Package: abrowser Description-md5: e89058e4775caff7d26313fa8811675e Description-en: Safe and easy web browser from Mozilla - transitional package This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: abrowser-branding Description-md5: e89058e4775caff7d26313fa8811675e Description-en: Safe and easy web browser from Mozilla - transitional package This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: accountsservice Description-md5: 8aeed0a03c7cd494f0c4b8d977483d7e Description-en: query and manipulate user account information The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. Package: acct Description-md5: b24f45ef7d67937aa65ecb8e36a7e5a1 Description-en: The GNU Accounting utilities for process and login accounting GNU Accounting Utilities is a set of utilities which reports and summarizes data about user connect times and process execution statistics. . "Login accounting" provides summaries of system resource usage based on connect time, and "process accounting" provides summaries based on the commands executed on the system. . The 'last' command is provided by the sysvinit package and not included here. Package: acl Description-md5: 75eddab5ddd2597445b43aa18f0db77a Description-en: Access control list utilities This package contains the getfacl and setfacl utilities needed for manipulating access control lists. Package: acpid Description-md5: 6a7c4e4695f570d8fbcaec667cdcfcfe Description-en: Advanced Configuration and Power Interface event daemon Modern computers support the Advanced Configuration and Power Interface (ACPI) to allow intelligent power management on your system and to query battery and configuration status. . ACPID is a completely flexible, totally extensible daemon for delivering ACPI events. It listens on netlink interface (or on the deprecated file /proc/acpi/event), and when an event occurs, executes programs to handle the event. The programs it executes are configured through a set of configuration files, which can be dropped into place by packages or by the admin. Package: adns-tools Description-md5: 8a483fbb6eb74e606206ca81c1f96ce2 Description-en: Asynchronous-capable DNS client library and utilities adns is a resolver library for C (and C++) programs. In contrast with the existing interfaces, gethostbyname et al and libresolv, it can be used in an asynchronous, non-blocking manner. Many queries can be handled simultaneously. . Includes useful test tools and utilities for IP address resolving in logfiles. Package: advancecomp Description-md5: 14785a30a0fccc9ec19dea5d4ae44dee Description-en: collection of recompression utilities AdvanceCOMP contains recompression utilities for your .zip archives, .png images, .mng video clips and .gz files. . For recompression, 7-Zip (http://www.7-zip.com) is used, which generally gives 5-10% more compression than zLib. . Homepage: http://advancemame.sourceforge.net/ Package: aisleriot Description-md5: 6648ddf4a02b6fc839ef819d1867cb82 Description-en: Solitaire card games A compilation of over eighty different solitaire card games. Everything from favorites like Freecell and Klondike through to the hopelessly pointless Clock Patience. Package: alsa-utils Description-md5: 3835bb697b2e1e79dae02e703b84eb96 Description-en: Utilities for configuring and using ALSA Included tools: o amixer: command line mixer o alsamixer: curses mixer o amidi: read from and write to ALSA RawMIDI ports o aplay, arecord: command line playback and recording o aplaymidi, arecordmidi: command line MIDI playback and recording o aconnect, aseqnet, aseqdump: command line MIDI sequencer control . ALSA is the Advanced Linux Sound Architecture. Package: anacron Description-md5: 98c80c63ed6d85b30d3e95d03396653d Description-en: cron-like program that doesn't go by time Anacron (like `anac(h)ronistic') is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n days), on systems that don't run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specified intervals as closely as machine-uptime permits. . This package is pre-configured to execute the daily jobs of the Debian system. You should install this program if your system isn't powered on 24 hours a day to make sure the maintenance jobs of other Debian packages are executed each day. Package: ant-gcj Description-md5: 9817433be612930049ef6ea3cc5f558e Description-en: Java based build tool like make (GCJ) A system independent (i.e. not shell based) build tool that uses XML files as "Makefiles". . This package contains a native version of ant built using gcj. Package: ant-optional-gcj Description-md5: ee76e20b54d4379ceee2f186bd809836 Description-en: Java based build tool like make - optional libraries (GCJ) A system independent (i.e. not shell based) build tool that uses XML files as "Makefiles". This package contains the optional tasks libraries compiled natively. Package: anthy Description-md5: 7ddaacfe3551af98af20a59f6fd95f97 Description-en: input method for Japanese - backend, dictionary and utility 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). Package: apache2 Description-md5: d24f049cd70ccfc178dd8974e4b1ed01 Description-en: Apache HTTP Server metapackage The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . It features support for HTTPS, virtual hosting, CGI, SSI, IPv6, easy scripting and database integration, request/response filtering, many flexible authentication schemes, and more. Package: apache2-mpm-event Description-md5: a80d3fe69689b28f8aea325690e6e8f5 Description-en: Apache HTTP Server - event driven model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The event MPM is designed to allow more requests to be served simultaneously by passing off some processing work to supporting threads, freeing up the main threads to work on new requests. It is especially suitable for sites that see extensive KeepAlive traffic. . This MPM is experimental and less tested than the worker and prefork MPMs. Package: apache2-mpm-itk Description-md5: 852c600a072cd8e2a37f461a6a0916ad Description-en: multiuser MPM for Apache 2.2 The ITK Multi-Processing Module (MPM) works in about the same way as the classical "prefork" module (that is, without threads), except that it allows you to constrain each individual vhost to a particular system user. This allows you to run several different web sites on a single server without worrying that they will be able to read each others' files. This is a third-party MPM that is not included in the normal Apache httpd. . Please note that this MPM is somewhat less tested than the MPMs that come with Apache itself. Package: apache2-mpm-prefork Description-md5: b1e3963f43f27f985efabc714e30a17e Description-en: Apache HTTP Server - traditional non-threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The prefork MPM provides a non-threaded implementation using a variable number of processes where each process handles only one connection at the same time. It is not as fast as threaded models, but is considered to be more stable. It is appropriate for sites that need to maintain compatibility with non-thread-safe libraries, and is the best MPM for isolating each request, so that a problem with a single request will not affect any other. Package: apache2-mpm-worker Description-md5: 5c9df5383d0a2631ae15ced2ca0389d7 Description-en: Apache HTTP Server - high speed threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The worker MPM provides the default threaded implementation. It is recommended especially for high-traffic sites because it is faster and has a smaller memory footprint than the traditional prefork MPM. Package: apache2-prefork-dev Description-md5: 131f1c35d98f8bc3fbed9f8a41149dd8 Description-en: Apache development headers - non-threaded MPM This package provides the development headers and apxs2 binary for apache2-mpm-prefork; see the apache2 package description for more details. . This should only be used when you absolutely *must* support a non-threaded environment (for PHP, for example). Package: apache2-suexec Description-md5: e83b330db3c94ec36f5e444e45447966 Description-en: Standard suexec program for Apache 2 mod_suexec Provides the standard suexec helper program for mod_suexec. This version is compiled with document root /var/www and userdir suffix public_html. If you need different settings, use the package apache2-suexec-custom. Package: apache2-suexec-custom Description-md5: a9c6f07a2dd1c93fd399fa41bfd36cee Description-en: Configurable suexec program for Apache 2 mod_suexec Provides a customizable version of the suexec helper program for mod_suexec. This is not the version from upstream, but can be configured with a configuration file. . If you do not need non-standard document root or userdir settings, it is recommended that you use the standard suexec helper program from the apache2-suexec package instead. Package: apache2-threaded-dev Description-md5: dcab973a966982dea149a93e2310d0a1 Description-en: Apache development headers - threaded MPM This package provides the development headers and apxs2 binary for threaded versions of apache2; see the apache2 package description for more details. Package: apache2-utils Description-md5: c0f244ebe5ae8893ad856a675f468b18 Description-en: utility programs for webservers Provides some add-on programs useful for any webserver. These include: - ab (Apache benchmark tool) - logresolve (Resolve IP addresses to hostname in logfiles) - htpasswd (Manipulate basic authentication files) - htdigest (Manipulate digest authentication files) - dbmmanage (Manipulate basic authentication files in DBM format, using perl) - htdbm (Manipulate basic authentication files in DBM format, using APR) - rotatelogs (Periodically stop writing to a logfile and open a new one) - split-logfile (Split a single log including multiple vhosts) - checkgid (Checks whether the caller can setgid to the specified group) - check_forensic (Extract mod_log_forensic output from Apache log files) Package: apache2.2-bin Description-md5: a99a5e28b18db91922ca15fab5acb2b3 Description-en: Apache HTTP Server common binary files The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains all binaries but no configuration or support scripts. To get a stand-alone server, you need to install one of the apache2-mpm-* packages, such as worker or prefork. Other packages like gnome-user-share may bring their own Apache configuration, though. Package: apache2.2-common Description-md5: 214ca4adfc4cb3d8083d736c7fe47647 Description-en: Apache HTTP Server common files The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains the configuration and support scripts. However, it does *not* include the server itself; for this you need to install one of the apache2-mpm-* packages, such as worker or prefork. Package: apg Description-md5: a5b52a98c91c8de997b830850fb4fb58 Description-en: Automated Password Generator - Standalone version APG (Automated Password Generator) is the tool set for random password generation. It generates some random words of required type and prints them to standard output. This binary package contains only the standalone version of apg. Advantages: * Built-in ANSI X9.17 RNG (Random Number Generator)(CAST/SHA1) * Built-in password quality checking system (now it has support for Bloom filter for faster access) * Two Password Generation Algorithms: 1. Pronounceable Password Generation Algorithm (according to NIST FIPS 181) 2. Random Character Password Generation Algorithm with 35 configurable modes of operation * Configurable password length parameters * Configurable amount of generated passwords * Ability to initialize RNG with user string * Support for /dev/random * Ability to crypt() generated passwords and print them as additional output. * Special parameters to use APG in script * Ability to log password generation requests for network version * Ability to control APG service access using tcpd * Ability to use password generation service from any type of box (Mac, WinXX, etc.) that connected to network * Ability to enforce remote users to use only allowed type of password generation The client/server version of apg has been deliberately omitted. . Upstream URL: http://www.adel.nursat.kz/apg/download.shtml Package: apmd Description-md5: 101bf0154b06ad4d7eee1e65235e7658 Description-en: Utilities for Advanced Power Management (APM) On laptop computers, the Advanced Power Management (APM) support provides access to battery status information and may help you to conserve battery power, depending on your laptop and the APM implementation. The apmd program also lets you run arbitrary programs when APM events happen (for example, you can eject PCMCIA devices when you suspend, or change hard drive timeouts when you connect the battery). . This package contains apmd(8), a daemon for logging and acting on APM events; and apm(1), a client that prints the information in /proc/apm in a readable format. . apmd is notified of APM events by the APM driver in the kernel. . Since lenny Debian kernels are not built with APM support anymore. You need to compile a kernel with apm support enabled to use this package. You need to boot the kernel with the "apm=on" option if you want to enable the driver. . In most cases, users may want to know that there are newer power management schemes, like ACPI. Package: apparmor Description-md5: 35c06b71e31a437828d84b93a41bd493 Description-en: User-space parser utility for AppArmor This provides the system initialization scripts needed to use the AppArmor Mandatory Access Control system, including the AppArmor Parser which is required to convert AppArmor text profiles into machine-readable policies that are loaded into the kernel for use with the AppArmor Linux Security Module. Package: apparmor-utils Description-md5: 22a5090997862bae53e19125fba08de9 Description-en: Utilities for controlling AppArmor This provides the utilities to operate on AppArmor profiles, as well as the Perl modules needed for AppArmor audit log parsing. Profiles can be created, updated, enforced, set to complain mode, and disabled. Package: appmenu-gtk Description-md5: 3e038561e20c350215bf51e97dbd13b8 Description-en: Export GTK menus over DBus . This package provides support for application menus. Package: appmenu-gtk3 Description-md5: 3e038561e20c350215bf51e97dbd13b8 Description-en: Export GTK menus over DBus . This package provides support for application menus. Package: apt Description-md5: 3726d3036064a92067f40ff2f3a91d43 Description-en: APT's commandline package manager This package provides commandline tools for searching and managing as well as querying information about packages as a low-level access to all features of the libapt-pkg library. . These include: * apt-get for retrieval of packages and information about them from authenticated sources and for installation, upgrade and removal of packages together with their dependencies * apt-cache for querying available information about installed as well as installable packages * apt-cdrom to use removable media as a source for packages * apt-config as an interface to the configuration settings * apt-key as an interface to manage authentication keys Package: apt-transport-https Description-md5: e85c4ad132b016cc40135048aa02ad5d Description-en: https download transport for APT This package enables the usage of 'deb https://foo distro main' lines in the /etc/apt/sources.list so that all package managers using the libapt-pkg library can access metadata and packages available in sources accessable over https (Hypertext Transfer Protocol Secure). . This transport supports server as well as client authenification with certificates. Package: apt-utils Description-md5: 84e043b5894ad452604cc667819d2e67 Description-en: APT utility programs This package contains some less used commandline utilities related to package managment with APT. . * apt-extracttemplates is used by debconf to prompt for configuration questions before installation. * apt-ftparchive is used to create Packages and other index files needed to publish an archive of debian packages * apt-sortpkgs is a Packages/Sources file normalizer. Package: aptitude Description-md5: fb3daa85468f9aca908562f69489704f Description-en: terminal-based package manager (terminal interface only) 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. . aptitude is also Y2K-compliant, non-fattening, naturally cleansing, and housebroken. . This package contains a version of aptitude compiled with only the classic terminal-based interface (using curses). For an experimental graphical interface, see the package aptitude-gtk. Package: aptitude-dbg Description-md5: 3796a22a34ca086b2f8cb908e2a35aff Description-en: Debug symbols for the aptitude package manager aptitude is a terminal-based 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 debugging symbols for aptitude. You only need these if you want to generate debugging backtraces of aptitude; if you do, you probably also want the debug package for the cwidget library. Package: aptitude-gtk Description-md5: dbb88db3d108c243c9776de54da70cca Description-en: terminal-based package manager (GUI and terminal interfaces) 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. . aptitude is also Y2K-compliant, non-fattening, naturally cleansing, and housebroken. . This package contains an EXPERIMENTAL version of aptitude that includes a GTK+-based graphical interface. It is INCOMPLETE and may not work properly. If you do not need a GUI or prefer a more stable interface, you can instead use the version of aptitude found in the package "aptitude". Package: apturl Description-md5: 0ff87045fbbd2d7c44b70b7ac3d409e1 Description-en: install packages using the apt protocol - GTK+ frontend AptUrl is a simple graphical application that takes an URL (which follows the apt-protocol) as a command line option, parses it and carries out the operations that the URL describes (that is, it asks the user if he wants the indicated packages to be installed and if the answer is positive does so for him). . This package contains the GTK+ frontend. Package: apturl-common Description-md5: 1a9a3582fbd6f80810cf5bf2bc1a5249 Description-en: install packages using the apt protocol - common data AptUrl is a simple graphical application that takes an URL (which follows the apt-protocol) as a command line option, parses it and carries out the operations that the URL describes (that is, it asks the user if he wants the indicated packages to be installed and if the answer is positive does so for him). . This package contains the common data shared between the frontends. Package: apturl-kde Description-md5: a4b4a26c612de7e3e69da6a468094181 Description-en: install packages using the apt protocol - KDE frontend AptUrl is a simple graphical application that takes an URL (which follows the apt-protocol) as a command line option, parses it and carries out the operations that the URL describes (that is, it asks the user if he wants the indicated packages to be installed and if the answer is positive does so for him). . This package contains the KDE frontend. Package: archdetect-deb Description-md5: 765a228bfe63c8b4154e609b8f7c1823 Description-en: Hardware architecture detector This package provides the 'archdetect' tool, which displays the current machine architecture and subarchitecture. The architecture corresponds to that built into dpkg, and describes the CPU (and possibly kernel) types; the subarchitecture distinguishes machines with different boot arrangements that require special handling. . This package would be called 'archdetect', but a udeb of that name already existed for use in the installer. Package: aspell Description-md5: 21dcab5448cba7f61ba8df4ace46f1af Description-en: GNU Aspell spell-checker GNU Aspell is a spell-checker which can be used either as a standalone application or embedded in other programs. Its main feature is that it does a much better job of suggesting possible spellings than just about any other spell-checker available for the English language, including Ispell and Microsoft Word. It also has many other technical enhancements over Ispell such as using shared memory for dictionaries and intelligently handling personal dictionaries when more than one Aspell process is open at once. . Aspell is designed to be a drop-in replacement for Ispell. Package: at Description-md5: 97e204a9f4ad8c681dbd54ec7c505251 Description-en: Delayed job execution and batch processing At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future. . Use at to run the job at a specified time batch to run the job when system load levels permit Package: at-spi Description-md5: 74e6e647a7827e232b2610c615215a76 Description-en: Assistive Technology Service Provider Interface Providing accessibility means removing barriers that prevent people with disabilities from participating in substantial life activities, including the use of services, products, and information. Assistive access means that system infrastructure allows add-on assistive software to transparently provide specialized input and output capabilities. . This package contains the core components of GNOME Accessibility. if you need to use Assistive technology, install it. Package: at-spi2-core Description-md5: bfa19b4797e8c3ac7592c237175ae49e Description-en: Assistive Technology Service Provider Interface (dbus core) This package contains the core components of GNOME Accessibility. Package: atm-tools Description-md5: 5f4797b287ee785c9fbfa5f0ef3323ce Description-en: Base programs for ATM in Linux, the net-tools for ATM This package provides all the basic programs needed for setting up, monitoring and tuning ATM networks. Such as: * atmsigd, an ATM signal daemon that implements the ATM UNI protocol. * atmtcp, a tool to setup ATM over TCP connections. * atmarpd, an implementation of the ATMARP protocol (RFC1577, RFC1755) * zeppelin, an ATM LAN Emulation client daemon * les and bus, ATM LAN Emulation service daemons . Notice that upstream still flags these tools as experimental software and says that there is still a number of known bugs and issues. The software is, however, in productive use at a number of sites and is working reliably. Package: attr Description-md5: 06768ac28dead3beb310d915f4822f45 Description-en: Utilities for manipulating filesystem extended attributes A set of tools for manipulating extended attributes on filesystem objects, in particular getfattr(1) and setfattr(1). An attr(1) command is also provided which is largely compatible with the SGI IRIX tool of the same name. Package: augeas-dbg Description-md5: 04bb4e8b4c50b75a43a23eeb7fc23ad2 Description-en: Debugging symbols for libaugeas0 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 manipulating this tree and saving it back into native config files. . This package provides debugging symbols for augeas, both the core library and the tools, to assist in diagnosing critical bugs. It is not required for normal operation. Package: augeas-tools Description-md5: 3910bb8edac0a7a2eb4c78437f67490b Description-en: Augeas command line tools 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 manipulating this tree and saving it back into native config files. . This package provides command line tools based on libaugeas0: - augtool, a tool to manage configuration files. - augparse, a testing and debugging tool for augeas lenses. Package: authbind Description-md5: 6ffd268fa04a5e344832e2275265da15 Description-en: Allows non-root programs to bind() to low ports This package allows a package to be started as non-root but still bind to low ports, without any changes to the application. Package: autofs Description-md5: 691729947c5d715d3088639337048c02 Description-en: dummy transitional package from autofs to autofs5 This transitional package helps users to transition from the autofs package to the autofs5 package. Once this package and its dependencies are installed you can safely remove it. Package: autofs-hesiod Description-md5: 28ec6be1f28656b21ea3e69b6cabfede Description-en: dummy transitional package from autofs-hesiod to autofs5-hesiod This transitional package helps users to transition from the autofs-ldap package to the autofs5-ldap package. Once this package and its dependencies are installed you can safely remove it. Package: autofs-ldap Description-md5: f79086224739b49269a3d2d3ffc9c0da Description-en: dummy transitional package from autofs-ldap to autofs5-ldap This transitional package helps users to transition from the autofs-ldap package to the autofs5-ldap package. Once this package and its dependencies are installed you can safely remove it. Package: autofs5 Description-md5: d28d60b63cb0f29dbecbab5e6da68927 Description-en: kernel-based automounter for Linux, version 5 Autofs controls the operation of the automount daemons. The automount daemons automatically mount filesystems when they are used and unmount them after a period of inactivity. This is done based on a set of pre-configured maps. . The kernel automounter implements an almost complete SunOS style automounter under Linux. A recent version of the kernel autofs4 module (builtin or separate) is required. Package: autofs5-hesiod Description-md5: ac5ec6d64963a2f68c094e78cf5c59c6 Description-en: Hesiod map support for autofs, version 5 Autofs controls the operation of the automount daemons. The automount daemons automatically mount filesystems when they are used and unmount them after a period of inactivity. This is done based on a set of pre-configured maps. . The kernel automounter implements an almost complete SunOS style automounter under Linux. A recent version of the kernel autofs4 module (builtin or separate) is required. . This is the Hesiod module of the autofs experimental branch. Package: autofs5-ldap Description-md5: eb006e8a41e49a8187c700b727f26e21 Description-en: LDAP map support for autofs, version 5 Autofs controls the operation of the automount daemons. The automount daemons automatically mount filesystems when they are used and unmount them after a period of inactivity. This is done based on a set of pre-configured maps. . The kernel automounter implements an almost complete SunOS style automounter under Linux. A recent version of the kernel autofs4 module (builtin or separate) is required. . This is the LDAP module of the autofs experimental branch. Package: autogen Description-md5: 2f86cfabb08ada7ec7136b2b9acca967 Description-en: automated text file generator AutoGen is a tool designed for generating program files that contain repetitive text with varied substitutions. This is especially valuable if there are several blocks of such text that must be kept synchronized. . Included with AutoGen is a tool that virtually eliminates the hassle of processing options, keeping usage text up to date and so on. This tool allows you to specify several program attributes, innumerable options and option attributes, then it produces all the code necessary to parse and handle the command line and initialization file options. . This package contains the development tools. libopts25-dev contains the static libraries and header files. libopts25 contains the shared libraries. Package: avahi-autoipd Description-md5: acd046468650e18ecf72b9fbe41992f1 Description-en: Avahi IPv4LL network address configuration daemon 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 tool implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server. Package: avahi-daemon Description-md5: 13d651a25febc553220e03e75c6f4c7b Description-en: Avahi mDNS/DNS-SD daemon 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 Avahi Daemon which represents your machine on the network and allows other applications to publish and resolve mDNS/DNS-SD records. Package: avahi-dbg Description-md5: be77e76d0e7f31e403a87133b185f545 Description-en: Avahi - debugging symbols This package contains detached debugging symbols for the binary packages produced by the avahi source. . Most people will not need this package. Package: avahi-dnsconfd Description-md5: 116a8cc3e8edfd55e1444b8100a0bf7f Description-en: Avahi DNS configuration tool 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 tool listens on the network for announced DNS servers and passes them to resolvconf so it can use them. This is very useful on autoconfigured IPv6 networks. Package: avahi-ui-utils Description-md5: 6a2d4e446eb92bf74181ccf3974335d5 Description-en: Avahi GTK+ utilities 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 some small GTK+ utilities to discover ssh and vnc servers. Package: avahi-utils Description-md5: 58895f03e39692a5213ffb4d5bbc3564 Description-en: Avahi browsing, publishing and discovery utilities 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 several utilities that allow you to interact with the Avahi daemon, including publish, browsing and discovering services. Package: b43-fwcutter Description-md5: 57dfe30ea83181cf6914c4780bc152e5 Description-en: Utility for extracting Broadcom 43xx firmware fwcutter is a tool which can extract firmware from various source files. It's written for BCM43xx driver files. It grabs firmware for BCM43xx from website and install it. Package: backuppc Description-md5: 9cf963981a203dec6d92fb3ac952296c Description-en: high-performance, enterprise-grade system for backing up PCs BackupPC is disk based and not tape based. This particularity allows features not found in any other backup solution: * Clever pooling scheme minimizes disk storage and disk I/O. Identical files across multiple backups of the same or different PC are stored only once resulting in substantial savings in disk storage and disk writes. Also known as "data deduplication". * Optional compression provides additional reductions in storage. CPU impact of compression is low since only new files (those not already in the pool) need to be compressed. * A powerful http/cgi user interface allows administrators to view log files, configuration, current status and allows users to initiate and cancel backups and browse and restore files from backups very quickly. * No client-side software is needed. On WinXX the smb protocol is used. On Linux or Unix clients, rsync or tar (over ssh/rsh/nfs) can be used * Flexible restore options. Single files can be downloaded from any backup directly from the CGI interface. Zip or Tar archives for selected files or directories can also be downloaded from the CGI interface. * BackupPC supports mobile environments where laptops are only intermittently connected to the network and have dynamic IP addresses (DHCP). * Flexible configuration parameters allow multiple backups to be performed in parallel. * and more to discover in the manual... Package: bamf-dbg Description-md5: d08673dde009c4e5d772fa886e34cfd2 Description-en: Window matching library - debugging symbols 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 debugging symbols for the daemon and library. Package: bamfdaemon Description-md5: 5e170802764cd2226fe0395c325fb65f Description-en: Window matching library - daemon 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 Package: banshee Description-md5: f8a1dbfc7d127f1f51c0c8990de6e6e4 Description-en: Media Management and Playback application Banshee is a media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. Package: banshee-dbg Description-md5: c41dd44b59bfdcddd94aacb4771f284a Description-en: Media Management and Playback application (debug symbols) Banshee is a media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. . This package contains the debugging symbols for Banshee. Package: banshee-extension-soundmenu Description-md5: c0b5595b4295498911c5925d4c8f76fb Description-en: Media Management and Playback application - sound menu extension Banshee is a media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. . This package contains Banshee's support for the Sound Menu Package: banshee-extension-ubuntuonemusicstore Description-md5: a5450813ab956cc026c42595431dbdf2 Description-en: Media Management and Playback application - U1MS extension Banshee is a media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. . This package contains Banshee's support for the Ubuntu One Music Store Package: banshee-meego Description-md5: 31331100fbd849fbf0234c42fedc7c4e Description-en: Media Management and Playback application - MeeGo extension Banshee is a media management and playback application for the GNOME desktop, allowing users to import audio from CDs, search their library, create playlists of selections of their library, sync music to/from iPods and other media devices, play and manage video files and burn selections to a CD. . This package contains Banshee's MeeGo interface, optimised for running on small devices. Package: baobab Description-md5: 5f6072b89ebb1dc83433fa7658814dc6 Description-en: GNOME disk usage analyzer Disk Usage Analyzer is a graphical, menu-driven application to analyse disk usage in a GNOME environment. It can easily scan either the whole filesystem tree, or a specific user-requested directory branch (local or remote). . It also auto-detects in real-time any changes made to your home directory as far as any mounted/unmounted device. Disk Usage Analyzer also provides a full graphical treemap window for each selected folder. Package: base-files Description-md5: ccc7d4700eb56c8b814b1f4a8b9a556f Description-en: Debian base system miscellaneous files This package contains the basic filesystem hierarchy of a Debian system, and several important miscellaneous files, such as /etc/debian_version, /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, /etc/nsswitch.conf, and others, and the text of several common licenses in use on Debian systems. Package: base-passwd Description-md5: aad0cc52ee72b2469af5552851e49f03 Description-en: Debian base system master password and group files These are the canonical master copies of the user database files (/etc/passwd and /etc/group), containing the Debian-allocated user and group IDs. The update-passwd tool is provided to keep the system databases synchronized with these master files. Package: bash Description-md5: 82836500b5a514df81f56f5dc639231c Description-en: 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). . Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). . The Programmable Completion Code, by Ian Macdonald, is now found in the bash-completion package. Package: bash-builtins Description-md5: af509aa37177542db29bd85c79695512 Description-en: Bash loadable builtins - headers & examples Bash can dynamically load new builtin commands. Included are the necessary headers to compile your own builtins and lots of examples. Package: bash-static Description-md5: b411248f37a35ab642e3b625aabd5283 Description-en: The GNU Bourne Again SHell (static version) 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). . Statically linked. Package: bc Description-md5: 5d0bd9bd305e8d8ca79ea90107c2ec5a Description-en: The GNU bc arbitrary precision calculator language GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions. GNU bc does not require the separate GNU dc program. Home page: http://directory.fsf.org/GNU/bc.html Package: bcc Description-md5: 268215b21e3311cc4ec3976927b43fee Description-en: 16-bit x86 C compiler This is a C-compiler for 8086 cpus which is important for the development of boot loaders or BIOS related 8086 code. . It is possible to run 8086 code under i386 Linux using an emulator, `elksemu', also included in this package. Package: bdfresize Description-md5: fdbe88767321eba83a9069b596b75cc6 Description-en: tool for resizing BDF format font Bdfresize is a command to magnify or reduce fonts which are described with the standard BDF format. Package: beep Description-md5: 9e7ca5a72243b9a15493b6d8a646b0ef Description-en: advanced pc-speaker beeper beep does what you'd expect: it beeps. But unlike printf "\a" beep allows you to control pitch, duration, and repetitions. Its job is to live inside shell/perl scripts and allow more granularity than one has otherwise. It is controlled completely through command line options. It's not supposed to be complex, and it isn't - but it makes system monitoring (or whatever else it gets hacked into) much more informative. Package: bin86 Description-md5: ab9b02e844161c194a3566d31fb8a4ab Description-en: 16-bit x86 assembler and loader This is the as86 and ld86 distribution written by Bruce Evans. It's a complete 8086 assembler and loader which can make 32-bit code for the 386+ processors. Package: bind9 Description-md5: 4d39ed3fc4e2e72497683d779dfdcd38 Description-en: Internet Domain Name Server The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package provides the server and related configuration files. Package: bind9-host Description-md5: acdae162c721f5d2986f557bdefa1e70 Description-en: Version of 'host' bundled with BIND 9.X This package provides the 'host' program in the form that is bundled with the BIND 9.X sources. Package: bind9utils Description-md5: 5f6f5621a6edd04ef33a0fe5d2d5bff8 Description-en: Utilities for BIND This package provides various utilities that are useful for maintaining a working BIND installation. Package: binfmt-support Description-md5: 29e82a31bb4248987c1cee43d589e134 Description-en: Support for extra binary formats The binfmt_misc kernel module, contained in versions 2.1.43 and later of the Linux kernel, allows system administrators to register interpreters for various binary formats based on a magic number or their file extension, and cause the appropriate interpreter to be invoked whenever a matching file is executed. Think of it as a more flexible version of the #! executable interpreter mechanism. . This package provides an 'update-binfmts' script with which package maintainers can register interpreters to be used with this module without having to worry about writing their own init.d scripts, and which sysadmins can use for a slightly higher-level interface to this module. Package: binutils Description-md5: e7067036ed365d85ae5650989b77fb64 Description-en: The GNU assembler, linker and binary utilities The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. Package: binutils-dev Description-md5: b8101d44be0e2f74d00f9b4f4c1218d5 Description-en: The GNU binary utilities (BFD development files) This package includes header files and static libraries necessary to build programs which use the GNU BFD library, which is part of binutils. Note that building Debian packages which depend on the shared libbfd is Not Allowed. Package: binutils-gold Description-md5: b48ee38ca951ac43c12d1e12349b1318 Description-en: The (experimental) GNU gold linker utility Gold is a new linker, still in development, which is faster than the current linker included in binutils. It currently fails to link some applications and libraries (i.e. won't link usable kernels). . This package diverts the GNU linker (ld) with the experimental gold linker. Package: binutils-multiarch Description-md5: 92d4fb12b00b5e0be9a7f556eec63a0b Description-en: Binary utilities that support multi-arch targets The programs in this package are used to manipulate binary and object files that may have been created on other architectures. This package is primarily for multi-architecture developers and cross-compilers and is not needed by normal users or developers. Note that a cross-assembling version of gas is not included in this package, just the binary utilities. NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those requiring support for reading info from binaries from other architectures. Package: binutils-static Description-md5: a90e1a9ffbe1800f08a167ffcbaf97cf Description-en: statically linked binutils tools This package contains statically linked binutils tools used for linking kernel modules needed to mount /usr or /. At the moment, it only contains ld. Package: bison Description-md5: fdce43cb486932baeb6693a308fd3310 Description-en: A parser generator that is compatible with YACC Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. . Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. Documentation of the program is in the bison-doc package. Package: blt Description-md5: 1ecc8755bc8209188958ac6de1823a13 Description-en: the BLT extension library for Tcl/Tk - run-time package 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 everything you need to use BLT with your Tcl/Tk scripts and Tcl/Tk-enabled apps. Package: blt-dev Description-md5: 453c95bcb4ba4a84fcab957ccaad07a8 Description-en: the BLT extension library for Tcl/Tk - development files 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 the headers and libraries needed to extend or embed BLT. Package: bluez Description-md5: ef25d6a9f4a57e78f32faa7b58ef4e59 Description-en: Bluetooth tools and daemons This package contains tools and system daemons for using Bluetooth devices. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bluez-alsa Description-md5: 930bafabe25000357ec6aaca35e4d911 Description-en: Bluetooth ALSA support This package contains a driver operate with the ALSA stack. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bluez-compat Description-md5: 7578ae4b6cefae4a3d0dc8f29f0d1f0d Description-en: BlueZ 3.x compatibility binaries This package provides the legacy binaries that were reminiscent of the BlueZ 3.x pairing methods. These binaries are not supported, and will go away again in the future. The provided binaries are: . hidd dund pand Package: bluez-cups Description-md5: 4e5f0a66844f2292ecbf023e856b77d4 Description-en: Bluetooth printer driver for CUPS This package contains a driver to let CUPS print to Bluetooth-connected printers. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bluez-gstreamer Description-md5: 175293486171f8d3d5bfe3c0c38d356a Description-en: Bluetooth GStreamer support This package contains a plugin to operate with GStreamer applications. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bluez-pcmcia-support Description-md5: 5637cd5fa5e9a177c58fdba1b001c00e Description-en: PCMCIA support files for BlueZ 2.0 Bluetooth tools This package contains files to enable PCMCIA card services to recognise and initialise PCMCIA Bluetooth devices. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bogl-bterm Description-md5: fe97701510fdc5e5e434e93cc1a3672c Description-en: Ben's Own Graphics Library - graphical terminal Ben's Own Graphics Library is a small framebuffer library, including basic widgets, support for text in multiple languages, and mouse handling. . This package contains bterm, a UTF-enabled framebuffer terminal. Package: bogofilter Description-md5: 968ec277af1658df73a6620e1ea6c7f7 Description-en: fast Bayesian spam filter (dummy package) 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. Package: bogofilter-bdb Description-md5: e83a0090bafdc792b6c35c6bc88649e4 Description-en: fast Bayesian spam filter (Berkeley DB) 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 the bdb database backend. Package: bogofilter-sqlite Description-md5: 6eb04a1cda23db8196381fcabb2bc183 Description-en: fast Bayesian spam filter (sqlite) 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 the sqlite database backend. Package: bonnie++ Description-md5: 9832e3a4b041bb080c70572e7a0ec7de Description-en: Hard drive benchmark suite. It is called Bonnie++ because it was based on the Bonnie program. This program also tests performance with creating large numbers of files. Now includes zcav raw-read test program. A modern hard drive will have more sectors in the outer tracks because they are longer. The hard drive will have a number (often more than 8) of zones where each zone has the same number of sectors (due to the need for an integral number of sectors per track). This program allows you to determine the levels of performance provided by different zones and store them in a convenient format for gnuplot. . This is the experimental version. It's not ready to replace the 1.x series in time for Lenny but will be for Lenny+1. The extra features (large file support, better bon_csv2html, and support for zcav tests on multiple devices) will make it worth using for some people. Package: br2684ctl Description-md5: 171f5800bf9793f93f66667e1f1305f7 Description-en: Utility for configuring RFC 2684 ATM/Ethernet bridging ATM bridging is a way to extend Ethernet over an ATM network and is mainly used for DSL connections. This package contains the user space utility needed to configure the kernel driver. . This package is needed if you own an USB DSL modem and your connection uses one of these protocols: RFC 1483 bridged (RFC 2684 bridged), RFC 1483 bridged (RFC 2684 routed), PPP over Ethernet (PPPoE). Package: brasero Description-md5: f8b587a21ec167a346c66c4d208477cf Description-en: CD/DVD burning application for GNOME Brasero is a simple application to burn, copy and erase CD and DVD media: audio, video or data. It features among other things: * On-the-fly burning * Multisession support * On-the-fly conversion of music playlists in all formats supported by GStreamer . This package contains the main binary, the burning plugins and the nautilus extension. . The following packages, if installed, will provide Brasero with added functionality: * cdrdao to burn combined data/audio CDs and for byte-to-byte copy * GStreamer backends to support more audio formats * vcdimager to create VCDs or SVCDs * libdvdcss2 to copy encrypted DVDs Package: brasero-cdrkit Description-md5: 6740e2977dec0fdd390ee0124accc5fd Description-en: cdrkit extensions for the Brasero burning application Brasero is a simple application to burn, copy and erase CD and DVD media. . This package contains extensions for Brasero, based on the genisoimage, wodim, readom and dvdauthor programs. They are only needed for the following operations in Brasero: * Audio CD burning with CD-Text information * Video DVD creation Package: bridge-utils Description-md5: bc06a038a6315377cf0871ca4de79aac Description-en: Utilities for configuring the Linux Ethernet bridge This package contains utilities for configuring the Linux Ethernet bridge in Linux. The Linux Ethernet bridge can be used for connecting multiple Ethernet devices together. The connecting is fully transparent: hosts connected to one Ethernet device see hosts connected to the other Ethernet devices directly. Package: brltty Description-md5: d4bd36e54190d2dfc54daa62e4550f39 Description-en: Access software for a blind person using a braille display BRLTTY is a daemon which provides access to the console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. The following display models are supported: * Alva (ABT3xx, Delphi, Satellite, Braille System 40, BC 640/680) * Baum * BrailleLite (18, 40, M20/M40) * BrailleNote (18/32) * EcoBraille displays * EuroBraille displays * Freedom Scientific (Focus and PacMate) * HandyTech displays * HIMS (Braille Sense, SyncBraille) * LogText 32 * MDV braille displays * Papenmeier * Pegasus (20/27/40/80) * Seika 40 * Tieman (Voyager 44/70, CombiBraille, MiniBraille and MultiBraille) * Tivomatic (Albatross) * TSI (PowerBraille/Navigator) * Videobraille * VisioBraille . BRLTTY also provides a client/server based infrastructure for applications wishing to utilize a Braille display. The daemon process listens for incoming TCP/IP connections on a certain port. A shared object library for clients is provided in the package libbrlapi0.5. A static library, header files and documentation is provided in package libbrlapi-dev. Bindings to other programming languages can be found in libbrlapi-java (Java) and python-brlapi (Python). Package: brltty-espeak Description-md5: 12128acd3d15ad48324d1b92f13bb467 Description-en: Access software for a blind person - espeak driver BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains an optional speech driver for the espeak speech synthesis engine. Package: brltty-flite Description-md5: 2e07054b3b97962c487b79ded37eb57b Description-en: Access software for a blind person - Flite speech driver BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains an optional speech driver for the Festival Lite speech synthesis engine. Package: brltty-speechd Description-md5: b90b3fdef13512fbc1fa9b477812709a Description-en: Access software for a blind person - Speech Dispatcher driver BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains an optional speech driver for the speech-dispatcher speech synthesis server. Package: brltty-x11 Description-md5: 165dfdb500771a7199b62f4b4d5f8106 Description-en: Access software for a blind person using a braille display - X11 drivers BRLTTY is a daemon which provides access to the Linux console (text mode) for a blind person using a braille display. It drives the braille display and provides complete screen review functionality. . This package contains optional drivers which require X11 or GNOME. Package: bsd-mailx Description-md5: 214a19e5c01128b397d840a379862101 Description-en: simple mail user agent mailx is the traditional command-line-mode mail user agent. Even if you don't use it, it may be required by other programs. Package: bsdcpio Description-md5: fdb0fb28480d48ec50f11087f483b070 Description-en: cpio(1) from FreeBSD, using libarchive This package provides an interface similar to cpio(1), but using libarchive as the backend for the archiving and extraction of data. It can read CPIO, tar, pax, zip, jar, ar, and ISO9660 images and provides similar features to the bsdtar package. Features include: . * Automatic format detection. Libarchive automatically detects the compression (none/gzip/bzip2) and format (old tar, ustar, gnutar, pax, cpio, iso9660, zip) when reading archives. It does this for any data source. . * Pax Interchange Format Support. This is a POSIX/SUSv3 extension to the old "ustar" tar format that adds arbitrary extended attributes to each entry. Does everything that GNU tar format does, only better. . * Handles file flags, ACLs, arbitrary pathnames, etc. Pax interchange format supports key/value attributes using an easily-extensible technique. Arbitrary pathnames, group names, user names, file sizes are part of the POSIX standard; libarchive extends this with support for file flags, ACLs, and arbitrary device numbers. . * GNU tar support. Libarchive reads most GNU tar archives. If there is demand, this can be improved further. Package: bsdmainutils Description-md5: 156725110b9d8b7a144a6b1a40ed5446 Description-en: collection of more utilities from FreeBSD This package contains lots of small programs many people expect to find when they use a BSD-style Unix system. . It provides banner (as printerbanner), calendar, col, colcrt, colrm, column, from (as bsd-from), hexdump (or hd), look, lorder, ncal (or cal), ul, and write (as bsd-write). . This package used to contain whois and vacation, which are now distributed in their own packages. Also here was tsort, which is now in the "coreutils" package. Package: bsdtar Description-md5: 58568cdfe5939b62c4c8b850e8668ce4 Description-en: tar(1) from FreeBSD, using libarchive The bsdtar program has a number of advantages over previous tar implementations: . * Library. Since the core functionality is in a library, it can be used by other tools, such as pkg_add. . * Automatic format detection. Libarchive automatically detects the compression (none/gzip/bzip2) and format (old tar, ustar, gnutar, pax, cpio, iso9660, zip) when reading archives. It does this for any data source. . * Pax Interchange Format Support. This is a POSIX/SUSv3 extension to the old "ustar" tar format that adds arbitrary extended attributes to each entry. Does everything that GNU tar format does, only better. . * Handles file flags, ACLs, arbitrary pathnames, etc. Pax interchange format supports key/value attributes using an easily-extensible technique. Arbitrary pathnames, group names, user names, file sizes are part of the POSIX standard; libarchive extends this with support for file flags, ACLs, and arbitrary device numbers. . * GNU tar support. Libarchive reads most GNU tar archives. If there is demand, this can be improved further. Package: bsdutils Description-md5: 1bf4bce740174530b7953a9832a5268e Description-en: Basic utilities from 4.4BSD-Lite This package contains the bare minimum number of BSD utilities needed to boot a Debian system: logger, renice, script, scriptreplay, and wall. The remaining standard BSD utilities are provided by bsdmainutils. Package: bsh-gcj Description-md5: 12192d825be1197819e620cc469bac8f Description-en: Java scripting environment (BeanShell) Version 2 (native 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 natively compiled code for use by gij. Package: btrfs-tools Description-md5: d11496ab2c7a2189b5b096f48ebb72cb Description-en: Checksumming Copy on Write Filesystem utilities Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains utilities (mkfs, fsck, btrfsctl) used to work with btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3. . WARNING: Btrfs is under heavy development, and is not suitable for any uses other than benchmarking and review. Package: btrfs-tools-dbg Description-md5: 4af127eb36ab33d39c76f1b8545ca586 Description-en: Checksumming Copy on Write Filesystem utilities (debug) Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains the debugging symbols. Package: build-essential Description-md5: 90ef0ef86cafda0bd16f746eb621d9da Description-en: Informational list of build-essential packages If you do not plan to build Debian packages, you don't need this package. Starting with dpkg (>= 1.14.18) this package is required for building Debian packages. . This package contains an informational list of packages which are considered essential for building Debian packages. This package also depends on the packages on that list, to make it easy to have the build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. . This package is NOT the definition of what packages are build-essential; the real definition is in the Debian Policy Manual. This package contains merely an informational list, which is all most people need. However, if this package and the manual disagree, the manual is correct. Package: busybox Description-md5: b7707908219c331294f3f9e8d926a9dc Description-en: Tiny utilities for small and embedded systems BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . This package installs the BusyBox binary but does not install symlinks for any of the supported utilities. Some of the utilities can be used in the system by installing the busybox-syslogd, busybox-udhcpc or busybox-udhcpd packages. Package: busybox-initramfs Description-md5: 094502bbe824d039d9076393a5ce9673 Description-en: Standalone shell setup for initramfs BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . busybox-initramfs provides a statically linked simple stand alone shell that provides only the basic utilities needed for the initramfs. Package: busybox-static Description-md5: 1ccce12e08e4aa13a2e6bdd5ffb85b65 Description-en: Standalone rescue shell with tons of builtin utilities BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . busybox-static provides you with a statically linked simple stand alone shell that provides all the utilities available in BusyBox. This package is intended to be used as a rescue shell, in the event that you screw up your system. Invoke "busybox sh" and you have a standalone shell ready to save your system from certain destruction. Invoke "busybox", and it will list the available builtin commands. Package: bzip2 Description-md5: 26e9d96b611ed3cf741ba7007fd4f233 Description-en: high-quality block-sorting file compressor - utilities 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. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Package: c2esp Description-md5: d9da1b39b23b427eae1f4a85e70bba68 Description-en: Driver for Kodak ESP 5xxx AiO color inkjet printers The c2esp driver is an open source Linux driver for the Kodak ESP 5xxx AiO color inkjet printers. It is likely to work on ESP 3250, ESP 5250, ESP 7, ESP 9. Package: caca-utils Description-md5: 44b5211535e8c3f0c83253e20bd8fb3e Description-en: text mode graphics utilities This package contains utilities and demonstration programs for libcaca, the Colour AsCii Art library. . cacaview is a simple image viewer for the terminal. It opens most image formats such as JPEG, PNG, GIF etc. and renders them on the terminal using ASCII art. The user can zoom and scroll the image, set the dithering method or enable anti-aliasing. . cacafire is a port of AALib's aafire and displays burning ASCII art flames. . cacademo is a tiny graphic program that renders animated ASCII metaballs, matrix effects, colourful moiré circles and old school plasma effects. Package: cairo-perf-utils Description-md5: 41e2974363f077620b999b438d571ac8 Description-en: The Cairo 2D vector graphics library performance utilities Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains a set of utilities for capturing and replaying cairo execution traces using various backends, in order to be able to measure the performance of cairo for real-world applications in a reproducible way. Package: camlp4 Description-md5: d3db06397da6a350ee47d34809fee848 Description-en: Pre Processor Pretty Printer for OCaml Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . CamlP4 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers tools for syntax (Stream Parsers and Grammars) and the ability to modify the concrete syntax of the language (Quotations, Syntax Extensions). . This package contains the basic CamlP4 executables and libraries for pre-processing and pretty-printing OCaml sources both interactively and in a batch fashion. Package: camlp4-extra Description-md5: d377a10ed9436db7781a246d523c4af3 Description-en: Pre Processor Pretty Printer for OCaml - extras Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . CamlP4 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers tools for syntax (Stream Parsers and Grammars) and the ability to modify the concrete syntax of the language (Quotations, Syntax Extensions). . This package contains pre-linked executables and libraries for pre-processing and pretty-printing OCaml sources out of the box for various common needs. Package: camlp5 Description-md5: 1113a8e1433440e62f5174bc5b44ee5c Description-en: Pre Processor Pretty Printer for OCaml - classical version Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . CamlP4 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers tools for syntax (Stream Parsers and Grammars) and the ability to modify the concrete syntax of the language (Quotations, Syntax Extensions). . This package contains the "classical" version of CamlP4 executables and libraries for pre-processing and pretty-printing OCaml sources both interactively and in a batch fashion. The "classical" version is the implementation of CamlP4 which used to be distributed with OCaml before the release of version 3.10. Package: cantlr Description-md5: 2aee6dac99504643e6944597cd30812e Description-en: language tool for constructing recognizers, compilers etc This is the native-compiled version of 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. Package: casper Description-md5: 9be0120948307c7e897a16c45a69ba0f Description-en: Run a "live" preinstalled system from read-only media Package: ccache Description-md5: 25eb84ff8138d0e37480a4434b1571e5 Description-en: Compiler cache for fast recompilation of C/C++ code ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++. Package: cdebconf Description-md5: 19ca11018968935708d0ed3262e5aa67 Description-en: Debian Configuration Management System (C-implementation) Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are installed. This is a reimplementation of the original debconf version in C. Package: cdebconf-gtk Description-md5: fa7569ffcd2c68e0354e0bf4c62db2ca Description-en: Gtk+ frontend for Debian Configuration Management System Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are installed. This is a reimplementation of the original debconf version in C. . cdebconf-gtk is a minimal Gtk+ frontend cdebconf package. Package: cdparanoia Description-md5: e822cba0a77b7c13282c31b92c5e9561 Description-en: audio extraction tool for sampling CDs An audio extraction tool for sampling CDs. Unlike similar programs such as cdda2wav, cdparanoia goes to great lengths to try to extract the audio information without any artifacts such as jitter. Package: cdparanoia-dbg Description-md5: 6dcdd1263c2603bc6d0187c6de49d078 Description-en: audio extraction tool for sampling CDs (debug) An audio extraction tool for sampling CDs. Unlike similar programs such as cdda2wav, cdparanoia goes to great lengths to try to extract the audio information without any artifacts such as jitter. . This package contains the debugging symbols. Package: cdrskin Description-md5: b788b9f76cc8b2ac4c17018054ac37a2 Description-en: command line CD/DVD/BD writing tool cdrskin strives to be a second source for the services traditionally provided by cdrecord. Currently it does CD-R and CD-RW this way. Overwritable media DVD-RAM, DVD+RW, DVD-RW, and BD-RE are handled differently than with cdrecord-ProDVD in order to offer TAO-like single track recording. Sequential DVD-R[W], DVD+R, DVD+R DL are handled like CD-R[W] with TAO and multi-session. Additionally cdrskin offers cdrecord-ProDVD-like mode DAO with DVD-R[W]. . This is a burner only application. If you want a burner and image manipulation application, please install xorriso package. Package: check Description-md5: a51fdfa929f98fb924854b88bd42548c Description-en: unit test framework for C Check features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. Package: checkbox Description-md5: 34ad9b11ae8cc30e80449033f9375414 Description-en: System testing application This project provides an extensible interface for system testing. The results can then be sent to Launchpad. Package: chkrootkit Description-md5: 1fb422eb07ad1833888e688ab81e8df9 Description-en: rootkit detector The chkrootkit security scanner searches the local system for signs that it is infected with a 'rootkit'. Rootkits are set of programs and hacks designed to take control of a target machine by using known security flaws. . Types that chkrootkit can identify are listed on the project's home page. . Please note that where chkrootkit detects no intrusions, this does not guarantee that the system is uncompromised. In addition to running chkrootkit, more specific tests should always be performed. Package: chmsee Description-md5: 4fe611c780d254f38905063ff418f59e Description-en: A chm file viewer written in GTK+ ChmSee is a Compiled HTML Help (CHM) file viewer written in GTK+. . Features: * Use gecko rendering engine * Bookmarks * Support to open multiple files at once Package: chrpath Description-md5: a999fc68ae2f1aed25b996deccacd83d Description-en: Tool to edit the rpath in ELF binaries chrpath allows you to change the rpath (where the application looks for libraries) in an application. It does not (yet) allow you to add an rpath if there isn't one already. Package: cifs-utils Description-md5: 935040b98485786df2e3f301255ff219 Description-en: Common Internet File System utilities The SMB/CIFS protocol provides support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides utilities for managing mounts of CIFS network file systems. Package: clamav Description-md5: 25816a2f56a0c214a484e117fd9fe0b1 Description-en: anti-virus utility for Unix - command-line interface 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 command line interface. Features: - built-in support for various archive formats, including Zip, Tar, Gzip, Bzip2, OLE2, Cabinet, CHM, BinHex, SIS and others; - built-in support for almost all mail file formats; - built-in support for ELF executables and Portable Executable files compressed with UPX, FSG, Petite, NsPack, wwpack32, MEW, Upack and obfuscated with SUE, Y0da Cryptor and others; - built-in support for popular document formats including Microsoft Office and Mac Office files, HTML, RTF and PDF. . For scanning to work, a virus database is needed. There are two options for getting it: - clamav-freshclam: updates the database from Internet. This is recommended with Internet access. - clamav-data: for users without Internet access. The package is not updated once installed. The clamav-getfiles package allows creating custom packages from an Internet-connected computer. Package: clamav-daemon Description-md5: 67066a5cf6ee89fc8ce3ae691827a9ad Description-en: anti-virus utility for Unix - scanner daemon 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 daemon and its command line interface, featuring: - fast, multi-threaded daemon; - easy integration with MTA's; - support for on-access scanning; - remote scanning; - able to be run supervised by daemon. Package: clamav-dbg Description-md5: 33a33cc71dce345b4a0ce175ebeca8c7 Description-en: debug symbols for ClamAV 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 stripped debugging symbols for the ClamAV suite. Package: clamav-freshclam Description-md5: 824a85afc618e1467a907719e4edd7bb Description-en: anti-virus utility for Unix - virus database update utility 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 freshclam program and scripts to automate virus database updating. It relies on an Internet connection, but can be run in a variety of ways to compensate for intermittent connections. Package: clamav-milter Description-md5: bdf4d5012233691e2d3d904e79a57dcf Description-en: anti-virus utility for Unix - sendmail integration 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 ClamAV milter for use with sendmail. It can be configured to be run either standalone, or using clamav-daemon. Package: cloop-utils Description-md5: 3d1d4288bcff38ee763800b505a55411 Description-en: Tools for handling with cloop compressed volumes Utilities for creating and unpacking compressed loopback files for cloop. Package: cluster-glue Description-md5: 5fdc96374d6e0cf758f51a01fe960d0a Description-en: The reusable cluster components for Linux HA This package contains node fencing plugins, an error reporting utility, and other reusable cluster components from the Linux HA project. Package: cluster-glue-dev Description-md5: 156dc1307d9731c4a3cd06a830aac444 Description-en: Development files for the cluster glue components This package includes headers and static libraries for the glue cluster components. Package: clutter-1.0-tests Description-md5: e731cecb89bd21e89ce06042164c49dd Description-en: Open GL based interactive canvas library (test programs) 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 test programs. Package: clvm Description-md5: 46f93b5b21bc2e311bd9e9e51949e9a1 Description-en: Cluster LVM Daemon for lvm2 This package provides the clustering interface for lvm2, when used with Red Hat's "cman" or corosync based (eg Pacemaker) cluster infrastructure. It allows logical volumes to be created on shared storage devices (eg Fibre Channel, or iSCSI). Package: cmake Description-md5: 47b53839da906127970f1e8c870afc2d Description-en: cross-platform, open-source make system 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. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . CMake was developed by Kitware as part of the NLM Insight Segmentation and Registration Toolkit project. The ASCI VIEWS project also provided support in the context of their parallel computation environment. Other sponsors include the Insight, VTK, and VXL open source software communities. Package: cmake-curses-gui Description-md5: 9b41ab000523f38307827365d113b808 Description-en: curses based user interface for CMake (ccmake) 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 the CMake curses interface. Project configuration settings may be specified interactively through this GUI. Brief instructions are provided at the bottom of the terminal when the program is running. The main executable file for this GUI is "ccmake". Package: cmake-dbg Description-md5: 7f4ed0ea110853f600e8542e7e8e3db6 Description-en: debugging symbols 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 CMake debugging symbols. Package: cmake-qt-gui Description-md5: e7f236208090ca9ced1afba0e49246e6 Description-en: Qt4 based user interface for CMake (cmake-gui) 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 the CMake Qt4 based GUI. Project configuration settings may be specified interactively. Brief instructions are provided at the bottom of the window when the program is running. The main executable file for this GUI is "cmake-gui". Package: cman Description-md5: 3338bb49cab6b51c5d9f8133a587712f Description-en: Red Hat cluster suite - cluster manager This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . CMAN is a symmetric general-purpose cluster manager. It provides a service manager that handles service groups, plus a connection manager that handles cluster membership management, messaging among the cluster nodes, event notification, quorum and state transitions. . This package contains only tools for controlling the cluster manager itself. Package: colord Description-md5: 77fcf9c1f89f8f073651d7c6ab599f69 Description-en: system service to manage device colour profiles -- system daemon colord is a system service that makes it easy to manage, install and generate colour profiles to accurately colour manage input and output devices. . It provides a DBus API for system frameworks to query, a persistent data store, and a mechanism for session applications to set system policy. . This package contains the dbus-activated colord system daemon. Package: comerr-dev Description-md5: 2188fc96978a9083bb050c70bc3cab2a Description-en: common error description library - headers and static libraries libcom_err is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. . This package contains the development environment for the com_err library. Package: command-not-found-data Description-md5: 730a06588855602fe72d37b151efeed2 Description-en: Set of data files for command-not-found. This package provides the required data used by the command-not-found application. Package: compiz-core Description-md5: 96330190075d58bc036c352e8a3a72fa Description-en: OpenGL window and compositing manager Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . Compiz combines together a window manager and a composite manager using OpenGL for rendering. A "window manager" allows the manipulation of the multiple applications and dialog windows that are presented on the screen. A "composite manager" allows windows and other graphics to be combined together to create composite images. Compiz achieves its stunning effects by doing both of these functions. Package: compiz-dev Description-md5: 867507a9b714c75e96d3438264bda095 Description-en: OpenGL window and compositing manager - development files Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains the headers and libraries needed to compile compiz plugins. Package: compiz-gnome Description-md5: f487b7706c4305676403c9a70567359c Description-en: OpenGL window and compositing manager - GNOME window decorator Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains files needed to integrate compiz with the GNOME desktop environment. Package: compiz-kde Description-md5: eb3b2ddf14ed1dc4d16ebc0d768e62b9 Description-en: OpenGL window and compositing manager - KDE window decorator Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains a window decorator that uses KDE to provide a look and feel similar to that of the default KDE window manager. Package: compiz-plugins Description-md5: e4af56d239ac1964f5fbe130f75c1436 Description-en: OpenGL window and compositing manager - plugins Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains the standard plugins that come with compiz. Package: compiz-plugins-default Description-md5: 946b91cace0c0f855a4d0dc9d9a9ed9b Description-en: OpenGL window and compositing manager - default plugins Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains the default compiz plugins we activate in ubuntu coming with core compiz. Package: compiz-plugins-main Description-md5: 13baed51a6916894dbe78c211a468914 Description-en: Compiz plugins - main collection Compiz 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 package provides the primary and most well tested set of plugins from the compiz project. Package: compiz-plugins-main-default Description-md5: 422a2307fc4beb25df03bd46ef21e2d6 Description-en: Compiz plugins - main default collection Compiz 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 package provides the primary and most well tested set of plugins installed by default in ubuntu from the compiz project. Package: compiz-plugins-main-dev Description-md5: 6a8ef0f493a7c656dc92696e8bcdeffa Description-en: Compiz plugins - main collection development files Compiz 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 package contains the headers and libraries needed to compile compiz plugins depending from plugin in compiz-plugins-main. Package: compizconfig-backend-gconf Description-md5: 24f0540efc7d0b8aeb42b59ae38adaaa Description-en: Compiz Fusion configuration system - gconf backend 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 package provides the gconf-based configuration backend for the compiz-fusion plugin system. Package: consolekit Description-md5: ebcb508a56f0ac7c55a29c37ded2a104 Description-en: framework for defining and tracking users, sessions and seats ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). . It provides asynchronous notification via the system message bus. . This package provides the system daemon and tools to interact with it. Package: coreutils Description-md5: ca29325ab0239421f7b6be11369cc121 Description-en: GNU core utilities This package contains the basic file, shell and text manipulation utilities which are expected to exist on every operating system. . Specifically, this package includes: arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false flock fmt fold groups head hostid id install join link ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir runcon sha*sum seq shred sleep sort split stat stty sum sync tac tail tee test timeout touch tr true truncate tsort tty uname unexpand uniq unlink users vdir wc who whoami yes Package: corosync Description-md5: 6919b701a49bdb9b99ff093ba8f8a84f Description-en: Standards-based cluster framework (daemon and modules) 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 contains the corosync daemon and modules. Package: corosync-dbg Description-md5: fd4a4e8fd33ddf4706a49a3a324162ce Description-en: Standards-based cluster framework (debugging symbols) 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 contains the debug information. Package: couchdb-bin Description-md5: e6ec95afa5d44fe8cfc7f3d7733054f5 Description-en: RESTful document oriented database, programs Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language. . This package contains the database program (so one can run personal servers), but no system database or "init" startup files. To get those, you need the "couchdb" package. . CouchDB is written in Erlang, but can be easily accessed from any environment that provides means to make HTTP requests. There are a multitude of third-party client libraries that make this even easier for a variety of programming languages and environments. Package: cpio Description-md5: 5f492bf139a41f29fd2d6fcadf43606e Description-en: GNU cpio -- a program to manage archives of files 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. Package: cpp Description-md5: aa450f6a454bdd6b0d8d9862a9240255 Description-en: GNU C preprocessor (cpp) The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This is a dependency package providing the default GNU C preprocessor. Package: cpp-4.4 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-4.5 Description-md5: e335af62881f202cc72c45e2dd0c350d Description-en: The GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-4.6 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-doc Description-md5: bedc30e6ac711bb807bb5f49569e8b35 Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format (dependency package). Package: cracklib-runtime Description-md5: 735547e1edb1c58c3775b3a199b66896 Description-en: runtime support for password checker library cracklib2 Run-time support programs which use the shared library in libcrack2 including programs to build the password dictionary databases used by the functions in the shared library. Package: cramfsprogs Description-md5: 84999f91c25bcc80c3b25c460b471672 Description-en: Tools for CramFs (Compressed ROM File System) This package contains tools that let you construct a CramFs (Compressed ROM File System) image from the contents of a given directory, as well as checking a constructed CramFs image and extracting its contents. . Cram file systems are used for Debian INITRD images. Package: createfp Description-md5: f579afaab58964a34bf0e2d1f0a183d9 Description-en: Language detection library - fingerprint generation utility Libtextcat is a library with functions that implement the classification technic described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy. . This package contains 'createfp' for generating fingerprints Package: cron Description-md5: 9be69d40a3807484cd7982199140a731 Description-en: process scheduling daemon The cron daemon is a background process that runs particular programs at particular times (for example, every minute, day, week, or month), as specified in a crontab. By default, users may also create crontabs of their own so that processes are run on their behalf. . Output from the commands is usually mailed to the system administrator (or to the user in question); you should probably install a mail system as well so that you can receive these messages. . This cron package is configured by default to do some basic daily system maintenance tasks, such as creating backups of key system files. Other packages, such as checksecurity, can provide further maintenance tasks. . The lockfile-progs package is recommended as it will prevent /etc/cron.daily/standard from running multiple times if something gets jammed. Package: cryptsetup Description-md5: cd7a3be3bd2a67f67ca938dfe411f572 Description-en: configures encrypted block devices Cryptsetup provides a command-line interface for configuring encrypted devices. This is done using the Linux kernel device mapper target dm-crypt. This version of cryptsetup has integrated support for LUKS. . cryptsetup is backwards compatible with the on-disk format of cryptoloop, but also supports more secure formats. This package includes support for automatically configuring encrypted devices at boot time via the config file /etc/crypttab. Additional features are cryptoroot support through initramfs-tools and several supported ways to read a passphrase or key. Package: cu Description-md5: 3be86ba2957547b80526914de84a5085 Description-en: call up another system The cu command is used to call up another system and act as a dial in terminal. It can also do simple file transfers with no error checking. . cu is part of the UUCP source but has been split into its own package because it can be useful even if you do not do uucp. Package: cups Description-md5: a7a1401ce90f3158b62e46f606e44e35 Description-en: Common UNIX Printing System(tm) - server The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the CUPS scheduler/daemon and related files. Package: cups-bsd Description-md5: 8ca999eda442e2096dafa2745e4db8de Description-en: Common UNIX Printing System(tm) - BSD commands The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpr, lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the BSD commands for interacting with CUPS. It is provided separately to allow CUPS to coexist with other printing systems (to a small degree). Package: cups-client Description-md5: 49064ce8151bc5cfbb65936322a4e2ce Description-en: Common UNIX Printing System(tm) - client programs (SysV) The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the System V style print client programs. Package: cups-dbg Description-md5: 45781fd5891c0e6a36e3f989431c7203 Description-en: Common UNIX Printing System(tm) - debugging symbols The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the debugging symbols of CUPS. Package: cups-driver-gutenprint Description-md5: 5f4c29079db880e202fde946549381ae Description-en: printer drivers for CUPS This package includes a CUPS driver based on Gutenprint. . The CUPS drivers contain all of the files needed to support photo-quality printing on any printer supported by Gutenprint. You can find out more about the Common UNIX Printing System ("CUPS"), an IPP-based printing system for UNIX/Linux, at: . http://www.cups.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: cups-ppdc Description-md5: ba3fa27bc468a14b73280f189057f4e7 Description-en: Common UNIX Printing System(tm) - PPD manipulation utilities The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides utilities to generate and manipulate PPD files. Package: curl Description-md5: 00d0d5095f091d7af8e693b825ed0492 Description-en: Get a file from an HTTP, HTTPS or FTP server curl is a client to get files from servers using any of the supported protocols. The command is designed to work without user interaction or any kind of interactivity. . curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, file transfer resume and more. Package: cvs Description-md5: 62e6daa6a4968f3b8a09c5e8724afc0c Description-en: Concurrent Versions System CVS is a version control system, which allows you to keep access to old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. It handles multiple developers, multiple directories, triggers to enable/log/control various operations, and can work over a wide area network. The texinfo manual provides further information on more tasks that it can perform. . There are some tasks that are not covered by CVS. They can be done in conjunction with CVS but will tend to require some script-writing and software other than CVS. These tasks are bug-tracking, build management (that is, make and make-like tools), and automated testing. However, CVS makes these tasks easier. . This package contains a CVS binary which can act as both client and server, although there is no CVS dæmon; to access remote repositories, please use :extssh: not :pserver: any more. Package: cvsps Description-md5: 4a043ea6c8515d03de2571bcffdceb1b Description-en: Tool to generate CVS patch set information CVSps is a program for generating 'patch set' information from a CVS repository. A patch set in this case is defined as a set of changes made to a collection of files, all committed at the same time (using a single 'cvs commit' command). This information is valuable for seeing the big picture of the evolution of a CVS project. While CVS tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository. Package: cyrus-sasl2-dbg Description-md5: 1dd80585b22a821c1f59f219462ebb5e Description-en: Cyrus SASL - debugging symbols This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package contains the debugging symbols for all Cyrus SASL packages. The debugging symbols can be useful when investigating crashes in the SASL library or tools. You may be asked to install this package if you encounter such a crash. Package: cyrus-sasl2-heimdal-dbg Description-md5: d92a4bc29c5a0f1499816117127e70f5 Description-en: Cyrus SASL - debugging symbols for Heimdal modules This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package contains the debugging symbols for the Cyrus SASL Heimdal GSSAPI modules package (libsasl2-modules-gssapi-heimdal). The debugging symbols can be useful when investigating crashes in the SASL library or tools. You may be asked to install this package if you encounter such a crash. Package: cyrus-sasl2-mit-dbg Description-md5: 281cc95397fa0a6eb002c5962230b180 Description-en: Cyrus SASL - debugging symbols for MIT modules This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package contains the debugging symbols for the Cyrus SASL MIT GSSAPI modules package (libsasl2-modules-gssapi-mit). The debugging symbols can be useful when investigating crashes in the SASL library or tools. You may be asked to install this package if you encounter such a crash. Package: cython Description-md5: 3e285fac19ebbeae06631f5c5124b319 Description-en: C-Extensions for Python Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations. . The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. . This makes Cython the ideal language for wrapping for external C libraries, and for fast C modules that speed up the execution of Python code. Package: cython-dbg Description-md5: 1601a14fb3726dad127a20ffb0600885 Description-en: C-Extensions for Python (Debug Build of Cython) This package contains Cython libraries built against versions of Python configured with --pydebug. Package: dash Description-md5: 8d4d9c32c6b2b70328f7f774a0cc1248 Description-en: POSIX-compliant shell The Debian Almquist Shell (dash) is a POSIX-compliant shell derived from ash. . Since it executes scripts faster than bash, and has fewer library dependencies (making it more robust against software or hardware failures), it is used as the default system shell on Debian systems. Package: datefudge Description-md5: 90d216207ae2ffe441dfbc9f8a57f5df Description-en: Fake the system date This program (and preload library) fakes the system date so that programs think the wall clock is ... different. . The faking is not complete; timestamp on files are not affected in any way. . This package is useful if you want to test the date handling of your programs without changing the system clock. Examples: Does it handle expired certificates correctly? Does it work on a leap day? Package: db4.8-util Description-md5: 83b3b6fe39f8b210b8554a655bf6b5b6 Description-en: Berkeley v4.8 Database Utilities This package provides different tools for manipulating databases in the Berkeley v4.8 database format, and includes: - db4.8_archive: write the pathnames of the log files no longer in use. - db4.8_checkpoint: daemon process to monitor the database log and checkpoint it periodically. - db4.8_deadlock: traverse the database environment lock region and abort lock requests when a deadlock is detected. - db4.8_load: loads (and creates) a database from standard input. - db4.8_dump: read a database file and write it in a format understood by db4.{2..8}_load. - db4.8_printlog: dump log files in human readable format. - db4.8_stat: display statistics for Berkeley DB environments. - db4.8_upgrade: upgrades the version of files and the databases they contain. - db4.8_verify: check the structure of files and their databases. Package: db5.1-sql-util Description-md5: e2f658113c18388948932c723adf57ac Description-en: Berkeley v5.1 SQL Database Utilities This package provides different tools for manipulating databases in the Berkeley v5.1 SQL database format, and includes: - db5.1 Package: db5.1-util Description-md5: efc373711f970fc5af4a6a391cbe0ced Description-en: Berkeley v5.1 Database Utilities This package provides different tools for manipulating databases in the Berkeley v5.1 database format, and includes: - db5.1_archive: write the pathnames of the log files no longer in use. - db5.1_checkpoint: daemon process to monitor the database log and checkpoint it periodically. - db5.1_deadlock: traverse the database environment lock region and abort lock requests when a deadlock is detected. - db5.1_load: loads (and creates) a database from standard input. - db5.1_dump: read a database file and write it in a format understood by db4.{2..8}_load. - db5.1_printlog: dump log files in human readable format. - db5.1_stat: display statistics for Berkeley DB environments. - db5.1_upgrade: upgrades the version of files and the databases they contain. - db5.1_verify: check the structure of files and their databases. Package: dbus Description-md5: 8317e43242716ec7f7692a3ac5895e1c Description-en: simple interprocess messaging system (daemon and utilities) 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. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . This package contains the D-Bus daemon and related utilities. . The client-side library can be found in the libdbus-1-3 package, as it is no longer contained in this package. Package: dbus-1-dbg Description-md5: 8e652fad9ff7afdabd20cb27b87476a9 Description-en: simple interprocess messaging system (debug symbols) 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 support for debugging programs that use the core D-Bus shared library. . See the dbus package description for more information about D-Bus in general. Package: dbus-x11 Description-md5: 101d13ea029d06116b86761850faa2f3 Description-en: simple interprocess messaging system (X11 deps) 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-launch utility which is necessary for packages using a D-Bus session bus. . See the dbus description for more information about D-Bus in general. Package: dc Description-md5: 07d7b4d3f957dab42fc2b787b23d8978 Description-en: The GNU dc arbitrary precision reverse-polish calculator GNU dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros. . A reverse-polish calculator stores numbers on a stack. Entering a number pushes it on the stack. Arithmetic operations pop arguments off the stack and push the results. Home page: http://directory.fsf.org/GNU/bc.html Package: dconf-gsettings-backend Description-md5: 6b19a0652a2cca6e9bf8daa15cc3026b Description-en: simple configuration storage system - GSettings back-end DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains a back-end for GSettings. It is needed by applications accessing settings through GSettings to set custom values and listen for changes. Package: dconf-tools Description-md5: 1d5ca74b35414d275ff0579f00176c88 Description-en: simple configuration storage system - utilities DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains the command line tools. Note that DConf is not connected with the older Debian package named dconf. Package: dctrl-tools Description-md5: 2be4fae2cb5697a030eba7e7ef050401 Description-en: Command-line tools to process Debian package information Debian package information is generally stored in files having a special file format, dubbed the Debian control file format (the dctrl format), a special case of the record jar file format. These tools operate on any files conforming in a general sense to that format and are therefore widely applicable whenever those formats are in play. . Included are: . grep-dctrl - Grep dctrl-format files grep-available - Grep the DPKG available database grep-status - Grep the DPKG status database grep-aptavail - Grep the APT available database grep-debtags - Grep the Debtags package database . sort-dctrl - Sort dctrl-format files . tbl-dctrl - Tabulate dctrl-format files . sync-available - Sync the dpkg available database with the apt database Package: debian-installer Description-md5: 4971db8ed5ee1de169a33701c5a72c9c Description-en: Debian installer This package currently only contains some documentation for the Debian installer. We welcome suggestions about what else to put in it. Package: debianutils Description-md5: 48860743f55caefbd309e769afd42d3f Description-en: Miscellaneous utilities specific to Debian This package provides a number of small utilities which are used primarily by the installation scripts of Debian packages, although you may use them directly. . The specific utilities included are: installkernel run-parts savelog tempfile which. Package: default-jdk Description-md5: 08e295c6744139b30011680d778e3eaa Description-en: Standard Java or Java compatible Development Kit This package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-6-jdk for armel. Package: default-jre Description-md5: 4c04de0b58e2ac711b443469dc95d0f9 Description-en: Standard Java or Java compatible Runtime This package points to the Java runtime, or Java compatible runtime recommended for the armel architecture, which is openjdk-6-jre for armel. Package: default-jre-headless Description-md5: 7b735402da1b6086a07d69b7dc969465 Description-en: Standard Java or Java compatible Runtime (headless) This package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-6-jre-headless for armel. The package is used as dependency for packages not needing a graphical display during runtime. Package: deja-dup Description-md5: a249e6bb5f9a960e3ab04434158c18eb Description-en: Back up your files Déjà Dup is a simple backup tool. It hides the complexity of backing up the Right Way (encrypted, off-site, and regular) and uses duplicity as the backend. . Features: * Support for local, remote, or cloud backup locations, such as Amazon S3, Rackspace Cloud Files, and Ubuntu One * Securely encrypts and compresses your data * Incrementally backs up, letting you restore from any particular backup * Schedules regular backups * Integrates well into your GNOME desktop Package: desktop-file-utils Description-md5: b235afbde001f33936d80b8419f367f5 Description-en: Utilities for .desktop files Some utilities to make dealing with .desktop files easier: * update-desktop-database -- update the desktop-MIME mapping * desktop-file-validate -- validate a desktop file * desktop-file-install -- install a desktop file, munging en route. Package: devhelp Description-md5: ae983a3767d2a0a40ed35bb280300912 Description-en: GNOME developers help program 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 some integration capabilities, which is used to allow command-line searches, emacs integration and embedding in applications like the Anjuta IDE. Package: device-tree-compiler Description-md5: 2c0db00dc18c1e4cb9f4e3dc14a5cce8 Description-en: OpenFirmware Device Tree Compiler for Flat Device Trees This tool compiles device-tree descriptions for booting PowerPC kernels on embedded systems without OpenFirmware. Package: devio Description-md5: 0bd1a5ee0f78f228d879d86ec100473d Description-en: correctly read (or write) a region of a block device devio is a command line program to read correctly from mtd character (and other block) devices. devio allows access to specific regions of the device and allows output of data from specific locations. The primary difference between devio and other command line utilities, such as dd and cat, is that it is not stream based - it writes directly into the object rather than reading and writing a stream of data. Package: devscripts Description-md5: f8f02c8a5a62c0da3b22b34fa374b73a Description-en: scripts to make the life of a Debian Package maintainer easier Contains the following scripts, dependencies/recommendations shown in brackets afterwards: . - annotate-output: run a command and prepend time and stream (O for stdout, E for stderr) for every line of output - archpath: print tla/Bazaar package names [tla | bazaar] - bts: a command-line tool for manipulating the BTS [www-browser, libauthen-sasl-perl, libnet-smtp-ssl-perl, libsoap-lite-perl, libwww-perl, bsd-mailx | mailx] - build-rdeps: Searches for all packages that build-depend on a given package [dctrl-tools] - chdist: tool to easily play with several distributions [dctrl-tools] - checkbashisms: check whether a /bin/sh script contains any common bash-specific contructs - cowpoke: upload a Debian source package to a cowbuilder host and build it, optionally also signing and uploading the result to an incoming queue [ssh-client] - cvs-debi, cvs-debc: wrappers around debi and debc respectively (see below) which allow them to be called from the CVS working directory. [cvs-buildpackage] - cvs-debrelease: wrapper around debrelease which allows it to be called from the CVS working directory. [cvs-buildpackage, dupload | dput, ssh-client] - cvs-debuild: A wrapper for cvs-buildpackage to use debuild as its package building program. [cvs-buildpackage, fakeroot, lintian, gnupg] - dcmd: run a given command replacing the name of a .changes or .dsc file with each of the files referenced therein - dcontrol: remotely query package and source control files for all Debian distributions. [liburl-perl, libwww-perl] - dd-list: given a list of packages, pretty-print it ordered by maintainer - debc: display the contents of just-built .debs - debchange/dch: automagically add entries to debian/changelog files [libparse-debcontrol-perl, libsoap-lite-perl] - debcheckout: checkout the development repository of a Debian package - debclean: purge a Debian source tree [fakeroot] - debcommit: commit changes to cvs, darcs, svn, svk, tla, bzr, git, or hg, basing commit message on changelog [cvs | darcs | subversion | svk | tla | bzr | git-core | mercurial] - debdiff: compare two versions of a Debian package to check for added and removed files [wdiff, patchutils] - debi: install a just-built package - debpkg: dpkg wrapper to be able to manage/test packages without su - debrelease: wrapper around dupload or dput [dupload | dput, ssh-client] - debsign, debrsign: sign a .changes/.dsc pair without needing any of the rest of the package to be present; can sign the pair remotely or fetch the pair from a remote machine for signing [gnupg, debian-keyring, ssh-client] - debsnap: grab packages from http://snapshot.debian.org [libwww-perl, libjson-perl] - debuild: wrapper to build a package without having to su or worry about how to invoke dpkg to build using fakeroot. Also deals with common environment problems, umask etc. [fakeroot, lintian, gnupg] - deb-reversion: increases a binary package version number and repacks the archive - desktop2menu: produce a skeleton menu file from a freedesktop.org desktop file [libfile-desktopentry-perl] - dget: downloads Debian source and binary packages [wget | curl] - dpkg-depcheck, dpkg-genbuilddeps: determine the packages used during the build of a Debian package; useful for determining the Build-Depends control field needed [build-essential, strace] - diff2patches: extract patches from a .diff.gz file placing them under debian/ or, if present, debian/patches [patchutils] - dscextract: extract a single file from a Debian source package [patchutils] - dscverify: verify the integrity of a Debian package from the .changes or .dsc files [gnupg, debian-keyring, libdigest-md5-perl] - edit-patch: add/edit a patch for a source package and commit the changes [quilt | dpatch | cdbs] - getbuildlog: download package build logs from Debian auto-builders [wget] - grep-excuses: grep the update_excuses.html file for your packages [libterm-size-perl, wget, w3m] - licensecheck: attempt to determine the license of source files - list-unreleased: searches for unreleased packages - manpage-alert: locate binaries without corresponding manpages [man-db] - mass-bug: mass-file bug reports [bsd-mailx | mailx] - mergechanges: merge .changes files from a package built on different architectures - mk-build-deps: Given a package name and/or control file, generate a binary package which may be installed to satisfy the build-dependencies of the given packages. [equivs] - namecheck: Check project names are not already taken. - nmudiff: mail a diff of the current package against the previous version to the BTS to assist in tracking NMUs [patchutils, mutt] - plotchangelog: view a nice plot of the data in a changelog file [libtimedate-perl, gnuplot] - pts-subscribe: subscribe to the PTS for a limited period of time [bsd-mailx | mailx, at] - rc-alert: list installed packages which have release-critical bugs [wget] - rmadison: remotely query the Debian archive database about packages [wget | curl, liburi-perl] - suspicious-source: output a list of files which are not common source files [python-magic] - svnpath: print svn repository paths [subversion] - tagpending: runs from a Debian source tree and tags bugs that are to be closed in the latest changelog as pending. [libsoap-lite-perl] - transition-check: Check a list of source packages for involvement in transitions for which uploads to unstable are currently blocked [libwww-perl, libyaml-syck-perl] - uscan: scan upstream sites for new releases of packages [libcrypt-ssleay-perl, libwww-perl, unzip, xz-utils] - uupdate: integrate upstream changes into a source package [patch] - what-patch: determine what patch system, if any, a source package is using [patchutils] - whodepends: check which maintainers' packages depend on a package - who-uploads: determine the most recent uploaders of a package to the Debian archive [gnupg, debian-keyring, debian-maintainers, wget] - wnpp-alert: list installed packages which are orphaned or up for adoption [wget] - wnpp-check: check whether there is an open request for packaging or intention to package bug for a package [wget] - wrap-and-sort: wrap long lines and sort items in packaging files [python-debian] . Also included are a set of example mail filters for filtering mail from Debian mailing lists using exim, procmail, etc. Package: dia Description-md5: 018aa331acc6ffa4e440b38dd58114c1 Description-en: 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. Package: dia-gnome Description-md5: d851c36f8063bea8cc7806b333849c27 Description-en: Diagram editor (GNOME version) 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 the GNOME version of Dia. Package: dia-libs Description-md5: 772b702327f64d0602c56d5123d35473 Description-en: Diagram editor (library 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 library files common to dia and dia-gnome Package: dict Description-md5: 74d1a239ff1066a180ba971c6b64178b Description-en: dictionary client This package provides a client application to query a dictd server. The client-server protocol is TCP-based; the server may then be local or accessed through the network. . The DICT Development Group maintains several public servers which can be accessed from any machine connected to the Internet. The default configuration is to query one of these servers first. This may be changed in the configuration file /etc/dictd/dict.conf. . Queries may be customized by numerous command line options, including specifying the database(s) to be queried and the search strategy to be used. . This package also provides dictl, which allows using UTF-8 encoded dictionaries with terminals that do not support UTF-8. Package: dictd Description-md5: 5442ec960cfda460694f725c1e289641 Description-en: dictionary server This package provides a TCP-based server that allows a client to access dictionary definitions from a set of natural language dictionary databases. . Many dictionary databases have been packaged for use with dictd. They are described in the /usr/share/doc/dictd/README.Debian.gz file. . Either dict-gcide or dict-wn is essential for a useful English language dictionary server. It is strongly recommended that both be installed. If you are interested in computer terminology, it is recommended to install at least dict-jargon, dict-foldoc, or dict-vera. . The client program, dict, is packaged separately and is needed on all machines that will use the server. Package: dictfmt Description-md5: 2f01edba47d44fe481f5b4f832bc34ec Description-en: utility to format a file for use by a dictd server This package provides dictfmt. This utility can convert an input file to a dictionary database that conforms to the DICT protocol, and create a corresponding index file. . The package also provides dictunformat, which creates a raw database from a dictionary index and a dictionary database. Package: dictzip Description-md5: 8b6985a0311f25c9b6975297145471f8 Description-en: compression utility for dictionary databases This package provides a utility to compress dictionary databases with the LZ77 algorithm in a manner which is completely compatible with gzip(1), but using an extension that allows for random access to chunks of about 57kB without the overhead of decompressing the entire file. . This package also includes dictunzip, to decompress dictzipped files, and dictzcat, for viewing dictzipped files. Package: diffstat Description-md5: 823a79fb1afafc025e5a1d8d5d0da641 Description-en: produces graph of changes introduced by a diff file This program is a simple filter that reads the output of the 'diff' program, and produces a histogram of the total number of lines that were changed. It is useful for scanning a patch file to see which files were changed. Package: diffutils Description-md5: 5cf0bc18e36aa2957e62b309d6aa34f9 Description-en: File comparison utilities The diffutils package provides the diff, diff3, sdiff, and cmp programs. . `diff' shows differences between two files, or each corresponding file in two directories. `cmp' shows the offsets and line numbers where two files differ. `cmp' can also show all the characters that differ between the two files, side by side. `diff3' shows differences among three files. `sdiff' merges two files interactively. . The set of differences produced by `diff' can be used to distribute updates to text files (such as program source code) to other people. This method is especially useful when the differences are small compared to the complete files. Given `diff' output, the `patch' program can update, or "patch", a copy of the file. Package: djview Description-md5: 723d08e2761fe57a16db0f1a5d75091f Description-en: Transition package, djview3 to djview4 Ease transition from djview3 to djview4 with this dummy package. Package: djview3 Description-md5: 723d08e2761fe57a16db0f1a5d75091f Description-en: Transition package, djview3 to djview4 Ease transition from djview3 to djview4 with this dummy package. Package: djvulibre-bin Description-md5: c7421d25ec9e74924d5b7540e469b4bd Description-en: Utilities for the DjVu image format Executables including utilities for conversion between DjVu and other formats. Package: djvulibre-dbg Description-md5: 491e47717200675c2416d353ba9f4f8f Description-en: Debug symbols for the DjVu image format DjVu runtime debug symbols. Package: djvulibre-desktop Description-md5: e5da3aea9677bafe75a1aaa48a76c12e Description-en: Desktop support for the DjVu image format Miscellaneous files to support the DjVu image format on the desktop. Package: djvuserve Description-md5: 1440f01db6ede771bb8636f76fcccfda Description-en: CGI program for unbundling DjVu files on the fly CGI program to convert a bundled multi-page DjVu document into an indirect DjVu document on the fly. This provides for efficiently browsing large DjVu documents without transferring unnecessary pages. Package: dlm-pcmk Description-md5: d2213befa9b6a6208e6fc7e45ac87519 Description-en: Red Hat cluster suite - DLM pacemaker module This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . This package contains the DLM module for pacemaker. Package: dmake Description-md5: 53afd6772e20ccbe97a7b282a278dd06 Description-en: make utility used to build OpenOffice.org Dmake is a make utility similar to GNU make or the Workshop dmake. . This utility has an irregular syntax but is available for Linux, Solaris, and Win32 and other platforms. This version of dmake is a modified version of the original public domain dmake, and is used to build OpenOffice.org. . Dmake features: * support for portable makefiles * portable across many platforms * significantly enhanced macro facilities * sophisticated inference algorithm supporting transitive closure over the inference graph * support for traversing the file system both during making of targets and during inference * %-meta rules for specifying rules to be used for inferring prerequisites * conditional macros * local rule macro variables * proper support for libraries * parallel making of targets on architectures that support it * attributed targets * text diversions * group recipes * supports MKS extended argument passing convention * directory caching * highly configurable Package: dmeventd Description-md5: bc8f50011d7d368b15fac19b824076d4 Description-en: The Linux Kernel Device Mapper userspace library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains a daemon to monitor events of devmapper devices. Package: dmraid Description-md5: 3e36d6b2b8560a6acc827d35c09fed48 Description-en: Device-Mapper Software RAID support tool dmraid discovers, activates, deactivates and displays properties of software RAID sets (eg, ATARAID) and contained DOS partitions. . dmraid uses the Linux device-mapper to create devices with respective mappings for the ATARAID sets discovered. . The following formats are supported: Highpoint HPT37X/HPT45X Intel Software RAID LSI Logic MegaRAID NVidia NForce RAID (nvraid) Promise FastTrack Silicon Image(tm) Medley(tm) VIA Software RAID . Please read the documentation in /usr/share/doc/dmraid BEFORE attempting any use of this software. Improper use can cause data loss! Package: dmsetup Description-md5: 4f240f1d03d8e4d7d3f6ddd55958966b Description-en: The Linux Kernel Device Mapper userspace library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains a utility for modifying device mappings. Package: dnsmasq-base Description-md5: b326163b95cd91ec55ae519af343dfe8 Description-en: A small caching DNS proxy and DHCP/TFTP server This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. Package: dnsmasq-utils Description-md5: bac66a3049c848be5547e7c9e24e2b06 Description-en: Utilities for manipulating DHCP leases Small utilities to query a DHCP server's lease database and remove leases from it. These programs are distributed with dnsmasq and may not work correctly with other DHCP servers.. Package: dnsutils Description-md5: 9fac1cb37cd005e52aa0e22df64994e1 Description-en: Clients provided with BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers various client programs related to DNS that are derived from the BIND source tree. . - dig - query the DNS in various ways - nslookup - the older way to do it - nsupdate - perform dynamic updates (See RFC2136) Package: docbook-to-man Description-md5: 355b2afd3a17f2847b875415a346ff1e Description-en: converter from DocBook SGML into roff man macros docbook-to-man is a batch converter that transforms UNIX-style manpages from the DocBook SGML format into nroff/troff man macros. . This is not the original version by Fred Dalrymple, but one with the modifications by David Bolen. Package: docbook2x Description-md5: 0460a03df0bea65e00317c6f10f31272 Description-en: Converts DocBook/XML documents into man pages and TeXinfo The main tools are: * docbook2x-man: converts a DocBook/XML refentry into a manual page, with table support * docbook2x-texi: converts a DocBook/XML refentry into an info page, most usable for Emacs users Package: dosfstools Description-md5: 59ecb63784c340e5c3a99b863dcd299e Description-en: utilities for making and checking MS-DOS FAT filesystems The dosfstools package includes the mkdosfs (aka mkfs.dos and mkfs.vfat) and dosfsck (aka fsck.msdos and fsck.vfat) utilities, which respectively make and check MS-DOS FAT filesystems on hard drives or on floppies. . This version uses the enhanced boot sector/superblock format of DOS 3.3+ as well as provides a default dummy boot sector code. Package: dosfstools-dbg Description-md5: 59ccecf7c56b61492ba3f4e05ee07d9b Description-en: utilities for making and checking MS-DOS FAT filesystems (debug) The dosfstools package includes the mkdosfs (aka mkfs.dos and mkfs.vfat) and dosfsck (aka fsck.msdos and fsck.vfat) utilities, which respectively make and check MS-DOS FAT filesystems on hard drives or on floppies. . This package contains the debugging symbols. Package: dovecot-common Description-md5: 1d33f8efbdf05f33795b9aea72e932cc Description-en: secure mail server that supports mbox, maildir, dbox and mdbox mailboxes Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains the files used by the various dovecot servers, the Dovecot LDA (dovecot-lda) and Pigeonhole Sieve support. Package: dovecot-dbg Description-md5: a57fd9c821324ecb7f5c264cefd52218 Description-en: debug symbols for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains debug symbols for Dovecot. Package: dovecot-dev Description-md5: c3f36a8a84e642d86e7c3a9d947d7b8e Description-en: header files for the dovecot mail server Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains header files needed to compile plugins for the dovecot mail server. Package: dovecot-gssapi Description-md5: 2effb9a9f8c038afcf55a9ee5019af70 Description-en: GSSAPI authentication support for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package provides GSSAPI authentication support for Dovecot. Package: dovecot-imapd Description-md5: e01d90a9c68d1d22b13fb39de2cc43f9 Description-en: secure IMAP server that supports mbox, maildir, dbox and mdbox mailboxes Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains the dovecot IMAP server. Package: dovecot-ldap Description-md5: 84fffe7f5659ef366bc6aad54ae8d095 Description-en: LDAP support for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package provides LDAP support for Dovecot. Package: dovecot-lmtpd Description-md5: 994894a4e024f9b5efd976ca39c07061 Description-en: secure LMTP server for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains the dovecot LMTP server. Package: dovecot-managesieved Description-md5: 8c1e1dbd9bfe62100f8c9e9d551b6aca Description-en: secure ManageSieve server for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains the dovecot ManageSieve server. Package: dovecot-mysql Description-md5: ef7748c474222ab3fd764182250630c6 Description-en: MySQL support for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package provides MySQL support for Dovecot. Package: dovecot-pgsql Description-md5: 51a69a844dc034749ead6ab521f525c0 Description-en: PostgreSQL support for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package provides PostgreSQL support for Dovecot. Package: dovecot-pop3d Description-md5: f6bf830d9c10c0e2d625a40e750bfcfb Description-en: secure POP3 server that supports mbox, maildir, dbox and mdbox mailboxes Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package contains the dovecot POP3 server. Package: dovecot-sieve Description-md5: d7fa73f368d123fa75cba901a4f76c6d Description-en: sieve filters support for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package provides sieve filters support for Dovecot. Package: dovecot-sqlite Description-md5: ec90d4ed3a61bb6710ea93ce495c2868 Description-en: SQLite support for Dovecot Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It should also be pretty fast, extensible, and portable. . This package provides SQLite support for Dovecot. Package: doxygen Description-md5: 492da4d72df8e1b313e0a62be4fae0e9 Description-en: 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. 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. . Install the doxygen-latex package to build LaTeX based documents. Package: doxygen-gui Description-md5: 33b86c2a62e9625749510ec08b862466 Description-en: GUI configuration tool 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 doxywizard, a GUI configuration tool for doxygen. Package: dpkg Description-md5: 2f156c6a30cc39895ad3487111e8c190 Description-en: Debian package management system This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. . For Debian package development tools, install dpkg-dev. Package: dselect Description-md5: 269b383010cda7ddc3f6381398082aec Description-en: Debian package management front-end dselect is a high-level interface for managing the installation and removal of Debian software packages. . Many users find dselect intimidating and new users may prefer to use apt-based user interfaces. Package: duplicity Description-md5: 4d1078d59b01217b0f9070c1c5c93a05 Description-en: encrypted bandwidth-efficient backup Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server. Package: dvd+rw-tools Description-md5: 63f942222e20cd33a7d6646892c22266 Description-en: DVD+-RW/R tools The dvd+rw-tools suite makes it possible to burn DVD images created by dvdauthor or genisoimage to DVD+R, DVD+RW, DVD-R, and DVD-RW disks, replacing cdrecord-proDVD in many cases. . This package contains dvd+rw-mediainfo (to give details about DVD disks), and some programs to control the write speed and obtain information from DVD-RAM. . Additionally, it depends on the growisofs package to provide the main front-end for burning DVD-like media. Package: dvd+rw-tools-dbg Description-md5: ec18b175ab72dbb4b0c37e97b17de5bb Description-en: DVD+-RW/R tools (debug) dvd+rw-tools makes it possible to burn DVD images created by dvdauthor or genisoimage to DVD+R, DVD+RW, DVD-R, and DVD-RW disks, replacing cdrecord-proDVD in many cases. . This package contains the debugging symbols for the programs in the growisofs and dvd+rw-tools packages. Package: dvipng Description-md5: 5a07c90ad09a037b4cdf0fc0a7aa18bb Description-en: convert DVI files to PNG graphics dvipng makes PNG graphics from DVI files as obtained from TeX and its relatives. It is intended to produce anti-aliased screen-resolution images as fast as is possible. This makes dvipng suitable for generating large amounts of images on-the-fly. . dvipng does not read the postamble, so it can be started before TeX finishes. It can read options interactively through stdin, and all options are usable. One can even change the input file through this interface. . dvipng supports PK, VF, PostScript Type1, and TrueType fonts, color specials and simple PostScript inclusion specials. Package: e2fsck-static Description-md5: 0f5fb4f2ba168adf31e7b0a640de0d89 Description-en: statically-linked version of the ext2/ext3/ext4 filesystem checker This may be of some help to you if your filesystem gets corrupted enough to break the shared libraries used by the dynamically linked checker. . This binary takes much more space than its dynamic counterpart located in e2fsprogs, though. . You may want to install a statically-linked shell as well, to be able to run this program if something like your C library gets corrupted. Package: e2fslibs Description-md5: ba4f61a3e0b238831f03143cbdce696e Description-en: ext2/ext3/ext4 file system libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides the ext2fs and e2p libraries, for userspace software that directly accesses extended file systems. Programs that use libext2fs include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include dumpe2fs, chattr, and lsattr. Package: e2fslibs-dbg Description-md5: 3ae73487772accd1aaa7b4e391b84e21 Description-en: debugging information for e2fslibs This package includes the debug information useful for debugging the ext2fs and e2p libraries, contained in the e2fslibs package. The debug information is used for execution tracing and core dump analysis. Package: e2fslibs-dev Description-md5: 6c413fbf2fbe007c87112b744560fc94 Description-en: ext2/ext3/ext4 file system libraries - headers and static libraries The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains the development environment for the ext2fs and e2p libraries. Package: e2fsprogs Description-md5: 881261e27e1b159f3ebde5eb1b41e135 Description-en: ext2/ext3/ext4 file system utilities The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. Package: e2fsprogs-dbg Description-md5: f0f860f2f03441dce76ec09fc4fdde9c Description-en: debugging information for e2fsprogs This package includes the debug information useful for debugging e2fsprogs and its libraries, contained in the e2fsprogs and e2fsck-static packages. The debug information is used for execution tracing and core dump analysis. Package: ecj Description-md5: e6284592785e30058ea1bd0ff42945b3 Description-en: standalone version of the Eclipse Java compiler This package provides a standalone version of the Eclipse JDT compiler which is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) and is compatible with Java 1.3, 1.4, 1.5, 1.6 and 1.7. Package: ecj-gcj Description-md5: 87a3c61abece4f35d693d02aceff0ca5 Description-en: standalone version of the Eclipse Java compiler (native version) This package provides a standalone version of the Eclipse JDT compiler which is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) and is compatible with Java 1.3, 1.4, 1.5, 1.6 and 1.7. . This package contains a native version of ecj built using gcj. Package: ecj1 Description-md5: 29b6f0f4f3eaaf79039ac5065d6984d0 Description-en: java byte code compiler used by gcj This package provides a standalone version of the java byte code compiler used by gcj. Package: ecosconfig-imx Description-md5: fa51fb27e4890d41262580aa1143d580 Description-en: eCos configuration tool for imx SoC's RedBoot ecosconfig is part of the eCos and RedBoot build systems. This package is used to build the redboot-imx package and is out of date with the mainstream eCos repository. Unless you intend to build redboot-imx, you do not need this package, and if you intend to do eCos development, youshould grab a newer version of eCos and ecosconfig from eCos homepage. Package: ecryptfs-utils Description-md5: 86edf09a53857e8032a0fe1204a813d9 Description-en: ecryptfs cryptographic filesystem (utilities) eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. . It provides advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself. Think of eCryptfs as a sort of "gnupgfs". . eCryptfs is a native Linux filesystem. The kernel module component of eCryptfs is part of the Linux kernel since 2.6.19. . This package contains the userland utilities. Package: ed Description-md5: e44fb5520f79f9f8043143e4a7e0b8f3 Description-en: The classic UNIX line editor ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files. . red is a restricted ed: it can only edit files in the current directory and cannot execute shell commands. Package: eject Description-md5: 9a5f66fd7e4bca3deeb3357f3e927ab3 Description-en: ejects CDs and operates CD-Changers under Linux This little program will eject CD-ROMs (assuming your drive supports the CDROMEJECT ioctl). It also allows setting the autoeject feature. . On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing the active disc. . You can also use eject to properly disconnect external mass-storage devices like digital cameras or portable music players. Package: elfutils Description-md5: f888bb36a86d79063156ad9a0a117cad Description-en: collection of utilities to handle ELF objects Elfutils is a collection of utilities, including eu-ld (a linker), eu-nm (for listing symbols from object files), eu-size (for listing the section sizes of an object or archive file), eu-strip (for discarding symbols), eu-readelf (to see the raw ELF file structures), and eu-elflint (to check for well-formed ELF files). Package: emacs23 Description-md5: ee0232d77159703583785286c421c9da Description-en: The GNU Emacs editor (with GTK+ user interface) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with a GTK+ user interface. Package: emacs23-bin-common Description-md5: 41ae9658ca4911442b64528cdec9ce52 Description-en: The GNU Emacs editor's shared, architecture dependent files GNU Emacs is the extensible self-documenting text editor. This package contains the architecture dependent infrastructure that's shared by emacs23, emacs23-lucid, and emacs23-nox. Package: emacs23-lucid Description-md5: cf662c98cc6de78f321297fe8c2334a6 Description-en: The GNU Emacs editor GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with a Lucid user interface. Package: emacs23-nox Description-md5: e89fc328cc11b369769318818ef1e1a6 Description-en: The GNU Emacs editor (without X support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs compiled without support for X. Package: empathy Description-md5: 294936d00d993826e7b0c88eee373c57 Description-en: GNOME multi-protocol chat and call client Instant messaging program supporting text, voice, video, file transfers and inter-application communication over many different protocols, including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, Gadu-Gadu, Groupwise, ICQ and QQ. . This package contains the Empathy IM application and account manager. Package: empathy-dbg Description-md5: 6f8f8a390708bf813d27a6878a688d52 Description-en: GNOME multi-protocol chat and call client (debug symbols) Instant messaging program supporting text, voice, video, file transfers and inter-application communication over many different protocols, including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, Gadu-Gadu, Groupwise, ICQ and QQ. . This package contains debug symbols for the Empathy IM application and account manager. Package: enca Description-md5: 2f9c7fe9acb67b4a62500c271d337572 Description-en: Extremely Naive Charset Analyser - binaries Enca is an Extremely Naive Charset Analyser. It detects the character set and the encoding of text files and can also convert them to other encodings using either a built-in converter or external libraries and tools like libiconv, librecode, or cstocs. . Currently it supports Belarusian, Bulgarian, Croatian, Czech, Estonian, Hungarian, Latvian, Lithuanian, Polish, Russian, Slovak, Slovene, Ukrainian, Chinese, and some multibyte encodings independently on language. Package: enigmail Description-md5: 1f1e67ab816cad117d3c812e71e25f82 Description-en: GPG support for Thunderbird and Debian Icedove OpenPGP extension for Thunderbird. Enigmail allows users to access the features provided by the popular GnuPG software from within Thunderbird. . Enigmail is capable of signing, authenticating, encrypting and decrypting email. Additionally, it supports both the inline PGP format, as well as the PGP/MIME format as described in RFC 3156. Package: enscript Description-md5: 04fb071b96ab1b2f0ba75bea589ddc4b Description-en: converts text to Postscript, HTML or RTF with syntax highlighting GNU Enscript takes ASCII files (often source code) and converts them to PostScript, HTML or RTF. It can store generated output to a file or send it directly to the printer. . It is often used for its syntax highlighting, as it comes with rules for a wide range of programming languages. New rules can be added using an awk-like stateful scripting language. Package: eog Description-md5: a17b1b698fda7b280b8e85d7b08c5d27 Description-en: Eye of GNOME graphics viewer program eog or the Eye of GNOME is a simple graphics viewer for the GNOME desktop which uses the gdk-pixbuf library. It can deal with large images, and zoom and scroll with constant memory usage. Its goals are simplicity and standards compliance. Package: eog-dbg Description-md5: 2bd18fd76c12144cf92a1f8244b4214a Description-en: Eye of GNOME graphics viewer program - debugging symbols eog or the Eye of GNOME is a simple graphics viewer for the GNOME desktop which uses the gdk-pixbuf library. It can deal with large images, and zoom and scroll with constant memory usage. Its goals are simplicity and standards compliance. . This package contains the debugging symbols for eog. Package: eperl Description-md5: 8c031cf4d8b7bf7f078c7b2aac563af3 Description-en: Embedded Perl 5 Language ePerl interprets an ASCII file bristled with Perl 5 program statements by evaluating the Perl 5 code while passing through the plain ASCII data. It can operate in various ways: As a stand-alone Unix filter or integrated Perl 5 module for general file generation tasks and as a powerful Webserver scripting language for dynamic HTML page programming. Package: erlang-appmon Description-md5: 077e8804c18a3b2c6122579da8e7fe47 Description-en: Erlang/OTP application monitor The Application Monitor, Appmon, is a graphical utility used to supervise Erlang applications executing either locally or on remote Erlang nodes. The process tree of an application can furthermore be monitored. Package: erlang-asn1 Description-md5: ee4d0b49672ea14e8a224f00c393a8c6 Description-en: Erlang/OTP modules for ASN.1 support The Asn1 application contains modules with compile-time and run-time support for ASN.1 in Erlang/OTP. Package: erlang-base Description-md5: eb27cf1ed982601f2dcb1802ba9d4396 Description-en: Erlang/OTP virtual machine and base applications This package contains the Erlang/OTP runtime implementation, which is configured and built without HiPE support (compiles to byte-code only), and minimal set of Erlang applications: compiler - compiles Erlang code to byte-code; erts - the Erlang runtime system application; kernel - code necessary to run the Erlang runtime system itself; sasl - the system architecture support libraries application; stdlib - modules for manipulating lists, strings, files etc. Package: erlang-common-test Description-md5: 7b279934204d2fda3ee05f2ba5e002bb Description-en: Erlang/OTP application for automated testing Common Test is a portable application for automated testing. It is suitable for black-box testing of target systems of any type (i.e. not necessarily implemented in Erlang), as well as for white-box testing of Erlang/OTP programs. Black-box testing is performed via standard interfaces (such as SNMP, HTTP, Corba, Telnet, etc) and, if required, via user specific interfaces (often called test ports). White-box testing of Erlang/OTP programs is easily accomplished by calling the target API functions directly from the test case functions. Common Test also integrates usage of the OTP cover tool for code coverage analysis of Erlang/OTP programs. Package: erlang-corba Description-md5: f04931348634fb479d846559ba5c94f5 Description-en: Erlang/OTP applications for CORBA support The Orber application is an Erlang implementation of a CORBA Object Request Broker. . The cosEvent application is an Erlang implementation of a CORBA Service CosEvent. . The cosEventDomain application is an Erlang implementation of a CORBA Service CosEventDomainAdmin. . The cosFileTransfer Application is an Erlang implementation of the OMG CORBA File Transfer Service. . The cosNotification application is an Erlang implementation of the OMG CORBA Notification Service. . The cosProperty Application is an Erlang implementation of the OMG CORBA Property Service. . The cosTime application is an Erlang implementation of the OMG CORBA Time and TimerEvent Services. . The cosTransactions application is an Erlang implementation of the OMG CORBA Transaction Service. Package: erlang-crypto Description-md5: 6d6a5e48deb89695b61d6380e84e7e95 Description-en: Erlang/OTP cryptographic modules The Crypto Application provides functions for computation of message digests, encryption and decryption functions. It uses OpenSSL for actual calculations. Package: erlang-debugger Description-md5: f2a130c9024aae5b814aecc511de1716 Description-en: Erlang/OTP application for debugging and testing Debugger is a graphical tool which can be used for debugging and testing of Erlang programs. For example, breakpoints can be set, code can be single stepped and variable values can be inspected and modified. Package: erlang-dev Description-md5: 023eca40c938a81e31cb3d07fa28976e Description-en: Erlang/OTP development libraries and headers The files for application development in Erlang. They include headers for all applications included into Erlang/OTP distribution and C interface libraries. Package: erlang-dialyzer Description-md5: 64f3bbfb833c0a9582717bebe4d36557 Description-en: Erlang/OTP discrepancy analyzer application Dialyzer is a static analysis tool that identifies software discrepancies such as type errors, unreachable code, unnecessary tests etc. in single Erlang modules or entire (sets of) applications. Package: erlang-doc Description-md5: d151a4898d82d984d031d1b1e1366eea Description-en: Erlang/OTP HTML/PDF documentation Documentation for the Erlang programming language and OTP library in HTML and PDF formats. Package: erlang-docbuilder Description-md5: cb60d7c6822c2a4dfc336a9f9910ff9c Description-en: Erlang/OTP application for building HTML documentation DocBuilder provides functionality for generating HTML documentation for Erlang modules and Erlang/OTP applications from XML source code and/or EDoc comments in Erlang source code. Package: erlang-edoc Description-md5: a3f918489b4ca4cd8e396c420e04b999 Description-en: Erlang/OTP module for generating documentation EDoc is the Erlang program documentation generator. Inspired by the Javadoc tool for the Java programming language, EDoc is adapted to the conventions of the Erlang world. Package: erlang-erl-docgen Description-md5: 5f30cb8c9d86134a3ac21b268d81d997 Description-en: Erlang/OTP documentation stylesheets The erl_docgen package includes XSLT stylesheets and document type definitions used for Erlang/OTP documentation. They allow to transform documentation to manpage, HTML, and PDF formats. Package: erlang-et Description-md5: 642600ae4ee7f6069393fa0af8f50037 Description-en: Erlang/OTP event tracer application The Event Tracer (ET) uses the built-in trace mechanism in Erlang and provides tools for collecting and examining trace data using GUI. Package: erlang-eunit Description-md5: 559493af07c14e28bf56267ccbd871a0 Description-en: Erlang/OTP module for unit testing The EUnit application contains modules with support for unit testing. Package: erlang-gs Description-md5: e52ca1e4bb6bd044a046027c91209d06 Description-en: Erlang/OTP graphics system The Graphics System application, GS, is a library of routines for writing graphical user interfaces. Programs written using GS work on all Erlang platforms and do not depend upon the underlying windowing system. It uses Tk widgets for visualization. Package: erlang-ic Description-md5: e0dcaf593d7a257b63b65fed1429bb17 Description-en: Erlang/OTP IDL compiler 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. Package: erlang-inets Description-md5: 57f5c22cbb30db3a06eef4cd25d47c34 Description-en: Erlang/OTP Internet clients and servers Inets is a container for Internet clients and servers. Currently a FTP client, a HTTP client and server, and a TFTP client and server are provided in Inets. Package: erlang-inviso Description-md5: da63c06178546781d68f1a35016bc2a4 Description-en: Erlang/OTP trace tool Inviso, an Erlang trace tool. With the inviso API, runtime components can be started and tracing managed across a network of distributed Erlang nodes, using a control component also started with inviso API functions. Package: erlang-megaco Description-md5: 690fb9316fd0c68e524cdd808aa967b2 Description-en: Erlang/OTP implementation of Megaco/H.248 protocol The Megaco application is a framework for building applications on top of the Megaco/H.248 protocol. Package: erlang-mnesia Description-md5: 48d2214e21e1f80fbec2f00309f8406f Description-en: Erlang/OTP distributed relational/object hybrid database Mnesia is a distributed Database Management System (DBMS), appropriate for telecommunications applications and other Erlang applications which require continuous operation and exhibit soft real-time properties. Package: erlang-observer Description-md5: 562a137fe6357e7dc7f07faca76776a1 Description-en: Erlang/OTP application for investigating distributed systems The OBSERVER application contains tools for tracing and investigation of distributed systems. They include etop - a tool for presenting information about Erlang processes, and crashdump_viewer - a HTML based tool for browsing Erlang crashdumps. Package: erlang-odbc Description-md5: 8fb16205445a0b6f3190216580f2428d Description-en: Erlang/OTP interface to SQL databases The Erlang ODBC application provides an interface for accessing relational SQL databases from Erlang. Package: erlang-os-mon Description-md5: f8627add1b4145778041a638d379dc3d Description-en: Erlang/OTP operating system monitor The operating system monitor, OS_Mon, provides services for monitoring CPU load, disk usage, memory usage and OS messages. Package: erlang-parsetools Description-md5: 3e51e2f8676cdc2b45f2ac3d74b79580 Description-en: Erlang/OTP parsing tools The Parsetools application contains utilities for parsing. Currently, it includes yecc module. Yecc is an LALR-1 parser generator for Erlang, similar to yacc. Yecc takes a BNF grammar definition as input, and produces Erlang code for a parser as output. Package: erlang-percept Description-md5: c42515507b812528e2f0945482c60c14 Description-en: Erlang/OTP concurrency profiling tool Percept is a tool which visualizes application level concurrency and helps to identify concurrency bottlenecks. Package: erlang-pman Description-md5: 962e0eeceb5845c2c9bd716b2b7a0c16 Description-en: Erlang/OTP process manager The process manager Pman is a graphical tool used to inspect the Erlang processes executing either locally or on remote Erlang nodes. It also allows to trace events in the individual processes. Package: erlang-public-key Description-md5: e10bb8263805ad3875bec38b249b88db Description-en: Erlang/OTP public key infrastructure Provides functions to handle public key infrastructure from RFC 3280 (X.509 certificates) and some parts of the PKCS-standard. Package: erlang-reltool Description-md5: c21e40c68ee2fb8795e6e8d59da14957 Description-en: Erlang/OTP release management tool Reltool is a release management tool. It analyses a given Erlang/OTP installation and determines dependencies between applications. The graphical frontend depicts the dependencies and enables interactive customization of a target system. The backend provides a batch interface for generation of customized target systems. Package: erlang-runtime-tools Description-md5: a0448be753203ae3013367e215bb963c Description-en: Erlang/OTP runtime tracing/debugging tools Runtime_Tools provides low-footprint tracing/debugging tools suitable for inclusion in a production system. Package: erlang-snmp Description-md5: dfb924f9e0e51a8acfd28878335946b5 Description-en: Erlang/OTP SNMP applications A multilingual Simple Network Management Protocol application features an Extensible Agent, simple manager, a MIB compiler and facilities for implementing SNMP MIBs etc. . The OTP_Mibs application provides an SNMP management information base for Erlang nodes. Package: erlang-ssh Description-md5: 2ab50c8973bb765ccc1c37f7e496762f Description-en: Erlang/OTP implementation of SSH protocol The SSH application is an erlang implementation of the secure shell protocol. Package: erlang-ssl Description-md5: 15c091acf332c7d47a15da19885fdc6b Description-en: Erlang/OTP implementation of SSL The SSL application provides secure communication over sockets. Package: erlang-syntax-tools Description-md5: 734d87e62fdb69e61b39974407f3d15f Description-en: Erlang/OTP modules for handling abstract Erlang syntax trees Syntax_Tools contains modules for handling abstract Erlang syntax trees in a way that is compatible with the "parse trees" of the STDLIB module erl_parse, together with utilities for reading source files in unusual ways and pretty-printing syntax trees. Also it includes a module merger and renamer called Igor, as well as an automatic code-cleaner. Package: erlang-test-server Description-md5: a9b15ac1a3073e0f386c6cddcb7facea Description-en: Erlang/OTP server for automated application testing Test Server is a portable test server for automated application testing. The server can run test suites on local or remote targets and log progress and results to HTML pages. The main purpose of Test Server is to act as engine inside customized test tools. A callback interface for such framework applications is provided. Package: erlang-toolbar Description-md5: d4809b8900b3a5c2e35bb3dc225954db Description-en: Erlang/OTP graphical toolbar The Toolbar application simplifies access to the Erlang/OTP tools. It consists of a number of buttons, one for each available tool. Package: erlang-tools Description-md5: 4285755cbac612fc7f4013b85cae332f Description-en: Erlang/OTP various tools The Tools application contains a number of stand-alone tools, which are useful when developing Erlang programs. . cover - A coverage analysis tool for Erlang. cprof - A profiling tool that shows how many times each function is called. Uses a kind of local call trace breakpoints containing counters to achieve very low runtime performance degradation. eprof - A time profiling tool; measures how time is used in Erlang programs. Predecessor of fprof (see below). fprof - Another Erlang profiler; measures how time is used in Erlang programs. Uses trace to file to minimize runtime performance impact, and displays time for calling and called functions. instrument - Utility functions for obtaining and analyzing resource usage in an instrumented Erlang runtime system. make - A make utility for Erlang similar to UNIX make. tags - A tool for generating Emacs TAGS files from Erlang source files. xref - A cross reference tool. Can be used to check dependencies between functions, modules, applications and releases. Package: erlang-tv Description-md5: 8ae6855f14361c2742c488fe8b155e06 Description-en: Erlang/OTP table viewer The TV application allows the user to examine ETS and Mnesia tables. Once a certain table has been opened in the tool, its content may be viewed in various levels of detail. Package: erlang-typer Description-md5: 5602b81e7cab6e19646037b96ac97e72 Description-en: Erlang/OTP code type annotator TypEr is a tool that displays and automatically inserts type annotations in Erlang code. It uses Dialyzer to infer variable types. Package: erlang-webtool Description-md5: b8b0e4887cb074b9d62eb4be3acf0a19 Description-en: Erlang/OTP helper for web-based tools WebTool provides an easy way to use web-based tools with Erlang/OTP. It configures and starts a web server as well as all available tools. Package: erlang-xmerl Description-md5: 222136c221feb614758c204affd11214 Description-en: Erlang/OTP XML tools The xmerl application contains modules for processing XML. Package: escputil Description-md5: a84d4b8c7361eb8365a95150358419f2 Description-en: maintenance utility for Epson Stylus printers escputil is a utility to clean and align the heads of Epson Stylus printers. It can also check the current ink levels in the printer. . 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: espeak Description-md5: e4d7ea42a09ed7423403adc9c62ce2f5 Description-en: Multi-lingual software speech synthesizer 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. . It can run as a command line program to speak text from a file or from stdin. . * Includes different Voices, whose characteristics can be altered. * Can produce speech output as a WAV file. * Can translate text to phoneme codes, so it could be adapted as a front end for another speech synthesis engine. * Potential for other languages. More than 40 languages are included. * Compact size. The program and its data total about 350 kbytes. * Written in C++. Package: espeak-data Description-md5: b42247f7f19f21e26acfed336bd9a588 Description-en: Multi-lingual software speech synthesizer: speech data files eSpeak is a software speech synthesizer for English, and some other languages. . This package contains necessary synthesizer data files needed for the espeak program, and the shared library. Package: espeak-dbg Description-md5: 36379027743829246f1b7bead7323458 Description-en: Multi-lingual software speech synthesizer: debugging symbols eSpeak is a software speech synthesizer for English, and some other languages. . This package contains the debugging symbols. Package: ethtool Description-md5: 23bc6b45146ecc72a42d24b5993d6004 Description-en: display or change Ethernet device settings ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices. Package: evince Description-md5: 25ad65ad995b0d768c11642f12cc8454 Description-en: Document (PostScript, PDF) viewer Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable Document Format (PDF) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. Package: evince-dbg Description-md5: daca4d2b546ed3050e16172ed1319640 Description-en: Document (PostScript, PDF) viewer - debugging symbols Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable Document Format (PDF) 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 the debugging symbols needed by gdb. Package: evince-gtk Description-md5: 4c2378aadd3689b7bd0b08985d1234ca Description-en: Document (PostScript, PDF) viewer (GTK+ version) Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable Document Format (PDF) 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 version of evince is built without GNOME keyring support. Package: evolution Description-md5: 84389b0c01bd4feb87b635078cc7aed2 Description-en: groupware suite with mail client and organizer Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . Additional features include integration with Exchange and Groupwise servers, newsgroup client, LDAP support, web calendars and synchronization with Palm devices. . Evolution is a graphical application that is part of GNOME, and is distributed by Novell, Inc. . See http://www.novell.com/products/evolution/ for more information. . The following plugins belonging to the "base" set are included. - calendar-file - calendar-http - itip-formatter - python - default-source - addressbook-file - mark-all-read - publish-calendar - caldav - imap-features - google-account-setup - webdav-account-setup - calendar-weather - sa-junk-plugin - bogo-junk-plugin Package: evolution-couchdb Description-md5: 880d7baba6bdcb9168ab4307756048ae Description-en: Evolution support for CouchDB databases This package provides support for the Evolution mail and calendar program to access CouchDB databases (http://couchdb.apache.org), a replication and synchronization database of JSON documents, used by online services like UbuntuOne at http://ubuntuone.com Package: evolution-couchdb-backend Description-md5: f4536634a0966b2fc4c3436623f0e170 Description-en: Evolution support for CouchDB databases (backend) This package provides support for the Evolution mail and calendar program to access CouchDB databases (http://couchdb.apache.org), a replication and synchronization database of JSON documents, used by online services like UbuntuOne at http://ubuntuone.com . This package contains the evolution-data-server backend plugin, which allows applications using evolution-data-server to access CouchDB databases Package: evolution-data-server Description-md5: 00223d501d234f5cb46209c8c730f321 Description-en: evolution database backend server The data server, called "Evolution Data Server" is responsible for managing mail, calendar, addressbook, tasks and memo information. Package: evolution-data-server-dbg Description-md5: 67f33ddd8521aa2c8e1b89732e218dfe Description-en: evolution database backend server with debugging symbols This package contains unstripped binaries used for debugging. Package: evolution-data-server-dev Description-md5: f80e85b29ef7b2fa18ebc57f7a903dcb Description-en: Development files for evolution-data-server (metapackage) This package contains header files and static library of evolution-data-server. Package: evolution-dbg Description-md5: 5264e3842eb3d96148e4540a2e161bde Description-en: debugging symbols for Evolution Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . This package contains unstripped binaries of evolution for use in debugging. Package: evolution-dev Description-md5: e8841388a6199690879d253b06445273 Description-en: development library files for Evolution Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . This package contains header and static library files for developing Evolution components. Package: evolution-exchange Description-md5: 6ccf54bb1c33d78c7126265bd7f66d0c Description-en: Exchange plugin for the Evolution groupware suite The Evolution Exchange Connector adds support for Microsoft Exchange 2000 and 2003 to the Evolution groupware suite. . It uses the functionality of Outlook Web Access (OWA) to integrate with Exchange. Therefore, it is a requirement that OWA is enabled on the corporate Exchange infrastructure. Package: evolution-exchange-dbg Description-md5: 964aac1a09557e818b4e3c7317eb5bda Description-en: Exchange plugin for Evolution with debugging symbols The Evolution Exchange Connector adds support for Microsoft Exchange 2000 and 2003 to the Evolution groupware suite. . This package contains unstripped binaries used for debugging. Package: evolution-indicator Description-md5: 6944713b1e0d80d83d83552513d6ab38 Description-en: GNOME panel indicator applet for Evolution indicator-applet is an applet to display information from various applications consistently in the GNOME panel. . This package provides a plugin for Evolution that uses libindicate and libnotify to provide additional information about Evolution's state. Package: evolution-plugins Description-md5: c44f85f38bfdd2ab3cf644ae07e9626a Description-en: standard plugins for Evolution Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . This package includes plugins for evolution. The plugins belong to the set of "standard" plugins, which are useful, but not necessary for a functioning application. . The following standard plugins are included. - bbdb - save-calendar - mail-to-task - mailing-list-actions - prefer-plain - mail-notification - attachment-reminder - backup-restore - email-custom-header - face - templates - vcard-inline - dbx-import - audio-inline - image-inline - pst-import Package: evolution-plugins-experimental Description-md5: c9fd0add5b19be95b610a26f02752df9 Description-en: experimental plugins for Evolution Evolution is a groupware suite which integrates mail, calendar, address book, to-do list and memo tools. . This package includes plugins for Evolution. The plugins belong to the set of "experimental" plugins, which are unsupported, have undergone little testing, and might cause problems to the rest of Evolution. Use with care. . The following plugins are included. - external-editor - tnef-attachments - contacts-map Package: evolution-webcal Description-md5: 2f3a071ea39985df90f1eb9a49965fd5 Description-en: webcal: URL handler for GNOME and Evolution A GNOME URL handler for web-published ical calendar files, which integrates with the Evolution groupware suite. It allows you to subscribe to a published calendar simply by clicking on a webcal: URL. Package: execstack Description-md5: b4977f65448ec7a7e1fca51450d83efb Description-en: ELF GNU_STACK program header editing utility The execstack package contains a utility which modifies (or adds) the GNU_STACK program header to ELF binaries, and allows changing the executable flag. Package: exim4-base Description-md5: 8252d7e03c77f0fad0a050ee7b2c791a Description-en: support files for all Exim MTA (v4) packages Exim (v4) is a mail transport agent. exim4-base provides the support files needed by all exim4 daemon packages. You need an additional package containing the main executable. The available packages are: . exim4-daemon-light exim4-daemon-heavy . If you build exim4 from the source package locally, you can also build an exim4-daemon-custom package tailored to your own feature set. . The Debian exim4 packages have their own web page, http://pkg-exim4.alioth.debian.org/. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. 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 Package: exim4-daemon-heavy Description-md5: 4a88bdab99648bcbb96a200556de9ca8 Description-en: Exim MTA (v4) daemon with extended features, including exiscan-acl Exim (v4) is a mail transport agent. This package contains the exim4 daemon with extended features. In addition to the features already supported by exim4-daemon-light, exim4-daemon-heavy includes LDAP, sqlite, PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication, embedded Perl interpreter, and the content scanning extension (formerly known as "exiscan-acl") for integration of virus scanners and spamassassin. . The Debian exim4 packages have their own web page, http://pkg-exim4.alioth.debian.org/. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. 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 Package: exim4-daemon-heavy-dbg Description-md5: a43de3ca89e8b8b03093ecbe2bcf5f0c Description-en: debugging symbols for the Exim MTA (v4) packages Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4-daemon-heavy package. . The Debian exim4 packages have their own web page, http://pkg-exim4.alioth.debian.org/. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. 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 Package: exim4-daemon-light Description-md5: 7c42c117f6dd40a452e39762b4245e77 Description-en: lightweight Exim MTA (v4) daemon Exim (v4) is a mail transport agent. This package contains the exim4 daemon with only basic features enabled. It works well with the standard setups that are provided by Debian and includes support for TLS encryption and the dlopen patch to allow dynamic loading of a local_scan function. . The Debian exim4 packages have their own web page, http://pkg-exim4.alioth.debian.org/. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. 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 Package: exim4-daemon-light-dbg Description-md5: bafcfae01f5c98c974e728a52995aea7 Description-en: debugging symbols for the Exim MTA (v4) packages Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4-daemon-light package. . The Debian exim4 packages have their own web page, http://pkg-exim4.alioth.debian.org/. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. 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 Package: exim4-dbg Description-md5: 23b2e657dce516000b6dec1a35204caa Description-en: debugging symbols for the Exim MTA (v4) packages Exim (v4) is a mail transport agent. This package contains debugging symbols for the binaries contained in the exim4 packages. The daemon packages have their own debug package. . The Debian exim4 packages have their own web page, http://pkg-exim4.alioth.debian.org/. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. 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 Package: exim4-dev Description-md5: 8e6cbe0d0c62dbe247317a1ca420ee32 Description-en: header files for the Exim MTA (v4) packages Exim (v4) is a mail transport agent. This package contains header files that can be used to compile code that is then dynamically linked to exim's local_scan interface. . The Debian exim4 packages have their own web page, http://pkg-exim4.alioth.debian.org/. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. 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 Package: eximon4 Description-md5: 9d049018af5088cbceaa2af23692d02a Description-en: monitor application for the Exim MTA (v4) (X11 interface) Eximon is a helper program for the Exim MTA (v4). It allows administrators to view the mail queue and logs, and perform a variety of actions on queued messages, such as freezing, bouncing and thawing messages. Package: exiv2 Description-md5: d59f1f726fbefe3b33141c882d43023d Description-en: EXIF/IPTC metadata manipulation tool Exiv2 can: . * print the Exif metadata of JPEG, TIFF and several RAW image formats as summary info, interpreted values, or the plain data for each tag * print the IPTC metadata of JPEG images * print, set and delete the JPEG comment of JPEG images * set, add and delete Exif and IPTC metadata of JPEG images * adjust the Exif timestamp (that's how it all started...) * rename Exif image files according to the Exif timestamp * extract, insert and delete Exif metadata, IPTC metadata and JPEG comments * extract, insert and delete the thumbnail image embedded in the Exif metadata * fix the Exif ISO setting of picture taken with Nikon cameras Package: expat Description-md5: 946951e418841b66002f30694d1a0b72 Description-en: XML parsing C library - example application This package contains xmlwf, an example application of expat, the C library for parsing XML. The arguments to xmlwf are one or more files which are each to be checked for XML well-formedness. Package: expect Description-md5: c1249473d87dda15c30aa04e1c9d08c1 Description-en: Automates interactive applications Expect is a tool for automating interactive applications according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script. Package: expect-dev Description-md5: 1094390d25af288c90dbf968fc31aeb3 Description-en: Automates interactive applications (development) Expect is a tool for automating interactive applications according to a script. Following the script, Expect knows what can be expected from a program and what the correct response should be. Expect is also useful for testing these same applications. And by adding Tk, you can also wrap interactive applications in X11 GUIs. An interpreted language provides branching and high-level control structures to direct the dialogue. In addition, the user can take control and interact directly when desired, afterward returning control to the script. . This package contains the development files and examples. Package: exuberant-ctags Description-md5: dffcafa00047da8d3dac60f57fa4eef4 Description-en: build tag file indexes of source code definitions ctags parses source code and produces a sort of index mapping the names of significant entities (e.g. functions, classes, variables) to the location where that entity is defined. This index is used by editors like vi and emacsen to allow moving to the definition of a user-specified entity. . Exuberant Ctags supports all possible C language constructions and multiple other languages such as assembler, AWK, ASP, BETA, Bourne/Korn/Z shell, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Makefile, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Verilog, Vim and YACC. Package: fakeroot Description-md5: a3db724d379628c5b233e5d4de7af3dc Description-en: tool for simulating superuser privileges fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other file-manipulation functions, so that unprivileged users can (for instance) populate .deb archives with root-owned files; various build tools use fakeroot for this by default. Package: fastjar Description-md5: a0d7499d9046ecf1733ddfd9e23815be Description-en: Jar creation utility Replacement for Suns .jar creation program. It is written in C instead of java and is tons faster. Package: fbset Description-md5: 7997084a9c5398cd30090426f11200a0 Description-en: framebuffer device maintenance program Program to modify settings for the framebuffer devices (/dev/fb[0-9]* or /dev/fb/[0-9]*) on Linux, like depth, virtual resolution, timing parameters etc. Package: fdupes Description-md5: d917c30aa3870e8a38071caa9a905475 Description-en: identifies duplicate files within given directories FDupes uses md5sums and then a byte by byte comparison to find duplicate files within a set of directories. It has several useful options including recursion. Package: ffado-dbus-server Description-md5: c97651a8d42693959e021d8283d395a2 Description-en: FFADO D-Bus server 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 D-Bus server that exposes the mixer and control interfaces through D-Bus. Package: ffado-tools Description-md5: dcaf35942541c9b5da1355b4c8de7def Description-en: FFADO debugging and firmware tools 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 following tools for firmware updating, troubleshooting and debugging: * ffado-test-streaming * ffado-diag * ffado-test-isoxmit * ffado-test-isorecv * ffado-bridgeco-downloader * ffado-test * ffado-fireworks-downloader Package: ffmpeg Description-md5: df399191b595483d47bdb9d233b67661 Description-en: Multimedia player, server, encoder and transcoder This package contains the ffplay multimedia player, the ffserver streaming server and the ffmpeg audio and video encoder. They support most existing file formats (AVI, MPEG, OGG, Matroska, ASF...) and encoding formats (MPEG, DivX, MPEG4, AC3, DV...). Package: ffmpeg-dbg Description-md5: 21ac5f9cdeecda160424d88c5d908aa6 Description-en: Debug symbols for Libav related packages This package contains debug data of the Libav related shared libraries. . Most people will not need this package. Please install it to produce useful stacktraces to help debugging the Libav libraries. . This package is only used for transitional purposes and can be safely removed. Package: file Description-md5: 24356148df43e324f7cd0edfa5faa2fc Description-en: Determines file type using "magic" numbers File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. Package: file-roller Description-md5: a0802df2baeddf99cfa6289e8de3d48f Description-en: an archive manager for GNOME File-roller is an archive manager for the GNOME environment. It allows you to: . * Create and modify archives. * View the content of an archive. * View a file contained in an archive. * Extract files from the archive. . File-roller supports the following formats: * Tar (.tar) archives, including those compressed with gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), lzma (.tar.lzma) and xz (.tar.xz) * Zip archives (.zip) * Jar archives (.jar, .ear, .war) * 7z archives (.7z) * iso9660 CD images (.iso) * Lha archives (.lzh) * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) . File-roller doesn't perform archive operations by itself, but relies on standard tools for this. Package: finch Description-md5: 6ddcf2f478810ed1b861f2343495f79b Description-en: text-based multi-protocol instant messaging client Finch is a text/console-based, modular instant messaging client capable of using multiple networks at once. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber/XMPP/Google Talk, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SIMPLE, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * libx11-6 - To use the Clipboard and/or Toaster plugins. Package: findutils Description-md5: ad1a783819241ffdf3ff5f37a676af59 Description-en: utilities for finding files--find, xargs GNU findutils provides utilities to find files meeting specified criteria and perform various actions on the files which are found. This package contains 'find' and 'xargs'; however, 'locate' has been split off into a separate package. Package: finger Description-md5: fa4c81e598394f7d5057f3373fde86f6 Description-en: user information lookup program finger displays information about the system users. Package: fingerd Description-md5: 252aeb1f06e592ea0a2e97dcb289d598 Description-en: remote user information server Fingerd is a simple daemon based on RFC1196 that provides an interface to the "finger" program at most network sites. The program is supposed to return a friendly, human-oriented status report on either the system at the moment or a particular person in depth. Package: firefox Description-md5: 46b619f510631c4693dc09c1a3778a55 Description-en: Safe and easy web browser from Mozilla Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. Package: firefox-branding Description-md5: e89058e4775caff7d26313fa8811675e Description-en: Safe and easy web browser from Mozilla - transitional package This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: firefox-dbg Description-md5: 2937d9d7faa9d066b938045bc076f879 Description-en: Safe and easy web browser from Mozilla - debug symbols Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. . This package contains the debugging symbols for the Firefox web browser Package: firefox-dev Description-md5: e6b1c31ba86625fb8e5f17ebd7dfd6c8 Description-en: Safe and easy web browser from Mozilla - development files Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. . This package contains the headers and SDK for building plugins with Firefox Package: firefox-globalmenu Description-md5: 335a20b27465e401dc9d21c38f352d35 Description-en: Unity appmenu integration for Firefox This package provides an extension which adds support for the Unity appmenu to Firefox Package: firefox-gnome-support Description-md5: 9090a1269569e91fe1d73c81ee10928d Description-en: Safe and easy web browser from Mozilla - GNOME support Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. . This package depends on the GNOME libraries which allow Firefox to take advantage of technologies such as GConf, GIO libnotify Package: firefox-gnome-support-dbg Description-md5: e89058e4775caff7d26313fa8811675e Description-en: Safe and easy web browser from Mozilla - transitional package This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: firefox-mozsymbols Description-md5: 1398643ad4fb0f820933502f6bba9816 Description-en: Safe and easy web browser from Mozilla - Breakpad symbols Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. . This package contains the Firefox symbols in a format expected by Mozilla's Breakpad. Eventually this package should go away and the symbol upload be implemented in soyuz (or other builders that build this package) Package: fixincludes Description-md5: 4eec63ec6a45894436866732b96c2698 Description-en: Fix non-ANSI header files FixIncludes was created to fix non-ANSI system header files. Many system manufacturers supply proprietary headers that are not ANSI compliant. The GNU compilers cannot compile non-ANSI headers. Consequently, the FixIncludes shell script was written to fix the header files. . Not all packages with header files are installed on the system, when the package is built, so we make fixincludes available at build time of other packages, such that checking tools like lintian can make use of it. Package: flac Description-md5: f1560839832c89e0262853df6c9f7e62 Description-en: Free Lossless Audio Codec - command line tools 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 command-line tools flac (used for encoding and decoding FLACs) and metaflac (used for manipulating FLAC metadata.) Package: flash-kernel Description-md5: 20e5ff2238f4ed9bfdf4651b31ecd6f9 Description-en: utility to make certain embedded devices bootable flash-kernel is a script which will put the kernel and initramfs in the boot location of embedded devices that don't load the kernel and initramfs directly from /boot. flash-kernel supports devices that boot from flash memory (hence the name) as well as some devices that require a special boot image on the disk. Package: flex Description-md5: 2e3fd254c37c87fd9abf35386a54cb30 Description-en: 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. Package: flite Description-md5: 505ee8efd8babb8462cd72230850e6c8 Description-en: A small run-time speech synthesis engine Flite is a small fast run-time speech synthesis engine. It is the latest addition to the suite of free software synthesis tools including University of Edinburgh's Festival Speech Synthesis System and Carnegie Mellon University's FestVox project, tools, scripts and documentation for building synthetic voices. However, flite itself does not require either of these systems to run. . This package contains the executables and documentation. Package: flite1-dev Description-md5: e5ea69521338e64fca90cd86693ad872 Description-en: A small run-time speech synthesis engine - static libraries Flite is a small fast run-time speech synthesis engine. It is the latest addition to the suite of free software synthesis tools including University of Edinburgh's Festival Speech Synthesis System and Carnegie Mellon University's FestVox project, tools, scripts and documentation for building synthetic voices. However, flite itself does not require either of these systems to run. . This extra package provides the flite static libraries and header files. Package: floppyd Description-md5: 9f02c9f7fbbf410c6ec431c45b8f855b Description-en: Daemon for remote access to floppy drives Floppyd is used as a server to grant access to the floppy drive to clients running on a remote machine, just as an X server grants access to the display to remote clients. Package: fltk1.1-games Description-md5: 02c991fe963ab55824f872e0775060ec Description-en: Fast Light Toolkit - example games: checkers, sudoku This package contains the example games that accompany FLTK. Specifically, it contains the following two programs: - flblocks: clear groups of adjacent blocks before they fill the screen; - flcheckers: classic board game, also known as draughts; - flsudoku: Sudoku puzzle (place numbers in a grid). . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. Package: fontconfig Description-md5: 902f778a5458fc3c98050746e290c41c Description-en: generic font configuration library - support binaries Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . Fontconfig is not a rasterization library, nor does it impose a particular rasterization library on the application. The X-specific library 'Xft' uses fontconfig along with freetype to specify and rasterize fonts. . This package contains a program to maintain the fontconfig cache (fc-cache), a sample program to list installed fonts (fc-list), a program to test the matching rules (fc-match) and a program to dump the binary cache files in string form (fc-cat). It also makes fonts managed by defoma available to fontconfig applications. Package: fontforge Description-md5: 250c7e0cdfdcb9f2cd8e0a7d2de3d4b2 Description-en: font editor Besides being a font editor, FontForge 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 also provides these programs and utilities: fontimage - produce a font thumbnail image; fontlint - checks the font for certain common errors; sfddiff - compare two font files. Package: fontforge-dbg Description-md5: 994a4bc983b816b0ec7b6998b7b18a0b Description-en: debugging symbols for fontforge Besides being a font editor, FontForge 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 debugging symbols for fontforge. Package: fontforge-nox Description-md5: 219220aaf625312684b5384c36e55f9e Description-en: font editor - non-X version Besides being a font editor, FontForge 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 also provides these programs and utilities: fontimage - produce a font thumbnail image; fontlint - checks the font for certain common errors; sfddiff - compare two font files. . This package contains a version of FontForge compiled with support for scripting but no GUI, and not require the graphics library. Package: foo2zjs Description-md5: 049132374084eb79605d61311e6fe249 Description-en: Support for printing to ZjStream-based printers foo2zjs is an open source printer driver for printers that use the Zenographics ZjStream wire protocol for their print data, such as the Minolta magicolor 2200/2300/2430 DL, Minolta Color PageWorks/Pro L and HP LaserJet 1000/1005/1018/1020/1022. These printers are often erroneously referred to as "winprinters" or "GDI printers". . This package provides the following drivers: foo2hiperc, foo2hp, foo2lava, foo2oak, foo2qpdl, foo2slx, foo2xqx, foo2zjs. . The foomatic-db-engine package is recommended to simplify configuring this printer driver. The psutils package is needed to enable n-up printing support. Package: foomatic-db-engine Description-md5: 06dc0af0df2ebffe0b2cf09bedf80c7f Description-en: OpenPrinting printer support - programs 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 architecture-dependent programs needed to set up and maintain the foomatic system. You will also need one or more database packages. The foomatic-db package includes drivers for most common printers using Ghostscript as the print processor, as well as some common glue code used in other filter systems. Package: foomatic-filters Description-md5: efd71d9a23140772a4ce729460e7553a Description-en: OpenPrinting printer support - filters Foomatic is a printer database designed to make it easier to set up common printers for use with UNIX-like operating systems. It provides the "glue" between a print spooler (like CUPS or lpr) and the printer, by processing files sent to the printer. . This package consists of filters used by the printer spoolers to convert the incoming PostScript data into the printer's native format using a printer-specific, but spooler-independent PPD file. . For use with CUPS, you will need both the cups and cups-client packages installed on your system. Package: freecdb Description-md5: 3c180c3b533714dec12c5c38f2b58eee Description-en: creating and reading constant databases freecdb is a fast, reliable, simple package for creating and reading constant databases. Its database structure provides several features: . * Fast lookups: A successful lookup in a large database normally takes just two disk accesses. An unsuccessful lookup takes only one. * Low overhead: A database uses 2048 bytes, plus 24 bytes per record, plus the space for keys and data. * No random limits: cdb can handle any database up to 4 gigabytes. There are no other restrictions; records don't even have to fit into memory. Databases are stored in a machine-independent format. * Fast atomic database replacement: cdbmake can rewrite an entire database two orders of magnitude faster than other hashing packages. * Fast database dumps: cdbdump prints the contents of a database in cdbmake-compatible format. . This package is derived from the cdb package, and uses the original cdb library. See http://cr.yp.to/cdb.html Package: freeglut3 Description-md5: a6aaac3592e8283681e07e3278c82c7d Description-en: OpenGL Utility Toolkit GLUT is a window system independent toolkit for writing OpenGL programs, implementing a simple windowing API, which makes learning about and exploring OpenGL programming very easy. . GLUT is designed for constructing small to medium sized OpenGL programs, however it is not a full-featured toolkit, so large applications requiring sophisticated user interfaces are better off using native window system toolkits like GTK+ or Motif. Package: freeglut3-dbg Description-md5: e1f5f8fa74574791b9fd3f9314daffc3 Description-en: OpenGL Utility Toolkit debugging information GLUT is a window system independent toolkit for writing OpenGL programs. It implements a simple windowing API, which makes learning about and exploring OpenGL programming very easy. . GLUT is designed for constructing small to medium sized OpenGL programs, however it is not a full-featured toolkit, so large applications requiring sophisticated user interfaces are better off using native window system toolkits like GTK+ or Motif. . This package contains debugging symbols useful for tracing bugs in the freeglut3 package. Package: freeglut3-dev Description-md5: 79f3fc9a50b1fb368d365cbd8188f334 Description-en: OpenGL Utility Toolkit development files GLUT is a window system independent toolkit for writing OpenGL programs. It implements a simple windowing API, which makes learning about and exploring OpenGL programming very easy. . GLUT is designed for constructing small to medium sized OpenGL programs, however it is not a full-featured toolkit, so large applications requiring sophisticated user interfaces are better off using native window system toolkits like GTK+ or Motif. . This package contains libraries, and headers suitable for software development with GLUT. Package: freeradius Description-md5: 600d93b8c242ddfc7bb27e3939b4d004 Description-en: a high-performance and highly configurable RADIUS server FreeRADIUS is a high-performance RADIUS server with support for: - many vendor-specific attributes - proxying and replicating requests by any criteria - authentication on system passwd, SQL, Kerberos, LDAP, users file, or PAM - multiple DEFAULT configurations - regexp matching in string attributes and lots more. Package: freeradius-dbg Description-md5: 105d232caa700371774afccdc8cf3bd3 Description-en: debug symbols for the FreeRADIUS packages FreeRADIUS is a modular, high performance and feature-rich RADIUS server. This package contains the detached debugging symbols for the Debian FreeRADIUS packages. Package: freeradius-iodbc Description-md5: 6347edefac75f466ab02895aecb1a016 Description-en: iODBC module for FreeRADIUS server The FreeRADIUS server can use iODBC to access databases to authenticate users and do accounting, and this module is necessary for that. Package: freeradius-krb5 Description-md5: 3a5c3602207569628c542943459c0429 Description-en: kerberos module for FreeRADIUS server The FreeRADIUS server can use Kerberos to authenticate users, and this module is necessary for that. Package: freeradius-ldap Description-md5: cc9ad4f60cb78e6b940d44e4c3b57d1d Description-en: LDAP module for FreeRADIUS server The FreeRADIUS server can use LDAP to authenticate users, and this module is necessary for that. Package: freeradius-mysql Description-md5: 4423793fbfc997cd42deec2bcb196555 Description-en: MySQL module for FreeRADIUS server The FreeRADIUS server can use MySQL to authenticate users and do accounting, and this module is necessary for that. Package: freeradius-postgresql Description-md5: 21c022ad780dbebcad8db320d076ccd0 Description-en: PostgreSQL module for FreeRADIUS server The FreeRADIUS server can use PostgreSQL to authenticate users and do accounting, and this module is necessary for that. Package: freeradius-utils Description-md5: 60c2c453c2c27871c03c6323f1d4cf90 Description-en: FreeRADIUS client utilities This package contains various client programs and utilities from the FreeRADIUS Server project, including: - radclient - radeapclient - radlast - radsniff - radsqlrelay - radtest - radwho - radzap - rlm_dbm_cat - rlm_dbm_parser - rlm_ippool_tool - smbencrypt Package: freetds-bin Description-md5: ecc81bdba70ea8f8a0ff19107655f93a Description-en: FreeTDS command-line utilities FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package includes the command-line utilities shipped with FreeTDS. Package: freetds-dev Description-md5: 66f74ed837454f3b258fb8264488f827 Description-en: MS SQL and Sybase client library (static libs and headers) FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package includes the static libraries and header files for TDS, which you will need to develop applications that connect to MS SQL servers. You will also need this package if you are installing the Perl DBD::Sybase module on your system using CPAN. Package: freetype2-demos Description-md5: 0346a29c9d44ad378ec96e2493d955e5 Description-en: FreeType 2 demonstration programs This package contains some demonstration programs and utilities which showcase the features of the FreeType 2 font engine. Package: ftp Description-md5: ce93e483dfc5fef0655f73f364b3c01c Description-en: classical file transfer client This is the user interface to the ARPANET standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site. Package: fuse-utils Description-md5: c2d43c10d5ba10df14e5c37168e448a6 Description-en: Filesystem in USErspace (utilities) Simple interface for userspace programs to export a virtual filesystem to the Linux kernel. . This package contains the fusermount utility which is necessary to mount fuse filesystems. . This utility is setuid by default. Use dpkg-statoverride if you want to change that. Package: g++ Description-md5: 4d44b18774ae5123b7c3f70d940cf655 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ compiler. Package: g++-4.4 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-4.5 Description-md5: 42b29389de36bdfc3d6c75a3150e10ba Description-en: The GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-4.6 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-4.6-multilib Description-md5: 0a4963e8755de4e48202cd72696d3556 Description-en: GNU C++ compiler (multilib files) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . On architectures with multilib support, the package contains files and dependencies for the non-default multilib architecture(s). Package: g++-multilib Description-md5: 9df28aeef12fea2f44664b1d4c3bac30 Description-en: GNU C++ compiler (multilib files) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . On architectures with multilib support, the package contains dependencies for the non-default multilib architecture(s). Package: gamin Description-md5: c04501e5781daec3e4a91c67a2b0e018 Description-en: File and directory monitoring system Gamin is a file and directory monitoring system which allows applications to detect when a file or a directory has been added, removed or modified by somebody else. . It can be used by desktops like KDE, GNOME or Xfce to have their virtual file systems keep track of changes to files and directories. For example, if a file manager displays a directory to the user, and the user removes one of the files via the command-line, gamin will notify the file manager of this change so that it can update the directory display. . Gamin has been designed as a drop-in replacement for FAM with security and maintainability in mind and can use Linux's advanced inotify service when available. Package: gawk Description-md5: 0dce81fe543994c3caea814e2777732e Description-en: GNU awk, a pattern scanning and processing language `awk', a program that you can use to select particular records in a file and perform operations upon them. . Gawk is the GNU Project's implementation of the AWK programming language. It conforms to the definition of the language in the POSIX 1003.2 Command Language And Utilities Standard. This version in turn is based on the description in The AWK Programming Language, by Aho, Kernighan, and Weinberger, with the additional features defined in the System V Release 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk extensions, and some GNU-specific extensions. Package: gcalctool Description-md5: b799a60ac654f01c9ce535852ae2ec77 Description-en: GNOME desktop calculator gcalctool is a powerful graphical calculator with financial, logical and scientific modes. It uses a multiple precision package to do its arithmetic to give a high degree of accuracy. Package: gcc Description-md5: c7efd71c7c651a9ac8b2adf36b137790 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C compiler. Package: gcc-4.4 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-4.4-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-4.5 Description-md5: a9bd9f35958821a1057880775a682b7b Description-en: The GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-4.5-base Description-md5: 91d2fc6f9697420cdca11093f054f707 Description-en: The GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-4.5-plugin-dev Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-4.6 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-4.6-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-4.6-multilib Description-md5: f1f416f51fd3f11d562e86a79da6216a Description-en: GNU C compiler (multilib files) This is the GNU C compiler, a fairly portable optimizing compiler for C. . On architectures with multilib support, the package contains files and dependencies for the non-default multilib architecture(s). Package: gcc-4.6-plugin-dev Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-doc Description-md5: af77f0c56a32a74fc629f4cd7c91d2da Description-en: Documentation for the GNU C compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format (dependency package). Package: gcc-multilib Description-md5: a92261e9624fa45dc5948edfd86a1054 Description-en: GNU C compiler (multilib files) This is the GNU C compiler, a fairly portable optimizing compiler for C. . On architectures with multilib support, the package contains dependencies for the non-default multilib architecture(s). Package: gccxml Description-md5: 80460a25a150479e1fc9c34b6728e6b7 Description-en: XML output extension to GCC There is one open-source C++ parser, the C++ front-end to GCC, which is currently able to deal with the language in its entirety. The purpose of the GCC-XML extension is to generate an XML description of a C++ program from GCC's internal representation. Since XML is easy to parse, other development tools will be able to work with C++ programs without the burden of a complicated C++ parser. Package: gchempaint Description-md5: 93366c1abde3e6faf5074d4ac2087817 Description-en: 2D chemical structures editor for the GNOME2 desktop GChemPaint is an editor for 2D chemical structures with a multiple document interface. Drawn molecules can be searched at NIST Webbook and PubChem. Package: gcj-4.4-base Description-md5: da9cd2e34f135de49f3564752054c5db Description-en: GCC, the GNU Compiler Collection (gcj base package) This package contains files common to all java related packages built from the GNU Compiler Collection (GCC). Package: gcj-4.4-jdk Description-md5: e6d4e99df2f71c8219c2cddb4a0826ec Description-en: gcj and classpath development tools for Java(TM) GCJ is a front end to the GCC compiler which can natively compile both Java(tm) source and bytecode files. The compiler can also generate class files. Other java development tools from classpath are included in this package. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-SDK-like interface to the GCJ tool set. Package: gcj-4.4-jre Description-md5: f98a26d8b001ba52c19b2ec09d3ec8c5 Description-en: Java runtime environment using GIJ/classpath GIJ is a Java bytecode interpreter, not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set. Package: gcj-4.4-jre-headless Description-md5: 766bd323040a14e6825a41c846b97269 Description-en: Java runtime environment using GIJ/classpath (headless version) GIJ is a Java bytecode interpreter, not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set, limited to the headless tools and libraries. Package: gcj-4.6-base Description-md5: da9cd2e34f135de49f3564752054c5db Description-en: GCC, the GNU Compiler Collection (gcj base package) This package contains files common to all java related packages built from the GNU Compiler Collection (GCC). Package: gcj-4.6-jdk Description-md5: e6d4e99df2f71c8219c2cddb4a0826ec Description-en: gcj and classpath development tools for Java(TM) GCJ is a front end to the GCC compiler which can natively compile both Java(tm) source and bytecode files. The compiler can also generate class files. Other java development tools from classpath are included in this package. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-SDK-like interface to the GCJ tool set. Package: gcj-4.6-jre Description-md5: f98a26d8b001ba52c19b2ec09d3ec8c5 Description-en: Java runtime environment using GIJ/classpath GIJ is a Java bytecode interpreter, not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set. Package: gcj-4.6-jre-headless Description-md5: 766bd323040a14e6825a41c846b97269 Description-en: Java runtime environment using GIJ/classpath (headless version) GIJ is a Java bytecode interpreter, not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set, limited to the headless tools and libraries. Package: gcj-jdk Description-md5: e6d4e99df2f71c8219c2cddb4a0826ec Description-en: gcj and classpath development tools for Java(TM) GCJ is a front end to the GCC compiler which can natively compile both Java(tm) source and bytecode files. The compiler can also generate class files. Other java development tools from classpath are included in this package. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-SDK-like interface to the GCJ tool set. Package: gcj-jre Description-md5: f98a26d8b001ba52c19b2ec09d3ec8c5 Description-en: Java runtime environment using GIJ/classpath GIJ is a Java bytecode interpreter, not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set. Package: gcj-jre-headless Description-md5: 766bd323040a14e6825a41c846b97269 Description-en: Java runtime environment using GIJ/classpath (headless version) GIJ is a Java bytecode interpreter, not limited to interpreting bytecode. It includes a class loader which can dynamically load shared objects, so it is possible to give it the name of a class which has been compiled and put into a shared library on the class path. . The package contains as well a collection of wrapper scripts and symlinks. It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set, limited to the headless tools and libraries. Package: gcj-native-helper Description-md5: c58ad276aece34ef76839b9451ab3308 Description-en: Standard helper tools for creating gcj native packages This package points to the build dependencies used to build gcj native packages. . Unlike default-jdk-builddep, this package only provides the helpers to compile jar/class files into native code and not a Java Development Kit (JDK). You do not need this package unless you are compiling jar/class files to native code. . Note: During the transition from default-jdk-builddep to gcj-native-helper, this package will also depend on default-jdk to avoid breakage. Package: gconf-defaults-service Description-md5: cfb541907bbb453dffb02de1c76c588d Description-en: GNOME configuration database system (system defaults service) 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 PolicyKit service that allows users to edit the system-wide defaults from a user session. Package: gconf2 Description-md5: c44e6944a0e1021dcd2391ea71d64fb4 Description-en: GNOME configuration database system (support tools) 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 command line tools: gconftool and gconf-merge-tree. Package: gcrystal Description-md5: 8c9307f621a93786ff7055f00efca985 Description-en: lightweight crystal structures visualizer GNOME Crystal is a light model visualizer for crystal-structures. It is based on the GNOME Chemistry Utils and should display models of all sorts of crystal microscopic structures using OpenGL. Package: gcu-bin Description-md5: 865eb56dfd921b44bea990365e4c3800 Description-en: GNOME chemistry utils (helper applications) The GNOME Chemistry Utils provide C++ classes and Gtk+-2 widgets related to chemistry. They will be used in future versions of both gcrystal and gchempaint. . This package provides 4 applications: . * a molecular structures viewer (GChem3D) * a molar mass calculator (GChemCalc) * a periodic table of the elements (GChemTable) * a spectra viewer (GSpectrum) Package: gcu-plugin Description-md5: 18fe08a6581bf7f34aed6464b33999fe Description-en: GNOME chemistry utils (browser plugin) The GNOME Chemistry Utils provide C++ classes and Gtk+-2 widgets related to chemistry. They will be used in future versions of both gcrystal and gchempaint. . This package provides a browser plugin for Gecko-based browsers. It does not (yet) work with WebKit-based browsers. Package: gdb Description-md5: 8cf2dbe2309a16c926b4531289657bca Description-en: The GNU Debugger GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, it works for C, C++, Fortran, Modula 2 and Java programs. A must-have for any serious programmer. Package: gdb-multiarch Description-md5: a1b107d01a60d68bffb21e8caa289d19 Description-en: The GNU Debugger (with support for multiple architectures) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, it works for C, C++, Fortran Modula 2 and Java programs. A must-have for any serious programmer. . This package contains a version of GDB which supports multiple target architectures. Package: gdbserver Description-md5: 6170a097d61440116f2b435e1e4a6195 Description-en: The GNU Debugger (remote server) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, it works for C, C++, Fortran Modula 2 and Java programs. A must-have for any serious programmer. . This package contains gdbserver. Install this to debug remotely from another system where GDB is installed. Package: gdc Description-md5: 35d4f29e18dc33b24c85dca7078b13a3 Description-en: D compiler, based on the GCC backend This is a dependency package providing the default D compiler. Per policy, all packages that contain D sources must use this package in their Build-Depends line. Package: gedit Description-md5: 5091aaf6659e6bf7ca9b32695a59f9cd Description-en: official text editor of the GNOME desktop environment 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. Package: gegl Description-md5: 89f7b9e9a5d51c1fbf58d9347f89b0e1 Description-en: Generic Graphics Library Test Program 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 a test program. Package: genext2fs Description-md5: da14ae0f39cc44d3688a7cd107f79a2a Description-en: ext2 filesystem generator for embedded systems genext2fs is meant to generate an ext2 filesystem as a normal (non-root) user. It doesn't require you to mount the image file to copy files on it. It doesn't even require you to be the superuser to make device nodes. Package: genisoimage Description-md5: f771a046498c00cf831887fc4da45a69 Description-en: Creates ISO-9660 CD-ROM filesystem images genisoimage is a pre-mastering program for creating ISO-9660 CD-ROM filesystem images, which can then be written to CD or DVD media using the wodim program. genisoimage includes support for making bootable "El Torito" CDs, as well as CDs with support for the Macintosh HFS filesystem. . The package also includes extra tools useful for working with ISO images: * mkzftree - create ISO-9660 image with compressed contents * dirsplit - easily separate large directory contents into disks of predefined size * geteltorito - extract an El Torito boot image from a CD image . Please install cdrkit-doc if you want most of the documentation and README files. Package: geoclue Description-md5: 6da06cc93556594a6f287eb2dc09812e Description-en: Geographic information framework GeoClue provides applications access to various geographical information sources using a D-Bus API or a C library. . This package contains the master server for GeoClue. Package: geoclue-examples Description-md5: 87de327a2303da80e00291b7c43bbbdb Description-en: GeoClue example clients GeoClue provides applications access to various geographical information sources using a D-Bus API or a C library. . This package provides examples of clients using different backends through the C library. Package: geoclue-geonames Description-md5: 970f751dea536a6c1ea618f83bf0396f Description-en: Geocoder provider for GeoClue (geonames) GeoClue provides applications access to various geographical information sources using a D-Bus API or a C library. . This package provides a geocoder backend for GeoClue. The location information comes from www.geonames.org. Package: geoclue-hostip Description-md5: fb4710da2eb4efb01c61492f16e1aaf2 Description-en: Position server for GeoClue (hostip) GeoClue provides applications access to various geographical information sources using a D-Bus API or a C library. . This package provides a positioning backend for GeoClue. It uses the IP geolocation database (http://hostip.info). Package: geoclue-localnet Description-md5: 0785dbad0fcbbac010f4c4ac3c6acba1 Description-en: Position server for GeoClue (localnet) GeoClue provides applications access to various geographical information sources using a D-Bus API or a C library. . This package provides a positioning backend for GeoClue. The location information comes from a configuration file containing information about the current network. Package: geoclue-manual Description-md5: e7c4613ccd4e14ea40ac3232b313cad6 Description-en: Position server for GeoClue (manual) GeoClue provides applications access to various geographical information sources using a D-Bus API or a C library. . This package provides a positioning backend for GeoClue. It works by letting the user specify the location. Package: geoclue-plazes Description-md5: c75b2a4f621714e5992bf4f4ffa9c3ab Description-en: Position server for GeoClue (Plazes) GeoClue provides applications access to various geographical information sources using a D-Bus API or a C library. . This package provides a positioning backend for GeoClue. It uses the plazezs.com router/access point location database (http://plazes.com). Package: geoclue-skyhook Description-md5: 3f4ba996071dbe1927828e44fa0085c3 Description-en: Map and geocode server for GeoClue (Skyhook) GeoClue provides applications access to various geographical information sources using a D-Bus API or a C library. . This package provides a map and geocoding backend for GeoClue. It uses Skyhook provider. Package: geoclue-ubuntu-geoip Description-md5: df34267f7cce5e55cfbdebfaa4496638 Description-en: Provide positioning for GeoClue via Ubuntu GeoIP services GeoClue provides applications access to various geographical information sources using a D-Bus API or a C library. . This package provides a positioning backend for GeoClue. It uses the IP geolocation database (http://geoip.ubuntu.com/lookup). Package: geoclue-yahoo Description-md5: cfa6ae1a2f0c10873ee819f3fd9ba1d4 Description-en: Map and geocode server for GeoClue (Yahoo) GeoClue provides applications access to various geographical information sources using a D-Bus API or a C library. . This package provides a map and geocoding backend for GeoClue. It uses the Yahoo map API. Package: geoip-bin Description-md5: e058df40dc45f1ddd083b2822302409e Description-en: IP lookup command line tools that use the GeoIP library 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 command line utilities to resolve the IP numbers using the GeoIP library. Package: gettext Description-md5: 0db85b3962766eeef57d5324263a308e Description-en: GNU Internationalization utilities Interesting for authors or maintainers of other packages or programs which they want to see internationalized. Package: gettext-base Description-md5: 6c8ed1da584066e0871910b60d931f43 Description-en: GNU Internationalization utilities for the base system This package includes the gettext and ngettext programs which allow other packages to internationalize the messages given by shell scripts. Package: gfortran Description-md5: 19814cb032299ba2188b0196ece62ba3 Description-en: GNU Fortran 95 compiler This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 compiler. Package: gfortran-4.4 Description-md5: 7b82c1edcc97b39ea4eb407dc9e0213a Description-en: GNU Fortran 95 compiler This is the GNU Fortran compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-4.5 Description-md5: fcf90282fbc22a7d21bdd349968a9c89 Description-en: The GNU Fortran 95 compiler This is the GNU Fortran compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-4.6 Description-md5: 7b82c1edcc97b39ea4eb407dc9e0213a Description-en: GNU Fortran 95 compiler This is the GNU Fortran compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-4.6-multilib Description-md5: 65c3fc4b4a631f274246a6cd1cefe8ed Description-en: GNU Fortran 95 compiler (multilib files) This is the GNU Fortran compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. . On architectures with multilib support, the package contains files and dependencies for the non-default multilib architecture(s). Package: gfortran-doc Description-md5: 6855bbffb1ede02166da131963e7fd83 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format (dependency package). Package: gfortran-multilib Description-md5: de3f0253a1d23ed0c3ee4e62e170756b Description-en: GNU Fortran 95 compiler (multilib files) This is the GNU Fortran compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. . On architectures with multilib support, the package contains dependencies for the non-default multilib architecture(s). Package: gfs-pcmk Description-md5: 03e6115e8a7e2ec81964485283ccf2ab Description-en: Red Hat cluster suite - GFS pacemaker module This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . This package contains the GFS module for pacemaker. Package: gfs-tools Description-md5: 1df0dcde9d9ef1026f81e38df7e177a3 Description-en: Red Hat cluster suite - global file system tools This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . The Global File System allows a cluster of machines to concurrently access shared storage hardware like SANs or iSCSI and network block devices. GFS can be deployed to build high-availability services without the single point of failure of a file server. . This package contains tools for creating and managing global file systems. GFS itself is a set of kernel modules. . Note: the package requires gfs2-tools installed; this is known to be reliable even though the GFS2 kernel modules themselves are highly experimental and *MUST NOT* be used in a production environment yet. Package: gfs2-tools Description-md5: e97b22f3a1d09bd8f9b7e24f613762f3 Description-en: Red Hat cluster suite - global file system 2 tools This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . The Global File System allows a cluster of machines to concurrently access shared storage hardware like SANs or iSCSI and network block devices. GFS can be deployed to build high-availability services without the single point of failure of a file server. . This package contains tools for creating and managing global file systems. GFS itself is a set of kernel modules. . The GFS2 kernel modules themselves are highly experimental and *MUST NOT* be used in a production environment yet. Package: gftp-common Description-md5: 34c73533f2cc7f62279001239ab41c33 Description-en: shared files for other gFTP packages gFTP is a multithreaded FTP client. This package contains the locale data used by both gftp-gtk and gftp-text, along with a common manual page. . gFTP features: * simultaneous downloads, * resuming of interrupted file transfers, * file transfer queues, * downloading of entire directories, * FTP and HTTP proxy support, * remote directory caching, * passive and non-passive file transfers, * drag-n-drop support, * bookmarks menu, * support for SSH and SSH2 file transfers, * support FXP transferts, * stop button, and many more features. . Author: Brian Masney Package: gftp-gtk Description-md5: a3dedb61c9b4885161f8e474b6af93be Description-en: X/GTK+ FTP client gFTP graphical version is a multithreaded FTP client running under X and written using GLib/GTK+. . gFTP features: * simultaneous downloads, * resuming of interrupted file transfers, * file transfer queues, * downloading of entire directories, * FTP and HTTP proxy support, * remote directory caching, * passive and non-passive file transfers, * drag-n-drop support, * bookmarks menu, * support for SSH and SSH2 file transfers, * support FXP transfers, * stop button, and many more features. . Author: Brian Masney Package: gftp-text Description-md5: bd45566b490840de91b6a4a58e8c3409 Description-en: colored FTP client using GLib gFTP text version is a multithreaded FTP client running under console and written using GLib. . gFTP features: * simultaneous downloads, * resuming of interrupted file transfers, * file transfer queues, * downloading of entire directories, * FTP and HTTP proxy support, * remote directory caching, * passive and non-passive file transfers, * drag-n-drop support, * bookmarks menu, * support for SSH and SSH2 file transfers, * support FXP transferts, * stop button, and many more features. . Author: Brian Masney Package: ghostscript Description-md5: 3b69f5ec8191e8f0d88dd3e30e7b1b69 Description-en: interpreter for the PostScript language and for PDF 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. . Furthermore, it can render PostScript and PDF files as graphics to be printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. Package: ghostscript-cups Description-md5: a8abc81a6ab23fdfe6afd241b86c4eb1 Description-en: interpreter for the PostScript language and for PDF - CUPS filters 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 the CUPS filters, drivers, and PPDs which come with GPL Ghostscript. Package: ghostscript-dbg Description-md5: b88404b3189bdd4e7a7b79221e98739c Description-en: interpreter for the PostScript language and for PDF - Debug symbols 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 the debugging symbols for ghostscript, ghostscript-x, ghostscript-cups and libgs9. Package: ghostscript-x Description-md5: 5f6f4265cecdf5f91c519e5f197328b3 Description-en: interpreter for the PostScript language and for PDF - X11 support 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 the GPL Ghostscript output device for X11. Package: giflib-dbg Description-md5: 7f99d5bf219b9cacea03ecc7f02fb695 Description-en: library for GIF images (debug) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains the debugging symbols. Package: giflib-tools Description-md5: a19e8498a460f459fbf8306ec5aabc61 Description-en: library for GIF images (utilities) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains additional utilities. Package: gimp Description-md5: 9aae3461a2accba15cf37358acd2564d Description-en: The GNU Image Manipulation Program GIMP is an advanced picture editor. You can use it to edit, enhance, and retouch photos and scans, create drawings, and make your own images. Lots of tools are available; you can sharpen and resize photos, and remove dust and red-eyes, for example. . It has a large collection of professional-level editing tools and filters, similar to the ones you might find in PhotoShop. Numerous fine-control settings and features like layers, paths, masks, and scripting give you total control over your images. . Many image file formats are supported, including JPEG, PhotoShop (.psd), and Paint Shop Pro (.psp) files. It can also be used to scan and print photos. Package: gimp-dbg Description-md5: 2f9db4a750267fb9aae49799596bcd26 Description-en: Debugging symbols for GIMP This package includes the debugging symbols useful for debugging GIMP and its libraries, contained in the gimp and libgimp2.0 packages. The debugging symbols are used for execution tracing and core dump analysis. Package: gimp-gutenprint Description-md5: 86cd87bea6547c9da804d9b56bb0344f Description-en: print plugin for the GIMP This package includes the Gutenprint Print plugin for the GIMP. . 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: ginn Description-md5: c64a6f7360800f79816b90e02f093c6b Description-en: Gesture Injector: No-GEIS, No-Toolkits . A daemon with jinn-like wish-granting capabilities: it gives applications the ability to support a subset of multi-touch gestures without having to integrate uTouch-GEIS or multi-touch GTK/Qt libs. Package: gir1.2-accountsservice-1.0 Description-md5: 3e307108d5acfea1c79fd66a238baaf2 Description-en: GObject introspection data for AccountService The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the introspection data for the AccountService library. Package: gir1.2-appindicator-0.1 Description-md5: fd2d1c899c298f83c6cd1e90eb9f78b6 Description-en: Typelib files for libappindicator1. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-appindicator3-0.1 Description-md5: a95ebdac40aa90c36d1a2a1108877142 Description-en: Typelib files for libappindicator3-1. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-atk-1.0 Description-md5: f14d9112796808986e9cae4624933403 Description-en: ATK accessibility toolkit (GObject introspection) 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 package can be used by other packages using the GIRepository format to generate dynamic bindings Package: gir1.2-atspi-2.0 Description-md5: b2f515b8cdef2fbe0cb29eb69f2ea27a Description-en: Assistive Technology Service Provider (GObject introspection) This package can be used by other packages using the GIRepository format to generate dynamic bindings Package: gir1.2-clutter-1.0 Description-md5: 312bf4f2636f72196b1ab50b2a930bad Description-en: GObject introspection data for the Clutter 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-cogl-1.0 Description-md5: c9e03dfd53ba606a8dd7d7c6db86ac4e Description-en: GObject introspection data for the Cogl 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-colord-1.0 Description-md5: 51712f7f767e2d371a693acdd81a31bd Description-en: GObject introspection data for the colord library This package contains introspection data for libcolord, a gobject-based convienience library for programs to interact with the colord system daemon. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-couchdb-1.0 Description-md5: 0fac1c9841296f2d8c211bcfebc5b2b1 Description-en: GLib-based API for CouchDB CouchDB-GLib is a GLib-based API to access CouchDB servers (http://couchdb.apache.org), a replication/synchronization database of JSON documents, used in online services like Ubuntu One. . This package contains introspection data . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-dbusmenu-glib-0.4 Description-md5: 178deafecf0710d3aefd7dd5299fab54 Description-en: typelib file for libdbusmenu-glib4 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 can be used by other packages using the GIRepository format to generate dynamic bindings for libdbusmenu-glib4. Package: gir1.2-dbusmenu-gtk-0.4 Description-md5: 3f3980e25152e413f88a2d127cddbec2 Description-en: typelib file for libdbusmenu-gtk4 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 can be used by other packages using the GIRepository format to generate dynamic bindings for libdbusmenu-gtk4. Package: gir1.2-dbusmenu-gtk3-0.4 Description-md5: d3860f813354e5bde7033c08ab9c38eb Description-en: typelib file for libdbusmenu-gtk3-4 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 can be used by other packages using the GIRepository format to generate dynamic bindings for libdbusmenu-gtk4. Package: gir1.2-dee-0.5 Description-md5: 79b0788f2610b4887e4b3afe5e29363c Description-en: GObject introspection data for the Dee library This package contains introspection data for the Dee library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-desktopcouch-1.0 Description-md5: 111f3bea52049c5f58a4cfd990932e23 Description-en: Glib-based API for Desktopcouch Desktopcouch-GLib is a GLib based API for Desktopcouch, a runtime management system that takes care of starting a CouchDB instance on-demand for each user and managing OAuth keys and replication for that CouchDB instance. . This package contains introspection data . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-ebook-1.2 Description-md5: b3289f7f8b9670a6336850a420c20b53 Description-en: GObject introspection for the EBook library Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains introspection data for the libebook library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-ecalendar-1.2 Description-md5: e0f5f2f72110b76903f8f3458655312a Description-en: GObject introspection for the ECalendar library Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains introspection data for the libecal library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-edataserver-1.2 Description-md5: 2ec1ed52300f0467a0d5460ca0faa785 Description-en: GObject introspection for the EDataServer library The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains introspection data for the libedataserver library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-evince-3.0 Description-md5: 023bb27905e1a121cbd9d604bd757a4c Description-en: GObject introspection data for the libevince library This package contains introspection data for the libevince library. . Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable Document Format (PDF) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-folks-0.6 Description-md5: ddb2b1b5f593f5a1c8ef60586ee4dbbe Description-en: GObject introspection for the Folks library libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers, evolution data server, and eventually Facebook, etc.) to create metacontacts. . This package contains introspection data for the libfolks library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-freedesktop Description-md5: e492870e481eb146e130bddc80b8d5df Description-en: Introspection data for some FreeDesktop components 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 small pieces of introspection data for the Cairo, FontConfig, FreeType, GL, and some XOrg libraries. They are distributed in this package temporarily, while the original sources do not include support for GObject Introspection. They are far from complete and only include what is necessary for other introspection packages to work properly. Package: gir1.2-gconf-2.0 Description-md5: 1268956fd1a3637618828db77c2ef43c Description-en: GNOME configuration database system (GObject-Introspection) 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 introspection data for GConf. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gda-4.0 Description-md5: d5ac64d27e1fb0047b64887210de5f4f Description-en: data abstraction library based on GLib -- GObject Introspection 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 introspection data for libgda. Package: gir1.2-gdata-0.0 Description-md5: 9913f718f5f01332540c96591fb7bcdf Description-en: Description: GObject introspection data for the GData webservices library 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 introspection data for the GData webservices library. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gdkpixbuf-2.0 Description-md5: 8d7ca3c3d391b2039006b4c81661c141 Description-en: GDK Pixbuf library - GObject-Introspection The Gdk Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gee-1.0 Description-md5: 9b4466c393c1a55d925ee503a285d3b1 Description-en: GObject based collection library - GObject-Introspection libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gkbd-3.0 Description-md5: 16f5d54ee1cc6d63963a1713fa8aea2c Description-en: GObject introspection data for the GnomeKbd library libgnomekbd offers an API to manage the keyboard in GNOME applications. . libgnomekbdui offers an API to display a graphical user interface for libgnomekbd operations. . This package contains introspection data for the GnomeKbd library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gladeui-2.0 Description-md5: e7342a083294f60fa73d831c99cad50c Description-en: GObject introspection data for the GTK+ User Interface library 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 package contains introspection data for the GTK+ User Interface Build core library. Package: gir1.2-glib-2.0 Description-md5: 4a611c6bfb6cf3afde558f13b2ebca03 Description-en: Introspection data for GLib, GObject, Gio and GModule 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 introspection data for the GLib, GObject, GModule and Gio libraries. Package: gir1.2-gmenu-3.0 Description-md5: 5d8df3e18602842907166fd6393f2e1c Description-en: GObject introspection data for the GNOME menu library This package contains introspection data for GNOME menu, an implementation of the desktop menu specification from freedesktop.org. . It can be used by languages supporting dynamic bindings with the GIRepository format. Package: gir1.2-gnomebluetooth-1.0 Description-md5: eaf5b6e0a4c10828824d324c8ac01ee5 Description-en: Introspection data for GnomeBluetooth This package contains tools for managing and manipulating Bluetooth devices using the GNOME desktop. . The libraries included provide support to gnome-bluetooth. . This package contains the introspection data for GnomeBluetooth Package: gir1.2-gnomedesktop-3.0 Description-md5: 20549ec984ca80b043c2764659dd5041 Description-en: Introspection data for GnomeDesktop This package provides the include files and static library for the GNOME desktop library functions. . This package contains the introspection data for GnomeDesktop Package: gir1.2-gnomegamessupport-1.0 Description-md5: 8d975f4ca78cc58c6a1ef1d9efecbf9f Description-en: Introspection files for GNOME Games Introspection files required for games that use introspection Package: gir1.2-goa-1.0 Description-md5: ef470ac6d8dc491763bc8130ae47d738 Description-en: GNOME Online Accounts 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 can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-grip Description-md5: 587771bb870c300de816f10d04e512d4 Description-en: typelib file for libgrip . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libgrip Package: gir1.2-gssdp-1.0 Description-md5: f0adf17be0a5f9da4315bebe6d6f60e2 Description-en: GObject introspection data for the GSSDP library This package contains introspection data for GSSDP, a SSDP library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gst-plugins-base-0.10 Description-md5: 1c3b9ff935990198956b8c00dd1b7da8 Description-en: Description: GObject introspection data for the GStreamer Plugins Base library This package contains introspection data for the GStreamer Plugins Base library. . 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. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gstreamer-0.10 Description-md5: 77a6d9cb5ff0c6e1dc81858155a05394 Description-en: Description: GObject introspection data for the GStreamer library This package contains introspection data for the GStreamer streaming media framework. . 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. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gtk-2.0 Description-md5: 4a0255f6c997381a67bfdc9121eba5d4 Description-en: The GTK+ graphical user interface library -- gir bindings The 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. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gtk-3.0 Description-md5: f16f9e8db01aaaf8ce43a52cf10f4f37 Description-en: GTK+ graphical user interface library -- gir bindings 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 can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gtkclutter-1.0 Description-md5: bd3cdd6b014da3b5e717a64bade54654 Description-en: GObject introspection data for the GTK+ Clutter library This package contains introspection data for the GTK+ Clutter widget. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gtksource-3.0 Description-md5: cbb588ad5836e297ad1d488393c56be7 Description-en: gir 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 gobject introspection information. Package: gir1.2-gtop-2.0 Description-md5: 2645cb471358326290ce77b54b63dac8 Description-en: gtop system monitoring library (gir bindings) The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gucharmap-2.90 Description-md5: d5fe6cccb59d33ea7708000a049fedf5 Description-en: GObject introspection data for the Unicode browser widget library The libgucharmap library contains a Unicode browser widget; it is most prominently used by the "gucharmap" program. See the package of the same name for more information. . This package contains introspection data for the Unicode browser widget library. Package: gir1.2-gudev-1.0 Description-md5: 17b4f1d7865f064cde612f6abf30b636 Description-en: libgudev-1.0 introspection data This package contains the GObject-introspection data of libgudev-1.0 in binary typelib format. Package: gir1.2-gupnp-1.0 Description-md5: 6a38bcbf4d96abcee783c7db0dbffa8f Description-en: GObject introspection data for the GUPnP library This package contains introspection data for GUPnP, a UPnP library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gupnpigd-1.0 Description-md5: 81f4ea8b350871b0d020a0e2ca6ee32a Description-en: GObject introspection data for the GUPnP IGD library This package contains introspection data for GUPnP IGD, a UPnP Internet Gateway Device library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gweather-3.0 Description-md5: 1195bf100628a6bcb3ec035a683c6bac Description-en: GObject introspection data for the GWeather library libgweather is a library to access weather information from online services for numerous locations. . This package contains introspection data for the libsoup HTTP library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gwibber-0.2 Description-md5: 0ef697adbefc6f55d996a55aa91ab95b Description-en: typelib file for libgwibber1 libgwibber provides a library for accessing social networks via gwibber. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libgwibber2. Package: gir1.2-gwibber-gtk-0.2 Description-md5: e730e35020e0aa7cf46497990e4112e6 Description-en: Typelib file for libgwibber-gtk1 libgwibber provides a library for accessing social networks via gwibber. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libgwibber-gtk1. Package: gir1.2-indicate-0.6 Description-md5: f6c3c004c4ff15db15852b3a93d50377 Description-en: Typelib file for libindicate5 A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. Package: gir1.2-json-1.0 Description-md5: 0f85fea1ebe80dc12ff040a9de582288 Description-en: GLib JSON manipulation library (introspection data) JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. . This package contains introspection data. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-launchpad-integration-3.0 Description-md5: 64343c5e5a66d9b51c6f29749abbc76b Description-en: library for launchpad integration (gir files) The launchpad-integration tools provide an easy way to set menu items, for an application using GtkUIManager, pointing to the launchpad pages about a package. Users can get information about the used application here, translate it, ... . This package contains the gobject introspection information for the GTK+ 3.0 version of the library. Package: gir1.2-lightdm-1 Description-md5: 15edc3a87b41d0dccba5699c5b28aa73 Description-en: Typelib file for liblightdm-1 A GObject based library for LightDM clients to use to interface with LightDM. Package: gir1.2-nautilus-3.0 Description-md5: c96feb0c498fde4a37f1e7aa9514778c Description-en: libraries for nautilus components - gir bindings Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-networkmanager-1.0 Description-md5: 1a7cb995cf66551c57433bbaf46aee25 Description-en: GObject introspection data for NetworkManager NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains introspection data for NetworkManager. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-notify-0.7 Description-md5: be88d1ababa905c3de028ca3c2dba65c Description-en: sends desktop notifications to a notification daemon (Introspection files) A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-panelapplet-4.0 Description-md5: a8af7aa8a33344ff2c0d9b217270f9fc Description-en: GObject introspection for the GNOME Panel Applet library This package contains introspection data for the libpanel-applet library. It can be used by languages supporting dynamic bindings with the GIRepository format to build GNOME panel applets in these languages. Package: gir1.2-pango-1.0 Description-md5: f177c55f2e19760894bc8f51c468361c Description-en: Layout and rendering of internationalized text - gir bindings Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-peas-1.0 Description-md5: 39453a6e0ce93895a424e482b96aa4d6 Description-en: Application plugin library (introspection files) libpeas is a library that allows applications to support plugins. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-polkit-1.0 Description-md5: 4f1754998d1990ea4af7a70d3a9b9278 Description-en: GObject introspection data for PolicyKit PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains introspection data for PolicyKit. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-rb-3.0 Description-md5: 43faa5bf87ed9c2f0ca8769fadf80dd4 Description-en: GObject introspection data for the rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). . This package contains introspection data for the Rhythmbox core support libraries. It can be used to write and execute plugins for rhythmbox in interpreted languages supporting it. Package: gir1.2-rest-0.7 Description-md5: 20603212d512dbb9aa6548318a9e63da Description-en: REST service access library (introspection files) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. . This package contains introspection data. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-rest-extras-0.7 Description-md5: db3563d5908b29a3c9b980deadfc403a Description-en: REST service access library extra components (introspectionfiles) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. This extra package provides Facebook and Flickr support. . This package contains introspection data . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-soup-2.4 Description-md5: 538da50445bc19b8ea14ae946fa95a44 Description-en: GObject introspection data for the libsoup HTTP library This package contains introspection data for the libsoup HTTP library. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-syncdaemon-1.0 Description-md5: 20e0a85a600957e7a2cfb46019da4536 Description-en: Ubuntu One synchronization daemon library Ubuntu One is a suite of on-line services. This package provides the C library for the Ubuntu One file storage and sharing synchronization daemon development files. . This package contains introspection data . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-telepathyglib-0.12 Description-md5: 79b134317a8965965a687e169f21caea Description-en: GLib Telepathy connection manager library (GObject-Introspection) This package contains introspection data for telepathy-glib, which can be used to generate dynamic bindings for Telepathy components. . These GObject-Introspection bindings are considered to be experimental by the maintainers of telepathy-glib, and might receive incompatible changes until at least telepathy-glib 0.14.0. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: gir1.2-telepathylogger-0.2 Description-md5: 9d322246efc6be61a33d36f696cd71ec Description-en: Telepathy logger service - introspection This package contains the introspection data for Telepathy logger. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: gir1.2-timezonemap-1.0 Description-md5: 231074d1b59567e384d19c2c4a8351dc Description-en: typelib interface for libtimezonemap Timezone map widget for GTK+3 . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libtimezonemap1. Package: gir1.2-totem-1.0 Description-md5: f8fb0d202ba3f9170c84de5e0c27a305 Description-en: GObject introspection data for Totem media player Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. . This package contains introspection data for the Totem media player. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-totem-plparser-1.0 Description-md5: 6dff5eed01c354550bf8d8578ef0f76a Description-en: GObject introspection data for the Totem Playlist Parser library This package contains introspection data for the Totem Playlist Parser library. . totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-ubuntuone-1.0 Description-md5: 4453a440c5752ac78a27c17960d17626 Description-en: Ubuntu One widget library This library contains GTK widgets needed for integration of Ubuntu One functionalities into GTK applications. . This package contains introspection data . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-unique-3.0 Description-md5: 5250c79d3289c27e691c7544b566d20b Description-en: GObject introspection data for the Unique library This package contains introspection data for LibUnique, a library for writing single instance applications. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-unity-4.0 Description-md5: 162c569a3952f4e1717dfc2d72f6bb6c Description-en: GObject introspection data for the Unity library This package contains introspection data for the Unity library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-upowerglib-1.0 Description-md5: e44c29e9141611d185719724f06044c0 Description-en: GObject introspection data for upower upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. . This package contains introspection data for upower. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-vte-2.90 Description-md5: 41cb5d8a8e27456cf39b3e3fdc888730 Description-en: GObject introspection data for the VTE library This package contains introspection data for VTE, a terminal emulator widget for GTK+. . It can be used by interpreters understanding the GIRepository format to write programs using the VTE widget for GTK+ 3.0. Package: gir1.2-webkit-1.0 Description-md5: eb53cb184956c90caa244afe1ee7b3cd Description-en: GObject introspection data for the WebKit library This package contains introspection data for WebKit, a web content engine for GTK+. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-webkit-3.0 Description-md5: eb53cb184956c90caa244afe1ee7b3cd Description-en: GObject introspection data for the WebKit library This package contains introspection data for WebKit, a web content engine for GTK+. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-wnck-1.0 Description-md5: 27983425e71085c70259e80ee712ca44 Description-en: GObject introspection data for the WNCK library This package contains introspection data for Window Navigator Construction Kit, a library to interact with window managers. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-wnck-3.0 Description-md5: 27983425e71085c70259e80ee712ca44 Description-en: GObject introspection data for the WNCK library This package contains introspection data for Window Navigator Construction Kit, a library to interact with window managers. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: git Description-md5: c1f968556452a190fe359bffd151c012 Description-en: fast, scalable, distributed revision control system 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 main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages. Package: gjs Description-md5: db6beb46ed84ed25fb6226a84de15f51 Description-en: Mozilla-based javascript bindings for the GNOME platform Makes it possible for applications to use all of GNOME's platform libraries using the Javascript language. It's mainly based on the Mozilla javascript engine and the GObject introsepection framework. . This package contains the interactive console application. Package: gkbd-capplet Description-md5: 92c48b524e722191ce19dd5017839c09 Description-en: GNOME Panel applet for libgnomekbd libgnomekbd offers an API to manage the keyboard in GNOME applications. . This package contains a configuration applet to select enabled libgnomekbd plugins. Package: gksu Description-md5: e06e156dadb6ab2b80bcfa4204e8f7ef Description-en: graphical frontend to su gksu is a Gtk+ frontend to /bin/su. It supports login shells and preserving environment when acting as a su frontend. It is useful to menu items or other graphical programs that need to ask a user's password to run another program as another user. Package: glade Description-md5: 7fee85b5998c3b40e065a5d752be3041 Description-en: GTK+ User Interface Builder Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ toolkit. . The user interfaces designed in Glade are stored in the well-known XML format, enabling easy integration with external tools. You will probably want to use it with tools such as libglade, which can load the XML files and create the interfaces at runtime. . This version is more modular than previous ones, so you can install modules to add additional widgets for Glade to use. Package: glade-gnome Description-md5: fdc0c11d4dff8895db6f438209671718 Description-en: GTK+ 2 User Interface Builder (with GNOME 2 support) Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ 2 toolkit. . The user interfaces designed in Glade are stored in the well-known XML format, enabling easy integration with external tools. You will probably want to use it with tools such as libglade, which can load the XML files and create the interfaces at runtime. . This package include the module that allows Glade to provide GNOME widgets in its pallete. Package: glade-gtk2 Description-md5: a3b8a10b24c560e7f4441689ec3eba77 Description-en: GTK+ 2 User Interface Builder Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ 2 toolkit. . The user interfaces designed in Glade are stored in the well-known XML format, enabling easy integration with external tools. You will probably want to use it with tools such as libglade, which can load the XML files and create the interfaces at runtime. . This version is more modular than previous ones, so you can install modules to add additional widgets for Glade to use. You can install the glade-gnome package to provide GNOME widgets, for instance. Package: glchess Description-md5: 825a1a0f557fb49e611d51e786695f35 Description-en: Chess strategy game The ancient chess strategy game. Play against human or computer opponents, in 2D or 3D. Package: glew-utils1.5 Description-md5: e69775f9fe795b01ab80b99edc25d424 Description-en: The OpenGL Extension Wrangler - utilities For more information about GLEW please refer to the description of the libglew-dev package. . This package contains the utilities which can be used to query the supported openGL extensions. Package: glib-networking Description-md5: acc1c02719bf3889d9a6f77e4d1620ba Description-en: network-related giomodules for GLib This package contains various network related extension points for GLib. Package: glib-networking-dbg Description-md5: 27b35fcfda4deb25796a8ffbd8a87061 Description-en: network-related giomodules for GLib (debugging symbols This package contains various network related extension points for GLib. . This package contains the debugging symbols for glib-networking. Package: glines Description-md5: 6fd9c0be27dca8a960d42907201785c3 Description-en: Five or More puzzle game Move balls around the grid and try and form lines. Once you form five in a row, the line disappears. Unfortunately more balls keep dropping in. Package: gnect Description-md5: 94a520b0d77e524b019c9333f58dcd1f Description-en: Four in a Row strategy game Place disks one at a time and try to form a row of four. Tic-tac-toe for those who like to think. Package: gnibbles Description-md5: b76970c993f46e77aefbe75fd7427fde Description-en: Worm arcade game Pilot a worm around a maze trying to collect diamonds and at the same time avoiding the walls and yourself. With each diamond your worm grows longer and navigation becomes more and more difficult. Playable by up to four people. Package: gnobots2 Description-md5: 937db82fd57d00c3ff5fdd5d4c522ac2 Description-en: Avoid robots game The classic game where you have to avoid a hoard of robots who are trying to kill you. Each step you take brings them closer toward you. Fortunately they aren't very smart and you also have a helpful teleportation gadget. Package: gnome-applets Description-md5: 2eceedf4d162034980641b83325dc674 Description-en: Various applets for the GNOME panel - binary files accessx-status: indicates keyboard accessibility settings, including the current state of the keyboard, if those features are in use. . Character palette: provides a convenient way to access non-standard characters, such as accented characters, mathematical symbols, special symbols, and punctuation marks. . GNOME CPUFreq Applet: CPU frequency scaling monitor . Drivemount: lets you mount and unmount drives and file systems. . Geyes: pair of eyes which follow the mouse pointer around the screen. . System monitor: CPU, memory, network, swap file and resource. . Trash: lets you drag items to the trash folder. . Weather report: downloads weather information from the U.S National Weather Service (NWS) servers, including the Interactive Weather Information Network (IWIN). Package: gnome-applets-dbg Description-md5: 0175a190c0b7885aa0ef5aba8bf3f9c0 Description-en: Various applets for the GNOME panel - binary files with debugging symbols This package contains unstripped binaries used for debugging. Package: gnome-bluetooth Description-md5: 8a12c9e4bfc6922e61abb655aec6a01b Description-en: GNOME Bluetooth tools This package contains tools for managing and manipulating Bluetooth devices using the GNOME desktop. . bluetooth-applet provides an agent to ask for PIN and managing pairing with devices, together with bluetooth-properties. . bluetooth-sendto is also included for sending files to Bluetooth devices via OBEX. Package: gnome-control-center Description-md5: 841ec7130e7cda8d105ccf44ab60b8fa Description-en: utilities to configure the GNOME desktop This package contains configuration applets for the GNOME desktop, allowing to set accessibility configuration, desktop fonts, keyboard and mouse properties, sound setup, desktop theme and background, user interface properties, screen resolution, and other GNOME parameters. . It also contains a front end to these applets, which can also be accessed with the GNOME panel or the Nautilus file manager. Package: gnome-dictionary Description-md5: d10a8a8179076d7474e8909548af2a59 Description-en: GNOME dictionary application This program can look for the definition or translation of a word in existing databases over the Internet . It also contains a GNOME panel applet for that effect. Package: gnome-disk-utility Description-md5: 6636ea739f292a3a7f5b793774d4dd2f Description-en: manage and configure disk drives and media palimpsest (from the gnome-disk-utility project) is a tool to manage disk drives and media: . * Format and partition drives. * Mount and unmount partitions. * Query S.M.A.R.T. attributes. . It utilizes udisks. Package: gnome-font-viewer Description-md5: 45d5c8d2f724b76011b8cba2eec0f28d Description-en: font viewer for GNOME This program can preview fonts and create thumbnails for fonts. Package: gnome-keyring Description-md5: ab339ead4844e2dd14c8a8c09473bb75 Description-en: GNOME keyring services (daemon and tools) gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. Package: gnome-mahjongg Description-md5: 18b7c292caead430ac1db2303af7a6f7 Description-en: Mahjongg tile solitaire game A tile-based solitaire game. Remove tiles in matching pairs to dismantle elaborately designed stacks. Package: gnome-media Description-md5: 6baaf36585e2a78e69fb03588d22b547 Description-en: GNOME media utilities This package contains a few media utilities for the GNOME desktop: * the GNOME audio mixer; * the GNOME Sound Recorder; * the GStreamer properties capplet. Package: gnome-media-profiles Description-md5: 6a57d0ee042ceb98d67546b146402cb5 Description-en: GNOME Media Profiles library Library that contains code to manage media profiles. . This package includes binaries and documentation Package: gnome-menus Description-md5: 340ecd22d4f56c95b252e114631d7311 Description-en: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. Package: gnome-nettool Description-md5: 7726e6e8b13ccd50f66095a80b2841a3 Description-en: network information tool for GNOME GNOME Nettool is a network information tool which provides user interfaces for some of the most common command line network tools including: * ifconfig * ping * netstat * tracepath * port scanning * DNS lookup * finger * whois Package: gnome-online-accounts Description-md5: fab27d4f23d8bb1141d68ba95c8a6412 Description-en: GNOME Online Accounts This package contains the GNOME Online Accounts service, which provides a centralized place for managing online accounts (Google, etc) for the GNOME desktop. Package: gnome-panel Description-md5: 02085226815ba9e6a5733ab8ea00c173 Description-en: launcher and docking facility for GNOME The GNOME Panel is an essential part of the GNOME Desktop, providing toolbar-like “panels” which can be attached to the sides of your desktop. They are used to launch applications and embed a number of other functions, such as quick launch icons, the clock, the notification area, volume controls and the battery charge indicator, and utilities ranging from weather forecast to system monitoring. Package: gnome-panel-dbg Description-md5: acffe68cac40a2d7b07ad491b1095c67 Description-en: GNOME Panel and library for panel applets - debugging symbols This package contains debugging symbols for gnome-panel and the libpanel-applet library. It is provided to help debugging problem in the panel itself or in the library. The debugging symbols are installed in /usr/lib/debug and will automatically be used by gdb. Package: gnome-power-manager Description-md5: 631e3d5d3a0a02e15736e3e9243aa578 Description-en: power management tool for the GNOME desktop GNOME Power Manager is a session daemon for the GNOME desktop that takes care of system or desktop events related to power, and triggers actions accordingly. Its philosophy is to completely hide these complex tasks and only show some settings important to the user. . The GNOME power manager displays and manages battery status, power plug events, display brightness, CPU, graphics card and hard disk drive power saving, and can trigger suspend-to-RAM, hibernate or shutdown events, all integrated to other components of the GNOME desktop. Package: gnome-screensaver Description-md5: 4dad587fa91113f99b8fc502d8ecfc68 Description-en: GNOME screen saver and locker gnome-screensaver is a screen saver and locker that aims to have simple, sane and secure defaults, and be well integrated with the GNOME desktop. . It is designed to support, among other things: . * the ability to lock down configuration settings * translation into other languages * user switching Package: gnome-screenshot Description-md5: c90436a1a5b51bb06f2cb8922490040a Description-en: screenshot application for GNOME This tool takes a picture of the desktop or of a window and saves it into a file. Package: gnome-search-tool Description-md5: 32bde61b1ad7f1c5a007bcf527d359a2 Description-en: GNOME tool to search files This application can search for files in a given directory, matching their names or contents. . It doesn’t require any indexation tool, and as such is lightweight but slow. Package: gnome-session-bin Description-md5: 4c2133392307e0ef72a944d936883f7d Description-en: GNOME Session Manager - Minimal runtime 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 binaries for the GNOME Session Manager, but no startup scripts. It is meant for those willing to start gnome-session by hand with the components of their choice, and for applications such as GDM that use gnome-session internally. Package: gnome-settings-daemon Description-md5: ba41f64fe10326f7ff74ab22f1003a11 Description-en: daemon handling the GNOME session settings This package contains the daemon which is responsible for setting the various parameters of a GNOME session and the applications that run under it. It handles the following kinds of settings: . * Keyboard: layout, accessibility options, shortcuts, media keys * Clipboard management * Theming: background, icons, GTK+ applications * Cleanup of unused files * Mouse: cursors, speed, accessibility options * Startup of other daemons: screensaver, sound daemon * Typing break . It also sets various application settings through X resources and freedesktop.org XSETTINGS. Package: gnome-settings-daemon-dev Description-md5: 7da21b55f83cd4a428a2bd849fda6b81 Description-en: Headers for building applications communicating with gnome-settings-daemon This package contains header files required to build applications that communicate with the GNOME settings daemon over D-Bus. Package: gnome-shell Description-md5: 43be888661fc5736e3db6abe8090d338 Description-en: graphical shell for the GNOME desktop 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. Package: gnome-sudoku Description-md5: a1d5888201dac9b661b5bbeb0e46614c Description-en: Sudoku number puzzle Fit numbers into a grid without repeating numbers in rows, columns or boxes. Package: gnome-system-log Description-md5: 2d6d7b8fe4b6938b24f9fce41b585678 Description-en: system log viewer for GNOME This program displays system log files in a friendly way and allows to filter or search expressions in them. Package: gnome-system-monitor Description-md5: bb5488674b14e5248e88189686b54d2d Description-en: Process viewer and system resource monitor for GNOME This package allows you to graphically view and manipulate the running processes on your system. It also provides an overview of available resources such as CPU and memory. Package: gnome-terminal Description-md5: c385379e72ae70e0ca5a4dee09859951 Description-en: GNOME terminal emulator application 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. . GNOME Terminal features the ability to use multiple terminals in a single window (tabs) and profiles support. Package: gnome-themes-standard Description-md5: 68b4558995b847c937a2699d24f07bdb Description-en: Standard gnome themes This package contains a set of standard gnome themes Package: gnome-user-share Description-md5: 33cfc5ae7457d2bb78e7d428c558106b Description-en: User level public file sharing via WebDAV or ObexFTP gnome-user-share is a small package that allows easy user-level file sharing via WebDAV or ObexFTP. The shared files are announced on the network by Avahi. Package: gnome-web-photo Description-md5: ef5e9f368fcda7786fc72a4bb25c611c Description-en: Create snapshot images and print web pages from the command line GNOME Web Photographer is a tool to generate full-size image files and thumbnails from HTML files and web pages. It can also be used to print those. Package: gnomine Description-md5: 142b7e3f57c8610bc043f91eebaf01a8 Description-en: Minesweeper logic puzzle game Find mines on a grid using hints from squares you have already cleared. Package: gnotravex Description-md5: 6c7a7d71c75aca9df42017ad2ad45cd6 Description-en: Tile puzzle game A puzzle game where you have to match a grid of tiles together. The skill level ranges from the simple two by two up to the seriously mind-bending six by six grid. Package: gnotski Description-md5: 0a785f6eadf2022bd7abcb66436d1c23 Description-en: Sliding block puzzle game A series of sliding block puzzles. Try and solve them in the least number of moves. Package: gnupg Description-md5: 8bbdb812806fb623e26b7b93f549c74b Description-en: GNU privacy guard - a free PGP replacement GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . GnuPG 1.4 is the standalone, non-modularized series. In contrast to the version 2 series, shipped with the gnupg2 package, it comes with no support for S/MIME and some other tools useful for desktop environments, but also with less dependencies. . The gnupg package is built without libcurl. So it does not support HKPS keyservers. Install the gnupg-curl package if you want to use the keyserver helper tools built with libcurl and supporting HKPS. . GnuPG does not use any patented algorithms. This means it cannot be compatible with PGP2, because that uses IDEA (which is patented in a number of countries). Package: gnupg-agent Description-md5: dcf7e2d3c3f22b87f14eec4c0034623c Description-en: GNU privacy guard - password agent GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. . This package contains the agent program gpg-agent which keeps a temporary secure storage of your passphrases. Package: gnupg-curl Description-md5: 55306a4e1e1fd63e577767c1b9f5161c Description-en: GNU privacy guard - a free PGP replacement (cURL) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . This package contains the keyserver helper tools built with libcurl, which replace the ones in the gnupg package built with the "curl shim" variant of gnupg. This package provides support for HKPS keyservers. . GnuPG does not use any patented algorithms. This means it cannot be compatible with PGP2, because that uses IDEA (which is patented in a number of countries). Package: gnupg2 Description-md5: bc5f056bcf1325a9dbf2ba884ea744db Description-en: GNU privacy guard - a free PGP replacement (new v2.x) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. . GnuPG 2.x is the new modularized version of GnuPG supporting OpenPGP and S/MIME. . GnuPG does not use any patented algorithms so it cannot be compatible with PGP2 because it uses IDEA (which is patented worldwide). Package: gnutls-bin Description-md5: 3d9b4f88ec2d62325a050ed61559f625 Description-en: the GNU TLS library - commandline utilities 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 a commandline interface to the GNU TLS library, which can be used to set up secure connections from e.g. shell scripts, debugging connection issues or managing certificates. Package: gob2 Description-md5: 0f5d229d9f79efbdbf11a584051163fb Description-en: GTK+ Object Builder GOB is a preprocessor which simplifies the writing of GObjects in C. The syntax is somewhat similar to that for Java, yacc and lex. Package: gobi-loader Description-md5: 0bc71f740c2e62e89ed4b58d4c0934a2 Description-en: Firmware loader for Qualcom GobiUSB chipsets gobi_loader is a firmware loader for Qualcomm Gobi USB chipsets. These devices appear in an uninitialised state when power is applied and require firmware to be loaded before they can be used as modems. gobi_loader adds a udev rule that will trigger loading of the firmware and make the modem usable. Package: gobjc Description-md5: 8eb5a7695a9f4935cb3126a66df29405 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C compiler. Package: gobjc++ Description-md5: db23ebaaaeb19bd162f9458eb00d25ef Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ compiler. Package: gobjc++-4.4 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-4.5 Description-md5: 9f041384dc394a3aa6e8e0557776dc2e Description-en: The GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-4.6 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-4.6-multilib Description-md5: 9312e1775bb81d3bc453670d3a62eb13 Description-en: GNU Objective-C++ compiler (multilib files) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . On architectures with multilib support, the package contains files and dependencies for the non-default multilib architecture(s). Package: gobjc++-multilib Description-md5: 5c340f9fbcd708e936e728cdf2610d40 Description-en: GNU Objective-C++ compiler (multilib files) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . On architectures with multilib support, the package contains dependencies for the non-default multilib architecture(s). Package: gobjc-4.4 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-4.5 Description-md5: 004a03a8f98f9b9701128c471848d258 Description-en: The GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-4.6 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-4.6-multilib Description-md5: 8a9577f5c68b77dd3d1a2114fc1a68d8 Description-en: GNU Objective-C compiler (multilib files) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . On architectures with multilib support, the package contains files and dependencies for the non-default multilib architecture(s). Package: gobjc-multilib Description-md5: 59c2ce9fb72818296f35716da917939b Description-en: GNU Objective-C compiler (multilib files) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . On architectures with multilib support, the package contains dependencies for the non-default multilib architecture(s). Package: gobject-introspection Description-md5: 237f5e120c510b5b463f0799b240157e Description-en: Generate interface introspection data for GObject libraries 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 tools for extracting introspection data from libraries and transforming it to different formats. Package: gparted Description-md5: 1caa85feb72cd19af74db3487848870c Description-en: GNOME partition editor GParted uses libparted to detect and manipulate devices and partition tables while several (optional) filesystem tools provide support for filesystems not included in libparted. Package: gperf Description-md5: 100d8b95fd17c0a38c7613dd1af69b60 Description-en: Perfect hash function generator gperf is a program that generates perfect hash functions for sets of key words. . A perfect hash function is simply: A hash function and a data structure that allows recognition of a key word in a set of words using exactly 1 probe into the data structure. Package: gpgsm Description-md5: eaa08168026822f8656ab2343df90485 Description-en: GNU privacy guard - S/MIME version GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. . This package contains the gpgsm program. gpgsm is a tool to provide digital encryption and signing services on X.509 certificates and the CMS protocol. gpgsm includes complete certificate management. Package: gpgv Description-md5: 19709c7fc27595437225fd34d295b347 Description-en: GNU privacy guard - signature verification tool 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. Package: gpm Description-md5: f4d37ad222a8606e714a0eb799261d0d Description-en: General Purpose Mouse interface This package provides a daemon that captures mouse events when the system console is active, and delivers events to applications through a library. . By default, the daemon provides a 'selection' mode, so that cut-and-paste with the mouse works on the console just as it does under X. Package: gpsd Description-md5: c27e4861a82769d7dbf1f60e97926430 Description-en: Global Positioning System - daemon The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the sensors available to be queried on TCP port 2947. . With gpsd, multiple GPS client applications can share access to devices without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the different standards emitted by GPS devices. Package: gpsd-clients Description-md5: 82a6a897230e9aec640eba7efba8a15d Description-en: Global Positioning System - clients The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the sensors available to be queried on TCP port 2947. . This package contains auxiliary tools and example clients for monitoring and testing gpsd. Package: gpsd-dbg Description-md5: c26c657eb9bf50540ea4b6c35c6f4675 Description-en: Global Positioning System - debugging symbols The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the sensors available to be queried on TCP port 2947. . This package contains the detached debug symbols for gpsd, gpsd-clients, python-gps, and libgps19. Package: graphviz Description-md5: 3596bf983eb939217c51507635922cde Description-en: rich set of graph drawing tools Graph drawing addresses the problem of visualizing structural information by constructing geometric representations of abstract graphs and networks. Automatic generation of graph drawings has important applications in key technologies such as database design, software engineering, VLSI and network design and visual interfaces in other domains. Situations where these tools might be particularly useful include: . * you would like to restructure a program and first need to understand the relationships between its types, procedures, and source files * you need to find the bottlenecks in an Internet backbone - not only individual links, but their relationships * you're debugging a protocol or microarchitecture represented as a finite state machine and need to figure out how a certain error state arises * you would like to browse a database schema, knowledge base, or distributed program represented graphically * you would like to see an overview of a collection of linked documents * you would like to discover patterns and communities of interest in a database of telephone calls or e-mail messages . This package contains the command-line tools. Package: grep Description-md5: f9188c5583d41955f3b3fe60b9d445f1 Description-en: GNU grep, egrep and fgrep 'grep' is a utility to search for text in files; it can be used from the command line or in scripts. Even if you don't want to use it, other packages on your system probably will. . The GNU family of grep utilities may be the "fastest grep in the west". GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.) Package: groff Description-md5: de42deed71284945df23b707d08c8f43 Description-en: GNU troff text-formatting system This package contains optional components of the GNU troff text-formatting system. The core package, groff-base, contains the traditional tools like troff, nroff, tbl, eqn, and pic. This package contains additional devices and drivers for output to DVI, HTML (when recommended packages are installed - see below), HP LaserJet printers, and Canon CAPSL LBP-4 and LBP-8 printers. . The X75, X75-12, X100, and X100-12 devices, which allow groff output to be conveniently viewed on an X display using the standard X11 fonts, are now included here. They were previously in a separate package, groff-x11. . Besides these, the groff package contains man pages describing the language and its macro sets, info documentation, and a number of supplementary programs: . - gxditview, which is used to display the output of the X* devices, and can also be used to view PostScript output from groff; - grn, a preprocessor for pictures in the 'gremlin' format; - tfmtodit, which creates font files for use with 'groff -Tdvi'; - hpftodit, which creates font files for use with 'groff -Tlj4'; - afmtodit, which creates font files for use with 'groff -Tps'; - refer, which preprocesses bibliographic references for use with groff; - indxbib, which creates inverted indices for bibliographic databases used by 'refer'; - lkbib and lookbib, which search bibliographic databases; - addftinfo, which adds metric information to troff font files for use with groff; - pfbtops, which translates a PostScript font in .pfb format to ASCII for use with groff; - mmroff, a simple groff preprocessor which expands references in mm; - pic2graph, which converts PIC diagrams into cropped image files; - eqn2graph, which converts EQN equations into cropped image files. . All the standard macro packages are supported. . Some facilities only work if certain recommended packages are installed: . - ghostscript, netpbm, psutils: required for HTML output; - imagemagick: required for the pic2graph and eqn2graph programs; - libpaper1: paper size detection in dvi, lbp, lj4, and ps devices (falls back to a4 if not installed). Package: groff-base Description-md5: 106eb90e9251712205de3a823876b349 Description-en: GNU troff text-formatting system (base system components) This package contains the traditional UN*X text formatting tools troff, nroff, tbl, eqn, and pic. These utilities, together with the man-db package, are essential for displaying the on-line manual pages. . groff-base is a stripped-down package containing the necessary components to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript device (groff's default). Users who want a full groff installation, with the standard set of devices, fonts, macros, and documentation, should install the groff package. Package: growisofs Description-md5: 11a5fa8747e3713569def36f6fbc2b0e Description-en: DVD+-RW/R recorder growisofs is a general purpose DVD recording program that supports: . * random-access media (DVD+RW, DVD-RAM, plain files, hard disk partitions) * mastering multisession DVD media (DVD+R, DVD-R/-RW, and Blu-ray Disc) * first-/single-session recording of arbitrary pre-mastered image (formatted as UDF, ISO9660 or any other file system, if formatted at all) to all supported DVD media types. . growisofs is able to either write pre-created ISO images or create them on-the-fly (by calling genisoimage). . This package also contains dvd+rw-format, a utility to format a DVD+RW media. Package: gsl-bin Description-md5: 141706d71a14bcce720df1bb160846c9 Description-en: GNU Scientific Library (GSL) -- binary package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . This package provides several example binaries. Package: gssdp-tools Description-md5: 05e1716eed0be96fde8938d50df1463a Description-en: GObject-based library for SSDP (tools) A GObject-based API for doing SSDP (Simple Service Discovery Protocol) transparently. . This package contains some tools, such as gssdp-device-sniffer. Package: gstreamer-tools Description-md5: 4bf8ad824e4b1bcee731f8903efd36d0 Description-en: Tools for use with GStreamer 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 unversioned command-line tools for GStreamer that work with different major/minor versions of GStreamer. Package: gstreamer0.10-alsa Description-md5: 339f038172c486f3cef220df0c0e5ac4 Description-en: GStreamer plugin for ALSA 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 GStreamer plugin for the ALSA library. ALSA is the Advanced Linux Sound Architecture. Package: gstreamer0.10-gconf Description-md5: d08fde0c4992c475ba15a5c96ec7e85c Description-en: GStreamer plugin for getting the sink/source information from GConf 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 GStreamer plugin for getting the information about which sources or sinks should be used for audio and video from GConf. Package: gstreamer0.10-gnomevfs Description-md5: 6f01f34186c2afa1bad9b382faa1cfdf Description-en: GStreamer plugin for GnomeVFS 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 GStreamer plugin to read from and write to GnomeVFS URIs. GnomeVFS is the GNOME virtual file-system. Package: gstreamer0.10-gnonlin Description-md5: 8533a187190a0a45f35c77cb9db605f1 Description-en: non-linear editing module for GStreamer 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 GStreamer plugins for Gnonlin. Package: gstreamer0.10-gnonlin-dbg Description-md5: 871d73a3adc09fcca7f02863193d23ac Description-en: non-linear editing module for GStreamer 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 unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: gstreamer0.10-nice Description-md5: 523e84571f1dd981b4717efb7b2e52d2 Description-en: ICE library (GStreamer plugin) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer. . This package provides a GStreamer plugin for nice. Package: gstreamer0.10-plugins-base Description-md5: 73eb82d2de7fe71e4455e1742423e3e3 Description-en: GStreamer 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 the GStreamer plugins from the "base" set, an essential exemplary set of elements. Package: gstreamer0.10-plugins-base-apps Description-md5: 72cc51baa52c95f36129fb0f74a62970 Description-en: GStreamer helper programs 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 helper programs from the "base" set, an essential exemplary set of elements. Package: gstreamer0.10-plugins-base-dbg Description-md5: b7d3c79dd3992a2b1b542fa636eec13a Description-en: GStreamer 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 unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: gstreamer0.10-plugins-good Description-md5: 5af11b405c70a6a41fff183475cb6042 Description-en: GStreamer 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 the GStreamer plugins from the "good" set, a set of good-quality plug-ins under the LGPL license. Package: gstreamer0.10-plugins-good-dbg Description-md5: 23ae3e3874bef9755952358103d2a3d3 Description-en: GStreamer 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 unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: gstreamer0.10-pulseaudio Description-md5: b4aa98329fafbb54ea588de42c256d78 Description-en: GStreamer plugin for PulseAudio 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 GStreamer plugin for PulseAudio, a sound server for POSIX and WIN32 systems. Package: gstreamer0.10-tools Description-md5: 909df9df4ba32a53040e4e54751c1cfa Description-en: Tools for use with GStreamer 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 versioned command-line tools for GStreamer. Package: gstreamer0.10-x Description-md5: f30e1dbce14d6ece228c6b4e6dfdfdbd Description-en: GStreamer plugins for X11 and Pango 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 GStreamer plugins for X11 video output, both for standard Xlib support and for the Xv extension, as well as the plugin for Pango-based text rendering and overlay. Package: gtali Description-md5: 80e47da67841f0252b2b7d99100f86d2 Description-en: Dice chance game Roll five dice three times to make the best "hand". Package: gtk-3-examples Description-md5: a20e56f7848bc1a46dbca3700e01643a Description-en: example files for GTK+ 3 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. . This package contains the example files and a demonstration program for GTK+3. Package: gtk-sharp2-gapi Description-md5: 38acd13008e1b751281924b2e53ad340 Description-en: C source parser and C# code generator for GObject based APIs GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package includes the parser and code generator used by the GTK# project to parse and bind GObject libraries. Install if you want to bind GObject-based libraries, or need to compile a project that uses it to bind such a library. Package: gtk2-engines Description-md5: 431d7b89dfc9dd3fc4ebcf14cfd7ba82 Description-en: theme engines for GTK+ 2.x This package contains the "engines" that hide behind the themes for GTK+ and GNOME applications. They redefine the way GTK+ widgets are drawn. The package includes the following engines: * Clearlooks, the default GNOME theme, based on Bluecurve; * Crux, formerly known as the Eazel engine; * High contrast, which is used by some accessibility themes; * Industrial, the famous engine from Novell (formerly Ximian); * LighthouseBlue, another engine based on Bluecurve; * Metal, which gives a metallic look; * Mist, a flat and high performance engine; * Redmond95, which provides a look similar to that of Windows; * ThinIce. . A few sample themes using these engines are also included. Package: gtk2-engines-murrine Description-md5: a474aa12ce9f8a94946342fe0706c7f4 Description-en: cairo-based gtk+-2.0 theme engine "Murrine" is an Italian word meaning the glass artworks done by Venicians glass blowers. The Engine is cairo-based, and it's very fast compared to clearlooks-cairo and ubuntulooks. . This package includes the Murrine engine. Package: gtk2-engines-pixbuf Description-md5: 50d418fbeaf537e41f3597ef4991533a Description-en: Pixbuf-based theme for GTK+ 2.x The 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. . This package contains the pixbuf theme engine. Package: gtk2.0-examples Description-md5: 4c4b5705592a5545159eceb7db75706a Description-en: Examples files for the GTK+ 2.0 The 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. . This package contains the examples files and a demonstration program for the GTK+-2.0. Package: gtk3-engines-unico Description-md5: e8d181b58ea774fbea9ee3ad82a2d502 Description-en: Unico Gtk+ 3 theme engine Unico is a Gtk+ engine that aims to be the more complete yet powerful theming engine for Gtk+ 3.0 and newer. It’s the first Gtk+ engine written with Gtk+ style context APIs in mind, using CSS as first class citizen. Package: gucharmap Description-md5: e99485eac2609af50962be9c053d886a Description-en: Unicode character picker and font browser This program allows you to browse through all the available Unicode characters and categories for the installed fonts, and to examine their detailed properties. It is an easy way to find the character you might only know by its Unicode name or code point. Package: guile-1.8 Description-md5: 92e64a8da1c1f586d1a7fc7b1ad1ec5d Description-en: GNU extension language and Scheme interpreter 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.8-dev Description-md5: bb7eff197cf43cf05c6e7cf3f7a8c630 Description-en: Development files for Guile 1.8 This package contains files needed for development using Guile 1.8. . 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.8-libs Description-md5: cba24c28494e692c2455c31f93fe375a Description-en: Core Guile libraries 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-gnutls Description-md5: 87d90357914fde88a09ad0073308fbc9 Description-en: the GNU TLS library - GNU Guile bindings 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 GNU Guile 1.8 modules. Package: gvfs Description-md5: 778be30d80d64f642c5bb86b2d83b709 Description-en: userspace virtual filesystem - server gvfs is a userspace virtual filesystem where mount runs as a 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 gvfs server that provides gvfs mounts to all gio applications, and the minimal set of backends. Package: gvfs-backends Description-md5: 80544395f274c1948421693fb259cb49 Description-en: userspace virtual filesystem - backends gvfs is a userspace virtual filesystem where mount runs as a 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 afc, archive, cdda, dav, dnssd, ftp, gphoto2, http, network, obexftp, sftp, smb and smb-browse backends. Package: gvfs-bin Description-md5: d7e9cdc0f6d0dc20e8b437a523ec577e Description-en: userspace virtual filesystem - binaries gvfs is a userspace virtual filesystem where mount runs as a 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 support binaries. Package: gvfs-dbg Description-md5: ac837e6b699c4c78c43967f41f930fa5 Description-en: userspace virtual filesystem - debugging information gvfs is a userspace virtual filesystem where mount runs as a 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 debugging symbols needed to help debug gvfs itself and gvfs modules. Package: gvfs-fuse Description-md5: b4bf84a9d0189504e856a1b7aeb08cba Description-en: userspace virtual filesystem - fuse server gvfs is a userspace virtual filesystem where mount runs as a 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 gvfs-fuse server that exports gvfs mounts to all applications using FUSE. Package: gvncviewer Description-md5: 2ecec070dc999982caf468ef78786c2f Description-en: VNC viewer using gtk-vnc It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the VNC viewer and VNC capture utility. Package: gwibber Description-md5: 2b961fa21a9f6d779364fe4e32ff1723 Description-en: Open source social networking client for GNOME Gwibber is a social networking client for GNOME. It supports Facebook, Twitter, Identi.ca, StatusNet, FriendFeed, Qaiku, Flickr, and Digg. . This package includes the Gwibber desktop client Package: gwibber-service-sina Description-md5: 2d11653ebddb5d23c5870136ae9d73ce Description-en: Sina plugin for Gwibber Social networking client for Sina . This package includes the Sina plugin for the Gwibber desktop service Package: gwibber-service-sohu Description-md5: 369a03318a2afa56c6e88ddc9e5cc49e Description-en: Sohu plugin for Gwibber Social networking client for Sohu . This package includes the Sohu plugin for the Gwibber desktop service Package: gxine Description-md5: 35c2bc0e87081087b23b44670850bfe1 Description-en: the xine video player, GTK+/Gnome user interface This is a GTK+ based GUI for the libxine video player library. It provides gxine, a media player that can play all the audio/video formats that libxine supports. Currently, this includes MPEG1/2, some AVI and Quicktime files, some network streaming methods and disc based media (VCD, SVCD, DVD). A more complete list can be found on http://xinehq.de/. . Most DVDs on the market today are play-protected by the Content Scrambling System (CSS). libxine does not provide any code to descramble those DVDs, because of legal uncertainties. If you still want to play those DVDs, you'll need a CSS decryption library like libdvdcss that is supported by libxine. Package: gxineplugin Description-md5: a5d7d3559f903e79aceb199f88625342 Description-en: the xine video player, GTK+/Gnome; launcher plugin for Mozilla This is a GTK+ based GUI for the libxine video player library. It provides gxine, a media player that can play all the audio/video formats that libxine supports. Currently, this includes MPEG1/2, some AVI and Quicktime files, some network streaming methods and disc based media (VCD, SVCD, DVD). A more complete list can be found on http://xinehq.de/. . This package contains the Mozilla plugin, which is a launcher for gxine. Package: gzip Description-md5: 100720c9e2c6508f1a1f3731537b38e5 Description-en: GNU compression utilities This package provides the standard GNU file compression utilities, which are also the default compression tools for Debian. They typically operate on files with names ending in '.gz', but can also decompress files ending in '.Z' created with 'compress'. Package: hardening-wrapper Description-md5: 08e5838e5322d7c5e634ef97c7cc7e35 Description-en: Compiler wrapper to enable security hardening flags Replaces gcc, g++, and ld with wrapper scripts that set security hardening compilation flags, as an alternative to changing gcc specs. Enabled when DEB_BUILD_HARDENING=1 is set. Package: hdparm Description-md5: ba89c51b95ba0e5ec35eb04f2e427585 Description-en: tune hard disk parameters for high performance Get/set device parameters for Linux SATA/IDE drives. Primary use is for enabling irq-unmasking and IDE multiplemode. Package: hdparm-dbg Description-md5: 9baaf3d17ca4e8aa6b12eba3612fdf1c Description-en: debug files for hdparm This package contains the stripped debugging symbols for hdparm Package: heartbeat Description-md5: ddb086c6c9251076ab28140d4a3653ba Description-en: Subsystem for High-Availability Linux heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. Package: heartbeat-dev Description-md5: 2db4a8a5564e6bdaa093155ea6bcbb9c Description-en: Subsystem for High-Availability Linux - development files heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. . This package contains Heartbeat-specific development files. Package: heimdal-clients Description-md5: a4fd8aa5f30957833ce188f9b1644763 Description-en: Heimdal Kerberos - clients Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos utilities like kadmin, kinit, kpasswd and klist. It also includes client programs like telnet and ftp that have been compiled with Kerberos support. Package: heimdal-clients-x Description-md5: e30ea689d64eac7004976f7d22cef8f8 Description-en: Heimdal Kerberos - X11 client programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos client programs for forwarding the X connection securely to a remote computer. Package: heimdal-dbg Description-md5: 695d4dc928d5a63e71350203f90d3964 Description-en: Heimdal Kerberos - key distribution center (KDC) Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the debugging symbols for all heimdal libraries. Package: heimdal-dev Description-md5: 2afcb518ba77da818c92ff450076c587 Description-en: Heimdal Kerberos - development files Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This is the development package, required for developing programs for Heimdal. Package: heimdal-kcm Description-md5: 86f9cce037e4e689b26fa360d8bf0702 Description-en: Heimdal Kerberos - KCM daemon Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes the KCM daemon which can hold the credentials for all users in the system. Access control is done with Unix-like permissions. The daemon checks the access on all operations based on the UID and GID of the user. The tickets are renewed as long as is permitted by the KDC's policy. Package: heimdal-kdc Description-md5: 341da9732edd5d975ab7c6361f80ddfe Description-en: Heimdal Kerberos - key distribution center (KDC) Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes the KDC (key distribution center) server, which is designed to run on a secure computer and keeps track of users' passwords. This is done using the Kerberos protocol in such a way that the server computers do not need to know the passwords. Package: heimdal-multidev Description-md5: 2c68ae41ae2a5a78791f623671e565b3 Description-en: Heimdal Kerberos - Multi-implementation Development Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package provides versions of the Heimdal development files that can be installed along-side MIT Kerberos development files. Normally, heimdal-dev should be used. However if a package needs to build against both Heimdal Kerberos and MIT Kerberos, then the multidev package should be used. Package: heimdal-servers Description-md5: 3774566bbfa9885e93e9b67e2f0d5f5a Description-en: Heimdal Kerberos - server programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes servers such as telnetd and ftpd that have been compiled with Heimdal support. Package: heimdal-servers-x Description-md5: 29bd8d7843eaf7dfc1e9581689c57129 Description-en: Heimdal Kerberos - X11 server programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos server programs for forwarding the X connection securely from a remote computer. Package: hello Description-md5: b7df6fe7ffb325083a3a60819a7df548 Description-en: The classic greeting, and a good example The GNU hello program produces a familiar, friendly greeting. It allows non-programmers to use a classic computer science tool which would otherwise be unavailable to them. . Seriously, though: this is an example of how to do a Debian package. It is the Debian version of the GNU Project's `hello world' program (which is itself an example for the GNU Project). Package: hello-debhelper Description-md5: b5040bf1400ca86808cb22ddf3c17197 Description-en: The classic greeting, and a good example The GNU hello program produces a familiar, friendly greeting. It allows non-programmers to use a classic computer science tool which would otherwise be unavailable to them. . Seriously, though: this is an example of how to do a Debian package. It is the Debian version of the GNU Project's `hello world' program (which is itself an example for the GNU Project). . This is the same as the hello package, except it uses debhelper to make the deb. Please see debhelper as to what it is. Package: help2man Description-md5: 81b7f764f56e92da4f916f9b4836fe21 Description-en: Automatic manpage generator Program to create simple man pages from the --help and --version output of other programs. . Since most GNU documentation is now in info format, this provides a way to generate a placeholder man page pointing to that resource while still providing some useful information. Package: hesiod Description-md5: a961e1508b081366d98b77b58c16e59d Description-en: Project Athena's DNS-based directory service - utilities Hesiod is a name service library that can provide general name service for a variety of applications. It is derived from BIND, the Berkeley Internet Name Daemon, and leverages the existing DNS infrastructure of a network. It is used on a number of university networks, including MIT and Iowa State University. . This package is only useful on networks that already use Hesiod. Package: hfsplus Description-md5: 7e515c0e4f0451b5ec9743b7fc5e7b9a Description-en: Tools to access HFS+ formatted volumes HFS+ is a modernized version of Apple Computers HFS Filesystem. Nowadays, it is widely used with more recent versions of MacOS. hfsplus consists of a library and a set of tools that allow access to HFS+ volumes. . This package contains the tools themselves. Package: hfsutils Description-md5: c8f08bf456ce1d1033e9bd483699e2af Description-en: Tools for reading and writing Macintosh volumes HFS is the native Macintosh filesystem format. . This package contains several command-line utilities for reading and writing Macintosh HFS-formatted media such as floppy disks, CD-ROMs, and hard disks. . Homepage: http://www.mars.org/home/rob/proj/hfs/ Package: hfsutils-tcltk Description-md5: 8040568be2afd947c62e45587d8f00cb Description-en: Tcl/Tk interfaces for reading and writing Macintosh volumes HFS is the native Macintosh filesystem format. . This package contains xhfs, a Tk-based X windows interface, and hfssh, a Tcl-based shell. . Homepage: http://www.mars.org/home/rob/proj/hfs/ Package: hostname Description-md5: a5a22acc3c69a7f40f07f1a8dfc93af1 Description-en: utility to set/show the host name or domain name This package provides commands which can be used to display the system's DNS name, and to display or set its hostname or NIS domain name. Package: hpijs Description-md5: 834ddd3c67a566646f58f154d88d82ce Description-en: HP Linux Printing and Imaging - gs IJS driver (hpijs) This package contains an IJS printer driver for Ghostscript, which adds support for most inkjet printers and some LaserJet printers manufactured by HP. It is also required for HPLIP fax support. . The Debian package of hpijs includes the so-called rss patch, to use pure black ink instead of composite black in printers that don't do color map conversion in firmware. . HPIJS can take advantage of Ghostscript IJS KRGB support when available, to enhance black printing on printers that do color map conversion in firmware and are thus not affected by the old rss patch. . Users of the CUPS printing system are advised to also install the hplip package, and use the hp CUPS backend to send data to the printer. HPLIP supports USB, networked and parallel-port devices, and enables extended HPIJS functionality such as border-less printing. Selecting any hpijs ppd in CUPS will use hpijs automatically. . HPIJS is meant to be used through the foomatic system (see the foomatic-filters package). Package: hplip Description-md5: 2c0bf2568da19b1e4a1da75410d4aa8a Description-en: HP Linux Printing and Imaging System (HPLIP) The HP Linux Printing and Imaging System provides full support for printing on most HP SFP (single function peripheral) inkjets and many LaserJets, and for scanning, sending faxes and for photo-card access on most HP MFP (multi-function peripheral) printers. . HPLIP is composed of: * System services to handle communications with the printers * HP CUPS backend driver (hp:) with bi-directional communication with HP printers (provides printer status feedback to CUPS and enhanced HPIJS functionality such as 4-side full-bleed printing support) * HP CUPS backend driver for sending faxes (hpfax:) * hpcups CUPS Raster driver to turn rasterized input from the CUPS filter chain into the printer's native format (PCL, LIDIL, ...). (hpcups is shipped in a separate package) * HPIJS Ghostscript IJS driver to rasterize output from PostScript(tm) files or from any other input format supported by Ghostscript, and also for PostScript(tm) to fax conversion support (HPIJS is shipped in a separate package) * Command line utilities to perform printer maintenance, such as ink-level monitoring or pen cleaning and calibration * GUI and command line utility to download data from the photo card interfaces in MFP devices * GUI and command line utilities to interface with the fax functions * A GUI toolbox to access all these functions in a friendly way * HPAIO SANE backend (hpaio) for flatbed and Automatic Document Feeder (ADF) scanning using MFP devices . USB, JetDirect (network) and parallel-port devices are supported. Package: hplip-cups Description-md5: f0d901d77cf3b6cbd910072d6a2c9cd4 Description-en: HP Linux Printing and Imaging - CUPS Raster driver (hpcups) This package contains a CUPS-Raster-based printer driver which adds support for most inkjet printers and some LaserJet printers manufactured by HP. It does not provide PPDs for the fax functionality of HP's multi-function devices. . Users of the CUPS printing system are advised to also install the hplip package, and use the hp CUPS backend to send data to the printer. HPLIP supports USB, networked and parallel-port devices, and enables extended hpcups functionality such as border-less printing. Selecting any hpcups ppd in CUPS will use hpcups automatically. . No physical PPDs are shipped with this driver. PPDs are dynamically generated via a CUPS DDK .drv file. . This package can be installed to provide a minimal headless printer solution using CUPS. Package: hplip-dbg Description-md5: f40a4bbbac3bb9935c72dabd1680002b Description-en: HP Linux Printing and Imaging - debugging information This package contains debugging symbolic information for all the binaries and libraries in the hplip and hpijs packages. . It is useful for generating backtraces using debuggers like gdb and to get better information from tools like ltrace. Package: hspell Description-md5: e857f190ff37945e27152a7e8a1ccdef Description-en: Hebrew spell checker and morphological analyzer Hspell checks nikkud-less writing (Ktiv Male) and follows the rules set by the Academy of Hebrew Language. It includes all the dictionaries that it needs. Package: html2text Description-md5: a57fb9ed5921cd11bfc59269f601f3c0 Description-en: advanced HTML to text converter html2text is a converter from HTML to plain text. . html2text reads HTML documents supplied in the command line (or from standard input), converts each of them into a stream of plain text characters and writes output to the file or the terminal. . Debian version also can recognize encoding of documents, do on-fly input and output recoding. . html2text was written because the author wasn't happy with the output of "lynx -dump" and so he wrote something better. Package: hunspell Description-md5: 50f852033e680e7617350acb7eb6aee9 Description-en: spell checker and morphological analyzer (program) Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and an OpenOffice.org UNO module. . Main features: - Unicode support (first 65535 Unicode character) - morphological analysis (in custom item and arrangement style) - Max. 65535 affix classes and twofold affix stripping (for agglutinative languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.) - Support complex compoundings (for example, Hungarian and German) - Support language specific algorithms (for example, handling Azeri and Turkish dotted i, or German sharp s) - Handling conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms. . This package contains the program with the Ispell-like terminal and pipe interfaces. Package: hunspell-sh Description-md5: 04f47a26d13c0b2005e61c629953367b Description-en: Serbian (Latin) dictionary for hunspell This is the Serbian dictionary for use with the hunspell spellchecker Package: hunspell-tools Description-md5: faef56263ef510ba98b31e7b12846321 Description-en: tools for hunspell Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and an OpenOffice.org UNO module. . Main features: - Unicode support (first 65535 Unicode character) - morphological analysis (in custom item and arrangement style) - Max. 65535 affix classes and twofold affix stripping (for agglutinative languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.) - Support complex compoundings (for example, Hungarian and German) - Support language specific algorithms (for example, handling Azeri and Turkish dotted i, or German sharp s) - Handling conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms. . This package contains a the munch/unmunch tools of hunspell and ispellaff2myspell for converting ispell affix files for myspell/hunspell format. Package: iagno Description-md5: 24bd3fecd105ce670680529d79b38b1d Description-en: Tile flipping strategy game Flip over your opponents tiles and control the board. Package: iasl Description-md5: 546a042e9b2ef09e246447746367fea1 Description-en: Intel ASL compiler/decompiler iASL compiles ASL (ACPI Source Language) into AML (ACPI Machine Language). This AML is suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes. Package: ibus Description-md5: da43079c5202c459ab88ea7f8e38b23a Description-en: Intelligent Input Bus - core 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. Package: ibus-anthy Description-md5: 505c94c7454cb60018e66638b33fc6c0 Description-en: anthy engine for IBus 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-Anthy is an input method (IM) for Japanese, based on IBus. Package: ibus-chewing Description-md5: 41b0580d9f7567a74d302851c00d4d6c Description-en: Chewing engine for IBus 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-chewing is a IBus based IM Engine for Traditional Chinese Package: ibus-gtk Description-md5: e4bacf32179dddcd809bf8c147d1da61 Description-en: Intelligent Input Bus - GTK+2 support 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. . This package contains the GTK+2 IM module. Package: ibus-gtk3 Description-md5: 3e3fa7c390c2bbd7db06bbba70eaf97a Description-en: Intelligent Input Bus - GTK+3 support 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. . This package contains the GTK+3 IM module. Package: ibus-hangul Description-md5: 4e243516689250cc0c28c7b8c9ef79a6 Description-en: Hangul engine for IBus 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-Hangul is an input method (IM) for Korean language, based on IBus. Package: ibus-pinyin Description-md5: cbc95a4d4b71d4719d3b69058e9a3ecf Description-en: Pinyin engine for IBus 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 pinyin input method. Package: ibus-sunpinyin Description-md5: 09535412ce7ac7a2dbc02de8607f3f55 Description-en: sunpinyin engine for ibus Sunpinyin is a statistical language model (SLM) based input method engine for Simplified Chinese, it features full sentence input. . This package contains the sunpinyin engine for ibus. Package: icedax Description-md5: 5b3c8322b48ac5df8ae8e665c366700a Description-en: Creates WAV files from audio CDs icedax lets you digitally copy ("rip") audio tracks from a CD, avoiding the distortion that is introduced when recording via a sound card. Data can be dumped into raw (cdr), wav or sun format sound files. Options control the recording format (stereo/mono; 8/16 bits; sampling rate, etc). . Please install cdrkit-doc if you want most of the documentation and README files. Package: icedtea-6-jre-cacao Description-md5: 24efc2093c93b3e7670092d00aea59d9 Description-en: Alternative JVM for OpenJDK, using Cacao The package provides an alternative runtime using the Cacao VM and the Cacao Just In Time Compiler (JIT). This is a somewhat faster alternative than the Zero port on architectures like alpha, armel, m68k, mips, mipsel, powerpc and s390. . The VM is started with the option `-cacao'. See the README.Debian for details. Package: icedtea-6-jre-jamvm Description-md5: a3b67c2c3683232269f84a02ede3fd4b Description-en: Alternative JVM for OpenJDK, using JamVM The package provides an alternative runtime using the JamVM. This is a somewhat faster alternative than the Zero port on architectures like armel, mips, mipsel, powerpc. . The VM is started with the option `-jamvm'. See the README.Debian for details. Package: icedtea-netx Description-md5: 052037f44a864c63fefe21804d48141f Description-en: NetX - implementation of the Java Network Launching Protocol (JNLP) NetX provides a drop-in replacement for javaws (Java Web Start). Since upstream NetX is dormant, IcedTea is hosting and modifying the sources in the IcedTea-Web directory. . IcedTea's NetX currently supports verification of signed jars, trusted certificate storing, system certificate store checking, and provides the services specified by the jnlp API. Package: icedtea-plugin Description-md5: 73779ff36047046383e1c1bd3e13a884 Description-en: web browser plugin based on OpenJDK and IcedTea to execute Java applets 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. Package: iconc Description-md5: a34813963acf268d978c87854895182c Description-en: Compiler 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 compiler. It generates programs that generally run faster than those of the icont/iconx Icon interpreter. On the other hand, the Icon compiler takes much longer to compile programs and is more memory-hungry than the iconx/icont pair. As such, the compiler is probably only useful to speed up the execution of large Icon programs once they are fully developed and debugged. Package: icont Description-md5: 32a55e9c6e8ddde3e843ee6c82b54ab5 Description-en: Interpreter 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 translator, which converts Icon source code into `ucode` that can then be executed with the help of the iconx program. Package: iconx Description-md5: 4afe00cd9fc1151ce65edb169ff82c7f Description-en: Executor 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 executor, iconx, which is needed to execute interpreted Icon programs. If you are starting from Icon source code (as opposed to precompiled `ucode' files), you will also need the icont package, which converts your Icon source into a program that iconx can execute. Package: icoutils Description-md5: 56989c011716253059b25fa3cebe2594 Description-en: Create and extract MS Windows icons and cursors Icoutils is a set of programs that deal with MS Windows icons and cursors. Resources such as icons and cursors can be extracted from MS Windows executable and library files with "wrestool". Conversion of these files to and from PNG images is done with "icotool". "extresso" automates these tasks with the help of special resource scripts. . This package can be used to create "favicon.ico" files for web sites. Package: idn Description-md5: c73d65fb80d0787b438d9f81db3da87b Description-en: Command line and Emacs interface to GNU Libidn GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the idn command-line tool and its Emacs lisp interface. Package: ifupdown Description-md5: 442edbd184a6e1febc9b203604eb38f4 Description-en: high level tools to configure network interfaces This package provides the tools ifup and ifdown which may be used to configure (or, respectively, deconfigure) network interfaces based on interface definitions in the file /etc/network/interfaces. Package: ijsgutenprint Description-md5: 70e2b688b304b2730d8372d327923252 Description-en: inkjet server - Ghostscript driver for Gutenprint This package contains the ijsgutenprint binary which provides Ghostscript with a Gutenprint driver, including all printers supported by Gutenprint. ijsgutenprint is an IJS server (driver), which communicates with Ghostscript (an IJS client) using the IJS (InkJet Server) communications protocol. IJS is a method for separating ghostscript drivers from ghostscript, to allow ghostscript to be more extensible. . If you wish to print using Ghostscript and the Gutenprint drivers, install this package. This is typical for LPRng setups. If you are using CUPS, cups-driver-gutenprint is a better choice, but this package will still work with the appropriate foomatic setup if you wish to make use of foomatic. . 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: imagemagick Description-md5: 7c91199cdb23d3f0345a662d072b5a37 Description-en: image manipulation programs ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). Package: imagemagick-dbg Description-md5: bcd82c976803bc08e1948c79a714f76d Description-en: debugging symbols for ImageMagick This package contains the debugging symbols for ImageMagick, a software suite to create, edit, and compose bitmap images. Package: indent Description-md5: 89cfc962c403fb895c513c63c128c266 Description-en: C language source code formatting program The `indent' program changes the appearance of a C program by inserting or deleting whitespace. . `indent' also provides options for controlling the alignment of braces and declarations, program indenting, and other stylistic parameters, including formatting of both C and C++ comments. Package: indicator-application Description-md5: 828fe6a7cb6e0939622d3ddd11971f7b Description-en: Application Indicators A library and indicator to take menus from applications and place them in the panel. Package: indicator-application-gtk2 Description-md5: 828fe6a7cb6e0939622d3ddd11971f7b Description-en: Application Indicators A library and indicator to take menus from applications and place them in the panel. Package: indicator-appmenu Description-md5: 411fe4661e19ef0cd325d0a6c997ec00 Description-en: Indicator for application menus. . This package provides support for application menus. Package: indicator-appmenu-gtk2 Description-md5: 411fe4661e19ef0cd325d0a6c997ec00 Description-en: Indicator for application menus. . This package provides support for application menus. Package: indicator-appmenu-tools Description-md5: 3563689edf83b10166ff560c4f933b9c Description-en: Tools for debuging application menus. . This package provides tools for supporting application menus. Package: indicator-datetime Description-md5: 083f98dd29157b1f6c5a8c4594d7d774 Description-en: Simple clock A simple clock appearing in the indicator bar Package: indicator-datetime-gtk2 Description-md5: 083f98dd29157b1f6c5a8c4594d7d774 Description-en: Simple clock A simple clock appearing in the indicator bar Package: indicator-messages Description-md5: 4b542e22d4916b1b888ba25c790e7864 Description-en: indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. This menu provides a condensed and collected view of all of those messages for quick access, but without making them annoying in times that you want to ignore them. Package: indicator-messages-gtk2 Description-md5: 4b542e22d4916b1b888ba25c790e7864 Description-en: indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. This menu provides a condensed and collected view of all of those messages for quick access, but without making them annoying in times that you want to ignore them. Package: indicator-network Description-md5: 411ebbe3bdad71032d8b937f31bc9d54 Description-en: A system network indicator. A system network indicator which provides easy control of the Connection Manager. Package: indicator-power Description-md5: a640c20ce04b08d6092562fe0fecbddd Description-en: Indicator showing power state. This indicator displays current power management information and gives the user a way to access power management preferences. Package: indicator-session Description-md5: 421d475e5dec0b2cba60f9931676c50f Description-en: Indicator showing session management, status and user switching. This indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status. Switching to another user. Starting a guest session. Or controlling the status of their own session. . It requires some way to be hosted into a panel. For the GNOME Panel the appropriate package is indicator-applet-session. Package: indicator-session-gtk2 Description-md5: 421d475e5dec0b2cba60f9931676c50f Description-en: Indicator showing session management, status and user switching. This indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status. Switching to another user. Starting a guest session. Or controlling the status of their own session. . It requires some way to be hosted into a panel. For the GNOME Panel the appropriate package is indicator-applet-session. Package: indicator-sound Description-md5: fab6eabedadace061843b11db0e18547 Description-en: System sound indicator. System sound indicator which provides easy control of the PulseAudio sound daemon. Package: indicator-sound-gtk2 Description-md5: fab6eabedadace061843b11db0e18547 Description-en: System sound indicator. System sound indicator which provides easy control of the PulseAudio sound daemon. Package: indicator-status-provider-emesene Description-md5: f78801d7c500e77989b334750f80297f Description-en: indicator-messages status provider for emesene A status provider for indicator-messages to update your desktop presence from emesene. Package: indicator-status-provider-mc5 Description-md5: 44fba131f1008c44b6132a16ff4913f3 Description-en: indicator-messages status provider for telepathy mission-control-5 A status provider for indicator-messages to update your desktop presence from telepathy mission-control-5. Package: indicator-status-provider-pidgin Description-md5: f8f940e6228e4a2933e766de3aa546eb Description-en: indicator-messages status provider for pidgin A status provider for indicator-messages to update your desktop presence from pidgin. Package: indicator-status-provider-telepathy Description-md5: b729a96f45f78bee7f7deab96be90968 Description-en: indicator-messages status provider for telepathy (pre-mc5) A status provider for indicator-messages to update your desktop presence from telepathy (pre-mc5). Package: info Description-md5: 98475bbce3804b8961f7886328b1baea Description-en: Standalone GNU Info documentation browser The Info file format is an easily-parsable representation for online documents. This program allows you to view Info documents, like the ones stored in /usr/share/info. . Much of the software in Debian comes with its online documentation in the form of Info files, so it is most likely you will want to install it. Package: initramfs-tools-bin Description-md5: 14e601bd8c0a0905d238d89be3036fa8 Description-en: binaries used by initramfs-tools This package contains binaries used inside the initramfs images generated by initramfs-tools. Package: initscripts Description-md5: db9003c179cd2a623493209da58ea2ea Description-en: scripts for initializing and shutting down the system The scripts in this package initialize a standard Debian system at boot time and shut it down at halt or reboot time. Package: inkscape Description-md5: fed6589659211fb40b80d03dda6e5675 Description-en: vector-based drawing program Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics) format, a standard maintained by the WWW consortium. . Inkscape user interface should be familiar from CorelDraw and similar drawing programs. There are rectangles, ellipses, text items, bitmap images and freehand curves. As an added bonus, both vector and bitmap objects can have alpha transparency and can be arbitrarily transformed. . Inkscape supports multiple opened files and multiple views per file. Graphics can be printed and exported to png bitmaps. . Some of the import and export features are provided using the packages dia, libwmf-bin, pstoedit, skencil, imagemagick, and perlmagick. . Other extensions use ruby, libxml-xql-perl, python-numpy, and python-lxml. You must have these packages to make full use of all extensions and effects. . If you want to use the spellchecker, you have to install aspell and the respective language-pack, e.g. aspell-en or aspell-de. Package: inputattach Description-md5: 4411fd970af7a25054439075e5312465 Description-en: utility to connect serial-attached peripherals to the input subsystem inputattach connects legacy serial-attached input peripherals to the input subsystem: keyboards, mice, joysticks, touch-screens... . Amongst other things this allows legacy mice to be accessed via the /dev/input/mice multiplexer. . Supported devices include: * Serial-attached keyboards including the Apple Newton keyboard, DEC LK201 / LK401 keyboards, the Stowaway keyboard, Sun type 4 and 5 keyboards, standard PS/2 keyboards with a serial adapter * Serial mice using Genius, Logitech, Microsoft or Mouse Systems protocols * Serial-attached touchscreens including those manufactured by 3M, ELO, Fujitsu, Penmount, Touchright, Touchwindow * Serial-attached joysticks including I-Force, SpaceBall, SpaceOrb, Gravis Stinger, WingMan Warrior * The Handykey Twiddler used as a joystick or a chording keyboard Package: insserv Description-md5: 78ec8f3197a2309171b682b64b700c17 Description-en: Tool to organize boot sequence using LSB init.d script dependencies The insserv program is used to update the order of symlinks in /etc/rc?.d/ with sysv-rc based on dependencies specified in the scripts themselves using LSB init.d script headers. . This allow each package maintainer to specify their init.d script relation to other scripts and make it possible to detect and reject script dependency loops as well as making sure all scripts start in their intended order. . The program insserv in this package should be used with care and together with the sysv-rc package, as using it incorrectly can lead to an unbootable system. Package: install-info Description-md5: 1fc51f7aec70d7bdeff2e1bf59b3ebbc Description-en: Manage installed documentation in info format The install-info utility creates the index of all installed documentation in info format and makes it available to info readers. Package: intel-gpu-tools Description-md5: 564f3bda44ca25bdb6227f2b18149b73 Description-en: tools for debugging the Intel graphics driver intel-gpu-tools is a package of tools for debugging the Intel graphics driver, including a GPU hang dumping program, performance monitor, and performance microbenchmarks for regression testing the DRM. Package: iodbc Description-md5: 4fc1d71b52e8f84bd8094342f6d23462 Description-en: GTK+ config frontend for the iODBC Driver Manager The iODBC (intrinsic Open Database Connectivity) driver manager is compatible with the ODBC 2.x and 3.x specification and performs all the jobs of a ODBC driver manager (i.e. driver loading, parameters and function sequence checking, driver's function invoking, etc). Any ODBC driver working with ODBC 2.0 and 3.x driver manager will also work with iODBC driver manager and vice versa. . Applications (using ODBC function calls) linked with iODBC driver manager will be able to simultaneously access different types of data sources within one process through suitable iODBC drivers. . This package contains the configuration binaries. Package: iogerman Description-md5: ccee59ffb21a8d1512ed66c63b6a8bc2 Description-en: Old German orthography dictionary for ispell This is the old German dictionary for ispell as put together by heinz.knutzen@web.de. . This dictionary refers to the traditional German orthography (de-DE-1901). For the new orthography (de-DE-1996) see package ingerman. Package: iproute Description-md5: f67b095457cae50da19c60c2f3598174 Description-en: networking and traffic control tools The iproute suite, also known as iproute2, is a collection of utilities for networking and traffic control. . These tools communicate with the Linux kernel via the (rt)netlink interface, providing advanced features not available through the legacy net-tools commands 'ifconfig' and 'route'. Package: iproute-dev Description-md5: 69e2843a71539e8cb7906ef516438411 Description-en: networking and traffic control tools - development files The iproute suite, also known as iproute2, is a collection of utilities for networking and traffic control. . This package contains the header files and static libraries for compiling iproute extensions, and is needed only for development. Package: iptables Description-md5: a8fb154a15b6e0cac7bc42e28cd2022c Description-en: administration tools for packet filtering and NAT These are the user-space administration tools for the Linux kernel's netfilter and iptables. netfilter and iptables provide a framework for stateful and stateless packet filtering, network and port address translation, and other IP packet manipulation. The framework is the successor to ipchains. . netfilter and iptables are used in applications such as Internet connection sharing, firewalls, IP accounting, transparent proxying, advanced routing and traffic control. Package: iptables-dev Description-md5: 6bc833f97a2c0d9a6b7f07976ad5c786 Description-en: iptables development files iptables is used to setup, maintain, and inspect the tables of packet filter rules in the Linux kernel. This package contains the available library (libipq, libiptc, libxtables), header, documentation and related files for iptables development. Package: iputils-arping Description-md5: bb18b14837d8c79e0cf4999c5662365c Description-en: Tool to send ICMP echo requests to an ARP address The arping command acts like the standard ping command except it pings a machine by its ARP address instead of its IP address. It is typically used to locate a machine if its hardware address is known but its IP address is unknown Package: iputils-clockdiff Description-md5: 9decf160dafd56034002d36fa8dc3289 Description-en: Measure the time difference between networked computers Clockdiff computes the difference between the time of the machine on which it is called and the time of other network-accessible machines. The time differences measured by clockdiff are obtained using a sequence of ICMP TSTAMP messages which are returned to the sender by the IP module in the remote machine. Package: iputils-ping Description-md5: d70a0a65fee86f2e5c78f759703e9922 Description-en: Tools to test the reachability of network hosts The ping command sends ICMP ECHO_REQUEST packets to a host in order to test if the host is reachable via the network. . This package includes a ping6 utility which supports IPv6 network connections. Package: iputils-tracepath Description-md5: 78111c7284c2d6a95b25d6b8054e11b0 Description-en: Tools to trace the network path to a remote host The tracepath utility is similar to the traceroute utility, but also attempts to discover the MTU of the path. . This package also includes tracepath6 and traceroute6 utilities, which may be used on IPv6 networks. Package: ir-keytable Description-md5: 46da68cd9f35b0c79d43a1ca6be4328d Description-en: Alter keymaps of Remote Controller devices This package allows one to change the keymap of controller receivers. Those receivers are found as infrared receivers on DVB sticks or on framegrabber cards. Via ir-keytable the mapping from a scancode to the generated event can be customized and made persistent. Package: irda-utils Description-md5: dccf1c24ff86cb1061cf9d1d11729575 Description-en: IrDA management and handling utilities This package contains userspace utilities to manage and handle infrared devices. It includes irattach, findchip, irdadump, irdaping and irpsion5. OBEX tools are removed since 0.9.5. If you need to use IrOBEX, use openobex-apps package. Package: irqbalance Description-md5: accb4bce861e7ccb0e8eb0424467337d Description-en: Daemon to balance interrupts for SMP systems Daemon to balance interrupts across multiple CPUs, which can lead to better performance and IO balance on SMP systems. This package is especially useful on systems with multi-core processors, as interrupts will typically only be serviced by the first core. . Note: irqbalance is not useful if you don't have more than one core or socket. Package: irssi Description-md5: f222734d8d370d75bf620389270c0ade Description-en: terminal based IRC client Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. . Features include: * Autologging * Formats and themes * Configurable keybindings * Paste detection * Perl scripting * Irssi-proxy * Transparent upgrading * Recode support Package: irssi-dev Description-md5: 48f02dc7e9ee186db7d00968bfcaaf49 Description-en: terminal based IRC client - development files Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins. . Features include: * Autologging * Formats and themes * Configurable keybindings * Paste detection * Perl scripting * Irssi-proxy * Transparent upgrading * Recode support . This package includes the development files for the irssi client. Package: isc-dhcp-client Description-md5: 7d48c04c85ad9235ca7273ba8da51bbc Description-en: ISC DHCP client This is the client from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . Extra documentation can be found in the package isc-dhcp-common. Package: isc-dhcp-client-dbg Description-md5: 65f8c2f2d81ecd053c5bca54e46ec524 Description-en: ISC DHCP client (debugging symbols) This is the client from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . This package contains the debugging symbols for isc-dhcp-client . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . Extra documentation can be found in the package isc-dhcp-common. Package: isc-dhcp-common Description-md5: 5683d165d1bf7aa98dc09ae338bc059f Description-en: common files used by all the isc-dhcp* packages This package contains the files used by all the packages from ISC DHCP. Package: isc-dhcp-dev Description-md5: 629de35b97db45a08414abd22d153d05 Description-en: API for accessing and modifying the DHCP server and client state OMAPI is an API for accessing and modifying the DHCP server and client state. Package: isc-dhcp-relay Description-md5: 8ac0a3dc9bfa84255727d8b36fa148b7 Description-en: ISC DHCP relay daemon This is the relay from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . Installing this package will make the machine a DHCP relay, which requires a reachable DHCP or BOOTP server in order to function. . Extra documentation can be found in the package isc-dhcp-common. Package: isc-dhcp-relay-dbg Description-md5: 02902cd378278d57c30d249e39a858b3 Description-en: DHCP relay daemon (debugging symbols) This is the relay from the Internet Software Consortium's implementation of DHCP. For more information visit http://www.isc.org. . This package contains the debugging symbols for isc-dhcp-relay . Installing this package will make the machine a DHCP relay, which requires a reachable DHCP or BOOTP server in order to function. . Extra documentation can be found in the package isc-dhcp-common. Package: isc-dhcp-server Description-md5: 4f5d533c02fa72751acbaefe5e28258d Description-en: ISC DHCP server for automatic IP address assignment This is the server from the Internet Software Consortium's implementation of DHCP. For more information, visit http://www.isc.org. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. . This server can handle multiple ethernet interfaces. Package: isc-dhcp-server-dbg Description-md5: b66d42f652cf79ebf5bf05f89e2126b7 Description-en: ISC DHCP server for automatic IP address assignment (debug) This is the server from the Internet Software Consortium's implementation of DHCP. For more information, visit http://www.isc.org. . This package contains the debugging symbols for isc-dhcp-server . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. . This server can handle multiple ethernet interfaces. Package: isc-dhcp-server-ldap Description-md5: 315981eda99e6f970143cbd2e782b05c Description-en: DHCP server able to use LDAP as backend This is the server from the Internet Software Consortium's implementation of DHCP. For more information, visit http://www.isc.org. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. . This is the DHCP server with LDAP patches applied to it. Package: ispell Description-md5: 577e95b1fdc6375f1bcda985b53bef21 Description-en: International Ispell (an interactive spelling corrector) Ispell corrects spelling in plain text, LaTeX, sgml/html/xml, and nroff files. [x]Emacs and jed have nice interfaces to ispell, and ispell works from many other tools and from the command line as well. . No ispell dictionaries are included in this package; you must install at least one of them ("iamerican" is recommended by default for no good reason); install the "ispell-dictionary" package(s) for the language(s) you and your users will want to spell-check. . It's a good idea to install "word list" package(s) for the same language(s), because they'll be used by ispell's (L)ookup command. Package: jackd1 Description-md5: d236af7f48ea4bfa984ea4189cd1b635 Description-en: JACK Audio Connection Kit (server and example clients) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. . This package contains the daemon jackd as well as some example clients. Package: jackd2 Description-md5: d236af7f48ea4bfa984ea4189cd1b635 Description-en: JACK Audio Connection Kit (server and example clients) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. . This package contains the daemon jackd as well as some example clients. Package: jade Description-md5: fa4940aa399a19ee92a71f4060910110 Description-en: James Clark's DSSSL Engine Jade is an implementation of the DSSSL style language. . The jade engine is a useful tool (in conjunction with a DSSSL style sheet) for translating SGML documents into other formats. Jade can currently generate SGML, RTF, and TeX. In conjunction with the "jadetex" TeX style, it can generate quite nice output. . Author: James Clark Homepage: http://www.jclark.com/jade/ Package: jbig2dec Description-md5: 3f407d6a3769e336b9fafc4952334207 Description-en: JBIG2 decoder library - tools jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and included by reference in Adobe's PDF version 1.4 and later. . This package contains the command-line utility jbig2dec. Package: jfsutils Description-md5: a5f4fa74fc33c6f6eaa400813f226b20 Description-en: utilities for managing the JFS filesystem Utilities for managing IBM's Journaled File System (JFS) under Linux. . IBM's journaled file system technology, currently used in IBM enterprise servers, is designed for high-throughput server environments, key to running intranet and other high-performance e-business file servers. . The following utilities are available: fsck.jfs - initiate replay of the JFS transaction log, and check and repair a JFS formatted device. logdump - dump a JFS formatted device's journal log. logredo - "replay" a JFS formatted device's journal log. mkfs.jfs - create a JFS formatted partition. xchkdmp - dump the contents of a JFS fsck log file created with xchklog. xchklog - extract a log from the JFS fsck workspace into a file. xpeek - shell-type JFS file system editor. Package: jigit Description-md5: d1cccff5286555330cb70d9bdd9e62ea Description-en: tools for working with jigdo files Utilities written to make jigdo files easier to work with. . jigit-mkimage: program to create images from jigdo files iso-image.pl: example CGI wrapper for mkimage - make images on the fly! jigdump: list the contents of a template file jigsum: Output MD5 sums in the base64-style jigdo way mkjigsnap: helper script to be run on the upstream server Package: john Description-md5: 2ffcaf0da9fa0a8266bfe4aa906d4742 Description-en: active password cracking tool 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. . Besides several crypt(3) password hash types most commonly found on various Unix flavors, supported out of the box are Kerberos AFS and Windows NT/2000/XP/2003 LM hashes, plus several more with contributed patches. Package: joystick Description-md5: 204c8df19bff4269489470866d84adad Description-en: set of testing and calibration tools for joysticks Some useful tools for using joysticks: ffcfstress(1) - force-feedback stress test ffmvforce(1) - force-feedback orientation test ffset(1) - force-feedback configuration tool fftest(1) - general force-feedback test jstest(1) - joystick test jscal(1) - joystick calibration tool . evtest and inputattach, which used to be part of this package, are now available separately. Package: jython-gcj Description-md5: 0759c5d6f86dedb32451ef5f2593e9e8 Description-en: Python seamlessly integrated with Java (native support for gij) 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. . This package contains the native support for gij. Package: kacpimon Description-md5: 0ab93b52761358c59929feec6034eee9 Description-en: Kernel ACPI Event Monitor Modern computers support the Advanced Configuration and Power Interface (ACPI) to allow intelligent power management on your system and to query battery and configuration status. . kacpimon is a small tool that monitors kernel ACPI and keyboard events from multiple interfaces and reports them to the console. Package: kbd Description-md5: cd8bb3115cf19677906ec372cf3956da Description-en: Linux console font and keytable utilities This package allows you to set up the Linux console, change the font, resize text mode virtual consoles and remap the keyboard. . You will probably want to install a set of data files, such as the one in the “console-setup” package. Package: kerneloops Description-md5: 1d28c3b615a0a782987d39f1633b45dc Description-en: kernel oops tracker This is a transitional package for splitting the kerneloops package into the kerneloops-daemon package and the kerneloops-applet package. In the future, the kerneloops package will contain only the kerneloops daemon, and not the applet. If you want the kerneloops applet, you should explicitly install the kerneloops-applet package. Package: kerneloops-applet Description-md5: ff98c9e245b5834881b725101d63cdf8 Description-en: applet for the kernel oops tracker The kerneloops applet allows the kerneloops crash reporting utility to ask a desktop user for permission before submitting an oops report to the kerneloops.org website. Package: kerneloops-daemon Description-md5: 330bcb97ef14d708a3f5db273fe5cd73 Description-en: kernel oops tracker kerneloops is a daemon that collects kernel crash information and then submits the extracted signature to the kerneloops.org website for statistical analysis and presentation to the Linux kernel developers. Package: kexec-tools Description-md5: d6e76cf070c653c6117f227e0c6fa2ce Description-en: kexec tool for kexec reboots This tool is used to load a kernel in memory and reboot into the kernel loaded in memory using the kexec system call. Package: keyutils Description-md5: 2d8745863e4f147ac2e1dded0b9fa058 Description-en: Linux Key Management Utilities Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations. Package: keyutils-dbg Description-md5: 6934d10b03c868f12d7b84829730e608 Description-en: Linux Key Management Utilities (debug) Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations. . This package contains the debugging symbols. Package: klibc-utils Description-md5: c3467a84f84cfb54cfe339be01214b23 Description-en: small utilities built with klibc for early boot This package contains a collection of programs that are linked against klibc. These duplicate some of the functionality of a regular Linux toolset, but are typically much smaller than their full-function counterparts. They are intended for inclusion in initramfs images and embedded systems. Package: kpartx Description-md5: 5edc0d8999e24d591b49f95449a8741f Description-en: create device mappings for partitions Kpartx can be used to set up device mappings for the partitions of any partitioned block device. It is part of the Linux multipath-tools. Package: krb5-admin-server Description-md5: 768e84fbe9ad60b9ec2130a96ea21ea4 Description-en: MIT Kerberos master server (kadmind) 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 Kerberos master server (kadmind), which handles account creations and deletions, password changes, and other administrative commands via the Kerberos admin protocol. It also contains the command used by the master KDC to propagate its database to slave KDCs. This package is generally only used on the master KDC for a Kerberos realm. Package: krb5-gss-samples Description-md5: 6e4720c194d0de7a31bbd570993cac24 Description-en: MIT Kerberos GSS Sample applications 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 bgss-sample and gss-server, programs used to test GSS-API mechanisms. These programs are most commonly used in testing newly developed GSS-API mechanisms or in testing events between Kerberos or GSS implementations. Package: krb5-kdc Description-md5: 0a143660c97d96b64a9766db9ef769fb Description-en: MIT Kerberos key server (KDC) 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 Kerberos key server (KDC). The KDC manages all authentication credentials for a Kerberos realm, holds the master keys for the realm, and responds to authentication requests. This package should be installed on both master and slave KDCs. Package: krb5-kdc-ldap Description-md5: cf27e9acb56671eabef7c903664b1b10 Description-en: MIT Kerberos key server (KDC) LDAP plugin 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 LDAP plugin for the Kerberos key server (KDC) and supporting utilities. This plugin allows the KDC data to be stored in an LDAP server rather than the default local database. It should be installed on both master and slave KDCs that use LDAP as a storage backend. Package: krb5-multidev Description-md5: 7761820aba399b20f00deab931782fe1 Description-en: Development files for MIT Kerberos without Heimdal conflict 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. . Most users wishing to build applications against MIT Kerberos should install libkrb5-dev. However, that package conflicts with heimdal-dev. This package installs libraries and headers in /usr/include/mit-krb5 and /usr/lib/mit-krb5 and can be installed along side heimdal-multidev, which provides the same facilities for Heimdal. Package: krb5-pkinit Description-md5: 5b95da6e663d16f53b0cdeb2712ed0f3 Description-en: PKINIT plugin 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 a plugin for the PKINIT protocol, which allows Kerberos tickets to be obtained using public-key credentials such as X.509 certificates or a smart card. This plugin can be used by the client libraries and the KDC. Package: krb5-user Description-md5: ca243064a3a71b9425feb54097e4dfd7 Description-en: Basic programs to authenticate using 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 basic programs to authenticate to MIT Kerberos, change passwords, and talk to the admin server (to create and delete principals, list principals, etc.). Package: kvm Description-md5: 770c6f1f7fe6d217706484c7e54ec5d9 Description-en: dummy transitional package from kvm to qemu-kvm This transitional package helps users transition from the kvm package to the qemu-kvm package. Once this package and its dependencies are installed you can safely remove it. Package: lacheck Description-md5: c06fc96ff3188ecb7af87e30be3df78f Description-en: A simple syntax checker for LaTeX LaCheck is a simple syntax checker for LaTex that is based on a single-pass lexical scanner. This makes clear that there are a lot of LaTeX problems this program cannot find, although it will find most simple mistakes. Complex macro packages may, however, make it completely unusable. . This program was bundled with AUCTeX once upon a time and is best known from there. Package: laptop-detect Description-md5: 34713d67b4e15ec22232fa2992ac84bc Description-en: attempt to detect a laptop laptop-detect attempts to determine whether it is being run on a laptop or a desktop and appraises its caller of this. Package: latex-sanskrit Description-md5: 23881b879286b3e0b6bbfc7974b05337 Description-en: pre-processor and fonts to typeset Sanskrit in TeX This package provides fonts and the `skt' pre-processor for typesetting Sanskrit from both Devanagari and transliterated Roman scripts, and support for Vedic accent marks. . The input is in Roman script; and output may be either Devanagari or Roman script. Package: lbdb Description-md5: bf7ab45b569ec588663f9de6e4526d93 Description-en: Little Brother's DataBase for the mutt mail reader This package consists of a set of small tools, which collect mail addresses from several sources and offer these addresses to the mutt external query feature. At the moment the following modules are supported: - m_finger (uses the finger(1) command) - m_inmail (scans incoming mail for addresses) - m_passwd (searches /etc/passwd) - m_yppasswd (searches the YP password database) - m_nispasswd (searches the NIS password database) - m_getent (searches the configured password database) - m_pgp2, m_pgp5, m_gpg (searches your PGP or GnuPG keyrings) - m_fido (searches the Fidonet nodelist) - m_abook (uses the address book application abook(1)) - m_addr_email (uses addr-email from the addressbook Tk program) - m_muttalias (searches your Mutt mail aliases) - m_pine (searches your Pine addressbook files) - m_wanderlust (search the WanderLust alias database) - m_palm (uses your Palm database; needs libpalm-perl package) - m_gnomecard (uses GnomeCard database files) - m_bbdb (search your BBDB (big brother database)) - m_ldap (query some LDAP server) - m_evolution (search in the Evolution addressbook) - m_vcf (search in vcard files using libvformat) Package: ldap-utils Description-md5: f5d300156245ae8fa5972cf30bf60206 Description-en: OpenLDAP utilities This package provides utilities from the OpenLDAP (Lightweight Directory Access Protocol) package. These utilities can access a local or remote LDAP server and contain all the client programs required to access LDAP servers. Package: ldm Description-md5: ea42de5b1b58281bf77ec88afc3ce73b Description-en: 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. . LTSP stands for 'Linux Terminal Server Project'. Package: lemon Description-md5: 867ddd6dcabf45fb31853e332c544f1f Description-en: LALR(1) Parser Generator for C or C++ Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers. Package: less Description-md5: 1a19403654f1efedac6f27edc91ad09a Description-en: pager program similar to more This package provides "less", a file pager (that is, a memory-efficient utility for displaying text one screenful at a time). Unlike the basic pager "more", it is capable of both backward and forward navigation through a file. As part of the GNU project, it is widely regarded as the standard pager on UNIX-derived systems. . Also provided are "lessecho", a simple utility for ensuring arguments with spaces are correctly quoted; "lesskey", a tool for modifying the standard (vi-like) keybindings; and "lesspipe", a filter for specific types of input, such as .doc or .txt.gz files. Package: lftp Description-md5: fc619b0ad030a5994bbf00e9a9ff9a5a Description-en: Sophisticated command-line FTP/HTTP client programs Lftp is a file retrieving tool that supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols under both IPv4 and IPv6. Lftp has an amazing set of features, while preserving its interface as simple and easy as possible. . The main two advantages over other ftp clients are reliability and ability to perform tasks in background. It will reconnect and reget the file being transferred if the connection broke. You can start a transfer in background and continue browsing on the ftp site. It does this all in one process. When you have started background jobs and feel you are done, you can just exit lftp and it automatically moves to nohup mode and completes the transfers. It has also such nice features as reput and mirror. It can also download a file as soon as possible by using several connections at the same time. . Lftp can also be scriptable, it can be used to mirror sites, it lets you copy files among remote servers (even between FTP and HTTP). It has an extensive online help. It supports bookmarks, and connecting to several ftp/http sites at the same time. . This package also includes lftpget - A simple non-interactive tool for downloading files. Package: libaa-bin Description-md5: 8fa7f48a8ec11c670d834161686e5659 Description-en: sample programs using aalib AAlib is a portable ascii art graphics library. Internally, it works like a graphics display, but the output is rendered into gorgeous platform independent ascii graphics. . This package contains a few sample programs that use aalib. Package: libaa1 Description-md5: 45b5b2148b92f4b416b40b29c172ccb5 Description-en: ascii art library AAlib is a portable ascii art graphics library. Internally, it works like a graphics display, but the output is rendered into gorgeous platform independent ascii graphics. Package: libaa1-dbg Description-md5: f9c8faa7f89f19db80e150f899a20aee Description-en: ascii art library, debugging symbols AAlib is a portable ascii art graphics library. Internally, it works like a graphics display, but the output is rendered into gorgeous platform independent ascii graphics. . This package contains the debugging symbols associated with AAlib. gdb will automatically use these symbols when debugging programs linked with AAlib. Package: libaa1-dev Description-md5: 72234b151a5a8c32658587e0803f7950 Description-en: ascii art library, development kit AAlib is a portable ascii art graphics library. Internally, it works like a graphics display, but the output is rendered into platform-independent ascii graphics. . This package contains the static library and header files used in development, plus developer's documentation. Package: libaal-dev Description-md5: 8f29651673610166773486d68fc38ff0 Description-en: Reiser4's application abstraction library These are the development files for libaal. Stand alone libraries are also provided to allow the build of grub with support for Reiser4. . They are part of the Reiser4's filesystem support tools. Package: libaccess-bridge-java-jni Description-md5: 4336aeeaeb650b888ede91dd0db3b263 Description-en: Java Access Bridge for GNOME (jni bindings) 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). Package: libaccountsservice-dev Description-md5: d0607148cea2974f2cc311a5e0bab4f9 Description-en: query and manipulate user account information - header files The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the development files for the AccountService library. Package: libaccountsservice0 Description-md5: d536aa425d73c3ead2f37bd9a771e648 Description-en: query and manipulate user account information - shared libraries The AccountService project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of these interfaces, based on the useradd, usermod and userdel commands. . This package provides the shared libraries of the AccountService library. Package: libacl1 Description-md5: 65c1428a85567ba04597e882b0aecfe2 Description-en: Access control list shared library This package contains the libacl.so dynamic library containing the POSIX 1003.1e draft standard 17 functions for manipulating access control lists. Package: libacl1-dev Description-md5: 6f959f1da9dd08f65124fad3eb738dca Description-en: Access control list static libraries and headers This package contains the static libraries and header files needed for developing programs which make use of the access control list programming interface defined in POSIX 1003.1e draft standard 17. Package: libadns1 Description-md5: ab5fbefe25e360eb57b7ed6cb736bfcf Description-en: Asynchronous-capable DNS client library and utilities adns is a resolver library for C (and C++) programs. In contrast with the existing interfaces, gethostbyname et al and libresolv, it can be used in an asynchronous, non-blocking manner. Many queries can be handled simultaneously. Package: libadns1-dev Description-md5: c8c0ae8098645d1f31b45547febb1b87 Description-en: Asynchronous-capable DNS client library and utilities adns is a resolver library for C (and C++) programs. In contrast with the existing interfaces, gethostbyname et al and libresolv, it can be used in an asynchronous, non-blocking manner. Many queries can be handled simultaneously. . Development Version. Package: libaio-dev Description-md5: d20b50c4f342f11af5f6427456b725d4 Description-en: Linux kernel AIO access library - development files This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other advanced applications. Package: libaio1 Description-md5: 157af2c75c8ea8af75b168f50ebe9f96 Description-en: Linux kernel AIO access library - shared library This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other advanced applications. Package: libaio1-dbg Description-md5: 3f639d1fe235cfbdc7c19a3472492f53 Description-en: Linux kernel AIO access library - debugging symbols This library enables userspace to use Linux kernel asynchronous I/O system calls, important for the performance of databases and other advanced applications. Package: libalgorithm-diff-xs-perl Description-md5: 56feaeb59eda2127e36fd831b5a423ef Description-en: module to find differences between files (XS accelerated) Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's excellent but not very well-known Algorithm::LCS module, with a drop-in interface identical to Algorithm::Diff. . Note that only the LCSidx function is optimized in XS at the moment, which means only compact_diff will get significantly faster for large data sets, while diff and sdiff will run in identical speed as Algorithm::Diff. Package: libamd2.2.0 Description-md5: 97217997208933cd4300b4fdf03c0d3d Description-en: approximate minimum degree ordering library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . AMD approximate minimum degree ordering Package: libanthy-dev Description-md5: 1609cf41dbe5259268a28711eb7c2e06 Description-en: input method for Japanese - development files 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 the files necessary for compiling programs that depend on Anthy. Package: libanthy0 Description-md5: d11bb6a6c71781db2098f5a10adebb24 Description-en: input method for Japanese - runtime library 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 shared libraries for Anthy. Package: libantlr-dev Description-md5: 0aded9465f9780556491dc34397d806c Description-en: 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]. . These are the static libraries for C++. Package: libantlr-java-gcj Description-md5: ffbe57470de150e196a503f634e91a54 Description-en: language tool for constructing recognizers, compilers etc Native support for gcj 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. Package: libao-common Description-md5: 1d9ee00d87630ccf7aaefc64d0d7db8c Description-en: Cross Platform Audio Output Library (Common files) Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports: . * Null output (handy for testing without a sound device) * WAV files * AU files * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * PulseAudio (next generation GNOME sound server) * esd (EsounD or Enlightened Sound Daemon) * and several others. . This package contains config files and man pages for libao. Package: libao-dbg Description-md5: 32ad063053b3245f115bae362892de40 Description-en: Cross Platform Audio Output Library Debug Symbols Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports: . * Null output (handy for testing without a sound device) * WAV files * AU files * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * PulseAudio (next generation GNOME sound server) * esd (EsounD or Enlightened Sound Daemon) * and several others. . This package contains debugging symbols useful for tracing bugs in the libao package. Package: libao-dev Description-md5: ca2756e818c8b0080fd300dca01c2429 Description-en: Cross Platform Audio Output Library Development Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports: . * Null output (handy for testing without a sound device) * WAV files * AU files * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * PulseAudio (next generation GNOME sound server) * esd (EsounD or Enlightened Sound Daemon) * and several others. . This package contains the header files and static libraries required for developing applications that use libao. Package: libao4 Description-md5: 56c5e1da00794da09de8d22338ca5b2c Description-en: Cross Platform Audio Output Library Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports: . * Null output (handy for testing without a sound device) * WAV files * AU files * OSS (Open Sound System, used on Linux and FreeBSD) * ALSA (Advanced Linux Sound Architecture) * PulseAudio (next generation GNOME sound server) * esd (EsounD or Enlightened Sound Daemon) * and several others. Package: libapache2-mod-apparmor Description-md5: a5901c8ca6f4b08d12fc507332ec3d1f Description-en: changehat AppArmor library as an Apache module This provides the Apache module needed to declare various differing confinement policies when running virtual hosts in the webserver by using the changehat abilities exposed through libapparmor. Package: libapache2-mod-perl2 Description-md5: e23cfdfee05b531a38b9a93d5d690a15 Description-en: Integration of perl with the Apache2 web server 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. . It can produce anywhere from a 400% to 2000% speed increase on sites using perl scripts, and is used on many large script- based web sites - for example, http://slashdot.org. Package: libapache2-mod-php5 Description-md5: fab23ce9d46ebe35951d3d62847ac8f9 Description-en: server-side, HTML-embedded scripting language (Apache 2 module) This package provides the PHP5 module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash openssl pcre Phar posix Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip zlib. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: libapache2-mod-php5filter Description-md5: 7bd074653b0d60fb8477bfb6ee59a630 Description-en: server-side, HTML-embedded scripting language (apache 2 filter module) This package provides the PHP5 Filter module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. Unless you specifically need filter-module support, you most likely should instead install libapache2-mod-php5. . The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash openssl pcre Phar posix Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip zlib. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: libapache2-svn Description-md5: b625db8216427c04f0c7991a6ef7a5be Description-en: Subversion server modules for Apache This package provides the mod_dav_svn and mod_authz_svn modules for the Apache 2.2 web server. These modules provide Subversion's WebDAV server backend, to serve repositories over the http and https protocols. See the 'subversion' package for more information. Package: libapm-dev Description-md5: f832564ea8053b81a671fee2ca30cb6e Description-en: Library for interacting with APM driver in kernel On laptop computers, the Advanced Power Management (APM) support provides access to battery status information and may help you to conserve battery power, depending on your laptop and the APM implementation. . This package contains a library and header files needed to write programs that interact with the APM driver in the kernel. Package: libapm1 Description-md5: eee6cf11d692b4b54d3a4fc58174c3ec Description-en: Library for interacting with APM driver in kernel On laptop computers, the Advanced Power Management (APM) support provides access to battery status information and may help you to conserve battery power, depending on your laptop and the APM implementation. . This package contains a shared library that provides support for interacting with the APM driver in the kernel. Package: libapparmor-dev Description-md5: 4854e8f39d4ec17f1ef336b898438f73 Description-en: AppArmor development libraries and header files This package provides the develpment libraries and header files needed to link against the AppArmor changehat and log parsing functions. Also includes the manpages for library functions. Package: libapparmor-perl Description-md5: 42d32a45493e77e0e2b388d84ea70892 Description-en: AppArmor library Perl bindings This provides the Perl module that contains the language bindings for the AppArmor library, libapparmor, which were autogenerated via SWIG. Package: libapparmor1 Description-md5: b066f3d6ec4f1e72570ebf49e31e9490 Description-en: changehat AppArmor library This package provides the shared library used for making use of the AppArmor profile and changehat functionality, as well as common log parsing routines. Package: libappindicator-dev Description-md5: 8892169afb7b9bc499e71c9594bafe1b Description-en: Application Indicators A library and indicator to take menus from applications and place them in the panel. . This package contains files that are needed to build applications. Package: libappindicator1 Description-md5: 19c351a0f9348d05d8bfa4468c6db3f5 Description-en: Application Indicators A library and indicator to take menus from applications and place them in the panel. . This package contains shared libraries to be used by applications. Package: libappindicator3-1 Description-md5: 19c351a0f9348d05d8bfa4468c6db3f5 Description-en: Application Indicators A library and indicator to take menus from applications and place them in the panel. . This package contains shared libraries to be used by applications. Package: libappindicator3-dev Description-md5: 8892169afb7b9bc499e71c9594bafe1b Description-en: Application Indicators A library and indicator to take menus from applications and place them in the panel. . This package contains files that are needed to build applications. Package: libapr1 Description-md5: daaca3900e2bd4d38f204bf1b0ef044a Description-en: Apache Portable Runtime Library APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. Package: libapr1-dbg Description-md5: c3c017e48521f94794214d8ee73f3bef Description-en: Apache Portable Runtime Library - Debugging Symbols APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . This package contains the debugging symbols for APR. Package: libapr1-dev Description-md5: 7242f99e86343755e74ffc6220d354b1 Description-en: Apache Portable Runtime Library - Development Headers APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . This package contains development headers for APR. Package: libaprutil1 Description-md5: e0d4198f7ab8d2d00a12d0e044194068 Description-en: Apache Portable Runtime Utility Library APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. Package: libaprutil1-dbd-freetds Description-md5: 5f3cbe990d75f849c6dc93e6dfd24b8e Description-en: Apache Portable Runtime Utility Library - FreeTDS Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the FreeTDS (MS SQL and Sybase) database driver. Package: libaprutil1-dbd-mysql Description-md5: 4a0cfcb6dbbed8bd14d7c2a881633ea8 Description-en: Apache Portable Runtime Utility Library - MySQL Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the MySQL database driver. Package: libaprutil1-dbd-odbc Description-md5: 085602535c579227169d691cc9bd9db1 Description-en: Apache Portable Runtime Utility Library - ODBC Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the ODBC database driver. Package: libaprutil1-dbd-pgsql Description-md5: 3e0d8248ad62a14f055f01f5218a8c8f Description-en: Apache Portable Runtime Utility Library - PostgreSQL Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the PostgreSQL database driver. Package: libaprutil1-dbd-sqlite3 Description-md5: f471c87c1f3c003cda76426ff2939b9c Description-en: Apache Portable Runtime Utility Library - SQLite3 Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the SQLite3 database driver. Package: libaprutil1-dbg Description-md5: 8e79c59d712eb77f803ccf06c2077e42 Description-en: Apache Portable Runtime Utility Library - Debugging Symbols APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the debugging symbols for APR util. Package: libaprutil1-dev Description-md5: d6ae06fa24afa413ea1d1cd0db69d8a4 Description-en: Apache Portable Runtime Utility Library - Development Headers APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains development headers for APR util. Package: libaprutil1-ldap Description-md5: d25faaa24a0fbf145505cba06b4192d7 Description-en: Apache Portable Runtime Utility Library - LDAP Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the LDAP driver. Package: libapt-inst1.3 Description-md5: 048f81970ffda679c3c17e65993c09e1 Description-en: APT's deb package format runtime library This library provides methods to query and extract information from deb packages. This includes the control data and the package file content. Package: libapt-pkg-dev Description-md5: a00462204f2a95c19192a9446b037992 Description-en: Development files for APT's libapt-pkg and libapt-inst This package contains the header files and libraries for developing with APT's libapt-pkg Debian package manipulation library and the libapt-inst deb/tar/ar library. Package: libapt-pkg-perl Description-md5: b90df5c972edb2fc10beeac8dffd2963 Description-en: Perl interface to libapt-pkg A Perl interface to APT's libapt-pkg which provides modules for configuration file/command line parsing, version comparison, inspection of the binary package cache and source package details. Package: libapt-pkg4.11 Description-md5: 77ba808a99a7440b4a903e50a56799fa Description-en: APT's package managment runtime library This library provides the common functionality for searching and managing packages as well as information about packages. Higher-level package managers can depend upon this library. . This includes: * retrieval of information about packages from multiple sources * retrieval of packages and all dependent packages needed to satisfy a request either through an internal solver or by interfacing with an external one * authenticating the sources and validating the retrieved data * installation and removal of packages in the system * providing different transports to retrieve data over cdrom, ftp, http, rsh as well as an interface to add more transports like https (apt-transport-https) and debtorrent (apt-transport-debtorrent). Package: libarchive-dev Description-md5: 484f1c78b10a2fe6edf0374cdd7261ec Description-en: Single library to read/write tar, cpio, pax, zip, iso9660, etc. The libarchive library provides a flexible interface for reading and writing streaming archive files such as tar and cpio. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. In particular, note that there is no built-in support for random access nor for in-place modification. . libarchive can read at least five tar formats, four cpio formats, ISO9660 CD/DVD images (including RockRidge extensions), and ZIP files. . libarchive can write two tar formats (ustar and pax), one cpio format (odc/POSIX), and two types of shar files (with and without uuencoding). . The bsdtar Debian package, which is the default tar(1) on FreeBSD, is built using libarchive. The bsdcpio Debian package is also built using libarchive. . There is also a manpage, tar(5), in libarchive1 that provides an excellent description of the various tar file formats. Package: libarchive1 Description-md5: eccd04fc55c44667f6ba1a39f4b71ed7 Description-en: Single library to read/write tar, cpio, pax, zip, iso9660, etc. The libarchive library provides a flexible interface for reading and writing streaming archive files such as tar and cpio. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. In particular, note that there is no built-in support for random access nor for in-place modification. . libarchive can read at least five tar formats, four cpio formats, ISO9660 CD/DVD images (including RockRidge extensions), and ZIP files. . libarchive can write two tar formats (ustar and pax), one cpio format (odc/POSIX), and two types of shar files (with and without uuencoding). . The bsdtar Debian package, which is the default tar(1) on FreeBSD, is built using libarchive. . There is also a manpage, tar(5), that provides an excellent description of the various tar file formats. Package: libart-2.0-2 Description-md5: c79e80a684d0e1f530bef577fc6a7eed Description-en: Library of functions for 2D graphics - runtime files A library of functions for 2D graphics supporting a superset of the PostScript imaging model, designed to be integrated with graphics, artwork, and illustration programs. It is written in optimized C, and is fully compatible with C++. With a small footprint of 10,000 lines of code, it is especially suitable for embedded applications. Package: libart-2.0-dev Description-md5: 18a0bfc8b4617d3d22b390966c9ece77 Description-en: Library of functions for 2D graphics - development files A library of functions for 2D graphics supporting a superset of the PostScript imaging model, designed to be integrated with graphics, artwork, and illustration programs. It is written in optimized C, and is fully compatible with C++. With a small footprint of 10,000 lines of code, it is especially suitable for embedded applications. Package: libasm-dev Description-md5: 013678075a0c3718f0cb70bbd4172cbb Description-en: libasm development libraries and header files libasm1 allows you to create ELF files on a low level. . This package contains development libraries and header files for libasm1. Package: libasm1 Description-md5: 109ac518b441c307fe4c75e886e56331 Description-en: library with a programmable assembler interface The libasm1 package provides a library with a programmable assembler interface. It allows you to create ELF files on a low level. . This library is part of elfutils. Package: libasn1-8-heimdal Description-md5: 3d09240ec7d82874031da02109d856a7 Description-en: Heimdal Kerberos - ASN.1 library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the ASN.1 parser required for Heimdal. Package: libasound2 Description-md5: 8236032c52a58490c06e887285b2ee8d Description-en: shared library for ALSA applications This package contains the ALSA library and its standard plugins. . ALSA is the Advanced Linux Sound Architecture. Package: libasound2-dev Description-md5: 6049c8294e480247b4c02744f09d51fe Description-en: shared library for ALSA applications -- development files This package contains files required for developing software that makes use of libasound2, the ALSA library. . ALSA is the Advanced Linux Sound Architecture. Package: libasound2-plugins Description-md5: c0d2cf058a71ca3009a28dc5e2fd2801 Description-en: ALSA library additional plugins This package contains plugins for the ALSA library that are not included in the main libasound2 package. . The following plugins are included, among other: - jack: play or capture via JACK - oss: run native ALSA apps on OSS drivers - pulse: play or capture via Pulse Audio - samplerate and speexrate: rate converters - upmix and vdownmix: convert from/to 2 and 4/6 channel streams . ALSA is the Advanced Linux Sound Architecture. Package: libasound2-python Description-md5: 9213ff895c935342729d7381e7981afe Description-en: ALSA library python mixer This package contains the python mixer plugin for the ALSA library. . ALSA is the Advanced Linux Sound Architecture. Package: libaspell-dev Description-md5: d095354c8f2a86e3e8733fec8ffeb6fc Description-en: Development files for applications with GNU Aspell support This package contains the headers and static libraries for developing applications with Aspell spell-checking support. . You need this package ONLY if you plan to build applications that link against the Aspell libraries. You do not have to install this package if all you want to do is use the Aspell program to spell-check documents. Package: libaspell15 Description-md5: 6b1b157cf893a6b279b08af6c2efbd71 Description-en: GNU Aspell spell-checker runtime library These are the runtime parts of the Aspell and pspell spell-checking toolkits, needed by applications that use the toolkits at runtime. . For a standalone spell-checker, install aspell as well. Package: libassuan-dev Description-md5: 21f42f002a320cdf878147698100e624 Description-en: IPC library for the GnuPG components An IPC library used by the next generation of GnuPG and its various components. . This package contains header files and static libraries for libassuan. Package: libassuan0 Description-md5: 843ea2cfa8c78142dfe1e4eb215ca365 Description-en: IPC library for the GnuPG components An IPC library used by the next generation of GnuPG and its various components. Package: libassuan0-dbg Description-md5: 173295a7eb844c6edbc69762fc5121a8 Description-en: IPC library for the GnuPG components -- debugging symbols An IPC library used by the next generation of GnuPG and its various components. . This package contains debugging symbols for libassuan. Package: libasyncns-dev Description-md5: fc74527707b369413fc2c96164fbb7bc Description-en: Asynchronous name service query library development files libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. . This package contains development headers and libraries. Package: libasyncns0 Description-md5: bf0514d5327bc2f861035ea0499ea160 Description-en: Asynchronous name service query library libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. Package: libatasmart-bin Description-md5: 814e1a84b2b6423a2fcb533ebfffb519 Description-en: ATA S.M.A.R.T. reading and parsing library - utilities A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. . This package contains utilities which allow to query the S.M.A.R.T. information. Package: libatasmart-dev Description-md5: d276b59da8737c9307085e946262c4d3 Description-en: ATA S.M.A.R.T. reading and parsing library - development files A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. . This package contains the development files. Package: libatasmart4 Description-md5: 4fb72691593fceb8c154958820feb0ea Description-en: ATA S.M.A.R.T. reading and parsing library A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. . This package contains the shared library. Package: libatk-adaptor Description-md5: 18448f7fa1cfdbbaae116755d92bd864 Description-en: at-spi2-atk This package includes a gtk-module that bridges ATK to the new D-Bus based AT-SPI. Package: libatk1.0-0 Description-md5: 1c89fa26cb3e32fd7a97c099285532f8 Description-en: ATK accessibility 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 is the runtime part of ATK, needed to run applications built with it. Package: libatk1.0-dbg Description-md5: 80bcc20a15a8cede2d753e7ffc4fcb70 Description-en: ATK libraries and debugging symbols 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 package contains detached debugging symbols. . Most people will not need this package. Package: libatk1.0-dev Description-md5: 53650239fb69a38c98ea6ac0aaa4e43a Description-en: Development files for the ATK accessibility 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. . These are the development files for ATK, needed for compilation of programs or toolkits which use it. Package: libatkmm-1.6-1 Description-md5: f8f61bf9439c2cdfdc1b6675c29553dd Description-en: C++ wrappers for ATK accessibility toolkit (shared libraries) 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 shared libraries. Package: libatkmm-1.6-dbg Description-md5: caf14a5d54e8e5e415813e74d9d006d4 Description-en: C++ wrappers for ATK accessibility toolkit (debug symbols) 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 debug symbols for debugging applications using gtkmm. Package: libatkmm-1.6-dev Description-md5: 2f43001f33ccae4bec69147e61af7d18 Description-en: C++ wrappers for ATK accessibility toolkit (development files) 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 development files. Package: libatm1 Description-md5: f31a6a0202925696ffa68472e483852e Description-en: shared library for ATM (Asynchronous Transfer Mode) Shared libraries needed by ATM (Asynchronous Transfer Mode) related programs Package: libatm1-dev Description-md5: b034705fcdd3f4d2345d779744f7526d Description-en: Development files for compiling ATM programs Header files and development libraries for compiling ATM (Asynchronous Transfer Mode) related programs. Package: libatomic-ops-dev Description-md5: d0d2699cb21face9e489b82ad0d63d49 Description-en: A library for atomic operations (development files) Libatomic-ops implements a large collection of operations, each one of which is a combination of an (optional) atomic memory operation, and a memory barrier. It also implements associated feature-test macros that determine whether a particular operation is available on the current target hardware (either directly or by synthesis). Libatomic-ops attempts to replace various existing files with similar goals, since they usually do not handle differences in memory barrier styles with sufficient generality. . This package provides the header files and documentation needed by developers. Package: libatspi-dbg Description-md5: 4d6cbea09c0de2db19c954a6e20615b2 Description-en: at-spi libraries and debugging symbols at-spi is the "Assistive Technology Service Provider Interface". . This package contains detached debugging symbols. . Most people will not need this package. Package: libatspi-dev Description-md5: 0a6d7976bd5b9daa4d586975fc83f04f Description-en: Development 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 development files for at-spi. Package: libatspi1.0-0 Description-md5: 1f94c4ca781953a0a3052d907a3cffc1 Description-en: C binding libraries 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 C binding libraries for at-spi. Package: libatspi2.0-0 Description-md5: 8e8543c1983d4f5d6305bf8bf14c302b Description-en: Assistive Technology Service Provider Interface - shared library This package contains the shared library for applications that wish to use the at-spi interface. Package: libatspi2.0-dev Description-md5: bec738c7ab772a19d5eca02168d4c616 Description-en: Development files for the assistive technology serice provider These are the development files for at-spi2, needed for compilation of programs which use it. Package: libattr1 Description-md5: 828e462109496dfbca870108ebcb31fc Description-en: Extended attribute shared library Contains the runtime environment required by programs that make use of extended attributes. Package: libattr1-dev Description-md5: 094f1b349383bbd827cf50256c2c1c7b Description-en: Extended attribute static libraries and headers attr-dev contains the libraries and header files needed to develop programs which make use of extended attributes. For Linux programs, the documented system call API is the recommended interface, but an SGI IRIX compatibility interface is also provided. . Currently only ext2, ext3, JFS and XFS support extended attributes. The SGI IRIX compatibility API built above the Linux system calls is used by programs such as xfsdump(8), xfsrestore(8) and xfs_fsr(8). Package: libaudio-dev Description-md5: 64f0a82f05b3c53e80a2a946147df4f5 Description-en: Network Audio System - development files The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the header files and static library (libaudio.a), needed for development of programs using NAS. Package: libaudio2 Description-md5: e406a6ba4c2219d0fa8de179e6be344c Description-en: Network Audio System - shared libraries The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the NAS library (libaudio), needed for both remote and local output. Package: libaudiofile-dev Description-md5: aada0cfba076707b0be8faab61d1e438 Description-en: Open-source version of SGI's audiofile library (header files) The audiofile library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, and raw data). . This package contains the development headers and library files needed to compile programs using libaudiofile, as well as example programs for identifying and converting audio files. Package: libaudiofile0 Description-md5: 4514295eed6d5fc564db1ca78517ee90 Description-en: Open-source version of SGI's audiofile library The audiofile library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, and raw data). . This package contains the library needed to run executables using libaudiofile. Package: libaudiofile0-dbg Description-md5: 19c4e698ddc9bacf7adb91df77b9dd32 Description-en: Open-source version of SGI's audiofile library The audiofile library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, and raw data). . This package contains debugging symbols for the audiofile shared library. Tools like gdb and ltrace make use of these symbols. Package: libaugeas-dev Description-md5: ed145203b749773dd79ed363ff832678 Description-en: Development files for writing applications based on libaugeas0 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 manipulating this tree and saving it back into native config files. . This package includes the development files to write programs using the Augeas API. Package: libaugeas0 Description-md5: 309877ef689bd8ed561675486502059a Description-en: Augeas configuration editing library and API 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 manipulating this tree and saving it back into native config files. . The transformation works very hard to preserve comments and formatting details. It is controlled by ``lens'' definitions that describe the file format and the transformation into a tree. Package: libav-dbg Description-md5: b76e5ac30954c0a1d1fec2547ce8a598 Description-en: Debug symbols for Libav related packages This package contains debug data of the Libav related shared libraries. . Most people will not need this package. Please install it to produce useful stacktraces to help debugging the Libav library. Package: libavahi-client-dev Description-md5: 70b3114997bfcd9053f7bf3f89550ef9 Description-en: Development files for the Avahi client library 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 development headers for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Package: libavahi-client3 Description-md5: 23a3240e3fa4fb5375126d82ae53d14b Description-en: Avahi client library 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 library for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Package: libavahi-common-data Description-md5: 7262221e9aafb47f2911e3153296fab1 Description-en: Avahi common data files 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 common data files for avahi. Package: libavahi-common-dev Description-md5: 2bd45c44b0f13fa2319c808bd7de79e5 Description-en: Development files for the Avahi common library 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 development headers for the Avahi common library, which is a set of common functions and definitions used by many of Avahis components and client applications. Package: libavahi-common3 Description-md5: bbc06dc3aaf84439dd323000d2524550 Description-en: Avahi common library 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 Avahi common library, which is a set of common functions used by many of Avahis components and client applications. Package: libavahi-compat-libdnssd-dev Description-md5: b649eb808a8fb7e872951939f15bc53f Description-en: Development headers for the Avahi Apple Bonjour compatibility library 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 development headers for Apple Bonjour compatibility library of Avahi. Package: libavahi-compat-libdnssd1 Description-md5: b65a9302d5f5a107a6de3804ec9351c4 Description-en: Avahi Apple Bonjour compatibility library 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 library contains the Apple Bonjour compatibility library of Avahi. Package: libavahi-core-dev Description-md5: 9090641583bbaecbe0ef5fa8d0108f64 Description-en: Development files for Avahi's embeddable mDNS/DNS-SD library 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 development files for Avahi's embeddable mDNS/DNS-SD stack. This can be used by embedded application developers to integrate mDNS/DNS-SD functionality into their applications. . You should not however use this library for non-embedded applications, you shoudl use libavahi-client-dev which interacts with the avahi daemon. Package: libavahi-core7 Description-md5: 22b9d09fb6eef6b3d23199e3164eb87c Description-en: Avahi's embeddable mDNS/DNS-SD library 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 library for Avahi's embeddable mDNS/DNS-SD stack. This can be used by embedded applications to integrate mDNS/DNS-SD functionality into their applications. . You should not however use this library for non-embedded applications, you should use libavahi-client which interacts with the avahi daemon. Package: libavahi-glib-dev Description-md5: 4624884f9b8413429cd76f1c5bcb219d Description-en: Development headers for the Avahi glib integration library 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 development headers for the interface to integrate the Avahi libraries into a GLIB main loop application, including GTK+ applications. Package: libavahi-glib1 Description-md5: c342e56be7f9e700f07715b3a2ff9712 Description-en: Avahi glib integration library 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 library contains the interface to integrate the Avahi libraries into a GLIB main loop application, including GTK+ applications. Package: libavahi-gobject-dev Description-md5: b53a4bd17d9a35135092d4ba964682db Description-en: Development headers for the Avahi GObject library 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 development headers for a GObject interface to Avahi Package: libavahi-gobject0 Description-md5: 44a1978a9ae30e9695613c7683efa9b0 Description-en: Avahi GObject library 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 library contains the GObject wrapper for Avahi. Package: libavahi-qt4-1 Description-md5: 5722b93b169f461a7b1e7428fbaacb83 Description-en: Avahi Qt 4 integration library 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 library contains the interface to integrate the Avahi libraries into a Qt 4 main loop application. Package: libavahi-qt4-dev Description-md5: 63265d92bdc9e13edccc29be45e4a852 Description-en: Development headers for the Avahi Qt 4 integration library 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 development headers for the interface to integrate the Avahi libraries into a Qt 4 main loop application. Package: libavahi-ui-dev Description-md5: 93b46403f0b56ce77c0111c4f8b14d40 Description-en: Development headers for the Avahi GTK+ User interface library 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 development headers for the GTK+ library of Avahi. Package: libavahi-ui-gtk3-0 Description-md5: 55a81fa77d7687e44f84d058e85c4486 Description-en: Avahi GTK+ User interface library for GTK3 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 library contains a GTK+ widget for browsing services. Package: libavahi-ui-gtk3-dev Description-md5: 93b46403f0b56ce77c0111c4f8b14d40 Description-en: Development headers for the Avahi GTK+ User interface library 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 development headers for the GTK+ library of Avahi. Package: libavahi-ui0 Description-md5: 340ad1b36b81985d7e469a4a734a0367 Description-en: Avahi GTK+ User interface library 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 library contains a GTK+ widget for browsing services. Package: libavc1394-0 Description-md5: cb6a1c443459f233bd1d723b97970a7c Description-en: control IEEE 1394 audio/video devices libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. It allows you to remote control camcorders and similar devices connected to your computer via an IEEE 1394 (aka Firewire) link. . This package includes the libraries needed to run executables using libavc1394. Package: libavc1394-dev Description-md5: 27025243e973058efe22de7dfab25bd4 Description-en: control IEEE 1394 audio/video devices (development files) libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. It allows you to remote control camcorders and similar devices connected to your computer via an IEEE 1394 (aka Firewire) link. . This package includes the libraries and header files needed to compile programs using libavc1394, as well as the command line tool dvcont that acts as a simple remote control, the tool mkrfc2734 that is needed to advertise IP over IEEE 1394 (RFC 2734) capabilities with the Linux 2.4 kernel series, and the utility panelctl, a remote control for set-top boxes. Package: libavcodec-dev Description-md5: 46ab6aef4fc6e2ec40849bd82216def1 Description-en: Development files for libavcodec This is the codec library from Libav. It supports most existing encoding formats (MPEG, DivX, MPEG4, AC3, DV...). . This package contains the header files and static libraries needed to compile applications or shared objects that use libavcodec. Package: libavcodec53 Description-md5: 75f086216c02a3c680a383a6126d7b0b Description-en: Libav codec library This is the codec library from Libav (both encoding and decoding). . It supports most existing codecs (MPEG, MPEG2, MPEG4, AC3, DV...). Package: libavdevice-dev Description-md5: ec83d0b6a76f4a5fec3dcb4477e638a6 Description-en: Development files for libavdevice This is the device handling library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libavdevice. Package: libavdevice53 Description-md5: 20ee8cca1b443b87d9eb4e5cf5979133 Description-en: Libav device handling library This is the device handling library from Libav. Package: libavfilter-dev Description-md5: 2d5cba5d2c72f7a9331b9945ba0f20e4 Description-en: Development files for libavfilter This is the video filtering library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libavfilter. Package: libavfilter2 Description-md5: 871270477fb076a3744c1297569c1674 Description-en: Libav video filtering library This is the video filtering library from Libav. Package: libavformat-dev Description-md5: de7d009eee72399743287078941e0c2f Description-en: Development files for libavformat This is the demuxer library from Libav. It supports most existing file formats (AVI, MPEG, OGG, Matroska, ASF...). . This package contains the header files and static libraries needed to compile applications or shared objects that use libavformat. Package: libavformat53 Description-md5: bcb1dba14750f810ee29d115e1d34d74 Description-en: Libav file format library This is the library for handling file formats from Libav. . It supports most existing file formats (AVI, MPEG, OGG, Matroska, ASF...). Package: libavutil-dev Description-md5: df07c01f239cb2c284c364607c0a3032 Description-en: Development files for libavutil This is the common utility library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libavutil. Package: libavutil51 Description-md5: 77e2b23e3b3bc7764dbd45b91d63ce6a Description-en: Libav utility library This is the common utility library from Libav. It contains shared code used by all other Libav libraries. Package: libaxis-java-gcj Description-md5: 6f5b06d185d7ec7f265c612da4e58792 Description-en: SOAP implementation in Java (native code) Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C. . This package contains the natively compiled code for use by gij. Package: libbabl-0.0-0 Description-md5: ff900fc6f030f93197b9e121afde6c95 Description-en: Dynamic, any to any, pixel format conversion library 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. Package: libbabl-0.0-0-dev Description-md5: 8222faeeaa3c6abb27290df29be5d457 Description-en: Dynamic, any to any, pixel format conversion library (development files) 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 development files. Package: libbamf-dev Description-md5: 701d26c3fffca1e031bcd5e22b1bbf2f Description-en: Window matching library - development files bamf matches application windows to desktop files . This package contains files that are needed to build applications. Package: libbamf0 Description-md5: 11d37ab9301d7178a8b4e967e68c0316 Description-en: Window matching library - shared library bamf matches application windows to desktop files . This package contains shared libraries to be used by applications. Package: libbamf3-0 Description-md5: 11d37ab9301d7178a8b4e967e68c0316 Description-en: Window matching library - shared library bamf matches application windows to desktop files . This package contains shared libraries to be used by applications. Package: libbamf3-dev Description-md5: 701d26c3fffca1e031bcd5e22b1bbf2f Description-en: Window matching library - development files bamf matches application windows to desktop files . This package contains files that are needed to build applications. Package: libbind-dev Description-md5: 2224f8c1f8613ab53bfc2393a6add6a6 Description-en: Static Libraries and Headers used by BIND This package delivers archive-style libraries, header files, and API man pages for libbind, libdns, libisc, and liblwres. These are only needed if you want to compile other packages that need more nameserver API than the resolver code provided in libc. Package: libbind9-60 Description-md5: 54e2889a8502320ca468efcbd1b48934 Description-en: BIND9 Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libbind9 shared library used by BIND's daemons and clients. Package: libbit-vector-perl Description-md5: 667b66c34bb915821018851127ec800f Description-en: Perl module for bit vectors and more Bit::Vector is a module that allows you to handle bit vectors, integer sets, "big integer arithmetic" and boolean matrices, all of arbitrary sizes. It is efficient (in terms of algorithmic complexity) and therefore fast (in terms of execution speed). It also provides overloaded operators for ease of use. Package: libblas-dev Description-md5: da562eb21b2bf3e5296ce3e18fbf8cf4 Description-en: Basic Linear Algebra Subroutines 3, static library This package is a binary incompatible upgrade to the blas-dev package. Several minor changes to the C interface have been incorporated. . 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 a static version of the library. Package: libblas-test Description-md5: 86bae619ea8e909eccf809aa28b59927 Description-en: Basic Linear Algebra Subroutines 3, testing programs This package is a binary incompatible upgrade to the blas-test package. Several minor changes to the C interface have been incorporated. One can maintain both versions on a system simultaneously to aid in the transition. . 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 a set of programs which test the integrity of an installed blas-compatible shared library. These programs may therefore be used to test the libraries provided by the blas package as well as those provided by the atlas packages. The programs are dynamically linked -- one can explicitly select a library to test by setting the LD_LIBRARY_PATH or LD_PRELOAD environment variables. Likewise, one can display the library selected using the ldd program in an identical environment. Package: libblas3gf Description-md5: 2d90fd7a580e0d0ac463aebcc906a535 Description-en: Basic Linear Algebra Reference implementations, shared library This package is a binary incompatible upgrade to the blas package. Several minor changes to the C interface have been incorporated. One can maintain both versions on a system simultaneously to aid in the transition. . 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 a shared version of the library. Package: libblkid-dev Description-md5: 597c258bdc4c32a8a6bda6d1ae6f88a3 Description-en: block device id library - headers and static libraries The blkid library which allows system programs like fsck and mount to quickly and easily find block devices by filesystem UUID and LABEL. This allows system administrators to avoid specifiying filesystems by hard-coded device names, but via a logical naming system instead. . This package contains the development environment for the blkid library. Package: libblkid1 Description-md5: 9f5b2c2cfc1959cf76c0457903a778b8 Description-en: block device id library The blkid library which allows system programs like fsck and mount to quickly and easily find block devices by filesystem UUID and LABEL. This allows system administrators to avoid specifying filesystems by hard-coded device names, but via a logical naming system instead. Package: libbluetooth-dev Description-md5: 8b6c03a029e3a8f7be5c49ed7b41a971 Description-en: Development files for using the BlueZ Linux Bluetooth library BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: libbluetooth3 Description-md5: 99ecfc643816cbb50cd9ae690a10287d Description-en: Library to use the BlueZ Linux Bluetooth stack BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: libbogl-dev Description-md5: 0c4bcd395d29b221f4253a517fd7ca08 Description-en: Ben's Own Graphics Library - development files Ben's Own Graphics Library is a small framebuffer library, including basic widgets, support for text in multiple languages, and mouse handling. . This package contains the BOGL include files, static library, and development documentation. Package: libbogl0 Description-md5: 97b017ae8b9897959e3db5455d4978a8 Description-en: Ben's Own Graphics Library - shared library Ben's Own Graphics Library is a small framebuffer library, including basic widgets, support for text in multiple languages, and mouse handling. . This package contains the shared library version of BOGL. Package: libbonobo2-0 Description-md5: c045e6a5f3f268ea5ea59e1f0823c439 Description-en: Bonobo CORBA interfaces library 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 shared libraries. Package: libbonobo2-bin Description-md5: 680fef270840203d45dd9821a02250b7 Description-en: Bonobo CORBA interfaces library -- support binaries 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 a test component using bonobo and some utility binaries. Package: libbonobo2-dev Description-md5: 85ead80ed3866e82a21dd2eea58627d1 Description-en: Bonobo CORBA interfaces library -- development 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 headers and development libraries needed to build applications using Bonobo. Package: libbonoboui2-0 Description-md5: 4fe3bd3a5987f980cdb316f8874b0ab5 Description-en: The Bonobo UI library This package contains the Bonobo UI library. . This package is a part of GNOME. Package: libbonoboui2-dev Description-md5: e5333991c7b9786529fbbcfbccd87e1a Description-en: The Bonobo UI library - development files The Bonobo UI library. This package includes development files for libbonoboui. . This package is a part of GNOME. Package: libboost-all-dev Description-md5: 60652bb011976c8ed90f577eb17c5686 Description-en: Boost C++ Libraries development files (ALL, 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 package provides the complete Boost development environment, including all separately-packaged libraries. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-date-time-dev Description-md5: 03763c04231b322e661dd6d79f0f0127 Description-en: date-time libraries based on generic programming (default version) This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-date-time1.46-dev Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-date-time1.46.1 Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-dbg Description-md5: db4276e74a8c8fe032e8f2446915601d Description-en: Boost C++ Libraries with debug symbols 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. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. These must be used also at build/link time. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-dev Description-md5: 75c7c3a489a6b9807fb126644006b1f2 Description-en: Boost C++ Libraries development files (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 package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-filesystem-dev Description-md5: f0b6a2b578ee05f7b711701a23f2d487 Description-en: filesystem operations in C++ (default version) This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-filesystem1.46-dev Description-md5: 2491b00e1306a35046eca365dc71ba1d Description-en: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Package: libboost-filesystem1.46.1 Description-md5: 2491b00e1306a35046eca365dc71ba1d Description-en: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Package: libboost-graph-dev Description-md5: 26ca0f15009ed0ecfcec87ccc9346629 Description-en: generic graph components and algorithms in C++ (default version) This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-graph-parallel-dev Description-md5: 66742bc6e9c39c9005189300f82997bb Description-en: generic graph components and algorithms in C++ (default version) This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-graph1.46-dev Description-md5: 6dc872164cdff9808536697108f9eecd Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Package: libboost-graph1.46.1 Description-md5: 6dc872164cdff9808536697108f9eecd Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Package: libboost-iostreams-dev Description-md5: 2743f62dab912fbbeb780482ceb2ecfb Description-en: Boost.Iostreams Library development files (default version) This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and set of templates which turn models of these concepts into C++ standard library streams and stream buffers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-iostreams1.46-dev Description-md5: 0071244bd980f970f1cea828cfa59ff8 Description-en: Boost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Package: libboost-iostreams1.46.1 Description-md5: ca3b5b474175c203eebd2c1226fd8ddd Description-en: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Package: libboost-math-dev Description-md5: 8b048f6bc0fbed4689354dae5d5b13b2 Description-en: Boost.Math Library development files (default version) This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-math1.46-dev Description-md5: ef3334f7fe3b30cab4c2d25557dbaaa3 Description-en: Boost.Math Library development files This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Package: libboost-math1.46.1 Description-md5: 23f6f4e3877dda6577301cc1999a87b1 Description-en: Boost.Math Library This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Package: libboost-mpi-dev Description-md5: c28c45f4cf4cae83eeb86c0f710dfa41 Description-en: C++ interface to the Message Passing Interface (MPI) (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-mpi-python-dev Description-md5: 7f181a54cec649c680ab7ee0387c0960 Description-en: Python interface to the Message Passing Interface (MPI) (default version) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-program-options-dev Description-md5: e159eae93a3cc2549503502dc3cbbe27 Description-en: program options library for C++ (default version) This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-program-options1.46-dev Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-program-options1.46.1 Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-python-dev Description-md5: 04af20a56c5f1e0e5f0c117d596ae743 Description-en: Boost.Python Library development files (default version) This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-python1.46-dev Description-md5: 8c2dd471f4dbeb52cefdbe65edd291f7 Description-en: Boost.Python Library development files This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package also contains the pyste Boost.Python code generator that allows the user to specify classes and functions to be exported using a simple interface file, which following the Boost.Python's philosophy, is simple Python code. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Package: libboost-python1.46.1 Description-md5: edbaca624b5407a3d97250b5839993c3 Description-en: Boost.Python Library This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. Package: libboost-random-dev Description-md5: 05bff962e0ed4bbb4621b9ce09dabdcd Description-en: Boost Random Number Library (default version) This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-random1.46-dev Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-random1.46.1 Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-regex-dev Description-md5: 4bf46da9dff04f7bff3e4c6db3597d7d Description-en: regular expression library for C++ (default version) This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-regex1.46-dev Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-regex1.46.1 Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-serialization-dev Description-md5: 6f7db14833858d0f94f256a44a8c2fbc Description-en: serialization library for C++ (default version) This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-serialization1.46-dev Description-md5: 94da985e07c2397fc71a3f86ec4da7dd Description-en: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Package: libboost-serialization1.46.1 Description-md5: 94da985e07c2397fc71a3f86ec4da7dd Description-en: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Package: libboost-signals-dev Description-md5: de3a2389c400df081d6518f457517bbc Description-en: managed signals and slots library for C++ (default version) This package forms part of the Boost C++ Libraries collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted." . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-signals1.46-dev Description-md5: 737c799c0950f5b01392f79ff2396cf2 Description-en: managed signals and slots library for C++ This package forms part of the Boost C++ Libraries collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted." Package: libboost-signals1.46.1 Description-md5: 737c799c0950f5b01392f79ff2396cf2 Description-en: managed signals and slots library for C++ This package forms part of the Boost C++ Libraries collection. . Signals represent callbacks with multiple targets, and are also called publishers or events in similar systems. Signals are connected to some set of slots, which are callback receivers (also called event targets or subscribers), which are called when the signal is "emitted." Package: libboost-system-dev Description-md5: d15b8958ebee9302ee28fb1d7f70e6d7 Description-en: Operating system (e.g. diagnostics support) library (default version) This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-system1.46-dev Description-md5: 1197eb2ee52a77c28d5e31e8e74c41eb Description-en: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Package: libboost-system1.46.1 Description-md5: 1197eb2ee52a77c28d5e31e8e74c41eb Description-en: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Package: libboost-test-dev Description-md5: 5c0be7ede7f7029e52dae84fd3680391 Description-en: components for writing and executing test suites (default version) This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-test1.46-dev Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-test1.46.1 Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-thread-dev Description-md5: ba6d2c65107379d45e6dc9e6384884d5 Description-en: portable C++ multi-threading (default version) This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-thread1.46-dev Description-md5: d19954bb99722597efd2b9b392158287 Description-en: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Package: libboost-thread1.46.1 Description-md5: d19954bb99722597efd2b9b392158287 Description-en: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Package: libboost-wave-dev Description-md5: 5b2ea6bdedb3a7b09c8050f752e44e9a Description-en: C99/C++ preprocessor library (default version) This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). . This package is a dependency package, which depends on Debian's default Boost version (currently 1.46). Package: libboost-wave1.46-dev Description-md5: 793667709ca25994c0a09d26633460ba Description-en: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Package: libboost-wave1.46.1 Description-md5: 793667709ca25994c0a09d26633460ba Description-en: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Package: libboost1.46-dbg Description-md5: 2890e3b727db77a6ba70dab955875bfc Description-en: Boost C++ Libraries with debug symbols This package forms part of the Boost C++ Libraries collection. . These libraries are built with debug symbols. They are useful to debug programs which use Boost. These must be used also at build/link time. Package: libboost1.46-dev Description-md5: 51da439055f1c52b88c495dda9755d02 Description-en: Boost C++ Libraries development files 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 package provides headers and the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. . For the following subprojects separate packages exist: date-time, filesystem, graph, iostreams, math, mpi, program_options, python, regex, serialization, signals, system, test, thread, and wave. Package: libbrasero-media3-1 Description-md5: 24b5258efe5b1e76dca7a3f333ac5af7 Description-en: CD/DVD burning library for GNOME - runtime Libbrasero is a simple library to burn, copy and erase CD and DVD media. . This package contains the shared library. Package: libbrasero-media3-dev Description-md5: e5d0a609d9371ea0dd9ee6e59e1db375 Description-en: CD/DVD burning library for GNOME - development Libbrasero is a simple library to burn, copy and erase CD and DVD media. . This package contains the development headers and API documentation. Package: libbrlapi-dev Description-md5: 19471dc64b574bea2d7cd7964bf71669 Description-en: Library for communication with BRLTTY - static libs and headers This package contains the static library libbrlapi.a and header files in /usr/include/brltty/ necessary to compile programs for BrlAPI, a client-server based mechanism to remotely access a braille display. Package: libbrlapi-jni Description-md5: bfcbef8e5496466d8fd4131d314a5c11 Description-en: Java bindings for BrlAPI (native library) This package provides the architecture-dependant files required to access a braille terminal via BrlAPI from Java. Package: libbrlapi0.5 Description-md5: 7475ceb347e00aaf827803857a190569 Description-en: braille display access via BRLTTY - shared library This package contains the shared library necessary to run programs which need to communicate with a braille display. Package: libbsd-dev Description-md5: 114a3d9a3cb84e86d9781b0b93a614cc Description-en: utility functions from BSD systems - development files This library provides some functions commonly available on BSD systems but not on others like GNU systems. . The currently provided functions are: . * MD5Data, MD5End, MD5File, MD5FileChunk, MD5Final, MD5Init, MD5Pad, MD5Transform, MD5Update. * arc4random, arc4random_addrandom, arc4random_buf, arc4random_stir, arc4random_uniform. * bsd_getopt. * dehumanize_number, humanize_number, strtonum, fmtcheck. * errc, verrc, vwarnc, warnc. * fgetln, flopen, fpurge. * getmode, setmode, strmode, * getpeereid. * getprogname, setprogname, setproctitle. * heapsort, radixsort, mergesort, sradixsort. * nlist (ELF and a.out support). * pidfile_open, pidfile_write, pidfile_close, pidfile_remove. * readpassphrase. * reallocf. * strlcpy, strlcat. * strnvis, strnunvis, strunvis, strunvisx, strvis, strvisx, unvis, vis. . Also included are some queue macro definitions not present on includes from glibc. Package: libbsd0 Description-md5: 6341cc74d71c795b192431f79c0bc778 Description-en: utility functions from BSD systems - shared library This library provides some functions commonly available on BSD systems but not on others like GNU systems. Package: libbsd0-dbg Description-md5: 93629d020232f83fa6cc92af8bfa2fec Description-en: utility functions from BSD systems - debugging symbols This library provides some functions commonly available on BSD systems but not on others like GNU systems. Package: libbtf1.1.0 Description-md5: 6e365bf2b7dd8b53a71ca8cd3531be8e Description-en: permutation to block triangular form library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . BTF permutation to block triangular form (beta) Package: libburn-dbg Description-md5: b71a359cc4a9303ddd3ea0d3a4650049 Description-en: debugging symbols for libburn and cdrskin libburn is a library for reading, mastering and writing optical discs. . This package contains debugging files used to investigate problems with binaries included in the libburn and cdrskin packages. Package: libburn-dev Description-md5: 854de87c553918b83e5daae6f54aa114 Description-en: development package for libburn4 This package contains the headers, pkgconfig data and static library for libburn. Package: libburn4 Description-md5: bef2be60a0b4c082247dac63ace7c72f Description-en: library to provide CD/DVD writing functions libburn is a library for reading, mastering and writing optical discs. Supported media are: CD-R, CD-RW, DVD-RAM, DVD+RW, DVD+R, DVD+R/DL, DVD-RW, DVD-R, DVD-R/DL, BD-R, BD-RE. Package: libbz2-1.0 Description-md5: e921dd6ddb4bb508e6f1b62169b85d70 Description-en: high-quality block-sorting file compressor library - runtime This package contains libbzip2 which is used by the bzip2 compressor. . 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. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Package: libbz2-dev Description-md5: d144fb5e23e545a63e204740e6628ad3 Description-en: high-quality block-sorting file compressor library - development Static libraries and include files for the bzip2 compressor library. . 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. . bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. . The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz). Package: libc-ares-dev Description-md5: 753cd54eb8ecaffc9b773229b8eece36 Description-en: library for asynchronous name resolves (development files) c-ares is a C library that performs DNS requests and name resolves asynchronously. . c-ares is a fork of the library named 'ares' . additionally it features * IPv6 support * Extended cross platform portability * 64bit cleaned sources . This package contains development files (headers and static libraries). Package: libc-ares2 Description-md5: 764f0bf27e1ad1081de6150070da3e70 Description-en: library for asyncronous name resolves c-ares is a C library that performs DNS requests and name resolves asynchronously. . c-ares is a fork of the library named 'ares' . additionally it features * IPv6 support * Extended cross platform portability * 64bit cleaned sources Package: libc-bin Description-md5: 90523935f9c97be3a67bc8a1596de79b Description-en: Embedded GNU C Library: Binaries This package contains utility programs related to the GNU C Library. . * catchsegv: catch segmentation faults in programs * getconf: query system configuration variables * getent: get entries from administrative databases * iconv, iconvconfig: convert between character encodings * ldd, ldconfig: print/configure shared library dependencies * locale, localedef: show/generate locale definitions * rpcinfo: report RPC information * tzselect, zdump, zic: select/dump/compile time zones Package: libc-dev-bin Description-md5: fd5fdd2377062e0827c669a30c97e2dc Description-en: Embedded GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. Package: libc6 Description-md5: 5089b4da6684d7432ab618fb5b79cec5 Description-en: Embedded GNU C Library: Shared libraries Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Package: libc6-armhf Description-md5: b1d12862e9edfab382afc7acf46c467c Description-en: Embedded GNU C Library: ARM hard float shared libraries for armel This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the ARM hard float version of the library, meant for armel systems. Package: libc6-dbg Description-md5: 277bfaa2a11e93ce7a8e08b0947e8bd8 Description-en: Embedded GNU C Library: detached debugging symbols This package contains the detached debugging symbols for the GNU C library. Package: libc6-dev Description-md5: 67dac41d6c8268d6a08835d858b160af Description-en: Embedded GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library. Package: libc6-dev-armhf Description-md5: 14ac3021d18dc2b2614122ea2f5f0807 Description-en: Embedded GNU C Library: ARM hard float development libraries for armel Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the ARM hard float version of the library, meant for armel systems. Package: libc6-pic Description-md5: 4ed096e5102a2b1eaa84bcea3310ce84 Description-en: Embedded GNU C Library: PIC archive library Contains an archive library (ar file) composed of individual shared objects. This is used for creating a library which is a smaller subset of the standard libc shared library. The reduced library is used on the Debian boot floppies. If you are not making your own set of Debian boot floppies using the `boot-floppies' package, you probably don't need this package. Package: libc6-prof Description-md5: 37f174a2430988386de68890169f5224 Description-en: Embedded GNU C Library: Profiling Libraries Static libraries compiled with profiling info (-pg) suitable for use with gprof. Package: libcaca-dev Description-md5: a8407cdc111c971683cb4652610d1e8f Description-en: development files for libcaca libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. . This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca. Package: libcaca0 Description-md5: d4849604710d4ce2aca997ad664f17fe Description-en: colour ASCII art library libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. . This package contains the shared library for libcaca. Package: libcairo-gobject2 Description-md5: 90e74160b3e9c9c5bd23b0262b83c47f Description-en: The Cairo 2D vector graphics library (GObject library) Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the GObject library, providing wrapper GObject types for all cairo types. Package: libcairo-perl Description-md5: eed525fa638cecd6059ed5bc61fdb6d6 Description-en: Perl interface to the Cairo graphics library libcairo-perl provides access to the Cairo library. . Cairo is a 2D graphics library with support for multiple output devices. It is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). . The cairo API provides operations similar to the drawing operators of PostScript and PDF. Operations in cairo including stroking and filling cubic Bézier splines, transforming and compositing translucent images, and antialiased text rendering. All drawing operations can be transformed by any affine transformation (scale, rotation, shear, etc.) . Find out more about Cairo at http://www.cairographics.org/. Package: libcairo-script-interpreter2 Description-md5: 4845e41ff7468a737b9a3d9086b27385 Description-en: The Cairo 2D vector graphics library (script interpreter) Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the script interpreter for executing and manipulating cairo execution traces. Package: libcairo2 Description-md5: 263d485b1d6e2e1e534a91e570d6d5de Description-en: The Cairo 2D vector graphics library Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. Paths consist of line segments and cubic splines and can be rendered at any width with various join and cap styles. All colors may be specified with optional translucence (opacity/alpha) and combined using the extended Porter/Duff compositing algebra as found in the X Render Extension. . Cairo exports a stateful rendering API similar in spirit to the path construction, text, and painting operators of PostScript, (with the significant addition of translucence in the imaging model). When complete, the API is intended to support the complete imaging model of PDF 1.4. . This package contains the shared libraries. Package: libcairo2-dbg Description-md5: 6d08317e1e0b4a57845b4cec25ce8351 Description-en: The Cairo 2D vector graphics library (debugging symbols) Debugging symbols for the Cairo 2D vector graphics library. This is needed to debug programs linked against libcairo2. Package: libcairo2-dev Description-md5: 07fe86d11452aa2efc887db335b46f58 Description-en: Development files for the Cairo 2D graphics library Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the development libraries, header files needed by programs that want to compile with Cairo. Package: libcairomm-1.0-1 Description-md5: 9c233d1a7e5d4352725228498d10f142 Description-en: C++ wrappers for Cairo (shared libraries) 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 shared libraries. Package: libcairomm-1.0-dev Description-md5: a2c3c7b4cc9b846b20056a6c91abe5d7 Description-en: C++ wrappers for Cairo (development files) 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 development libraries and header files needed by C++ programs that want to compile with Cairo. files and examples. Package: libcamd2.2.0 Description-md5: 33f572e7507f842b25b406aac73c7832 Description-en: symmetric approximate minimum degree library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . CAMD symmetric approximate minimum degree Package: libcamel-1.2-29 Description-md5: 43ee52bbe1cd65f95cd1bd1abbdbcedd Description-en: Evolution MIME message handling library Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libcamel1.2-dev Description-md5: 24e22bc22b8cf416a7ef05c26c0d1807 Description-en: Development files for libcamel This package contains header files and static library for libcamel. . Camel is a generic messaging library. It supports the standard messaging system for receiving and sending messages. It is the messaging backend for Evolution. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libcanberra-dev Description-md5: 01872217669af07c04dd9e0c1d6a61ae Description-en: a simple abstract interface for playing event sounds libcanberra defines a simple abstract interface for playing event sounds. . This package contains headers and libraries for developing applications that play event sounds with libcanberra. Package: libcanberra-gstreamer Description-md5: 6ed9b79f20215c7d94edabb80133434f Description-en: GStreamer backend for libcanberra libcanberra defines a simple abstract interface for playing event sounds. . This package contains the GStreamer backend for libcanberra. Package: libcanberra-gstreamer-dbg Description-md5: 5400bf2af6a3b426d6cef7a524c195dd Description-en: GStreamer libcanberra backend detached debugging symbols libcanberra defines a simple abstract interface for playing event sounds. . This package contains the pulseaudio backend for libcanberra. Package: libcanberra-gtk-dev Description-md5: 875b62c5faa304424869e805559699d4 Description-en: a 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 headers and libraries for developing applications that play event sounds with libcanberra-gtk. Package: libcanberra-gtk-module Description-md5: 762c97fdff8a1ac8b5e4636a2d827dd2 Description-en: translates Gtk+ widgets signals to event sounds A GtkModule which will automatically hook into all kinds of events inside a Gtk+ program and generate sound events from them. Package: libcanberra-gtk-module-dbg Description-md5: e10775d5675f752296e4b0db311ba97b Description-en: libcanberra GtkModule detached debugging symbols A GtkModule which will automatically hook into all kinds of events inside a Gtk+ program and generate sound events from them. . This package contains detached debugging symbols for it. Package: libcanberra-gtk0 Description-md5: c55b71455dd71ccfa3a5295f84f8c13d Description-en: Gtk+ helper for playing widget event sounds with libcanberra 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. Package: libcanberra-gtk0-dbg Description-md5: 683855d835df2ee0aa37c54f1139358e Description-en: libcanberra-gtk libraries detached debugging symbols 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 detached debugging symbols for it. Package: libcanberra-gtk3-0 Description-md5: 80aade23b531034d258e88869cac681b Description-en: Gtk+ 3.0 helper for playing widget event sounds with libcanberra libcanberra-gtk provides a few functions that simplify libcanberra usage from Gtk+ 3.0. . 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. Package: libcanberra-gtk3-0-dbg Description-md5: 2548cda9fd75336bc3eda01e66fdc6ff Description-en: libcanberra-gtk libraries detached debugging symbols libcanberra-gtk provides a few functions that simplify libcanberra usage from Gtk+ 3.0. . 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 detached debugging symbols for it. Package: libcanberra-gtk3-dev Description-md5: 59090f61552e14143647088965999807 Description-en: a simple abstract interface for playing event sounds libcanberra-gtk3 provides a few functions that simplify libcanberra usage from Gtk 3.0. . 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 headers and libraries for developing applications that play event sounds with libcanberra-gtk. Package: libcanberra-gtk3-module Description-md5: f701f238c650bf90623d750e9a86e4ec Description-en: translates Gtk3 widgets signals to event sounds A GtkModule which will automatically hook into all kinds of events inside a Gtk+ 3.0 program and generate sound events from them. Package: libcanberra-gtk3-module-dbg Description-md5: e5027e6925c946ba45a431d14608c000 Description-en: libcanberra GtkModule detached debugging symbols A GtkModule which will automatically hook into all kinds of events inside a Gtk+ 3.0 program and generate sound events from them. . This package contains detached debugging symbols for it. Package: libcanberra-pulse Description-md5: 4d30b366834b96439df096fd4f8db59b Description-en: PulseAudio backend for libcanberra libcanberra defines a simple abstract interface for playing event sounds. . This package contains the PulseAudio backend for libcanberra. Package: libcanberra-pulse-dbg Description-md5: c6932573dc901519ad80f84abd58e016 Description-en: PulseAudio libcanberra backend detached debugging symbols libcanberra defines a simple abstract interface for playing event sounds. . This package contains the PulseAudio backend debugging symbols. Package: libcanberra0 Description-md5: 88c6d045fc3cd8cf0c5197080f5d854e Description-en: a simple abstract interface for playing event sounds 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. Package: libcanberra0-dbg Description-md5: 78e8bb06d92e73a48ea54757e983614c Description-en: libcanberra libraries detached debugging symbols libcanberra defines a simple abstract interface for playing event sounds. . This package contains detached debugging symbols for it. Package: libcap-dev Description-md5: d69347927c96a3f49a38efab9a73d32d Description-en: development libraries and header files for libcap2 Contains the necessary support for building applications that use capabilities. Package: libcap-ng-dev Description-md5: 64bc86cc1334255a166399bd218d1df6 Description-en: Development and header files for libcap-ng This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . The libcap-ng library is intended to make programming with POSIX capabilities much easier than the traditional libcap library. Package: libcap-ng-utils Description-md5: 1c59cbc7d0396f0beeedb233c463c62d Description-en: Utilities for analysing and setting file capabilities This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . The libcap-ng library is intended to make programming with POSIX capabilities much easier than the traditional libcap library. . This package contains utilies for analysing and setting file capabilities. Package: libcap-ng0 Description-md5: a9611912ade327f38052faa7edd07603 Description-en: An alternate POSIX capabilities library This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . The libcap-ng library is intended to make programming with POSIX capabilities much easier than the traditional libcap library. . This package contains header files and libraries for libcap-ng. Package: libcap2 Description-md5: 70bc0599e63caf0281090292b349ac9b Description-en: support for getting/setting POSIX.1e capabilities This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. Package: libcap2-bin Description-md5: 91b6887d53faf2a601809e4df7e37739 Description-en: basic utility programs for using capabilities This package contains the programs getpcaps, capsh, getcap, and setcap for manipulation of capabilities. The manpages of this package reference the manpage cap_from_text(3) from the libcap-dev package. Please install the libcap-dev package if you need its documentation. Package: libccolamd2.7.1 Description-md5: 5f3652d2b70c784dca41724ec361ac90 Description-en: constrained column approximate library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . COLAMD constrained column approximate minimum degree ordering Package: libccs-dev Description-md5: 35eb8446ae9eaacae6fc91aa57088b08 Description-en: Red Hat cluster suite - cluster manager development files This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . The ccs library provides a simplified XPath implementation to access CMAN/Corosync configuration data via the same API as the old and deprecated libccs provided by ccsd. . It shouldn't be used for new development. Use libconfdb from corosync instead. Package: libccs-perl Description-md5: 09343b7995e7d9d673d3dfb68513aa03 Description-en: Red Hat cluster suite - cluster configuration module This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . The ccs library provides a simplified XPath implementation to access CMAN/Corosync configuration data via the same API as the old and deprecated libccs provided by ccsd. . This module implements a Perl interface to the libccs library. It shouldn't be used for new development. Use libconfdb from corosync instead. Package: libccs3 Description-md5: 82c76e4e2452124ab50d9123b873eef3 Description-en: Red Hat cluster suite - cluster configuration libraries This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . The ccs library provides a simplified XPath implementation to access CMAN/Corosync configuration data via the same API as the old and deprecated libccs provided by ccsd. . This package contains the client libraries. Package: libcdb-dev Description-md5: 99a3c220b50d0876b5c71d671a218cb2 Description-en: development files for constant databases (cdb) tinycdb is a small, fast and reliable utility and subroutine library for creating and reading constant databases. The database structure is tuned for fast reading. . This package provides development files needed to build programs using cdb library. Package: libcdb1 Description-md5: 49231186403d20807df971e388513617 Description-en: shared library for constant databases (cdb) tinycdb is a small, fast and reliable utility and subroutine library for creating and reading constant databases. The database structure is tuned for fast reading. . This package provides a shared library needed to run programs using it. Package: libcdio-cdda-dev Description-md5: cc879d65dd0f0f2b5cf3ad5083cd91c7 Description-en: library to read and control digital audio CDs (development files) This package contains development files (headers and static library) for the libcdio-cdda library. . This library is made to read and control digital audio CDs. It does not play such CDs, it only reads them digitally. As it uses libcdio as a backend, it supports the same kind of CDROM drives (and images) as libcdio. Package: libcdio-cdda0 Description-md5: 37e67b059e05685fe9088e224253ecdc Description-en: library to read and control digital audio CDs This library is made to read and control digital audio CDs. It does not play such CDs, it only reads them digitally. As it uses libcdio as a backend, it supports the same kind of CDROM drives (and images) as libcdio. Package: libcdio-dev Description-md5: 69075d5ba09a07334affe44f52f94b6e Description-en: library to read and control CD-ROM (development files) This package contains development files (headers and static library) for the libcdio library. . This library is to encapsulate CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM can use this library. . Some support for disk image types like BIN/CUE and NRG is available, so applications that use this library also have the ability to read disc images as though they were CD's. Package: libcdio-paranoia-dev Description-md5: f83a8c84a36846105e3494b5dea4244c Description-en: library to read digital audio CDs with error correction (development files) This package contains development files (headers and static library) for the libcdio-paranoia library. . This library is made to read digital audio CDs, with error correction. It does its best to correct errors and jitter that happen when reading such discs. As it uses libcdio as a backend, it supports the same kind of CDROM drives (and images) as libcdio. Package: libcdio-paranoia0 Description-md5: cc3435321a161f5f503f93431943251b Description-en: library to read digital audio CDs with error correction This library is made to read digital audio CDs, with error correction. It does its best to correct errors and jitter that happen when reading such discs. As it uses libcdio as a backend, it supports the same kind of CDROM drives (and images) as libcdio. Package: libcdio-utils Description-md5: 44fe4f4e99a5abf0f6b817a1a7f6ea78 Description-en: sample applications based on the CDIO libraries This package contains a collection of small libcdio-based tools: * cd-drive show CD-ROM drive characteristics * cd-info show information about a CD or CD-image * cd-paranoia an audio CD ripper * cd-read read information from a CD or CD-image * cdda-player a simple curses-based audio CD player * iso-info show information about an ISO 9660 image * iso-read read portions of an ISO 9660 image * mmc-tool issue low-level commands to a CD drive Package: libcdio10 Description-md5: cfd26896ddfcc94bc6dec5a0e3cefbf9 Description-en: library to read and control CD-ROM This library is to encapsulate CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM can use this library. . Some support for disk image types like BIN/CUE and NRG is available, so applications that use this library also have the ability to read disc images as though they were CD's. Package: libcdparanoia-dev Description-md5: acec99a4d550d44b0eb2da3c75a21736 Description-en: audio extraction tool for sampling CDs (development) An audio extraction tool for sampling CDs. Unlike similar programs such as cdda2wav, cdparanoia goes to great lengths to try to extract the audio information without any artifacts such as jitter. . This package contains the development files that make a companion to the library. Package: libcdparanoia0 Description-md5: 9c2625360224a2ad47519f64ce1f1f5d Description-en: audio extraction tool for sampling CDs (library) An audio extraction tool for sampling CDs. Unlike similar programs such as cdda2wav, cdparanoia goes to great lengths to try to extract the audio information without any artifacts such as jitter. . This package contains the library of cdparanoia, so that its routines can be used by other programs. Package: libcdt4 Description-md5: d9902443b1aa2da91da7ca4482e5eb20 Description-en: rich set of graph drawing tools - cdt library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cdt library. Package: libcgraph5 Description-md5: 3c0eff44ae2d3aa5e19d60a4384485eb Description-en: rich set of graph drawing tools - cgraph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cgraph library. Package: libchewing3 Description-md5: 787e2075ff95e25fcac4b54d82b9c01c Description-en: intelligent phonetic input method library libchewing is an intelligent phonetic input method library for Chinese. . It provides the core algorithm and logic so that they can be shared among the various input methods like JMCCE, xcin-chewing, scim-chewing, iiimf-chewing, screen-chewing, ime-chewing, etc. . The Chewing input method is a smart bopomofo fonetics input method that is useful for inputing Mandarin Chinese based language. Package: libchewing3-data Description-md5: af14608a760a436f70bf2d1f738694c6 Description-en: intelligent phonetic input method library - data files libchewing is an intelligent phonetic input method library for Chinese. . It provides the core algorithm and logic so that they can be shared among the various input methods like JMCCE, xcin-chewing, scim-chewing, iiimf-chewing, screen-chewing, ime-chewing, etc. . The Chewing input method is a smart bopomofo fonetics input method that is useful for inputing Mandarin Chinese based language. Package: libchewing3-dev Description-md5: 0fb8b9b0a7aacce20af41b0055a077cc Description-en: intelligent phonetic input method library (developer version) libchewing is an intelligent phonetic input method library for Chinese. . It provides the core algorithm and logic so that they can be shared among the various input methods like JMCCE, xcin-chewing, scim-chewing, iiimf-chewing, screen-chewing, ime-chewing, etc. . The Chewing input method is a smart bopomofo fonetics input method that is useful for inputing Mandarin Chinese based language. Package: libcholmod1.7.1 Description-md5: 25fa37b74d5c43d409795092b01492b1 Description-en: sparse Cholesky factorization library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . CHOLMOD sparse Cholesky factorization Package: libcib1 Description-md5: f0dcc4907ef7e865eaaf521ea10e709f Description-en: The Pacemaker libraries - CIB This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the CIB library. Package: libcib1-dev Description-md5: fce0c8bd401410afbf71087b9faf9799 Description-en: Development file for pacemaker's cib library This package contains static libraries, symbol files as well as headers provided by the pacemaker cluster manager (CIB). Install it if you want to do development based on pacemaker. Package: libck-connector-dev Description-md5: 2269a65061f7abfeace2eec5a9d881f5 Description-en: ConsoleKit development files ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). . This package provides the development libraries and headers. Package: libck-connector0 Description-md5: 9d47a31a9e2b24daac8abcb9b63d7396 Description-en: ConsoleKit libraries ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). . This package provides a convenience library which simplifies the access to ConsoleKit. Package: libclamav-dev Description-md5: f9403f3147d4d160269156db01264656 Description-en: anti-virus utility for Unix - development 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. . The package contains the needed headers and libraries for developing software using the libclamav interface. . This library can be used to develop virus scanner applications. Package: libclamav6 Description-md5: 8eec48379ead2492f2f06feeb97a6a2f Description-en: anti-virus utility for Unix - library 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. . For programs written using the libclamav library. Libclamav may be used to add virus protection into software. The library is thread-safe, and automatically recognizes and scans archives. Scanning is very fast and most of the time not noticeable. Package: libclass-c3-xs-perl Description-md5: a3ab4e438147fb81f1438e0b60c3904d Description-en: Perl module to accelerate Class::C3 Class::C3::XS is a Perl module designed to enhance the performance of the Class::C3 package (see libclass-c3-perl). It does so automatically and is not designed to be used directly; once installed, it should accelerate all programs that make use of Class::C3 itself. Package: libcln-dev Description-md5: 831d0390bfcb077ca603daabcf6aaf1c Description-en: Development library for Class Library for Numbers (c++) CLN is a library for computations with all kinds of numbers. It has a rich set of number classes, including integers (with unlimited precision), reals with various precisions (including unlimited), rationals, complex numbers and polynomials. The kernel is written in assembly language. It uses garbage collection (automatic, without imposing any burden on the main application). Many efficient algorithms (i.e. for all transcendental functions) are implemented. . This package provides header files, a static library plus a manual. Package: libcln6 Description-md5: 31060448fbd7fb4e8115ed8fe37ec84b Description-en: Class Library for Numbers (C++) CLN is a library for computations with all kinds of numbers. It has a rich set of number classes, including integers (with unlimited precision), reals with various precisions (including unlimited), rationals, complex numbers and polynomials. The kernel is written in assembly language. It uses garbage collection (automatic, without imposing any burden on the main application). Many efficient algorithms (i.e. for all transcendental functions) are implemented. Package: libclone-perl Description-md5: a86f3ab8a05029d84a03899803cfbf52 Description-en: recursively copy Perl datatypes The Clone module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. . It is faster (although less flexible) than Storable's dclone. Its functionality is _not_ serializing in-memory objects (i.e. as Data::Dumper or YAML::Dump do), but deep-copying them over to new in-memory structures. Package: libcloog-ppl-dev Description-md5: b0bf16cc9ad41fe1c0bae7184c5eae40 Description-en: the Chunky Loop Generator (development files) CLooG is a software which generates loops for scanning Z-polyhedra. That is, CLooG finds the code or pseudo-code where each integral point of one or more parametrized polyhedron or parametrized polyhedra union is reached. CLooG is designed to avoid control overhead and to produce a very efficient code. . This package contains the development files and the cloog binary. Package: libcloog-ppl0 Description-md5: bc780a184fc87e2d5d7158c7b8c1d0ec Description-en: the Chunky Loop Generator (runtime library) CLooG is a software which generates loops for scanning Z-polyhedra. . This package contains the runtime library. Package: libclucene-dev Description-md5: 575ed8411b755e9b5a7c9ce4030c35c2 Description-en: library for full-featured text search engine (development) CLucene is a C++ port of the popular Apache Lucene search engine (http://lucene.apache.org/java). It is released under LGPL or the Apache License. . CLucene aims to be a high-speed alternative to Java Lucene, its API is very similar to that of the Java version. CLucene has recently been brought up to date with Lucene 1.4.3. It contains most of the same functionality as the Java version, except for Socket, Threading and the special caching modifications. . This package contains the static libraries and headers for developing applications that use the CLucene search API. Package: libclucene0ldbl Description-md5: 7618eca99bf8f62fa811983ca383fa86 Description-en: library for full-featured text search engine (runtime) CLucene is a C++ port of the popular Apache Lucene search engine (http://lucene.apache.org/java). It is released under LGPL or the Apache License. . CLucene aims to be a high-speed alternative to Java Lucene, its API is very similar to that of the Java version. CLucene has recently been brought up to date with Lucene 1.4.3. It contains most of the same functionality as the Java version, except for Socket, Threading and the special caching modifications. . This package contains the files necessary for running applications that use the libclucene library. Package: libclutter-1.0-0 Description-md5: a61582dd624c05cff2d537148daf6e7c Description-en: 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. Package: libclutter-1.0-dbg Description-md5: fd1375dceedf124a35a174c0c643601c Description-en: Open GL based interactive canvas library (debug 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 debug files. Package: libclutter-1.0-dev Description-md5: d2f107ca493c4c999db05729a9a06672 Description-en: Open GL based interactive canvas library (development 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 development files. Package: libclutter-gtk-1.0-0 Description-md5: b45ee0f005530aab6651f7cd9600f11a Description-en: Open GL based interactive canvas library GTK+ widget 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. Package: libclutter-gtk-1.0-dbg Description-md5: af32fd57db2598d70bdf9ec1db8d3e73 Description-en: Open GL based interactive canvas library GTK+ widget (debug 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 debug files. Package: libclutter-gtk-1.0-dev Description-md5: e9e6bec0e5d64d1155b64afd7e289839 Description-en: Open GL based interactive canvas library GTK+ widget (development 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 development files. Package: libcman-dev Description-md5: f81d14c39ca1b5253d1312dc5dd90df4 Description-en: Red Hat cluster suite - cluster manager development files This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . CMAN provides a general-purpose Corosync/OpenAIS-based cluster manager. . This package contains the files needed for developing applications. Package: libcman3 Description-md5: b735b0dbce89f3a640789f01d2184d17 Description-en: Red Hat cluster suite - cluster manager libraries This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . CMAN provides a general-purpose Corosync/OpenAIS-based cluster manager. . This package contains the client libraries. Package: libcogl-dev Description-md5: 441fc874b074963ff73984938982a383 Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development 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 development files. Package: libcogl5 Description-md5: 8c0fee75492f726194fa0be454f54661 Description-en: Object oriented GL/GLES Abstraction/Utility Layer 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. Package: libcogl5-dbg Description-md5: 96a2d832dbd9aab08c3a6b65011e221e Description-en: Object oriented GL/GLES Abstraction/Utility Layer (debug 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 debug files. Package: libcolamd2.7.1 Description-md5: 8deaa08627160807bac22fabb0a29a30 Description-en: column approximate minimum degree ordering library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . COLAMD column approximate minimum degree ordering Package: libcolord-dev Description-md5: f7966dddcc3491e7af0fded54be555fb Description-en: system service to manage device colour profiles -- development files colord is a system service that makes it easy to manage, install and generate colour profiles to accurately colour manage input and output devices. . It provides a DBus API for system frameworks to query, a persistent data store, and a mechanism for session applications to set system policy. . This package contains the development files required to build programs against the libcolord library. Package: libcolord1 Description-md5: 9e9fcbfe9dad696e2c614e68ca5cf74c Description-en: system service to manage device colour profiles -- runtime colord is a system service that makes it easy to manage, install and generate colour profiles to accurately colour manage input and output devices. . It provides a DBus API for system frameworks to query, a persistent data store, and a mechanism for session applications to set system policy. . This package contains a gobject-based convienience library for programs to interact with the colord system daemon. Package: libcomerr2 Description-md5: 5611f795c9947cfb9a2980a01506a1b9 Description-en: common error description library libcomerr is an attempt to present a common error-handling mechanism to manipulate the most common form of error code in a fashion that does not have the problems identified with mechanisms commonly in use. Package: libcomerr2-dbg Description-md5: 4013b4954dedd9e2a50c709e662dfc0b Description-en: debugging information for libcomerr2 This package includes the debug information useful for debugging the com_err library, contained in the libcomerr2 package. The debugging information is used for execution tracing and core dump analysis. Package: libcompizconfig0 Description-md5: 9b1501bf431a077bb890354ada003ea2 Description-en: Settings library for plugins - OpenCompositing Project The OpenCompositing Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity through plugins and themes contributed by the community giving a rich desktop experience. . This package contains the library for plugins to configure settings. Package: libcompizconfig0-dev Description-md5: 61d1c40aa4308fbedaf76a0b0daed3ed Description-en: Development file for plugin settings - OpenCompositing Project The OpenCompositing Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity through plugins and themes contributed by the community giving a rich desktop experience. . This package contains the headers and development files needed to build plugins with settings support. Package: libconfig++8 Description-md5: 343d02bddd1391fdbfc43942a9ee7831 Description-en: parsing and manipulation of structured configuration files(C++ binding) 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 is the C++ binding. Package: libconfig++8-dev Description-md5: ecffb5c7e3f4109b9bcdae80f77f0ce9 Description-en: parsing and manipulation of structured config files(C++ development) 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. Its main features are: - A fully reentrant parser: Multiple configurations can be parsed in concurrent threads at the same time. - A simple, structured configuration file format: more readable and compact than XML and more flexible than Windows' "INI" file format. - A low-footprint implementation - Proper documentation. . This package contains the files needed in order to use libconfig in your own C++ programs. Package: libconfig8 Description-md5: f15efa79c7a347a7c47b80db92af6326 Description-en: parsing and manipulation of structured configuration files 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. Package: libconfig8-dev Description-md5: 20df281adf52878bb88fc785a12a38e1 Description-en: parsing and manipulation of structured config files(development) 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. Its main features are: - A fully reentrant parser: Multiple configurations can be parsed in concurrent threads at the same time. - A simple, structured configuration file format: more readable and compact than XML and more flexible than Windows' "INI" file format. - A low-footprint implementation - Proper documentation. . This package contains the files needed in order to use libconfig in your own programs. Package: libcorosync-dev Description-md5: 5240fb78accc08c3515177b3a3a78c26 Description-en: Standards-based cluster framework (developer files) 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 contains header files required to build clients for the corosync infrastructure. Package: libcorosync4 Description-md5: a7fb7844fb8d2af3e5d768066ead0eb0 Description-en: Standards-based cluster framework (libraries) 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 contains libraries that should be used by corosync clients. Package: libcouchdb-glib-1.0-2 Description-md5: ed665e11cec5db8c15c88c5bc891fd77 Description-en: GLib-based API for CouchDB CouchDB-GLib is a GLib-based API to access CouchDB servers (http://couchdb.apache.org), a replication/synchronization database of JSON documents, used in online services like Ubuntu One. Package: libcouchdb-glib-dev Description-md5: 4e9b3a18e7abe8def5a6727586d0df9a Description-en: Development files for GLib-based API for CouchDB CouchDB-GLib is a GLib-based API to access CouchDB servers (http://couchdb.apache.org), a replication/synchronization database of JSON documents, used in online services like Ubuntu One. . This package contains the development files. Package: libcpan-meta-perl Description-md5: 15104358ef9a201c57bef71e96c6d80e Description-en: 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. Package: libcppunit-1.12-1 Description-md5: dca7bb14a898276dca99f38b635142d2 Description-en: 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: libcppunit-dev Description-md5: e4bfb248f4b4646afb085f0a935d321a Description-en: 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. Package: libcrack2 Description-md5: 7c7145f5450c1a0c56b8fff046f9d67e Description-en: pro-active password checker library Shared library for cracklib2 which contains a C function which may be used in a passwd like program. The idea is simple: try to prevent users from choosing passwords that could be guessed by crack by filtering them out, at source. cracklib2 is NOT a replacement passwd program. cracklib2 is a LIBRARY. Package: libcrack2-dev Description-md5: 0779bde9a363a04a44e6699096819016 Description-en: pro-active password checker library - development files Header files, static libraries, documentation, and symbolic links developers using cracklib2 will need. . If you want to build software using cracklib2 you will need to install this package. For developing Python based applications for cracklib2 you need to install python-cracklib instead. Package: libcrmcluster1 Description-md5: 78924785ac21f070d23794f5b47fcccd Description-en: The Pacemaker libraries - CRM This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the CRM cluster library. Package: libcrmcluster1-dev Description-md5: 8e8b9f56e872e331ed3643e7092c0d20 Description-en: Development file for pacemaker's crm library This package contains static libraries, symbol files as well as headers provided by the pacemaker cluster manager (CRM). Install it if you want to do development based on pacemaker. Package: libcrmcommon2 Description-md5: 8957ffa8fa37ace787f6c634e56dbb38 Description-en: The Pacemaker libraries - common CRM This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the common CRM library. Package: libcrmcommon2-dev Description-md5: 58679e4fb14f5fff47a5f79805af3682 Description-en: Development file for pacemaker's common library This package contains static libraries, symbol files as well as headers provided by the pacemaker cluster manager (common CRM). Install it if you want to do development based on pacemaker. Package: libcroco3 Description-md5: 64af67195d8394c691d8fff5b9a4ac7c Description-en: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit Services provided by Libcroco * A parser module that provides o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven API wich resembles SAX in the xml world. o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. . The libcroco parser implements the CSS Level 2 specification, the CSS forward compatibility rules and the CSS cascading rules. . * A CSS2 selection engine Given an xml element node (that obviously comes from an xml document) and a stylesheet cascade, the Libcroco selection engine can evaluate the css selectors of the cascade and return the style properties associated to the xml element node. . Note that the xml manipulation toolkit used by the libcroco selection engine at the moment is libxml2. . This package contains the shared libraries. Package: libcroco3-dev Description-md5: 8eab6503abc93394aa015478310fb0a9 Description-en: a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit Services provided by Libcroco * A parser module that provides o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven API wich resembles SAX in the xml world. o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model. . The libcroco parser implements the CSS Level 2 specification, the CSS forward compatibility rules and the CSS cascading rules. . * A CSS2 selection engine Given an xml element node (that obviously comes from an xml document) and a stylesheet cascade, the Libcroco selection engine can evaluate the css selectors of the cascade and return the style properties associated to the xml element node. . Note that the xml manipulation toolkit used by the libcroco selection engine at the moment is libxml2. . This package contains the header files and static libraries which is needed for developing the GTK+ applications. Package: libcryptsetup-dev Description-md5: 0b06dbd1c971c2c1980e2301a4b4b424 Description-en: libcryptsetup development files Cryptsetup provides a command-line interface for configuring encrypted devices. This is done using the Linux kernel device mapper target dm-crypt. This version of cryptsetup has integrated support for LUKS. . This package provides the libcryptsetup development files. Package: libcryptsetup1 Description-md5: 5f660549e547109ead7afc304a9cfe9d Description-en: libcryptsetup shared library Cryptsetup provides a command-line interface for configuring encrypted devices. This is done using the Linux kernel device mapper target dm-crypt. This version of cryptsetup has integrated support for LUKS. . This package provides the libcryptsetup shared library. Package: libcsparse2.2.3 Description-md5: 6530f377281485af9bf1b1318db9dd6f Description-en: concise sparse matrix library Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . CSparse a concise sparse matrix package Package: libct4 Description-md5: 88bdfc8ca47c9a060f885576c2df10f0 Description-en: libraries for connecting to MS SQL and Sybase SQL servers FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package includes the shared libraries for the Sybase CT-Lib API. You will need this if you plan to connect to MS SQL or Sybase servers, or use the PHP sybase or Perl DBD::Sybase extensions. Package: libcue-dev Description-md5: de480f55f29522c32b8d41f351161de7 Description-en: CUE Sheet Parser Library - development files Libcue is intended to parse a so called cue sheet from a char string or a file pointer. For handling of the parsed data a convenient API is available. . This package contains the development files Package: libcue1 Description-md5: beaf3eb3b6e514ae5070ad46ea313960 Description-en: CUE Sheet Parser Library Libcue is intended to parse a so called cue sheet from a char string or a file pointer. For handling of the parsed data a convenient API is available. Package: libcups2 Description-md5: cce9961cb86712146cb19e1b4636f79d Description-en: Common UNIX Printing System(tm) - Core library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared libraries for CUPS. Package: libcups2-dev Description-md5: bf3f385e98251c2563c3f58554d2adce Description-en: Common UNIX Printing System(tm) - Development files CUPS library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing CUPS-aware applications and CUPS drivers, as well as examples how to communicate with cups from different programming languages (Perl, Java, and PHP). Package: libcupscgi1 Description-md5: 3660b0ffb79cde60a9580ea571ecfbcb Description-en: Common UNIX Printing System(tm) - CGI library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides a shared library for CGI programs in the CUPS web interface Package: libcupscgi1-dev Description-md5: 433b937ac75daeec3873b3445bb48090 Description-en: Common UNIX Printing System(tm) - Development files for CGI library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing CGI programs for the CUPS web interface using libcupscgi. Package: libcupsdriver1 Description-md5: 248a2293c69c6678fd64f2854cf77bf6 Description-en: Common UNIX Printing System(tm) - Driver library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides a shared library with useful functions for printer drivers. Package: libcupsdriver1-dev Description-md5: a04f5d722cdd062134dda5e803f4c7bd Description-en: Common UNIX Printing System(tm) - Development files driver library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing printer drivers using libcupsdriver. Package: libcupsimage2 Description-md5: f4451fb5498322724719d7d3a8635bf4 Description-en: Common UNIX Printing System(tm) - Raster image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the image libraries for handling the CUPS raster format. Package: libcupsimage2-dev Description-md5: 419c750b3360d0933e0bbc9e17913244 Description-en: Common UNIX Printing System(tm) - Development files CUPS image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing applications that use the CUPS raster image format. Package: libcupsmime1 Description-md5: 3c738d1cd62835670ace55e8d83b4f80 Description-en: Common UNIX Printing System(tm) - MIME library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides a shared library for file type detection and file conversion filter chain building. Package: libcupsmime1-dev Description-md5: ee515191b340413216668249b8b6097b Description-en: Common UNIX Printing System(tm) - Development files MIME library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing programs using libcupsmime. Package: libcupsppdc1 Description-md5: a2ce16897499bbac7df75d4d297b1713 Description-en: Common UNIX Printing System(tm) - PPD manipulation library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared library for generating and manipulating PPD files. Package: libcupsppdc1-dev Description-md5: f1c111d7276de209cb50ebccbc551f69 Description-en: Common UNIX Printing System(tm) - Development files PPD library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing programs using libcupsppdc. Package: libcurl3 Description-md5: 7a2342b6fa3c025a02cd15d4b024de31 Description-en: Multi-protocol file transfer library (OpenSSL) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by OpenSSL. . This is the shared version of libcurl. Package: libcurl3-dbg Description-md5: 76bb37b7063b15ca209eea809755ee1c Description-en: libcurl compiled with debug symbols This contains the debug symbols of both the OpenSSL, GnuTLS and NSS versions of libcurl3. It might be useful in debug sessions of software which uses libcurl. Package: libcurl3-gnutls Description-md5: 9f980c616639fb4ab2a48d1b596200fc Description-en: Multi-protocol file transfer library (GnuTLS) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by GnuTLS. . This is the shared version of libcurl. Package: libcurl3-nss Description-md5: 4f9d5792eacd0857482168716f067b0a Description-en: Multi-protocol file transfer library (NSS) libcurl is designed to be a solid, usable, reliable and portable multi-protocol file transfer library. . SSL support is provided by NSS. . This is the shared version of libcurl. Package: libcurl4-gnutls-dev Description-md5: 542a849fd833dd4aff3c38a8504ae2b7 Description-en: Development files and documentation for libcurl (GnuTLS) These files (ie. includes, static library, manual pages) allow to build software which uses libcurl. . SSL support is provided by GnuTLS. . HTML and PDF versions of all the manual pages are also provided. Package: libcurl4-nss-dev Description-md5: d123065049db08c72cafe844f39de216 Description-en: Development files and documentation for libcurl (NSS) These files (ie. includes, static library, manual pages) allow to build software which uses libcurl. . SSL support is provided by NSS. . HTML and PDF versions of all the manual pages are also provided. Package: libcurl4-openssl-dev Description-md5: f38505d4a9c32a048649c5343b708d98 Description-en: Development files and documentation for libcurl (OpenSSL) These files (ie. includes, static library, manual pages) allow to build software which uses libcurl. . SSL support is provided by OpenSSL. . HTML and PDF versions of all the manual pages are also provided. Package: libcwidget-dev Description-md5: d5195ade0a17480093dcedac51daaa4e Description-en: high-level terminal interface library for C++ (development files) 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 files that are needed to write or compile software that uses libcwidget. . WARNING: this is a newly created library whose development is closely tied to the development of aptitude. Its API may be incomplete and is likely to change considerably version-over-version! You may want to avoid cwidget for stable projects. Package: libcwidget3 Description-md5: 25817f3f038c1f33b9d63aafe32c6d75 Description-en: high-level terminal interface library for C++ (runtime files) 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 the files that are required to run programs compiled against libcwidget. Package: libcwidget3-dbg Description-md5: 94c149131ad8df1cd3a2166f75cbc127 Description-en: high-level terminal interface library for C++ (debugging files) 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 debugging symbols for libcwidget-dbg. It is only needed if you want to generate useful backtraces for programs using cwidget. Package: libcxsparse2.2.3 Description-md5: f6d7a859e2e3907c881edcfe15aad57a Description-en: concise sparse matrix library (complex, int and long int support) Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . CXSparse CSparse extended: complex matrix, int and long int support Package: libdaemon-dev Description-md5: 2c3ce17b6be7fbe6fb3a110c27a94bcb Description-en: lightweight C library for daemons - development files libdaemon is a leightweight C library which eases the writing of UNIX daemons. It consists of the following parts: . * Wrapper around fork() for correct daemonization of a process * Wrapper around syslog() for simple log output to syslog or STDERR * An API for writing PID files * An API for serializing signals into a pipe for use with select() or poll() * An API for running subprocesses with STDOUT and STDERR redirected to syslog . Routines like these are included in most of the daemon software available. It is not simple to get these done right and code duplication is not acceptable. . This package includes the header files and the static version of the library and documentation. Package: libdaemon0 Description-md5: 60b193432f6e7d8b0987f77d36bc9084 Description-en: lightweight C library for daemons - runtime library libdaemon is a leightweight C library which eases the writing of UNIX daemons. It consists of the following parts: . * Wrapper around fork() for correct daemonization of a process * Wrapper around syslog() for simple log output to syslog or STDERR * An API for writing PID files * An API for serializing signals into a pipe for use with select() or poll() * An API for running subprocesses with STDOUT and STDERR redirected to syslog . Routines like these are included in most of the daemon software available. It is not simple to get these done right and code duplication is not acceptable. . This package includes the libdaemon run time shared library. Package: libdaemon0-dbg Description-md5: 0de392b2ae096c1f8e209f34c991642e Description-en: lightweight C library for daemons - debugging symbols libdaemon is a leightweight C library which eases the writing of UNIX daemons. It consists of the following parts: . * Wrapper around fork() for correct daemonization of a process * Wrapper around syslog() for simple log output to syslog or STDERR * An API for writing PID files * An API for serializing signals into a pipe for use with select() or poll() * An API for running subprocesses with STDOUT and STDERR redirected to syslog . Routines like these are included in most of the daemon software available. It is not simple to get these done right and code duplication is not acceptable. . This package contains the debugging symbols for libdaemon. Package: libdatrie-dev Description-md5: aba60c2eb6bbe73331e039cccc12d3da Description-en: Development 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 the development libraries, header files and manpages you need to develop your programs using the datrie library. Package: libdatrie1 Description-md5: bad75292299725e815dfa340308fd98b Description-en: Double-array trie library This package provides shared libraries needed to run programs that use the datrie library. It is usually automatically installed. Package: libdatrie1-bin Description-md5: 5bde3cde365843ae025e4ef31881d0a7 Description-en: Programs 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 the program files which is used with the library, including trietool, the trie manipulation tool. Package: libdb4.8 Description-md5: e0395872fc71ed0fc8c8ed269e67a0da Description-en: Berkeley v4.8 Database Libraries [runtime] This is the runtime package for programs that use the v4.8 Berkeley database library. Package: libdb4.8-dev Description-md5: 732c4409f7b67a7110542302b44a536e Description-en: Berkeley v4.8 Database Libraries [development] This is the development package which contains headers and static libraries for the Berkeley v4.8 database library. Package: libdb5.1 Description-md5: f5b074174f649d2f1c6db221bf221e15 Description-en: Berkeley v5.1 Database Libraries [runtime] This is the runtime package for programs that use the v5.1 Berkeley database library. Package: libdb5.1++ Description-md5: 08813edfa39505b90917cbd2312d7d6a Description-en: Berkeley v5.1 Database Libraries for C++ [runtime] This is the runtime package for programs that use the Berkeley v5.1 database library. This is only for programs which use the C++ interface. Package: libdb5.1++-dev Description-md5: b97c67d590d2c134869a560473035b61 Description-en: Berkeley v5.1 Database Libraries for C++ [development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. This is only for programs which will use the C++ interface. Package: libdb5.1-dbg Description-md5: 6c319fd94b2e4cfddcf4f0a1f000f9d7 Description-en: Berkeley v5.1 Database Libraries [debug] This package provides the debug symbols for the Berkeley v5.1 database libraries and binaries. Package: libdb5.1-dev Description-md5: 29d8427aaab66716b2ad13d433136408 Description-en: Berkeley v5.1 Database Libraries [development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. Package: libdb5.1-java Description-md5: bdd162bb20ccfa71462ae57ae40085bf Description-en: Berkeley v5.1 Database Libraries for Java This package provides the Java interface for the Berkeley v5.1 database library. Package: libdb5.1-java-dev Description-md5: 2b22fbf07fe7cfa09635b5e396f4e07d Description-en: Berkeley v5.1 Database Libraries for Java [development] This package provides the Java interface for the Berkeley v5.1 database library. Package: libdb5.1-java-gcj Description-md5: c77b910119be95a921178ea37e73d541 Description-en: Berkeley v5.1 Database Libraries for Java (native code) This package provides the Java interface for the Berkeley v5.1 database library. . This package contains the natively compiled code for use by gij. Package: libdb5.1-sql Description-md5: 86e81b1baf21339cb378a0f4232da1b9 Description-en: Berkeley v5.1 Database Libraries [SQL runtime] This is the runtime package for programs that use the v5.1 Berkeley database SQL library. Package: libdb5.1-sql-dev Description-md5: 7cbe2217ec63095360505f5de4d7bda4 Description-en: Berkeley v5.1 Database Libraries [SQL development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. Package: libdb5.1-stl Description-md5: b0c8e3721afc5ad8848908864c7d2650 Description-en: Berkeley v5.1 Database Libraries [STL runtime] This is the runtime package for programs that use the v5.1 Berkeley database STL library. Package: libdb5.1-stl-dev Description-md5: cf494a0701cc2ddf3849140cd2e9ecd1 Description-en: Berkeley v5.1 Database Libraries [STL development] This is the development package which contains headers and static libraries for the Berkeley v5.1 database library. Package: libdb5.1-tcl Description-md5: f1cf9f7c837c8eacb769aa7756ae9e28 Description-en: Berkeley v5.1 Database Libraries for Tcl [module] This package provides a Tcl module suitable for accessing Berkeley v5.1 databases from within Tcl programs. Package: libdbd-freetds Description-md5: 437893fe7e8036a8f1aaebb14b0de68e Description-en: Freetds database server driver for libdbi This driver provides connectivity to MS SQL Server or Sybase database servers through the libdbi Database Independent Abstraction Layer using Freetds. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-mysql Description-md5: 2f6453a1b87e77abc15937f5ab7942e2 Description-en: MySQL database server driver for libdbi This driver provides connectivity to MySQL database servers through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-mysql-perl Description-md5: 3fada112c67ba7c789465ff0645bb1cb Description-en: Perl5 database interface to the MySQL database DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::mysql is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because noone ever requested them. However supported features include: compression of data between server and client; timeouts; SSL; prepared statement support; server administration such as creating and dropping databases and restarting the serverl; auto-reconnection; utf8; bind type guessing; bind comment placeholders; automated insert ids; transactions; multiple result sets and multithreading. Package: libdbd-pgsql Description-md5: fe889b22a31ff8978490eec7cfd7eec3 Description-en: PostgreSQL database server driver for libdbi This driver provides connectivity to PostgreSQL database servers through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-sqlite3 Description-md5: 4847cd12cae9e3d5576a42188ea49f2d Description-en: SQLite3 database driver for libdbi This driver provides support for serverless SQLite databases through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-sqlite3-perl Description-md5: 8a3b0ad4d51c995e128a17cddbee5420 Description-en: Perl DBI driver with a self-contained RDBMS DBD::SQLite is a Perl DBI driver with a self-contained relational database management system. It embeds a small and fast embedded SQL database engine called SQLite (see sqlite3) into a DBI driver. It is useful if you want a relational database for your project, but don't want to install a large RDBMS system like MySQL or PostgreSQL. . SQLite supports the following features: . * Implements a large subset of SQL92 () * A complete DB in a single disk file Everything for your database is stored in a single disk file, making it easier to move things around than with DBD::CSV. * Atomic commit and rollback . The engine is very fast, but for updates/inserts/dml it does perform a global lock on the entire database. This, obviously, might not be good for multiple user systems. The database also appears to be significantly faster if your transactions are coarse. Package: libdbi-dev Description-md5: 98dc3b749976b17d062eeee349991034 Description-en: DB Independent Abstraction Layer for C -- development files 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 development files so you can compile using libdbi. Package: libdbi-perl Description-md5: aa070f52bfbf0d9e220aa40da4b4ced1 Description-en: Perl Database Interface (DBI) DBI (DataBase Interface) is a Perl framework that provides a common interface to access various backend databases in a uniform manner. DBD (DataBase Driver) modules provide implementations for various backend data storage mechanisms including networked relational databases (particularly SQL databases) and even web services such as the Google search engine. . It is extremely portable and available for a wide range of operating systems, architectures and data stores, including: . * Oracle * Microsoft SQL Server * IBM DB2 * SQLite * PostgreSQL * Firebird * MySQL Package: libdbi1 Description-md5: 68fb04da0e97eaa776bc3ae20156b39c Description-en: DB Independent Abstraction Layer for C -- shared library 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 is the shared library. Package: libdbus-1-3 Description-md5: 394b84dd0007d22bc4bb591ca6b5fa31 Description-en: simple interprocess messaging system (library) 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. . D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. . It comes with several bindings, including GLib, Python, Qt and Java. . The daemon can be found in the dbus package. Package: libdbus-1-dev Description-md5: 59e71e7e764b950dc1184788af416a7e Description-en: simple interprocess messaging system (development headers) 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. . See the dbus description for more information about D-Bus in general. Package: libdbus-c++-1-0 Description-md5: 3be416ad48d126a8e2955e6f7753ace8 Description-en: C++ API for D-BUS (runtime package) 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 shared object files. Package: libdbus-c++-dev Description-md5: 1286b74b119b589c306f3ab3ded55a0c Description-en: C++ API for D-BUS (development package) 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 static object and header files. Package: libdbus-glib-1-2 Description-md5: 8e029ea0c5a369338dd772bd50b9c2ba Description-en: simple interprocess messaging system (GLib-based shared library) 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 GLib-based shared library for applications using the GLib interface to D-Bus. . See the dbus description for more information about D-Bus in general. Package: libdbus-glib-1-2-dbg Description-md5: 2283298a7ca8f3bbce925fe63eaae0fc Description-en: simple interprocess messaging system (GLib library debug symbols) 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 support for debugging programs that use the GLib-based shared library. . See the dbus description for more information about D-Bus in general. Package: libdbus-glib-1-dev Description-md5: 5ea06bb77132d80541f7a3ebc3402f7a Description-en: simple interprocess messaging system (GLib interface) 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 a GLib-style interface to D-Bus. . See the dbus description for more information about D-Bus in general. Package: libdbusmenu-glib-dev Description-md5: 58fdbd052d2353e5107fe93d2ee4c2dc Description-en: library for passing menus over DBus - development files 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 files that are needed to build applications. Package: libdbusmenu-glib4 Description-md5: a6315d20d559a38a0d81a231c032d91e Description-en: library for passing menus over DBus 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 shared libraries to be used by applications. Package: libdbusmenu-gtk-dev Description-md5: 67bb3e998dab738032b93e4b5bb82284 Description-en: library for passing menus over DBus - GTK+ version developement files 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 files that are needed to build GTK+ applications. Package: libdbusmenu-gtk3-4 Description-md5: 4ba40d4f9c3c572696eb980868211738 Description-en: library for passing menus over DBus - GTK+ version 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 shared libraries to be used by GTK+ applications. Package: libdbusmenu-gtk3-dev Description-md5: 67bb3e998dab738032b93e4b5bb82284 Description-en: library for passing menus over DBus - GTK+ version developement files 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 files that are needed to build GTK+ applications. Package: libdbusmenu-gtk4 Description-md5: 4ba40d4f9c3c572696eb980868211738 Description-en: library for passing menus over DBus - GTK+ version 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 shared libraries to be used by GTK+ applications. Package: libdbusmenu-jsonloader-dev Description-md5: ee7366a5b0c7b5d39e6c8d71e57cb54f Description-en: library for passing menus over DBus - Test lib development files 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 files that are needed to build test suites in applications or libraries using dbusmenu. Package: libdbusmenu-jsonloader4 Description-md5: 31f242c10f2e529e839b458606442772 Description-en: library for passing menus over DBus - Test lib 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 shared libraries to be used by test suites in applications or libraries using dbusmenu. Package: libdbusmenu-tools Description-md5: 8868484dcc04142a5081a5a8f9557c3d Description-en: tools useful during development with libdbusmenu 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 tools that are useful when developing and building applications with libdbusmenu. Package: libdc1394-22 Description-md5: 830f7e6fdc31ad388754cd4d03fa4fc0 Description-en: high level programming interface for IEEE1394 digital camera 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 version of libdc1394 supports both the old and new (juju) FireWire stack. It automatically detects which one to use at runtime. . This package contains shared libraries. Package: libdc1394-22-dbg Description-md5: 12abf2bab5ee29f6dd1a53f3288c31f9 Description-en: debugging symbols for the libdc1394-22 library 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 version of libdc1394 supports both the old and new (juju) FireWire stack. It automatically detects which one to use at runtime. . This package contains the debugging symbols for the shared libraries. Package: libdc1394-22-dev Description-md5: e885071849c6faecea78cfd3dcf4cfd6 Description-en: high level programming interface for IEEE1394 digital camera - development 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 version of libdc1394 supports both the old and new (juju) FireWire stack. It automatically detects which one to use at runtime. . This package contains development files. Package: libdc1394-utils Description-md5: 3c579cfb5e50ffdcfc9a8c977bd0d1f9 Description-en: utilities for IEEE1394 digital cameras 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 version of libdc1394 supports both the old and new (juju) FireWire stack. It automatically detects which one to use at runtime. . This package contains an example program. Package: libdconf-dbg Description-md5: 9f29eee974332ab712be9d4e3b38dc3f Description-en: simple configuration storage system - debugging symbols DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains the debugging symbols. Package: libdconf-dbus-1-0 Description-md5: b4c812c63f2e0c9c75235c294edc9d00 Description-en: simple configuration storage system - D-Bus library DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains a D-Bus convenience library. Package: libdconf-dbus-1-dbg Description-md5: b374a9264268fcabd65e57a147b475a8 Description-en: simple configuration storage system - D-Bus debug symbols DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains the debugging symbols for the D-Bus library. Package: libdconf-dbus-1-dev Description-md5: 77b935cb77a45744b41f7fe36924e8dd Description-en: simple configuration storage system - D-Bus development files DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains a static library and header files for the D-Bus library. Package: libdconf-dev Description-md5: 8a468e7db91abdc3f6a00615352bdbd2 Description-en: simple configuration storage system - development files DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains a static library and header files. Package: libdconf-qt-dev Description-md5: 1c0a010a961e0b0ba819ed9b4e9cba2c Description-en: dconf Qt bindings (development files) This plugin provides dconf support for Qt applications. The Qt library shouldn't be used directly as there is no ABI and API stability guarantee. . This package contains the development header files. Package: libdconf-qt0 Description-md5: c8baddf74d3777918381bb087f997233 Description-en: dconf Qt bindings (library) This plugin provides dconf support for Qt applications. The Qt library shouldn't be used directly as there is no ABI and API stability guarantee. Package: libdconf0 Description-md5: 468650903e334e192e00b3ec386e4f42 Description-en: simple configuration storage system - runtime library DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains the runtime library. Package: libdebconfclient0 Description-md5: 0ef7ffe6f00cffa7db716becab62b3e2 Description-en: Debian Configuration Management System (C-implementation) Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are installed. This is a reimplementation of the original debconf version in C. . This is the libraries needed by libdebconfclient-dev and cdebconf. Package: libdebconfclient0-dev Description-md5: 1a0c286931d2b4648ca209c2b325b1a9 Description-en: Development files for cdebconf Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are installed. This is a reimplementation of the original debconf version in C. . This package contains files needed to do cdebconf development Package: libdebian-installer-extra4 Description-md5: 32e7f9f03c25886318648f08caae21cf Description-en: Library of some extra debian-installer functions This library is used by debian-installer to perform common functions such as logging messages and executing commands. If you aren't working on debian-installer or building your own install system based on debian-installer, then you probably don't need this library. Package: libdebian-installer4 Description-md5: 00094361ed8983bbb1d7b850c62f3e1d Description-en: Library of common debian-installer functions This library is used by debian-installer to perform common functions such as logging messages and executing commands. If you aren't working on debian-installer or building your own install system based on debian-installer, then you probably don't need this library. Package: libdebian-installer4-dev Description-md5: 814b97674c6f9c4cc2c9d5abc86ff4f8 Description-en: Library of common debian-installer functions This library is used by debian-installer to perform common functions such as logging messages and executing commands. If you aren't working on debian-installer or building your own install system based on debian-installer, then you probably don't need this library. . This package contains files needed to do libdebian-installer development. Package: libdecoration0 Description-md5: fe3cb10ae0e6065c54922e6bd0f38c77 Description-en: Compiz window decoration library The window decoration library is responsible for drawing the window borders and title bar of windows managed by Compiz. It is used by window decorators like gtk-window-decorator and kde-window-decorator. Package: libdecoration0-dev Description-md5: 86636936fbb83b8433c73fc8ed6611dc Description-en: Compiz window decoration library - development files The window decoration library is responsible for drawing the window borders and title bar of windows managed by Compiz. It is used by window decorators like gtk-window-decorator and kde-window-decorator. . This package contains files required for developing window decorators compatible with Compiz. Package: libdee-1.0-1 Description-md5: 24ce63bdf3687a0a415c08815e89723e Description-en: model to synchronize mutiple instances over DBus - shared lib libdee is a shared library that provides objects that help having multiple instances communicating over DBus. . This package contains shared libraries to be used by applications. Package: libdee-1.0-1-dbg Description-md5: 00c31852839aadc42e43391d0479059f Description-en: model to synchronize mutiple instances over DBus libdee is a shared library that provides objects that help having multiple instances communicating over DBus. . This package contains the debug files. Package: libdee-dev Description-md5: 30115493b862be043dc4f79d10f844c0 Description-en: model to synchronize mutiple instances over DBus - dev files libdee is a shared library that provides objects that help having multiple instances communicating over DBus. . This package contains files that are needed to build applications. Package: libdesktopcouch-glib-1.0-2 Description-md5: 69fe2cc26dfd2e14e32d804a760f32bc Description-en: Glib-based API for Desktopcouch Desktopcouch-GLib is a GLib based API for Desktopcouch, a runtime management system that takes care of starting a CouchDB instance on-demand for each user and managing OAuth keys and replication for that CouchDB instance. Package: libdesktopcouch-glib-dev Description-md5: f8db217c84e753b5c43faed5f63f0ba9 Description-en: Development files for Glib-based API for Desktopcouch Desktopcouch-GLib is a GLib based API for Desktopcouch, a runtime management system that takes care of starting a CouchDB instance on-demand for each user and managing OAuth keys and replication for that CouchDB instance. Package: libdevel-cover-perl Description-md5: 14aa017ee7cc6570ae7dd3bfb556e39c Description-en: Perl tool for determining code coverage metrics Devel::Cover is a Perl module that helps collect and display code coverage information. Code coverage information is collected using a pluggable runops function which counts how many times each op is executed. This data is then mapped back to reality using the B compiler modules. There is also a another statement profiler which needs a better backend to be really useful. . Statement, branch, condition, subroutine, pod and time coverage information is reported. Statement coverage data should be reasonable, although there may be some statements which are not reported. Branch and condition coverage data should be mostly accurate too, although not always what one might initially expect. Subroutine coverage should be as accurate as statement coverage. Pod coverage comes from Pod::Coverage. If Pod::Coverage::CountParents is available it will be used instead. Coverage data for path coverage are not yet collected. . The cover program can be used to generate coverage reports. Another included program, gcov2perl, can convert gcov files to Devel::Cover databases. Package: libdevel-leak-perl Description-md5: b970f82a4f238352ed52a44a14323830 Description-en: Utility for looking for perl objects that are not reclaimed Devel::Leak has two functions: NoteSV and CheckSV. . NoteSV walks the perl internal table of allocated SVs (scalar values) - (which actually contains arrays and hashes too), and records their addresses in a table. It returns a count of these "things", and stores a pointer to the table (which is obtained from the heap using malloc()) in its argument. . CheckSV is passed argument which holds a pointer to a table created by NoteSV. It re-walks the perl-internals and calls sv_dump() for any "things" which did not exist when NoteSV was called. It returns a count of the number of "things" now allocated. Package: libdevhelp-3-0 Description-md5: 21ddcea70a9cb4ee9c6d175af1786078 Description-en: Library providing documentation browser functionality This library provides embedable widgets from the Devhelp program to be integrated in tools like the Anjuta IDE for browsing API reference documentation. Package: libdevhelp-dev Description-md5: 7b49d3b0b0dd45d57e9ee7c132199c03 Description-en: Library providing documentation browser functionality (development) This library provides embedable widgets from the Devhelp program to be integrated in tools like the Anjuta IDE for browsing API reference documentation. . This package contains the development files. Package: libdevmapper-dev Description-md5: 6f164253b7618b4fe6daa7986199ea43 Description-en: The Linux Kernel Device Mapper header files The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains the (user-space) header files for accessing the device-mapper; it allow usage of the device-mapper through a clean, consistent interface (as opposed to through kernel ioctls). Package: libdevmapper-event1.02.1 Description-md5: 36ef92e2373834da0cdeec4610992b68 Description-en: The Linux Kernel Device Mapper userspace library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains the userspace library to help with event monitoring for devmapper devices, in conjunction with the dmevent daemon. Package: libdevmapper1.02.1 Description-md5: eb04e49c70342d18b4739740954a0e0a Description-en: The Linux Kernel Device Mapper userspace library The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management) Team's implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space. This makes it useful for not only LVM, but EVMS, software raid, and other drivers that create "virtual" block devices. . This package contains the (user-space) shared library for accessing the device-mapper; it allows usage of the device-mapper through a clean, consistent interface (as opposed to through kernel ioctls). Package: libdirectfb-1.2-9 Description-md5: 9b88a3c54af32b4a717c3898ffb90f8f Description-en: direct frame buffer graphics - shared libraries DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. Package: libdirectfb-1.2-9-dbg Description-md5: 84436d2661c53f36eb487e7010506a32 Description-en: direct frame buffer graphics - shared libraries debug symbols DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. . This package contains DirectFB shared libraries debugging symbols. Package: libdirectfb-bin Description-md5: 54dbb533a6be14b2a7e652462886902e Description-en: direct frame buffer graphics - binaries DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. . This package contains the DirectFB background configuration tool and the directfbrc man page. Package: libdirectfb-bin-dbg Description-md5: 5552e3f8370236ab3c861ea39db1a131 Description-en: direct frame buffer graphics - binaries debug symbols DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. . This package contains DirectFB binaries debugging symbols. Package: libdirectfb-dev Description-md5: 8b640222d09c09d2e57034a9139adf8c Description-en: direct frame buffer graphics library - development files DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. . This package contains the files needed to compile and link programs which use DirectFB. Package: libdirectfb-extra Description-md5: 2509b3235edf91be389585adda14eb19 Description-en: direct frame buffer graphics - extra providers DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. . This package contains the following providers: . * image PNG * image JPEG * font FreeType * system X11 Package: libdirectfb-extra-dbg Description-md5: 16e323178837f45426826021157af863 Description-en: direct frame buffer graphics - extra provider debug symbols DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. . This package contains DirectFB extra provide debugging symbols. Package: libdiscid0 Description-md5: 0f49c80b6381637135fcfff5d4b6af34 Description-en: Library for creating MusicBrainz DiscIDs libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs. It reads a CD's table of contents (TOC) and generates an identifier which can be used to lookup the CD at MusicBrainz (http://musicbrainz.org). Additionally, it provides a submission URL for adding the DiscID to the database. Package: libdiscid0-dev Description-md5: 76418702aa0ca51129b15e630ae70d20 Description-en: Library for creating MusicBrainz DiscIDs (development files) libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs. It reads a CD's table of contents (TOC) and generates an identifier which can be used to lookup the CD at MusicBrainz (http://musicbrainz.org). Additionally, it provides a submission URL for adding the DiscID to the database. . This is the development package which contains headers and libraries for libdiscid. Package: libdjvulibre-dev Description-md5: 7a47b77e06ba2a68a7aff0a9650a0118 Description-en: Development files for the DjVu image format DjVu image format static library and development files. . DjVu is a set of compression technologies, a file format, and a software platform for the delivery over the Web of digital documents, scanned documents, and high resolution images. . DjVu documents download and display extremely quickly, and look exactly the same on all platforms. DjVu can be seen as a superior alternative to PDF and Postscript for digital documents, to TIFF (and PDF) for scanned documents, to JPEG for photographs and pictures, and to GIF for large palettized images. DjVu is the only Web format that is practical for distributing high-resolution scanned documents in color. Package: libdjvulibre-text Description-md5: d5fca3d4995b08f997ca3b715715e14b Description-en: Linguistic support files for libdjvulibre Runtime linguistic support files for the libdjvulibre library. Package: libdjvulibre21 Description-md5: 377e0a8fb1d56ba31c3feadafc4781b8 Description-en: Runtime support for the DjVu image format DjVu runtime library. Package: libdlm-dev Description-md5: 8750c30aae9433d634d65e8cf222791e Description-en: Red Hat cluster suite - distributed lock manager development files This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . DLM is a symmetric general-purpose distributed lock manager. It is used for example by GFS and the distributed volume manager. . This package contains the files needed for developing applications that use the lock manager. Package: libdlm3 Description-md5: c14fb99a6a1d8266af2e9d9166e52df6 Description-en: Red Hat cluster suite - distributed lock manager library This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . DLM is a symmetric general-purpose distributed lock manager. It is used for example by GFS and the distributed volume manager. . This is the client library for applications using the lock manager. The lock manager itself is a kernel module. Package: libdlmcontrol-dev Description-md5: 8750c30aae9433d634d65e8cf222791e Description-en: Red Hat cluster suite - distributed lock manager development files This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . DLM is a symmetric general-purpose distributed lock manager. It is used for example by GFS and the distributed volume manager. . This package contains the files needed for developing applications that use the lock manager. Package: libdlmcontrol3 Description-md5: c14fb99a6a1d8266af2e9d9166e52df6 Description-en: Red Hat cluster suite - distributed lock manager library This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . DLM is a symmetric general-purpose distributed lock manager. It is used for example by GFS and the distributed volume manager. . This is the client library for applications using the lock manager. The lock manager itself is a kernel module. Package: libdmapsharing-3.0-2 Description-md5: b3621e4cd46512c95e25c2d5cff67ae1 Description-en: DMAP client and server library - runtime libdmapsharing is a library to access and share content through the DMAP (DAAP & DPAP) protocols. The library is written in C using GObject and libsoup. . This package contains the runtime needed by programs using the library. Package: libdmapsharing-3.0-dev Description-md5: bb8f55d5c3a4142b22a433e34c58a8cb Description-en: DMAP client and server library - development libdmapsharing is a library to access and share content through the DMAP (DAAP & DPAP) protocols. The library is written in C using GObject and libsoup. . This package contains the development library and headers needed to build programs using the library. Package: libdmraid-dev Description-md5: e5a3901320dc2ca7963a3c9dcf456f14 Description-en: Device-Mapper Software RAID support tool - header files dmraid discovers, activates, deactivates and displays properties of software RAID sets (eg, ATARAID) and contained DOS partitions. . dmraid uses the Linux device-mapper to create devices with respective mappings for the ATARAID sets discovered. . This package contains the header files needed to link programs against dmraid. Package: libdmraid1.0.0.rc16 Description-md5: 46a093f4e6b08aef038639f58de18e32 Description-en: Device-Mapper Software RAID support tool - shared library dmraid discovers, activates, deactivates and displays properties of software RAID sets (eg, ATARAID) and contained DOS partitions. . dmraid uses the Linux device-mapper to create devices with respective mappings for the ATARAID sets discovered. . This package contains the dmraid shared library, which implements the back half of dmraid, including on-disk metadata formats. Package: libdmtx-dev Description-md5: 9ecdb01c9723adb0bac14acd76b0b5ab Description-en: Data Matrix barcodes (development files and static libraries) Libdmtx is a library for reading and writing Data Matrix 2D barcodes, two-dimensional symbols that hold a dense pattern of data with built-in error correction. . This package contains the static libraries and C header files needed for development of applications with Libdmtx. Package: libdmtx-utils Description-md5: db77aa3dbade868a399eba9c30ad01eb Description-en: Utilities for reading and writing Data Matrix 2D barcodes Libdmtx is a library for reading and writing Data Matrix 2D barcodes, two-dimensional symbols that hold a dense pattern of data with built-in error correction. . This package includes the command-line utilities for reading and writing Data Matrix barcode symbols. Package: libdmtx0a Description-md5: 9fbaebda0908eba2717eb1060664e2e5 Description-en: Data Matrix barcodes (runtime library) Libdmtx is a library for reading and writing Data Matrix 2D barcodes, two-dimensional symbols that hold a dense pattern of data with built-in error correction. . This package provides the Libdmtx runtime library. Package: libdmx-dev Description-md5: 4c3cc722eb34563e5337ba949cffc8b3 Description-en: X11 Distributed Multihead extension library (development headers) libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients. . libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al. . This package contains the development headers for the library found in libdmx1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libdmx Package: libdmx1 Description-md5: 3bb7f6af7b22c4a1e37a2eb6f705b674 Description-en: X11 Distributed Multihead extension library libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients. . libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libdmx Package: libdmx1-dbg Description-md5: c7776342d319349800d5af565864c2c3 Description-en: X11 Distributed Multihead library (debug package) libdmx is an interface to the DMX extension for X, which allows a single server to be set up as a proxy spanning multiple servers -- not unlike Xinerama across discrete physical machines. It can be reconfigured on the fly to change the layout, and it is presented as a single logical display to clients. . libdmx allows clients to configure the layout of DMX servers by adding and removing screens, input devices, et al. . This package contains the debug versions of the library found in libdmx1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libdmx Package: libdns69 Description-md5: 08196e0b2c6fd4d0c818845ca28dbe39 Description-en: DNS Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libdns shared library used by BIND's daemons and clients. Package: libdotconf-dev Description-md5: 48a406c7a7d2dd536c0d327fe0dc1849 Description-en: Configuration file parser library - development files dot.conf is a simple-to-use and powerful configuration-file parser library written in C. The configuration files created for dot.conf look very similar to those used by the Apache Webserver. Even Container-Directives known from httpd.conf can easily be used in the exact same manner as for Apache-Modules. It supports various types of arguments, dynamically loadable modules that create their own configuration options on-the-fly, a here-documents feature to pass very long ARG_STR data to your app, and on-the-fly inclusion of additional config files. . This package contains the development files necessary to build programs using the dotconf library. Package: libdotconf1.0 Description-md5: 921e2a5f88f20a745f43216bdd13ed16 Description-en: Configuration file parser library - runtime files dot.conf is a simple-to-use and powerful configuration-file parser library written in C. The configuration files created for dot.conf look very similar to those used by the Apache Webserver. Even Container-Directives known from httpd.conf can easily be used in the exact same manner as for Apache-Modules. It supports various types of arguments, dynamically loadable modules that create their own configuration options on-the-fly, a here-documents feature to pass very long ARG_STR data to your app, and on-the-fly inclusion of additional config files. Package: libdpkg-dev Description-md5: 0fd17a1a6d9f7c47ceec993ee3976f22 Description-en: Debian package management static library This package provides the header files and static library necessary to develop software using libdpkg, the same library used internally by dpkg. . Note though, that the API is to be considered volatile, and might change at any time, use at your own risk. Package: libdrm-dev Description-md5: 26367cfc3b23b21ad8b59e1f0974ff45 Description-en: Userspace interface to kernel DRM services -- development files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the development environment for libdrm. Package: libdrm-intel1 Description-md5: a0ec25778ef74dfe186d7ace2946e2e9 Description-en: Userspace interface to intel-specific kernel DRM services -- runtime This library implements the userspace interface to the intel-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Package: libdrm-intel1-dbg Description-md5: 479d5fd9b792b0e4005a9def65feed19 Description-en: Userspace interface to intel-specific kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the debugging symbols for the libdrm-intel1 package. Package: libdrm-nouveau1a Description-md5: e9d35521833d93a9e60b0579def3745c Description-en: Userspace interface to nouveau-specific kernel DRM services -- runtime This library implements the userspace interface to the nouveau-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Package: libdrm-nouveau1a-dbg Description-md5: 04f3874d8b5416331bb5ae8bf6fd83a2 Description-en: Userspace interface to nouveau-specific kernel DRM -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the debugging symbols for the libdrm-nouveau1a package. Package: libdrm-radeon1 Description-md5: fbdefd428f29bf05163182b24d86f2a4 Description-en: Userspace interface to radeon-specific kernel DRM services -- runtime This library implements the userspace interface to the radeon-specific kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Package: libdrm-radeon1-dbg Description-md5: 56a3655eb825ab9851b19faa2d4fad7a Description-en: Userspace interface to radeon-specific kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the debugging symbols for the libdrm-radeon1 package. Package: libdrm2 Description-md5: aefc4200d84a6f2aee6f342bdd88dc24 Description-en: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the runtime environment for libdrm. Package: libdrm2-dbg Description-md5: 4ca6944e55bdf07eb73a9e7bebdd7276 Description-en: Userspace interface to kernel DRM services -- debugging symbols This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides debugging symbols for the libdrm2 package. Package: libdv-bin Description-md5: 03474f3be1c60e852f2027456adf28bf Description-en: software library for DV format digital video (sample apps) The Quasar DV Codec (libdv) is a software decoder for DV format video, as defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format used by consumer-grade digital camcorders. . This package contains sample programs for viewing (playdv), encoding (encodedv), transferring DV data (dvconnect) and insert audio into a DV stream (dubdv). Package: libdv4 Description-md5: 736b863777ce31e159d4bbc98f81e587 Description-en: software library for DV format digital video (runtime lib) The Quasar DV Codec (libdv) is a software decoder for DV format video, as defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format used by consumer-grade digital camcorders. . This package contains the library needed to run executables using libdv. Package: libdv4-dev Description-md5: d017c359e4a26d0707ca717b327a65a4 Description-en: software library for DV format digital video (devel files) The Quasar DV Codec (libdv) is a software decoder for DV format video, as defined by the IEC 61834 and SMPTE 314M standards. DV is the encoding format used by consumer-grade digital camcorders. . This package contains the development headers and library files needed to compile programs using libdv. Package: libdw-dev Description-md5: f125fde79e7cf4843502f64d2aca123c Description-en: libdw1 development libraries and header files libdw1 provides a library that provides access to DWARF debug information stored inside ELF files. . This package contains development libraries and header files for libdw1. . It also contains a static version of libdw. Only link to the static version for special cases and when you don't need anything from the ebl backends. Package: libdw1 Description-md5: 6238c70828caf72448d9f8116f0e5c97 Description-en: library that provides access to the DWARF debug information libdw1 provides a library that provides access to DWARF debug information stored inside ELF files. . This library is part of elfutils. Package: libebackend-1.2-1 Description-md5: b3d133d6b14648a896d4e2d251b6dcae Description-en: Utility library for evolution data servers This package is a utility library for evolution-data-servers providing backend functions to access data. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libebackend1.2-dev Description-md5: a5d72b476981a785a5ae2459f4a20808 Description-en: Utility library for evolution data servers (development files) This package contains header files and static library for libebackend. . libebackend is a utility library for evolution-data-server providing backend function to access data. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libebook1.2-12 Description-md5: cb24488ae2ac69e00752272e7be5221f Description-en: Client library for evolution address books This package is a client library for evolution addressbooks. . Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libebook1.2-dev Description-md5: ef3ee2f270bec1dd37ca08ab22a90311 Description-en: Client library for evolution address books (development files) This package contains header files and static library for libebook. . libebook is a client library for evolution addressbooks. Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. Package: libecal1.2-10 Description-md5: 04cb425637b47946ccd00f8590d52db8 Description-en: Client library for evolution calendars Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a client library for evolution calendar. Package: libecal1.2-dev Description-md5: 64e78a627bc19180d08e2006a3590372 Description-en: Client library for evolution calendars (development files) Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains header files and static library for libecal. Package: libecj-java-gcj Description-md5: 6a2c7480e747805957b4acfa89583de5 Description-en: Eclipse Java compiler (native library) This package provides a standalone version of the Eclipse JDT compiler library which is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) and is compatible with Java 1.3, 1.4, 1.5, 1.6 and 1.7. . This package contains a native version of libecj-java built using gcj. Package: libecpg-compat3 Description-md5: 66ce228306ea5636e1cb757bd540255b Description-en: older version of run-time library for ECPG programs The libecpg_compat shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libecpg-dev Description-md5: 5eb928e68d1075508e3d6a4d7fc6f514 Description-en: development files for ECPG (Embedded PostgreSQL for C) This package contains the necessary files to build ECPG (Embedded PostgreSQL for C) programs. It includes the development libraries and the preprocessor program ecpg. . PostgreSQL is an object-relational SQL database management system. . Install this package if you want to write C programs with SQL statements embedded in them (rather than run by an external process). Package: libecpg6 Description-md5: 51ed6df58b24baddae9952acb91903bd Description-en: run-time library for ECPG programs The libecpg shared library is used by programs built with ECPG (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libecryptfs-dev Description-md5: 4c5880400c7ab1144565f4ece5848c65 Description-en: ecryptfs cryptographic filesystem (development) eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. . This package contains the development files. Package: libecryptfs0 Description-md5: 958faad97f1c3055b5fe02dce3e30b37 Description-en: ecryptfs cryptographic filesystem (library) eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux. . This package contains the library. Package: libedata-book-1.2-11 Description-md5: 2951cda855016cedfd37b2b06ff0940f Description-en: Backend library for evolution address books Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a backend library for evolution address book. Package: libedata-book1.2-dev Description-md5: daf7a85467bbdfac33345b2709b9f36d Description-en: Backend library for evolution address books (development files) Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains header files and static library for libedata-book. Package: libedata-cal-1.2-13 Description-md5: 6f9b6ccd1e5738678caa1d75cb84cf43 Description-en: Backend library for evolution calendars Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package is a backend library for evolution calendar. Package: libedata-cal1.2-dev Description-md5: e696a09b21241ebcdcff5dd7e60f1c19 Description-en: Backend library for evolution calendars (development files) Evolution is the integrated mail, calendar, task and address book distributed suite from Novell, Inc. . This package contains header files and static library for libedata-cal. Package: libedataserver1.2-15 Description-md5: fda04a0fcd5d6e38514bd04afa3d3e7f Description-en: Utility library for evolution data servers The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package is a utility library for evolution-data-server. Package: libedataserver1.2-dev Description-md5: f544598afd99e88bcd01bf63f94d1b5b Description-en: Utility library for evolution data servers (development files) The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains header files and static library for libedataserver. Package: libedataserverui-3.0-1 Description-md5: 36d91c84a191a0a21c4e0cb1baa9b09c Description-en: GUI utility library for evolution data servers The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package is a GUI utility library for evolution-data-server. Package: libedataserverui-3.0-dev Description-md5: 6189cfd2076fd87996ea7ec2b1e2d12c Description-en: GUI utility library for evolution data servers (development files) The data server, called "Evolution Data Server" is responsible for managing calendar and addressbook information. . This package contains header files and static library for libedataserverui. Package: libedit-dev Description-md5: 2448a49a2bf0ca26e97f58cc0de443f8 Description-en: BSD editline and history libraries (development files) The editline library provides generic line editing and history functions. . It slightly resembles GNU readline Package: libedit2 Description-md5: aaa02724caca4b0a78d45fd26d3362e9 Description-en: BSD editline and history libraries The editline library provides generic line editing and history functions. . It slightly resembles GNU readline Package: libegl1-mesa Description-md5: 303131c20d722e28695d1b6357d3c1c6 Description-en: free implementation of the EGL API -- runtime This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package contains modules to interface with the existing system GLX or DRI2 drivers to provide OpenGL via EGL. The libegl1-mesa-drivers package provides drivers to provide hardware-accelerated OpenGL|ES and OpenVG support. Package: libegl1-mesa-dbg Description-md5: 2f865519d57e73074704ab36dee31207 Description-en: free implementation of the EGL API -- debugging symbols This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package contains the debugging symbols for the EGL library. Package: libegl1-mesa-dev Description-md5: 8e7125460d26d2b46c63ba2792ce25e2 Description-en: free implementation of the EGL API -- development files This package contains the development environment required for compiling programs against EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package provides the development environment for compiling programs against the EGL library. Package: libegl1-mesa-drivers Description-md5: 6f63ffb98c579f02a36dc4f9945d5353 Description-en: free implementation of the EGL API -- hardware drivers This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package contains the drivers required for hardware accelerated rendering of EGL-based graphics libraries, such as OpenGL|ES and OpenVG. Package: libegl1-mesa-drivers-dbg Description-md5: 2a77b1ce20257ac2bbd8df0260110ab0 Description-en: free implementation of the EGL API -- driver debugging symbols This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG. . This package contains the debugging symbols for the drivers required for hardware accelerated rendering of EGL-based graphics libraries. Package: libelf-dev Description-md5: 987fe60edac82d9ad80df9bdb9c08f33 Description-en: libelf1 development libraries and header files libelf1 provides a shared library which allows reading and writing of ELF files on a high level. . This package contains development libraries and header files for libelf1. Package: libelf1 Description-md5: 5188e87e91e6292255a5ccd72d2f25ed Description-en: library to read and write ELF files The libelf1 package provides a shared library which allows reading and writing ELF files on a high level. Third party programs depend on this package to read internals of ELF files. The programs of the elfutils package use it also to generate new ELF files. . This library is part of elfutils. Package: libelfg0 Description-md5: a7a2d847dc1ecc76622578d858b2494f Description-en: an ELF object file access library libelf provides routines to access and manipulate ELF object files. It is still not complete, but is required for a number of programs, such as Eli (a state of the art compiler generation system), and Elk (the Extension Language Kit - an implementation of the Scheme programming language.) . This shared library may be needed by pre-packaged programs. To compile programs with this library, you will need to install the libelfg0-dev package as well. Package: libelfg0-dev Description-md5: cbac14f2c9ec1f9653f66af58dac7ccb Description-en: an ELF object file access library: development files libelf provides routines to access and manipulate ELF object files. It is still not complete, but is required for a number of programs, such as Eli (a state of the art compiler generation system), and Elk (the Extension Language Kit - an implementation of the Scheme programming language.) . This development library is only needed if you intend to compile, or write, your own programs with this library. It holds the static linking library (.a), and the required .so link to libelf0.so.0. To run programs linked with this library, install the libelfg0 package. Package: libenca-dbg Description-md5: 5624e260bd409c48cd7e759ff3c5d8ce Description-en: Extremely Naive Charset Analyser - debug files Enca is an Extremely Naive Charset Analyser. It detects the character set and the encoding of text files and can also convert them to other encodings. . This package contains debugger symbols useful for debugging problems with this library. Package: libenca-dev Description-md5: 6073f954b54db14120258aca7bdd4e19 Description-en: Extremely Naive Charset Analyser - development files Enca is an Extremely Naive Charset Analyser. It detects the character set and the encoding of text files and can also convert them to other encodings. . This package contains header files needed for development with libenca. It also contains API documentation. Package: libenca0 Description-md5: da9031e69c0ee3eed757fb4c01f3036d Description-en: Extremely Naive Charset Analyser - shared library files Enca is an Extremely Naive Charset Analyser. It detects the character set and the encoding of text files and can also convert them to other encodings. . This package contains the shared library needed to run applications compiled against libenca. Package: libenchant-dev Description-md5: b2620cb0d943a1db9ccdedf63e68ee00 Description-en: Wrapper library for various spell checker engines (development) Enchant is a generic spell checking library which uses existing spell checker engines such as ispell, aspell and myspell as its backends. . Enchant steps in to provide uniformity and conformity on top of these libraries, and implement certain features that may be lacking in any individual provider library. . This package contains files needed for development with Enchant. Package: libenchant-voikko Description-md5: 6ba31c01c5eaf63c081ad274d913fe07 Description-en: Voikko spell-checker libenchant plugin Voikko is a Finnish spell-checker and hyphenator based on Malaga and Suomi-Malaga. . This package contains a libenchant provider plugin that allows using Voikko in any application that uses enchant library for spell-checking, such as Abiword. Package: libenchant1c2a Description-md5: 6be11339623b0b23467c697d1b6bcf78 Description-en: Wrapper library for various spell checker engines Enchant is a generic spell checking library which uses existing spell checker engines such as ispell, aspell and myspell as its backends. . Enchant steps in to provide uniformity and conformity on top of these libraries, and implement certain features that may be lacking in any individual provider library. . This package contains shared library and program. Package: libencode-locale-perl Description-md5: 1c14f34a9b9d859825a55e14b46d6c7c Description-en: utility to determine the locale encoding In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world is still byte based. Programs therefore needs to decode byte strings that enter the program from the outside and encode them again on the way out. . The POSIX locale system is used to specify both the language conventions requested by the user and the preferred character set to consume and output. The Encode::Locale module looks up the charset and encoding (called a CODESET in the locale jargon) and arrange for the Encode module to know this encoding under the name "locale". It means bytes obtained from the environment can be converted to Unicode strings by calling Encode::encode(locale => $bytes) and converted back again with Encode::decode(locale => $string). Package: libept-dev Description-md5: db1ebb07da1715a36bf605f6d6b727d2 Description-en: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data about Debian packages can be implemented and queried together. . The library includes four data sources: . * APT: access the APT database * Debtags: access the Debtags tag information * Popcon: access Popcon package scores * The Xapian index built by apt-xapian-index . This is the development library. Package: libept1 Description-md5: dc36b06ff413539afcd133bd1698dd39 Description-en: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data about Debian packages can be implemented and queried together. . The library includes four data sources: . * APT: access the APT database * Debtags: access the Debtags tag information * Popcon: access Popcon package scores * The Xapian index built by apt-xapian-index . This is the shared library. Package: libesd0 Description-md5: 23af9daea845a74362f4e1a63a3e5895 Description-en: Enlightened Sound Daemon - Shared libraries This program is designed to mix together several digitized audio streams for playback by a single device. . This package contains the shared library. Package: libesd0-dev Description-md5: c845070216fefb0dc80aaf6ac702ae74 Description-en: Enlightened Sound Daemon - Development files This program is designed to mix together several digitized audio streams for playback by a single device. . This package contains the header files needed to compile applications that use libesd0. Package: libesmtp-dev Description-md5: e311e7ad55f947033bf2f9c1bd9e8b92 Description-en: LibESMTP SMTP client library development files LibESMTP is a library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as Exim. It may be used as part of a Mail User Agent (MUA) or another program that must be able to post electronic mail but where mail functionality is not the program's primary purpose. Package: libesmtp6 Description-md5: 1355416562036733fdccb1164963edfe Description-en: LibESMTP SMTP client library LibESMTP is a library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as Exim. It may be used as part of a Mail User Agent (MUA) or another program that must be able to post electronic mail but where mail functionality is not the program's primary purpose. Package: libespeak-dev Description-md5: 16f8bdcde457d8c2150cb171d904d7ca Description-en: Multi-lingual software speech synthesizer: development files eSpeak is a software speech synthesizer for English, and some other languages. . This package contains the eSpeak development files needed to build against the espeak shared library. Package: libespeak1 Description-md5: 979c4445019f29a7a752783878e7fe06 Description-en: Multi-lingual software speech synthesizer: shared library eSpeak is a software speech synthesizer for English, and some other languages. . This package contains the espeak program in a shared library. Package: libevent-2.0-5 Description-md5: 45b333b614c8e682d2a525e278f5c233 Description-en: Asynchronous event notification library Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . For backward compatibility and to transition to "libevent_core only" or "libevent_core + libevent_extra", the libevent source package builds the libevent library that includes everything in libevent_core and libevent_extra. Package: libevent-core-2.0-5 Description-md5: 951eaa6250fb2e171dca3efbd48a13f0 Description-en: Asynchronous event notification library (core) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . The libevent_core library includes event loops, timers, buffer code, and various small compatibility functions. . If you're writing software that only uses libevent's event loop, you should link against only the libevent_core library. Package: libevent-dbg Description-md5: bb5dc0220b6e054969b4eb43196d2663 Description-en: Asynchronous event notification library (debug symbols) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . This package includes debugging information for libevent. Package: libevent-dev Description-md5: a0372b2adf9c0952b500f3fdbe22e52d Description-en: Asynchronous event notification library (development files) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . This package includes development files for compiling against libevent. Package: libevent-extra-2.0-5 Description-md5: 7e81dabcc83d13ad144b6515c21b85c0 Description-en: Asynchronous event notification library (extra) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . The libevent_extra library includes code for HTTP, DNS, RPC, and so on. . If you're writing software that uses libevent's protocol support, you need to link libevent_core and libevent_extra as well. Package: libevent-openssl-2.0-5 Description-md5: 9fbb926ce82ae47152f531168a5a07bf Description-en: Asynchronous event notification library (openssl) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . There is now a bufferevent type that supports SSL/TLS using the OpenSSL library. The code for this is build in a separate library, libevent_openssl, so that your programs don't need to link against OpenSSL unless they actually want SSL support. Package: libevent-pthreads-2.0-5 Description-md5: 1a5d857791ab89f821f6bb92b9d541ca Description-en: Asynchronous event notification library (pthreads) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . If you want threading support and you're using pthreads, you'll need to link against the libevent_pthreads library in addition to libevent_core. Package: libevince-dev Description-md5: 3c909fd18489ea03bba7a5fbca4102b7 Description-en: Document (PostScript, PDF) rendering library - development files This package contains evince-related libraries for rendering and displaying Evince documents like PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable Document Format (PDF) files. * libevdocument, which performs the rendering of the documents * libevview, which provides GTK+ widgets for displaying documents . This package provides the development headers, static libraries and documentation. Package: libevince3-3 Description-md5: 993aec0d864e3b8e0388639c5ab417b7 Description-en: Document (PostScript, PDF) rendering library This package contains evince-related libraries for rendering and displaying Evince documents like PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable Document Format (PDF) files. * libevdocument, which performs the rendering of the documents * libevview, which provides GTK+ widgets for displaying documents . It is shipped with the ps, pdf, dvi, tiff, djvu, comics pixbuf backends. Package: libevolution Description-md5: 7436231c1d82f82c18cdb494998d7362 Description-en: evolution libraries This package contains libraries used by evolution and the Anjal mail client. Package: libexempi-dev Description-md5: 6cf08cd6711bedf4617e91428c3fe539 Description-en: library to parse XMP metadata (Development files) Exempi is a library to parse XMP metadata as defined by the specification. . XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type. Package: libexempi3 Description-md5: a1c9bcccb3f7f9214a240f613e875fbb Description-en: library to parse XMP metadata (Library) Exempi is a library to parse XMP metadata as defined by the specification. . XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type. Package: libexempi3-dbg Description-md5: 5fc0814677d5f36464489fb466846ff9 Description-en: library to parse XMP metadata (Debug files) Exempi is a library to parse XMP metadata as defined by the specification. . XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type. Package: libexif-dev Description-md5: 8c30e3b15204de874eb1e6fb7a6a74ea Description-en: library to parse EXIF files (development files) Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. . This package contains the development files. Package: libexif12 Description-md5: 7cb2387fed63f9f1902bcc28bafbd66b Description-en: library to parse EXIF files Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. Package: libexiv2-10 Description-md5: 62757347e48c5076013498da0ef17849 Description-en: EXIF/IPTC metadata manipulation library Exiv2 library supports: * full read and write access to the EXIF and IPTC metadata of an image through Exiv2 keys and standard C++ iterators * a smart IPTC implementation that does not affect data that programs like Photoshop store in the same image segment * EXIF MakerNote support: - MakerNote tags can be accessed just like any other EXIF metadata - a sophisticated write algorithm avoids corrupting the MakerNote: * extract and delete methods for EXIF thumbnails (both, JPEG and TIFF thumbnails) * set methods for EXIF thumbnails (JPEG only, TIFF thumbnails can be set from individual tags) * complete API documentation (by Doxygen) * generic lower-level classes to access IFD (Image File Directory) data structures Package: libexiv2-dbg Description-md5: 55a2540974cbf5350a514db95b674fea Description-en: EXIF/IPTC metadata manipulation library - debug Exiv2 debug symbols package Package: libexiv2-dev Description-md5: 9520c2a0927edb91913edc906cddf1db Description-en: EXIF/IPTC metadata manipulation library - development files Exiv2 C++ header files. Package: libexpat1 Description-md5: 969a775adb36dbfb73b9d7ef67f13bd6 Description-en: XML parsing C library - runtime library This package contains the runtime, shared library of expat, the C library for parsing XML. Expat is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags). Package: libexpat1-dev Description-md5: 0b45073661cf63b9161c598405a4e62d Description-en: XML parsing C library - development kit This package contains the header file and development libraries of expat, the C library for parsing XML. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. Package: libfence-dev Description-md5: 6421f91d24808d375cadc1fb997a9ba9 Description-en: Red Hat cluster suite - fence server development files This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . fenced is the daemon in charge of controlling cluster node fencing. . This package contains the files needed for developing applications that need to request node fencing. Package: libfence4 Description-md5: 5ae84a6742adfbc049dc1b157c5fbebc Description-en: Red Hat cluster suite - fence client library This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . fenced is the daemon in charge of controlling cluster node fencing. . This is the client library for requesting node fencing. Package: libffado-dev Description-md5: 9d3a45b6227b7fe7aebb546d9d19f3a2 Description-en: FFADO API - development files 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 development files. Package: libffado2 Description-md5: 4c331f90e31074719b77f3d0b71de841 Description-en: FFADO API 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 shared library. Package: libffi-dev Description-md5: cb5b8c2fd242772cae1be91db134642c Description-en: Foreign Function Interface library (development files) This package contains the headers and static library files necessary for building programs which use libffi. . A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Package: libffi6 Description-md5: aa11fa9e12227fc9a1de7b2cb193c270 Description-en: Foreign Function Interface library runtime A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Package: libffi6-dbg Description-md5: 20af1eabe0d6190ef16f6991d091b7b3 Description-en: Foreign Function Interface library runtime (debug symbols) A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. Package: libfftw3-3 Description-md5: f8c5894265621a2183ed9dd4fa82cdda Description-en: library for computing Fast Fourier Transforms The FFTW library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library versions of the fftw libraries in single, double and long double precisions. Note that on some architectures double is the same as long double in which case there is no long double library. . To get the static library and the header files, you need to install libfftw3-dev. For documentation, see libfftw3-doc. Package: libfftw3-dev Description-md5: 3975395e995633dc06f77afcf3f8d3cd Description-en: library for computing Fast Fourier Transforms The FFTW library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the statically linked library, header files and test programs. . For documentation, see libfftw3-doc. Package: libfile-rsyncp-perl Description-md5: 0b792ffc9394425e6e7f05b2aa41deef Description-en: A perl based implementation of an Rsync client This module provides an API that makes it easy to write short scripts that communicate with a native rsync process or a native rsyncd daemon. . It was initially written to provide an Rsync interface to BackupPC. Package: libfindlib-ocaml Description-md5: 01a205b5d1b557788906974aab0a0eb1 Description-en: library for managing OCaml libraries (runtime) The "findlib" OCaml library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored. The packages are kept in the filesystem hierarchy, but with strict directory structure. The library contains functions to look the directory up that stores a package, to query metainformation about a package, and to retrieve dependency information about multiple packages. . This package contains files that are or may be needed at runtime by programs using findlib (META files and dynamically-loadable files). Package: libfindlib-ocaml-dev Description-md5: caf97965ee3f3c53c2568ee3fc1f5f9f Description-en: library for managing OCaml libraries (development files) The "findlib" OCaml library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored. The packages are kept in the filesystem hierarchy, but with strict directory structure. The library contains functions to look the directory up that stores a package, to query metainformation about a package, and to retrieve dependency information about multiple packages. . This package contains development files needed to compile programs using findlib. Package: libflac++-dev Description-md5: 587748b0cbc64da87e6a3c66a716974c Description-en: Free Lossless Audio Codec - C++ development library 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 development library libFLAC++. Package: libflac++6 Description-md5: 3e16a4b738821651b2d456b30ceedb19 Description-en: Free Lossless Audio Codec - C++ runtime library 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 runtime library libFLAC++. Package: libflac-dev Description-md5: cee7b37a9102c16f614988533407b6e9 Description-en: Free Lossless Audio Codec - C development library 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 development library libFLAC. Package: libflac8 Description-md5: f4e8094378ea7f3b5f74adc1e78593b6 Description-en: Free Lossless Audio Codec - runtime C library 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 runtime library libFLAC. Package: libflite1 Description-md5: ced4dfb837230c717b7e1f4190d2715f Description-en: a small run-time speech synthesis engine - shared libraries Flite is a small fast run-time speech synthesis engine. It is the latest addition to the suite of free software synthesis tools including University of Edinburgh's Festival Speech Synthesis System and Carnegie Mellon University's FestVox project, tools, scripts and documentation for building synthetic voices. However, flite itself does not require either of these systems to run. . This package contains the shared library objects of Festival Lite Package: libfltk1.1 Description-md5: 1258b55a967eac77a8cf269244ce33f2 Description-en: Fast Light Toolkit - shared libraries This package contains the files necessary for running programs dynamically linked with FLTK. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. Package: libfltk1.1-dbg Description-md5: 1f1941337a021b4274529d38c4ee46bb Description-en: Fast Light Toolkit - shared libraries with debugging symbols This package is useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using the libraries (or in the libraries themselves). . Non-programmers will likely have little use for this. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. Package: libfltk1.1-dev Description-md5: fd19f539170e49b3078fef85e7a556c0 Description-en: Fast Light Toolkit - development files This package provides the files necessary for compiling programs that depend on FLTK. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. Package: libfolks-dbg Description-md5: a548d12643557704e4ee6a7a39cabce0 Description-en: library to aggregates people into metacontact - debugging symbols libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers, evolution data server, and eventually Facebook, etc.) to create metacontacts. . This package contains the debugging symbols for libfolks library. Package: libfolks-dev Description-md5: 2d3cfde05666f4e0e61a844476d92699 Description-en: library to aggregates people into metacontact - development files libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers, evolution data server, and eventually Facebook, etc.) to create metacontacts. . This package contains the development files for libfolks library. Package: libfolks-eds-dbg Description-md5: d6c4b529883ad3f55ef08070c130facf Description-en: Evolution Data Server backend for libfolks - debugging symbols libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers, evolution data server, and eventually Facebook, etc.) to create metacontacts. . This package contains the debugging symbols for libfolks telepathy backend. Package: libfolks-eds-dev Description-md5: 127ff0d9ac0c09be309737f2629942cf Description-en: Evolution Data Server backend for libfolks - development files libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers, evolution data server, and eventually Facebook, etc.) to create metacontacts. . This package contains the development files for libfolks eds backend. Package: libfolks-eds25 Description-md5: b2a75ea4fd9b4e606d7fabcf5996a449 Description-en: Evolution Data Server backend for libfolks libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers, evolution data server, and eventually Facebook, etc.) to create metacontacts. . This package contains the Telepathy backend for libfolks Package: libfolks-telepathy-dbg Description-md5: e6f5c036f43fb07eef26323517cec91f Description-en: Telepathy backend for libfolks - debugging symbols libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers, evolution data server, and eventually Facebook, etc.) to create metacontacts. . This package contains the debugging symbols for libfolks telepathy backend. Package: libfolks-telepathy-dev Description-md5: dcf60237001a6399603bd0ed690a39cc Description-en: Telepathy backend for libfolks - development files libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers, evolution data server, and eventually Facebook, etc.) to create metacontacts. . This package contains the development files for libfolks telepathy backend. Package: libfolks-telepathy25 Description-md5: df3c49f59b0369256a3db8cbe54d918a Description-en: Telepathy backend for libfolks libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers, evolution data server, and eventually Facebook, etc.) to create metacontacts. . This package contains the Telepathy backend for libfolks Package: libfolks25 Description-md5: c906e56a9847b4c8ba0fb36f639234fd Description-en: library to aggregates people into metacontacts libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers, evolution data server, and eventually Facebook, etc.) to create metacontacts. Package: libfont-afm-perl Description-md5: 251d04770a8f6c548fa442cde83c641d Description-en: Font::AFM - Interface to Adobe Font Metrics files This module implements the Font::AFM class. Objects of this class are initialised from an AFM-file and allows you to obtain information about the font and the metrics of the various glyphs in the font. . All measurements in AFM files are given in terms of units equal to 1/1000 of the scale factor of the font being used. To compute actual sizes in a document, these amounts should be multiplied by (scale factor of font)/1000. Package: libfont-freetype-perl Description-md5: 1a3431971613f05045ab2914771552cb Description-en: Read font files and render glyphs from Perl using FreeType2 This module allows Perl programs to conveniently read information from font files. All the font access is done through the FreeType2 library, which supports many formats. It can render images of characters with high-quality hinting and antialiasing, extract metrics information, and extract the outlines of characters in scalable formats like TrueType. Package: libfontconfig1 Description-md5: 79e15bc25852b501452288a133d57a43 Description-en: generic font configuration library - runtime Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the runtime library needed to launch applications using fontconfig. Package: libfontconfig1-dbg Description-md5: 626d31b62d1e9e091f20eb6ec4edac78 Description-en: generic font configuration library - debugging symbols Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the debugging symbols associated with libfontconfig1. They will automatically be used by gdb for debugging fontconfig-related issues. It should be installed when experiencing crashes involving fontconfig so that a better backtrace is provided in the bug report. Package: libfontconfig1-dev Description-md5: 050db170deaa19847a8222ec11c75166 Description-en: generic font configuration library - development Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the static libraries and headers needed for the development of applications using fontconfig. Package: libfontenc-dev Description-md5: 37a55bd1ad8c6306a02543c3bd4d426c Description-en: X11 font encoding library (development headers) libfontenc is a library which helps font libraries portably determine and deal with different encodings of fonts. . This package contains the development headers for the library found in libfontenc1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libfontenc Package: libfontenc1 Description-md5: 7b4f6c27df2fd0d1bc06021e797d04f6 Description-en: X11 font encoding library libfontenc is a library which helps font libraries portably determine and deal with different encodings of fonts. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libfontenc Package: libfontenc1-dbg Description-md5: 3ac1b00bf4fd929c54e9c45f1bb650f4 Description-en: X11 font encoding library (debug package) libfontenc is a library which helps font libraries portably determine and deal with different encodings of fonts. . This package contains the debug versions of the library found in libfontenc1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libfontenc Package: libfontforge-dev Description-md5: 9a5c812671af7c58235e812a87f2d571 Description-en: font editor - runtime library (development files) Besides being a font editor, FontForge 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 runtime library's development files. Package: libfontforge1 Description-md5: 4458ad30f3dfc98340b1d416ab2c8d24 Description-en: font editor - runtime library Besides being a font editor, FontForge 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 runtime library. Package: libfreeradius-dev Description-md5: 3c0c3d13bc398f9c14b6ccb3e25e2af3 Description-en: FreeRADIUS shared library development files The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by the FreeRADIUS server and some of the utilities. . This package contains the development headers and static library version. Package: libfreeradius2 Description-md5: 919b31a593d09cd5d4a89177002536aa Description-en: FreeRADIUS shared library The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by the FreeRADIUS server and some of the utilities. Package: libfreetype6 Description-md5: 74d3ddb20419b75f6ffeda0bea0b0ade Description-en: FreeType 2 font engine, shared library files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. . The FreeType 2 library is their new software font engine. It has been designed to provide the following important features: * A universal and simple API to manage font files * Support for several font formats through loadable modules * High-quality anti-aliasing * High portability & performance . Supported font formats include: * TrueType files (.ttf) and collections (.ttc) * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format * Type 1 Multiple Master fonts. The FreeType 2 API also provides routines to manage design instances easily * Type 1 CID-keyed fonts * OpenType/CFF (.otf) fonts * CFF/Type 2 fonts * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with the Adobe SVG viewer plugin. * Windows FNT/FON bitmap fonts . This package contains the files needed to run programs that use the FreeType 2 library. . Home Page: http://www.freetype.org/ Authors: David Turner Robert Wilhelm Werner Lemberg Package: libfreetype6-dev Description-md5: 172d8a56d9acb662016bcd69f56b4640 Description-en: FreeType 2 font engine, development files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. . This package contains all supplementary files (static library, headers and documentation) you need to develop your own programs using the FreeType 2 library. Package: libfribidi-dev Description-md5: 4dddf6b79d76d215e47387fa37ab5e90 Description-en: Development files for FreeBidi library FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the header files and static libraries for the FriBidi C library. Package: libfribidi0 Description-md5: 61cf20beb4c9c8cddf96f40bdc83fbb0 Description-en: Free Implementation of the Unicode BiDi algorithm FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the shared libraries. Package: libfs-dev Description-md5: 8afa50cb2254f0d5b40ef30959e297da Description-en: X11 Font Services library (development headers) libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of these implementations. . This package contains the development headers for the library found in libfs6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS Package: libfs6 Description-md5: bc296d2b3e22926a5940397b64e85665 Description-en: X11 Font Services library libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of these implementations. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS Package: libfs6-dbg Description-md5: 4adf63290da4ca2067cfdbd7d8c74262 Description-en: X11 Font Services library (debug package) libFS, the Font Services library, provides various functions useful to X11 font servers, and clients connecting to font servers. It is not used outside of thse implementations. . This package contains the debug versions of the library found in libfs6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libFS Package: libftdi-dev Description-md5: 5d69cf46af3e5eb6b47a8652070827e2 Description-en: Development files for libftdi This package contains the header files and static library needed to compile applications that use libftdi. Package: libftdi1 Description-md5: e2f74d64618af8aead3354b7bdfc1891 Description-en: Library to control and program the FTDI USB controller This library could talk to FTDI's FT232 and FT245 type USB chips from userspace. It uses libusb to communicate with the chips. . Functionalities include the possibility to use the chips in standard mode, in bitbang mode, and to read or write the serial EEPROM. . This is the C version of the library. Package: libftdi1-dbg Description-md5: 649a167bf6227c1dc1d870e1b30c6f7b Description-en: Debugging symbols for libftdi1 This package contains unstripped shared libraries. it is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and can be used by placing that directory in LD_LIBRARY_PATH. Package: libftdipp-dev Description-md5: 9256afecac7fb32622c95945655af9e5 Description-en: Development files for libftdipp This package contains the header files and static library needed to compile applications that use libftdipp. Package: libftdipp1 Description-md5: 2a0c22c2f360e2d63d883500e9e232bd Description-en: Library to control and program the FTDI USB controller This library could talk to FTDI's FT232 and FT245 type USB chips from userspace. It uses libusb to communicate with the chips. . Functionalities include the possibility to use the chips in standard mode, in bitbang mode, and to read or write the serial EEPROM. . This is the C++ version of the library. Package: libftdipp1-dbg Description-md5: 969d3e4aa92b08f97263e951ddb059e7 Description-en: Debugging symbols for libftdipp1 This package contains unstripped shared libraries. it is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and can be used by placing that directory in LD_LIBRARY_PATH. Package: libfuse-dev Description-md5: 4a938cc339d125b47d549908a7df2073 Description-en: Filesystem in USErspace (development files) Simple interface for userspace programs to export a virtual filesystem to the Linux kernel. . This package contains the files necessary to write applications in C or C++ using fuse. Package: libfuse2 Description-md5: 5d223263b75b2a98a7218dd5a0a8aaa7 Description-en: Filesystem in USErspace library Simple interface for userspace programs to export a virtual filesystem to the Linux kernel. . This package contains the files necessary to write applications in C or C++ using fuse. Package: libgadu-dev Description-md5: 7454e7182cbd41e16f7277a4bf5c5301 Description-en: Gadu-Gadu protocol library - development files Gadu-Gadu is an instant messaging program, very popular in Poland. libgadu is a Gadu-Gadu protocol implementation library. . This package contains the development files. Package: libgadu3 Description-md5: 7cdb0d0cd15a89035e2409916fe49705 Description-en: Gadu-Gadu protocol library - runtime files Gadu-Gadu is an instant messaging program, very popular in Poland. libgadu is a Gadu-Gadu protocol implementation library. . This package contains the shared library. Package: libgadu3-dbg Description-md5: a8338c725619e3f56944c7fab1ce5d55 Description-en: Gadu-Gadu protocol library - debug symbols Gadu-Gadu is an instant messaging program, very popular in Poland. libgadu is a Gadu-Gadu protocol implementation library. . This package contains the debug symbols. Package: libgail-3-0 Description-md5: ab3b6da8ff97ae53ae0793ae62e8ce35 Description-en: GNOME Accessibility Implementation Library -- shared libraries 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 shared library. Package: libgail-3-0-dbg Description-md5: 7572e37e6047b9331d4e75a86129227b Description-en: Gail libraries and debugging symbols Gail is the "GNOME Accessibility Implementation Library". . This package contains detached debugging symbols. . Most people will not need this package. Package: libgail-3-common Description-md5: 1e096c69a430c00ddb1188437065bc5a Description-en: GNOME Accessibility Implementation Library -- common modules 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 core shared libraries. Package: libgail-3-dev Description-md5: 2af7ddcc4fb4dffeaea80c02eeee7d6f Description-en: GNOME Accessibility Implementation Library -- development files 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 development files for Gail. Package: libgail-common Description-md5: 1e096c69a430c00ddb1188437065bc5a Description-en: GNOME Accessibility Implementation Library -- common modules 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 core shared libraries. Package: libgail-dbg Description-md5: 7572e37e6047b9331d4e75a86129227b Description-en: Gail libraries and debugging symbols Gail is the "GNOME Accessibility Implementation Library". . This package contains detached debugging symbols. . Most people will not need this package. Package: libgail-dev Description-md5: 2af7ddcc4fb4dffeaea80c02eeee7d6f Description-en: GNOME Accessibility Implementation Library -- development files 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 development files for Gail. Package: libgail18 Description-md5: ab3b6da8ff97ae53ae0793ae62e8ce35 Description-en: GNOME Accessibility Implementation Library -- shared libraries 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 shared library. Package: libgamin-dev Description-md5: 4f141395bed17927a550d9cbf3691126 Description-en: Development files for the gamin client library Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. . This package contains the development files for the gamin client library. Package: libgamin0 Description-md5: f7e0cae150d4dd92bca1c01c4a5e2354 Description-en: Client library for the gamin file and directory monitoring system Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. . This package contains the client library for the gamin file and directory monitoring system. Package: libgbm-dev Description-md5: 97d3ae24c3bec4dfba8e29c665cda9e5 Description-en: generic buffer management API -- development files This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. . This package provides the development environment for compiling programs against the GBM library. Package: libgbm1 Description-md5: 9c1f8de2c17715ff7ed9524db86be4dd Description-en: generic buffer management API -- runtime This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. Package: libgbm1-dbg Description-md5: ff539259b350b2362cba34825ad1a809 Description-en: generic buffer management API -- debugging symbols This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. . This package contains the debugging symbols for the GBM library. Package: libgc-dev Description-md5: 6024ab577069982922a45069ab44dff3 Description-en: conservative garbage collector for C (development) Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is intended to be used as a plug-in replacement for C's malloc or C++'s new(). . It allows you to allocate memory basically as you normally would without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be used. . This version of the collector is thread safe, has C++ support and uses the defaults for everything else. However, it does not work as a drop-in malloc(3) replacement. . This package is required to compile and link programs that use libgc1c2. Package: libgc1c2 Description-md5: fb0bc4e8a25a8d1d4508437085e3f5c8 Description-en: conservative garbage collector for C and C++ Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is intended to be used as a plug-in replacement for C's malloc or C++'s new(). . It allows you to allocate memory basically as you normally would without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be used. . This version of the collector is thread safe, has C++ support and uses the defaults for everything else. However, it does not work as a drop-in malloc(3) replacement. Package: libgcc1 Description-md5: bbd60d723e97d8e06c04228ee4c76f10 Description-en: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Package: libgcc1-dbg Description-md5: d2281f8d5a2b7dae7c362df43affcb03 Description-en: GCC support library (debug symbols) Debug symbols for the GCC support library. Package: libgcj-bc Description-md5: 92531142394600eb3406f5fc89716c34 Description-en: Link time only library for use with gcj A fake library that is used at link time only. It ensures that binaries built with the BC-ABI link against a constant SONAME. This way, BC-ABI binaries continue to work if the SONAME underlying libgcj.so changes. Package: libgcj10 Description-md5: dba74720cf0d131aa8a5a6880354c802 Description-en: Java runtime library for use with gcj This is the runtime that goes along with the gcj front end to gcc. libgcj includes parts of the Java Class Libraries, plus glue to connect the libraries to the compiler and the underlying OS. . To show file names and line numbers in stack traces, the packages libgcj10-dbg and binutils are required. Package: libgcj10-awt Description-md5: 62c9d0df7d6fb42f9efbc0d8df5ad545 Description-en: AWT peer runtime libraries for use with gcj These are runtime libraries holding the AWT peer implementations for libgcj (currently the GTK+ based peer library is required, the QT bases library is not built). Package: libgcj10-dbg Description-md5: 6bfd30b12f2d2bdfb3d355238b9ffc84 Description-en: Debugging symbols for libraries provided in libgcj10-dev The package provides debugging symbols for the libraries provided in libgcj10-dev. . binutils is required to show file names and line numbers in stack traces. Package: libgcj10-dev Description-md5: 7161f4f8afb8f0860b930120a5520479 Description-en: Java development headers for use with gcj These are the development headers that go along with the gcj front end to gcc. libgcj includes parts of the Java Class Libraries, plus glue to connect the libraries to the compiler and the underlying OS. Package: libgcj12 Description-md5: b5915050c03b6f96ee87925d65bf8531 Description-en: Java runtime library for use with gcj This is the runtime that goes along with the gcj front end to gcc. libgcj includes parts of the Java Class Libraries, plus glue to connect the libraries to the compiler and the underlying OS. . To show file names and line numbers in stack traces, the packages libgcj12-dbg and binutils are required. Package: libgcj12-awt Description-md5: 62c9d0df7d6fb42f9efbc0d8df5ad545 Description-en: AWT peer runtime libraries for use with gcj These are runtime libraries holding the AWT peer implementations for libgcj (currently the GTK+ based peer library is required, the QT bases library is not built). Package: libgcj12-dbg Description-md5: c7ec4e02e464ddabc040001f23ecfefe Description-en: Debugging symbols for libraries provided in libgcj12-dev The package provides debugging symbols for the libraries provided in libgcj12-dev. . binutils is required to show file names and line numbers in stack traces. Package: libgcj12-dev Description-md5: 7161f4f8afb8f0860b930120a5520479 Description-en: Java development headers for use with gcj These are the development headers that go along with the gcj front end to gcc. libgcj includes parts of the Java Class Libraries, plus glue to connect the libraries to the compiler and the underlying OS. Package: libgck-1-0 Description-md5: 295051c0037e672e4d1c6a05313400f6 Description-en: Glib wrapper library for PKCS#11 - runtime GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the shared libraries needed to run programs built against the GCK library. Package: libgck-1-dev Description-md5: cfa95aba9f3b2a479b52494f03079fe7 Description-en: GLib wrapper library for PKCS#11 - development GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the static libraries, header files and documentation needed to build applications using the GCK library. Package: libgconf2-4 Description-md5: fef665fe6ce0b77200fa681196806f6a Description-en: GNOME configuration database system (shared libraries) 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 shared libraries and the GConf daemon. Package: libgconf2-dev Description-md5: c0ebe88aeab0f55fca7f9323f498396d Description-en: GNOME configuration database system (development) 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 static libraries, header files and documentation needed to build applications using GConf. Package: libgcr-3-1 Description-md5: 440fea2e266978f7cb8737c410ddd6b5 Description-en: Library for Crypto UI related task - runtime GCR is a library for crypto UI and related tasks. . This package contains the shared libraries needed to run programs built against the Gtk+ 3.0 version of the GCR library. Package: libgcr-3-dev Description-md5: 0e9b86581dda4e34ada0b7f03450be2d Description-en: Library for Crypto UI related task - development GCR is a library for crypto UI and related tasks. . This package contains the static libraries, header files and documentation needed to build applications using the Gtk+ 3.0 version of the GCR library. Package: libgcrypt11 Description-md5: 6cb6e549d7896e8d87a0813312b20500 Description-en: LGPL Crypto library - runtime library 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. Package: libgcrypt11-dbg Description-md5: d0c2889809cdebe2f49692f3ed25fdc7 Description-en: LGPL Crypto library - debugger files 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 symbol tables for debugging. Package: libgcrypt11-dev Description-md5: 6e06ced64459edf7a7c38c97a3251401 Description-en: LGPL Crypto library - development files 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 header files and libraries for static linking. Package: libgcu-dbg Description-md5: 287a6afe6e35dbe07272cf03700f3469 Description-en: GNOME chemistry utils (debugging symbols) The GNOME Chemistry Utils provide C++ classes and Gtk+-2 widgets related to chemistry. They will be used in future versions of both gcrystal and gchempaint. . This package provides the debugging symbols for the library and the utilities provided by the gcu-bin and gcrystal packages. Install it to get a meaningful backtrace in case of a crash. Package: libgcu0 Description-md5: 91603e5262e54605eddeb43bcdbb4781 Description-en: GNOME chemistry utils (library) The GNOME Chemistry Utils provide C++ classes and Gtk+-2 widgets related to chemistry. They will be used in future versions of both gcrystal and gchempaint. . This package provides the shared library. Package: libgd-gd2-perl Description-md5: 6b490b42580f69c7d85417026b064777 Description-en: Perl module wrapper for libgd - gd2 variant This is a autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files. Features include: . * Lines, polygons, rectangles and arcs, both filled and unfilled * Flood fills * The use of arbitrary images as brushes and as tiled fill patterns * Line styling (dashed lines and the like) * Horizontal and vertical text rendering * Support for transparency and interlacing * Support for TrueType font rendering, via libfreetype. * Support for spline curves, via GD::Polyline * Support for symbolic font names, such as "helvetica:italic" * Support for symbolic color names, such as "green", via GD::Simple * Produces output in png, gif, jpeg and xbm format * Produces output in svg format via GD::SVG. . Included with the example code is the perl script qd.pl with QuickDraw routines for generating PICT2 files (used on Apple Macintosh). . This package is linked against libgd2, with Xpm (X pixmap) support. Package: libgd-tools Description-md5: a44edd93634f43d7184a7456c237f804 Description-en: GD command line tools and example code GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is some simple command line tools and example code that use the GD graphics library. Package: libgd2-noxpm Description-md5: 439d66f51849f5151d0bf472d321b345 Description-en: GD Graphics Library version 2 (without XPM support) GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library, built without XPM (X pixmap) or fontconfig support. Package: libgd2-noxpm-dev Description-md5: 686299d24d60eb53da1b0e4e8dadd2d2 Description-en: GD Graphics Library version 2 (development version) GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the full development version of the library, built without XPM (X pixmap) or fontconfig support. Package: libgd2-xpm Description-md5: fe9ceb2ba067c4642b2db094e4ed535a Description-en: GD Graphics Library version 2 GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library, built with XPM (X pixmap) and fontconfig support. Package: libgd2-xpm-dev Description-md5: 47539e191efcfe1a809917887fa2e0a0 Description-en: GD Graphics Library version 2 (development version) GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the full development version of the library, built with XPM (X pixmap) and fontconfig support. Package: libgda-4.0-4 Description-md5: 43c2a89546a761618f0ea61d898a9dc3 Description-en: data abstraction library based on GLib 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. Package: libgda-4.0-4-dbg Description-md5: 908336fdcde96f820e015401e25d1be9 Description-en: data abstraction library based on GLib -- debug 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 dettached symbols for debug. Most people don't need this package. Package: libgda-4.0-bin Description-md5: aad080fd59b162ab0d9d209c3093d4ba Description-en: data abstraction library based on GLib -- binary 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 binary files for libgda. Package: libgda-4.0-dev Description-md5: eb4b078ee337e39c4b5cbcc16718f40e Description-en: data abstraction library based on GLib -- development 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 the header files and libraries needed for development. Package: libgda-4.0-mysql Description-md5: 9f882a4e85a930890af1159d3fdd3edc Description-en: MySQL provider for libgda database abstraction library 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 the provider needed to access MySQL databases through libgda. Package: libgda-4.0-postgres Description-md5: 1b7e146ea5e70a6252b953141bf6996d Description-en: PostgreSQL provider for libgda database abstraction library 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 the provider needed to access PostgreSQL databases through libgda. Package: libgdata-dev Description-md5: 9892c19f92db563fe9dd7a426623ff57 Description-en: Library for accessing GData webservices - development 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 headers and development libraries needed to build applications using the libgdata library Package: libgdata13 Description-md5: 2206a13104622d0ae3e6b435b0e80fc0 Description-en: Library for accessing GData webservices - shared libraries 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 shared libraries. Package: libgdb-dev Description-md5: e1c1660ffd202d6724a22e39276d9ec8 Description-en: The GNU Debugger (libgdb.a) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, it works for C, C++, Fortran Modula 2 and Java programs. A must-have for any serious programmer. . This package contains libgdb.a, the bulk of GDB as a linkable library. It is provided for an IDE which links to libgdb.a. Please do not use libgdb.a for new projects. Package: libgdbm-dev Description-md5: ebbee6ca49fb46d5019df4512658e99f Description-en: GNU dbm database routines (development files) GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions. This package includes development support files. Package: libgdbm3 Description-md5: 900375b4641d82391c1c951c3b8647f6 Description-en: GNU dbm database routines (runtime version) GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions. . The basic use of 'gdbm' is to store key/data pairs in a data file, thus providing a persistent version of the 'dictionary' Abstract Data Type ('hash' to perl programmers). Package: libgdict-1.0-6 Description-md5: c8c88c32ae9ee18510493d0fc8500aef Description-en: GNOME Dictionary base library - runtime This package contains the library used by the GNOME dictionary utility, and other applications providing similar functionality. Package: libgdict-1.0-dev Description-md5: bcd18a50001f6558fd37e05d4f5c7c71 Description-en: GNOME Dictionary base library - development files This package contains the development files for a library used by the GNOME dictionary utility, and other applications providing similar functionality. Package: libgdiplus Description-md5: 448897d7c1f6d9b0a49096653fa8811b Description-en: interface library for System.Drawing of Mono This package contains a GDI+ API compatible implementation needed by the System.Drawing library of Mono. Package: libgdk-pixbuf2.0-0 Description-md5: 20752200c0ad8fc462fb6147143077b5 Description-en: GDK Pixbuf library The Gdk Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) Package: libgdk-pixbuf2.0-dev Description-md5: b3a05db67c2f86df1d85b64f19863439 Description-en: GDK Pixbuf library (development files) 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 header files which are needed for using GDK Pixbuf. Package: libgdraw4 Description-md5: 5183d393beee991eb82e9672ad02a523 Description-en: font editor - runtime graphics and widget library Besides being a font editor, FontForge 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 graphics and widget runtime library. Package: libgdu-dev Description-md5: dcf2d45375023a1bd237a0c3921c222a Description-en: GObject based Disk Utility Library - development files The gnome-disk-utility library provides an user-space interface to the udisks objects and properties (such as drives, volumes, SMART data), and operations (such as mounting, unmounting, creating and checking partitions). . This package contains files that are needed to build applications. Package: libgdu-gtk-dev Description-md5: 1dd9ea7c77637133ae8e54646aae5397 Description-en: GTK+ standard dialog library for libgdu - development files The gdu-gtk library provides standard GTK+ dialogs for handling media operations, like entering secrets for encrypted drives or confirmation dialogs for erasing a partition. . This package contains files that are needed to build applications. Package: libgdu-gtk0 Description-md5: f09cfb2a11698011549d6aa8fbc0906a Description-en: GTK+ standard dialog library for libgdu The gdu-gtk library provides GTK+ standard dialogs for handling media operations, like entering secrets for encrypted drives or confirmation dialogs for erasing a partition. . This package contains shared libraries to be used by applications. Package: libgdu0 Description-md5: ec7be2f9a18a27003ca07def94a4b1ec Description-en: GObject based Disk Utility Library The gnome-disk-utility library provides an user-space interface to the udisks objects and properties (such as drives, volumes, SMART data), and operations (such as mounting, unmounting, creating and checking partitions). . This package contains shared libraries to be used by applications. Package: libgee-dev Description-md5: e5006d899b9747f05d1ffd554017042d Description-en: GObject based collection library (development files) libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. . libgee provides the following interfaces: * Iterable * Collection * List * Set * Iterator * Map . The ArrayList, HashSet, and HashMap classes provide a reasonable sample implementation of the List, Set, and Map interfaces. ReadOnlyCollection, ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that prevent modification of the underlying collection. . libgee is written in Vala and can be used like any GObject-based C library. It's planned to provide bindings for further languages. . This package contains the headers and development libraries. Package: libgee2 Description-md5: fdef2224902ba3d67e7c148642480993 Description-en: GObject based collection library libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. . libgee provides the following interfaces: * Iterable * Collection * List * Set * Iterator * Map . The ArrayList, HashSet, and HashMap classes provide a reasonable sample implementation of the List, Set, and Map interfaces. ReadOnlyCollection, ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that prevent modification of the underlying collection. . libgee is written in Vala and can be used like any GObject-based C library. It's planned to provide bindings for further languages. . This package contains the shared libraries. Package: libgee2-dbg Description-md5: 03e32312216775ea7722d0b6a5a7f839 Description-en: GObject based collection library - library symbols libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. . This package contains the library symbols. Package: libgegl-0.0-0 Description-md5: 953a09f897d3bc93fa86d1baa5db173a Description-en: Generic Graphics Library 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 Package: libgegl-0.0-dev Description-md5: d988575befd42fbc3b25fb39287ca49b Description-en: Generic Graphics Library (development files) 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 development files. Package: libgeoclue-dev Description-md5: b601e42f27b83d12b146f02fd7b4a527 Description-en: C API for GeoClue (development files) libgeoclue is a convenience wrapper for the GeoClue service, and the recommended way to use GeoClue in the C language. Package: libgeoclue0 Description-md5: d2d9cc3fab1673420a38fd5310a46063 Description-en: C API for GeoClue libgeoclue is a convenience wrapper for the GeoClue service, and the recommended way to use GeoClue in the C language. Package: libgeoip-dev Description-md5: afee88869c565d97ba7d87e66323e47c Description-en: Development files for the GeoIP library 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 development files. Package: libgeoip1 Description-md5: cc64f48b3eca4b1690c3b7284f2bd5fd Description-en: non-DNS IP-to-country resolver library 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 shared library. Package: libgexiv2-0 Description-md5: 09e54078832a4676c504f775b7cea605 Description-en: GObject-based wrapper around the Exiv2 library gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic features of Exiv2 available to GNOME applications. . This package contains the shared library. Package: libgexiv2-0-dbg Description-md5: 9d6468417be2dd31c32b511f5c862952 Description-en: GObject-based wrapper around the Exiv2 library (debugging symbols) gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic features of Exiv2 available to GNOME applications. . This package contains debugging symbols. Package: libgexiv2-dev Description-md5: de9e04339cc7500c0a278bda4cbde514 Description-en: GObject-based wrapper around the Exiv2 library (development files) gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic features of Exiv2 available to GNOME applications. . This package contains the static library and header files. Package: libgfortran3 Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran3-dbg Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgif-dev Description-md5: 0bfe767ea8e86d9cab3f10708a06203a Description-en: library for GIF images (development) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains the development files. Package: libgif4 Description-md5: 6e1b50f7983687352e4b68758c6a50d6 Description-en: library for GIF images (library) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains the library. Package: libgimp2.0 Description-md5: 87c9f62281987fda19082f1b5cc2c95c Description-en: Libraries for the GNU Image Manipulation Program This package includes the libgimp libraries, which are necessary to run GIMP and third-party GIMP plugins. Package: libgimp2.0-dev Description-md5: c7c7d24560c6f749d332154868167ed5 Description-en: Headers and other files for compiling plugins for GIMP This package contains the header files for the GNU Image Manipulation Program, along with the static versions of libgimp. It also includes the gimptool-2.0 utility. . Install this package if you wish to compile your own plugins, or if you wish to develop packages that use libgimp. Package: libgirepository-1.0-1 Description-md5: 44b96e4ecd5e1fbee0c83bdf6ed90274 Description-en: Library for handling GObject introspection data (runtime library) 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 a C library for handling the introspection data. Package: libgirepository1.0-dev Description-md5: a6c667390603ef838b5a07b03b5406c7 Description-en: Library for handling GObject introspection data (development files) 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 headers for the C library for handling the introspection data. Package: libgjs-dev Description-md5: 4deb48a05cf97d0c62aa4f13c4511021 Description-en: Mozilla-based javascript bindings for the GNOME platform Makes it possible for applications to use all of GNOME's platform libraries using the Javascript language. It's mainly based on the Mozilla javascript engine and the GObject introspection framework. . This package contains the development files applications need to build against. Package: libgjs0c Description-md5: 08b4e130f611e4a58124fb0384307459 Description-en: Mozilla-based javascript bindings for the GNOME platform Makes it possible for applications to use all of GNOME's platform libraries using the Javascript language. It's mainly based on the Mozilla javascript engine and the GObject introspection framework. . This is the shared library applications link to. Package: libgksu2-0 Description-md5: a71918aacc597a34ca7b0320a988fd52 Description-en: library providing su and sudo functionality This library comes from the gksu program. It provides a simple API to use su and sudo in programs that need to execute tasks as other user. It provides X authentication facilities for running programs in an X session. Package: libgksu2-dev Description-md5: ec33d8f510633be03ae1dac9b77fab62 Description-en: library providing su and sudo functionality (development files) This library comes from the gksu program. It provides a simple API to use su and sudo in programs that need to execute tasks as other user. It provides X authentication facilities for running programs in an X session. . This package contains the development files. Package: libgl1-mesa-dev Description-md5: 5bc831e948e1779762c26ef7e89b1abc Description-en: free implementation of the OpenGL API -- GLX development files This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package includes headers and static libraries for compiling programs with Mesa. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. Package: libgl1-mesa-dri Description-md5: 138eae85587ae78f60d36bcba9033eb1 Description-en: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. . The tdfx DRI module needs libglide3 to enable direct rendering. Package: libgl1-mesa-dri-dbg Description-md5: 82591d8a9b32029578092e8555c881c9 Description-en: Debugging symbols for the Mesa DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. . This package contains debugging symbols for the DRI modules. Package: libgl1-mesa-dri-experimental Description-md5: de1a1aa691b29582a489af7d72328b17 Description-en: free implementation of the OpenGL API -- Extra DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct and indirect rendering. The drivers in this package may provide more features than the drivers in the libgl1-mesa-dri at the cost of less stability. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. Package: libgl1-mesa-dri-experimental-dbg Description-md5: de0eda8897866f2b633a9d872892722a Description-en: Debugging symbols for the experimental Mesa DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. . This package contains debugging symbols for the extra DRI modules. Package: libgl1-mesa-glx Description-md5: f14d0747e501f6641f25adcad5ebe418 Description-en: free implementation of the OpenGL API -- GLX runtime This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. Package: libgl1-mesa-glx-dbg Description-md5: 34df09109e0d30795811b1cf9c80741a Description-en: Debugging symbols for the Mesa GLX runtime This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. . For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. . This package contains debugging symbols for the GL library with GLX and DRI capabilities. Package: libgl1-mesa-swx11 Description-md5: 396767f191c4fbea46928fb03b57767f Description-en: free implementation of the OpenGL API -- runtime Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This library provides a pure software rasteriser; it does not provide a direct rendering-capable library, or one which uses GLX. For that, please see libgl1-mesa-glx. . On Linux, this library is also known as libGL or libGL.so.1. Package: libgl1-mesa-swx11-dbg Description-md5: b9dcd57f574223eba2ed98caa9cca362 Description-en: free implementation of the OpenGL API -- debugging symbols Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This library provides a pure software rasteriser; it does not provide a direct rendering-capable library, or one which uses GLX. For that, please see libgl1-mesa-glx. . On Linux, this library is also known as libGL or libGL.so.1. . This package contains debugging symbols for the software rasterization GL library. Package: libgl1-mesa-swx11-dev Description-md5: 0f21297d0d965433628316a0600744d2 Description-en: free implementation of the OpenGL API -- development files This package provides the development environment required for compiling programs with Mesa. For a complete description of Mesa, please look at the libgl1-mesa-swx11 package. . This library provides a pure software rasteriser; it does not provide a direct rendering-capable library, or one which uses GLX. For that, please see libgl1-mesa-dev. Package: libglade2-0 Description-md5: 138319f0b52107a302adde5aa40f8994 Description-en: library to load .glade files at runtime This library allows to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. . The interfaces can also be edited with GLADE. Package: libglade2-dev Description-md5: b011a32b16d1c291b306a8b2df4cc86b Description-en: development files for libglade This library allows to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. . The interfaces can also be edited with GLADE. Package: libglade2.0-cil Description-md5: 0faa79edc932878ece4f6691793afad3 Description-en: CLI binding for the Glade libraries 2.6 This package provides the glade-sharp assembly that allows CLI (.NET) programs to use the Glade libraries 2.6. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains the glade-sharp assembly Package: libglade2.0-cil-dev Description-md5: 6b4b0183170e2855e04ceccbdcec3491 Description-en: CLI binding for the Glade libraries 2.6 This package provides the glade-sharp assembly that allows CLI (.NET) programs to use the Glade libraries 2.6. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains development files for the glade-sharp library, and should be used for compilation Package: libglademm-2.4-1c2a Description-md5: a79b1f4b0e07522be6e1f7cd19c486ff Description-en: C++ wrappers for libglade2 (shared library) 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 shared libraries. Package: libglademm-2.4-dbg Description-md5: 58a3de06c195b3f19c09c119817243f2 Description-en: C++ wrappers for libglade2 (debug symbols) 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 debug symbols for debugging applications using libglademm. Package: libglademm-2.4-dev Description-md5: af5320771ddd275c845252f2c39c5aea Description-en: C++ wrappers for libglade2 (development files) 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 development files. Package: libgladeui-1-11 Description-md5: 988d98a8267ff23bf3c3a088d828fb38 Description-en: GTK+ User Interface Build core library Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ 2 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. Package: libgladeui-1-dev Description-md5: c6dbccee86a375b23b36f746245d5fb5 Description-en: GTK+ User Interface Build core library (development files) Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ 2 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 development files and documentation for the library. Package: libgladeui-2-0 Description-md5: 715dec2c8acd12f4db222b35b00c8973 Description-en: GTK+ User Interface Build core library 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. Package: libgladeui-dev Description-md5: fb03358fc973ba5e6abda03b615d8640 Description-en: GTK+ User Interface Build core library (development 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 development files and documentation for the library. Package: libglapi-mesa Description-md5: 6da05dae0e50a214ae9b1d095f83c561 Description-en: free implementation of the GL API -- shared library The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. Package: libglapi-mesa-dbg Description-md5: 06022288c7b9a148961fac43facd60e8 Description-en: free implementation of the GL API -- debugging symbols The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. . This package contains debugging symbols for the GL API library. Package: libgles1-mesa Description-md5: 5d45602a19e7c4d5c096452a8c1b6ee3 Description-en: free implementation of the OpenGL|ES 1.x API -- runtime OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. Package: libgles1-mesa-dbg Description-md5: 4fa9b5bb249bd2e4b78b460050218045 Description-en: free implementation of the OpenGL|ES 1.x API -- debugging symbols OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. . This package contains the debugging symbols for the libGLESv1_CM library. Package: libgles1-mesa-dev Description-md5: 3fc8f0ee3bdb7f86c55dc67a5bbbf86f Description-en: free implementation of the OpenGL|ES 1.x API -- development files OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 1.x provides an API for fixed-function hardware. . This package provides a development environment for building programs using the OpenGL|ES 1.x APIs. Package: libgles2-mesa Description-md5: 385f5e9ca66553853ff0600865879832 Description-en: free implementation of the OpenGL|ES 2.x API -- runtime OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. Package: libgles2-mesa-dbg Description-md5: b9ce4487980b8d0298c3fd42c2ad83a6 Description-en: free implementation of the OpenGL|ES 2.x API -- debugging symbols OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. . This package contains the debugging symbols for the libGLESv2 library. Package: libgles2-mesa-dev Description-md5: 7598b085943a2f03c7a2a79086dffcee Description-en: free implementation of the OpenGL|ES 2.x API -- development files OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. . This package provides a development environment for building applications using the OpenGL|ES 2.x APIs. Package: libglew1.5 Description-md5: 8bd73c42184a17b11ba9f7468d1a91c3 Description-en: The OpenGL Extension Wrangler - runtime environment For more information about GLEW please refer to the description of the libglew-dev package. . This package contains the runtime support files. Package: libglew1.5-dev Description-md5: 9850ba1459f12d1dcf65993ab64da9ca Description-en: The OpenGL Extension Wrangler - development environment The OpenGL Extension Wrangler, GLEW for short, is a library that handles initiliazation of OpenGL extensions in a portable and simple way. Once the program initializes the library and checks the availability of extensions, it can safely call the entry points defined by the extension. Currently GLEW supports almost all the extensions found in the OpenGL extension registry[1]. . This package contains the development documentation as well as the required header files. Package: libglewmx1.5 Description-md5: 4fec370ed46f7349190a45ec0401a13f Description-en: The OpenGL Extension Wrangler - runtime environment For more information about GLEW please refer to the description of the libglew-dev package. . This package contains the runtime support files, built with GLEW_MX option. Package: libglewmx1.5-dev Description-md5: 04b154d5c74d56d7e91bb036bd13d8a5 Description-en: The OpenGL Extension Wrangler - development environment The OpenGL Extension Wrangler, GLEW for short, is a library that handles initiliazation of OpenGL extensions in a portable and simple way. Once the program initializes the library and checks the availability of extensions, it can safely call the entry points defined by the extension. Currently GLEW supports almost all the extensions found in the OpenGL extension registry[1]. . This package contains the development libraries compiled with GLEW_MX Package: libglib-perl Description-md5: c36548879ce1dd823f59de4579e223db Description-en: interface to the GLib and GObject libraries Glib provides a Perl interface to the GLib and GObject libraries, as part of gtk2-perl. It attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so perusing the reference manual is recommended (see ). Package: libglib2.0-0 Description-md5: f44de6293be1aa02cd13d73f591580a9 Description-en: GLib library of C routines 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 shared libraries. Package: libglib2.0-0-dbg Description-md5: 5650e35d4052b9bd7fc47bcc10bd8f50 Description-en: Debugging symbols for the GLib libraries 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 detached debugging symbols. . Most people will not need this package. Package: libglib2.0-0-refdbg Description-md5: cea4cdd8830593baa14ee430f4147a0b Description-en: GLib library of C routines - refdbg 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 shared library built with --disable-Bsymbolic so that it can be used with refdbg, a GObject refcount debugger. Package: libglib2.0-bin Description-md5: b999624c61f8058d0201077f097c87ed Description-en: Programs 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 program files which is used for the libraries and others. Package: libglib2.0-cil Description-md5: 3b6e979e1352e96a2f3eca3f708e29c7 Description-en: CLI binding for the GLib utility library 2.12 This package provides the glib-sharp assembly that allows CLI (.NET) programs to use the GLib utility library 2.12. This is mostly useful for the GTK+ and GNOME bindings. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains the glib-sharp assembly Package: libglib2.0-cil-dev Description-md5: e7432bd7eb91c1c711c14150f81a3556 Description-en: CLI binding for the GLib utility library 2.12 This package provides the glib-sharp assembly that allows CLI (.NET) programs to use the GLib utility library 2.12. This is mostly useful for the GTK+ and GNOME bindings. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains development files for the glib-sharp library, and should be used for compilation Package: libglib2.0-dev Description-md5: f1a310bc28a3b8566d2f79a4116e8a0e Description-en: Development 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 is needed to compile programs against libglib2.0-0, as only it includes the header files and static libraries (optionally) needed for compiling. Package: libglibmm-2.4-1c2a Description-md5: 87d5a10c4444939b2982878ee5b90405 Description-en: C++ wrapper for the GLib toolkit (shared libraries) 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 shared libraries. Package: libglibmm-2.4-dbg Description-md5: 04d73beb338e22969273f09d2dc94f81 Description-en: C++ wrapper for the GLib toolkit (debug symbols) 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 debug symbols for debugging applications using glibmm. Package: libglibmm-2.4-dev Description-md5: f2f4409738ae61132ca83383cf54bdfb Description-en: C++ wrapper for the GLib toolkit (development files) 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 development files. Package: libglu1-mesa Description-md5: 63d0accfbf7999146edb3651e6463376 Description-en: Mesa OpenGL utility library (GLU) GLU offers simple interfaces for building mipmaps; checking for the presence of extensions in the OpenGL (or other libraries which follow the same conventions for advertising extensions); drawing piecewise-linear curves, NURBS, quadrics and other primitives (including, but not limited to, teapots); tesselating surfaces; setting up projection matrices and unprojecting screen coordinates to world coordinates. . On Linux, this library is also known as libGLU or libGLU.so.1. . This package provides the SGI implementation of GLU shipped with the Mesa package (ergo the "-mesa" suffix). Package: libglu1-mesa-dev Description-md5: d97a0f3667fdda94fa2fd42dea41e5c0 Description-en: Mesa OpenGL utility library -- development files Includes headers and static libraries for compiling programs with GLU. . For a complete description of GLU, please look at the libglu1-mesa package. Package: libgmime-2.4-2 Description-md5: e8d929444d5769f228cc01ac215a5e18 Description-en: MIME message parser and creator library - runtime 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 shared library of GMime. Package: libgmime-2.4-dev Description-md5: 134b2f4140ea4e87aaf0baa3bfdba513 Description-en: MIME message parser and creator library - development files 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 development files of GMime. Package: libgmp-dev Description-md5: db56254d94fec9ce85e93ebf60b032a9 Description-en: Multiprecision arithmetic library developers tools This development package provides the header files and the symbolic links to allow compilation and linking of programs that use the libraries provided in the libgmp10 package. . Both C and C++ bindings are present in this package. Package libstdc++-dev is required to use the C++ bindings. . The MPFR library (multiple-precision floating-point) used to be included, but has since been moved to package libmpfr-dev. Package: libgmp10 Description-md5: cf6b3a218331a8f680398794acac47a0 Description-en: Multiprecision arithmetic library GNU MP is a programmer's library for arbitrary precision arithmetic (ie, a bignum package). It can operate on signed integer, rational, and floating point numeric types. . It has a rich set of functions, and the functions have a regular interface. Package: libgmp3-dev Description-md5: 782dc7b458f3c5dbb9f4f83f367d6fef Description-en: Multiprecision arithmetic library developers tools This is a dummy package that simply pulls in libgmp-dev. It can safely be removed. Package: libgmpxx4ldbl Description-md5: 0066a3c29cda07ddd72dc17f19d92017 Description-en: Multiprecision arithmetic library (C++ bindings) GNU MP is a programmer's library for arbitrary precision arithmetic (ie, a bignum package). It can operate on signed integer, rational, and floating point numeric types. Package: libgnome-bluetooth-dev Description-md5: d4a23fcbf8644791fc9f3efc1e86671d Description-en: GNOME Bluetooth tools - support library development files This package contains tools for managing and manipulating Bluetooth devices using the GNOME desktop. . The libraries included provide support to gnome-bluetooth. . This package contains the development files for libgnome-bluetooth Package: libgnome-bluetooth8 Description-md5: db93bef1e8554f50b96803fc7eb52b75 Description-en: GNOME Bluetooth tools - support library This package contains tools for managing and manipulating Bluetooth devices using the GNOME desktop. . The libraries included provide support to gnome-bluetooth. Package: libgnome-control-center-dev Description-md5: d94b8cc23eade4594fdcf9cbed49b9fd Description-en: utilities to configure the GNOME desktop This package contains the files needed to build Control Center panels Package: libgnome-control-center1 Description-md5: d35b85c0b8b73f7bf4cf19c7aa215660 Description-en: utilities to configure the GNOME desktop This package contains the library used by Control Center panels Package: libgnome-desktop-2-17 Description-md5: 9612c39f0e5a5b66bbc4c91706766770 Description-en: Utility library for loading .desktop files - runtime files This library is used by GNOME to load the .desktop files. Package: libgnome-desktop-3-2 Description-md5: 9612c39f0e5a5b66bbc4c91706766770 Description-en: Utility library for loading .desktop files - runtime files This library is used by GNOME to load the .desktop files. Package: libgnome-desktop-3-dev Description-md5: 56a8ba33b1e9ed69ca462c02df34810e Description-en: Utility library for loading .desktop files - development files This package provides the include files and static library for the GNOME desktop library functions. Package: libgnome-desktop-dev Description-md5: 56a8ba33b1e9ed69ca462c02df34810e Description-en: Utility library for loading .desktop files - development files This package provides the include files and static library for the GNOME desktop library functions. Package: libgnome-keyring-dev Description-md5: 06811260d9185f752b2b103b554445c9 Description-en: Development files for GNOME keyring service gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. . This package contains development files for GNOME. Package: libgnome-keyring0 Description-md5: f150a94bdcf9084181d7bf821cee44e9 Description-en: GNOME keyring services library gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. . This package contains shared libraries for GNOME. Package: libgnome-keyring0-dbg Description-md5: 9adb41e9aa1b463b9d6adb692fe855ab Description-en: GNOME keyring services library (debugging symbols) gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. . This package contains detached debugging symbols for the shared libraries. . Most people should not need this package. Package: libgnome-media-profiles-3.0-0 Description-md5: b782ad1e0d2f4600bd5dad99f0f0da2b Description-en: GNOME Media Profiles library Library that contains code to manage media profiles. Package: libgnome-media-profiles-dev Description-md5: ef3fe2c8581a9375add5d01903cff698 Description-en: GNOME Media Profiles library Library that contains code to manage media profiles. . This package includes development files. Package: libgnome-menu-3-0 Description-md5: c6885fb9ed6a22440597626b04ff66f5 Description-en: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains the shared library. Package: libgnome-menu-3-dev Description-md5: afd73c86a97aafa140ad96e55a77e8f7 Description-en: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains the development headers. Package: libgnome-menu-dev Description-md5: afd73c86a97aafa140ad96e55a77e8f7 Description-en: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains the development headers. Package: libgnome-menu2 Description-md5: c6885fb9ed6a22440597626b04ff66f5 Description-en: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains the shared library. Package: libgnome2-0 Description-md5: 97cf103f7a4db485fa237d4d1267d5af Description-en: The GNOME library - runtime files This package contains the shared library for the base GNOME library functions. Package: libgnome2-dbg Description-md5: 3b76765629e0dcb7d40522c9f6df0465 Description-en: The GNOME library - debugging symbols This package contains the debugging symbols. Package: libgnome2-dev Description-md5: 4ae3cc6272ad8d25682d5eae91fd71ab Description-en: The GNOME library - development files This package contains the shared library for the base GNOME library functions. Package: libgnome2.0-cil-dev Description-md5: 5a50dbc1145299a604d294e871395cce Description-en: CLI binding for GNOME 2.24 This package provides the gnome-sharp assembly that allows CLI (.NET) programs to use the GNOME and GNOME UI libraries 2.24. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 platform libraries. . This package contains development files for the gnome-sharp library, and should be used for compilation. Package: libgnome2.24-cil Description-md5: 2261446b092e871d9e6c2b254be790ee Description-en: CLI binding for GNOME 2.24 This package provides the gnome-sharp assembly that allows CLI (.NET) programs to use the GNOME and GNOME UI libraries 2.24. . GNOME# 2.24 is a CLI (.NET) language binding for the GNOME 2.24 platform libraries . This package contains the gnome-sharp assembly itself.. Package: libgnomecanvas2-0 Description-md5: c2991c3ab3a90b3887e2afdd8cf49121 Description-en: powerful object-oriented display engine - runtime 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. Package: libgnomecanvas2-dbg Description-md5: 9d15b98f1afeb86b49ebaabaea2d02af Description-en: powerful object-oriented display engine - debugging symbols 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 detached debugging symbols. Package: libgnomecanvas2-dev Description-md5: 882668dc99aed65213a3671b39452e66 Description-en: powerful object-oriented display engine - development 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. Package: libgnomekbd-dev Description-md5: 353cd231a62082c6784b7cd9c5727a8c Description-en: GNOME library to manage keyboard configuration - development files libgnomekbd offers an API to manage the keyboard in GNOME applications. . libgnomekbdui offers an API to display a graphical user interface for libgnomekbd operations. . This package contains the development files. Package: libgnomekbd7 Description-md5: af3a5d9e866a2d8042968d3f6510a8a8 Description-en: GNOME library to manage keyboard configuration - shared library libgnomekbd offers an API to manage the keyboard in GNOME applications. . libgnomekbdui offers an API to display a graphical user interface for libgnomekbd operations. . This package contains the shared library. Package: libgnomeui-0 Description-md5: cb811d94f3ad018439e5b2b11c176655 Description-en: GNOME user interface library - runtime files This package contains the shared library for the base GNOME library functions (User Interface functions). Package: libgnomeui-0-dbg Description-md5: 7a2d66362f4935c495f930f8e2838deb Description-en: GNOME user interface library - debugging symbols This package contains the shared library for the base GNOME library functions (User Interface functions). . This package contains detached debugging symbols. . Most people will not need this package. Package: libgnomeui-dev Description-md5: 9fa85ad2ad07b12c48c9678c64f3cd00 Description-en: GNOME user interface library - development files This package contains the shared library for the base GNOME library functions (User Interface functions). Package: libgnomevfs2-0 Description-md5: fe613be0e6a5d18afcbb8b9e615566c7 Description-en: GNOME Virtual File System (runtime libraries) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package contains the runtime libraries, the daemon, and the default modules. Package: libgnomevfs2-0-dbg Description-md5: 33f7f857d4dff5f6f47d9e36d735a8a1 Description-en: GNOME Virtual File System (debugging libraries) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package contains unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, to make it easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: libgnomevfs2-bin Description-md5: 6f5cd6d9c4d37876063492bdd7fc74a9 Description-en: GNOME Virtual File System (support binaries) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package contains some example binaries using the GNOME VFS library. Package: libgnomevfs2-dev Description-md5: 98e964831c248a766a1a7af8d13d131a Description-en: GNOME Virtual File System library (development files) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package provides the necessary development libraries for writing GNOME VFS modules and applications that use the GNOME VFS APIs. Package: libgnomevfs2-extra Description-md5: cd20afe8f22aedf41c6d52162891c7a1 Description-en: GNOME Virtual File System (extra modules) GNOME VFS is the GNOME virtual file system. It is the foundation of the Nautilus file manager. It provides a modular architecture and ships with several modules that implement support for local files, http, ftp and others. It provides an URI-based API, a backend supporting asynchronous file operations, a MIME type manipulation library and other features. . This package contains extra VFS modules for the GNOME Virtual File System. It includes: * the bzip2 module; * the ftp module; * the http module (which also includes support for WebDAV); * the smb module, to browse Windows shares. Package: libgnutls-dev Description-md5: dac60b08e211185fbeb271b2a3123d58 Description-en: the GNU TLS library - development files 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 GnuTLS development files. Package: libgnutls26 Description-md5: b76f371fcb7ee722c15c135ce95ffdd8 Description-en: the GNU TLS library - runtime library 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 runtime libraries. Package: libgnutls26-dbg Description-md5: 3384730e372fb397d3d669bcf92a1172 Description-en: GNU TLS library - debugger symbols 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. . This package contains the debugger symbols. Package: libgnutlsxx26 Description-md5: 00b5e2ef50c435297a6366bbb6f664d7 Description-en: the GNU TLS library - C++ runtime library 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 C++ runtime libraries. Package: libgoa-1.0-0 Description-md5: a0e931f8716909e8d217e3032bb9d2ae Description-en: GNOME Online Accounts 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 libraries used by GOA applications. Package: libgoa-1.0-dev Description-md5: 39c96bd8ea55fa3d2a2f081efd43cdd4 Description-en: GNOME Online Accounts 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 files needed to build applications that access the service. Package: libgomp1 Description-md5: 797ed16f1255445410af40c97c2fe304 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran 95 compilers in the GNU Compiler Collection. Package: libgomp1-dbg Description-md5: d72ee07d73838bb4fa5c3b7567b9e8f1 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran 95 compilers in the GNU Compiler Collection. Package: libgoocanvas-dev Description-md5: aff1a4a099453e8b203ad89501ba0f41 Description-en: development libraries, include files and documentation 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 development libraries, include files and documentation Package: libgoocanvas3 Description-md5: 5f76f1e224aac78609cc544df9823401 Description-en: canvas widget for GTK+ that uses the cairo 2D library 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 shared library Package: libgpg-error-dev Description-md5: e9d7dd73a021cc106c5f4c856319e138 Description-en: library for common error values and messages in GnuPG components (development) Library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. . This package contains the headers and other files needed to compile against this library. Package: libgpg-error0 Description-md5: 69f556e12b915238b7c815f26da80be5 Description-en: library for common error values and messages in GnuPG components Library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. Package: libgpgme11 Description-md5: e5f3df1fe0181a93b9605f156f5092a1 Description-en: GPGME - GnuPG Made Easy GPGME is a wrapper library which provides a C API to access some of the GnuPG functions, such as encrypt, decrypt, sign, verify, ... Package: libgpgme11-dev Description-md5: ebed5b97e9a7952c23ddaba333c045fe Description-en: GPGME - GnuPG Made Easy GPGME is a wrapper library which provides a C API to access some of the GnuPG functions, such as encrypt, decrypt, sign, verify, ... . This package contains the headers and other files needed to compile against this library. Package: libgphoto2-2 Description-md5: 0667f79ceb3d5a999a0ff55ad225e156 Description-en: gphoto2 digital camera library 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 library. . The gphoto2 command-line frontend is shipped separately, in the gphoto2 package. Package: libgphoto2-2-dev Description-md5: 09f6d0ae3f118a398b90fb84845618e0 Description-en: gphoto2 digital camera library (development files) 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 files. Package: libgphoto2-port0 Description-md5: 6e52236fade1dd1f9b033de909479e66 Description-en: gphoto2 digital camera port library 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 runtime code for port access. Package: libgpm-dev Description-md5: 9c6c4769bf624eea9163234b6f001a86 Description-en: General Purpose Mouse - development files This package provides a library that handles mouse requests and delivers them to applications. See the description for the 'gpm' package for more information. Package: libgpm2 Description-md5: e77c023597910bf799fb8eb6602823ce Description-en: General Purpose Mouse - shared library This package provides a library that handles mouse requests and delivers them to applications. See the description for the 'gpm' package for more information. Package: libgpmg1-dev Description-md5: f2b5559b9a40c72cacb2f5a0dc81da62 Description-en: transitional dummy package which can be safely removed This package is only useful to ensure clean upgrades from old Debian releases and can be safely removed. Package: libgpod-common Description-md5: 0eae2c1963cba37ea794f90b5823ca74 Description-en: common files 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 - internationalization support - udev support Package: libgpod-dev Description-md5: 344168e89c989d05df365c2e722e3f86 Description-en: development files 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 the include files and static library. Package: libgpod-nogtk-dev Description-md5: 8a148c015966976f4adc89561e46e439 Description-en: development files for libgpod (version without artwork support) 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 version does not include artwork support. . This package contains the include files and static library. Package: libgpod4 Description-md5: 89537791a1486eb992b2f5d253d0289c Description-en: library to read and write songs and artwork to an iPod 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 the shared library. Package: libgpod4-nogtk Description-md5: 25e878c1fe823f8e88a4637884a93ad3 Description-en: library to read and write songs to an iPod 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 version does not include artwork support. . This package contains the shared library. Package: libgps-dev Description-md5: 134afa388f50f3672fe1aadaffd3e556 Description-en: Global Positioning System - development files The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the sensors available to be queried on TCP port 2947. . This package contains the header and development files needed to build programs and packages using libgps. Package: libgps19 Description-md5: dc7f47fc942723b517c23aead9afc361 Description-en: Global Positioning System - library The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the sensors available to be queried on TCP port 2947. . This package provides libgps, a C service library for querying GPS devices. It supports both a low-level interface, which communicates directly with the device to which the GPS is connected, and a high-level interface, which goes through gpsd and is intended for concurrent use by several applications. Package: libgraph4 Description-md5: 43cc8b0d09d4df1ae1fe7928559991e9 Description-en: rich set of graph drawing tools - graph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the graph library. Package: libgraphviz-dev Description-md5: de002cd58bdb4896d12149338664fc1f Description-en: graphviz libs and headers against which to build applications Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs the libraries and headers necessary to link graphviz library routines into an application. It also installs additional man pages. . This package also contains the OCaml development files. . Note: A graphviz user doesn't need to install this package. Package: libgrip-dev Description-md5: 5ea0a05187e06229ff2dfe57a94f4b46 Description-en: Shared library providing multitouch gestures to GTK+ apps. . This package contains files that are needed to build applications. Package: libgrip0 Description-md5: 3bdc4b8032af04418dd84b835645718d Description-en: Shared library providing multitouch gestures to GTK+ apps. . This package contains shared libraries to be used by applications. Package: libgs-dev Description-md5: f4c1713297a6c688a87d0b2876caf1fa Description-en: interpreter for the PostScript language and for PDF - Development Files 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 provides the development files for the GPL Ghostscript library which makes the facilities of GPL Ghostscript available to applications. Package: libgs9 Description-md5: 77d0d233cd004663a71b1ef44e87d3f1 Description-en: interpreter for the PostScript language and for PDF - Library 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 provides the Ghostscript library which makes the facilities of GPL Ghostscript available to applications. Package: libgsf-1-114 Description-md5: c8d66bfdfeca32518166bf37f3562e65 Description-en: Structured File Library - runtime version The GNOME Structured File Library aims to provide an efficient extensible I/O abstraction for dealing with different structured file formats. . This is the basic runtime version of libgsf. It does not provide GNOME-specific extensions. Package: libgsf-1-114-dbg Description-md5: 8b112e98e2d702125fe8881d8d9fa826 Description-en: Structured File Library - debugging files (basic version) This package contains the files for debugging (applications that use the) the core parts of the GNOME Structured File Library. . To debug (applications that use the) GNOME extensions to this library, install libgsf-gnome-1-114-dbg as well. Package: libgsf-1-dev Description-md5: cf11e2fd7c0544a47fc11c6d831623f4 Description-en: Structured File Library - development files (basic version) This package contains the development files used in building applications that use the GNOME Structured File Library. . The GNOME Structured File Library aims to provide an efficient extensible I/O abstraction for dealing with different structured file formats. It is actively being developed and its API is still likely to undergo significant changes (in particular, extensions). . This is the basic development package for the GNOME Structured File library. It is not GNOME-specific and thus does not depend on GNOME libraries. For GNOME-specific extensions, use libgsf-gnome-1-dev. Package: libgsf-bin Description-md5: e555cb88781ef2e473ff3705e128bd5b Description-en: Structured File Library - programs The GNOME Structured File Library aims to provide an efficient extensible I/O abstraction for dealing with different structured file formats. . These are the programs that are shipped as part of libgsf. They include a thumbnail generator, a tar-like archiver application and a VBA macro extractor. Package: libgsf-gnome-1-114 Description-md5: 55b2afb9f0abd7142dfee5f88be24f26 Description-en: Structured File Library - runtime version for GNOME The GNOME Structured File Library aims to provide an efficient extensible I/O abstraction for dealing with different structured file formats. . This version of libgsf makes use of Bonobo, GNOME's CORBA-based component architecture and of GNOME-VFS, the GNOME virtual file-system. Package: libgsf-gnome-1-114-dbg Description-md5: 49c3acd5f48cbf588fb7990523ed5042 Description-en: Structured File Library - debugging files for GNOME This package contains the files for debugging (applications that use the) the GNOME extension parts of the GNOME Structured File Library. Package: libgsf-gnome-1-dev Description-md5: 4af7c149cdeb4653e8ae4bdb63c395ac Description-en: Structured File Library - development files for GNOME This package contains the development files used in building applications that use the GNOME Structured File Library. . The GNOME Structured File Library aims to provide an efficient extensible I/O abstraction for dealing with different structured file formats. It is actively being developed and its API is still likely to undergo significant changes (in particular, extensions). . This package supports the use of Bonobo, GNOME's CORBA-based component architecture and of GNOME-VFS, the GNOME virtual file-system. Package: libgsl0-dbg Description-md5: 5643f5b8950f7a867c6a8e769d83e918 Description-en: GNU Scientific Library (GSL) -- debug symbols package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . This package contains debugging symbol tables for the static GSL libraries libgsl and libgslcblas from the libgsl0-dev package, and the binaries gsl-randist and gsl-histogram from the gsl-bin package. Package: libgsl0-dev Description-md5: f82bf91c76eb8a810492207c71d95b23 Description-en: GNU Scientific Library (GSL) -- development package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . This package contains the header files, static libraries and symbolic links that developers using GNU GSL will need. Package: libgsl0ldbl Description-md5: c18364d1c52158ec186a19bfe690fbf6 Description-en: GNU Scientific Library (GSL) -- library package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . GSL includes data types and routines for complex numbers, vectors, matrices, basic linear algebra subroutines (BLAS), eigensystems, simulated annealing, minimization, root finding, pseudo-random numbers, least-squares fitting, fast Fourier transforms (FFT), differential equations, quadrature, Monte Carlo integration, special functions, physical constants, and much more. . This package provides the shared libraries required to run programs compiled with GNU GSL. To compile your own programs you also need to install libgsl0-dev. Package: libgsm-tools Description-md5: b15d51d69deff61b6049796ca5d1264c Description-en: User binaries for a GSM speech compressor This package contains user binaries for libgsm, an implementation of the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term prediction) coding at 13 kbit/s. . GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility with typical UNIX applications, our implementation turns frames of 160 16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality of the algorithm is good enough for reliable speaker recognition; even music often survives transcoding in recognizable form (given the bandwidth limitations of 8 kHz sampling rate). . The interfaces offered are a front end modelled after compress(1), and a library API. Compression and decompression run faster than realtime on most SPARCstations. The implementation has been verified against the ETSI standard test patterns. Package: libgsm1 Description-md5: 94b20db299809704539155cb9cb42f6d Description-en: Shared libraries for GSM speech compressor This package contains runtime shared libraries for libgsm, an implementation of the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term prediction) coding at 13 kbit/s. . GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility with typical UNIX applications, our implementation turns frames of 160 16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality of the algorithm is good enough for reliable speaker recognition; even music often survives transcoding in recognizable form (given the bandwidth limitations of 8 kHz sampling rate). . The interfaces offered are a front end modelled after compress(1), and a library API. Compression and decompression run faster than realtime on most SPARCstations. The implementation has been verified against the ETSI standard test patterns. Package: libgsm1-dbg Description-md5: 90c335890716b559d7c3e2e2a92e8d05 Description-en: Shared libraries for GSM speech compressor (debug symbols) This package contains debug symbols for libgsm, an implementation of the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term prediction) coding at 13 kbit/s. . GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility with typical UNIX applications, our implementation turns frames of 160 16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality of the algorithm is good enough for reliable speaker recognition; even music often survives transcoding in recognizable form (given the bandwidth limitations of 8 kHz sampling rate). . The interfaces offered are a front end modelled after compress(1), and a library API. Compression and decompression run faster than realtime on most SPARCstations. The implementation has been verified against the ETSI standard test patterns. Package: libgsm1-dev Description-md5: ab1a541c87da5c79fde9395194330ec7 Description-en: Development libraries for a GSM speech compressor This package contains header files and development libraries for libgsm, an implementation of the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term prediction) coding at 13 kbit/s. . GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility with typical UNIX applications, our implementation turns frames of 160 16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality of the algorithm is good enough for reliable speaker recognition; even music often survives transcoding in recognizable form (given the bandwidth limitations of 8 kHz sampling rate). . The interfaces offered are a front end modelled after compress(1), and a library API. Compression and decompression run faster than realtime on most SPARCstations. The implementation has been verified against the ETSI standard test patterns. Package: libgssapi-krb5-2 Description-md5: 2dd7fe357b29d0ba6727171c01f0301c Description-en: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism 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 runtime library for the MIT Kerberos implementation of GSS-API used by applications and Kerberos clients. Package: libgssapi3-heimdal Description-md5: af366fc4a421c3a53900cab1af5922e2 Description-en: Heimdal Kerberos - GSSAPI support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for GSSAPI support. Package: libgssdp-1.0-2 Description-md5: 1f32e3405a87412ac4a2f1ab29fdc11e Description-en: GObject-based library for SSDP A GObject-based API for doing SSDP (Simple Service Discovery Protocol) transparently. Package: libgssdp-1.0-dbg Description-md5: bf28d5d39c668581bf6540b27ef584b2 Description-en: GObject-based library for SSDP (debug symbols) A GObject-based API for doing SSDP (Simple Service Discovery Protocol) transparently. . This package contains the debug symbols. Package: libgssdp-1.0-dev Description-md5: 24d125dcec038893face07f8c878be98 Description-en: GObject-based library for SSDP (development files) A GObject-based API for doing SSDP (Simple Service Discovery Protocol) transparently. . This package contains the development files. Package: libgssglue-dev Description-md5: 35720ad4288bc22005305dbcc9ea02a5 Description-en: header files and docs for libgssglue Contains the header files and documentation for libgssglue for use in developing applications that use the libgssglue library. . libgssglue provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. Package: libgssglue1 Description-md5: 33d237300a5fcf648297ee929270d1f1 Description-en: mechanism-switch gssapi library libgssglue provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. Package: libgssrpc4 Description-md5: f18b3ce27893cc2b96de6c617dc25d94 Description-en: MIT Kerberos runtime libraries - GSS enabled ONCRPC 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 an RPC library used by the Kerberos administrative programs and potentially other applications. Package: libgstfarsight0.10-0 Description-md5: 6d7fbf82714eb97972162ac7a8f3496a Description-en: Audio/Video communications framework: core library The Farsight 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 the core Farsight 2 library. Package: libgstfarsight0.10-dbg Description-md5: 63254b18cf388c5102559653727ef701 Description-en: Audio/Video communications framework: debugging symbols The Farsight 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 debugging symbols for Farsight 2. Package: libgstfarsight0.10-dev Description-md5: 708906f01f4ab60f88c00d7f9ac3dc18 Description-en: Audio/Video communications framework: development files The Farsight 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 development files for Farsight 2. Package: libgstreamer-plugins-base0.10-0 Description-md5: 1f83d48f1815b1413bf5322dc753ba59 Description-en: GStreamer libraries 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 libraries from the "base" set, an essential exemplary set of elements. Package: libgstreamer-plugins-base0.10-dev Description-md5: 0acc042058e8c9e8d17fbca59836d2a0 Description-en: GStreamer development files for libraries 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 development files for GStreamer libraries from the "base" set, an essential exemplary set of elements. Package: libgstreamer0.10-0 Description-md5: f08b5d59945781d0a8d4897e45d5a847 Description-en: Core GStreamer libraries and elements 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 core library and elements. Package: libgstreamer0.10-0-dbg Description-md5: eca1cd2ce224cc45fde385a4110da4ae Description-en: Core GStreamer libraries and elements 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 unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: libgstreamer0.10-dev Description-md5: de1692260510350a48f76ec91eae40a9 Description-en: GStreamer core 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 development files for the core library and elements. Package: libgtk-3-0 Description-md5: 2d73631a8c144c8ea021cee46ee049b5 Description-en: 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 shared libraries. Package: libgtk-3-0-dbg Description-md5: dc8b9ec0e4c1ec0225178df62ff88672 Description-en: GTK+ libraries and debugging symbols 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 detached debugging symbols. . Most people will not need this package. Package: libgtk-3-dev Description-md5: af1caa5ba73fd17300b1f1bca4680e0d Description-en: development files for the GTK+ 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 header files and static libraries which are needed for developing GTK+ applications. Package: libgtk-vnc-1.0-0 Description-md5: 001aae7cbcebe01925d88ddfb225fe00 Description-en: VNC viewer widget for GTK+2 (runtime libraries) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the shared library built for GTK+2. Package: libgtk-vnc-1.0-0-dbg Description-md5: 189086149200162afe0125d2da22b952 Description-en: VNC viewer widget for GTK+2 (debugging symbols) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the debugging symbols. Package: libgtk-vnc-1.0-dev Description-md5: 53b35ac1e97a5884b2b4d9f64793eae1 Description-en: VNC viewer widget for GTK+2 (development files) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the development headers. Package: libgtk-vnc-2.0-0 Description-md5: fc348729f8e6c7823db7b251e45bac96 Description-en: VNC viewer widget for GTK+3 (runtime libraries) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the shared library built for GTK+3. Package: libgtk-vnc-2.0-0-dbg Description-md5: 2cac0edf07284a74e3223eda1e9cd0a1 Description-en: VNC viewer widget for GTK+3 (debugging symbols) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the debugging symbols. Package: libgtk-vnc-2.0-dev Description-md5: e45097e42c09fa645aad1c62b859b09d Description-en: VNC viewer widget for GTK+3 (development files) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the development headers. Package: libgtk2-perl Description-md5: 71b4b6dcf23ddb70552caf3745c00af7 Description-en: Perl interface to the 2.x series of the Gimp Toolkit library libgtk2-perl allows a perl developer to use the Gtk+ graphical user interface library. . The 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. . The perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source: http://developer.gnome.org/doc/API/2.0/gtk/index.html . This module is part of gtk2-perl. . To discuss gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org. . Also have a look at the gtk2-perl website and sourceforge project page, http://gtk2-perl.sourceforge.net Package: libgtk2.0-0 Description-md5: 3ed10be69b676a812afff2c7fdaa4017 Description-en: The GTK+ graphical user interface library The 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. . This package contains the shared libraries. Package: libgtk2.0-0-dbg Description-md5: 7167cc2f885e31c5db17b84ce2f4ce7e Description-en: The GTK+ libraries and debugging symbols The 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. . This package contains detached debugging symbols. . Most people will not need this package. Package: libgtk2.0-bin Description-md5: c18685f3178ed62a94866f185d8f69ef Description-en: The programs for the GTK+ graphical user interface library The 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. . This package contains the program files which is used for the libraries and others. Package: libgtk2.0-cil Description-md5: 302b3671c7a7ae8862c5bf47e00cad6e Description-en: CLI binding for the GTK+ toolkit 2.12 This package provides the atk-sharp, gdk-sharp, gtk-dotnet, gtk-sharp and pango-sharp assemblies that allow CLI (.NET) programs to use the GTK+ user interface toolkit 2.12, ATK, Pango, GTK.NET and GDK. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains the GTK# assemblies Package: libgtk2.0-cil-dev Description-md5: 4ae2d98a41b4ac28fdcee18f721494a2 Description-en: CLI binding for the GTK+ toolkit 2.12 This package provides the atk-sharp, gdk-sharp, gtk-dotnet, gtk-sharp and pango-sharp assemblies that allow CLI (.NET) programs to use the GTK+ user interface toolkit 2.12, ATK, Pango, GTK.NET and GDK. . GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit . This package contains development files for the GTK# library, and should be used for compilation Package: libgtk2.0-dev Description-md5: 6550804f4de2c33fde8b1523d339b71e Description-en: Development files for the GTK+ library The 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. . This package contains the header files and static libraries which is needed for developing the GTK+ applications. Package: libgtkhtml-4.0-0 Description-md5: 9cabb26478f8a12fecfd8e07ff59fc16 Description-en: HTML rendering/editing library - runtime files GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the library and the translations. Package: libgtkhtml-4.0-dbg Description-md5: a8f18136331960bb060ad924b6d25d0e Description-en: HTML rendering/editing library - debug files GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the unstripped libraries used for debugging purposes. Package: libgtkhtml-4.0-dev Description-md5: a569918f85273db7998216472807e4ca Description-en: HTML rendering/editing library - development files GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the headers and files used for development. Package: libgtkhtml-editor-4.0-0 Description-md5: 763620e467dcce962478a03f98b839ed Description-en: HTML rendering/editing library - editor widget GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the editor widget. Package: libgtkhtml-editor-4.0-dev Description-md5: e231fd3ca061829155ca7ee4294ecab7 Description-en: HTML rendering/editing library - editor widget development files GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the headers and files used for development. Package: libgtkhtml-editor-dev Description-md5: e231fd3ca061829155ca7ee4294ecab7 Description-en: HTML rendering/editing library - editor widget development files GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the headers and files used for development. Package: libgtkhtml-editor0 Description-md5: 763620e467dcce962478a03f98b839ed Description-en: HTML rendering/editing library - editor widget GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the editor widget. Package: libgtkhtml3.14-19 Description-md5: 9cabb26478f8a12fecfd8e07ff59fc16 Description-en: HTML rendering/editing library - runtime files GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the library and the translations. Package: libgtkhtml3.14-dbg Description-md5: a8f18136331960bb060ad924b6d25d0e Description-en: HTML rendering/editing library - debug files GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the unstripped libraries used for debugging purposes. Package: libgtkhtml3.14-dev Description-md5: a569918f85273db7998216472807e4ca Description-en: HTML rendering/editing library - development files GtkHTML is a lightweight HTML rendering/printing/editing engine. . This package contains the headers and files used for development. Package: libgtkmm-2.4-1c2a Description-md5: 4a2b51cf5fb6a6ce6ead2e4920180ec3 Description-en: C++ wrappers for GTK+ (shared libraries) 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 shared libraries. Package: libgtkmm-2.4-dbg Description-md5: e76dcadfb10d67c229191a66c3e42c42 Description-en: C++ wrappers for GTK+ (debug symbols) 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 debug symbols for debugging applications using gtkmm. Package: libgtkmm-2.4-dev Description-md5: e68a2abad5b07fd4f30810093eb12c3d Description-en: C++ wrappers for GTK+ (development files) 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 development files and examples, as well as a gtkmm-demo program. Package: libgtkmm-3.0-1 Description-md5: 9e871052eb8d513d5dd06b03c8db0f3b Description-en: C++ wrappers for GTK+ (shared libraries) 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 shared libraries. Package: libgtkmm-3.0-dbg Description-md5: a3b89ae4c7b8bd10be117b16a28882e9 Description-en: C++ wrappers for GTK+ (debug symbols) 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 debug symbols for debugging applications using gtkmm. Package: libgtkmm-3.0-dev Description-md5: 3ee9e8a54eda63f3e68a65b54efa009a Description-en: C++ wrappers for GTK+ (development files) 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 development files and examples, as well as a gtkmm-demo program. Package: libgtksourceview-3.0-0 Description-md5: 86c0657d8cc2203a66f02fa09a5105a5 Description-en: shared libraries 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 shared libraries required by applications to use this widget. Package: libgtksourceview-3.0-dev Description-md5: 63bb614e6573822ae0f4723474fb9ea4 Description-en: development 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 header files required if you wish to develop software that uses the GtkSourceView widget. Package: libgtksourceview2.0-0 Description-md5: 4c67b116d67582aeade4f3dd06a36dd6 Description-en: shared libraries 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 shared libraries required by applications to use this widget. Package: libgtksourceview2.0-dev Description-md5: 34140e245701eeec1bdaaf0cdaa81d38 Description-en: development 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 header files required if you wish to develop software that uses the GtkSourceView widget. Package: libgtkspell-common Description-md5: 71dfc9fc8fb43915ff5694a637d0877e Description-en: spell-checking addon for GTK's TextView widget GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. Package: libgtkspell-dev Description-md5: 1e3b6ed0827fd853c17cd8f846d1a124 Description-en: Development files for GtkSpell This package contains the headers and static libraries for developing applications with GtkSpell support. Also included are documentation and example code for developing GtkSpell applications. Package: libgtkspell0 Description-md5: 71dfc9fc8fb43915ff5694a637d0877e Description-en: spell-checking addon for GTK's TextView widget GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. Package: libgtkspell3-0 Description-md5: 71dfc9fc8fb43915ff5694a637d0877e Description-en: spell-checking addon for GTK's TextView widget GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a GtkTextView widget. Right-clicking a misspelled word pops up a menu of suggested replacements. Package: libgtkspell3-dev Description-md5: 1e3b6ed0827fd853c17cd8f846d1a124 Description-en: Development files for GtkSpell This package contains the headers and static libraries for developing applications with GtkSpell support. Also included are documentation and example code for developing GtkSpell applications. Package: libgtop2-7 Description-md5: 44bda4ce7737c0e09f96b0c554b20c79 Description-en: gtop system monitoring library (shared) 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 shared library. Package: libgtop2-dev Description-md5: 874845d45287f157d1c203227529deef Description-en: gtop system monitoring library (devel) 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 static library and development headers. Package: libgucharmap-2-90-7 Description-md5: 3536ce2c37279ec7c12840650296e97a Description-en: Unicode browser widget library (shared library for GTK+ 3) The libgucharmap library contains a Unicode browser widget; it is most prominently used by the "gucharmap" program. See the package of the same name for more information. . This package contains the shared library for the GTK+ 3 version. Package: libgucharmap-2-90-dev Description-md5: 7b56ed8ead61f978bc9ed2a02aa698c1 Description-en: Unicode browser widget library (development headers for GTK+ 3) The libgucharmap library contains a Unicode browser widget; it is most prominently used by the "gucharmap" program. See the package of the same name for more information. . This package contains the development headers for the GTK+ 3 version. Package: libgucharmap2-dev Description-md5: a04729db8b151235807a452f340b19b2 Description-en: Unicode browser widget library (development headers for GTK+ 2) The libgucharmap library contains a Unicode browser widget; it is most prominently used by the "gucharmap" program. See the package of the same name for more information. . This package contains the development headers for the GTK+ 2 version. Package: libgucharmap7 Description-md5: 641833eca9f4d86f591c112d49f0f229 Description-en: Unicode browser widget library (shared library for GTK+ 2) The libgucharmap library contains a Unicode browser widget; it is most prominently used by the "gucharmap" program. See the package of the same name for more information. . This package contains the shared library for the GTK+ 2 version. Package: libgudev-1.0-0 Description-md5: d1f45551e473f42c5d0785777659b8f6 Description-en: GObject-based wrapper library for libudev This library makes it much simpler to use libudev from programs already using GObject. It also makes it possible to easily use libudev from other programming languages, such as Javascript, because of GObject introspection support. . This package contains the shared libraries. Package: libgudev-1.0-dev Description-md5: 836146ea66b4ea90fb849915c1ce94cc Description-en: GObject-based wrapper library for libudev -- development files This library makes it much simpler to use libudev from programs already using GObject. It also makes it possible to easily use libudev from other programming languages, such as Javascript, because of GObject introspection support. . This package contains the header and pkgconfig files needed for developing applications that use libgudev1.0. Package: libgupnp-1.0-3 Description-md5: 0cf65a702f3453c4d3e7c4b3a7dc9341 Description-en: GObject-based library for UPnP A GObject-based API for doing UPnP transparently. Package: libgupnp-1.0-dbg Description-md5: 2696751c17a04f25b712cbedaee4b251 Description-en: GObject-based library for UPnP (debug symbols) A GObject-based API for doing UPnP transparently. . This package contains the debug symbols. Package: libgupnp-1.0-dev Description-md5: 9c718c86c32a941db80bc691b1180e2f Description-en: GObject-based library for UPnP (development files) A GObject-based API for doing UPnP transparently. . This package contains the development files. Package: libgupnp-igd-1.0-3 Description-md5: c628c9c0a458238bdbc398733578a849 Description-en: library to handle UPnP IGD port mapping A GObject-based API for controling UPnP Internet Gateway Devices port mapping. Package: libgupnp-igd-1.0-dbg Description-md5: 666766e3f206c49360c20d95e03b9651 Description-en: library to handle UPnP IGD port mapping - debug symbols A GObject-based API for controling UPnP Internet Gateway Devices port mapping. . This package contains the debug symbols. Package: libgupnp-igd-1.0-dev Description-md5: a68a1c5f88bcb2cb1fc2ec5a0e837f53 Description-en: library to handle UPnP IGD port mapping - development files A GObject-based API for controling UPnP Internet Gateway Devices port mapping. . This package contains the development files. Package: libgutenprint-dev Description-md5: ce31342ffc61e8c690a2982af80686e9 Description-en: development files for the Gutenprint printer driver library This package contains the header files for the Gutenprint library, along with a static version of libgutenprint. . Install this package if you wish to develop programs that use libgutenprint. . 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: libgutenprint2 Description-md5: 9bb6297d95041fddbc1b1fa8cd44d38a Description-en: runtime for the Gutenprint printer driver library This package includes the Gutenprint shared library, needed to run programs using Gutenprint drivers. . 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: libgutenprintui2-1 Description-md5: ba313e3852dc3f46728491c0c7f0f255 Description-en: runtime for the Gutenprint printer driver user interface library This package includes the libgutenprintui library, necessary to run gimp-gutenprint. libgutenprintui contains GTK+ widgets which may be used for print dialogs etc. for use with libgutenprint. . 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: libgutenprintui2-dev Description-md5: dbef2766277542e854cf1e1c772d7063 Description-en: development files for the Gutenprint printer driver user interface library This package contains the header files for the libgutenprintui library, along with a static version of libgutenprintui. libgutenprintui contains GTK+ widgets which may be used for print dialogs etc. for use with libgutenprint. . Install this package if you wish to develop packages that use libgutenprintui. . 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: libgv-guile Description-md5: 7d3eb4ddcdf8c075cdc4c96b7c20cf7f Description-en: Guile bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the guile (1.8) bindings. Package: libgv-lua Description-md5: a594472cb30a8ab4285d761683d5b770 Description-en: Lua bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the lua5.1 bindings. Package: libgv-ocaml Description-md5: 8e9a72f4071476fd97fbf22314a301e2 Description-en: OCaml bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the OCaml bindings. The associated development files are in the libgraphviz-dev package so as to limit the number of binary packages. Package: libgv-perl Description-md5: 50f9c9810e4cd1ff33ec004dadd5fd9a Description-en: Perl bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Perl bindings. Package: libgv-php5 Description-md5: d91c92b6495819988f99c4aa2767d4b1 Description-en: Php5 bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Php5 bindings. Package: libgv-python Description-md5: 65298a1eb6ec2d8df2ae7bdaf75391b1 Description-en: Python bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Python bindings. Package: libgv-ruby Description-md5: 1ce4864df26ddbc2e1d4a2ba251d3bb4 Description-en: Ruby bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Ruby (1.8) bindings. Package: libgv-tcl Description-md5: 1d237ed0182682c059bb20e5ef06bb06 Description-en: Tcl bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Tcl (8.5) bindings. Package: libgvc5 Description-md5: 87da8308b382f4072b1022b48b3d7368 Description-en: rich set of graph drawing tools - gvc library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvc library. Package: libgvc5-plugins-gtk Description-md5: a2d766af1019ed41a27a7b18b86cd03e Description-en: rich set of graph drawing tools - gtk plugins Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gtk and gdk-pixbuf plugins. Package: libgvnc-1.0-0 Description-md5: 84d0ae4191f619608a11c91b14df37cb Description-en: VNC gobject wrapper (runtime libraries) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the shared library. Package: libgvnc-1.0-0-dbg Description-md5: fccd88e03062a39410397bbbc972d2ae Description-en: VNC gobject wrapper (debugging symbols) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the debugging symbols. Package: libgvnc-1.0-dev Description-md5: a0e50c4959a7da8d0abe6168460207cc Description-en: VNC GObject wrapper (development files) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the development headers. Package: libgvpr1 Description-md5: e7dafa90950ab7d270f04d6a2f98fc48 Description-en: rich set of graph drawing tools - gvpr library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvpr library. Package: libgweather-3-0 Description-md5: cb984482338858ae6dd68ad8bf4a2452 Description-en: GWeather shared library libgweather is a library to access weather information from online services for numerous locations. . This package contains shared libraries. Package: libgweather-3-dev Description-md5: d777dd677d3f0773a7bcfa6faf15d7e6 Description-en: GWeather development files libgweather is a library to access weather information from online services for numerous locations. . This package contains the include files and static library. Package: libgwibber-dev Description-md5: 611d4ce3abe35967ebb76ee81b22a066 Description-en: Gwibber - shared library libgwibber provides a library for accessing social networks via gwibber. . This package contains files that are needed to build applications. Package: libgwibber-gtk-dev Description-md5: 611d4ce3abe35967ebb76ee81b22a066 Description-en: Gwibber - shared library libgwibber provides a library for accessing social networks via gwibber. . This package contains files that are needed to build applications. Package: libgwibber-gtk2 Description-md5: fe6f86550c0a836011e251028ae7ca5f Description-en: Gwibber GTK Widgets libgwibber provides a library for accessing social networks via gwibber. . This package contains shared libraries to be used by applications. Package: libgwibber2 Description-md5: 239209a90cac8e9636bf645ac52e93c9 Description-en: Gwibber - shared library libgwibber provides a library for accessing social networks via gwibber. . This package contains shared libraries to be used by applications. Package: libhangul-dev Description-md5: 051eaf337815f4bbadf6f2037d167d4a Description-en: Hangul keyboard input library - development files 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 header files and the static library. Package: libhangul0 Description-md5: cd0ae445efbbc4bb7948a84e16892293 Description-en: Hangul keyboard input library - runtime 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 shared library and the runtime data. Package: libhangul0-dbg Description-md5: 0bd3b70ed7c96fbf99dcb4fe82da47d3 Description-en: Hangul keyboard input library - debugging symbols 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 debugging symbols. Most people will not need this package. Package: libhashkit0 Description-md5: 49b41b681d6aa96e098cb315b06206f5 Description-en: The hashing functions and algorithms used by libmemcached libmemcached is a C and C++ client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * TCP and Unix Socket protocols. * A half dozen or so different hash algorithms . * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. . This package provides the libhashkit shared library. Package: libhcrypto4-heimdal Description-md5: 6492d04dab376288c3e43218cb4d78e6 Description-en: Heimdal Kerberos - crypto library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the cryptographic library required for Heimdal. Package: libhdate-dev Description-md5: 5a62335224b360f9d5a386f8a3d7eead Description-en: Provides a library that help use hebrew dates (development files) LibHdate is a small C,C++ library for Hebrew dates, holidays, and reading sequence (parasha). It is using the source code from Amos Shapir's "hdate" package fixed and patched by Nadav Har'El. The Torah reading sequence is from tables by Zvi Har'El. . This package contains headers and support files required to build new applications with libhdate. Package: libhdate-perl Description-md5: 7f3d5d2b9cf3453f953a5e2548d43313 Description-en: Provides a library that help use hebrew dates (perl bindings) LibHdate is a small C,C++ library for Hebrew dates, holidays, and reading sequence (parasha). It is using the source code from Amos Shapir's "hdate" package fixed and patched by Nadav Har'El. The Torah reading sequence is from tables by Zvi Har'El. . This package contains perl bindings to libhdate Package: libhdate-php Description-md5: 62f94f427e89d9da560d49b56f2e69ea Description-en: Provides a library that help use hebrew dates (php bindings) LibHdate is a small C,C++ library for Hebrew dates, holidays, and reading sequence (parasha). It is using the source code from Amos Shapir's "hdate" package fixed and patched by Nadav Har'El. The Torah reading sequence is from tables by Zvi Har'El. . This package contains PHP bindings to libhdate Package: libhdate1 Description-md5: 0d005a41fc26bfcf767a9bf6c50c7d76 Description-en: Provides a library that help use hebrew dates LibHdate is a small C,C++ library for Hebrew dates, holidays, and reading sequence (parasha). It is using the source code from Amos Shapir's "hdate" package fixed and patched by Nadav Har'El. The Torah reading sequence is from tables by Zvi Har'El. Package: libhdb9-heimdal Description-md5: bc0ba4f7d9668b579f08d831a24307a0 Description-en: Heimdal Kerberos - kadmin server library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for storing the KDC database. Package: libheartbeat2 Description-md5: d4f0fa776e9069054e6b632ec6f5a777 Description-en: Subsystem for High-Availability Linux (libraries) heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. . This package contains the Heartbeat libraries to make them available to other programs like Pacemaker without having to install the whole Heartbeat suite. Package: libheartbeat2-dev Description-md5: cd55666b03ed8197035d3b10d3f8b496 Description-en: Subsystem for High-Availability Linux (development files) heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. . This package contains the Heartbeat library development files to make them available to other programs like Pacemaker. Package: libheimbase1-heimdal Description-md5: 5f80987f2f2b6c07e507ae48f47db52e Description-en: Heimdal Kerberos - Base library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the base library. Package: libheimntlm0-heimdal Description-md5: 71904fc86bf986fea9ffa7dd39261e6c Description-en: Heimdal Kerberos - NTLM support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Package: libhesiod-dev Description-md5: 2a4c00e41fd0b17bd205e9c26fd8593d Description-en: Project Athena's DNS-based directory service - development files Hesiod is a name service library that can provide general name service for a variety of applications. It is derived from BIND, the Berkeley Internet Name Daemon, and leverages the existing DNS infrastructure of a network. It is used on a number of university networks, including MIT and Iowa State University. . This package contains Hesiod's include files and static library. Package: libhesiod0 Description-md5: ea831c950063507e31bb33a46ae62f5f Description-en: Project Athena's DNS-based directory service - libraries Hesiod is a name service library that can provide general name service for a variety of applications. It is derived from BIND, the Berkeley Internet Name Daemon, and leverages the existing DNS infrastructure of a network. It is used on a number of university networks, including MIT and Iowa State University. . This package contains Hesiod's shared library. Package: libhfgcc1 Description-md5: 0898bc965950f47471f2d8e26a55cf93 Description-en: GCC support library (hard float ABI) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Package: libhfgcc1-dbg Description-md5: d2281f8d5a2b7dae7c362df43affcb03 Description-en: GCC support library (debug symbols) Debug symbols for the GCC support library. Package: libhfgfortran3 Description-md5: d2b3075146355d3759544a1fc47bbf69 Description-en: Runtime library for GNU Fortran applications (hard float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libhfgfortran3-dbg Description-md5: 4adc4cf259b09ccf4ae311047068c96a Description-en: Runtime library for GNU Fortran applications (hard float ABI debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libhfgomp1 Description-md5: f0c444e7c3da92455c57b4a020bf5315 Description-en: GCC OpenMP (GOMP) support library (hard float ABI) GOMP is an implementation of OpenMP for the C, C++, and Fortran 95 compilers in the GNU Compiler Collection. Package: libhfgomp1-dbg Description-md5: d75532fb977439013daa8dd00dc91df9 Description-en: GCC OpenMP (GOMP) support library (hard float ABI debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran 95 compilers Package: libhfmudflap0 Description-md5: ce8a82251c06b13ff42e955f46484c57 Description-en: GCC mudflap shared support libraries (hard float) The libmudflap libraries are used by GCC for instrumenting pointer and array dereferencing operations. Package: libhfmudflap0-dbg Description-md5: 1bcbd2fadbe503d3231d279864392bb9 Description-en: GCC mudflap shared support libraries (hard float debug symbols) The libmudflap libraries are used by GCC for instrumenting pointer and array dereferencing operations. Package: libhfobjc3 Description-md5: 509998238abeb60c58effa376022140d Description-en: Runtime library for GNU Objective-C applications (hard float ABI) Library needed for GNU ObjC applications linked against the shared library. Package: libhfobjc3-dbg Description-md5: c287b5581f1aa6c2d023139b4f894b91 Description-en: Runtime library for GNU Objective-C applications (hard float ABI debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libhfsp-dev Description-md5: e11c049c3b4224354c6827f09df05cca Description-en: Library to access HFS+ formatted volumes HFS+ is a modernized version of Apple Computers HFS Filesystem. Nowadays, it is widely used with more recent versions of MacOS. hfsplus consists of a library and a set of tools that allow access to HFS+ volumes. . This package contains everything you need to write programs that use this library, i.e. header files and an archive version of the library. Package: libhfsp0 Description-md5: 6b64bb3b9038f13398437d50b6d52563 Description-en: Shared library to access HFS+ formatted volumes HFS+ is a modernized version of Apple Computers HFS Filesystem. Nowadays, it is widely used with more recent versions of MacOS. hfsplus consists of a library and a set of tools that allow access to HFS+ volumes. . This package contains a shared version of the library. Package: libhfstdc++6 Description-md5: c8108a8d9d57f6aff6287f0266d40d61 Description-en: GNU Standard C++ Library v3 (hard float ABI) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libhfstdc++6-4.6-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: libhogweed2 Description-md5: 741c67b56bfb4ee74c781439563aa605 Description-en: low level cryptographic library (public-key cryptos) Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. . It tries to solve a problem of providing a common set of cryptographic algorithms for higher-level applications by implementing a context-independent set of cryptographic algorithms. In that light, Nettle doesn't do any memory allocation or I/O, it simply provides the cryptographic algorithms for the application to use in any environment and in any way it needs. Package: libhpmud-dev Description-md5: 685361fef3e25ebd6bad416fd567ba48 Description-en: HP Multi-Point Transport Driver (hpmud) development libraries Shared library that provides direct I/O for each process. Prior to hpmud, all I/O was serialized through hpiod, a monolithic I/O processor. The new hpmud direct I/O is faster. Hpmud supports parallel, USB and JetDirect connectivity. . With hpmud, HPLIP no longer has Linux specific libusb extensions. This means any UNIX/Linux derivative that supports libusb may work with HPLIP. A public HPLIP "C" API is exposed through hpmud. See hpmud.h for documentation. A Python wrapper for hpmud, called hpmudext, is also available. Package: libhpmud0 Description-md5: cb6a9618d69de0118cb6b55616a9913e Description-en: HP Multi-Point Transport Driver (hpmud) run-time libraries Shared library that provides direct I/O for each process. Prior to hpmud, all I/O was serialized through hpiod, a monolithic I/O processor. The new hpmud direct I/O is faster. Hpmud supports parallel, USB and JetDirect connectivity. . With hpmud, HPLIP no longer has Linux specific libusb extensions. This means any UNIX/Linux derivative that supports libusb may work with HPLIP. A public HPLIP "C" API is exposed through hpmud. See hpmud.h for documentation. A Python wrapper for hpmud, called hpmudext, is also available. Package: libhsqldb-java-gcj Description-md5: 0f213c5aec6ddf71d8473afcc839dbb7 Description-en: Java SQL database engine (native code) 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 natively compiled code for use by gij. Package: libhtml-form-perl Description-md5: a04624fcbae50d0127cb9f86c423b919 Description-en: module that represents an HTML form element Objects of the HTML::Form class represents a single HTML
...
instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent. Package: libhtml-parser-perl Description-md5: d44e271914b37571f965142b054023e1 Description-en: collection of modules that parse HTML text documents HTML::Parser is a collection of modules useful for handling HTML documents. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. . Objects of the HTML::Parser class will recognize markup and separate it from content data. As different kinds of markup are recognized, the corresponding event handler is invoked. The document to be parsed may also be supplied in arbitrary chunks, making on-the-fly parsing of network documents possible. Package: libhtml-tagset-perl Description-md5: dd404aa24bbca6a71cd27a9deaa487f5 Description-en: Data tables pertaining to HTML HTML-Tagset contains data tables useful in dealing with HTML. For instance, it provides %HTML::Tagset::emptyElement, which lists all of the HTML elements which cannot have content. It provides no functions or methods. Package: libhtml-tree-perl Description-md5: 66049489ff5b549419062d4eb5d1dc6e Description-en: Perl module to represent and create HTML syntax trees HTML::Tree is a collection of modules that represent, create and extract information from HTML syntax trees. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track. Package: libhttp-cookies-perl Description-md5: c1ce53c946fc7a4ab5d7dbd30e56cd38 Description-en: HTTP cookie jars This class is for objects that represent a "cookie jar" -- that is, a database of all the HTTP cookies that a given LWP::UserAgent object knows about. . Cookies are a general mechanism which server side connections can use to both store and retrieve information on the client side of the connection. For more information about cookies refer to and . HTTP::Cookies also implements the new style cookies described in RFC 2965. The two variants of cookies are supposed to be able to coexist happily. . Instances of the class HTTP::Cookies are able to store a collection of Set-Cookie2: and Set-Cookie: headers and are able to use this information to initialize Cookie-headers in HTTP::Request objects. The state of a HTTP::Cookies object can be saved in and restored from files. Package: libhttp-daemon-perl Description-md5: 86a26579760d05601c918d89642d3431 Description-en: simple http server class Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. The HTTP::Daemon is a subclass of IO::Socket::INET, so you can perform socket operations directly on it too. . The accept() method will return when a connection from a client is available. The returned value will be an HTTP::Daemon::ClientConn object which is another IO::Socket::INET subclass. Calling the get_request() method on this object will read data from the client and return an HTTP::Request object. The ClientConn object also provide methods to send back various responses. . This HTTP daemon does not fork(2) for you. Your application, i.e. the user of the HTTP::Daemon is responsible for forking if that is desirable. Also note that the user is responsible for generating responses that conform to the HTTP/1.1 protocol. Package: libhttp-date-perl Description-md5: 9785d548badb18b00824a00956a6e270 Description-en: module of date conversion routines HTTP::Date provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default. Package: libhttp-message-perl Description-md5: 7702e0970d06885faa520063a14e79f6 Description-en: perl interface to HTTP style messages The HTTP::Headers class encapsulates HTTP-style message headers. The headers consist of attribute-value pairs also called fields, which may be repeated, and which are printed in a particular order. The field names are cases insensitive. . Instances of this class are usually created as member variables of the HTTP::Request and HTTP::Response classes, internal to the library. Package: libhttp-negotiate-perl Description-md5: 8b19de39e2935c5828d5b32d39ba3df5 Description-en: implementation of content negotiation HTTP::Negotiate provides a complete implementation of the HTTP content negotiation algorithm. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request. Package: libhunspell-1.2-0 Description-md5: a97e9e4624b469f6e76fab734c70d0fd Description-en: spell checker and morphological analyzer (shared library) Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and an OpenOffice.org UNO module. . Main features: - Unicode support (first 65535 Unicode character) - morphological analysis (in custom item and arrangement style) - Max. 65535 affix classes and twofold affix stripping (for agglutinative languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.) - Support complex compoundings (for example, Hungarian and German) - Support language specific algorithms (for example, handling Azeri and Turkish dotted i, or German sharp s) - Handling conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms. . This package contains the shared library. Package: libhunspell-dev Description-md5: 39d11eceaaaf558143dac83bc884bc9b Description-en: spell checker and morphological analyzer (development) Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. It is based on MySpell and features an Ispell-like terminal interface using Curses library, an Ispell pipe interface and an OpenOffice.org UNO module. . Main features: - Unicode support (first 65535 Unicode character) - morphological analysis (in custom item and arrangement style) - Max. 65535 affix classes and twofold affix stripping (for agglutinative languages, like Azeri, Basque, Estonian, Finnish, Hungarian, Turkish, etc.) - Support complex compoundings (for example, Hungarian and German) - Support language specific algorithms (for example, handling Azeri and Turkish dotted i, or German sharp s) - Handling conditional affixes, circumfixes, fogemorphemes, forbidden words, pseudoroots and homonyms. . This package contains the headers and the static library. Package: libhx-dev Description-md5: 455418371633e62ae226d9c8c2602905 Description-en: Development files for libhx a C library (with some C++ bindings available) that provides data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more. . This package contains the development libraries, header files needed by programs that want to compile with libHX. Package: libhx27 Description-md5: 250f5abedae6b7911e18842967f70d98 Description-en: C library providing queue, tree, I/O and utility functions a C library (with some C++ bindings available) that provides data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more. . This package contains the shared libraries. Package: libhx509-5-heimdal Description-md5: 272768f50d42b97d24ed462de2154649 Description-en: Heimdal Kerberos - X509 support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Package: libhyphen-dev Description-md5: 88c140d072c0564f1a4bb7f17583c86e Description-en: ALTLinux hyphenation library - development files ALTLinuxhyph is a modified version of libhnj which is a high quality hyphenation and justification library based on the TeX hyphenation algorithm. The TeX hyphenation patterns could be used after a preprocessing step. . It is used in OpenOffice.org . This package contains the headers and necessary files for programming apps with ALTLinuxhyph. Package: libhyphen0 Description-md5: bb218ffba1389cf37f660faeb909cdbc Description-en: ALTLinux hyphenation library - shared library ALTLinuxhyph is a modified version of libhnj which is a high quality hyphenation and justification library based on the TeX hyphenation algorithm. The TeX hyphenation patterns could be used after a preprocessing step. . It is used in OpenOffice.org . This package contains the shared library. Package: libibus-1.0-0 Description-md5: ba3f96ca8ceaf6e9303c788c68f4808c Description-en: Intelligent Input Bus - shared library 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. . This package contains shard library Package: libibus-1.0-dev Description-md5: ab532850a00d75fbee7d81a800239bc3 Description-en: Intelligent Input Bus - development file 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. . This package contains the header files and static libraries which is needed for developing the IBus applications. Package: libical-dev Description-md5: b25d9407fdbd7cb4237ea4499d48f2fc Description-en: iCalendar library implementation in C (development) libical is an open source implementation of the IETF's iCalendar calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. Package: libical0 Description-md5: cbe24cb3191748512447a8a200ebcd03 Description-en: iCalendar library implementation in C (runtime) libical is an open source implementation of the IETF's iCalendar calendaring and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents. . This package contains the files necessary for running applications that use the libical library. Package: libice-dev Description-md5: 9ef50bcec7f1e713478c714843229850 Description-en: X11 Inter-Client Exchange library (development headers) This package provides the main interface to the X11 Inter-Client Exchange library, which allows for communication of data between X clients. . This package contains the development headers for the library found in libice6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libICE Package: libice6 Description-md5: ded12730167b4fabe6c8013534c7804a Description-en: X11 Inter-Client Exchange library This package provides the main interface to the X11 Inter-Client Exchange library, which allows for communication of data between X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libICE Package: libice6-dbg Description-md5: 6a9cec31d306fb92fa732f4fcd6abc9c Description-en: X11 Inter-Client Exchange library (debug package) This package provides the main interface to the X11 Inter-Client Exchange library, which allows for communication of data between X clients. . This package contains the debug versions of the library found in libice6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libICE Package: libicu-dev Description-md5: efb9bc7588bc693e0bc9d6d1813a18dd Description-en: Development files for International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the development files for ICU along with programs used to manipulate data files found in the ICU sources. Package: libicu44 Description-md5: ea5cc55770d8f276c67880d90115d206 Description-en: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the runtime libraries for ICU. Package: libicu44-dbg Description-md5: cd531f650c894307a7f9e9bc71ee864b Description-en: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains debugging symbols for the libraries. Package: libid3-3.8.3-dev Description-md5: 16b31e554c25488e564a92c54a959a52 Description-en: An ID3 Tag Library: Development Libraries and Header Files This package contains the headers that programmers will need to develop applications which will use id3lib, the software library for ID3v1 and ID3v2 tag manipulation. Package: libid3-3.8.3c2a Description-md5: c9fd62368d6099061abd0a95e3113b3e Description-en: A library for manipulating ID3v1 and ID3v2 tags This package provides a software library for manipulating ID3v1 and ID3v2 tags. It provides a convenient interface for software developers to include standards-compliant ID3v1/2 tagging capabilities in their applications. Features include identification of valid tags, automatic size conversions, (re)synchronisation of tag frames, seamless tag (de)compression, and optional padding facilities. Package: libid3-tools Description-md5: c2f4db5425a1913f4964f948e29f8eb3 Description-en: An ID3 Tag Library: Utilities This package contains some utilities that belong with id3lib, the software library for ID3v1 and ID3v2 tag manipulation. The utilities are: id3cp, id3tag, id3convert, id3info. Package: libid3tag0 Description-md5: c87a939309703158d6f41ff4c79a51d2 Description-en: ID3 tag reading library from the MAD project ID3 tag manipulation library with full support for reading ID3v1, ID3v1.1, ID3v2.2, ID3v2.3, and ID3v2.4 tags, as well as support for writing ID3v1, ID3v1.1, and ID3v2.4 tags. Package: libid3tag0-dev Description-md5: 7bb1bb8529120c0a294e6171e5180274 Description-en: ID3 tag reading library from the MAD project ID3 tag manipulation library with full support for reading ID3v1, ID3v1.1, ID3v2.2, ID3v2.3, and ID3v2.4 tags, as well as support for writing ID3v1, ID3v1.1, and ID3v2.4 tags. . This is the package you need to develop or compile applications that use id3tag. Package: libident Description-md5: 199960463ab87d482f67cffe21dd348d Description-en: simple RFC1413 client library - runtime This is a small library to interface to the Ident protocol server; "ident" enables a remote host to find out who's the owner of a network connection. . /usr/sbin/in.identtestd is a small daemon (to be started from inetd) that does an ident lookup on you if you telnet into it. Can be used to verify that your Ident server is working correctly. Package: libident-dev Description-md5: bd1f80eb38a9d9516738a18e1156d9fb Description-en: simple RFC1413 client library - development This is a small library to interface to the Ident protocol server. Package: libidl-dev Description-md5: 9ea0e29e59fa63fb0a3f93e4a701f74f Description-en: development files for programs that use libIDL This package contains the header files and libraries needed for developing programs which use libIDL. Package: libidl0 Description-md5: f1bf44153d3885cee26c18de834b40aa Description-en: library for parsing CORBA IDL files libIDL is a small library for creating parse trees of CORBA v2.2 compliant Interface Definition Language (IDL) files, which is a specification for defining interfaces which can be used between different CORBA implementations. libIDL is used in the ORBit2 IDL compiler, as well as various language bindings (Perl, Python, etc.) for ORBit2. Package: libidn11 Description-md5: 8f2c3e3028043c62404c901cd7473dc7 Description-en: GNU Libidn library, implementation of IETF IDN specifications GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the shared library. Package: libidn11-dev Description-md5: 057f92c8d16485c6626798cd9f7f9f97 Description-en: Development files for GNU Libidn, an IDN library GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the header files, static library, pkg-config information, API man pages, and the Libidn manual. Package: libido-0.1-0 Description-md5: 1bed1722725acdadee08fd76cd4e7f0f Description-en: Shared library providing extra gtk menu items for display in system indicators . This package contains shared libraries to be used by GTK+ 2 applications. Package: libido-0.1-dev Description-md5: 7bff983b55b75d242ef64a76117abf77 Description-en: Shared library providing extra gtk menu items for display in system indicators . This package contains files that are needed to build GTK+ 2 applications. Package: libido3-0.1-0 Description-md5: ffd27a740620c8c7ab3fe86454936ec8 Description-en: Shared library providing extra gtk menu items for display in system indicators . This package contains shared libraries to be used by GTK+ 3 applications. Package: libido3-0.1-dev Description-md5: 1b1506bfa4cd8d43ca0b6217616441be Description-en: Shared library providing extra gtk menu items for display in system indicators . This package contains files that are needed to build GTK+ 3 applications. Package: libiec61883-0 Description-md5: d95e7f2402ce60a8f77bf09c3802a2c7 Description-en: an partial implementation of IEC 61883 This library is an implementation of IEC 61883, part 1 (CIP, plug registers, and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of IIDC, nearly all FireWire multimedia devices use IEC 61883 protocols. . The libiec61883 library provides a higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394. This includes both reception and transmission. It uses the new "rawiso" API of libraw1394, which transparently provides mmap-ed DMA for efficient data transfer. It also represents the third generation of I/O technology for Linux 1394 for these media types thereby removing the complexities of additional kernel modules, /dev nodes, and procfs. It also consolidates features for plug control registers and connection management that previously existed in experimental form in an unreleased version of libavc1394. Package: libiec61883-dev Description-md5: 06d87cbb7cb41af435f0b0b284dace57 Description-en: an partial implementation of IEC 61883 This library is an implementation of IEC 61883, part 1 (CIP, plug registers, and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of IIDC, nearly all FireWire multimedia devices use IEC 61883 protocols. . The libiec61883 library provides a higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394. This includes both reception and transmission. It uses the new "rawiso" API of libraw1394, which transparently provides mmap-ed DMA for efficient data transfer. It also represents the third generation of I/O technology for Linux 1394 for these media types thereby removing the complexities of additional kernel modules, /dev nodes, and procfs. It also consolidates features for plug control registers and connection management that previously existed in experimental form in an unreleased version of libavc1394. . These are development files for libiec61883 library. Package: libieee1284-3 Description-md5: 202c3e4bf00feaaa4961826a6eff1bda Description-en: cross-platform library for parallel port access This library was designed to ease the use of the parallel port. It will automatically figure out which access method is available, depending on the running kernel and the permissions of the process. . It handles particular queries to the devices, like fetching the Device ID of a device. Package: libieee1284-3-dev Description-md5: fa19691105e34a3cc3676a62a44f60c9 Description-en: cross-platform library for parallel port access [development files] This library was designed to ease the use of the parallel port. It will automatically figure out which access method is available, depending on the running kernel and the permissions of the process. . It handles particular queries to the devices, like fetching the Device ID of a device. . This package contains the development files needed to build your applications using the libieee1284. Package: libijs-0.35 Description-md5: b0a5e986b592d24551818af001ef8260 Description-en: IJS raster image transport protocol: shared library IJS is, first and foremost, a protocol for transmission of raster page images. This snapshot provides a reference implementation of the protocol, the design of which is still in flux. When the protocol specification is published, it will be authoritative. Applications should feel free to link against the library provided in this package, adapt that code for their own needs, or roll a completely new implementation. . IJS is a client-server protocol, used to write ghostscript drivers. The drivers are separate programs. The client and server communicate via pipes, though shared memory may be used additionally in the future. Currently IJS is used by the hpijs and ijsgimpprint drivers. . Code for both the client- and server-side is included in the library. This package provides the shared library. Package: libijs-dev Description-md5: 4c7cba0f16e4318b15b2b6b4fdf3780f Description-en: IJS raster image transport protocol: development files IJS (InkJet Server) is, first and foremost, a protocol for transmission of raster page images. This snapshot provides a reference implementation of the protocol, the design of which is still in flux. When the protocol specification is published, it will be authoritative. Applications should feel free to link against the library provided in this package, adapt that code for their own needs, or roll a completely new implementation. . IJS is a client-server protocol, used to write ghostscript drivers. The drivers are separate programs. The client and server communicate via pipes, though shared memory may be used additionally in the future. Currently IJS is used by the hpijs and ijsgimpprint drivers. . Code for both the client- and server-side is included in the library. This package provides a static library, development headers and documentation. Package: libilmbase-dev Description-md5: 83bd077e774a67291ba33925255f0c55 Description-en: development files for IlmBase This package provides the development files for IlmBase, a set of utility libraries relesaed by ILM and used by OpenEXR. Install this package if you want to compile a program that makes use of these libraries. Package: libilmbase6 Description-md5: a7cd0a047c4855d797cba2d4ba5c5284 Description-en: several utility libraries from ILM used by OpenEXR IlmBase are a set of utility libraries released by ILM, and used in their OpenEXR implementation. Included in this package you can find: . * libHalf: a class (Half) for manipulating "half" values (16-bit floating point format) as if they were a built-in C++ data type. . * libIlmThread: a thread abstraction library on top of pthreads. . * libImath: a math library with support for matrices, 2d- and 3d-transformations, solvers for linear/quadratic/cubic equations, and more. . * libIex: an exception handling library. Package: libimlib2 Description-md5: 925721752ceac1ee0e91f11a412212ce Description-en: powerful image loading and rendering library Imlib2 is an advanced replacement for libraries like libXpm. Imlib2 provides many more features with much greater flexibility and speed than standard libraries, including font rasterization, rotation, RGBA space rendering and blending, dynamic binary filters, scripting, and more. . Imlib2 is not a drop-in replacement for Imlib 1.x. Package: libimlib2-dev Description-md5: 7a8779a282a7f5491f1be189032217a9 Description-en: Imlib2 development files Headers, static library and documentation for developing software that uses Imlib2. . Imlib2 is an advanced replacement for libraries like libXpm. Imlib2 provides many more features with much greater flexibility and speed than standard libraries, including font rasterization, rotation, RGBA space rendering and blending, dynamic binary filters, scripting, and more. . Imlib2 is not a drop-in replacement for Imlib 1.x. Package: libimobiledevice-dev Description-md5: fd9a20c2b440f01ec4b9eb965aa42e9a Description-en: Library for communicating with iPhone and iPod Touch devices libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains the development files. Package: libimobiledevice-utils Description-md5: 67c848cadcb0e4665fbbe126820e4bd8 Description-en: Library for communicating with iPhone and iPod Touch devices libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains utilities and examples which use libimobiledevice. Package: libimobiledevice2 Description-md5: b63dfdd75baa933b181ba059d3cb96a2 Description-en: Library for communicating with the iPhone and iPod Touch libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. Package: libimobiledevice2-dbg Description-md5: d22def284c479ea2fe12faed1fe6c756 Description-en: Library for communicating with iPhone and iPod Touch devices libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains the debugging symbols. Package: libindicate-dev Description-md5: 4d09f2e9b55d8bd0ae8ef27c8188ddd8 Description-en: library for raising indicators via DBus - development files A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. . This package contains files that are needed to build applications. Package: libindicate-gtk-dev Description-md5: db4ba01cea52e73b63c4da26bdc8fc5c Description-en: library for raising indicators via DBus - GTK bindings development files A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. . This package contains files that are needed to build applications. Package: libindicate-gtk3 Description-md5: 41af89e4afb0ed19436ef057e4b36f4d Description-en: library for raising indicators via DBus - GTK bindings A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. . This package contains shared libraries to be used by applications. Package: libindicate-gtk3-3 Description-md5: 41af89e4afb0ed19436ef057e4b36f4d Description-en: library for raising indicators via DBus - GTK bindings A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. . This package contains shared libraries to be used by applications. Package: libindicate-gtk3-dev Description-md5: db4ba01cea52e73b63c4da26bdc8fc5c Description-en: library for raising indicators via DBus - GTK bindings development files A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. . This package contains files that are needed to build applications. Package: libindicate5 Description-md5: a6c21881d9e1389e39ec6f2b5c7ea09f Description-en: library for raising indicators via DBus A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. . This package contains shared libraries to be used by applications. Package: libindicator-dev Description-md5: 6547f70e5e653b96dedc74f65f22e75c Description-en: panel indicator applet - library development files This library contains information to build indicators to go into the indicator applet. . This package contains files that are needed to build applications. Package: libindicator-messages-status-provider-dev Description-md5: 2b3b438ed9e1f63498a836881b4b8efd Description-en: indicator status provider - library development files This library contains information to build status providers to go into the messaging menu. Package: libindicator-messages-status-provider1 Description-md5: 47de3116c4e340e16aa5e1b98a7e1fed Description-en: indicator status provider - shared library This library contains information to build status providers to go into the messaging menu. Package: libindicator-tools Description-md5: b62639ce4c223f11f11787a37e524310 Description-en: Tools for libindicator Tools useful for developers of applications using indicators. . This package contains files that are needed to build applications. Package: libindicator3-6 Description-md5: 646718eb8829a968151e4b7f5f1d7cf1 Description-en: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. . This package contains the library itself. Package: libindicator3-dev Description-md5: 6547f70e5e653b96dedc74f65f22e75c Description-en: panel indicator applet - library development files This library contains information to build indicators to go into the indicator applet. . This package contains files that are needed to build applications. Package: libindicator3-tools Description-md5: b62639ce4c223f11f11787a37e524310 Description-en: Tools for libindicator Tools useful for developers of applications using indicators. . This package contains files that are needed to build applications. Package: libindicator6 Description-md5: 646718eb8829a968151e4b7f5f1d7cf1 Description-en: panel indicator applet - shared library This library contains information to build indicators to go into the indicator applet. . This package contains the library itself. Package: libintl-xs-perl Description-md5: c919928c6b051653595f0ee48e6343dd Description-en: Uniforum message translations system compatible i18n library libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext. . This package contains the XS Implementation of Uniforum Message Translation, which is, thanks to the use of C code and libraries, a little bit faster than the pure Perl implementation. Package: libio-dirent-perl Description-md5: 4426ede634bec83a78cc516e17baadca Description-en: Perl module for accessing dirent structs returned by readdir Returns a list of hashrefs. Each hashref contains the name of the directory entry, its inode for the filesystem it resides on and its type (if available). . This module can be used by backuppc to speed up back-ups. Package: libio-pty-perl Description-md5: 67d23344fd6edf192b38c11f21096f12 Description-en: Perl module for pseudo tty IO IO::Pty provides I/O handles to the master- and slave-side of a pseudo tty. Package: libiodbc2 Description-md5: 28db562dffbe690878759315a006f3df Description-en: iODBC Driver Manager The iODBC (intrinsic Open Database Connectivity) driver manager is compatible with the ODBC 2.x and 3.x specification and performs all the jobs of a ODBC driver manager (i.e. driver loading, parameters and function sequence checking, driver's function invoking, etc). Any ODBC driver working with ODBC 2.0 and 3.x driver manager will also work with iODBC driver manager and vice versa. . Applications (using ODBC function calls) linked with iODBC driver manager will be able to simultaneously access different types of data sources within one process through suitable iODBC drivers. . This package contains the library files. Look for the iodbc package, too! Package: libiodbc2-dev Description-md5: d130ba790976d31df335175ab1a2c1f8 Description-en: iODBC Driver Manager (development files) The iODBC (intrinsic Open Database Connectivity) driver manager is compatible with the ODBC 2.x and 3.x specification and performs all the jobs of a ODBC driver manager (i.e. driver loading, parameters and function sequence checking, driver's function invoking, etc). Any ODBC driver working with ODBC 2.0 and 3.x driver manager will also work with iODBC driver manager and vice versa. . Applications (using ODBC function calls) linked with iODBC driver manager will be able to simultaneously access different types of data sources within one process through suitable iODBC drivers. . This package contains the development files. Package: libipc-sharelite-perl Description-md5: e0f47672ecd9c103037aadbb8a17d74f Description-en: Perl module that provides a simple interface to shared memory IPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes. Your operating system must support SysV IPC (shared memory and semaphores) in order to use this module. Package: libirman-dev Description-md5: d9890e509cbe93a3714d8bc7e9193e80 Description-en: library for accessing the Irman Infra Red hardware libirman is a library that allows access to Irman Infra Red hardware from Linux and other Unix systems. . For general application programming, the preferred interface for infra-red control is `lirc', as lirc supports multiple programs sharing the same infra-red receiver. It does this by providing a socket based interface to which several programs can connect. . lirc uses libirman to interface with the Irman Infra Red hardware, so in single use applications directly using libirman is simpler and uses less system resources. Currently, lirc only works on Linux systems, so programs written using libirman directly are more portable. . NOTE: This debian package is mainly provided so that Irman support can be enabled in lirc package and there is no libirman0 because upstream doesn't build a shared library. Package: libisc62 Description-md5: 6530db41bb53f0f9fc50d6f397950e53 Description-en: ISC Shared Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisc shared library used by BIND's daemons and clients. Package: libisccc60 Description-md5: da6a1a2a1fbcd8229f24523ae8ae7b33 Description-en: Command Channel Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisccc shared library used by BIND's daemons and clients, particularly rndc. Package: libisccfg62 Description-md5: 3a890bff8c41bd92ac3e542818fb7f79 Description-en: Config File Handling Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the libisccfg shared library used by BIND's daemons and clients to read and write ISC-style configuration files like named.conf and rndc.conf. Package: libiso9660-7 Description-md5: 57aea526cfae6bd2ad0a8b688de0f4db Description-en: library to work with ISO9660 filesystems This library is made to read and write ISO9660 filesystems; those filesystems are mainly used on CDROMs. Package: libiso9660-dev Description-md5: 97b431f7646b5800ba9980c27edef610 Description-en: library to work with ISO9660 filesystems (development files) This package contains development files (headers and static library) for the libiso9660 library. . This library is made to read and write ISO9660 filesystems; those filesystems are mainly used on CDROMs. Package: libisoburn-dbg Description-md5: 7ecbd47353d21a8afb264cea626f8614 Description-en: debugging symbols for libisoburn and xorriso libisoburn is a frontend for the libraries libburn and libisofs. It handles creation and inspection of ISO 9660 file systems on all CD/DVD media supported by libburn. . This package contains debugging files useful for investigating any problems with the binaries found in the packages 'libisoburn' and 'xorriso'. Package: libisoburn-dev Description-md5: ad8af9d291e4da5059414b7f19af76ff Description-en: development package for libisoburn This package contains the headers, pkgconfig data, and static library for libisoburn. Package: libisoburn1 Description-md5: b734ce75fe5e06b520c7a438f0971c3c Description-en: library to handle creation and inspection of ISO 9660 file systems libisoburn is a frontend for the libraries libburn and libisofs. It handles creation and inspection of ISO 9660 file systems on all CD/DVD media supported by libburn. These include media like DVD+RW, which does not support multi- session management at media level, as well as plain disk files and block devices. Package: libisofs-dbg Description-md5: 5278f31c587d84269fe4fc962d372db0 Description-en: debugging symbols for libisofs libisofs creates ISO images which can then be burnt with cdrskin or other software. . This package contains debugging files used to investigate problems with binaries included in the libisofs packages. Package: libisofs-dev Description-md5: 14fa421b05518b610da64050ce5cce57 Description-en: development package for libisofs This package contains the pkgconfig files, static library and headers for the libisofs6 package. Package: libisofs6 Description-md5: a1e54b63fb915ff5f97ef43aae397797 Description-en: library to create ISO9660 images libisofs creates ISO images which can then be burnt with cdrskin or other software. Package: libiw-dev Description-md5: d036482ad716eb508c40fc614600d60f Description-en: Wireless tools - development files Wireless tools are used to manipulate the Linux Wireless Extensions. The Wireless Extension is an interface allowing you to set Wireless LAN specific parameters and get the specific stats. . This package contains the header files and static version of libiw. Package: libiw30 Description-md5: 5e48c037049910f72132dd4fdb9713a3 Description-en: Wireless tools - library Wireless tools are used to manipulate the Linux Wireless Extensions. The Wireless Extension is an interface allowing you to set Wireless LAN specific parameters and get the specific stats. . This package contains the dynamic library libiw. Package: libjack-dev Description-md5: 5769772c9db90298e719eeef115bed03 Description-en: JACK Audio Connection Kit (development files) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. . This package contains files needed for the development of JACK applications and an API reference. Package: libjack-jackd2-0 Description-md5: f4743a9e2f04ed05673483cd1fe0eb38 Description-en: JACK Audio Connection Kit (libraries) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. . This package contains the shared libraries. Package: libjack-jackd2-dev Description-md5: 5769772c9db90298e719eeef115bed03 Description-en: JACK Audio Connection Kit (development files) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. . This package contains files needed for the development of JACK applications and an API reference. Package: libjack0 Description-md5: f4743a9e2f04ed05673483cd1fe0eb38 Description-en: JACK Audio Connection Kit (libraries) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. . This package contains the shared libraries. Package: libjasper-dev Description-md5: cffe1269c80cd3e31782da0e12e80b0e Description-en: Development files for the JasPer JPEG-2000 library JasPer is a collection of software (i.e., a library and application programs) for the coding and manipulation of images. This software can handle image data in a variety of formats. One such format supported by JasPer is the JPEG-2000 format defined in ISO/IEC 15444-1:2000. . This package contains the static library and headers. Package: libjasper-runtime Description-md5: 4c57bba10b4faddb8704d85df1ac0580 Description-en: Programs for manipulating JPEG-2000 files JasPer is a collection of software (i.e., a library and application programs) for the coding and manipulation of images. This software can handle image data in a variety of formats. One such format supported by JasPer is the JPEG-2000 format defined in ISO/IEC 15444-1:2000. . This package contains programs for manipulating JPEG-2000 files. Package: libjasper1 Description-md5: c86d2285f3bc0ef8bc05c99de0d22e57 Description-en: The JasPer JPEG-2000 runtime library JasPer is a collection of software (i.e., a library and application programs) for the coding and manipulation of images. This software can handle image data in a variety of formats. One such format supported by JasPer is the JPEG-2000 format defined in ISO/IEC 15444-1:2000. . This package contains the shared library. Package: libjaxp1.3-java-gcj Description-md5: 622da09f293ce21342c267c275320622 Description-en: Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX) - GCJ xml-apis.jar from the Apache XML Commons project is used by the Xerces-J XML parser and Xalan-J XSLT processor. Package: libjbig2dec0 Description-md5: 4fc692e269014b2801abb9d178e5f774 Description-en: JBIG2 decoder library - shared libraries jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and included by reference in Adobe's PDF version 1.4 and later. . This package contains the shared library libjbig2dec. Package: libjbig2dec0-dev Description-md5: e0964a7829aa44b212d608a06f2333c2 Description-en: JBIG2 decoder library - development files jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and included by reference in Adobe's PDF version 1.4 and later. . This package contains the development headers and static library. Package: libjpeg-progs Description-md5: 18811a14939d885ee3988abf604b36d8 Description-en: Programs for manipulating JPEG files This package contains programs for manipulating JPEG files: cjpeg/djpeg: convert to/from the JPEG file format rdjpgcom/wrjpgcom: read/write comments in JPEG files jpegtran: lossless transformations of JPEG files jpegexiforient/exifautotran: manipulate EXIF orientation tag Package: libjpeg62 Description-md5: 41e3ded18cc0f1f388e64be76d70d97a Description-en: The Independent JPEG Group's JPEG runtime library (version 6.2) The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the shared library for version 6.2. Package: libjpeg62-dbg Description-md5: 3387562520832fd6b3c1640c9bdde454 Description-en: Development files for the IJG JPEG library (version 6.2) The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the debugging symbols for libjpeg for version 6.2. Package: libjpeg62-dev Description-md5: 754ff6d7596fa7d0dad4124be6dd4ac1 Description-en: Development files for the IJG JPEG library (version 6.2) The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the static library, headers and documentation for version 6.2. Package: libjpeg8 Description-md5: 4ca10faa4517c5d362c9d51d75d7a85c Description-en: Independent JPEG Group's JPEG runtime library The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the shared library. Package: libjpeg8-dbg Description-md5: 11c9f206df29fdc82f48dd26405797d3 Description-en: Development files for the IJG JPEG library The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the debugging symbols for libjpeg. Package: libjpeg8-dev Description-md5: d25e4fedcfe5ade5e441d4bc95a4a0d1 Description-en: Development files for the IJG JPEG library The Independent JPEG Group's JPEG library is a library for handling JPEG files. . This package contains the static library, headers and documentation. Package: libjs-sphinxdoc Description-md5: 63a7d0de40a41c4829f00fcb9417cf9d Description-en: JavaScript support for Sphinx documentation Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package provides JavaScript code for documentation generated by Sphinx. Package: libjson-glib-1.0-0 Description-md5: 53a96fd80b7925face0f32f0fe0f240f Description-en: GLib JSON manipulation library JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. Package: libjson-glib-1.0-0-dbg Description-md5: a827b0e992aeb23b3bf89fcf5311979b Description-en: GLib JSON manipulation library (debug symbols) JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. . This package contains the debug files. Package: libjson-glib-dev Description-md5: c52c48b0cce50c9bd0620d26357460e1 Description-en: GLib JSON manipulation library (development files) JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. . This package contains the development files. Package: libjson-xs-perl Description-md5: a35c37101459f7bb513bbecae42cf3f5 Description-en: module for serializing/deserializing JSON JSON::XS is a Perl module for converting arbitrary Perl data structures to JSON and vice versa. Its primary objectives are to be semantically correct and to run quickly; for the latter goal, the implementation is written in C. . From JSON version 2.0 onward, the JSON module will use JSON::XS to accelerate its work, with no overhead due to emulation (by inheriting the constructor and methods). Using JSON instead of JSON::XS gives you a portable JSON API that can be fast when needed, but doesn't require a C compiler by falling back on a Pure Perl implementation. Package: libjson0 Description-md5: ac049068ef755540cdb41614a65accbf Description-en: JSON manipulation library - shared library This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. Package: libjson0-dbg Description-md5: efd16657bfcef4fd441a5da76e0cee70 Description-en: JSON manipulation library - debug symbols This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. . The debugging symbols for tracking down bugs in applications that use libjson-c are provided by this package. Package: libjson0-dev Description-md5: 001edc84a96e6fae1bdabba649265f74 Description-en: JSON manipulation library - development files This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. . The development headers for compiling programs that use libjson-c are provided by this package. Package: libjte-dev Description-md5: a1c5c7fde938847b59806a67cd4ed454 Description-en: Jigdo Template Export - development libjte is a library providing support for creating jigdo files, to be used by ISO image creation tools such as xorriso. . This package provides the header and development files needed to build programs and packages that use libjte. Package: libjte1 Description-md5: 2f1766f61e276fff22c3946ab550f0f5 Description-en: Jigdo Template Export - runtime library libjte is a library providing support for creating jigdo files, to be used by ISO image creation tools such as xorriso. . This package provides the runtime library file needed to run software written using libjte Package: libk5crypto3 Description-md5: 4b107bcb8481fee0b8b11744a386a6b0 Description-en: MIT Kerberos runtime libraries - Crypto Library 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 runtime cryptography libraries used by applications and Kerberos clients. Package: libkadm5clnt-mit8 Description-md5: 8b2bac04328bfaffc8a1b6b57144cc9b Description-en: MIT Kerberos runtime libraries - Administration Clients 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 runtime library used by clients of the Kerberos administration protocol. Package: libkadm5clnt7-heimdal Description-md5: 3c1990ad00253301ad106a775a259242 Description-en: Heimdal Kerberos - kadmin client library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the client library for kadmin. Package: libkadm5srv-mit8 Description-md5: 34bc9a3bc5f24d8493ce16a753dc317d Description-en: MIT Kerberos runtime libraries - KDC and Admin Server 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 runtime library used by Kerberos administrative servers. Package: libkadm5srv8-heimdal Description-md5: 3cfc4abf46cb966d202e4c7e1c50b12f Description-en: Libraries for Heimdal Kerberos Heimdal is a free implementation of Kerberos 5, that aims to be compatible with MIT Kerberos. . This package contains the server library for kadmin. Package: libkafs0-heimdal Description-md5: 7fd30de3adb996e1ddb2c382f4ce4994 Description-en: Heimdal Kerberos - KAFS support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for KAFS support. Package: libkdb5-5 Description-md5: 339dba7d5a44f05699e73cc493c3def3 Description-en: MIT Kerberos runtime libraries - Kerberos database 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 internal Kerberos database libraries. Package: libkdc2-heimdal Description-md5: 7c163bb7ff65758ba803f34784537f56 Description-en: Heimdal Kerberos - KDC support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Package: libkeyutils-dev Description-md5: 778cf76cde69933bd711c1050360f519 Description-en: Linux Key Management Utilities (development) Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations. . This package contains the development files. Package: libkeyutils1 Description-md5: 5c4d88a0a818e5ef897f2a9fa5c3ac2d Description-en: Linux Key Management Utilities (library) Keyutils is a set of utilities for managing the key retention facility in the kernel, which can be used by filesystems, block devices and more to gain and retain the authorization and encryption keys required to perform secure operations. . This package provides a wrapper library for the key management facility system calls. Package: libklibc Description-md5: c02e596a4e5bef99d28f7ec64ab27758 Description-en: minimal libc subset for use with initramfs klibc is intended to be a minimalistic libc subset for use with initramfs. It is deliberately written for small size, minimal entanglement, and portability, not speed. It is definitely a work in progress, and a lot of things are still missing. Package: libklibc-dev Description-md5: 30c8838ae54b41f0da91eb0d0c35f700 Description-en: kernel headers used during the build of klibc This package contains the set of kernel headers that were required to build klibc and the utilities that ship with it. This may or may not be a complete enough set to build other programs that link against klibc. If in doubt, use real kernel headers instead. Package: libklu1.1.0 Description-md5: 870630b1bc7130d951e1bb1f2f3281de Description-en: circuit simulation sparse LU factorization library Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . KLU sparse LU factorization, primarily for circuit simulation Package: libkms1 Description-md5: 8c32999bd630c356e352acf3c407ccf5 Description-en: Userspace interface to kernel DRM buffer management This library implements a unified userspace interface to the different buffer management interfaces of the kernel DRM hardware drivers. Package: libkms1-dbg Description-md5: e9c5159499f85a69eb29fe3e69813557 Description-en: Userspace interface to kernel DRM buffer management -- debugging symbols This library implements a unified userspace interface to the different buffer management interfaces of the kernel DRM hardware drivers. . This package provides the debugging symbols for the libkms1 package. Package: libkpathsea-dev Description-md5: dbb9c8ca6b430fbae61e882aab8c77cf Description-en: TeX Live: path search library for TeX (development part) This package contains the static library and header files for the Kpathsea[rch] library. Package: libkpathsea5 Description-md5: fba2c2a902ad5d09ffef5a04264e4bab Description-en: TeX Live: path search library for TeX (runtime part) This package contains the runtime part of the Kpathsea[rch] library, which implements generic path searching, configuration, and TeX-specific file searching. Package: libkrb5-26-heimdal Description-md5: c0c6ca8d74b4d950b5eaf9fb966ab142 Description-en: Heimdal Kerberos - libraries Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the Kerberos 5 library. Package: libkrb5-3 Description-md5: 07bb931a85fb24c6a0ef0f62a94bb26c Description-en: MIT Kerberos runtime libraries 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 runtime library for the main Kerberos v5 API used by applications and Kerberos clients. Package: libkrb5-dbg Description-md5: 5a4b785ef1af9c8f242b4f1a2d5710a0 Description-en: Debugging files 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 debugging information for the MIT Kerberos libraries. Install this package if you need to trace problems inside the MIT Kerberos libraries with a debugger. Package: libkrb5-dev Description-md5: 2ab394392864dbbc72c409c7aec58377 Description-en: Headers and development libraries 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 symlinks, headers, and development libraries needed to compile and link programs that use the Kerberos libraries. Package: libkrb5support0 Description-md5: 4f3abf66dd7bfd20406fc400a05b0693 Description-en: MIT Kerberos runtime libraries - Support library 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 an internal runtime support library used by other Kerberos libraries. Package: libksba-dev Description-md5: 451e8740fcc6265626636e8c054309ff Description-en: X.509 and CMS support library - development files KSBA (pronounced Kasbah) is a library to make X.509 certificates as well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. . KSBA provides these subsystems: ASN.1 Parser, BER Decoder, BER Encoder, Certificate Handling and CMS Handling. . This package contains the development library files. Package: libksba8 Description-md5: a4cabffec0ec5429f0f14bf49f0459c6 Description-en: X.509 and CMS support library KSBA (pronounced Kasbah) is a library to make X.509 certificates as well as the CMS easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. . KSBA provides these subsystems: ASN.1 Parser, BER Decoder, BER Encoder, Certificate Handling and CMS Handling. . This package contains the runtime library files. Package: liblapack-dev Description-md5: 9117ef735bf2bff4e0190b26073f029e Description-en: library of linear algebra routines 3 - static version LAPACK version 3.X is a comprehensive FORTRAN library that does linear algebra operations including matrix inversions, least squared solutions to linear sets of equations, eigenvector analysis, singular value decomposition, etc. It is a very comprehensive and reputable package that has found extensive use in the scientific community. Package: liblapack-pic Description-md5: e4f6e9de3bab386da48c9344cf82ea93 Description-en: library of linear algebra routines 3 - static PIC version LAPACK version 3.X is a comprehensive FORTRAN library that does linear algebra operations including matrix inversions, least squared solutions to linear sets of equations, eigenvector analysis, singular value decomposition, etc. It is a very comprehensive and reputable package that has found extensive use in the scientific community. . Normally one would want to use non-PIC code for static linking. In this case, install liblapack-dev. This package is provided for other packages, such as atlas, needing access to PIC versions of the lapack objects in their own build process. Package: liblapack-test Description-md5: b3dcf05258c59e083dee103078935c60 Description-en: library of linear algebra routines 3 - testing programs LAPACK version 3.X is a comprehensive FORTRAN library that does linear algebra operations including matrix inversions, least squared solutions to linear sets of equations, eigenvector analysis, singular value decomposition, etc. It is a very comprehensive and reputable package that has found extensive use in the scientific community. . These testing programs have been run against the shared library in the lapack package. The results have been collected in the files test_results. These programs are provided separately here so that the user can test and compare alternate versions of the lapack libraries, such as those provided by the atlas packages, and the lapack99 package. Package: liblapack3gf Description-md5: d2d85105571cc11b02a456db58ba8970 Description-en: library of linear algebra routines 3 - shared version LAPACK version 3.X is a comprehensive FORTRAN library that does linear algebra operations including matrix inversions, least squared solutions to linear sets of equations, eigenvector analysis, singular value decomposition, etc. It is a very comprehensive and reputable package that has found extensive use in the scientific community. Package: liblaunchpad-integration-3.0-1 Description-md5: c7ae9e365c15b6e9d9dc203b26c9d862 Description-en: library for launchpad integration The launchpad-integration tools provide an easy way to set menu items, for an application using GtkUIManager, pointing to the launchpad pages about a package. Users can get information about the used application here, translate it, ... . This package contains the shared library for GTK+ 3.0. Package: liblaunchpad-integration-3.0-dev Description-md5: 863a6e217ea8fc9d5326cf5ed5605e68 Description-en: library for launchpad integration The launchpad-integration tools provide an easy way to set menu items, for an application using GtkUIManager, pointing to the launchpad pages about a package. Users can get information about the used application here, translate it, ... . This package contains the header files and static libraries for the GTK+ 3.0 version of the library. Package: liblaunchpad-integration-cil-dev Description-md5: b340b573eb3457716a1bfddfb3bdefa2 Description-en: CLI bindings for liblaunchpad-integration - development package This package contains development headers for the current version of the launchpad-integration-sharp assembly, for compilation purposes. Package: liblaunchpad-integration-dev Description-md5: fdadea85a481fca9e6e1ab6d9f345585 Description-en: library for launchpad integration The launchpad-integration tools provide an easy way to set menu items, for an application using GtkUIManager, pointing to the launchpad pages about a package. Users can get information about the used application here, translate it, ... . This package contains the header files and static libraries for the GTK+ 2.0 version of the library. Package: liblaunchpad-integration1 Description-md5: 92f7625d462d29e6dfacbc4c44bdbf42 Description-en: library for launchpad integration The launchpad-integration tools provide an easy way to set menu items, for an application using GtkUIManager, pointing to the launchpad pages about a package. Users can get information about the used application here, translate it, ... . This package contains the shared library for GTK+ 2.0. Package: liblaunchpad-integration1.0-cil Description-md5: 44921a368a37700a6d0c2820f32a4413 Description-en: CLI bindings for liblaunchpad-integration This package provides the launchpad-integration-sharp assembly that allows CLI (.NET) programs to provide Launchpad menu items. . This package contains assemblies to be used by applications. Package: liblcms-utils Description-md5: 67df12bd8016082a2126ce156580645f Description-en: Little CMS color management library utilities lcms is a standalone CMM engine, which deals with the color management. LittleCMS implements a fast transformation between ICC profiles. The intention of it is to be portable across several platforms. This package contains additional utilities(jpegicc and tifficc) which comes with lcms. Package: liblcms1 Description-md5: e1c2cff0e9cd8d568f1c459c5f6f5154 Description-en: Little CMS color management library lcms is a standalone CMM engine, which deals with the color management. LittleCMS implements a fast transformation between ICC profiles. The intention of it is to be portable across several platforms. Package: liblcms1-dev Description-md5: 327d315008a1c753ac6098740f6e55c8 Description-en: Litle CMS color management library development headers Development headers for Little CMS color management library. lcms is a standalone CMM engine, which deals with the color management. LittleCMS implements a fast transformation between ICC profiles. The intention of it is to be portable across several platforms. Package: liblcms2-2 Description-md5: f2e97e265067bf340866f48be3f9cae5 Description-en: Little CMS 2 color management library LittleCMS 2 intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC) of color management. LittleCMS 2 is a full implementation of ICC specification 4.2 plus all addendums. It fully supports all V2 and V4 profiles, including abstract, devicelink and named color profiles. Package: liblcms2-dev Description-md5: 87ff14435a28f46ae1486d878912dfa7 Description-en: Little CMS 2 color management library development headers LittleCMS 2 intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC) of color management. Little CMS 2 is a full implementation of ICC specification 4.2 plus all addendums. It fully supports all V2 and V4 profiles, including abstract, devicelink and named color profiles. This package contains the development headers used for building software that uses Little CMS. Package: liblcms2-utils Description-md5: 9d02252a144b3ad44526729816f78e6c Description-en: Little CMS 2 olor management library LittleCMS 2 intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC) of color management. LittleCMS 2 is a full implementation of ICC specification 4.2 plus all addendums. It fully supports all V2 and V4 profiles, including abstract, devicelink and named color profiles. This package contains additional utilities (jpegicc and tifficc). Package: libldap-2.4-2 Description-md5: 198db781f85a21d6d3c302c304d6e0fb Description-en: OpenLDAP libraries These are the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Package: libldap-2.4-2-dbg Description-md5: ccc0a2bad42dae2cfbcee6c60d947e72 Description-en: Debugging information for OpenLDAP libraries This package provides detached debugging information for the OpenLDAP (Lightweight Directory Access Protocol) libraries. It is useful primarily to permit better backtraces and crash dump analysis after problems with the libraries. GDB will find this debug information automatically. Package: libldap2-dev Description-md5: 2359036e8e1bd2b4b5d49233c1509ecf Description-en: OpenLDAP development libraries This package allows development of LDAP applications using the OpenLDAP libraries. It includes headers, libraries and links to allow static and dynamic linking. Package: libldl2.0.1 Description-md5: cc70c0f9279a045ec212e588648b5726 Description-en: simple LDL' factorization library for sparse matrices Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . LDL a simple LDL' factorization Package: libledit-ocaml-dev Description-md5: 44cf919b826bff2e61cf92762546b6ed Description-en: OCaml line editor library 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. . This package ships Ledit as a development library, so that you can use it to build interactive programs with line editing capabilities. Package: liblightdm-gobject-1-0 Description-md5: 6c3bad2fb3c13c192ee2080b06f2b9b2 Description-en: LightDM GObject client library A GObject based library for LightDM clients to use to interface with LightDM. Package: liblightdm-gobject-1-dev Description-md5: 30ef340c6d774e2957da152c1a598a36 Description-en: LightDM client library (development files) A GObject based library for LightDM clients to use to interface with LightDM. . This package contains header files and development information, which is useful for building LightDM greeters and user switchers. Package: liblightdm-gobject-1-doc Description-md5: ed7ca117d51a427f54238d598a2c843e Description-en: LightDM client library (documentation) A GObject based library for LightDM clients to use to interface with LightDM. . This package contains HTML documentation. Package: liblightdm-qt-1-0 Description-md5: e4829922d725966a3547148f5055fe94 Description-en: LightDM Qt client library A Qt based library for LightDM clients to use to interface with LightDM. Package: liblightdm-qt-1-dev Description-md5: de7968cdddbdef80c16966af6e3f8d61 Description-en: LightDM client library (development files) A Qt based library for LightDM clients to use to interface with LightDM. . This package contains header files and development information, which is useful for building LightDM greeters and user switchers. Package: liblircclient-dev Description-md5: 31f7c5479fd69da25ef36f26194c585d Description-en: infra-red remote control support - client library development files LIRC stands for 'Linux Infra-red Remote Control'. . This package contains the static library and headers for the LIRC client library. Package: liblircclient0 Description-md5: 046c5b09edad2c5176e249c742771de0 Description-en: infra-red remote control support - client library LIRC stands for 'Linux Infra-red Remote Control'. . This package provides a library with functions to support remote controls via LIRC in programs such as xawtv. Package: liblist-moreutils-perl Description-md5: db3a03427dc3f850ea1497c8b1cd8ec2 Description-en: Perl module with additional list functions not found in List::Util List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. . All of the functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module could not be compiled on this machine. Package: libllvm-2.9-ocaml-dev Description-md5: 7b9de4fe68a2874c8356bace3424a232 Description-en: Low-Level Virtual Machine (LLVM), bindings for OCaml The Low-Level Virtual Machine (LLVM) is a collection of libraries and tools that make it easy to build compilers, optimizers, Just-In-Time code generators, and many other compiler-related programs. LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm2.9 Description-md5: 5a4f11789eb9e46abded77096d4ec0d4 Description-en: Low-Level Virtual Machine (LLVM), runtime library The Low-Level Virtual Machine (LLVM) is a collection of libraries and tools that make it easy to build compilers, optimizers, Just-In-Time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Package: liblocale-gettext-perl Description-md5: bcd2e7ddd35e0e3b842937268295fc12 Description-en: Using libc functions for internationalization in Perl The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. . It provides gettext(), dgettext(), dcgettext(), textdomain(), bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext() and dngettext(). Package: liblockfile-dev Description-md5: 9a33670df857a6d06f73115de1b4f4e7 Description-en: Development library for liblockfile This is a development library for liblockfile. It includes headers and documentation. Package: liblockfile1 Description-md5: 2962ef229f1c85d46af83ce56654fe9d Description-en: NFS-safe locking library, includes dotlockfile program Liblockfile is a shared library with NFS-safe locking functions. It includes the command-line utility ``dotlockfile''. Package: liblog4j1.2-java Description-md5: 0462d1b6550c075e6be96a5ce3f64d6f Description-en: Logging library for java log4j is a tool to help the programmer output log statements to a variety of output targets. . It is possible to enable logging at runtime without modifying the application binary. The log4j package is designed so that log statements can remain in shipped code without incurring a high performance cost. . One of the distinctive features of log4j is the notion of hierarchical loggers. Using loggers it is possible to selectively control which log statements are output at arbitrary granularity. . Log4j can output to: a file, a rolling file, a database with a JDBC driver, many ouput asynchronously, a JMS Topic, a swing based logging console, the NT event log, /dev/null, a SMTP server (using javamail), a socket server, syslog, telnet daemon and stdout. . The format of the output can be defined using one of the various layout (or user defined layout) like: simple text, html, date, pattern defined and XML. Package: liblog4j1.2-java-gcj Description-md5: 8add5ffc205b195621031d01a1417812 Description-en: Logging library for java (native code) log4j is a tool to help the programmer output log statements to a variety of output targets. . It is possible to enable logging at runtime without modifying the application binary. The log4j package is designed so that log statements can remain in shipped code without incurring a high performance cost. . One of the distinctive features of log4j is the notion of hierarchical loggers. Using loggers it is possible to selectively control which log statements are output at arbitrary granularity. . Log4j can output to: a file, a rolling file, a database with a JDBC driver, many ouput asynchronously, a JMS Topic, a swing based logging console, the NT event log, /dev/null, a SMTP server (using javamail), a socket server, syslog, telnet daemon and stdout. . The format of the output can be defined using one of the various layout (or user defined layout) like: simple text, html, date, pattern defined and XML. . This package contains the natively compiled code for use by gij. Package: liblogthread-dev Description-md5: 0abb7641e4428833b73d7ad5c6d81592 Description-en: Red Hat cluster suite - cluster logging development files This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . The logthread library provides a simple logging API designed for cluster applications. . This package contains the files needed for developing applications. Package: liblogthread3 Description-md5: efa171dbb355b4e9fbb08f8dffff3a3d Description-en: Red Hat cluster suite - cluster logging libraries This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . The logthread library provides a simple logging API designed for cluster applications. . This package contains the client libraries. Package: liblouis-bin Description-md5: cae9b467847bea41b21fa26bea4352d3 Description-en: Braille translation library - utilities Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). New languages can easily be added through tables that support a rule- or dictionary based approach. Included are also tools for testing and debugging tables. . This package contains a few tools to test tables and translate text. Package: liblouis-dev Description-md5: 835f535ec527fdb854cd10e2ecbb2a63 Description-en: Braille translation library - static libs and headers Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains static libraries and development headers. Package: liblouis2 Description-md5: 40448590cf7dc3c13633552fcd3ac521 Description-en: Braille translation library - shared libs Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains shared libraries. Package: liblpsolve55-dev Description-md5: ab4882ddda62b748bf8b44c8f0be3230 Description-en: Solve (mixed integer) linear programming problems - library The linear programming (LP) problem can be formulated as: Solve A.x >= V1, with V2.x maximal. A is a matrix, x is a vector of (nonnegative) variables, V1 is a vector called the right hand side, and V2 is a vector specifying the objective function. . An integer linear programming (ILP) problem is an LP with the constraint that all the variables are integers. In a mixed integer linear programming (MILP) problem, some of the variables are integer and others are real. . The program lp_solve solves LP, ILP, and MILP problems. It is slightly more general than suggested above, in that every row of A (specifying one constraint) can have its own (in)equality, <=, >= or =. The result specifies values for all variables. . lp_solve uses the 'Simplex' algorithm and sparse matrix methods for pure LP problems. If one or more of the variables is declared integer, the Simplex algorithm is iterated with a branch and bound algorithm, until the desired optimal solution is found. lp_solve can read MPS format input files. . This package contains the static library for developing programs using liblpsolve. . Homepage http://www.geocities.com/lpsolve/ Package: liblqr-1-0 Description-md5: 95ac0eca95e73974478fdecc7717176c Description-en: converts plain array images into multi-size representation The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique. . The library takes images in plain array format as input and converts them to a multi-size representation. . Following is a list of features: . * Areas in the image can be marked for preservation or discard * Once the image has been fully processed, the scaling can be done in real-time. In fact, the information can be saved and read out later without any further processing * The resizing is done with a single function which automatically performs all the necessary operations; it can also work in successive steps without wasting computational time * Possibility to tune the carving operation by letting the seams be less connected, or more rigid, or both * Can export and import the visibility map (the seams) * Other images can be attached and undergo the same carving process as the parent image * The automatic feature detection algorithm can be tuned by selecting among different energy gradient functions * Reports progress through a customizable interface * A signalling system permits to cleanly handle errors . The library implements the algorithm described in the paper "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir, which can be found at http://www.faculty.idc.ac.il/arik/imret.pdf . This package contains the shared library. Package: liblqr-1-0-dbg Description-md5: 01810b5067619c4b49ed534b13fd4454 Description-en: converts plain array images into multi-size representation (debug package) The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique. . The library takes images in plain array format as input and converts them to a multi-size representation. . Following is a list of features: . * Areas in the image can be marked for preservation or discard * Once the image has been fully processed, the scaling can be done in real-time. In fact, the information can be saved and read out later without any further processing * The resizing is done with a single function which automatically performs all the necessary operations; it can also work in successive steps without wasting computational time * Possibility to tune the carving operation by letting the seams be less connected, or more rigid, or both * Can export and import the visibility map (the seams) * Other images can be attached and undergo the same carving process as the parent image * The automatic feature detection algorithm can be tuned by selecting among different energy gradient functions * Reports progress through a customizable interface * A signalling system permits to cleanly handle errors . The library implements the algorithm described in the paper "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir, which can be found at http://www.faculty.idc.ac.il/arik/imret.pdf . This package contains the debug information of shared library found in liblqr-1-0. Package: liblqr-1-0-dev Description-md5: e20a0631003a2d0bd4e7db73d74e95e2 Description-en: converts plain array images into multi-size representation (developments files) The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique. . The library takes images in plain array format as input and converts them to a multi-size representation. . Following is a list of features: . * Areas in the image can be marked for preservation or discard * Once the image has been fully processed, the scaling can be done in real-time. In fact, the information can be saved and read out later without any further processing * The resizing is done with a single function which automatically performs all the necessary operations; it can also work in successive steps without wasting computational time * Possibility to tune the carving operation by letting the seams be less connected, or more rigid, or both * Can export and import the visibility map (the seams) * Other images can be attached and undergo the same carving process as the parent image * The automatic feature detection algorithm can be tuned by selecting among different energy gradient functions * Reports progress through a customizable interface * A signalling system permits to cleanly handle errors . The library implements the algorithm described in the paper "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir, which can be found at http://www.faculty.idc.ac.il/arik/imret.pdf . This package contains the development files. Package: liblrm2 Description-md5: 000b7bd6663855f827735e673579b02c Description-en: Reusable cluster libraries -- liblrm2 This package contains the lrm helper library from cluster-glue, the reusable cluster components package. Install it if you want to use the pacemaker cluster manager. Package: liblrm2-dev Description-md5: 04a379345e7ea65d11b1ed792b7efe1a Description-en: Reusable cluster development files -- liblrm This package contains the development files of the lrm helper library from cluster-glue, the reusable cluster components package. Package: libltdl-dev Description-md5: 558216e7969b9db60e2f2709a38a748b Description-en: A system independent dlopen wrapper for GNU libtool This package contains the header files and static libraries for the libltdl package. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Package: libltdl7 Description-md5: 29b165ca5a1c370af592e0476b6ae440 Description-en: A system independent dlopen wrapper for GNU libtool This package contains the run-time libltdl library. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Package: liblua5.1-0 Description-md5: bc352b5115dff05ff2aede2bb7cb6dbb Description-en: Shared library for the Lua interpreter version 5.1 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains runtime libraries. You shouldn't need to install it explicitly. Package: liblua5.1-0-dbg Description-md5: 54e8189837a8abfaff0a371b2a10bb96 Description-en: Debug symbols for the Lua shared library interpreter This package contains the debugging symbols for liblua5.1 and lua5.1 Package: liblua5.1-0-dev Description-md5: bcc83f37ccb170b57c443d11f5988c32 Description-en: Development files for the Lua language version 5.1 Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains developer resources for using the Lua library. Install it if you are developing programs which use the Lua C API. Package: liblua5.1-rrd-dev Description-md5: 7b92ade0eb9ed91125071e911f03b94b Description-en: time-series data storage and display system (Lua 5.1 development) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains development files for the Lua 5.1 interface to RRDs. Package: liblua5.1-rrd0 Description-md5: 42fab2e774a4e0317879bf8893047179 Description-en: time-series data storage and display system (Lua 5.1 interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Lua 5.1 interface to RRDs. Package: liblvm2-dev Description-md5: 9355c51a0fa4f1589861097790213f32 Description-en: LVM2 libraries - development files This package contains files needed to develop applications that use the lvm2app library. Package: liblvm2app2.2 Description-md5: 577f83d733f4a66a06fad9f3866d0316 Description-en: LVM2 application library This package contains the lvm2app shared library. It allows easier access to the basic LVM objects and provides functions to enumerate, create or modify them. Package: liblvm2cmd2.02 Description-md5: 8f4d76592086bd210b07fd8b6370be43 Description-en: LVM2 command library This package contains the lvm2cmd shared library. Package: liblwp-mediatypes-perl Description-md5: 39f3a89fb73f99e7871809c2c0d8f938 Description-en: module to guess media type for a file or a URL LWP::MediaTypes provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility it will also look for ~/.mime.types. Package: liblwres60 Description-md5: 73843c094de7b4dfcc9ed1e36cc6d546 Description-en: Lightweight Resolver Library used by BIND The Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers the liblwres shared library used by BIND's daemons and clients. Package: liblzma-dev Description-md5: d19d3f899b3a1d8a68ae0473ad3f9283 Description-en: XZ-format compression library - development files XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . The native format of liblzma is XZ; it also supports raw (headerless) streams and the older LZMA format used by lzma. (For 7-Zip's related format, use the p7zip package instead.) This package provides the development library needed to build programs using liblzma. Package: liblzma2 Description-md5: 0ceca09eb4ab99863be3578fa55e7d2b Description-en: XZ-format compression library XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . The native format of liblzma is XZ; it also supports raw (headerless) streams and the older LZMA format used by lzma. (For 7-Zip's related format, use the p7zip package instead.) Package: liblzo2-2 Description-md5: 6acbb2b98752f4160eba6ec78c11bb54 Description-en: data compression library LZO is a portable, lossless data compression library. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. Package: liblzo2-dev Description-md5: 33a9c8476074f27fdf0d1f013ef98be9 Description-en: data compression library (development files) LZO is a portable, lossless data compression library. This package contains the header files and static libraries for the LZO data compression library. Package: libm17n-0 Description-md5: db65f35050de404e11790bf7b7630a44 Description-en: a multilingual text processing library - runtime The m17n library is a multilingual text processing library for the C language. This library has following features: - The m17n library is an open source software. - The m17n library for any Linux/Unix applications. - The m17n library realizes multilingualization of many aspects of applications. - The m17n library represents multilingual text as an object named M-text. M-text is a string with attributes called text properties, and designed to substitute for string in C. Text properties carry any information required to input, display and edit the text. - The m17n library supports functions to handle M-texts. . m17n is an abbreviation of Multilingualization. . This package contains the runtime part of m17n-lib. Package: libm17n-0-dbg Description-md5: 5e4c3f97315d921dbe24cf41263dfa03 Description-en: a multilingual text processing library - debugging symbols The m17n library is a multilingual text processing library for the C language. This library has following features: . - The m17n library is an open source software. - The m17n library for any Linux/Unix applications. - The m17n library realizes multilingualization of many aspects of applications. - The m17n library represents multilingual text as an object named M-text. M-text is a string with attributes called text properties, and designed to substitute for string in C. Text properties carry any information required to input, display and edit the text. - The m17n library supports functions to handle M-texts. . m17n is an abbreviation of Multilingualization. . This package contains unstripped shared libraries. it is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and can be used by placing that directory in LD_LIBRARY_PATH. Most people will not need this package. Package: libm17n-dev Description-md5: 14d00bb94eef50ab3dd1236a419cce02 Description-en: a multilingual text processing library - development The m17n library is a multilingual text processing library for the C language. This library has following features: . - The m17n library is an open source software. - The m17n library for any Linux/Unix applications. - The m17n library realizes multilingualization of many aspects of applications. - The m17n library represents multilingual text as an object named M-text. M-text is a string with attributes called text properties, and designed to substitute for string in C. Text properties carry any information required to input, display and edit the text. - The m17n library supports functions to handle M-texts. . m17n is an abbreviation of Multilingualization. . This package contains the header and development files needed to build programs and packages using m17n-lib. Package: libmaa-dev Description-md5: bc0f465617b2db9625ae21943d837586 Description-en: maa programming library, development files The libmaa library provides many low-level data structures which are helpful for writing compilers, including hash tables, sets, lists, debugging support, and memory management. Although libmaa was designed and implemented as a foundation for the kheperalong, the data structures are generally applicable to a wide range of programming problems. . The memory management routines are especially helpful for improving the performance of memory-intensive applications. . This package contains the static library and headers used to build programs that use the library. Package: libmaa3 Description-md5: 1121424a22e831818969fb6649ec3a98 Description-en: maa programming library The libmaa library provides many low-level data structures which are helpful for writing compilers, including hash tables, sets, lists, debugging support, and memory management. Although libmaa was designed and implemented as a foundation for the kheperalong, the data structures are generally applicable to a wide range of programming problems. . The memory management routines are especially helpful for improving the performance of memory-intensive applications. Package: libmad0 Description-md5: 6128449b12eb51be6ddf26acb2183872 Description-en: MPEG audio decoder library MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.) . MAD has the following special features: - 100% fixed-point (integer) computation - completely new implementation based on the ISO/IEC 11172-3 standard - distributed under the terms of the GNU General Public License (GPL) Package: libmad0-dev Description-md5: bf2478178701150aac144fa1b8a3ff5f Description-en: MPEG audio decoder development library MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.) . This is the package you need to develop or compile applications that use MAD. Package: libmagic-dev Description-md5: 8dfdad924ca9981a019ce4d5e66307e2 Description-en: File type determination library using "magic" numbers (development) This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. . This package contains the development files. Package: libmagic1 Description-md5: 7bbc15df978ca5c0adea7312cbc02445 Description-en: File type determination library using "magic" numbers This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. Package: libmagick++-dev Description-md5: b938b7703abcd228af38c5cac9f8ae72 Description-en: object-oriented C++ interface to ImageMagick - development files This package includes header files and static libraries needed to compile programs using Magick++. Package: libmagick++3 Description-md5: 8e8fbab9ccdf45928236b9f3c42ecd91 Description-en: object-oriented C++ interface to ImageMagick The Magick++ library is a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application. . This package contains the C++ libraries needed to run executables that make use of libMagick++. Package: libmagickcore-dev Description-md5: aa88f5d5082ff9b7448857107c1318e9 Description-en: low-level image manipulation library - development files This package includes header files and static libraries needed to compile programs using MagickCore. Package: libmagickcore3 Description-md5: 3d12d844f68d69bdae63a7afd34d6392 Description-en: low-level image manipulation library The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exlusively access the structure members directly. . This package contains the C libraries needed to run executables that make use of MagickCore. Package: libmagickcore3-extra Description-md5: 74d032fafdeeca601f033c6cd8e31fae Description-en: low-level image manipulation library - extra codecs This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to MagickCore. Package: libmagickwand-dev Description-md5: 431e989a3aae92a173c5b1cf4ffe85eb Description-en: image manipulation library - development files This package includes header files and static libraries needed to compile programs using MagickWand. Package: libmagickwand3 Description-md5: 551ef05d728c4f543dc3afb54a3f6c73 Description-en: image manipulation library The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package contains the C libraries needed to run executables that make use of MagickWand. Package: libmailtools-perl Description-md5: c42aa1e49d681dcc200129315de37221 Description-en: Manipulate email in perl programs This is a set of perl modules which provide an easy interface to manipulating email in an object-oriented fashion. Package: libmalaga-dev Description-md5: 0f14c7e9301a57c28eb88f80566d75ec Description-en: Developer's library for automatic language analysis Malaga is a system for implementing natural language analysers: both grammars and morphologies can be created. You will not be needing this package if you do not intend to do research on computer linguistics or develop computer programs that need to do advanced processing of natural languages. . This package contains the static library and header file for developing programs that use the Malaga engine. Package: libmalaga7 Description-md5: 9c253ea359511193bf7e46328b54b09e Description-en: An automatic language analysis library Malaga is a system for implementing natural language analysers: both grammars and morphologies can be created. . This package contains the shared library supporting other programs that use the Malaga engine. Malaga itself does not use this library. Package: libmdbodbc Description-md5: d2763169442e1e01c8aa5a68144192ac Description-en: MDB tools ODBC module This is the software driver to access JET / MS Access database (MDB) files through ODBC. Package: libmdbtools Description-md5: 266b767e5d6d3bb54aabdbdf5ca68074 Description-en: mdbtools libraries libraries for reading JET / MS Access database (MDB) files * libmdb - the core library for accessing MDB files programmatically. * libmdbsql - builds on libmdb to provide a SQL engine (ala Jet) Package: libmeanwhile-dev Description-md5: 8fd2a69c10b4d3d15506fb7abd55ad82 Description-en: development package for libmeanwhile1 This library provides the basic Lotus Sametime Community Client session functionality along with the core services; Presence, Messaging, and Conferencing. . This package contains development files of the libmeanwhile0 library. Package: libmeanwhile1 Description-md5: 82e65bea7e1388bd4ffee62b6cc57363 Description-en: open implementation of the Lotus Sametime Community Client protocol This library provides the basic Lotus Sametime Community Client session functionality along with the core services; Presence, Messaging, and Conferencing. Package: libmemcached-dbg Description-md5: f30be935a4842dfba1d5583d552b98cf Description-en: Debug Symbols for libmemcached libmemcached is a C and C++ client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * TCP and Unix Socket protocols. * A half dozen or so different hash algorithms . * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. . This package provides debug symbols. Package: libmemcached-dev Description-md5: ee21fa04cba54da4c95743721db9bde5 Description-en: Development files for libmemcached libmemcached is a C and C++ client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: * Synchronous and Asynchronous support. * TCP and Unix Socket protocols. * A half dozen or so different hash algorithms . * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. . This package provides development headers for libmemcached. Package: libmemcached-tools Description-md5: 9658a025df40a51fef22e3ba3b770458 Description-en: Commandline tools for talking to memcached via libmemcached libmemcached is a C and C++ client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . This package provides several command line tools: . * memccat - Copy the value of a key to standard output * memcflush - Flush the contents of your servers. * memcrm - Remove a key(s) from the serrver. * memccp - Copy files to a memached server. * memcstat - Dump the stats of your servers to standard output * memcslap - Generate testing loads on a memcached cluster Package: libmemcached6 Description-md5: d6aca01c3e10929dce4242e131be6f6a Description-en: A C and C++ client library to the memcached server libmemcached is a C and C++ client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * TCP and Unix Socket protocols. * A half dozen or so different hash algorithms . * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. . This package provides the libmemcached shared library itself. Package: libmemcachedprotocol0 Description-md5: 66432629dd745da4e286527acf8fb2f8 Description-en: A library implementing the memcached protocol libmemcached is a C and C++ client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * TCP and Unix Socket protocols. * A half dozen or so different hash algorithms . * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. . This package provides the libmemcachedprotocol shared library. Package: libmemcachedutil1 Description-md5: 2bac4f9d5e7f84e15f7e63baf2a64407 Description-en: A library implementing connection pooling for libmemcached libmemcached is a C and C++ client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. . A few notes on its design: . * Synchronous and Asynchronous support. * TCP and Unix Socket protocols. * A half dozen or so different hash algorithms . * Implementations of the new cas, replace, and append operators. * Man pages written up on entire API. * Implements both modulo and consistent hashing solutions. . This package provides the libmemcachedutil library. Package: libmetacity-dev Description-md5: 434f8b640be984936233e987d576cbbf Description-en: Development files for the Metacity window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the development files. Package: libmetacity-private0 Description-md5: ee7c90f337314f26935c451de494dba0 Description-en: library for the Metacity window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the shared library. Package: libmhash-dev Description-md5: 76bc2c8552d8e642bc02127f01075ff5 Description-en: Library for cryptographic hashing and message authentication Mhash is a library that provides a uniform interface to a large number of hash algorithms. These algorithms can be used to compute checksums, message digests, and other signatures. The HMAC support implements the basics for message authentication, following RFC 2104. Mhash also provides several key-generation algorithms, including those of OpenPGP (RFC 2440). Further information is available at http://mhash.sourceforge.net/. . This package contains header files, the man page, and the static library. Package: libmhash2 Description-md5: 24e56c1cebe60bac3f5d409f640761d0 Description-en: Library for cryptographic hashing and message authentication Mhash is a library that provides a uniform interface to a large number of hash algorithms. These algorithms can be used to compute checksums, message digests, and other signatures. The HMAC support implements the basics for message authentication, following RFC 2104. Mhash also provides several key-generation algorithms, including those of OpenPGP (RFC 2440). Further information is available at http://mhash.sourceforge.net/. . This package contains the shared library. Package: libmilter-dev Description-md5: c3fb132e77439d35e15e1f829aa855de Description-en: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information (headers) and content. . The Debian Sendmail package is built to support libmilter. . This is the libmilter static library and include files for development. . The documentation on building a Milter is in the sendmail-doc package. Package: libmilter1.0.1 Description-md5: 1ab872167c7f9ea0ae2341dd78f2e74a Description-en: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information(headers) and content. . The Debian Sendmail package is built to support libmilter. . This package contains libmilter.so Package: libmilter1.0.1-dbg Description-md5: c94eeab74d99cf4d239d68889c4613c8 Description-en: Sendmail Mail Filter API (Milter) The Sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information(headers) and content. . The Debian Sendmail package is built to support libmilter. . This package contains debugging information for libmilter.so Package: libminiupnpc-dev Description-md5: dec75fc00f08b36a433d973c5f33f996 Description-en: UPnP IGD client lightweight library development files The UPnP protocol is supported by most home adsl/cable routers and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software solution to support the "Internet Gateway Device" part of the protocol. The MediaServer/MediaRenderer UPnP protocol is also becoming very popular. . Miniupnpc aims at the simplest library possible, with the smallest footprint and no dependencies to other libraries such as XML parsers or HTTP implementations. All the code is pure ANSI C. Compiled on a x86 PC, the miniupnp client library have less than 15KB code size. For instance, the upnpc sample program is around 20KB. The miniupnp daemon is much smaller than any other IGD daemon and is ideal for using on low memory device for this reason. . This package contains development files needed to build using libminiupnpc5 Package: libminiupnpc5 Description-md5: 194defbf2e4c77dd9feae4a875fdd198 Description-en: UPnP IGD client lightweight library The UPnP protocol is supported by most home adsl/cable routers and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software solution to support the "Internet Gateway Device" part of the protocol. The MediaServer/MediaRenderer UPnP protocol is also becoming very popular. . Miniupnpc aims at the simplest library possible, with the smallest footprint and no dependencies to other libraries such as XML parsers or HTTP implementations. All the code is pure ANSI C. Compiled on a x86 PC, the miniupnp client library have less than 15KB code size. For instance, the upnpc sample program is around 20KB. The miniupnp daemon is much smaller than any other IGD daemon and is ideal for using on low memory device for this reason. . This package contains the shared library. Package: libmission-control-plugins-dev Description-md5: 0115beafbafd4cd8fe1e1d8f4a8a84b8 Description-en: management daemon for Telepathy (headers for plugins) Telepathy Mission Control 5 is an account manager and channel dispatcher for the Telepathy framework. This package contains development headers to build plugins for Mission Control. Package: libmission-control-plugins0 Description-md5: c170b6dd6040fbef530e3b58104d894e Description-en: management daemon for Telepathy (library for plugins) Telepathy Mission Control 5 is an account manager and channel dispatcher for the Telepathy framework. This package contains a library against which plugins for Mission Control must be linked. Package: libmng-dev Description-md5: fdb8e2a268bfbd4c9984a39c4e1aa7eb Description-en: M-N-G library (Development headers) The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. It uses the zlib compression library, and optionally the JPEG library by the Independent JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguar. . This package provides development headers. Package: libmng1 Description-md5: 44b84456d07b211a83ed1660f6cea215 Description-en: Multiple-image Network Graphics library The libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files. It uses the zlib compression library, and optionally the JPEG library by the Independent JPEG Group (IJG) and/or lcms (little cms), a color-management library by Marti Maria Saguar. Package: libmodplug1 Description-md5: 92d99cbe5252a2cfaab4ad4e6382473d Description-en: shared libraries for mod music based on ModPlug This is a library based on the mod rendering code from ModPlug, a popular Windows mod player written by Olivier Lapicque, found at http://www.modplug.com. Package: libmono-2.0-1 Description-md5: bdc9179f9d2979ad7b80a16b9217563f Description-en: Mono JIT library Shared library for Mono, used for embedding/hosting of the JIT. . Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. Package: libmono-2.0-1-dbg Description-md5: d99a4ffa362b58bd15daea327bf382fe Description-en: Mono JIT library, debugging symbols This package contains the debugging symbols of the Mono JIT library. . Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. Package: libmono-2.0-dev Description-md5: dbcb7d06f9b18c4dbf2cf2818faffdb4 Description-en: Mono JIT library - Development files Header files and static libraries for libmono-2.0. . Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. Package: libmono-profiler Description-md5: b90d443397edd0f221692b0339330dd1 Description-en: Mono profiler libraries Profiler libraries for Mono, used for profiling applications running on Mono. For details how to use them, please take a look at the mono manpage. . Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. Package: libmount-dev Description-md5: f6a39ea16f93f0b97bffc69c578232f7 Description-en: block device id library - headers and static libraries The device mounting library, used by mount and mount helpers. . This package contains the development environment for the mount library. Package: libmount1 Description-md5: 8f605597a2fb2fd7bffd09db537dd040 Description-en: block device id library The device mounting library, used by mount and mount helpers. Package: libmozjs185-1.0 Description-md5: f7eaa9a921da4179f0c6c8f5b0c4f144 Description-en: Spidermonkey javascript engine SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript. It is intended to be embedded in other applications that provide host environments for JavaScript. Package: libmozjs185-dev Description-md5: 21bab386427d71d9e621ecb5eba4cb6d Description-en: Spidermonkey javascript library - development headers SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript. It is intended to be embedded in other applications that provide host environments for JavaScript. . This package contains the header files and static library which is needed for developing Spidermonkey embedders. Package: libmpc-dev Description-md5: 1a174fcc2ba7e9b9a95e9d28b6debe99 Description-en: multiple precision complex floating-point library development package MPC is a portable library written in C for arbitrary precision arithmetic on complex numbers providing correct rounding. For the time being, it contains all arithmetic operations over complex numbers, the exponential and the logarithm functions, the trigonometric and hyperbolic functions. . Ultimately, it should implement a multiprecision equivalent of the ISO C99 standard. . It builds upon the GNU MP and the MPFR libraries. Package: libmpc2 Description-md5: ce4238ae925ae6ad84bc52508aa5e8ae Description-en: multiple precision complex floating-point library MPC is a portable library written in C for arbitrary precision arithmetic on complex numbers providing correct rounding. For the time being, it contains all arithmetic operations over complex numbers, the exponential and the logarithm functions, the trigonometric and hyperbolic functions. . Ultimately, it should implement a multiprecision equivalent of the ISO C99 standard. . It builds upon the GNU MP and the MPFR libraries. Package: libmpcdec-dev Description-md5: 25ad82b8c07d97a152de2e7bbb249382 Description-en: MusePack decoder - development files Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. . It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code. . This package contains the header files, static libraries and symbolic links that developers using libreplaygain will need. Package: libmpcdec6 Description-md5: 7c6006299630a14c4bd10aa79555250e Description-en: MusePack decoder - library Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. . It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code. Package: libmpfr-dev Description-md5: a2580b68a7c6f1fcadeefc6b17102b32 Description-en: multiple precision floating-point computation developers tools This development package provides the header files and the symbolic links to allow compilation and linking of programs that use the libraries provided in the libmpfr4 package. . MPFR provides a library for multiple-precision floating-point computation with correct rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa). Package: libmpfr4 Description-md5: 97d2af3ed9ac83dc3fdaf77a6b27a294 Description-en: multiple precision floating-point computation MPFR provides a library for multiple-precision floating-point computation with correct rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa). Package: libmpfr4-dbg Description-md5: e9bf4350e1b14ba8723e22bbca538dab Description-en: multiple precision floating-point computation (debug symbols) MPFR provides a library for multiple-precision floating-point computation with correct rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa). . This package contains the debugging symbols for libmpfr4. Package: libmtdev-dev Description-md5: c8725f087f1cafd8c9d016b4463a8273 Description-en: Multitouch Protocol Translation Library - dev files libmtdev is a library for translating evdev multitouch events using the legacy protocol to the new multitouch slots protocol. This is necessary for kernel drivers that have not been updated to use the newer protocol. . This package contains files that are needed to build applications. Package: libmtdev1 Description-md5: 07dd033e550dbc27f2e8fe7816e9f337 Description-en: Multitouch Protocol Translation Library - shared library libmtdev is a library for translating evdev multitouch events using the legacy protocol to the new multitouch slots protocol. This is necessary for kernel drivers that have not been updated to use the newer protocol. Package: libmtp-dbg Description-md5: d46860617d76f5c1d5c931d5d8f3d172 Description-en: Media Transfer Protocol (MTP) debugging symbols libmtp is a library for communicating with MTP aware devices in POSIX compliant operating systems. It implements MTP Basic, the subset proposed for standardization. . The Media Transfer Protocol (commonly referred to as MTP) is a devised set of custom extensions to support the transfer of music files on USB digital audio players and movie files on USB portable media players. . This package contains the debugging symbols. Package: libmtp-runtime Description-md5: 1a28431a709c624332928ccccfe38a89 Description-en: Media Transfer Protocol (MTP) runtime tools libmtp is a library for communicating with MTP aware devices in POSIX compliant operating systems. It implements MTP Basic, the subset proposed for standardization. . The Media Transfer Protocol (commonly referred to as MTP) is a devised set of custom extensions to support the transfer of music files on USB digital audio players and movie files on USB portable media players. . This package provides mtp-probe, a program to probe newly connected device interfaces from userspace to determine if they are MTP devices, used for udev rules. Package: libmtp9 Description-md5: ec2660c24145023b9998ae464417b767 Description-en: Media Transfer Protocol (MTP) library libmtp is a library for communicating with MTP aware devices in POSIX compliant operating systems. It implements MTP Basic, the subset proposed for standardization. . The Media Transfer Protocol (commonly referred to as MTP) is a devised set of custom extensions to support the transfer of music files on USB digital audio players and movie files on USB portable media players. Package: libmudflap0 Description-md5: 127ebef92a1014dc178bbe7d5dac4bd3 Description-en: GCC mudflap shared support libraries The libmudflap libraries are used by GCC for instrumenting pointer and array dereferencing operations. Package: libmudflap0-4.4-dev Description-md5: e62da3ba32a84c6821dd18f8a08e1b7f Description-en: GCC mudflap support libraries (development files) The libmudflap libraries are used by GCC for instrumenting pointer and array dereferencing operations. . This package contains the headers and the static libraries. Package: libmudflap0-4.5-dev Description-md5: e62da3ba32a84c6821dd18f8a08e1b7f Description-en: GCC mudflap support libraries (development files) The libmudflap libraries are used by GCC for instrumenting pointer and array dereferencing operations. . This package contains the headers and the static libraries. Package: libmudflap0-4.6-dev Description-md5: e62da3ba32a84c6821dd18f8a08e1b7f Description-en: GCC mudflap support libraries (development files) The libmudflap libraries are used by GCC for instrumenting pointer and array dereferencing operations. . This package contains the headers and the static libraries. Package: libmudflap0-dbg Description-md5: 0df36392e280969dde154ff78bb0700c Description-en: GCC mudflap shared support libraries (debug symbols) The libmudflap libraries are used by GCC for instrumenting pointer and array dereferencing operations. Package: libmusicbrainz3-6 Description-md5: cb822692e9047534cfa2735e1fc99264 Description-en: library to access the MusicBrainz.org database MusicBrainz is a community music metadatabase that attempts to create a comprehensive music information site. . This package contains the library to access the data from C or C++. Package: libmusicbrainz3-dev Description-md5: a1ed48571aa0003c0b014fcb4af8c3e9 Description-en: library to access the MusicBrainz.org database (development files) MusicBrainz is a community music metadatabase that attempts to create a comprehensive music information site. . This package contains the development files and documentation. Package: libmusicbrainz4-dev Description-md5: 6cd15f0d5adaeaf71a86ad5c49b25443 Description-en: Second generation incarnation of the CD Index - development MusicBrainz indexes both digital compressed audio (MP3/Ogg Vorbis) and digital audio CDs. . This package contains the development files (headers, static library). Package: libmusicbrainz4c2a Description-md5: 32d61fbcceacee1a30c9569b2a7a480c Description-en: Second generation incarnation of the CD Index - library MusicBrainz indexes both digital compressed audio (MP3/Ogg Vorbis) and digital audio CDs. Package: libmx4j-java-gcj Description-md5: d921875f0878f058c8336b3a9107c2fd Description-en: An open source implementation of the JMX(TM) technology (native code) JMX defines the architecture, the patterns , the API and services to build manageable Java applications. It provide flexible framework to stop and restart services, and remove it from the application or to add it to an application, to change its configuration files, to ask it to do some operation (such as downloading information from an URL the system administrator passes in), and so on. . This package contains the natively compiled code for use by gij. Package: libmysqlclient-dev Description-md5: 716f7a81dc4e3e8899c7eaa66b24736d Description-en: MySQL database development files MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes development libraries and header files. Package: libmysqlclient16 Description-md5: 49de807663510f5f2afd3e71efe199f1 Description-en: MySQL database client library MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client library. Package: libmysqlcppconn-dev Description-md5: bb5699994096ff28d4eff6db5acd103e Description-en: MySQL Connector for C++ (development files) MySQL Connector/C++ is a MySQL database connector for C++. . It mimics the JDBC 4.0 API. . This package contains the development files (headers, static library). Package: libmysqlcppconn5 Description-md5: 3e05a8a275438c98cfe5d5c6ef4a7d9f Description-en: MySQL Connector for C++ (library) MySQL Connector/C++ is a MySQL database connector for C++. . It mimics the JDBC 4.0 API. . This package contains the shared library Package: libmysqld-dev Description-md5: 2f06b7e1bfdb9f620d92f9696d24fabc Description-en: MySQL embedded database development files MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the embedded server library and header files. Package: libmysqld-pic Description-md5: a6e7a6d26021d6ef468e70ec4ac81167 Description-en: MySQL database development files MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the -fPIC version of the embedded server library. Package: libmythes-1.2-0 Description-md5: 16a9ee1d619f9c9c1ab20353031fb583 Description-en: simple thesaurus library MyThes is a simple thesaurus that uses a structured text data file and an index file with binary search to lookup words and phrases and return information on part of speech, meanings, and synonyms . This package contains the shared library. Package: libmythes-dev Description-md5: ffd0c044918099c732e087109bf97839 Description-en: simple thesaurus library (development files) MyThes is a simple thesaurus that uses a structured text data file and an index file with binary search to lookup words and phrases and return information on part of speech, meanings, and synonyms . This package contains the static library and header file needed to develop applications using mythes. Package: libnatpmp-dev Description-md5: 0f20003a1f9b143a44e615b71ab13bbe Description-en: portable and fully compliant implementation of NAT-PMP (dev files) NAT-PMP is the direct concurrent to the UPnP IGD specification. It is providing a way to do NAT traversal. It is part of the Bonjour protocol specifications. At the moment it is mainly supported by Apple software and hardware. For a way to add NAT-PMP capabilities to your *BSD, Linux or (Open)Solaris Router, you should have a look at MiniUPnPd which is supporting NAT-PMP in addition to UPnP since December 2007 ! . libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol NAT-PMP for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. . This package contains development files needed to build using libnatpmp. Package: libnatpmp1 Description-md5: a5437cbd6b788e523c98bff700c426c0 Description-en: portable and fully compliant implementation of NAT-PMP NAT-PMP is the direct concurrent to the UPnP IGD specification. It is providing a way to do NAT traversal. It is part of the Bonjour protocol specifications. At the moment it is mainly supported by Apple software and hardware. For a way to add NAT-PMP capabilities to your *BSD, Linux or (Open)Solaris Router, you should have a look at MiniUPnPd which is supporting NAT-PMP in addition to UPnP since December 2007 ! . libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol NAT-PMP for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. . This package contains the shared library. Package: libnautilus-extension-dev Description-md5: 6e87107b9ab479b5113b63b76bd07770 Description-en: libraries for nautilus components - development version Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package provides the necessary development libraries and include files to develop and compile Nautilus extensions. Package: libnautilus-extension1 Description-md5: 24d74241fbd9274f58339c68e65e6d46 Description-en: libraries for nautilus components - runtime version Nautilus is the official file manager and graphical shell for the GNOME desktop. . This package contains a few runtime libraries needed by nautilus' extensions. Package: libncurses5 Description-md5: 599cbbcff16d09b3b4643d84f37643fd Description-en: shared libraries for terminal handling The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared libraries necessary to run programs compiled with ncurses. Package: libncurses5-dbg Description-md5: 5b094421b6dbd5e535ef972eedbde981 Description-en: debugging/profiling libraries for ncurses The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains special library versions of ncurses suitable for debugging and profiling. Also included are detached debugging symbols for libncurses5. Package: libncurses5-dev Description-md5: 38da502b304ea3ed5ff1e12d072d14a8 Description-en: developer's libraries for ncurses The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the header files, static libraries and symbolic links that developers using ncurses will need. Package: libncursesw5 Description-md5: 1a69a793355bf1fff9186f00b71dd14a Description-en: shared libraries for terminal handling (wide character support) The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared libraries necessary to run programs compiled with ncursesw, which includes support for wide characters. Package: libncursesw5-dbg Description-md5: f1a8753e0e826eda9da45ea0701fb764 Description-en: debugging/profiling libraries for ncursesw The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains special library versions of ncursesw suitable for debugging and profiling. Also included are detached debugging symbols for libncursesw5. . This package includes support for wide characters. Package: libncursesw5-dev Description-md5: 7cb791804adf3d6ce56ac2845116e8fd Description-en: developer's libraries for ncursesw The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the header files, static libraries and symbolic links that developers using ncursesw will need. . This package includes support for wide characters. Package: libneon27 Description-md5: 1a393f35895ce4fcb0fd461ebf9d809a Description-en: HTTP and WebDAV client library neon is an HTTP and WebDAV client library, with a C language API. . WARNING: THE NEON API IS NOT YET STABLE. . Provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. . Current features: * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.) * Low-level interface to HTTP request handling, to allow implementing new methods easily. * persistent connections * RFC2617 basic and digest authentication (including auth-int, md5-sess) * Proxy support (including basic/digest authentication) * SSL/TLS support using OpenSSL (including client certificate and thread safety support) * Generic WebDAV 207 XML response handling mechanism * XML parsing using the expat or libxml parsers * Easy generation of error messages from 207 error responses * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL. * WebDAV metadata support: set and remove properties, query any set ofi properties (PROPPATCH/PROPFIND). * autoconf macros supplied for easily embedding neon directly inside an application source tree. Package: libneon27-dbg Description-md5: c2040e90bbd35f5abb489d781dd8d90b Description-en: Detached symbols for libneon27 This package contains the debugging symbols for libneon27, suitable for debugging. . Neon provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. Package: libneon27-dev Description-md5: 99a5ffc065d5c4dcb72a47bcb8c89ef5 Description-en: Header and static library files for libneon27 This package contains the headers and the static library for libneon27. . Neon provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. Package: libneon27-gnutls Description-md5: c6fa90bf133b6a934d0ac7818b4724b5 Description-en: HTTP and WebDAV client library (GnuTLS enabled) neon is an HTTP and WebDAV client library, with a C language API. . WARNING: THE NEON API IS NOT YET STABLE. . Provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. . Current features: * High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD, etc.) * Low-level interface to HTTP request handling, to allow implementing new methods easily. * persistent connections * RFC2617 basic and digest authentication (including auth-int, md5-sess) * Proxy support (including basic/digest authentication) * SSL/TLS support using GnuTLS (including client certificate and thread safety support) * Generic WebDAV 207 XML response handling mechanism * XML parsing using the expat or libxml parsers * Easy generation of error messages from 207 error responses * WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL. * WebDAV metadata support: set and remove properties, query any set ofi properties (PROPPATCH/PROPFIND). * autoconf macros supplied for easily embedding neon directly inside an application source tree. Package: libneon27-gnutls-dbg Description-md5: f9d918f02190b524fd54e425084f724d Description-en: Detached symbols for libneon27 (GnuTLS enabled) This package contains the debugging symbols for libneon27-gnutls, suitable for debugging. . Neon provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. Package: libneon27-gnutls-dev Description-md5: fa474ab65adbb46a27fc8c84102e2b8c Description-en: Header and static library files for libneon27 (GnuTLS enabled) This package contains the headers and the static library for libneon27-gnutls. . Neon provides lower-level interfaces to directly implement new HTTP methods, and higher-level interfaces so that you don't have to worry about the lower-level stuff. Package: libnet-dns-perl Description-md5: 26d8edf5cf79c60783701d5c9b4af799 Description-en: Perform DNS queries from a Perl script Net::DNS is a DNS resolver implemented in Perl. It allows the programmer to perform nearly any type of DNS query from a Perl script. With libio-socket-inet6-perl installed it supports IPv6. Package: libnet-http-perl Description-md5: a321306aab43965de9df44af60cf6eb4 Description-en: module providing low-level HTTP connection client The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. Net::HTTP is a sub-class of IO::Socket::INET. You can mix its methods with reading and writing from the socket directly. This is not necessarily a good idea, unless you know what you are doing. Package: libnet-libidn-perl Description-md5: 0a762048829fd446651dc9be4fb6ed71 Description-en: Perl bindings for GNU Libidn Provides bindings for GNU Libidn, a C library for handling Internationalized Domain Names according to IDNA (RFC 3490), in a way very much inspired by Turbo Fredriksson's PHP-IDN. Package: libnet-ssleay-perl Description-md5: 3215542d40f9d09b59499ea7f61e1ac1 Description-en: Perl module for Secure Sockets Layer (SSL) Net::SSLeay.pm is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure web servers or if you want to build your own applications over SSL encrypted tunnels. If you just want to view web pages on https servers, you do not need this - your web browser already knows to do that. Package: libnet1 Description-md5: 6962156fdb23e2f413d3bdde50843766 Description-en: library for the construction and handling of network packets libnet provides a portable framework for low-level network packet writing and handling. . libnet features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary functionality. . Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be written (Traceroute and ping were easily rewritten using libnet and libpcap). . This package contains the shared library. Package: libnet1-dbg Description-md5: c01fb359b5efe2491589541ef8fd4967 Description-en: debugging symbols for libnet libnet provides a portable framework for low-level network packet writing and handling. . libnet features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary functionality. . Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be written (Traceroute and ping were easily rewritten using libnet and libpcap). . This package contains the debugging symbols for libnet. Package: libnet1-dev Description-md5: 00fc4a49605b484178c71aaf2dcff7e6 Description-en: development files for libnet libnet provides a portable framework for low-level network packet writing and handling. . libnet features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary functionality. . Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be written (Traceroute and ping were easily rewritten using libnet and libpcap). . This package contains the files needed to compile and link programs that use libnet. Package: libnetpbm10 Description-md5: 7469a853b7df47680b055dd8467b3162 Description-en: Graphics conversion tools shared libraries This package contains the shared libraries used by netpbm. Package: libnetpbm10-dev Description-md5: 8624b9c657ac8380ac1cc36af98b59f5 Description-en: Graphics conversion tools development libraries and header files This development package contains the library and header files for the pbm, pgm, pnm, and ppm graphics formats. Package: libnetpbm9 Description-md5: 7aaa46e4fc6e503581f3c9428fbff681 Description-en: Shared libraries for netpbm (v9) This package contains shared libraries used to be used by netpbm. Now we've switched to a single shared library, look out for libnetpbm10. This package is provided for backward compatibility. Package: libnetpbm9-dev Description-md5: 4112c94e072c487bad5a81343f3c6725 Description-en: Development libraries and header files (v9) This development package contains the library and header files for the pbm, pgm, pnm, and ppm graphics formats, if the split and now deprecated libraries are used. . This package is provided for backward compatibility. Package: libnettle4 Description-md5: 6ce4ae0d74af1d74aa2147ce08c34530 Description-en: low level cryptographic library (symmetric and one-way cryptos) Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. . It tries to solve a problem of providing a common set of cryptographic algorithms for higher-level applications by implementing a context-independent set of cryptographic algorithms. In that light, Nettle doesn't do any memory allocation or I/O, it simply provides the cryptographic algorithms for the application to use in any environment and in any way it needs. Package: libnewt-dev Description-md5: 4444039a4a6e54b75dae85173c39b133 Description-en: Developer's toolkit for newt windowing library These are the header files and libraries for developing applications which use newt. Newt is a windowing toolkit for text mode, which provides many widgets and stackable windows. Package: libnewt-pic Description-md5: 038737cb30e131e1b2b9cdbca20a39cc Description-en: Not Erik's Windowing Toolkit, shared library subset kit This is used to develop subsets of the newt shared libraries for use on custom installation floppies and in embedded systems. Unless you're making one of those, you won't need this package. Package: libnewt0.52 Description-md5: cfc4271054d35387b5e0576f9d7af19a Description-en: Not Erik's Windowing Toolkit - text mode windowing with slang Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. This package contains the shared library for programs that have been built with newt. Package: libnfnetlink-dev Description-md5: 1d63664ba1d482a715f14f78cdbca980 Description-en: Development files for libnfnetlink0 libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. . This package provides development files and static libraries. Package: libnfnetlink0 Description-md5: 8b3f6ded46a99d0fbb1c1157f93b9512 Description-en: Netfilter netlink library libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. Package: libnfnetlink0-dbg Description-md5: 744d0e293b47e85b0f8901afa401cb08 Description-en: Debugging symbols for libnfnetlink0 libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. . This package provides the debugging symbols. Package: libnfsidmap-dev Description-md5: 4e6232ff1c9d5b12cd64b5e1989826e9 Description-en: header files and docs for libnfsidmap Contains the header files and documentation for libnfsidmap for use in developing applications that use the libnfsidmap library. . libnfsidmap provides functions to map between NFSv4 names (which are of the form user@domain) and local uid's and gid's. Package: libnfsidmap2 Description-md5: 3e6b56e78923784d5c73743efdd47b10 Description-en: An nfs idmapping library libnfsidmap provides functions to map between NFSv4 names (which are of the form user@domain) and local uid's and gid's. Package: libnice-dbg Description-md5: 5f2b1767549c91633ab6c7086743b271 Description-en: ICE library (debugging symbols) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer. . This package provides debugging symbols for nice. Package: libnice-dev Description-md5: f6f55296bfc2891942fa1c06d3772058 Description-en: ICE library (development files) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer. . This package provides development files for nice. Package: libnice10 Description-md5: 607bd90945ab95ad3b967004acbc27c6 Description-en: ICE library (shared library) Nice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. . Existing standards that use ICE include the Session Initiation Protocol (SIP) and the Jingle XMPP extension for audio/video calls. . Nice includes integration with GStreamer. . This package provides the nice library. Package: libnih-dbus-dev Description-md5: 24ea4dd029abfc14e5481bb99369ee59 Description-en: NIH D-Bus Bindings Library (development files) libnih-dbus is a D-Bus bindings library that integrates with the main loop provided by libnih. . This package contains the static library and C header files which are needed for developing software using libnih-dbus. Package: libnih-dbus1 Description-md5: f01452c73291e3ad9d2f133824043b65 Description-en: NIH D-Bus Bindings Library libnih-dbus is a D-Bus bindings library that integrates with the main loop provided by libnih. . This package contains the shared library. Package: libnih-dev Description-md5: 08c753953f8e5008d6ecdc93ef47aa72 Description-en: NIH Utility Library (development files) libnih is a light-weight "standard library" of C functions to ease the development of other libraries and applications, especially those normally found in /lib. . This package contains the static library and C header files which are needed for developing software using libnih. Package: libnih1 Description-md5: 92500fc26ab644cbeb0d43f75dce8ac8 Description-en: NIH Utility Library libnih is a light-weight "standard library" of C functions to ease the development of other libraries and applications, especially those normally found in /lib. . This package contains the shared library. Package: libnl2 Description-md5: de8043b32007ad94dc3b94b81389b53d Description-en: library for dealing with netlink sockets This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. Package: libnl2-dbg Description-md5: f4f6f71eed182d7c71749e56f6280b31 Description-en: debug symbols for libnl2 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: libnl2-dev Description-md5: e277d9e2628b9e32b373befc33164516 Description-en: development library and headers for libnl2 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains all files that are needed to build applications using libnl2. Package: libnl3 Description-md5: de8043b32007ad94dc3b94b81389b53d Description-en: library for dealing with netlink sockets This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. Package: libnl3-dbg Description-md5: 72d1913cdbd3c1c3101202f7577d2655 Description-en: debug symbols for libnl3 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: libnl3-dev Description-md5: 389ab0af9548ea825a8c2e2fc3f6d27c Description-en: development library and headers for libnl3 This is a library for applications dealing with netlink sockets. The library provides an interface for raw netlink messaging and various netlink family specific interfaces. . This package contains all files that are needed to build applications using libnl3. Package: libnm-glib-dev Description-md5: 56d0a34d148547835775f648c283d58f Description-en: network management framework (GLib interface) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the interface that applications can use to query connection status via NetworkManager. Package: libnm-glib-vpn-dev Description-md5: c78ac261b5f6cfbb4c74b78a708c90bc Description-en: network management framework (GLib interface) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the shared library that applications can use for creating VPN connections via NetworkManager. Package: libnm-glib-vpn1 Description-md5: a8d1fc7f276929433320d96cddd81b4b Description-en: network management framework (GLib VPN shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the shared library that applications can use for creating VPN connections via NetworkManager. Package: libnm-glib4 Description-md5: 217fbdca65cb15a2066a01b11aa4ed86 Description-en: network management framework (GLib shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the shared library that applications can use to query connection status via NetworkManager. Package: libnm-gtk-dev Description-md5: 88955533a0cb56b5f9da136d252557f6 Description-en: network management framework (dialogs development libraries) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains development libraries to use when building applications that need to display dialogs for wireless or mobile connections. Package: libnm-gtk0 Description-md5: f06791abc90d8c193e836eeb6f9baaf8 Description-en: network management framework (GNOME dialogs for wifi and mobile) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains libraries to use for displaying dialogs for wireless or mobile connections. Package: libnm-util-dev Description-md5: 386633658ef6f2e5bd09c1075e48d085 Description-en: network management framework (development files) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains header and development files. Package: libnm-util2 Description-md5: 9206e0c0315bf3dee48dfe5ab4d4bd13 Description-en: network management framework (shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains a convenience library to ease the access to NetworkManager. Package: libnotify-bin Description-md5: 78f71daa6123cb4aefd91bc017bb5d0c Description-en: sends desktop notifications to a notification daemon (Utilities) A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . This package contains the binary which sends the notification. Package: libnotify-dev Description-md5: 9fed5d3edf50824cfc6d54e102ff155f Description-en: sends desktop notifications to a notification daemon (Development files) A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . This package contains the include files and static library. Package: libnotify4 Description-md5: 2bdd88c4ab7ca8b05f288531dbf75e24 Description-en: sends desktop notifications to a notification daemon A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . This package contains the shared library. To actually display the notifications, you need to install the package notification-daemon. Package: libnspr4 Description-md5: 3e33845d0ce10a75ffbe5d271b638f2f Description-en: NetScape Portable Runtime Library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. Package: libnspr4-0d Description-md5: cbfdbfe37e5539e3d880efeb46a8c2a7 Description-en: NetScape Portable Runtime Library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. . This package contains versions symbolic links for Debian compatbility Package: libnspr4-dbg Description-md5: 9351f70d9f44b9cba6a1efed642f740e Description-en: Debug symbols for the NetScape Portable Runtime library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. . This package provides the debugging symbols for the library. Package: libnspr4-dev Description-md5: 5fb64e5ffcd6242fc78f56e991c9d6df Description-en: Development files for the NetScape Portable Runtime library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. . Install this package if you wish to develop your own programs using the NetScape Portable Runtime library. Package: libnss-db Description-md5: 86085c093ffb06245b4f694a84b2427a Description-en: NSS module for using Berkeley Databases as a naming service nss_db is a set of C library extensions which allow Berkeley Databases to be used as a primary source of aliases, ethers, groups, hosts, networks, protocol, users, RPCs, services, and shadow passwords (instead of or in addition to using flat files or NIS). Install nss_db if your flat name service files are too large and lookups are slow. Package: libnss-mdns Description-md5: 444ce9bf0bb23eb51ed79b00c0d6d796 Description-en: NSS module for Multicast DNS name resolution nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing host name resolution via Multicast DNS (using Zeroconf, aka Apple Bonjour / Apple Rendezvous ), effectively allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. Package: libnss3 Description-md5: 8cae15b3c3c4e609abb7935ebf0d0f66 Description-en: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. Package: libnss3-1d Description-md5: b1885917f0abd110111c735f675e94b7 Description-en: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. . This package contains versioned symbolic links for Debian compatbility Package: libnss3-dbg Description-md5: ebcb5b84f9d25bdba6ae9d8f1cd397c3 Description-en: Development files for the Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. . This package provides the debugging symbols for the library. Package: libnss3-dev Description-md5: 04c0a8f989d299406710231d2a99043d Description-en: Development files for the Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. . Install this package if you wish to develop your own programs using the Network Security Service Libraries. Package: libnss3-tools Description-md5: 33cc2c7795e9ef6579f85eabb1dbee18 Description-en: Network Security Service tools This is a set of tools on top of the Network Security Service libraries. This package includes: * certutil: manages certificate and key databases (cert7.db and key3.db) * modutil: manages the database of PKCS11 modules (secmod.db) * pk12util: imports/exports keys and certificates between the cert/key databases and files in PKCS12 format. * shlibsign: creates .chk files for use in FIPS mode. * signtool: creates digitally-signed jar archives containing files and/or code. * ssltap: proxy requests for an SSL server and display the contents of the messages exchanged between the client and server. Package: libntrack-dev Description-md5: 237e7145c1d8d36bf6807afdc27adbb4 Description-en: Development package for ntrack Development files and tools for ntrack support Package: libntrack-glib-dev Description-md5: 0701b0a284dda75d6d6601e62b4bc6b6 Description-en: development package for libntrack glib API Development headers and friends for libntrack Package: libntrack-glib2 Description-md5: ad4fed286e695538e6317207a33dbc2c Description-en: glib API for ntrack gsource and mainloop integration for ntrack. Package: libntrack-gobject-dev Description-md5: abc05fe7c41e9edab1ee5e27e155cc3f Description-en: Development package for libntrack-gobject API Development files for ntrack GObject API Package: libntrack-gobject1 Description-md5: 7fe3dc0b99f6114b75bd395f10227112 Description-en: GObject API for ntrack GObject monitor API for network connectivity changes. Package: libntrack-qt4-1 Description-md5: fa3cead303c37c2c18bbde325a24e285 Description-en: qt4 API for ntrack Qt4 monitor API to get network connectivity change updates. Package: libntrack-qt4-dev Description-md5: baea328d0a29050dad67110ffbaf8d21 Description-en: Development package for libntrack-qt4 Development files for ntrack Qt4 API Package: libntrack0 Description-md5: dcb3a191a7e0ed7ced3a0ef486f39884 Description-en: lightweight connectivity tracking library ntrack aims to be a lightweight and easy to use library for application developers that want to get events on network online status changes such as online, offline or route changes. . The primary goal is to serve desktop applications in a network manager and desktop environment independent fashion. Also its supposed to be lightweight, resource un-intensive and extensible. . ntrack currently comes with bindings for glib, GObject, qt4 and python-gobject. . Homepage: https://launchpad.net/ntrack Package: libnux-1.0-0 Description-md5: 90d396a1d9bee5777dd30987b07c2d73 Description-en: Visual rendering toolkit for real-time applications - shared lib Nux is a graphical user interface toolkit for applications that mixes opengl hardware acceleration with high quality visual rendering. . This package contains shared libraries to be used by applications. Package: libnux-1.0-dev Description-md5: cb19142683fff19dae7d5f404499bcd9 Description-en: Visual rendering toolkit for real-time applications - dev files Nux is a graphical user interface toolkit for applications that mixes opengl hardware acceleration with high quality visual rendering. . This package contains files that are needed to build applications. Package: liboauth-dev Description-md5: 2bbd458acc8a7d9a1f7cb11ed89a7ef9 Description-en: C library for implementing OAuth 1.0 (development files) liboauth is a collection of C functions implementing the OAuth Core 1.0 standard API. liboauth provides basic functions to escape and encode parameters according to OAuth specs and offers high-level functions to sign requests or verify signatures. . This package contains the development files. Package: liboauth0 Description-md5: 60c07134338d9c17bf7ceb817e1c8369 Description-en: C library for implementing OAuth 1.0 liboauth is a collection of C functions implementing the OAuth Core 1.0 standard API. . This package contains the shared libraries Package: libobjc2 Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc2-dbg Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc3 Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc3-dbg Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libodbcinstq1c2 Description-md5: dbe64967f01f9a7d1a5d7d89f433a592 Description-en: Qt-based ODBC configuration library This package contains the libodbcinstQ library, a library used by some Qt-based GUI configuration tools for managing ODBC drivers and ODBC DSNs. Package: libogg-dbg Description-md5: c4ea2c4a14f35acdf8a6687df25bab39 Description-en: debugging symbols for libogg This package provides the detached debug symbols for libogg. Package: libogg-dev Description-md5: 0d0181672e2c3b8856aac1ff26063c44 Description-en: Ogg bitstream library development files The libogg-dev package contains the header files and documentation needed to develop applications with libogg. Package: libogg0 Description-md5: a71d36f8dd4fb5e3d1b8a32e6c18cf05 Description-en: Ogg bitstream library Libogg is a library for manipulating ogg bitstreams. It handles both making ogg bitstreams and getting packets from ogg bitstreams. Package: libopenais-dev Description-md5: b908669554795850a1d18a6ab4b2580f Description-en: Standards-based cluster framework (developer files) The openais project is a project to implement a production quality "Revised BSD" licensed implementation of the SA Forum's Application Interface Specification. 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. The API consists of Availability Management Framework (AMF) which provides application failover, Cluster Membership (CLM), Checkpointing (CKPT), Event (EVT), Messaging (MSG), and Distributed Locks (DLOCK). . This package contains header files required to build clients for the openais infrastructure. Package: libopenais3 Description-md5: 42e34bec37b8f25fd39dda059dd9e358 Description-en: Standards-based cluster framework (libraries) The openais project is a project to implement a production quality "Revised BSD" licensed implementation of the SA Forum's Application Interface Specification. 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. The API consists of Availability Management Framework (AMF) which provides application failover, Cluster Membership (CLM), Checkpointing (CKPT), Event (EVT), Messaging (MSG), and Distributed Locks (DLOCK). . This package contains libraries that should be used by openais clients. Package: libopencc-dev Description-md5: 9690061c9838e6b1c366e5c2410cd674 Description-en: simplified-traditional chinese conversion library - development opencc is a library for converting character between traditional chinese and simplified chinese. . This package includes the development support files. Package: libopencc1 Description-md5: b063ae9a3504ce6f18feef3e84ede4f6 Description-en: simplified-traditional chinese conversion library - runtime opencc is a library for converting character between traditional chinese and simplified chinese. . This package includes the shared library. Package: libopencryptoki-dev Description-md5: 5ccede4e52f23a23ec6f510afbb7738e Description-en: PKCS#11 implementation (development) openCryptoki is a PKCS#11 Cryptographic Token Interface Standard implementation. It includes drivers and libraries to enable IBM cryptographic hardware such as Trusted Computing Platform (TPM) cryptographic devices as well as a software token for testing. . This package contains the development files. Package: libopencryptoki0 Description-md5: 8feafc6f1695544c5f562059012b0d01 Description-en: PKCS#11 implementation (library) openCryptoki is a PKCS#11 Cryptographic Token Interface Standard implementation. It includes drivers and libraries to enable IBM cryptographic hardware such as Trusted Computing Platform (TPM) cryptographic devices as well as a software token for testing. . This package contains the library. Package: libopenexr-dev Description-md5: 8e2ac9ae29f1c1eb2cc160c36be0dd18 Description-en: development files for the OpenEXR image library OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. . OpenEXR's features include: * Higher dynamic range and colour precision than existing 8- and 10-bit image file formats. * Support for the "half" 16-bit floating-point pixel format. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. . This package contains the header files required if you wish to compile/develop applications that use OpenEXR libraries. Package: libopenexr6 Description-md5: fc6d21580bbce28c399667b4a248a460 Description-en: runtime files for the OpenEXR image library OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. . OpenEXR's features include: * Higher dynamic range and colour precision than existing 8- and 10-bit image file formats. * Support for the "half" 16-bit floating-point pixel format. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. . This package contains the following shared library: * IlmImf - a library that reads and writes OpenEXR images. Package: libopenhpi-dev Description-md5: 375e5bb8c23075b2c97b42796c8b577c Description-en: OpenHPI libraries (development files) OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains the development libraries and include files needed to build an application program that uses OpenHPI. Package: libopenhpi2 Description-md5: 1da27024bde21d7fe1e9488d8c7d6e87 Description-en: OpenHPI libraries (runtime and support files) OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains the runtime libraries and support files needed by an application program that uses OpenHPI. As a packaging convenience, this base library also includes the watchdog and simulator plugin modules. Package: libopenipmi-dev Description-md5: 21a89e65f5ef6a123d26a78577f68a86 Description-en: Intelligent Platform Management Interface - development IPMI allows remote monitoring and remote management of devices. . This package contains the development headers needed for compiling programs against libopenipmi. Package: libopenipmi0 Description-md5: 88f1a1a59f14b572b981410392d3b8a4 Description-en: Intelligent Platform Management Interface - runtime IPMI allows remote monitoring and remote management of devices. . This package contains the runtime library. Package: libopenobex1 Description-md5: 729a552232c780f0321b79447d299d2c Description-en: OBEX protocol library The Object Exchange protocol can best be described as binary HTTP. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). . OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile phones like the Ericsson R320, Siemens S25, Siemens S45, Siemens ME45, Nokia NM207 and Nokia 9110 Communicator. Package: libopenobex1-dev Description-md5: 4d31e157f562dcd3c965f79792a8e0a6 Description-en: OBEX protocol library - development files The Object Exchange protocol can best be described as binary HTTP. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). . OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile phones like the Ericsson R320, Siemens S25, Siemens S45, Siemens ME45, Nokia NM207 and Nokia 9110 Communicator. . This package contains the development files. Package: libopenvg1-mesa Description-md5: 23fad5a33ddc86c1ebd79b349b93c466 Description-en: free implementation of the OpenVG API -- runtime This package contains the mesa implementation of the OpenVG 2D acceleration library. OpenVG provides a device independent and vendor-neutral interface for sophisticated 2D graphical applications, while allowing device manufacturers to provide hardware acceleration on devices ranging from wrist watches to full microprocessor-based desktop and server machines. Package: libopenvg1-mesa-dbg Description-md5: e093793928f70f1daa03783f40a7298c Description-en: free implementation of the OpenVG API -- debugging symbols This package contains the mesa implementation of the OpenVG 2D acceleration library. OpenVG provides a device independent and vendor-neutral interface for sophisticated 2D graphical applications, while allowing device manufacturers to provide hardware acceleration on devices ranging from wrist watches to full microprocessor-based desktop and server machines. . This package contains the debugging symbols for the OpenVG library. Package: libopenvg1-mesa-dev Description-md5: 83d64f6fb398c328ebe1bcc729f426b3 Description-en: free implementation of the OpenVG API -- development files This package contains the mesa implementation of the OpenVG 2D acceleration library. OpenVG provides a device independent and vendor-neutral interface for sophisticated 2D graphical applications, while allowing device manufacturers to provide hardware acceleration on devices ranging from wrist watches to full microprocessor-based desktop and server machines. . This package contains the development environment required for compiling programs against the OpenVG 2D acceleration library. Package: libopts25 Description-md5: d48a8ad59e617622d38a7b59db3b01bf Description-en: automated option processing library based on autogen This package contains the shared libraries needed by binaries that use autoopts for option processing. The package containing the header files and static libraries is libopts25-dev. The package containing the development tools is autogen. Package: libopts25-dev Description-md5: 2d896a368c6ce52025f25873536165ae Description-en: automated option processing library based on autogen This package contains the header files and static libraries used by autoopts. The package containing the shared libraries is libopts25. The package containing the development tools is autogen. Package: liborbit2 Description-md5: baca6f0166d60d211b2dc923f3b56181 Description-en: libraries for ORBit2 - a CORBA ORB ORBit2 is a high-performance CORBA (Common Object Request Broker Architecture) ORB (Object Request Broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they're written in or the operating system they run on. . This package contains the run-time libraries used by ORBit2-based applications. Package: liborbit2-dev Description-md5: 551f77962ccf8b13338ba9c15cc22a61 Description-en: development files for ORBit2 - a CORBA ORB ORBit2 is a high-performance CORBA (Common Object Request Broker Architecture) ORB (Object Request Broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they're written in or the operating system they run on. . This package contains the header files and static libraries used for developing ORBit2-based applications. It also contains the IDL compiler needed to import object definitions into your C programs. Package: liborc-0.4-0 Description-md5: 9d0d502b84711965362c2261cc943821 Description-en: Library of Optimized Inner Loops Runtime Compiler Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. . This package contains the orc shared libraries. It is typically installed automatically when an application or library requires it. Package: liborc-0.4-0-dbg Description-md5: 6ecdc3fff5502428d7530435c2d3c764 Description-en: Library of Optimized Inner Loops Runtime Compiler (debug package) Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. . This package contains the debugging symbols for the orc library. Users should install it if they want to debug software that uses orc. Package: liborc-0.4-dev Description-md5: 359bc0114b7b8eeaca86901dcbe1ca51 Description-en: Library of Optimized Inner Loops Runtime Compiler (development headers) Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The "language" is a generic assembly language that represents many of the features available in SIMD architectures, including saturated addition and subtraction, and many arithmetic operations. . This package contains the development headers and libraries, and should be installed to compile software that uses orc. Package: libosmesa6 Description-md5: e0dd0508dd95a809bb554369d28e278c Description-en: Mesa Off-screen rendering extension OSmesa is a Mesa extension that allows programs to render to an off-screen buffer using the OpenGL API without having to create a rendering context on an X Server. It uses a pure software renderer. . This package provides both 16-bit and 32-bit versions of the off-screen renderer which do not require external libraries to work. Package: libosmesa6-dev Description-md5: 9b1d7a0b3e6a2ea021f4443f42dcff4f Description-en: Mesa Off-screen rendering extension -- development files This package provides the required environment for developing programs that use the off-screen rendering extension of Mesa. . For more information on OSmesa see the libosmesa6 package. Package: libosp-dev Description-md5: c886d203f924f28f39a7c62f660e64f8 Description-en: OpenJade group's SP suite, developer support This contains include files and the static library for libosp. This C++ library contains entity management functions, parsing functions, and other functions useful for SGML/XML/DSSSL development. Package: libosp5 Description-md5: 3ba5bab58b5ec24657f78e068cf12ad2 Description-en: Runtime library for OpenJade group's SP suite This is the SP suite's shared library runtime support. This C++ library contains entity management functions, parsing functions, and other functions useful for SGML/XML/DSSSL development. . This shared library is used by the opensp and openjade packages. Package: libossp-uuid-dev Description-md5: 401a1d8f75ee057d66ef71b7471c6e22 Description-en: OSSP uuid ISO-C and C++ - headers and static libraries OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the development environment for the ossp-uuid library. Package: libossp-uuid-perl Description-md5: f8ca90ce3ad25625ddf4be13b04b7091 Description-en: perl OSSP::UUID - OSSP uuid Perl Binding OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . OSSP::uuid provides two Perl APIs: . The OO-style API is a wrapper around the C-style API and intended for high-level and regular programming. . The C-style API is a direct mapping of the OSSP uuid ISO-C API to Perl and is intended for low-level programming. . The Debian package provides also Data::UUID interface so OSSP::uuid can be used as free replacement for non-DFSG Perl module. Package: libossp-uuid16 Description-md5: 4e2b73242022da7d4b05222407c9042f Description-en: OSSP uuid ISO-C and C++ - shared library OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the shared library. Package: libostyle-dev Description-md5: 916e65c0872facd3207bfd335df5203a Description-en: OpenJade libraries, developer support Contains include files and the static library for libogrove, libospgrove, and libostyle. This is useful for those developing on top of the OpenJade grove or DSSSL engine. Package: libostyle1c2 Description-md5: 32031f3a284c6b91eaa28d9ed0cf34ea Description-en: Runtime libraries for OpenJade OpenJade's shared libraries, runtime support. Includes libogrove, providing an abstract interface to groves; libospgrove, an interface to groves on top of the OpenSP suite; and libostyle, the actual DSSSL style engine. . This shared library is used by the openjade package. Package: libotf-bin Description-md5: 42550dd5c396febb266579b1069a3632 Description-en: A Library for handling OpenType Font - utilities The libotf library provides the following facilities: - Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. - Convert a Unicode character sequence to a glyph code sequence by using the above tables. . The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts. . This package contains the support utilities of libotf. Package: libotf-dev Description-md5: 5b1332fcb6dc63bb3189c78fb2b850d6 Description-en: A Library for handling OpenType Font - development The libotf library provides the following facilities: - Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. - Convert a Unicode character sequence to a glyph code sequence by using the above tables. . The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts. . This package contains the header and development files needed to build programs and packages using libotf. Package: libotf0 Description-md5: b09ea62fe666cfcd3c545f73adf35acf Description-en: A Library for handling OpenType Font - runtime The libotf library provides the following facilities: - Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. - Convert a Unicode character sequence to a glyph code sequence by using the above tables. . The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts. . This package contains the runtime part of libotf. Package: libotf0-dbg Description-md5: cd7e9e0601412736d0736f241eda5782 Description-en: The libotf libraries and debugging symbols The libotf library provides the following facilities: - Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. - Convert a Unicode character sequence to a glyph code sequence by using the above tables. . The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts. . This package contains unstripped shared libraries. it is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and can be used by placing that directory in LD_LIBRARY_PATH. Most people will not need this package. Package: libotp0-heimdal Description-md5: 6390958186e4638a428e5ae7c9683f6f Description-en: Heimdal Kerberos - OTP support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for OTP support. Package: liboverlay-scrollbar-0.2-0 Description-md5: 34167ff14f8351f2afc04c4a034fa5e7 Description-en: Scrollbar overlayed widget - shared lib Overlay scrollbar is a library implementing a new GTK Widget enabling a dynamic overlay behavior. . This package contains shared libraries to be used by applications. Package: liboverlay-scrollbar-0.2-dev Description-md5: 9f06631fc456ad3762acbb038fe22840 Description-en: Scrollbar overlayed widget - dev files Overlay scrollbar is a library implementing a new GTK Widget enabling a dynamic overlay behavior. . This package contains files that are needed to build applications. Package: liboverlay-scrollbar3-0.2-0 Description-md5: 34167ff14f8351f2afc04c4a034fa5e7 Description-en: Scrollbar overlayed widget - shared lib Overlay scrollbar is a library implementing a new GTK Widget enabling a dynamic overlay behavior. . This package contains shared libraries to be used by applications. Package: liboverlay-scrollbar3-0.2-dev Description-md5: 9f06631fc456ad3762acbb038fe22840 Description-en: Scrollbar overlayed widget - dev files Overlay scrollbar is a library implementing a new GTK Widget enabling a dynamic overlay behavior. . This package contains files that are needed to build applications. Package: libp11-2 Description-md5: c1bc0ac5ee7b3b8ed3f9341c5678a0cb Description-en: pkcs#11 convenience library Libp11 is a library to simplify using smart cards via PKCS#11 modules. It was spun of the OpenSC project but can be used with any pkcs#11 module. Package: libp11-2-dbg Description-md5: 8e004b22fdd8cef562b627b0bbb567a8 Description-en: pkcs#11 convenience library - debugging symbols Libp11 is a library to simplify using smart cards via PKCS#11 modules. It was spun of the OpenSC project but can be used with any pkcs#11 module. . This package contains the debugging symbols for libp11-2. Package: libp11-dev Description-md5: d18268fbc218a173e85d9adefaf49159 Description-en: pkcs#11 convenience library - development files Libp11 is a library to simplify using smart cards via PKCS#11 modules. It was spun of the OpenSC project but can be used with any pkcs#11 module. . This package contains the header files and static libraries. Package: libp11-kit-dev Description-md5: d1b1bc0614079d89f3a4d535142f70c1 Description-en: Library for loading and coordinating access to PKCS#11 modules - development Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. . Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. . This package contains the documentation and development headers required to build applications using the p11-kit library. Package: libp11-kit0 Description-md5: c30397cdd13a42d19587f6f25329040d Description-en: Library for loading and coordinating access to PKCS#11 modules - runtime Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. . Also solves problems with coordinating the use of PKCS#11 by different components orlibraries living in the same process. . This package contains the shared library required for applications loading and accessing PKCS#11 modules. Package: libpam-apparmor Description-md5: e416b01d786a37c6ad586d6663ee5027 Description-en: changehat AppArmor library as a PAM module This provides the PAM module needed to declare various differing confinement policies when starting PAM sessions by using the changehat abilities exposed through libapparmor. Package: libpam-ck-connector Description-md5: ac8bf0bb4ffed67d7a5236a01dc77fa8 Description-en: ConsoleKit PAM module ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use). . This package provides a PAM module which can be used for console logins. Graphical login managers should talk to ConsoleKit directly. Package: libpam-cracklib Description-md5: 0f6f2fd98962cbee59aa831979aad971 Description-en: PAM module to enable cracklib support This package includes libpam_cracklib, a PAM module that tests passwords to make sure they are not too weak during password change. Package: libpam-gnome-keyring Description-md5: 3673d193052d71d8a785db5f957ea3ee Description-en: PAM module to unlock the GNOME keyring upon login gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . This package contains a PAM module that will automatically unlock the keyrings using your login password, making gnome-keyring usage transparent without losing its security benefits. . When installed, this module will automatically be used by GDM and gnome-screensaver to unlock your keyrings when logging in and when unlocking the screen saver. Package: libpam-modules Description-md5: a8a6e0f8ceca34ecc582fdb9e0db577e Description-en: Pluggable Authentication Modules for PAM This package completes the set of modules for PAM. It includes the pam_unix_*.so module as well as some specialty modules. Package: libpam-modules-bin Description-md5: 25d278fc7450d5202a9a137f71302e58 Description-en: Pluggable Authentication Modules for PAM - helper binaries This package contains helper binaries used by the standard set of PAM modules in the libpam-modules package. Package: libpam-smbpass Description-md5: 99a52e9b231c8359c64eb7bde1bc1cb1 Description-en: pluggable authentication module for Samba This is a module for PAM that enables a system administrator to migrate user passwords from the Unix password database to the SMB password database as used by Samba, and to subsequently keep the two databases in sync. Unlike other solutions, it does this without needing users to log in to Samba using cleartext passwords, or requiring them to change their existing passwords. Package: libpam0g Description-md5: cde213c26c92740e33dbfebdc0a98a30 Description-en: Pluggable Authentication Modules library Contains the C shared library for Linux-PAM, a suite of shared libraries that enable the local system administrator to choose how applications authenticate users. In other words, without rewriting or recompiling a PAM-aware application, it is possible to switch between the authentication mechanism(s) it uses. One may entirely upgrade the local authentication system without touching the applications themselves. Package: libpam0g-dev Description-md5: 093340f9c68cba30ddf53ee226a5b538 Description-en: Development files for PAM Contains C header files and development shared libraries for libpam, the pluggable authentication modules, a suite of shared libraries that enable the local system administrator to choose how applications authenticate users. . PAM decouples applications from the authentication mechanism, making it possible to upgrade the authentication system without recompiling or rewriting the applications. Package: libpanel-applet-4-0 Description-md5: a8beb10b9467270d245d73767b1d6c59 Description-en: library for GNOME Panel applets This library is used by GNOME Panel applets. Package: libpanel-applet-4-dev Description-md5: 54d05ffa2768c90dac4725e6de1f5b9b Description-en: library for GNOME Panel applets - development files This package provides the include files and static library for the GNOME Panel applet library functions. Package: libpango-perl Description-md5: bf10d0a02ce6247cb4d312174b2e361b Description-en: Perl module to layout and render international text libpango-perl allows a perl developer to use the Pango library. . This module is part of gtk2-perl. . To discuss gtk2-perl, ask questions and flame/praise the authors, join gtk-perl-list@gnome.org at lists.gnome.org. Package: libpango1.0-0 Description-md5: e707c4d451a8db4e75f943851824d37d Description-en: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Package: libpango1.0-0-dbg Description-md5: 034436806fcd081d836c6a954fdacef7 Description-en: The Pango library and debugging symbols Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the debugging symbols. Most people will not need this package. Package: libpango1.0-dev Description-md5: 0f883ef601a4a2795f29e08f094ec275 Description-en: Development files for the Pango Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the header files and some files needed for development with Pango. Package: libpangomm-1.4-1 Description-md5: 1e9c4170688ecdff1ffca9576227fc09 Description-en: C++ Wrapper for pango (shared libraries) Pangomm is a C++ wrapper for the pango library. Originally part of gtkmm, pangomm provides convenient C++ interfaces for handling both the layout and internationalization of text in graphical applications. . This package contains the shared library. Package: libpangomm-1.4-dbg Description-md5: e7e8b63840a3a14ade8ea4634eb3df26 Description-en: C++ Wrapper for pango (debugging symbols) Pangomm is a C++ wrapper for the pango library. Originally part of gtkmm, pangomm provides convenient C++ interfaces for handling both the layout and internationalization of text in graphical applications. . This package contains the debugging symbols. Package: libpangomm-1.4-dev Description-md5: 640344f02f0bb5f2df308dd78949912f Description-en: C++ Wrapper for pango (development files) Pangomm is a C++ wrapper for the pango library. Originally part of gtkmm, pangomm provides convenient C++ interfaces for handling both the layout and internationalization of text in graphical applications. . This package contains the development files. Package: libpaper-dev Description-md5: 6c8179d39b674ad3187dd08617ac4aed Description-en: library for handling paper characteristics (development files) The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. . This package contains the development files. Package: libpaper-utils Description-md5: f001a626709825a07a2ba9c24bd625ef Description-en: library for handling paper characteristics (utilities) The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. . This package contains utilities for setting the system's default paper type and for accessing paper type information from shell scripts. Package: libpaper1 Description-md5: d6054385af0ea189dc57ebb5c50936f6 Description-en: library for handling paper characteristics The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. Package: libparams-util-perl Description-md5: f808a0c9ede46aa4646c215676f73346 Description-en: Perl extension for simple stand-alone param checking functions Params::Util provides a basic set of importable functions that makes checking parameters easier. The functions provided by Params::Util check in the most strictly correct manner, and it should not be fooled by odd cases. Package: libparted0 Description-md5: a484801474aeb4c4ddde42e9554a2292 Description-en: disk partition manipulator - dummy package This is a dummy package providing smooth upgrades to libparted0debian1. You can safely remove it if no other package depends on it. Package: libparted0-dev Description-md5: d9820491205202cf089e9bf9709d4f3e Description-en: disk partition manipulator - development files GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the static library and header files for libparted, which are really only of interest to parted developers. Package: libparted0debian1 Description-md5: 8351c24350acd1cda567a096a68bf6b7 Description-en: disk partition manipulator - shared library GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the shared library. Package: libparted0debian1-dbg Description-md5: ded6d8d64355819831123a2a24db1821 Description-en: disk partition manipulator - debugging symbols GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the debugging static library for libparted, which is really only of interest to parted developers who need to debug their programs. . The debugging libraries are installed as /usr/lib/libparted_g.a Link specifically with them if you want to debug. Package: libpathplan4 Description-md5: 3b349696750e1cfac5e966e847c18e9c Description-en: rich set of graph drawing tools - pathplan library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the pathplan library. Package: libpcap0.8 Description-md5: fc353603d8470e05b8e9063ea61ff608 Description-en: system interface for user-level packet capture libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Package: libpcap0.8-dbg Description-md5: 701becc772f7894cd3102113c5f949bf Description-en: debugging symbols for libpcap0.8 libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . This package contains the debugging symbols for the libpcap library. Package: libpcap0.8-dev Description-md5: 847ec6013e502e2a10ed73e3627d72b8 Description-en: development library and header files for libpcap0.8 Headers, static libraries, and documentation for the libpcap library. . libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Package: libpci-dev Description-md5: fce92e421e497830481519e908a4e6a2 Description-en: Linux PCI Utilities (development files) This package contains the , and header files, as well as the /usr/lib/libpci.a library. Package: libpci3 Description-md5: 67ffa1d7d0b8a6cad1437318cee6c16e Description-en: Linux PCI Utilities (shared library) This package contains the libpci shared library files. . The libpci library provides portable access to configuration registers of devices connected to the PCI bus. Package: libpciaccess-dev Description-md5: 067fbd69053414843ebc52977e2799ae Description-en: Generic PCI access library for X - development files Provides functionality for X to access the PCI bus and devices in a platform-independant way. . This package contains the development files for libpciaccess. Package: libpciaccess0 Description-md5: 6a3a8434290002dc03f21f8a07b9357c Description-en: Generic PCI access library for X Provides functionality for X to access the PCI bus and devices in a platform-independant way. Package: libpcre3 Description-md5: ab0ea99159dc866cd24051e8eda806df Description-en: Perl 5 Compatible Regular Expression Library - runtime files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the runtime libraries. Package: libpcre3-dbg Description-md5: 90e6eddc5cb44959d66e3c4762ddd9ab Description-en: Perl 5 Compatible Regular Expression Library - debug symbols This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the debug symbols, Package: libpcre3-dev Description-md5: 3841aaec6be821ceb04646f8f92bb95c Description-en: Perl 5 Compatible Regular Expression Library - development files This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the development files, including headers, static libraries, and documentation. Package: libpcrecpp0 Description-md5: 3b12455ea2b74183d9c72b5673d42d01 Description-en: Perl 5 Compatible Regular Expression Library - C++ runtime files This is a C++ library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. . This package contains the C++ runtime library. Package: libpcsclite-dev Description-md5: 20999cf33985e28bdc92807088fdf051 Description-en: Middleware to access a smart card using PC/SC (development files) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and smart cards readers. . This package contains the files needed for compiling and linking an application that communicates to any reader available to the PC/SC daemon. Package: libpcsclite1 Description-md5: 75c3114d0742624996e5bf79fc4618e6 Description-en: Middleware to access a smart card using PC/SC (library) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smartcards and readers. . The PC/SC Lite library is used to connect to the PC/SC daemon from a client application and provide access to the desired reader. Package: libpda-pilot-perl Description-md5: 0475adb50ae6660cc22846ca91ac295e Description-en: Perl module to communicate with a PalmOS PDA This package provides the PDA::Pilot module, which provides Perl programs with means of communicating directly with a PalmOS device. Package: libpe-rules2 Description-md5: 1dcf08ba7590ee3bf47abafcfc456c74 Description-en: The Pacemaker libraries - rules for P-Engine This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the PEngine rules library. Package: libpe-rules2-dev Description-md5: 95030e3a0fd7d07823478ba562e19ce1 Description-en: Development file for pacemaker's rules library This package contains static libraries, symbol files as well as headers provided by the pacemaker cluster manager (pengine rules). Install it if you want to do development based on pacemaker. Package: libpe-status3 Description-md5: f71c23865459f53e2a9b0f2715ede8e9 Description-en: The Pacemaker libraries - status for P-Engine This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the PEngine status library. Package: libpe-status3-dev Description-md5: 7922ec9a8a41c138ba00b6f2bbe39e60 Description-en: Development file for pacemaker's status library This package contains static libraries, symbol files as well as headers provided by the pacemaker cluster manager (pengine status). Install it if you want to do development based on pacemaker. Package: libpeas-1.0-0 Description-md5: 3f80da95d5376fd25d9270857554e87d Description-en: Application plugin library libpeas is a library that allows applications to support plugins. Package: libpeas-dev Description-md5: 24ebb31b049bc8580a6082cdf3af558f Description-en: Application plugin library (development files) libpeas is a library that allows applications to support plugins. . This package contains the headers files required for developing software that uses libpeas. Package: libpeas-doc Description-md5: 648a49618986d2488dba598ea56550b5 Description-en: Application plugin library (documentation) libpeas is a library that allows applications to support plugins. . This package contains the API reference for libpeas. Package: libpengine3 Description-md5: 1e73f2c5e534b9586cfee182c59f6778 Description-en: The Pacemaker libraries - P-Engine This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the PEngine library. Package: libpengine3-dev Description-md5: a14b6499b011e9dad1273150f994aff0 Description-en: Development file for pacemaker's pengine library This package contains static libraries, symbol files as well as headers provided by the pacemaker cluster manager (pengine). Install it if you want to do development based on pacemaker. Package: libperl-dev Description-md5: 493158c7ca91f27f024cd9c2d9d421aa Description-en: Perl library: development files Files for developing applications which embed a Perl interpreter. Package: libperl5.12 Description-md5: 201a341014bbc42f83ce4b74bbb7da77 Description-en: shared Perl library This package is required by programs which embed a Perl interpreter to ensure that the correct version of `perl-base' is installed. It additionally contains the shared Perl library on architectures where the perl binary is linked to libperl.a (currently only i386, for performance reasons). In other cases the actual library is in the `perl-base' package. Package: libpgtypes3 Description-md5: 3001cc8e6d64fb4ef5e037ade675d7d4 Description-en: shared library libpgtypes for PostgreSQL 9.1 The libpgtypes shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpils2 Description-md5: 9634659bf0fcd8791865cd35d210ed0a Description-en: Reusable cluster libraries -- libpils2 This package contains the pils library from cluster-glue, the reusable cluster components package. Install it if you want to use the pacemaker cluster manager. Package: libpils2-dev Description-md5: a6fead0cb94dfac7d660828b00b4a9ba Description-en: Reusable cluster development files -- libpils2 This package contains the development files of the pils library from cluster-glue, the reusable cluster components package. Package: libpipeline-dev Description-md5: cac14a48e797ab84e068761f4d935145 Description-en: pipeline manipulation library (development files) This is a C library for setting up and running pipelines of processes, without needing to involve shell command-line parsing which is often error-prone and insecure. . This package contains files needed for developing with libpipeline. Package: libpipeline1 Description-md5: 9372d67b85177a0eb118d57b700e8a0f Description-en: pipeline manipulation library This is a C library for setting up and running pipelines of processes, without needing to involve shell command-line parsing which is often error-prone and insecure. Package: libpisock-dev Description-md5: 37e1cb9ba655aa2cd6f0faf6b7dec1ae Description-en: development files for communicating with a PalmOS PDA libpisock-dev contains static libraries, header files and dynamic libraries for compiling applications that communicate with a PalmOS device. . You will need this package if you want to compile a C or C++ using libpisock9 or libpisync1. Package: libpisock9 Description-md5: 82d57f8c4c87e149b1ef3c2847f51507 Description-en: library for communicating with a PalmOS PDA libpisock9 is a library used by pilot-link programs and any other packages that want to communicate with a PalmOS device. . See packages jpilot, pilot-link, malsync, kpilot, gnome-pilot, evolution if you are looking to user programs for your PDA. Package: libpisync1 Description-md5: ff1269d91f6a6e067af6e859a044356c Description-en: synchronization library for PalmOS devices libpisync is a library for applications to synchronize data with PalmOS devices. . See packages gnome-pilot and evolution if you are looking to user programs for your PDA. Package: libpixman-1-0 Description-md5: 7e3f88ca19f9f065eee2d857d76692bb Description-en: pixel-manipulation library for X and cairo A library for manipulating pixel regions -- a set of Y-X banded rectangles, image compositing using the Porter/Duff model and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles. Package: libpixman-1-0-dbg Description-md5: 06db9acce44cebdedaf9de80824c7318 Description-en: pixel-manipulation library for X and cairo (debugging symbols) Debugging symbols for the Cairo/X pixel manipulation library. This is needed to debug programs linked against libpixman0. Package: libpixman-1-dev Description-md5: 2f64070b43fb7746f0a51fb4de195746 Description-en: pixel-manipulation library for X and cairo (development files) Development libraries, header files and documentation needed by programs that want to compile with the Cairo/X pixman library. Package: libpkcs11-helper1 Description-md5: 884da81648ff96b4214f90a93ca61a83 Description-en: library that simplifies the interaction with PKCS#11 libpkcs11-helper is a library that simplifies the interaction with PKCS#11 providers for end-user applications. . libpkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating available token certificates, or selecting a certificate directly by serialized id, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration and much more all using a simple API. . libpkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. Package: libpkcs11-helper1-dev Description-md5: 884da81648ff96b4214f90a93ca61a83 Description-en: library that simplifies the interaction with PKCS#11 libpkcs11-helper is a library that simplifies the interaction with PKCS#11 providers for end-user applications. . libpkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating available token certificates, or selecting a certificate directly by serialized id, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration and much more all using a simple API. . libpkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. Package: libplist++-dev Description-md5: f1088db5052569130b43f809f3b1975a Description-en: Library for handling Apple binary and XML property lists libplist is a library for reading and writing the Apple binary and XML property lists format. It's part of the libimobiledevice stack, providing access to iDevices (iPod, iPhone, iPad ...). . This package contains the development files of the liplist++0 library. Package: libplist++1 Description-md5: 5a7ac9d5c114b33899ffd81af3b81f44 Description-en: Library for handling Apple binary and XML property lists libplist is a library for reading and writing the Apple binary and XML property lists format. It's part of the libimobiledevice stack, providing access to iDevices (iPod, iPhone, iPad ...). . This library is the C++ implementation of the libplist API. Package: libplist-dbg Description-md5: e392fc95bc2310a1aa84e417705528c9 Description-en: Library for handling Apple binary and XML property lists libplist is a library for reading and writing the Apple binary and XML property lists format. It's part of the libimobiledevice stack, providing access to iDevices (iPod, iPhone, iPad ...). . This package contains the debugging symbols. Package: libplist-dev Description-md5: 197f408416eccbbab8e6561d3d7150fd Description-en: Library for handling Apple binary and XML property lists libplist is a library for reading and writing the Apple binary and XML property lists format. It's part of the libimobiledevice stack, providing access to iDevices (iPod, iPhone, iPad ...). . This package contains the development files. Package: libplist-utils Description-md5: 255d33606ccb9b406f4ba77acd8b0df6 Description-en: Apple property list converter This package containt tools to convert Apple property list files from binary to XML and vice-versa. It's part of the libimobiledevice stack, providing access to iDevices (iPod, iPhone, iPad ...). Package: libplist1 Description-md5: 025ff093cbf9bf08e17d0248380c6438 Description-en: Library for handling Apple binary and XML property lists libplist is a library for reading and writing the Apple binary and XML property lists format. It's part of the libimobiledevice stack, providing access to iDevices (iPod, iPhone, iPad ...). Package: libplumb2 Description-md5: 5f9821063cd3937fbcc51fe1fd7453b1 Description-en: Reusable cluster libraries -- libplumb2 This package contains the plumber ibrary from cluster-glue, the reusable cluster components package. Install it if you want to use the pacemaker cluster manager. Package: libplumb2-dev Description-md5: 77dfd5dfc0fca7eee81e43c082802c54 Description-en: Reusable cluster development files -- libplumb2 This package contains the development files of the plumber library from cluster-glue, the reusable cluster components package. Package: libplumbgpl2 Description-md5: 2e939e448399e313664ec5d9e4498d57 Description-en: Reusable cluster libraries -- libplumbgpl2 This package contains the plumber library from cluster-glue, the reusable cluster components package, in the GPL version. Install it if you want to use the pacemaker cluster manager. Package: libplumbgpl2-dev Description-md5: d06c1abaf1a1f82884745d0f9c6cd882 Description-en: Reusable cluster development files -- libplumbgpl2 This package contains the development files of the plumber library from cluster-glue, the reusable cluster components package, in the GPL version. Package: libplymouth-dev Description-md5: 2788897f3e5c5b2f91c898358099697e Description-en: graphical boot animation and logger - development files Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the development files to build Plymouth plugins. Package: libplymouth2 Description-md5: 29e2ed45f3e127c38b58dae52061cc33 Description-en: graphical boot animation and logger - shared libraries Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the shared libraries. Package: libpng12-0 Description-md5: f250be9224d67eae99b2f562b74a33bf Description-en: PNG library - runtime libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the runtime library files needed to run software using libpng. Package: libpng12-dev Description-md5: 748198d86eeddc4aa1418e7d1311203c Description-en: PNG library - development libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the header and development files needed to build programs and packages using libpng. Package: libpng3 Description-md5: 4791494f1d83a92e9c2bf9b1b0d3b76e Description-en: PNG library - runtime libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package is superseded by libpng12-0, and is provided only for transitional purposes. Package: libpolkit-agent-1-0 Description-md5: 9a6eb26d9cf44b4d9acb5e041f4ddf18 Description-en: PolicyKit Authentication Agent API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing the authentication agent. Package: libpolkit-agent-1-dev Description-md5: 7e82da0ca3c53b982d17cc8ea9690d79 Description-en: PolicyKit Authentication Agent API - development files PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the development files for the library found in libpolkit-agent-1-0. Package: libpolkit-backend-1-0 Description-md5: 126d14cbabd9d5aaa5d367ec33dd192c Description-en: PolicyKit backend API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for implementing authentication backends. Package: libpolkit-backend-1-dev Description-md5: d74e7c067ea756e053bc3aefbb7e04ba Description-en: PolicyKit backend API - development files PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the development files for the library found in libpolkit-backend-1-0. Package: libpolkit-gobject-1-0 Description-md5: c1a8724c66c4379fb4889482c08012fc Description-en: PolicyKit Authorization API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing PolicyKit. Package: libpolkit-gobject-1-dev Description-md5: 087c4a65220a0fe10af5d323da0bd877 Description-en: PolicyKit Authorization API - development files PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the development files for the library found in libpolkit-gobject-1-0. Package: libpolkit-gtk-1-0 Description-md5: a84c06ac8eaf08f9626689afae929100 Description-en: PolicyKit GTK+ API PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains a library for accessing PolicyKit GTK+ functionality. Package: libpolkit-gtk-1-dev Description-md5: 2414ed5ad6c7175bf97cf0879743e8cb Description-en: PolicyKit GTK+ API - development files PolicyKit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . This package contains the development files for the library found in libpolkit-gtk-1-0. Package: libpoppler-cpp-dev Description-md5: b8ccf7d2887aa9a8117d5795dcfa8442 Description-en: PDF rendering library -- development files (CPP interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the C++ Poppler interface. Package: libpoppler-cpp0 Description-md5: bd2c0f6fbd7019f0ce9ff23bdb5a718d Description-en: PDF rendering library (CPP shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the CPP shared library for applications using a simple C++ interface (using STL, and no other dependency) to Poppler. Package: libpoppler-dev Description-md5: b1196794044a1e320e6b8073a66c58a6 Description-en: PDF rendering library -- development files Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using Poppler. Package: libpoppler-glib-dev Description-md5: 4483b544bc64264785fa77d6466a341f Description-en: PDF rendering library -- development files (GLib interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the GLib-based Poppler interface. Package: libpoppler-glib6 Description-md5: 3d73daa08a49dca5cd4c25e32862c41e Description-en: PDF rendering library (GLib-based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the GLib-based shared library for applications using the GLib interface to Poppler. Package: libpoppler-qt4-3 Description-md5: 7aba3c6a3f8bfa6fa8e6d9ea66a1433d Description-en: PDF rendering library (Qt 4 based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the Qt 4 based shared library for applications using the Qt 4 interface to Poppler. Package: libpoppler-qt4-dev Description-md5: 49af48187cf9e04b62ac9215438d6465 Description-en: PDF rendering library -- development files (Qt 4 interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the Qt 4-based Poppler interface. Package: libpoppler13 Description-md5: 74b6b371a9886bca4fc2c2761b5a2fec Description-en: PDF rendering library Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the shared core library. Package: libpopt-dev Description-md5: ace33b20a6121b7b5a6c26940bbab356 Description-en: lib for parsing cmdline parameters - development files Popt was heavily influenced by the getopt() and getopt_long() functions, but it allows more powerful argument expansion. It can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. It also allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules. . This package contains the popt static library and header file. Package: libpopt0 Description-md5: 1bc14780a06cc6b9a0c726cd091c6d96 Description-en: lib for parsing cmdline parameters Popt was heavily influenced by the getopt() and getopt_long() functions, but it allows more powerful argument expansion. It can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. It also allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules. . This package contains the runtime library and locale data. Package: libportaudio2 Description-md5: a71bbbd00a98fe093b85cc97ff79e9ae Description-en: Portable audio I/O - shared library PortAudio is a portable audio I/O library designed for cross-platform support of audio. It uses a callback mechanism to request audio processing. Audio can be generated in various formats, including 32 bit floating point, and will be converted to the native format internally. . This package contains the shared library. Package: libportaudiocpp0 Description-md5: cad40baf68fba1028830450850d536d4 Description-en: Portable audio I/O C++ bindings - shared library PortAudio is a portable audio I/O library designed for cross-platform support of audio. It uses a callback mechanism to request audio processing. Audio can be generated in various formats, including 32 bit floating point, and will be converted to the native format internally. . This package contains the shared library of the C++ bindings. Package: libpostproc-dev Description-md5: 037230e5b66a2d5e24c9940fb87417d2 Description-en: Development files for libpostproc This is the video postprocessing library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libpostproc. Package: libpostproc52 Description-md5: 0c412770e221a7a1feae9eaa46e7a496 Description-en: Libav video postprocessing library This is the video postprocessing library from Libav. Package: libppl-c4 Description-md5: 3c87365d9c2bd2105b6021fbbfa6cdf0 Description-en: Parma Polyhedra Library (C interface) The Parma Polyhedra Library (PPL) is a C++ library for the manipulation of (not necessarily closed) convex polyhedra and other numerical abstractions. The applications of convex polyhedra include program analysis, optimized compilation, integer and combinatorial optimization and statistical data-editing. The Parma Polyhedra Library is user friendly (you write `x + 2*y + 5*z <= 7' when you mean it), fully dynamic (available virtual memory is the only limitation to the dimension of anything), written in standard C++, exception-safe, rather efficient and thoroughly documented. . This package provides the C interface. Package: libppl0.11-dev Description-md5: 4fa45d1b24bb1abf6f705e66d3cc4f4a Description-en: Parma Polyhedra Library (development) The Parma Polyhedra Library (PPL) is a C++ library for the manipulation of (not necessarily closed) convex polyhedra and other numerical abstractions. The applications of convex polyhedra include program analysis, optimized compilation, integer and combinatorial optimization and statistical data-editing. The Parma Polyhedra Library is user friendly (you write `x + 2*y + 5*z <= 7' when you mean it), fully dynamic (available virtual memory is the only limitation to the dimension of anything), written in standard C++, exception-safe, rather efficient and thoroughly documented. . This package provides the header files and static libraries for the C and C++ interfaces. Package: libppl9 Description-md5: 5bfdb37d7ebe77449accec15da9c6faa Description-en: Parma Polyhedra Library (runtime library) The Parma Polyhedra Library (PPL) is a C++ library for the manipulation of (not necessarily closed) convex polyhedra and other numerical abstractions. The applications of convex polyhedra include program analysis, optimized compilation, integer and combinatorial optimization and statistical data-editing. The Parma Polyhedra Library is user friendly (you write `x + 2*y + 5*z <= 7' when you mean it), fully dynamic (available virtual memory is the only limitation to the dimension of anything), written in standard C++, exception-safe, rather efficient and thoroughly documented. Package: libpq-dev Description-md5: 7f4362b106aae6b219ccc880faa1f04c Description-en: header files for libpq5 (PostgreSQL library) Header files and static library for compiling C programs to link with the libpq library in order to communicate with a PostgreSQL database backend. . PostgreSQL is an object-relational SQL database management system. Package: libpq5 Description-md5: 4109d08c168c8058d09c0cc8bf8b18b1 Description-en: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system. Package: libproc-dev Description-md5: c56d4abfd4ec994d5057fac741fac18b Description-en: library for accessing process information from /proc These are the header files for libproc. Some packages using libproc to access process information from /proc need these to compile. Package: libprotobuf-dev Description-md5: 46508a20bc181591502383b4f00be1a6 Description-en: protocol buffers C++ library (development files) Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the development headers and static libraries needed for writing C++ applications. Package: libprotobuf-lite7 Description-md5: bef75569f3d092ed9b714a68e215c917 Description-en: protocol buffers C++ library (lite version) Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the runtime library needed for C++ applications whose message definitions have the "lite runtime" optimization setting. Package: libprotobuf7 Description-md5: c69f5af146ab9bc64e44b912e5af457e Description-en: protocol buffers C++ library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the runtime library needed for C++ applications. Package: libprotoc-dev Description-md5: 441ff9619f6d64f58de3a01f647b0edb Description-en: protocol buffers compiler library (development files) Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the development headers and static library needed for writing protobuf compilers. Package: libprotoc7 Description-md5: c53c70dca7ff74e285f88be70de72a0f Description-en: protocol buffers compiler library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the runtime library needed for the protocol buffer compiler. Package: libproxy-dev Description-md5: b799412e729f4dfe6731f50300deaff4 Description-en: automatic proxy configuration management library (devel) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains the development files. Package: libproxy-tools Description-md5: aac59bba35e1a229fc8c5ffe6e4ba4cb Description-en: automatic proxy configuration management library (tools) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains a program to interact with libproxy from the command line. Package: libproxy0 Description-md5: e83bd4fc73080685251129a6bdac7f50 Description-en: automatic proxy configuration management library (shared) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains the shared library. Package: libpspell-dev Description-md5: 9cc1424d13d0db47f71c3da300fe317b Description-en: Development files for applications with pspell support This package contains the headers and static libraries for developing applications with portable spell-checking interface (pspell) support. . You need this package ONLY if you plan to build applications that link against the pspell static libraries. You do not have to install this package if all you want to do is use the Aspell program to spell-check. Package: libpth-dev Description-md5: baf7fb2d170049357cba7dea22b323d0 Description-en: The GNU Portable Threads (development) Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution ("multithreading") inside server applications. All threads run in the same address space of the server application, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable. . This package contains the development files. Package: libpth20 Description-md5: ba99436f6d40472803bafb46e7b29b5e Description-en: The GNU Portable Threads Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution ("multithreading") inside server applications. All threads run in the same address space of the server application, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable. Package: libpthread-stubs0 Description-md5: 1c87daace457429ef327828f035736e8 Description-en: pthread stubs not provided by native libc This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. Libraries like libxcb rely on pthread stubs to use pthreads optionally, becoming thread-safe when linked to libpthread, while avoiding any performance hit when running single-threaded. libpthread-stubs supports this behavior even on platforms which do not supply all the necessary pthread stubs. On platforms which already supply all the necessary pthread stubs, this package has no content. Package: libpthread-stubs0-dev Description-md5: febf47fd836991c5b22ad0c176b41e1b Description-en: pthread stubs not provided by native libc, development files This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. Libraries like libxcb rely on pthread stubs to use pthreads optionally, becoming thread-safe when linked to libpthread, while avoiding any performance hit when running single-threaded. libpthread-stubs supports this behavior even on platforms which do not supply all the necessary pthread stubs. . On platforms which already supply all the necessary pthread stubs, this package ships only the pkg-config file pthread-stubs.pc, to allow libraries to unconditionally express a dependency on pthread-stubs and still obtain correct behavior. Package: libpulse-dev Description-md5: a36e2b24ab289ab86564c79e92c8e87f Description-en: PulseAudio client development headers and libraries PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Headers and libraries for developing applications that access a PulseAudio sound server via PulseAudio's native interface. Package: libpulse-mainloop-glib0 Description-md5: 1a4eb06cccc1a1ac1118b667f0c37ed7 Description-en: PulseAudio client libraries (glib support) PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. . This package adds support for glib2 client applications. Package: libpulse-mainloop-glib0-dbg Description-md5: d0e7eecb03a99f90fd49b750fd9e6018 Description-en: PulseAudio client libraries (glib support) debugging symbols PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains detached debugging symbols for the PulseAudio native interface glib support client libraries. Package: libpulse0 Description-md5: 35e72b270b48ab0d62d3de88ca26f71b Description-en: PulseAudio client libraries PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. Package: libpulse0-dbg Description-md5: 6c0e289e554e4d585e4eba475f4cad9a Description-en: PulseAudio client libraries detached debugging symbols PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains detached debugging symbols for the PulseAudio native interface client libraries. Package: libpurple0 Description-md5: 88d4769bcea5af6ec25fbcf73513ead2 Description-en: multi-protocol instant messaging library libpurple is a library intended to be used by programmers seeking to write an IM client that connects to many IM networks. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber/XMPP/Google Talk, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SIMPLE, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * tcl8.4, tk8.4: - Support for writing plugins with Tcl/Tk Package: libpwl-dev Description-md5: 482566ce24b1e703479e7191461cde0d Description-en: Parma Watchdog Library (Watchdog timers - development) The Parma Watchdog Library (PWL) provides support for multiple, concurrent watchdog timers on systems providing setitimer(2). The PWL is currently distributed with the Parma Polyhedra Library (PPL), but is totally independent from it. . This package provides the header files and static libraries. Package: libpwl5 Description-md5: 3b61b92ccc9ee800ad95146dcaf4f2fb Description-en: Parma Watchdog Library (Watchdog timers - runtime library) The Parma Watchdog Library (PWL) provides support for multiple, concurrent watchdog timers on systems providing setitimer(2). The PWL is currently distributed with the Parma Polyhedra Library (PPL), but is totally independent from it. Package: libpython2.6 Description-md5: a51e2dcc0894c25eb3570c0be641b637 Description-en: Shared Python runtime library (version 2.6) Version 2.6 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython2.7 Description-md5: 625cca46f11e5d8fc4ba5fb189131840 Description-en: Shared Python runtime library (version 2.7) Version 2.7 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython3.2 Description-md5: f700874645ddf215a34a25d021eb8f1f Description-en: Shared Python runtime library (version 3.2) Version 3.2 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libqgpsmm19 Description-md5: e937513f50b090c5f351aaab6fab466e Description-en: Global Positioning System - QT wrapper for libgps The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the sensors available to be queried on TCP port 2947. . This package provides libQgpsmm, the QT version of libgpsmm. It is a wrapper over libgps, the service library for querying GPS devices. libQgpsmm is available on all platforms which are supported by QT4. Package: libqrencode-dev Description-md5: 937628d3fc3fc49f40ec5c11eccb2f6c Description-en: QR Code encoding library -- development Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has high robustness. . Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Package: libqrencode3 Description-md5: bb4f6fa67db97fff114149c7ae73927d Description-en: QR Code encoding library Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has high robustness. . Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Package: libqscintilla2-5 Description-md5: 4924f9dd1e62e992546356c3d7ef0786 Description-en: The Qt4 port of the Scintilla source code editing widget QScintilla is a text editor for Qt4 with features especially useful when writing and debugging source code. These include support for syntax styling, error indicators, code completion, call tips and margins. . Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts. Package: libqscintilla2-designer Description-md5: fc7121805924d55a1d7e2195d99804cf Description-en: Qt4 Designer plugin for QScintilla 2 QScintilla is a text editor for Qt4 with features especially useful when writing and debugging source code. These include support for syntax styling, error indicators, code completion, call tips and margins. . This package contains a plugin to use the QScintilla 2 widget in the Qt4 UI Designer. Package: libqtbamf-dev Description-md5: 156ee15f3c3b9a82cfea737797e3e663 Description-en: Qt binding and QML plugin for bamf - development files Qt binding and QML plugin for the bamf dbus daemon semi-automatically generated with qdbusxml2cpp and matching the GObject library structure. . This package contains the development headers for libqtbamf Package: libqtbamf1 Description-md5: 0ac9b6c0804771acd8509ca39acd35fa Description-en: Qt binding and QML plugin for bamf - shared library Qt binding and QML plugin for the bamf dbus daemon semi-automatically generated with qdbusxml2cpp and matching the GObject library structure. Package: libqtdee-dev Description-md5: fb7ac7bf4a6ad3fc9dc31b77b5722a95 Description-en: Qt binding and QML plugin for Dee - development files Simple Qt binding and QML plugin for Dee (https://launchpad.net/dee). . This package contains the developer headers for the Qt binding for Dee Package: libqtdee2 Description-md5: ee689dd8c531547f6c7af6567157ea24 Description-en: Qt binding and QML plugin for Dee - shared library Simple Qt binding and QML plugin for Dee (https://launchpad.net/dee). Package: libqtgconf-dev Description-md5: 2b0281c142351954e906be99b0d967b3 Description-en: Qt binding and QML plugin for GConf - development files Simple Qt binding and QML plugin for GConf, written as a thin wrapper on top of libgq-gconf (see http://maemo.org/packages/view/libgq-gconf0/). . This package contains the developer headers for the QT bindings for GConf Package: libqtgconf1 Description-md5: bb60a9d97494b7fd45d84f50ff02e9d4 Description-en: Qt binding and QML plugin for GConf - shared library Simple Qt binding and QML plugin for GConf, written as a thin wrapper on top of libgq-gconf (see http://maemo.org/packages/view/libgq-gconf0/). Package: libquvi-dev Description-md5: 22a8d2becab2c5b2d512de681701518d Description-en: library for parsing video download links (development package) Library to parse Adobe flash video download links. It supports Youtube and other similar video websites. It provides access to functionality and data through an API, and does not enable or require the use of the flash technology. . This package provides the necessary files to compile programs which use libquvi0. Package: libquvi-doc Description-md5: afa5d720031c37bf6ca2a455627ce15c Description-en: library for parsing video download links (documentation package) Library to parse Adobe flash video download links. It supports Youtube and other similar video websites. It provides access to functionality and data through an API, and does not enable or require the use of the flash technology. . This package provides the necessary documentation to make use the library. Package: libquvi0 Description-md5: 6ead196a588a039d5e8b105123cb5273 Description-en: library for parsing video download links (runtime libraries) Library to parse Adobe flash video download links. It supports Youtube and other similar video websites. It provides access to functionality and data through an API, and does not enable or require the use of the flash technology. Package: libqwt-dev Description-md5: 5b57fa364c13f154a01f447d2da86156 Description-en: Qt widgets library for technical applications (development) The Qwt library contains Qt GUI Components and utility classes which are primarily useful for programs with a technical background. Most of these widgets are used to control or display values, arrays, or ranges of type double. . This package contains the Qwt development files for Qt. Package: libqwt6 Description-md5: eb09239ef3eea73821cc174948a2f607 Description-en: Qt widgets library for technical applications (runtime) The Qwt library contains Qt GUI Components and utility classes which are primarily useful for programs with a technical background. Most of these widgets are used to control or display values, arrays, or ranges of type double. . This package contains the files necessary for running applications that use the Qwt library and Qt. Package: libraptor1 Description-md5: 8fa11cd3aec897cd60238ef424626ea3 Description-en: Raptor RDF parser and serializer library Raptor is a C library providing a set of parsers and serializers for Resource Description Framework (RDF) triples by parsing syntaxes or serializing the triples into a syntax. . The parsing syntaxes are RDF/XML, N-Triples, Turtle, GRDDL and RSS tag soup including Atom 0.3 and Atom 1.0. The serializing syntaxes are RDF/XML, N-Triples RSS 1.0 and Atom 1.0. Raptor can handle RDF/XML as used by RDF applications such as RSS 1.0, FOAF, DOAP, Dublin Core and OWL. . Raptor is designed for performance, flexibility and embedding (no memory leaks) and to closely match the revised RDF/XML specification. Package: libraptor1-dbg Description-md5: 94ab1e762a7deb1914d98b804f862510 Description-en: Raptor RDF parser and serializer library - debugging symbols Raptor is a C library providing a set of parsers and serializers for Resource Description Framework (RDF) triples by parsing syntaxes or serializing the triples into a syntax. . This package contains the debugging symbols for debugging applications which use libraptor1. Package: libraptor1-dev Description-md5: c6f8a34bba2df5b47b55c5df7f7caf5a Description-en: Raptor RDF parser and serializer development libraries and headers Raptor Resource Description Framework (RDF) parser and serializer development libraries, header files and documentation needed by programs that want to be compiled with Raptor. Package: libraptor2-0 Description-md5: 773b7033cc26603ac6f60fb8d1885e8a Description-en: Raptor 2 RDF syntax library Raptor is a C library providing a set of parsers and serializers for Resource Description Framework (RDF) triples by parsing syntaxes or serializing the triples into a syntax. . The parsing syntaxes are RDF/JSON, RDF/XML, N-Triples, Turtle, GRDDL and RSS tag soup including Atom 0.3 and Atom 1.0. The serializing syntaxes are RDF/XML, N-Quads, N-Triples RSS 1.0 and Atom 1.0. Raptor can handle RDF/XML as used by RDF applications such as RSS 1.0, FOAF, DOAP, Dublin Core and OWL. . Raptor is designed for performance, flexibility and embedding (no memory leaks) and to closely match the revised RDF/XML specification. Package: libraptor2-0-dbg Description-md5: 715c43016360819222c9514ff176fd74 Description-en: Raptor RDF parser and serializer library - debugging symbols Raptor is a C library providing a set of parsers and serializers for Resource Description Framework (RDF) triples by parsing syntaxes or serializing the triples into a syntax. . This package contains the debugging symbols for debugging applications which use libraptor2. Package: libraptor2-dev Description-md5: 5f07c4036e593f4fdd3058cf465e8915 Description-en: Raptor 2 RDF syntax library development libraries and headers Raptor Resource Description Framework (RDF) parser and serializer development libraries, header files and documentation needed by programs that want to be compiled with Raptor. Package: librarian-dev Description-md5: 3526e3e7eb51494be35419fbaf086671 Description-en: Documentation meta-data library (header files) Rarian (formerly Spoon) is a documentation meta-data library, designed as a replacement for Scrollkeeper. . This package ships the development files. Package: librarian0 Description-md5: bfdcf27559b2270fafaac0133f94d717 Description-en: Documentation meta-data library (library package) Rarian (formerly Spoon) is a documentation meta-data library, designed as a replacement for Scrollkeeper. . This package ships the shared library. Package: librasqal3 Description-md5: 2bb81e38d7099ee8ca034f8f70fd1e01 Description-en: Rasqal RDF query library Rasqal is a C library providing support for querying the Resource Description Framework (RDF) including parsing query syntaxes, constructing the queries, executing them, returning result bindings and formatting results. It supports the SPARQL RDF Query Language, RDF Data Query Language (RDQL) and LAQRS experimental query language extending SPARQL. . Rasqal is designed for performance, flexibility and embedding (no memory leaks) and to track ongoing RDF query language work. Package: librasqal3-dbg Description-md5: e3b184be9480f7d44abc56c675983769 Description-en: Rasqal RDF Query Library - debugging symbols This package contains the debugging symbols for debugging applications which use librasqal3. Package: librasqal3-dev Description-md5: 00b2e549a7168d4a2cb0d66e0e1d8187 Description-en: Rasqal RDF query library development libraries and headers Development libraries, header files and documentation needed by programs that want to compile with the Rasqal RDF query library. Package: libraw-dev Description-md5: 13a78c50c294217f9706eae97d852275 Description-en: raw image decoder library (development files) LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). . This package contains a static library and header files. Package: libraw1394-11 Description-md5: 949bee021305068625569148281aa75b Description-en: library for direct access to IEEE 1394 bus (aka FireWire) libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question. Package: libraw1394-dev Description-md5: 2c43b35646bfcc2a60e48ad0088db02e Description-en: library for direct access to IEEE 1394 bus - development files libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question. . This package contains the include files, static library and development tools for libraw1394, as well as the testlibraw program. Package: libraw2 Description-md5: c3ba0f5f79a8b3cf8e56ff54d0d77f7b Description-en: raw image decoder library LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). Package: librcc-dev Description-md5: cf9cd63b809c1fbd46d5a7f8f762638d Description-en: Library for autoconvert codepages development files Originally, the project was aimed to provide means to work with multiple encodings * Language Autodetection * On the fly translation between languages, using online-services! * Encoding Autodetection for most of European Languages1 * Support for encoding detection plugins (besides Enca and LibRCD) * Recoding/translation of multi-language playlists! * Cache to speed-up re-recoding. * Possibility to configure new languages and encodings. * Shared configuration file. For example mentioned TagLib and LibID3 patches do not have their own user interface, but will utilize the same recoding configuration as XMMS. * As well the separate program for configuration adjustment is available. * GTK/GTK2 UI Library: you can add properties page to your GTK+ application with 3 lines of code. * Menu localization opportunity This package contains the include files, static library and development tools for librcc, as well as the testlibraw program. Package: librcc0 Description-md5: 6ce1fa15a6acf59c2b60515555470d18 Description-en: Library for autoconvert codepages Originally, the project was aimed to provide means to work with multiple encodings * Language Autodetection * On the fly translation between languages, using online-services! * Encoding Autodetection for most of European Languages1 * Support for encoding detection plugins (besides Enca and LibRCD) * Recoding/translation of multi-language playlists! * Cache to speed-up re-recoding. * Possibility to configure new languages and encodings. * Shared configuration file. For example mentioned TagLib and LibID3 patches do not have their own user interface, but will utilize the same recoding configuration as XMMS. * As well the separate program for configuration adjustment is available. * GTK/GTK2 UI Library: you can add properties page to your GTK+ application with 3 lines of code. * Menu localization opportunity Package: librccgtk2-0 Description-md5: 969e5bd0d93f0bc3c9cbeb7403ef1619 Description-en: Library for autoconvert codepages GTK2 interface Originally, the project was aimed to provide means to work with multiple encodings * Language Autodetection * On the fly translation between languages, using online-services! * Encoding Autodetection for most of European Languages1 * Support for encoding detection plugins (besides Enca and LibRCD) * Recoding/translation of multi-language playlists! * Cache to speed-up re-recoding. * Possibility to configure new languages and encodings. * Shared configuration file. For example mentioned TagLib and LibID3 patches do not have their own user interface, but will utilize the same recoding configuration as XMMS. * As well the separate program for configuration adjustment is available. * GTK/GTK2 UI Library: you can add properties page to your GTK+ application with 3 lines of code. * Menu localization opportunity This package contains GTK/GTK2 UI Library. Package: librcd-dev Description-md5: 9d38f853447361246fca54d699e3669d Description-en: Library for autodection charset of Russian text - dev files Library for autodection charset of Russian text Package: librcd0 Description-md5: 601a26930eda6e3e87ca6393d2de32ed Description-en: Library for autodection charset of Russian text LibRCD is used by RusXMMS project for encoding auto-detection. It is optimized to handle very short titles, like ID3 tags, file names and etc, and provides very high accuracy even for short 3-4 letter words. Current version supports Russian and Ukrainian languages and able to distinguish UTF-8, KOI8-R, CP1251, CP866, ISO8859-1. If compared with Enca, LibRCC provides better detection accuracy on short titles and is able to detect ISO8859-1 (non-cyrillic) encoding what allows to properly display correct ID3 v.1 titles. Package: librdf-perl Description-md5: 62911993aa32a23c48327b04af6c257a Description-en: Perl language bindings for the Redland RDF library The Perl interface modules for the Redland Resource Description Framework (RDF) library providing an object-oriented interface in the RDF::Redland package. Package: librdf-ruby Description-md5: fbf86d2ea4a67dc684d532f03b9adff2 Description-en: Ruby 1.8 language bindings for the Redland RDF library This package contains the files needed to use the Redland Resource Description Framework (RDF) library in Ruby 1.8 programs. Package: librdf-storage-mysql Description-md5: 9e7a87dd310e5dc60d6b8be80c6fead7 Description-en: RDF library, MySQL backend Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF/XML parsers, storage mechanisms and other elements. Redland is designed for applications developers to provide RDF support in their applications as well as for RDF developers to experiment with the technology. . This package contains the MySQL storage backend. Package: librdf-storage-postgresql Description-md5: 58e18e8a427a3c6c6fe6c8734c45a383 Description-en: RDF library, PostGreSQL backend Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF/XML parsers, storage mechanisms and other elements. Redland is designed for applications developers to provide RDF support in their applications as well as for RDF developers to experiment with the technology. . This package contains the PostGreSQL storage backend. Package: librdf-storage-sqlite Description-md5: dbcdbb49f20f64309855accc1cf62c8d Description-en: RDF library, SQLite backend Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF/XML parsers, storage mechanisms and other elements. Redland is designed for applications developers to provide RDF support in their applications as well as for RDF developers to experiment with the technology. . This package contains the SQLite storage backend. Package: librdf0 Description-md5: 5c95238b33366eca33e0e8e8b504e9eb Description-en: Redland Resource Description Framework (RDF) library Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF/XML parsers, storage mechanisms and other elements. Redland is designed for applications developers to provide RDF support in their applications as well as for RDF developers to experiment with the technology. . This package includes the core file-based storages. To get database backed storages, the librdf-storage-postgresql, librdf-storage-mysql or librdf-storage-sqlite packages should be installed. Package: librdf0-dev Description-md5: 14505384499a79491ef37cbc367fe9a3 Description-en: Redland RDF library development libraries and headers RDF development libraries, header files, documentation and utilities needed by program that want to be compiled with Redland. Package: libreadline-dev Description-md5: 3502d626cf8e22133354357eb1e0631f Description-en: GNU readline and history libraries, development files The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. . This package is a dependency package depending on libreadline6-dev. Package: libreadline-gplv2-dev Description-md5: 786f654ffd88ea529a702d7fd1429e0e Description-en: GNU readline and history libraries, development files The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. . This package contains as well the readline documentation in info format. Package: libreadline-java Description-md5: 2be92708090969b8931bd2d03a2e8ea8 Description-en: GNU readline and BSD editline wrappers for Java Included is the Java package org.gnu.readline which provides the GNU readline and BSD editline libraries for Java. Note that this is NOT a pure Java implementation; it merely contains JNI wrappers for the standard system libraries. . BSD editline resembles GNU readline but is under a more relaxed license. In some cases it can be used as a drop-in replacement for GNU readline when licensing issues prevent GNU readline from being used. . The API documentation and examples can be found in libreadline-java-doc. Package: libreadline5 Description-md5: 02109af5819248ca867891090079f329 Description-en: GNU readline and history libraries, run-time libraries The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Package: libreadline5-dbg Description-md5: f10032a711167543f997c2cb1de91ac4 Description-en: GNU readline and history libraries, debugging libraries The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Package: libreadline6 Description-md5: 02109af5819248ca867891090079f329 Description-en: GNU readline and history libraries, run-time libraries The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Package: libreadline6-dbg Description-md5: f10032a711167543f997c2cb1de91ac4 Description-en: GNU readline and history libraries, debugging libraries The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. Package: libreadline6-dev Description-md5: 729d7fc5adc58ece21627d452b1c63fd Description-en: GNU readline and history libraries, development files The GNU readline library aids in the consistency of user interface across discrete programs that need to provide a command line interface. . The GNU history library provides a consistent user interface for recalling lines of previously typed input. . This package contains development files and the readline documentation in info format. Package: libreadonly-xs-perl Description-md5: d9bea8df5ae850ca5b0316c219f99452 Description-en: Faster Readonly implementation The Readonly module (q.v.) is an effective way to create non-modifiable variables. However, it's relatively slow. . The reason it's slow is that is implements the read-only-ness of variables via tied objects. This mechanism is inherently slow. Perl simply has to do a lot of work under the hood to make tied variables work. . This module corrects the speed problem, at least with respect to scalar variables. When Readonly::XS is installed, Readonly uses it to access the internals of scalar variables. Instead of creating a scalar variable object and tying it, Readonly simply flips the SvREADONLY bit in the scalar's FLAGS structure. Package: librecode-dev Description-md5: 0bb977648f71d2bfc680b9a744c51f58 Description-en: Development package for librecode0 This package contains the header files and static librecode.a library needed to build applications based on librecode. Package: librecode0 Description-md5: ab6feef275a02f91ce5607b3b2d9d7e6 Description-en: Shared library on which recode is based This recoding library converts files between various coded character sets and surface encodings. The library recognizes or produces more than 300 different character sets and is able to convert files between almost any pair. Most RFC 1345 character sets, and all `libiconv' character sets, are supported. Package: libreiser4-dev Description-md5: 93fbf18208c9735e13c1454ac47cdba1 Description-en: Reiser4's filesystem access and manipulation library These are the development files for Reiser4 libraries. Stand alone libraries are also provided to allow the build of grub with support for Reiser4. . They are part of the Reiser4's filesystem support tools. Package: librelp-dev Description-md5: 42c1d0b6aeb68e5586482de4937a9e25 Description-en: Reliable Event Logging Protocol (RELP) library - development files RELP provides reliable event logging over the network. . RELP (and hence) librelp assures that no message is lost, not even when connections break and a peer becomes unavailable. The current version of RELP has a minimal window of opportunity for message duplication after a session has been broken due to network problems. In this case, a few messages may be duplicated (a problem that also exists with plain tcp syslog). Future versions of RELP will address this shortcoming. . Please note that RELP is a general-purpose, extensible logging protocol. Even though it was designed to solve the urgent need of rsyslog-to-rsyslog communication, RELP supports many more applications. Extensible command verbs provide ample opportunity to extend the protocol without affecting existing applications. Package: librelp0 Description-md5: e173389330cd3d94c1a9439e2181decf Description-en: Reliable Event Logging Protocol (RELP) library RELP provides reliable event logging over the network. . RELP (and hence) librelp assures that no message is lost, not even when connections break and a peer becomes unavailable. The current version of RELP has a minimal window of opportunity for message duplication after a session has been broken due to network problems. In this case, a few messages may be duplicated (a problem that also exists with plain tcp syslog). Future versions of RELP will address this shortcoming. . Please note that RELP is a general-purpose, extensible logging protocol. Even though it was designed to solve the urgent need of rsyslog-to-rsyslog communication, RELP supports many more applications. Extensible command verbs provide ample opportunity to extend the protocol without affecting existing applications. Package: libreoffice Description-md5: e8a390cad22bf9f510dfecf78a584799 Description-en: office productivity suite LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This metapackage installs all components of libreoffice: * libreoffice-writer: Word processor * libreoffice-calc: Spreadsheet * libreoffice-impress: Presentation * libreoffice-draw: Drawing * libreoffice-base: Database * libreoffice-math: Equation editor * libreoffice-filter-mobiledev: Mobile Devices filters . You can extend the functionality of LibreOffice by installing these packages: * hunspell-*/myspell-*: Hunspell/Myspell dictionaries for use with LibreOffice * libreoffice-l10n-*: UI interface translation * libreoffice-help-*: User help * mythes-*: Thesauri for the use with LibreOffice * hyphen-*: Hyphenation patterns for LibreOffice * libreoffice-gtk: Gtk UI Plugin, GNOME File Picker support, QuickStarter for GNOMEs notification are * libreoffice-gnome: GNOME VFS, GConf backend * libreoffice-kde: KDE UI Plugin and KDE File Picker support * menu: Will add libreoffice menu entries for every Debian window manager. * unixodbc: ODBC database support * cups-bsd: Allows LibreOffice to detect your CUPS printer queues automatically * libsane: Use your sane-supported scanner with LibreOffice * libxrender1: Speed up display by using Xrender library * libgl1: OpenGL support * openclipart-libreoffice: Open Clip Art Gallery with LibreOffice index files * iceweasel | firefox | icedove | thunderbird | iceape-browser | mozilla-browser: Mozilla profile with Certificates needed for XML Security... * openjdk-6-jre | gcj-jre | java5-runtime: Java Runtime Environment for use with LibreOffice * pstoedit / imagemagick: helper tools for EPS thumbnails * gstreamer0.10-plugins-*: GStreamer plugins for use with LibreOffices media backend * libpaper-utils: papersize detection support via paperconf * libldap-2.4-2: LDAP client library; needed for LibreOffice getting its profiles from LDAP * libreoffice-filter-binfilter: legacy filters (e.g. StarOffice 5.2) Package: libreoffice-calc Description-md5: e809bbd7f91acfd0d9ad0f8fd5ed86a3 Description-en: office productivity suite -- spreadsheet LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the spreadsheet component for LibreOffice. Package: libreoffice-core Description-md5: 5464d9229de42a41fda16d9993e11570 Description-en: office productivity suite -- arch-dependent files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-dependent core files of LibreOffice. See the libreoffice package for more information. Package: libreoffice-dbg Description-md5: ed5c60a9a4c74bcd668cf6fd30dfb595 Description-en: office productivity suite -- debug symbols LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the debug symbols of all LibreOffice and LibreOffice SDK components. Package: libreoffice-dev Description-md5: 874c9d19105e4bbaac7d8229ccc0ce98 Description-en: office productivity suite -- SDK LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the files needed to build plugins/add-ons for LibreOffice (includes, IDL files, build tools, ...). It also contains the zipped source of the UNO Java libraries for use in IDEs like eclipse. Package: libreoffice-draw Description-md5: 48e37fe8495cb12961b923bb0b0f970f Description-en: office productivity suite -- drawing LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the drawing component for LibreOffice. Package: libreoffice-gnome Description-md5: d0e0ea0c4620aa3a73fc4453bafb4540 Description-en: office productivity suite -- GNOME integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the GNOME VFS support and a GConf backend. . You can extend the functionality of this by installing these packages: . * libreoffice-evolution: Evolution addressbook support * evolution Package: libreoffice-gtk Description-md5: b5c0ddd883ec069a9cbf04051d4ba285 Description-en: office productivity suite -- GTK+ integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Gtk plugin for drawing LibreOffices widgets with Gtk+ and a Gtk/GNOMEish File Picker when running under GNOME. It also contains a QuickStarter for the "notification area". Package: libreoffice-impress Description-md5: 472668fa8a618a3bed701d2301185f86 Description-en: office productivity suite -- presentation LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the presentation component for LibreOffice. Package: libreoffice-kde Description-md5: 055bef0d629659ffd2957ff1a774c681 Description-en: office productivity suite -- KDE integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the KDE plugin for drawing OOo's widgets with KDE/Qt and a KDEish File Picker when running under KDE. You can extend the functionality of this by installing these packages: . * konqueror / kmail * libreoffice-kab: KDE Addressbook support Package: libreoffice-math Description-md5: 66f3b39e514cc02ac689ec67f6ed274a Description-en: office productivity suite -- equation editor LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the equation editor component for LibreOffice. Package: libreoffice-officebean Description-md5: 75283d81d9fbc2478568186149138f66 Description-en: office productivity suite -- Java bean LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the LibreOffice Office Bean for embedding LibreOffice in custom Java applications. Package: libreoffice-pdfimport Description-md5: 2301f0adf764b2494ea348576d6a2e8c Description-en: LibreOffice extension for importing PDF documents LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an extension to open PDF documents with LibreOffice Draw. Package: libreoffice-presentation-minimizer Description-md5: 3869420f1fa74e1bb38511136b97d536 Description-en: LibreOffice extension for size-efficient presentations LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the presentation minimizer extension: "The Sun Presentation Minimizer is used to reduce the file size of the current presentation. Images will be compressed, and data that is no longer needed will be removed. The Sun Presentation Minimizer can optimize the image quality size. Presentations designed for screen or projector do not require the same high quality as presentations designed for print." Package: libreoffice-presenter-console Description-md5: 5b27dc93c0a61a1da006d4dc038c909b Description-en: LibreOffice Impress extension for a separate presenter's console LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Presenter Console extension: . The Presenter Console for Impress is a feature that aids a presenter during a slide show. It provides information on a second screen, that typically is not visible to the audience. This includes . * a view to the currently displayed slide (for when the presenter faces the audience and can not see the primary screen) * a preview of the next slide or next effect * the notes of the current slide * the current time and/or the elapsed time * navigation buttons for going to the previous/next slide Package: libreoffice-voikko Description-md5: b3804b478c8ec5fb5a0e6006864af250 Description-en: Finnish language tools for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains a Finnish spell-checking, grammar checking and hyphenation component for LibreOffice. The actual functionality is provided by the Voikko library. . NOTE: Usually spell-checking, grammar checking and hyphenation should be automatically activated after installing this package. If this is not the case, go to "Writing Aids" settings in LibreOffice and activate Voikko components manually. Package: libreoffice-writer Description-md5: 7ddf1a7be67dc22b315f212f564325e8 Description-en: office productivity suite -- word processor LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the wordprocessor component for LibreOffice. Package: libreplaygain-dev Description-md5: 23cd0965d8678f4cdf055324d592ef62 Description-en: Calculate ReplayGain information - development files libreplaygain calculates the perceived loudness of audio and suggests dB adjustments according to the ReplayGain standard. . This package contains the header files, static libraries and symbolic links that developers using libreplaygain will need. Package: libreplaygain1 Description-md5: 887637fc79c80eb67faa539e6ad606c6 Description-en: Calculate ReplayGain information - library libreplaygain calculates the perceived loudness of audio and suggests dB adjustments according to the ReplayGain standard. Package: librest-0.7-0 Description-md5: b9596f15c90979058521292c03c3efb9 Description-en: REST service access library This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. Package: librest-0.7-0-dbg Description-md5: b9afcc320a7161336322966274d3f093 Description-en: REST service access library (Debug files) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. . This package contains the debug symbols. Package: librest-dev Description-md5: 094d9a02839014f2dcb9afb78eb411e7 Description-en: REST service access library (development headers) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. . This package contains the development headers. Package: librest-extras-0.7-0 Description-md5: bccf414e2c1699613c362f86b7c5326e Description-en: REST service access library extra components This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. This extra package provides Facebook and Flickr support. Package: librest-extras-dev Description-md5: 0352efef165d7b2c319eba2686dc11cc Description-en: REST service access library extra components (development headers) This library was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API. This extra package provides Facebook and Flickr support. . This package contains the development headers. Package: librhythmbox-core4 Description-md5: c3a718f17d4a5d6b021901c3db955972 Description-en: support library for the rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). . This package contains the core support library used by rhythmbox and programs interacting with it. Package: libroken18-heimdal Description-md5: 09767e23fe6e020c9a8665bbe1cfa203 Description-en: Heimdal Kerberos - roken support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for roken support. Package: librpm-dbg Description-md5: b940250aa3e76b7ce785711342eb904c Description-en: debugging symbols for RPM The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This package contains debugger symbols for librpm* and rpm. Package: librpm-dev Description-md5: b61ce5bb0129a6b93ca353a53ac9c1e2 Description-en: RPM shared library, development kit The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This package provides the development kit, containing static libraries and header files necessary to build programs that use librpm. Package: librpm2 Description-md5: 43dcb3c7127ac155f80bce6eb02448dc Description-en: RPM shared library The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This library allows programs to make use of an RPM database or RPM packages without going through the program rpm. Package: librpmbuild2 Description-md5: 6c8fdac9007ad1483cb5ded0c7a78d4e Description-en: RPM build shared library The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This library provides an interface for building RPM packages. Package: librpmio2 Description-md5: b102b4700b4f67e72b6c457300d1dee3 Description-en: RPM IO shared library The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This library provides basic IO functionality which is used by librpm. Package: librpmsign0 Description-md5: c2958f0a844ec375af9b40fae17c7280 Description-en: RPM signing shared library The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This library provides an interface for signing RPM packages. Package: librrd-dev Description-md5: f4bfb8003b3ec54ff47424f81d29f24f Description-en: time-series data storage and display system (development) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains header files and libraries used to develop software that uses RRDs. Package: librrd-ruby1.8 Description-md5: 6a5238b497fef372cfc1d5c7bffc04ff Description-en: time-series data storage and display system (Ruby 1.8 interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Ruby 1.8 interface to RRDs. Package: librrd4 Description-md5: d5b7c32e4795a0b81d59077ab31ec1fb Description-en: time-series data storage and display system (runtime library) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains shared libraries used to access and manipulate RRDs. Package: librrds-perl Description-md5: a2d67b95f110e653c5279d1c9b8d0802 Description-en: time-series data storage and display system (Perl interface, shared) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Perl interface to RRDs using a shared library. Package: librsvg2-2 Description-md5: 5955c666a37a7cde845fec0579db4217 Description-en: SAX-based renderer library for SVG files (runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package contains the runtime library, necessary to run applications using librsvg. Package: librsvg2-bin Description-md5: 5b2874a6506a4f661cb57262a5690742 Description-en: command-line and graphical viewers for SVG files The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package includes a command-line utility to convert the SVG files to the PNG format and a graphical SVG viewer. Package: librsvg2-common Description-md5: 807428e26fd36f5fd409797d12e5eda2 Description-en: SAX-based renderer library for SVG files (extra runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package includes the gdk-pixbuf loader and a GTK+ engine, allowing to load SVG images transparently inside GTK+ applications. Package: librsvg2-dbg Description-md5: 70e2b7a9cbb50f16c24118d4e3592ac7 Description-en: SAX-based renderer library for SVG files (debug) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package contains the debugging symbols. Package: librsvg2-dev Description-md5: 88fdcac4e12a294b5c6a4086d6f525b6 Description-en: SAX-based renderer library for SVG files (development) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package provides the necessary development libraries and include files to allow you to develop with librsvg. Package: librsync-dbg Description-md5: c878f4d081b7905f8b664534bc83b250 Description-en: rsync remote-delta algorithm library (debug) librsync implements the rsync remote-delta algorithm, which allows for efficient remote updates of a file, without requiring the old and new versions to both be present at the transmitter. The library uses a stream-based designed so that it can be easily embedded into network applications. . This package contains the debugging symbols. Package: librsync-dev Description-md5: ea307aaa7473a706ad1a66d631ffce5a Description-en: rsync remote-delta algorithm library (development) librsync implements the rsync remote-delta algorithm, which allows for efficient remote updates of a file, without requiring the old and new versions to both be present at the transmitter. The library uses a stream-based designed so that it can be easily embedded into network applications. . This package contains the development files. Package: librsync1 Description-md5: 452126c42dad55ba12f1708398255636 Description-en: rsync remote-delta algorithm library librsync implements the rsync remote-delta algorithm, which allows for efficient remote updates of a file, without requiring the old and new versions to both be present at the transmitter. The library uses a stream-based designed so that it can be easily embedded into network applications. . librsync is used by rdiff-backup and duplicity backup applications. Package: librtmp-dev Description-md5: 1c0fe631ad1ad2306f51e4e9b3bdc94f Description-en: toolkit for RTMP streams (development files) A small dumper for media content streamed over the RTMP protocol (like BBC's iPlayer high quality streams). Supplying an rtmp url will result in a dumped flv file, which can be played/transcoded using ffmpeg/mplayer, etc. . This package contains the development libraries, header files needed by programs that want to compile with librtmp. Package: librtmp0 Description-md5: f42c2c636c2fbae97a9ad7277d4c5bd4 Description-en: toolkit for RTMP streams (shared library) A small dumper for media content streamed over the RTMP protocol (like BBC's iPlayer high quality streams). Supplying an rtmp url will result in a dumped flv file, which can be played/transcoded using ffmpeg/mplayer, etc. . This package contains the shared libraries, header files needed by programs that want to use librtmp. Package: libruby1.8 Description-md5: 2f5d4d6df73a4cfebb8c805abca4ad07 Description-en: Libraries necessary to run Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the libruby, necessary to run Ruby 1.8. Package: libruby1.8-dbg Description-md5: de482e970401cf7197e3a53c77351306 Description-en: Debugging symbols for Ruby 1.8 Contains debugging symbols for libruby1.8. . This package is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. Most people will not need this package. Package: libsac-java-gcj Description-md5: 73a618ca8d601dd03c48534812a6225f Description-en: Simple API for CSS Java library (native code) SAC is a standard interface for CSS parser and supposed to work with CSS1, CSS2, CSS3 (currently under development) and other CSS derived languages. . This package contains the SAC Java library compiled to native code for use with gij. Package: libsamplerate0 Description-md5: 1cbecccffb58dab56ae610f3dcd51386 Description-en: Audio sample rate conversion library libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion. . libsamplerate currently provides three different sample rate conversion algorithms; zero order hold, linear interpolation and FIR filter interpolation (using filters derived from the mathematical SINC function). The first two algorithms (zero order hold and linear) are included for completeness and are not recommended for any application where high quality sample rate conversion is required. For the FIR/Sinc algorithm, three converters are provided; SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a trade off between conversion speed and conversion quality. . libsamplerate is capable of downsampling to 1/256 of the original sample rate and upsampling to 256 times the original sample rate. It is also capable of time varying conversions for vary speed effects and synchronising of two unlocked sample rates. Package: libsamplerate0-dev Description-md5: fb8d920f7c94f9c8678b701dd5236969 Description-en: Development files for audio sample rate conversion libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion. . libsamplerate currently provides three different sample rate conversion algorithms; zero order hold, linear interpolation and FIR filter interpolation (using filters derived from the mathematical SINC function). The first two algorithms (zero order hold and linear) are included for completeness and are not recommended for any application where high quality sample rate conversion is required. For the FIR/Sinc algorithm, three converters are provided; SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a trade off between conversion speed and conversion quality. . libsamplerate is capable of downsampling to 1/256 of the original sample rate and upsampling to 256 times the original sample rate. It is also capable of time varying conversions for vary speed effects and synchronising of two unlocked sample rates. . This package contains the library header files and API documentation. Package: libsane Description-md5: 2e25d5fd377d34639732efd0cee2566b Description-en: API library for scanners SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package includes the backends for many scanners. A libsane-extras package containing some not-yet-included backends is available separately. . Graphical frontends for sane are available in the packages sane and xsane. Command line frontend scanimage, saned and sane-find-scanner are available in the sane-utils package. Package: libsane-dbg Description-md5: c47f04070c62e8ea2cfd6befb9133492 Description-en: API development library for scanners [debug symbols] SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package contains the debugging symbols for the SANE backends. Package: libsane-dev Description-md5: e6830c8c64fd71c7d57f14514612572c Description-en: API development library for scanners [development files] SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package contains the files needed to build your applications using SANE. Package: libsane-hpaio Description-md5: 92c4a3fd7ae078d5728e498c0e73a640 Description-en: HP SANE backend for multi-function peripherals This package contains the SANE backend libraries for use with HP Multi-function peripherals. . Users of hplip are advised to install the hplip{-gui} packages for command line and GUI tools associated with HPLIP. . This package is useful for a minimal footprint headless scanning solution. Package: libsasl2-2 Description-md5: a7ddf7773f9a8e980e10ce8749cb2db0 Description-en: Cyrus SASL - authentication abstraction library This is the Cyrus SASL API implementation, version 2.1. . SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection. See RFC 2222 for more information. . Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used. If you intend to use this package on a server that provides SASL authentication, then you must install some of the libsasl2-modules* packages. Package: libsasl2-dev Description-md5: d7f32bc5a3915152e13a4ce1d8983dbc Description-en: Cyrus SASL - development files for authentication abstraction library This is the Cyrus SASL API implementation, version 2. See package libsasl2-2 and RFC 2222 for more information. . This package includes development files for compiling programs with SASL support. It is needed for development purposes only. Package: libsasl2-modules Description-md5: da76219b54f65f70b0087c7723cb0ad6 Description-en: Cyrus SASL - pluggable authentication modules This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS, NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support). Package: libsasl2-modules-gssapi-heimdal Description-md5: 0897adbbfbdac08aea71f426460e48d0 Description-en: Pluggable Authentication Modules for SASL (GSSAPI) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the GSSAPI plugin, compiled with the Heimdal Kerberos 5 library. Package: libsasl2-modules-gssapi-mit Description-md5: b1eb80e47fbc2a5ec747847f924fba48 Description-en: Cyrus SASL - pluggable authentication modules (GSSAPI) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the GSSAPI plugin, compiled with the MIT Kerberos 5 library. Package: libsasl2-modules-ldap Description-md5: 046fb452cdaf5f7c51dacdbf2922d5de Description-en: Cyrus SASL - pluggable authentication modules (LDAP) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the LDAP plugin, which supports OpenLDAP. Package: libsasl2-modules-otp Description-md5: fb6fbc4df1a9ad29b0ddb7f30c4d227f Description-en: Cyrus SASL - pluggable authentication modules (OTP) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the OTP plugin, which supports one time passwords. Package: libsasl2-modules-sql Description-md5: 1d3931918dd7a4d68b405fdd4c3c75e0 Description-en: Cyrus SASL - pluggable authentication modules (SQL) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the SQL plugin, which supports MySQL, PostgreSQL and SQLite. Package: libsaxon-java-gcj Description-md5: a239eec9ea8235cd3a4a53f207543924 Description-en: Saxon XSLT Processor (native code) The saxon package is a collection of tools for processing XML documents and implements the XSLT 1.0 recommendation, including XPath 1.0, in its entirety. . Saxon is known to work well for processing DocBook XML documents with the DocBook XSL Stylesheets. Related packages make the process straightforward. . This package contains the native compiled byte code for the Saxon XSLT processor. Package: libschroedinger-1.0-0 Description-md5: a8ce4b6da619a2a49ec77c5338ed954c Description-en: library for encoding/decoding of Dirac video streams The Schroedinger project will implement portable libraries for the high quality Dirac video codec created by BBC Research and Development. Dirac is a free and open source codec producing very high image quality video. . This package contains the shared libraries necessary to run programs using libschroedinger Package: libschroedinger-dev Description-md5: 228df2a6847e2f25efc879b3677e8523 Description-en: library for encoding/decoding of Dirac video streams (development files) The Schroedinger project will implement portable libraries for the high quality Dirac video codec created by BBC Research and Development. Dirac is a free and open source codec producing very high image quality video. . This package contains the header files, static libraries and symbolic links that developers using libschroedinger will need. Package: libsctp-dev Description-md5: ede636dd4b26a5e235ca2b4c203d4fb8 Description-en: user-space access to Linux Kernel SCTP - development files This package contains all necessary files for developing SCTP aware network applications using the Linux Kernel SCTP implementation. It is part of the LKSCTP project for the Linux Kernel SCTP reference implementation. . It includes man pages, header files, static libraries, symlinks to dynamic libraries and tutorial source code. . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Package: libsctp1 Description-md5: 266860b8675a1f8fa6416cfbfb88804e Description-en: user-space access to Linux Kernel SCTP - shared library This library is part of the LKSCTP project for the Linux Kernel SCTP reference implementation. . This package is intended to supplement the Linux Kernel SCTP reference implementation now available in the Linux kernel source tree in versions 2.5.36 respectively 2.4.24 and following. . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Package: libsdl1.2-dev Description-md5: 9a82f59c5790721baad7ffc5f181d3d6 Description-en: Simple DirectMedia Layer development files SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This package contains the files needed to compile and link programs which use SDL. Package: libsdl1.2debian Description-md5: 92f85117607a2c2bcd1f61bb95590f1f Description-en: Simple DirectMedia Layer SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This is just a dummy package. You also need one of the seven versions of the library that this package depends on. . (Note: Updates from SDL CVS after the version release date are occasionally factored into these packages). Package: libsdl1.2debian-all Description-md5: c51e81aa858afb304a2eb731eb84376b Description-en: Simple DirectMedia Layer (with all available options) SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11, aalib and ggi graphics drivers and oss, esound, alsa, nas and pulseaudio sound drivers. Package: libsdl1.2debian-alsa Description-md5: 05bd851128f274a54f1180a25f63349e Description-en: Simple DirectMedia Layer (with X11 and ALSA options) SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11 graphics and ALSA sound. Package: libsdl1.2debian-esd Description-md5: 30ab90ce4339608c1fa1e534d3be7ba4 Description-en: Simple DirectMedia Layer (with X11 and esound options) SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11 graphics and esd (esound) sound. Package: libsdl1.2debian-nas Description-md5: 2d2d03999773e8e73fe2868d8e1a140a Description-en: Simple DirectMedia Layer (with X11 and NAS options) SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11 graphics and NAS sound. Package: libsdl1.2debian-oss Description-md5: 59b3207a4e4824b3bd6086e34ff77191 Description-en: Simple DirectMedia Layer (with X11 and OSS options) SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11 graphics and oss sound. Package: libsdl1.2debian-pulseaudio Description-md5: 6aaa6f37e723a8cb15d03c1a82dc04ab Description-en: Simple DirectMedia Layer (with X11 and PulseAudio options) SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11 graphics and PulseAudio sound. Package: libselinux-ruby1.8 Description-md5: 71f8f453f4c0fbe591180af8da96cd36 Description-en: Ruby bindings to SELinux shared libraries This package provides the Ruby bindings needed for developing Ruby SELinux applications. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Package: libselinux1 Description-md5: 90f6e1cb06c527bc3fc11ec6f969c59c Description-en: SELinux runtime shared libraries This package provides the shared libraries for Security-enhanced Linux that provides interfaces (e.g. library functions for the SELinux kernel APIs like getcon(), other support functions like getseuserbyname()) to SELinux-aware applications. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. . libselinux1 provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. Required for any applications that use the SELinux API. libselinux may use the shared libsepol to manipulate the binary policy if necessary (e.g. to downgrade the policy format to an older version supported by the kernel) when loading policy. Package: libselinux1-dev Description-md5: ca6eeba78d95ecb95827216f2b16ab42 Description-en: SELinux development headers This package provides the static libraries and header files needed for developing SELinux applications. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Package: libsensors4 Description-md5: 25f0ebc4e1333cbfb3f357cbcc863500 Description-en: library 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 shared library for querying lm-sensors. Package: libsensors4-dev Description-md5: a7b36e26f606231275ab8e94321a588d Description-en: lm-sensors development kit 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 the static library and header files used in development. Package: libsepol1 Description-md5: d569fae7efa3328b3d40879b104d9a63 Description-en: SELinux library for manipulating binary security policies Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement®, Role-based Access Control, and Multi-level Security. . libsepol provides an API for the manipulation of SELinux binary policies. It is used by checkpolicy (the policy compiler) and similar tools, as well as by programs like load_policy that need to perform specific transformations on binary policies such as customizing policy boolean settings. Package: libsepol1-dev Description-md5: b27456c03b44d9f341f531ea75468cba Description-en: SELinux binary policy maniulation library and development files libsepol allows programs to easily modify SELinux binary policies. This means changing the default values for booleans, or reading the policy for analysis. . This package contains the headers and archives used for linking it into your programs. Package: libsexy-dev Description-md5: d8f100d3b0e0edb712e97efea92f164b Description-en: collection of additional GTK+ widgets - header files libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel by subclassing them and working around the limitations of the widgets. . These are the header files. . Homepage: http://www.chipx86.com/wiki/Libsexy Package: libsexy2 Description-md5: 3b0862475b52beca344ce33758afdb6f Description-en: collection of additional GTK+ widgets - library libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel by subclassing them and working around the limitations of the widgets. . Homepage: http://www.chipx86.com/wiki/Libsexy Package: libsgutils2-2 Description-md5: 19a4d1a8d1a08f4c55a55c351a158287 Description-en: utilities for devices using the SCSI command set (shared libraries) Most OSes have SCSI pass-through interfaces that enable user space programs to send SCSI commands to a device and fetch the response. With SCSI to ATA Translation (SAT) many ATA disks now can process SCSI commands. Typically each utility in this package implements one SCSI command. See the draft standards at www.t10.org for SCSI command definitions plus SAT. ATA commands are defined in the draft standards at www.t13.org . For a mapping between supported SCSI and ATA commands and utility names in this package see the COVERAGE file . Shared library used by the utilities in the sg3-utils package. Package: libsgutils2-dev Description-md5: bed92454079f936ca63f681d822db471 Description-en: utilities for devices using the SCSI command set (developer files) Most OSes have SCSI pass-through interfaces that enable user space programs to send SCSI commands to a device and fetch the response. With SCSI to ATA Translation (SAT) many ATA disks now can process SCSI commands. Typically each utility in this package implements one SCSI command. See the draft standards at www.t10.org for SCSI command definitions plus SAT. ATA commands are defined in the draft standards at www.t13.org . For a mapping between supported SCSI and ATA commands and utility names in this package see the COVERAGE file. . Developer files (i.e. headers and a static library) which are associated with the utilities in the sg3-utils package. Package: libshout3 Description-md5: 11376f8d2238a196b9a58295f5c2d756 Description-en: MP3/Ogg Vorbis broadcast streaming library A library for communicating with and sending data to Icecast and Icecast 2 streaming audio servers. It handles the socket connection, the timing of the data transmission, and prevents bad data from getting to the server. Package: libshout3-dev Description-md5: fc281a7137ac6e777c64b71d63f5b598 Description-en: MP3/Ogg Vorbis broadcast streaming library (development) A library for communicating with and sending data to Icecast and Icecast 2 streaming audio servers. It handles the socket connection, the timing of the data transmission, and prevents bad data from getting to the server. . With just a few lines of code, a programmer can easily turn any application into a streaming source for an Icecast-based server. Libshout also allows developers who want a specific feature set (database access, request taking) to concentrate on that feature set, instead of worrying about how server communication works. . This package contains the development headers, static libraries, and source code to an example program. Package: libsigc++-2.0-0c2a Description-md5: 0f629177a6b7e6200b446de8a0a45992 Description-en: type-safe Signal Framework for C++ - runtime This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. It provides the ability to connect an abstract callback to a class method, function, or function object, and contains adaptor classes for the connection of dissimilar callbacks. . These are the runtime files for libsigc++, needed only if you wish to run software which depends on it. Package: libsigc++-2.0-dev Description-md5: 2fc5e630cb35c41ccaccff38822cd939 Description-en: type-safe Signal Framework for C++ - development files This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. It provides the ability to connect an abstract callback to a class method, function, or function object, and contains adaptor classes for the connection of dissimilar callbacks. . These are the development files for libsigc++, needed only if you wish to write software which uses it. Package: libsigsegv-dev Description-md5: a7c5d1a301a69ae1ac1dca070c063968 Description-en: Library for handling page faults in a portable way development package GNU libsigsegv is a library that allows handling page faults in a portable way. It is used e.g. for generational garbage collectors and stack overflow handlers. . This package contains the libsigsegv development files. Package: libsigsegv2 Description-md5: a81513d919fc703846690a764e3b9b21 Description-en: Library for handling page faults in a portable way GNU libsigsegv is a library that allows handling page faults in a portable way. It is used e.g. for generational garbage collectors and stack overflow handlers. . This package contains the shared library. Package: libsl0-heimdal Description-md5: 8ffc54745b78f52228abc0c4b0ada710 Description-en: Heimdal Kerberos - SL support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for SL support. Package: libslang2 Description-md5: 63cf6009be68fe5fb7a6729e8527359d Description-en: S-Lang programming library - runtime version S-Lang is a C programmer's library that includes routines for the rapid development of sophisticated, user friendly, multi-platform applications. . This package contains only the shared library libslang.so.* and copyright information. It is only necessary for programs that use this library (such as jed and slrn). If you plan on doing development with S-Lang, you will need the companion -dev package as well. Package: libslang2-dev Description-md5: 9978b57decbe8c7b64fa0e4fd3c9cf8b Description-en: S-Lang programming library, development version S-Lang is a C programmer's library that includes routines for the rapid development of sophisticated, user friendly, multi-platform applications. . The S-Lang library includes the following: * Low level tty input routines for reading single characters at a time. * Keymap routines for defining keys and manipulating multiple keymaps. * A high-level key processing interface (SLkp) for handling function and arrow keys. * High level screen management routines for manipulating both monochrome and color terminals. These routines are very efficient. (SLsmg) * Low level terminal-independent routines for manipulating the display of a terminal. (SLtt) * Routines for reading single line input with line editing and recall capabilities. (SLrline) * Searching functions: both ordinary searches and regular expression searches. (SLsearch) * An embedded stack-based language interpreter with a C-like syntax. Package: libslang2-modules Description-md5: 5f3a6a241f187d1a1bcd067432bac357 Description-en: Shared modules for S-Lang language This package contains dynamically-loaded modules for S-Lang applications. Package: libslang2-pic Description-md5: 6ac39ebfc9448c20f9f8c02ffb8e243b Description-en: S-Lang programming library, shared library subset kit This is used to develop subsets of the S-Lang shared libraries for use on custom installation floppies and in embedded systems. Unless you're making one of those, you won't need this package. Package: libslp-dev Description-md5: e576d5cc2cf3d18eed8ffc6845c4ef8a Description-en: OpenSLP development libraries Service Location Protocol is an IETF standard protocol that is used to discover/advertise services on the network. You can use SLP for anything from locating a suitable printer on your floor to discovering what LDAP directories are available in your organization. This package allows development of SLP applications using the OpenSLP libraries. It includes headers, libraries and links to allow static and dynamic linking. It also includes slptool, a utility to test service advertisement/lookup. The library implements RFC 2614 - An API for Service Location. Package: libslp1 Description-md5: d86e7e071b274afec565db9c2175a43d Description-en: OpenSLP libraries Service Location Protocol is an IETF standard protocol that is used to discover/advertise services on the network. You can use SLP for anything from locating a suitable printer on your floor to discovering what LDAP directories are available in your organization. This package provides the OpenSLP run-time library package that is linked to SLP aware applications. This library implements RFC 2614 - An API for Service Location. Unless there is a SLP DA in the network, you must install the slpd package to be able to advertise the services. Package: libsm-dev Description-md5: aabe94b2c3c6005a8f2ef7690a66644f Description-en: X11 Session Management library (development headers) This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. . This package contains the development headers for the library found in libsm6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libSM Package: libsm6 Description-md5: c37ad7a98c70010172a0350742036878 Description-en: X11 Session Management library This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libSM Package: libsm6-dbg Description-md5: 073ef1b2d38f154572930a125bf8d806 Description-en: X11 Session Management library (debug package) This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. . This package contains the debug versions of the library found in libsm6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libSM Package: libsmbclient Description-md5: 483547748179a567c24665e99ab5439e Description-en: shared library for communication with SMB/CIFS servers This package provides a shared library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Package: libsmbclient-dev Description-md5: d6338d0aed68408023b999dd547aaecf Description-en: development files for libsmbclient This package provides the development files (static library and headers) required for building applications against libsmbclient, a library that enables client applications to talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol. Package: libsndfile1 Description-md5: 67b723b50c9aa944fba48e79d51e9d5c Description-en: Library for reading/writing audio files libsndfile is a library of C routines for reading and writing files containing sampled audio data. . Various versions of WAV (integer, floating point, GSM, and compressed formats); Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files; Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS (.PAF); Apple's Core Audio Format (CAF) and others. Package: libsndfile1-dev Description-md5: 7ff7eba6e64514219e2a1e52dcdffde5 Description-en: Development files for libsndfile; a library for reading/writing audio files libsndfile is a library of C routines for reading and writing files containing sampled audio data. . This is the development version of libsndfile. You will need this only if you intend to compile programs that use this library. Package: libsnmp-dev Description-md5: ebbe562b6f877c886859d7d65518292b Description-en: SNMP (Simple Network Management Protocol) development files The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP development files include the library headers, static libraries, and documentation needed for development of custom SNMP applications. Package: libsnmp-perl Description-md5: 5ee88a696b0fa001f969ddb758d70f1f Description-en: SNMP (Simple Network Management Protocol) Perl5 support The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP Perl5 support files provide the Perl functions for integration of SNMP into applications written in Perl. Package: libsnmp-python Description-md5: 5c78ea4471c165a17eb0e76db000842a Description-en: SNMP (Simple Network Management Protocol) Python support The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP Python support files provide the Python functions for integration of SNMP into applications written in Python. Package: libsnmp15 Description-md5: 6e9915ae8820960c2c2746a9ba442686 Description-en: SNMP (Simple Network Management Protocol) library The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP library contains common functions for the construction, sending, receiving, decoding, and manipulation of the SNMP requests and responses. Package: libsnmp15-dbg Description-md5: 7f74eff910ad4ad61ba8299c0f44666a Description-en: SNMP (Simple Network Management Protocol) library debug The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . This package contains the debug symbols for the Net-SNMP libraries. Package: libsocket6-perl Description-md5: 023d956ac2315679389e2f534b68fddb Description-en: Perl extensions for IPv6 This module supports getaddrinfo() and getnameinfo() to intend to enable protocol independent programming. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included. Package: libsoup-gnome2.4-1 Description-md5: b515da5159368013f8217bb971076081 Description-en: HTTP library implementation in C -- GNOME support library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . The GNOME support library is used for features which are important to GNOME apps, but which require GNOME-specific libraries that non-GNOME apps may not want to add dependencies on. . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the GNOME support shared library. Package: libsoup-gnome2.4-dev Description-md5: 8bbcc9878a5acbda1edbf6af2b9cfb54 Description-en: HTTP library implementation in C -- GNOME support development files It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the Gtk+ programming model (a synchronous operation mode is also supported for those who want it). . The GNOME support library is used for features which are important to GNOME apps, but which require GNOME-specific libraries that non-GNOME apps may not want to add dependencies on. . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the development files for the GNOME support. Package: libsoup2.4-1 Description-md5: 2c47e713d56f9e3d99aa5439f3a11d86 Description-en: HTTP library implementation in C -- Shared library It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the shared library. Package: libsoup2.4-dbg Description-md5: b6f19fa7b941f20d6e990eeed9f11f8d Description-en: HTTP library implementation in C -- debugging symbols It was originally part of a SOAP (Simple Object Access Protocol). implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS. * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the debugging symbols. Package: libsoup2.4-dev Description-md5: 389065cef85cb190f877ff06e29ac787 Description-en: HTTP library implementation in C -- Development files It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. . libsoup uses the Glib main loop and is designed to work well with GTK+ applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the GTK+ programming model (a synchronous operation mode is also supported for those who want it). . Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * Basic client-side SOAP and XML-RPC support . This package contains the development files. Package: libsp1-dev Description-md5: f155b20d2640996751a3638350e98613 Description-en: James Clark's SP suite, developer support This contains include files and the static library for libsp. This C++ library contains entity management functions, parsing functions, and other functions useful for SGML/XML/DSSSL development. . Author: James Clark Homepage: http://www.jclark.com/sp/ Package: libsp1c2 Description-md5: 58caf34eec9288af7b072aa4318bb242 Description-en: Runtime library for James Clark's SP suite This is the SP suite's shared library runtime support. This C++ library contains entity management functions, parsing functions, and other functions useful for SGML/XML/DSSSL development. . This shared library is used by the sp and jade packages, among others. . Author: James Clark Homepage: http://www.jclark.com/sp/ Package: libspectre-dev Description-md5: c12c43ec185711ba54ce7cb86ba2b46c Description-en: Library for rendering PostScript documents - development files libspectre is a small library for rendering PostScript documents. It provides a convenient easy to use API for handling and rendering PostScript documents. . This package contains development files for building software that uses libspectre. Package: libspectre1 Description-md5: 1135f35e0a58fdc60404dfd814435ea7 Description-en: Library for rendering PostScript documents libspectre is a small library for rendering PostScript documents. It provides a convenient easy to use API for handling and rendering PostScript documents. Package: libspectre1-dbg Description-md5: 116d06f6bf0ce5d14dec03403966548e Description-en: Debugging symbols for libspectre libspectre is a small library for rendering PostScript documents. It provides a convenient easy to use API for handling and rendering PostScript documents. . This package contains debugging files used to investigate problems with libspectre. Package: libspeechd-dev Description-md5: b0cbd061ec5ff46814f8d8ed60212ce0 Description-en: Speech Dispatcher: Development libraries and header files 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 static library, and C headers needed for programs linked with the shared or static library. Package: libspeechd2 Description-md5: 86fcde9fb71606efb4e51038d49469ac Description-en: Speech Dispatcher: Shared libraries 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 shared library needed for C programs linked with it. Package: libspeex-dev Description-md5: 062117b1b3154a3cf97900898baf7934 Description-en: The Speex codec library development files Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package provides the speex library headers and development files. Package: libspeex1 Description-md5: f9da73880f1174ecd33b8c03b963867b Description-en: The Speex codec runtime library Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package provides the speex runtime library. Package: libspeexdsp-dev Description-md5: 2f940d6d7f0aec76a3ea6b9d7f54e7fd Description-en: The Speex extended library development files Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package provides the speex extended library headers and development files. Package: libspeexdsp1 Description-md5: da1c671ebad8956544b864bd28b091c6 Description-en: The Speex extended runtime library Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package provides the runtime library of additional functions that are part of the Speex distribution. Package: libspice-protocol-dev Description-md5: 59c305c9662f2ba206e5b14277cce622 Description-en: SPICE protocol headers The Simple Protocol for Independent Computing Environments (SPICE) is a remote display system built for virtual environments which allows you to view a computing 'desktop' environment not only on the machine where it is running, but from anywhere on the Internet and from a wide variety of machine architectures. . This package provides headers defining protocols. Package: libspiro-dev Description-md5: 952f67a120b9cc942aefb9a28b800631 Description-en: a library for curve design (development files) A mechanism for drawing smooth contours with constant curvature at the spline joins. . This package contains the runtime library's development files. Package: libspiro0 Description-md5: 625d9b3cad921035d27dc7f70955bf59 Description-en: a library for curve design A mechanism for drawing smooth contours with constant curvature at the spline joins. . This package contains the runtime library. Package: libspiro0-dbg Description-md5: b9da4d8234f5734f78c224a0abefb9de Description-en: a library for curve design (debugging symbols) A mechanism for drawing smooth contours with constant curvature at the spline joins. . This package contains the debugging symbols for libspiro0. Package: libsqlite3-0 Description-md5: 701b171ca60f3c96227ee4783a35419c Description-en: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-0-dbg Description-md5: 3e3950e32a67b67d9003158e5172bc1d Description-en: SQLite 3 debugging symbols SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the debugging symbols for the libraries. Package: libsqlite3-dev Description-md5: 6387c6fc4f6fed646a1e0a793253786e Description-en: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Package: libsqlite3-tcl Description-md5: cb33fef2641311d660662ee9d18d437c Description-en: SQLite 3 Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Package: libss2 Description-md5: 5d43d32aeb239e1859252b968799dc5b Description-en: command-line interface parsing library This package includes a tool that parses a command table to generate a simple command-line interface parser, the include files needed to compile and use it, and the static libs. . It was originally inspired by the Multics SubSystem library. Package: libss2-dbg Description-md5: e22979de62189e1a28b592416655760a Description-en: debugging information for libss2 This package includes the debug information useful for debugging the ss library, contained in the libss2 package. The debug information is used for execution tracing and core dump analysis. Package: libssh-4 Description-md5: e75c6010850438f6a7ee5716913b7f6a Description-en: tiny C SSH library The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. Package: libssh-dbg Description-md5: 38dd1a1e23b0ea53ef008402fb1f5495 Description-en: tiny C SSH library. Debug symbols The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. . This package contains debug symbols. Package: libssh-dev Description-md5: 07a1d6731cb7c1af3313a9c8a8c5fdca Description-en: tiny C SSH library. Development files The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. . This package contains development files. Package: libssl-dev Description-md5: 3f77df7ec43dcb3f3b73c312168c730e Description-en: SSL development libraries, header files and documentation libssl and libcrypto development libraries, header files and manpages. . It is part of the OpenSSL implementation of SSL. Package: libssl1.0.0 Description-md5: 2e9416e72fb31714d9b26021a3ee7e85 Description-en: SSL shared libraries libssl and libcrypto shared libraries needed by programs like apache-ssl, telnet-ssl and openssh. . It is part of the OpenSSL implementation of SSL. Package: libssl1.0.0-dbg Description-md5: fedfa89ced3aa67317f9dac7ba5308da Description-en: Symbol tables for libssl and libcrypto This package is part of the OpenSSL implementation of SSL. Package: libstartup-notification0 Description-md5: 1b656853c1ea1a80bff6a2dbc9507928 Description-en: library for program launch feedback (shared library) startup-notification is a library which allows programs to give the user visual feedback that they are being launched; this is typically implemented using a busy cursor. This library is currently used by GNOME programs, but is part of the freedesktop.org suite of cross-desktop libraries. . This package contains the shared library. Package: libstartup-notification0-dev Description-md5: e74dde96ef3038679bea5ec038312e1c Description-en: library for program launch feedback (development headers) startup-notification is a library which allows programs to give the user visual feedback that they are being launched; this is typically implemented using a busy cursor. This library is currently used by GNOME programs, but is part of the freedesktop.org suite of cross-desktop libraries. . This package contains the development headers. Package: libstdc++6 Description-md5: 724ab84919e0e220afb960e36463914d Description-en: GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++6-4.4-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: libstdc++6-4.4-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++6-4.4-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++6-4.5-dbg Description-md5: 09c3edab2f7b069890b444b10038151c Description-en: The GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: libstdc++6-4.5-dev Description-md5: 7d61b8d659816ff445d7c82c4d310d33 Description-en: The GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++6-4.5-pic Description-md5: fbb43101b66011ea8a33dadcf90af192 Description-en: The GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++6-4.6-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: libstdc++6-4.6-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++6-4.6-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstonith1 Description-md5: 1532ce4f90f77e4dd7c13b915c5fe298 Description-en: Reusable cluster libraries -- libstonith1 This package contains the stonith library from cluster-glue, the reusable cluster components package. Install it if you want to use the pacemaker cluster manager. Package: libstonith1-dev Description-md5: 927336436b47fff1f7672a1b9994c7be Description-en: Reusable cluster development files -- libstonith1 This package contains the development files of the stonith library from cluster-glue, the reusable cluster components package. Package: libstonithd1 Description-md5: 73b7bdcff32c6a64645d0d106beebb22 Description-en: The Pacemaker libraries - stonith This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the stonith library. Package: libstonithd1-dev Description-md5: 866bcacda5049a039e49a6b60e6e38f7 Description-en: Development file for pacemaker's stonith library This package contains static libraries, symbol files as well as headers provided by the pacemaker cluster manager (stonith). Install it if you want to do development based on pacemaker. Package: libsub-name-perl Description-md5: 4d3c396cd9ef5cce3647113eb96c42e3 Description-en: module for assigning a new name to referenced sub Sub::Name has only one function, which is also exported by default: . subname NAME, CODEREF . Assigns a new name to referenced sub. If package specification is omitted in the name, then the current package is used. The return value is the sub. . The name is only used for informative routines (caller, Carp, etc). You won't be able to actually invoke the sub by the given name. To allow that, you need to do glob-assignment yourself. Package: libsuitesparse-dbg Description-md5: 1dbae7ab283175f04f9b64ff48caf179 Description-en: libraries for sparse matrices computations (debugging symbols) Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following libraries: . AMD approximate minimum degree ordering . CAMD symmetric approximate minimum degree . BTF permutation to block triangular form (beta) . COLAMD column approximate minimum degree ordering . CCOLAMD constrained column approximate minimum degree ordering . CHOLMOD sparse Cholesky factorization . CSparse a concise sparse matrix package . CXSparse CSparse extended: complex matrix, int and long int support . KLU sparse LU factorization, primarily for circuit simulation . LDL a simple LDL' factorization . UMFPACK sparse LU factorization . UFconfig configuration file for all the above packages. . This package contains the debug libraries (stored in /usr/lib/debug). Package: libsuitesparse-dev Description-md5: 37fac9d5f6de4b5d37ee5e7df9f6075c Description-en: libraries for sparse matrices computations (development files) Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following libraries: . AMD approximate minimum degree ordering . CAMD symmetric approximate minimum degree . BTF permutation to block triangular form (beta) . COLAMD column approximate minimum degree ordering . CCOLAMD constrained column approximate minimum degree ordering . CHOLMOD sparse Cholesky factorization . CSparse a concise sparse matrix package . CXSparse CSparse extended: complex matrix, int and long int support . KLU sparse LU factorization, primarily for circuit simulation . LDL a simple LDL' factorization . UMFPACK sparse LU factorization . This package contains the static libraries and header files. Package: libsunpinyin-dev Description-md5: ee0ab4995e882afbb25b83272650b453 Description-en: Simplified Chinese Input Method from SUN (development) Sunpinyin is a statistical language model (SLM) based input method engine for Simplified Chinese, it features full sentence input. . This package contains the development header files that allows others to write their own front-end for sunpinyin. Package: libsunpinyin3 Description-md5: 2097d4efba2fbcf7f271d3f42eb068be Description-en: Simplified Chinese Input Method from SUN (runtime) Sunpinyin is a statistical language model (SLM) based input method engine for Simplified Chinese, it features full sentence input. . This package contains the runtime library. Package: libsvn-dev Description-md5: 8e9e34c74ef113c2db3c8937e66839cf Description-en: Development files for Subversion libraries This package contains the symlinks, headers, and object files needed to compile and link programs which use libsvn1, the Subversion libraries. This package is needed only in order to compile software that uses libsvn1. Package: libsvn-perl Description-md5: 457ae508482666443880fe8931bfa396 Description-en: Perl bindings for Subversion This is a set of Perl interfaces to libsvn, the Subversion libraries. It is useful if you want to, for example, write a Perl script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: libsvn-ruby1.8 Description-md5: 30848be3417f8ca59497570f11b9eae1 Description-en: Ruby bindings for Subversion This is a set of Ruby interfaces to libsvn, the Subversion libraries. It is useful if you want to, for example, write a Ruby script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: libsvn1 Description-md5: 23cafd40f66428eca153524264a794fb Description-en: Shared libraries used by Subversion This package includes shared libraries to manipulate Subversion (svn) repositories and working copies. See the 'subversion' package for more information. Package: libswscale-dev Description-md5: a55cb75a034341d75969ba2ded2674a4 Description-en: Development files for libswscale This is the video scaling library from Libav. . This package contains the header files and static libraries needed to compile applications or shared objects that use libswscale. Package: libswscale2 Description-md5: cf15430f3b343c21cb931feebd79d614 Description-en: Libav video scaling library This is the video software scaling library from Libav. Package: libsybdb5 Description-md5: 29f178ab4ec52996d65073243a0058bf Description-en: libraries for connecting to MS SQL and Sybase SQL servers FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package includes the shared libraries for the Sybase DB-Lib API. Package: libsyncdaemon-1.0-1 Description-md5: 81a465275e49c3cfa1083917ae9ca177 Description-en: Ubuntu One synchronization daemon library Ubuntu One is a suite of on-line services. This package provides the C library for the Ubuntu One file storage and sharing synchronization daemon. Package: libsyncdaemon-1.0-dev Description-md5: 5f8e8e12d0c4b2e856694b931648eaa5 Description-en: Ubuntu One synchronization daemon library Ubuntu One is a suite of on-line services. This package provides the C library for the Ubuntu One file storage and sharing synchronization daemon development files. Package: libsysfs-dev Description-md5: 48efb28cae29a6158cfd77dbcbf6161f Description-en: interface library to sysfs - development files Sysfs is a virtual file system in Linux kernel 2.5+ that provides a tree of system devices. libsysfs provides a stable programming interface to sysfs and eases querying system devices and their attributes. . This package provides everything that is needed for developing own programs using libsysfs: C headers, a static library, documentation and example programs. Package: libsysfs2 Description-md5: beea9a89080e1a346e148d9e6bdc4fa1 Description-en: interface library to sysfs Sysfs is a virtual file system in Linux kernel 2.5+ that provides a tree of system devices. libsysfs provides a stable programming interface to sysfs and eases querying system devices and their attributes. . The package sysfsutils contains frontend programs that use this library. Development files and C examples are provided by the package libsysfs-dev. Package: libt1-5 Description-md5: 6054872dd8ea2995d1fb43e82bc5f11c Description-en: Type 1 font rasterizer library - runtime T1lib is an enhanced rasterizer for Type 1 fonts. . T1lib is based on the X11R5 font rasterizer code, but operates independently of X11. It includes many enhancements, including underlining, antialiasing, user-defined slant and extension factors, and rotation. . This package contains the shared libraries needed to run programs using T1lib. Package: libt1-5-dbg Description-md5: 91d6e0d47644b5830b80355301f88ab6 Description-en: Type 1 font rasterizer library - debugging runtime T1lib is an enhanced rasterizer for Type 1 fonts. . T1lib is based on the X11R5 font rasterizer code, but operates independently of X11. It includes many enhancements, including underlining, antialiasing, user-defined slant and extension factors, and rotation. . This package contains debugging information. Package: libt1-dev Description-md5: d31783ce92d7638c4b0e560caa634570 Description-en: Type 1 font rasterizer library - development T1lib is an enhanced rasterizer for Type 1 fonts. . T1lib is based on the X11R5 font rasterizer code, but operates independently of X11. It includes many enhancements, including underlining, antialiasing, user-defined slant and extension factors, and rotation. . This package contains the header files and static libraries needed to develop programs using T1lib. . Please note, that PDF documentation is placed in libt1-doc Package: libtag1-dev Description-md5: d34cdcbad6846606db4ad975447ac7a4 Description-en: audio meta-data library - development files 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 TrueAudio, WAV, AIFF, MP4 and ASF files. . This is the development package which contains headers and static libraries for the TagLib Audio Meta-Data Library. Package: libtag1-rusxmms Description-md5: 536f4e124bf1bc930670fb433c11229f Description-en: audio meta-data library - RusXMMS flavour 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 TrueAudio, WAV, AIFF, MP4 and ASF files. . This is the RusXMMS flavour of the TagLib Audio Meta-Data Library. It is patched with RusXMMS patch and adds support for autodetection of cyrillic encodings under Russian/Ukrainian/Belarusian locales. Package: libtag1-vanilla Description-md5: d8aea283dae49f669156c717beff5fbc Description-en: audio meta-data library - vanilla flavour 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 TrueAudio, WAV, AIFF, MP4 and ASF files. . This is the runtime package for programs that use the TagLib Audio Meta-Data Library. This package contains original and unpatched flavour of the library. Package: libtag1c2a Description-md5: 5434dbe913e9ab3fe75ceb5220674d8f Description-en: audio meta-data library 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 TrueAudio, WAV, AIFF, MP4 and ASF files. . This package is the main metapackage for the TagLib Audio Meta-Data Library. Packages using TagLib should depend on this package rather than specific TagLib flavour. Vanilla (original) flavour is default. Alternatively you may install RusXMMS flavour which can be found in the libtag1-rusxmms package. Package: libtagc0 Description-md5: e5dbb757763a107a2b0392ab7d948f23 Description-en: audio meta-data library - C bindings 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 TrueAudio, WAV, AIFF, MP4 and ASF files. . This is the runtime package for programs that use the TagLib Audio Meta-Data Library (C bindings). Package: libtagc0-dev Description-md5: a5b50fc9f0f6193047b8a6f71adb0d7a Description-en: audio meta-data library - development files for C bindings 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 TrueAudio, WAV, AIFF, MP4 and ASF files. . This is the development package which contains headers and static libraries for the TagLib Audio Meta-Data Library (C bindings). Package: libtagcoll2-dev Description-md5: 4f0bb748070edb127d52d61cbbb2702d Description-en: Functions used to manipulate tagged collections (development version) Tagged collections are collections of items tagged with multiple categories. libtagcoll provides general infrastructure to handle tagged collection data, plus various kind of tagged collection manipulation functions: . * apply various kinds of transformations to the collection; * generate and apply tag patches; * discover and show implicit hierarchical relationships between tags; * organize the collection in an intuitively navigable hierarchy. * keep an on-disk index of the tag data . Warning: the API has not yet been stabilized and is subject to change in future versions. This is why the library is distributed in a -dev package only. Package: libtalloc-dev Description-md5: 41677e6816a10958e5b86e549c6ecf01 Description-en: hierarchical pool based memory allocator - development files A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the development files. Package: libtalloc2 Description-md5: 23f3872767580f46840e3abd41107394 Description-en: hierarchical pool based memory allocator A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. Package: libtalloc2-dbg Description-md5: 807bdd376662c5eef0feac49164723cc Description-en: hierarchical pool based memory allocator - debug symbols A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the debug symbols. Package: libtasn1-3 Description-md5: 535058cbce5722d1c5d399c0854dd71f Description-en: Manage ASN.1 structures (runtime) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains runtime libraries. Package: libtasn1-3-bin Description-md5: 732971f746a6a2ec0311889ae799da20 Description-en: Manage ASN.1 structures (binaries) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains programs to encode, decode and parse asn1 data structures. Package: libtasn1-3-dbg Description-md5: 67fb96d4e0d5f10a38b9e0c4455c5c29 Description-en: Manage ASN.1 structures (debugging symbols) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains symbol files for debugging. Package: libtasn1-3-dev Description-md5: b706df99ecc890cee403a672ad9b84df Description-en: Manage ASN.1 structures (development) Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values . This package contains header files and libraries for static linking. Package: libtcltk-ruby1.8 Description-md5: 48456af265ae8a515e66a74dc7be54c9 Description-en: Tcl/Tk interface for Ruby 1.8 tcltklib is an extension library for Ruby 1.8. It makes Ruby 1.8 programs to be able to use low level interface for the Tcl/Tk. Package: libtdb-dev Description-md5: 2db2deda00827a5a869d0647c19be720 Description-en: Trivial Database - development files This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the development files. Package: libtdb1 Description-md5: 0f3fcc8a1c8e6b3b4c956fdf394636a6 Description-en: Trivial Database - shared library This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the shared library file. Package: libtdb1-dbg Description-md5: d4b3d4aac20f22e37a8477db996c7bb5 Description-en: Trivial Database - debug symbols This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the debug symbols. Package: libtelepathy-farsight-dev Description-md5: 0e283d4ae4729396c6fa496d0215ff22 Description-en: Glue library between telepathy and farsight2 (development files) A helper library to glue together Telepathy's media signalling and the media streaming capabilities of Farsight2 . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. . Farsight2 is a framework for media streaming in audio/video conferences. . This package contains development files for the telepathy-farsight library. Package: libtelepathy-farsight0 Description-md5: fd227cb6d86e747f7623aff9d46885e4 Description-en: Glue library between telepathy and farsight2 Telepathy-Farsight is a helper library to glue together Telepathy's media signalling and the media streaming capabilities of Farsight2. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. . Farsight2 is a framework for media streaming in audio/video conferences. . This package contains the core telepathy-farsight library. Package: libtelepathy-farsight0-dbg Description-md5: 07e0eaec98e19259b22947f4d2d8bee5 Description-en: Glue library between telepathy and farsight2 (debug symbols) Telepathy-Farsight is a helper library to glue together Telepathy's media signalling and the media streaming capabilities of Farsight2. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. . Farsight2 is a framework for media streaming in audio/video conferences. . This package contains debugging symbols for the telepathy-farsight library. Package: libtelepathy-glib-dev Description-md5: cecc48489d9277257f3e75f69d84e5a8 Description-en: GLib Telepathy connection manager library (headers) This package contains development files for telepathy-glib, a GLib-based library for Telepathy components. . Vala bindings are also included; the Vala bindings are currently considered to be experimental by the maintainers of telepathy-glib, and might receive incompatible changes until at least telepathy-glib 0.14.0. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: libtelepathy-glib0 Description-md5: bbae6d3ff9e905985fa54ab934ff329f Description-en: Telepathy framework - GLib library This package contains telepathy-glib, a GLib-based library for Telepathy components. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: libtelepathy-glib0-dbg Description-md5: 0cfc4d9765b9f67c68f2d8cb09d8c803 Description-en: GLib Telepathy library (debug symbols) This package contains support for debugging programs that use telepathy-glib, a GLib-based library for Telepathy components. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: libtelepathy-logger-dev Description-md5: 7423195bf5dc867605a3c6aa1b016cad Description-en: Telepathy logger service -- utility library (headers) This package contains development files for the Telepathy logger utility library . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: libtelepathy-logger2 Description-md5: 2cfae4fc7dd895b9280f68c4b8dd2025 Description-en: Telepathy logger service - utility library This package contains a utility library to access Telepathy log files . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: libtelepathy-logger2-dbg Description-md5: 7a74f634d7008640b32af72d23d34000 Description-en: Telepathy logger service -- debug symbols This package contains support for debugging programs that use the Telepathy logger library and for the Telepathy logger daemon. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: libtemplate-perl Description-md5: 1daadd8d685b0f461b0eedf4b1688967 Description-en: template processing system written in perl The Template Toolkit is a fast, powerful, flexible, and easily extensible template processing system written in Perl. It is ideally suited for (but not limited) to the creation of static and dynamic web content. It includes support for all standard templating directives and many additional features including output filtering, exception handling, macro definition, support for plugin objects, definition of template metadata, embedded Perl code, and much more. . This package contains the 'tpage' and 'ttree' executables which serve as simple, powerful tools in the creation of static content without any prerequisite knowledge of Perl. It also contains an extensive set of Perl modules ideally suited to act as a templating system in the dynamic creation of web content. . Excellent offline batch processing makes it ideal for generating non-web-based content including POD, LaTeX, PostScript, and plain text from source templates. . This package includes the HTML and Postscript template libraries which provide a number of basic templates for use in building pages in these forms. . This package also includes Doug Steinwand's high-speed drop-in replacement for Template::Stash written in Perl XS. Package: libterm-readkey-perl Description-md5: 76c8fa19ebae015f5cae3d497a50c0d5 Description-en: A perl module for simple terminal control Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.,) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelyhood of it working. Package: libterm-size-perl Description-md5: e3cb49f55f5dda791bf393fa15893ab1 Description-en: Perl extension for retrieving terminal size Term::Size is a Perl module which provides a straightforward way to retrieve the terminal size. Package: libtext-charwidth-perl Description-md5: 155ed3cc0b2affad276a4e9bc4bfcabc Description-en: get display widths of characters on the terminal This module permits perl software to get the display widths of characters and strings on the terminal, using wcwidth() and wcswidth() from libc. . It provides mbwidth(), mbswidth(), and mblen(). Package: libtext-csv-xs-perl Description-md5: d1ac3f3bfe33a139a37c7882eb4bf589 Description-en: Perl C/XS module to process Comma-Separated Value files Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. This module can combine fields into a CSV string and, correspondingly, parse a CSV string back into fields. . Text::CSV (see libtext-csv-perl) is a wrapper module which will automatically select the most appropriate implementation for your configuration. Package: libtext-iconv-perl Description-md5: 8e6cb62ac5fbe43773ef5bd2c1cccfc1 Description-en: converts between character sets in Perl The iconv() family of functions from XPG4 define an API for converting between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They are provided by libc6. . This package allows access to them from Perl via the Text::Iconv package. Package: libtextcat-dev Description-md5: 87edc5d59696194258e4d69ec181186b Description-en: Language detection library - development files Libtextcat is a library with functions that implement the classification technic described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy. . This package provides the files needed for building packages which use libtextcat. Package: libtextcat0 Description-md5: 75c90feefac0bbf9bb4b541f434c1217 Description-en: Language detection library Libtextcat is a library with functions that implement the classification technic described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy. Package: libtextwrap-dev Description-md5: c51099bbc17a2a3b0334e07f4cd5e364 Description-en: text-wrapping library with i18n - development files Text-wrapping (or line-folding) library for displaying a string on the terminal. This supports i18n (internationalization), i.e, automatic locale-encoding detection, multibyte encoding (such as UTF-8, EUC-JP, and so on), fullwidth characters (occupying two columns per one character, like CJK Ideogram), combining characters (occupying zero columns per one character, like Thai and diacritical marks), and languages which do not use whitespaces between words (like Chinese and Japanese). . This package contains files needed for development using this library. Package: libtextwrap1 Description-md5: 89e2d4016bf3c5a25b2992b7772fafc9 Description-en: text-wrapping library with i18n - runtime Text-wrapping (or line-folding) library for displaying a string on the terminal. This supports i18n (internationalization), i.e, automatic locale-encoding detection, multibyte encoding (such as UTF-8, EUC-JP, and so on), fullwidth characters (occupying two columns per one character, like CJK Ideogram), combining characters (occupying zero columns per one character, like Thai and diacritical marks), and languages which do not use whitespaces between words (like Chinese and Japanese). Package: libthai-dev Description-md5: be71b69519a6b40480d0c4a1bf3861a4 Description-en: Development files for Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains the development libraries and header files you need to develop your programs using the LibThai library. Package: libthai0 Description-md5: 437ad20dc3747118df4e5d831f1aba2b Description-en: Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains the shared libraries needed to run programs that use the LibThai library. Package: libtheora-bin Description-md5: ddf8d9b45dc5070382c570ccc755c4d1 Description-en: The Theora Video Compression Codec (example encoder, decoder) Theora is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed video format. . This package contains a reference implementation of an encoder and a decoder. Package: libtheora-dbg Description-md5: 459ace8e2ce2ea2b8674a2dd38e9c7f6 Description-en: The Theora Video Compression Codec (debug) Theora is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed video format. . This package contains debugging symbols useful for tracking bugs in libtheora software. Package: libtheora-dev Description-md5: 16f0875914d7c1fc496fec82120f4b4f Description-en: The Theora Video Compression Codec (development files) Theora is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed video format. . This package contains the header files needed to develop applications with libtheora. Package: libtheora0 Description-md5: c37a4102e57b2fcfab0c62a89e250415 Description-en: The Theora Video Compression Codec Theora is an open video codec being developed by the Xiph.org Foundation as part of their Ogg project. Theora is originally derived from On2's VP3 codec, and has improved on it significantly with the merging of code from the Thusnelda branch. Package: libtidy-0.99-0 Description-md5: 208f4f5c33e9c2624a2fbeadc62e795d Description-en: HTML syntax checker and reformatter - library Corrects markup in a way compliant with the latest standards, and optimal for the popular browsers. It has a comprehensive knowledge of the attributes defined in the HTML 4.0 recommendation from W3C, and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022 family of 7-bit encodings. In the output: . * HTML entity names for characters are used when appropriate. * Missing attribute quotes are added, and mismatched quotes found. * Tags lacking a terminating '>' are spotted. * Proprietary elements are recognized and reported as such. * The page is reformatted, from a choice of indentation styles. . Tidy is a product of the World Wide Web Consortium. Package: libtidy-dev Description-md5: 46ac8dcd2a7d0011df3e6e8d9d15a652 Description-en: HTML syntax checker and reformatter - development Corrects markup in a way compliant with the latest standards, and optimal for the popular browsers. It has a comprehensive knowledge of the attributes defined in the HTML 4.0 recommendation from W3C, and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022 family of 7-bit encodings. In the output: . * HTML entity names for characters are used when appropriate. * Missing attribute quotes are added, and mismatched quotes found. * Tags lacking a terminating '>' are spotted. * Proprietary elements are recognized and reported as such. * The page is reformatted, from a choice of indentation styles. . Tidy is a product of the World Wide Web Consortium. Package: libtiff-opengl Description-md5: 8b1debea0e0eac5de9dc7eb9a32524a2 Description-en: TIFF manipulation and conversion tools libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package contains libtiff tools that depend upon opengl. It complements the libtiff-tools package, which contains the libtiff tools that don't depend upon opengl. Package: libtiff-tools Description-md5: f333fccce3ca049190b80f117d3faa92 Description-en: TIFF manipulation and conversion tools libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes tools for converting TIFF images to and from other formats and tools for doing simple manipulations of TIFF images. See also libtiff-opengl. Package: libtiff4 Description-md5: bdf182da5cc17db1c9eb4ccb03647efc Description-en: Tag Image File Format (TIFF) library libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the shared library. Package: libtiff4-dev Description-md5: 9da8bcdaa4c04ca6ee4ae233236c1927 Description-en: Tag Image File Format library (TIFF), development files libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the development files, static library, and header files. Package: libtiffxx0c2 Description-md5: 3947dc613cbd7efbe601b6c89e20c44f Description-en: Tag Image File Format (TIFF) library -- C++ interface libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the shared library for the experimental C++ interfaces. Package: libtimezonemap1 Description-md5: 68bf660fca1f57fed3f2f66e19a091a1 Description-en: GTK+3 timezone map widget Timezone map widget for GTK+3 Package: libtimezonemap1-dev Description-md5: e9452a2add044380ccdd472c39751e74 Description-en: GTK+3 timezone map widget - development files Timezone map widget for GTK+3 . This package contains files that are needed to build applications. Package: libtinfo-dev Description-md5: 9b28f3e754af5528e34809ef3110fdc8 Description-en: developer's library for the low-level terminfo library The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the static library and symbolic link that developers using the low-level terminfo library will need. Packages should not build-depend on this package. Package: libtinfo5 Description-md5: f681846d99e5156a0882bb53c35d3244 Description-en: shared low-level terminfo library for terminal handling The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the shared low-level terminfo library. Package: libtinfo5-dbg Description-md5: cca02aa911a3b2e5b29be04f528843e8 Description-en: debugging/profiling library for the low-level terminfo library The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains a special library version of the low-level terminfo library suitable for debugging and profiling. Also included are detached debugging symbols for libtinfo5. Package: libtirpc-dev Description-md5: 1e138bf6ab465b80331064d038e39cf1 Description-en: transport-independent RPC library - development files This package contains a port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6. . This package contains the files needed for development against libtirpc. Package: libtirpc1 Description-md5: 604bfb6c9b5f2aed27c76dfa111bffcf Description-en: transport-independent RPC library This package contains a port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6. Package: libtokyocabinet-dbg Description-md5: 727d4ebf8a4dae924283dc9f3c6f645d Description-en: Tokyo Cabinet Database Libraries [runtime] Tokyo Cabinet is an efficient database library like GDBM and NDBM. It features hash database and B+ tree database and is developed as the successor of QDBM, for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. . This is the debugging symbols for the Tokyo Cabinet database library. Package: libtokyocabinet-dev Description-md5: 2a1742bf62ab15f56ab196280fc1f03f Description-en: Tokyo Cabinet Database Libraries [development] This is the development package which contains headers and static libraries for the Tokyo Cabinet database library. Package: libtokyocabinet8 Description-md5: d03fbff99533a07c1e71b74aee3e94ef Description-en: Tokyo Cabinet Database Libraries [runtime] Tokyo Cabinet is an efficient database library like GDBM and NDBM. It features hash database and B+ tree database and is developed as the successor of QDBM, for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. . This is the runtime package for programs that use the Tokyo Cabinet database library. Package: libtommath-dev Description-md5: 0fd88de1437119c6fd98ada3631675d8 Description-en: multiple-precision integer library [development files] LibTomMath is a C language library that provides a vast array of highly optimized functions for number theory; including: . * Simple Algebra (Addition, Subtraction, Multiplication, Division) * Digit Manipulation (shift, binary AND/OR/XOR) * Modular Reduction (Barrett, Montgomery, DR, 2k) * Number Theory - Greatest Common Divisor - Least Common Multiple - Jacobi Symbol Computation - Multiplicative Inverse - Modular Exponentiation - Fermat & Miller-Rabin Primality Tests * Miscellaneous - Root finding over Z - Pseudo-random integers - Signed & Unsigned comparisons - Karatsuba and Toom-Cook multiplication algorithms - Fast Comba based Multiplier, Squaring and Montgomery routines . This package contains the files needed to create programs that use LibTomMath. It is not needed to merely execute programs that use LibTomMath. Package: libtommath0 Description-md5: 3cf62afb483238029a5473509dc51cb1 Description-en: multiple-precision integer library [runtime] LibTomMath is a C language library that provides a vast array of highly optimized functions for number theory; including: . * Simple Algebra (Addition, Subtraction, Multiplication, Division) * Digit Manipulation (shift, binary AND/OR/XOR) * Modular Reduction (Barrett, Montgomery, DR, 2k) * Number Theory - Greatest Common Divisor - Least Common Multiple - Jacobi Symbol Computation - Multiplicative Inverse - Modular Exponentiation - Fermat & Miller-Rabin Primality Tests * Miscellaneous - Root finding over Z - Pseudo-random integers - Signed & Unsigned comparisons - Karatsuba and Toom-Cook multiplication algorithms - Fast Comba based Multiplier, Squaring and Montgomery routines . This package contains the library itself which is need to run programs that use LibTomMath. Package: libtool Description-md5: 40ea3da4a4ea75419ad95742898b3e52 Description-en: Generic library support script This is GNU libtool, a generic library support script. Libtool hides the complexity of generating special library types (such as shared libraries) behind a consistent interface. To use libtool, add the new generic library building commands to your Makefile, Makefile.in, or Makefile.am. See the documentation for details. Libtool supports building static libraries on all platforms. . Libtool supports generation of C, C++, Fortran and Java libraries. Package: libtotem-dev Description-md5: cbd1630a5c624a696bd62e8f0b2a7532 Description-en: Main library for the Totem media player - development files This package contains development files for the Totem media player library. . You may need it to develop plugins for Totem. Package: libtotem-plparser-dbg Description-md5: eddae4a89a8c6c09b73249625c695040 Description-en: Totem Playlist Parser library - debugging symbols totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those. . This package contains the debugging symbols. Package: libtotem-plparser-dev Description-md5: e297d53f3653c396ebb78c4a437482a6 Description-en: Totem Playlist Parser library - development files totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those. . This package contains the development headers and documentation. Package: libtotem-plparser17 Description-md5: a254878bc64375f8733040011cc7dc29 Description-en: Totem Playlist Parser library - runtime files totem-pl-parser is a simple GObject-based library to parse a host of playlist formats, as well as save those. . This package contains the shared library. Package: libtotem0 Description-md5: 7d2aeb5ec1c18da8164341eae2c62153 Description-en: Main library for the Totem media player This package contains the main library used by the Totem media player. It is used both by the media player itself and by the plugins. . This library is only useful within Totem. You should not have to manually install this package. Package: libtransitioner1 Description-md5: 78c6e8acb8f5de45ad50b900c90fafa9 Description-en: The Pacemaker libraries - transitioner This package contains some of the libraries provided by and needed for the pacemaker cluster manager. You need to install them if you intend to run pacemaker. Specifically, this package contains the transitioner library. Package: libtransitioner1-dev Description-md5: 10d7a2c733c5b75c4ca941b7388adbbe Description-en: Development file for pacemaker's transitioner library This package contains static libraries, symbol files as well as headers provided by the pacemaker cluster manager (transitioner). Install it if you want to do development based on pacemaker. Package: libts-0.0-0 Description-md5: 854ca843ca2a24dce0ea0733fc172061 Description-en: touch screen library Tslib is an abstraction layer for touchscreen panel events, as well as a filter stack for the manipulation of those events. Examples of implemented filters include jitter smoothing and the calibration transform. Package: libts-0.0-0-dbg Description-md5: aaa5f4485ffd6b085846b6e46bc7d5a6 Description-en: touch screen library debug symbols Tslib is an abstraction layer for touchscreen panel events, as well as a filter stack for the manipulation of those events. . This package contains the debug symbols. Package: libts-bin Description-md5: 713dec46e314c60862b5e40945bd8bae Description-en: touch screen library utilities Tslib is an abstraction layer for touchscreen panel events, as well as a filter stack for the manipulation of those events. . This package contains a few test programs like ts_calibrate that can be useful when developing or testing application using touch screens. Package: libts-dev Description-md5: dd5c4218ff33d5c8d62152dc2f7c6f2b Description-en: touch screen library, development files Tslib is an abstraction layer for touchscreen panel events, as well as a filter stack for the manipulation of those events. . This package contains the static library and header files used in development. Package: libtspi-dev Description-md5: 7151dc43aab94706e767892365045c17 Description-en: open-source TCG Software Stack (development) TrouSerS is an implementation of the Trusted Computing Group's Software Stack (TSS) specification. You can use TrouSerS to write applications that make use of your TPM hardware. TPM hardware can create, store and use RSA keys securely (without ever being exposed in memory), verify a platform's software state using cryptographic hashes and more. . This package contains the development files. Package: libtspi1 Description-md5: b46c696c49355b278d5160ca11e77907 Description-en: open-source TCG Software Stack (library) TrouSerS is an implementation of the Trusted Computing Group's Software Stack (TSS) specification. You can use TrouSerS to write applications that make use of your TPM hardware. TPM hardware can create, store and use RSA keys securely (without ever being exposed in memory), verify a platform's software state using cryptographic hashes and more. . This package contains the library. Package: libubuntuone-1.0-1 Description-md5: 625b95bb46b64b7450473d884b39505b Description-en: Ubuntu One widget library This library contains GTK widgets needed for integration of Ubuntu One functionalities into GTK applications. Package: libubuntuone-dev Description-md5: 442f98f936384de893e82489f05e73a3 Description-en: Ubuntu One widget library This library contains GTK widgets needed for integration of Ubuntu One functionalities into GTK applications. . This package contains the development files. Package: libudev-dev Description-md5: abde26c45e509193a7e32fa68cb9ae42 Description-en: udev library (development files) libudev provides a set of functions for accessing the udev database and querying sysfs. . This package provides a static library and C header files. Package: libudev0 Description-md5: ba1b55d68150d3122669d1c09904cf13 Description-en: udev library libudev provides a set of functions for accessing the udev database and querying sysfs. Package: libudf-dev Description-md5: eba99eb045f51267e42cf3d0a668a96c Description-en: library to work with UDF filesystems (development files) This package contains development files (headers and static library) for the libudf library. . This library is made to read and write UDF filesystems; those filesystems are mainly used on DVDs. Package: libudf0 Description-md5: 01adae615002a974b055f09ce3aca55c Description-en: library to work with UDF filesystems This library is made to read and write UDF filesystems; those filesystems are mainly used on DVDs. Package: libumfpack5.4.0 Description-md5: 6b5cd8bc82b6a25890f5ace9d9937b82 Description-en: sparse LU factorization library Suitesparse is a collection of libraries for computations involving sparse matrices. This package includes the following dynamic library: . UMFPACK sparse LU factorization Package: libunicode-map8-perl Description-md5: 5c749eaf49facf816ecb44c5e841d059 Description-en: module to map 8bit character sets to Unicode Unicode::Map8 is a Perl module that implements efficient mapping tables for conversion between 8-bit character sets and 16 bit Unicode. There are about 170 mapping tables between various character sets, based on vendor mapping tables provided by Unicode, Inc. and code tables in RFC1345. Package: libunicode-string-perl Description-md5: 8a113d24b6f7b932bed6d7b198381cff Description-en: Older Perl modules for Unicode string manipulation This package provides Unicode::String, which manipulates strings of characters in various Unicode representations, and Unicode::CharName, which maps Unicode characters to official character names. . These modules predate native Unicode support inside Perl. Normally, the integrated Perl Unicode support and modules such as Encode should be used instead of these modules. They are provided primarily for their additional utility functions and to support other Perl code with dependencies on these modules. Be aware that Unicode::CharName only includes Unicode characters up to Unicode 4.1 and the character name tables included with Perl are more complete. Package: libuninameslist-dev Description-md5: 3836013bf33b17ebe560be6de1e7cc14 Description-en: a library of Unicode annotation data (development files) The library contains a large array with one entry for each unicode code point (U+0000 - U+10FFFF). Each entry contains two strings, a name and an annotation. The library also contains a list of all the Unicode blocks. . This package contains the runtime library's development files. Package: libuninameslist0 Description-md5: 2ca2878041447687b36b5e3550f0b9ce Description-en: a library of Unicode annotation data The library contains a large array with one entry for each unicode code point (U+0000 - U+10FFFF). Each entry contains two strings, a name and an annotation. The library also contains a list of all the Unicode blocks. . This package contains the runtime library. Package: libunique-1.0-0 Description-md5: c9a904ea2ae3ba5f0fdfe69ab466dfaa Description-en: Library for writing single instance applications - shared libraries Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. . Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side. . This package contains the shared libraries. Package: libunique-3.0-0 Description-md5: c9a904ea2ae3ba5f0fdfe69ab466dfaa Description-en: Library for writing single instance applications - shared libraries Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. . Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side. . This package contains the shared libraries. Package: libunique-3.0-dev Description-md5: 51e77def53a11cb57b60fdf525eea7ec Description-en: Library for writing single instance applications - development files Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. . Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side. . This package contains the headers and development libraries needed to build applications using the Unique library Package: libunique-dev Description-md5: 51e77def53a11cb57b60fdf525eea7ec Description-en: Library for writing single instance applications - development files Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. . Unique makes it easy to write this kind of applications, by providing a base class, taking care of all the IPC machinery needed to send messages to a running instance, and also handling the startup notification side. . This package contains the headers and development libraries needed to build applications using the Unique library Package: libunistring-dev Description-md5: 4cb6f307da8ff81023eda5dc8286af44 Description-en: Unicode string library for C - development files The 'libunistring' library implements Unicode strings (in the UTF-8, UTF-16, and UTF-32 encodings), together with functions for Unicode characters (character names, classifications, properties) and functions for string processing (formatted output, width, word breaks, line breaks, normalization, case folding, regular expressions). . This package contains the development support files needed to compile and link against libunistring, as well as the documentation in Info and HTML format. Package: libunistring0 Description-md5: b202dbec3da512fe5ff554ac46cd2451 Description-en: Unicode string library for C The 'libunistring' library implements Unicode strings (in the UTF-8, UTF-16, and UTF-32 encodings), together with functions for Unicode characters (character names, classifications, properties) and functions for string processing (formatted output, width, word breaks, line breaks, normalization, case folding, regular expressions). . This package contains the shared library. Package: libunity-2d-private-dev Description-md5: 8fd4d44664717b24809c922281940c01 Description-en: Unity 2D shared library - development files This library is used to host common code used by several Unity 2D components It is only used internally, there is no use case for it outside of the unity-2d project. . This package contains the development header files. Package: libunity-2d-private0 Description-md5: df0b49873d96599dca118eca2dce39fa Description-en: Unity 2D shared library This library is used to host common code used by several Unity 2D components It is only used internally, there is no use case for it outside of the unity-2d project. Package: libunity-core-4.0-4 Description-md5: 4559f78293bca46a2c022e2408cacbe0 Description-en: Core library for the Unity interface. Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. . This package contains shared libraries to be used by unity-3d and unity-2d. Package: libunity-core-4.0-dev Description-md5: 85f9eb99aeb29f5a21510e006b7b0243 Description-en: Core library for the Unity interface - development files Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. . This package contains development files for libraries to be used by unity-3d and unity-2d. Package: libunity-dev Description-md5: 940646542d41ed6501a55676f7cc379f Description-en: binding to get places into the launcher - development files libunity is a shared library to be able to interact with the launcher and add places in Unity environment. . This package contains files that are needed to build applications. Package: libunity-misc-dev Description-md5: be205441b197c106735472a240f3781f Description-en: Miscellaneous functions for Unity - development files libunity-misc is a shared library that provides miscellaneous functions for Unity. . This package contains files that are needed to build applications. Package: libunity-misc4 Description-md5: bb4bad60843732bf6465ea6c2b39f009 Description-en: Miscellaneous functions for Unity - shared library libunity-misc is a shared library that provides miscellaneous functions for Unity. . This package contains shared libraries to be used by application. Package: libunity6 Description-md5: 0bdcbe46903d5a11a88d8cfa7be5f803 Description-en: binding to get places into the launcher - shared library libunity is a shared library to be able to interact with the launcher and add places in Unity environment. . This package contains shared libraries to be used by applications. Package: libupower-glib-dev Description-md5: e299324721dc2f58c6699cd68634ba38 Description-en: abstraction for power management - development files upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. . This package contains files that are needed to build applications. Package: libupower-glib1 Description-md5: 11709d9e0d03275e3ab6991c83469900 Description-en: abstraction for power management - shared library upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. . This package contains the shared library to be used by applications. Package: libupsclient1 Description-md5: 114740a1a3e95f3f3ca2a9ad68b740a7 Description-en: network UPS tools - client library Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. . This package provides the shared client library. Package: libupsclient1-dev Description-md5: 250337065f929786472de73f6a87196b Description-en: network UPS tools - development files Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. . This package provides the development files. Package: libusb++-0.1-4c2 Description-md5: 44674ccce2eee0070286abdd31c4b3e0 Description-en: userspace C++ USB programming library Library for programming USB applications without the knowledge of Linux kernel internals. This is only for programs which use the C++ interface. Package: libusb++-dev Description-md5: f343c7e02c19529ec1dc21b87440eb58 Description-en: userspace C++ USB programming library development files Library for programming USB applications without the knowledge of Linux kernel internals. This is only for programs which use the C++ interface. Package: libusb-0.1-4 Description-md5: df65c70347ceff88b808787853da75d0 Description-en: userspace USB programming library Library for programming USB applications without the knowledge of Linux kernel internals. Package: libusb-1.0-0 Description-md5: df65c70347ceff88b808787853da75d0 Description-en: userspace USB programming library Library for programming USB applications without the knowledge of Linux kernel internals. Package: libusb-1.0-0-dev Description-md5: 81ea89c5f13755e20b5bd0e8c61db27b Description-en: userspace USB programming library development files Library for programming USB applications without the knowledge of Linux kernel internals. Package: libusb-dev Description-md5: 81ea89c5f13755e20b5bd0e8c61db27b Description-en: userspace USB programming library development files Library for programming USB applications without the knowledge of Linux kernel internals. Package: libusbmuxd-dev Description-md5: 9f61258d5ec2de1b9f68ed3c9cc3de94 Description-en: USB multiplexor daemon for iPhone and iPod Touch devices - devel usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package contains the development files. Package: libusbmuxd1 Description-md5: a758250e6a9071eca15221f3c421e4fa Description-en: USB multiplexor daemon for iPhone and iPod Touch devices - library usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package contains the shared library. Package: libusbmuxd1-dbg Description-md5: e7266aa13497f0f4c4061a6ece8d7209 Description-en: USB multiplexor daemon for iPhone and iPod Touch devices - debug usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package contains the debugging symbols. Package: libutempter-dev Description-md5: 43b68f72bef1bc02cc7b02db6473a7ad Description-en: A privileged helper for utmp/wtmp updates (development) The libutempter library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files. . This package contains development files required to build utempter-based software. Package: libutempter0 Description-md5: b081753f0ead8baa651aa69cdcf0807a Description-en: A privileged helper for utmp/wtmp updates (runtime) The libutempter library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files. . The utempter is a privileged helper used by libutempter library to manipulate utmp and wtmp files. Package: libutouch-evemu-dev Description-md5: 014a69362d5b3a9da1024f2e1badf2ee Description-en: Kernel Device Emulation Library - dev files The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. . This package contains files that are needed to build applications. Package: libutouch-evemu1 Description-md5: 9786a3528ce479615453713b86a3b9e3 Description-en: Kernel Device Emulation Library The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. Package: libutouch-frame-dev Description-md5: 6c95e02fcb8bce93e6276c04dbe79524 Description-en: Touch Frame Library - dev files This library handles the buildup and synchronization of a set of simultaneous touches. The library is input agnostic, with bindings for mtdev, frame and XI2.1. . This package contains files that are needed to build applications. Package: libutouch-frame1 Description-md5: e7b15dda3833200cc3273f72cc4aef44 Description-en: Touch Frame Library This library handles the buildup and synchronization of a set of simultaneous touches. The library is input agnostic, with bindings for mtdev, frame and XI2.1. Package: libutouch-geis-dev Description-md5: 2ff2cbb222e64416fdb9d07cbc3e9b72 Description-en: Gesture engine interface support - dev files A common API for clients of a systemwide gesture recognition and propagation engine. . Headers and static link libraries for developing against the common gesture API. Package: libutouch-geis1 Description-md5: db2689f8fa115c9f4e558d4e976e28d2 Description-en: Gesture engine interface support A common API for clients of a systemwide gesture recognition and propagation engine. Package: libutouch-grail-dev Description-md5: aaa7fea4cee4953a0ab1a52e4a02990c Description-en: Gesture Recognition And Instantiation Library - dev files This library consists of an interface and tools for handling gesture recognition and gesture instantiation. Applications can use the grail callbacks to receive gesture primitives and raw input events from the underlying kernel device. . This package contains files that are needed to build applications. Package: libutouch-grail1 Description-md5: 8a3d2f9d4700637341ac103638491767 Description-en: Gesture Recognition And Instantiation Library This library consists of an interface and tools for handling gesture recognition and gesture instantiation. Applications can use the grail callbacks to receive gesture primitives and raw input events from the underlying kernel device. Package: libuuid-perl Description-md5: 56f5744c133231f9bacccd4b2b9a01fe Description-en: Perl extension for using UUID interfaces as defined in e2fsprogs This is a Perl interface to libuuid from e2fsprogs. It allows generation, parsing, and unparsing of UUIDs. Package: libuuid1 Description-md5: cdcb90f3bb78d05cd58baab4e78716b2 Description-en: Universally Unique ID library The libuuid library generates and parses 128-bit universally unique ids (UUIDs). A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. Package: libv4l-0 Description-md5: c482bc980808bd5f98fab3f1c2e9ab5e Description-en: Collection of video4linux support libraries libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. . libv4lconvert offers functions to convert from any (known) pixelformat to BGR24, RGB24, YUV420 and YVU420. . libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). . libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. . This package contains the shared libraries. Package: libv4l-dev Description-md5: 91b8f44945abeba2eb41288df67a635e Description-en: Collection of video4linux support libraries (development files) libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. . libv4lconvert offers functions to convert from any (known) pixelformat to BGR24, RGB24, YUV420 and YVU420. . libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). . libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. . This package contains development files (headers and static libraries). Package: libva-glx1 Description-md5: 42dc4ca10bad014e06d32b00b19aa179 Description-en: Video Acceleration (VA) API for Linux -- GLX runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-glx library. Package: libva-tpi1 Description-md5: 921a3f4597e2af226b35cd6eae743e42 Description-en: Video Acceleration (VA) API for Linux -- TPI runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-tpi library. Package: libva-x11-1 Description-md5: fc57e085827316d46f6af4246a506efa Description-en: Video Acceleration (VA) API for Linux -- X11 runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-x11 library. Package: libva1 Description-md5: 20074d33b9248804eb2fa6108a8c34c8 Description-en: Video Acceleration (VA) API for Linux -- runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the main libva library. Package: libvala-0.12-0 Description-md5: 8e6c5c5f694deba240aa5a0dbccd9a44 Description-en: C# like language for the GObject system - library Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . This library contains the parser used by valac. It can be used for building tools arround Vala. Package: libvala-0.12-0-dbg Description-md5: 795bdfffc586d39f523ce637c166a800 Description-en: C# like language for the GObject system - library symbols Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . This package contains the library debug symbols. Package: libvala-0.12-dev Description-md5: 9b64d2066da66406573be47d933fd9db Description-en: C# like language for the GObject system - development headers Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . This package has the development library and headers for valac. These headers can be used for building tools around Vala. Package: libvala-0.14-0 Description-md5: 8e6c5c5f694deba240aa5a0dbccd9a44 Description-en: C# like language for the GObject system - library Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . This library contains the parser used by valac. It can be used for building tools arround Vala. Package: libvala-0.14-0-dbg Description-md5: 795bdfffc586d39f523ce637c166a800 Description-en: C# like language for the GObject system - library symbols Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . This package contains the library debug symbols. Package: libvala-0.14-dev Description-md5: 9b64d2066da66406573be47d933fd9db Description-en: C# like language for the GObject system - development headers Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . This package has the development library and headers for valac. These headers can be used for building tools around Vala. Package: libvdpau1 Description-md5: 4db054f80a1c742472d24fb11ef7f221 Description-en: Video Decode and Presentation API for Unix (libraries) VDPAU (Video Decode and Presentation API for Unix) is an open source library (libvdpau) and API designed by NVIDIA originally for its GeForce 8 series and later GPU hardware, targeted at the X Window System on Unix operating-systems (including Linux, FreeBSD, and Solaris). This VDPAU API allows video programs to offload portions of the video decoding process and video post-processing to the GPU video-hardware. . This package contains the VDPAU wrapper and trace libraries. Package: libversion-perl Description-md5: b6f1b3cb7aec93ed2ba17c6eb8a8517b Description-en: Perl extension for Version Objects The version module implements version objects and provides Perl's version object API. Package: libvformat-dev Description-md5: 7e54a80f8c3a5c26b11c98dae08699d8 Description-en: library to read and write vcard files (development files) This library provides an interface to vcard files according to the definitions laid down in the rfc2426. . This package contains the development headers for the library found in libvformat0. Package: libvformat0 Description-md5: 7398badefeade388797e0914e152f878 Description-en: library to read and write vcard files This library provides an interface to vcard files according to the definitions laid down in the rfc2426. . This package contains the shared libraries necessary to run programs compiled with libvformat. Package: libvigraimpex-dev Description-md5: 06bc1a091777909e5e2ab17ebcd92db0 Description-en: development files for the C++ computer vision library Vision with Generic Algorithms (VIGRA) is a computer vision library that puts its main emphasis on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. . This package contains the header and development files needed to build programs and packages using VIGRA. Package: libvigraimpex2 Description-md5: 4e10b79b88242227a01907ad6c456723 Description-en: C++ computer vision library Vision with Generic Algorithms (VIGRA) is a computer vision library that puts its main emphasis on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. Package: libvirt-bin Description-md5: 6e2b4d64fe62fcc57ee3ff721cfd5daa Description-en: the programs for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the supporting binaries to use with libvirt Package: libvirt-dev Description-md5: 7e0bab852c890b732dbbdd941dc00165 Description-en: development files for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the header files and static libraries which are needed for developing the applications with libvirt. Package: libvirt0 Description-md5: 048e37ae97123b1566015795d54596dc Description-en: library for interfacing with different virtualization systems Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. Package: libvirt0-dbg Description-md5: 5f02416fd3220b9d10c0d33b4cab8a63 Description-en: library for interfacing with different virtualization systems Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the debugging symbols. Package: libvirtodbc0 Description-md5: c2d290dc0583240b820f00e5be7c1182 Description-en: high-performance database - ODBC libraries OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the Virtuoso ODBC client libraries. Package: libvirtuoso5.5-cil Description-md5: 7ef6b8adccf1f7d2b6318e3ca5b2ed7d Description-en: high-performance database - Mono assemblies OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains Virtuoso's ADO.NET data provider for Mono. Package: libvisual-0.4-0 Description-md5: 5688c5d7e0141f6a94a930bb97367833 Description-en: Audio visualization framework Libvisual is a generic visualization framework that allows applications to easily access and manage visualization plugins. Audio visualization is the process of making pretty moving images that are correlated in some way to the audio currently being played by a media player. Most audio visualization is tied to a specific application or media player, making it difficult to share code. Libvisual allows applications to use existing visualization plugins written for the libvisual framework. . This package contains the runtime libraries for libvisual. Libvisual is not very useful without visualization plugins, so it is highly recommended to install the libvisual-0.4-plugins package. Package: libvisual-0.4-dev Description-md5: cf5726093c72479e9ba38eb6efbd76af Description-en: Audio visualization framework (development package) Libvisual is a generic visualization framework that allows applications to easily access and manage visualization plugins. Audio visualization is the process of making pretty moving images that are correlated in some way to the audio currently being played by a media player. Most audio visualization is tied to a specific application or media player, making it difficult to share code. Libvisual allows applications to use existing visualization plugins written for the libvisual framework. . This package contains development headers and libraries used to compile applications that use libvisual. Package: libvisual-0.4-plugins Description-md5: a4f9fac9fc7a81e2f0e649f9c307934c Description-en: Audio visualization framework plugins Plugins for the libvisual audio visualization framework. Package: libvlc-dev Description-md5: 12dd7b707396cd811cd0c9fd70dd8122 Description-en: development files for libvlc This package contains headers and a static library required to build standalone applications that use VLC features. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: libvlc5 Description-md5: 7aeaccf15924abc072d91cc9a8630df1 Description-en: multimedia player and streamer library This package contains the shared library required by applications using VLC features. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: libvlccore-dev Description-md5: 0bd8297645507d52d5d220efd9b795c9 Description-en: development files for libvlccore This package contains headers and a static library required to build plugins for VLC. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: libvlccore4 Description-md5: 193db02ba05ac9c49438f8e5dd1c7659 Description-en: base library for VLC and its modules This package contains the shared library required by VLC modules and libvlc. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: libvoikko-dev Description-md5: efddb04c6d9548ae618f2182ba4000a8 Description-en: Development files for libvoikko Voikko is a library of Finnish language tools (spell-checker, grammar checker and hyphenator) based on Malaga and Suomi-Malaga. This package contains the files needed to build or develop applications that use Voikko. Package: libvoikko1 Description-md5: 3788982c7b495ece7c5d1c3033fcad98 Description-en: Library of Finnish language tools Voikko is a library of Finnish language tools (spell-checker, grammar checker and hyphenator) based on Malaga and Suomi-Malaga. This package contains the shared library. Package: libvorbis-dbg Description-md5: f55111bc0079c5fbc34b4ff2065ef3e8 Description-en: The Vorbis General Audio Compression Codec (debug files) Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . This package contains debugging symbols useful for tracking bugs in applications with libvorbis. Package: libvorbis-dev Description-md5: 1e5436498bf30a5ecdc4b8b06ee9e234 Description-en: The Vorbis General Audio Compression Codec (development files) Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . This package contains the header files and documentation needed to develop applications with libvorbis. Package: libvorbis0a Description-md5: 6654693e7c0426a429fc7b087078be25 Description-en: The Vorbis General Audio Compression Codec (Decoder library) Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbis library is the primary Ogg Vorbis library. Package: libvorbisenc2 Description-md5: 1a89bc346659676d4031bed67567e740 Description-en: The Vorbis General Audio Compression Codec (Encoder library) Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbisenc library provides a convenient API for setting up an encoding environment using libvorbis. Package: libvorbisfile3 Description-md5: d512c46682a0895a2f669a6caaec3bbe Description-en: The Vorbis General Audio Compression Codec (High Level API) Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbisfile library provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams. Package: libvpx-dev Description-md5: af31d9d4be1e5af2d6a6fa1e4570c8f6 Description-en: VP8 video codec (development files) VP8 is an open video codec, originally developed by On2 and released as open source by Google Inc. It is the successor of the VP3 codec, on which the Theora codec was based. . This package contains the development libraries, header files needed by programs that want to compile with libvpx. Package: libvpx0 Description-md5: acfa0dac3544e3c99895d8e3d593e4a7 Description-en: VP8 video codec (shared library) VP8 is an open video codec, originally developed by On2 and released as open source by Google Inc. It is the successor of the VP3 codec, on which the Theora codec was based. . This package contains the shared libraries. Package: libvpx0-dbg Description-md5: 8374e226e5a68d407ba1481d7d0ee16b Description-en: VP8 video codec (debugging symbols) VP8 is an open video codec, originally developed by On2 and released as open source by Google Inc. It is the successor of the VP3 codec, on which the Theora codec was based. . Debugging symbols for the VPX library. This is needed to debug programs linked against libvpx0. Package: libvte-2.90-9 Description-md5: 37146e51633ed1d1b52a3fe36e5f1847 Description-en: Terminal emulator widget for GTK+ 3.0 - runtime files The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains the runtime library, needed by programs using the VTE widget with GTK+ 3.0. Package: libvte-2.90-dev Description-md5: c01f512a615de9ecef77cc50f3e492b1 Description-en: Terminal emulator widget for GTK+ 3.0 - development files The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains development files for the VTE library and its Python bindings. It is needed to develop and build programs using the VTE widget with GTK+ 3.0. Package: libvte-dev Description-md5: 3ac01fe797ba9bcce5eff4b4f02669c8 Description-en: Terminal emulator widget for GTK+ 2.0 - development files The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains development files for the VTE library and its Python bindings. It is needed to develop and build programs using the VTE widget with GTK+ 2.0. Package: libvte9 Description-md5: a66b0bf9cd96b4ebd5d15c2b64460cde Description-en: Terminal emulator widget for GTK+ 2.0 - runtime files The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains the runtime library, needed by programs using the VTE widget with GTK+ 2.0. Package: libwavpack-dev Description-md5: acb2c0662606056b694f4487719319aa Description-en: an audio codec (lossy and lossless) - development files WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is loosely based on previous versions of WavPack, the new version 4 format has been designed from the ground up to offer unparalleled performance and functionality. . This package contains the header files, static libraries and symbolic links that developers using libwavpack will need. Package: libwavpack1 Description-md5: 596c28fca7b088329c783f9569892096 Description-en: an audio codec (lossy and lossless) - library WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is loosely based on previous versions of WavPack, the new version 4 format has been designed from the ground up to offer unparalleled performance and functionality. . This package contains the shared libraries necessary to run programs using libwavpack. Package: libwayland-dev Description-md5: e01fa5a3e98bbc7852e06f4d09b8c1d2 Description-en: wayland compositor infrastructure - development files Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the development headers for the libraries found in libwayland0. Non-developers likely have little use for this package. Package: libwayland0 Description-md5: f8458d9a080513240dc7ea9e8d7bbdf1 Description-en: wayland compositor infrastructure - shared libraries Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This is an experimental library package, neither ABI or API are fixed right now. As a consequence, generated dependencies are made as strict as possible. It should only be used by mesa and wayland-demos. Package: libwayland0-dbg Description-md5: a49a876e73ca57015a573eb46f66774e Description-en: wayland compositor infrastructure - shared libraries (debug) Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the debug version of the libraries found in libwayland0. Non-developers likely have little use for this package. Package: libwbclient-dev Description-md5: 2fd42f0ef62fe1cc8cfee6fb03d4b884 Description-en: Samba winbind client library - development files Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides the development files (static library and headers) required for building applications against libwbclient, a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Package: libwbclient0 Description-md5: 16c935b1d482f634b3879c2495e04db8 Description-en: Samba winbind client library Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides a library for client applications that interact via the winbind pipe protocol with a Samba winbind server. Package: libwebkitgtk-1.0-0 Description-md5: bca91605610edfaf76f763d0f248ab54 Description-en: Web content engine library for Gtk+ 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. . This is the library for embedding in Gtk+ applications. Package: libwebkitgtk-1.0-0-dbg Description-md5: 6b3b50d7bc0a84246823cf191e107676 Description-en: Web content engine library for Gtk+ - Debugging symbols 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. . This package provides the debugging symbols for the Webkit library for Gtk+. Package: libwebkitgtk-3.0-0 Description-md5: bca91605610edfaf76f763d0f248ab54 Description-en: Web content engine library for Gtk+ 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. . This is the library for embedding in Gtk+ applications. Package: libwebkitgtk-3.0-0-dbg Description-md5: 6b3b50d7bc0a84246823cf191e107676 Description-en: Web content engine library for Gtk+ - Debugging symbols 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. . This package provides the debugging symbols for the Webkit library for Gtk+. Package: libwebkitgtk-3.0-dev Description-md5: 96b9c5c778f3b4765c33d3d130c51e1b Description-en: Web content engine library for Gtk+ - Development files 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. . This package provides development files required to create Gtk+ applications embedding WebKit. Package: libwebkitgtk-dev Description-md5: 96b9c5c778f3b4765c33d3d130c51e1b Description-en: Web content engine library for Gtk+ - Development files 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. . This package provides development files required to create Gtk+ applications embedding WebKit. Package: libwibble-dev Description-md5: 1d0e11a615c68d5df696b9445ef69af3 Description-en: Library of various useful C++ code libwibble collects the foundation code that has been used over time in various C++ projects by Peter Rockai and Enrico Zini, so that it can be maintained properly and in a single place. . The code has minimal dependencies, a test suite, and can be used either as an external library or embedded in projects based on either cmake or autotools. . The library contains: * an exception hierarchy; * various useful mixin classes; * shortcuts for set operations; * a featureful self-documenting commandline parser that also supports cvs/svn-style subcommands; * two different unit-testing system, a tut-based and a custom one; * a non-intrusive polymorphic envelope; * a logging system; * string functions, like splitting, path manipulation, regular expressions and word wrapping; * system functions, like directory iteration, file manipulation, process control, thread functions; * gregorian calendar operations. Package: libwind0-heimdal Description-md5: 71904fc86bf986fea9ffa7dd39261e6c Description-en: Heimdal Kerberos - NTLM support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Package: libwmf-bin Description-md5: d85ae6fa0dd72f394c4a83e1eb5f2b3f Description-en: Windows metafile conversion tools Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains several frontends to libwmf. Package: libwmf-dev Description-md5: 3003c1f061ef044f651bdb47d77c9780 Description-en: Windows metafile conversion development Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains the static library and header files. Package: libwmf0.2-7 Description-md5: d4d0facf23388b3fde4e4fc7dcb4d9de Description-en: Windows metafile conversion library Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains the shared library. Package: libwmf0.2-7-gtk Description-md5: 6fbf2a15aa9e59937ed5083852b59256 Description-en: Windows metafile conversion library Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains the GTK pixbuf plugin. Package: libwnck-3-0 Description-md5: dcba93a4b4b0d605d4c6197b75671b43 Description-en: Window Navigator Construction Kit - runtime files A library to use for writing pagers and task lists. . This package contains runtime files. Package: libwnck-3-dev Description-md5: cb65185699281ddbfd4a226066442426 Description-en: Window Navigator Construction Kit - development files A library to use for writing pagers and task lists. . This package contains development files (include headers). Package: libwnck-dev Description-md5: cb65185699281ddbfd4a226066442426 Description-en: Window Navigator Construction Kit - development files A library to use for writing pagers and task lists. . This package contains development files (include headers). Package: libwnck22 Description-md5: dcba93a4b4b0d605d4c6197b75671b43 Description-en: Window Navigator Construction Kit - runtime files A library to use for writing pagers and task lists. . This package contains runtime files. Package: libwpd-0.9-9 Description-md5: bf448ed5c2edad9a49b78d12811df68b Description-en: Library for handling WordPerfect documents (shared library) libwpd is a library for reading and writing WordPerfect(TM) documents. Importing from WordPerfect 4/5/6/7/8/9/10/11 and WordPerfect for Macintosh 1.x/2.x/3.5e files are supported. libwpd has complete support for the entire set of WordPerfect extended characters, too. . This package contains the shared library. Package: libwpd-dev Description-md5: 78b231bce8a2d90ae963f8181c5ed7e0 Description-en: Library for handling WordPerfect documents (development) libwpd is a library for reading and writing WordPerfect(TM) documents. Importing from WordPerfect 4/5/6/7/8/9/10/11 and WordPerfect for Macintosh 1.x/2.x/3.5e files are supported. libwpd has complete support for the entire set of WordPerfect extended characters, too. . This package contains files used for development with libwpd. Package: libwpd-tools Description-md5: 8b1159dcb8e0e992cd8fc2ae1a0a0edf Description-en: Tools from libwpd for converting WordPerfect to HTML/RAW/Text libwpd is a library for reading and writing WordPerfect(TM) documents. Importing from WordPerfect 4/5/6/7/8/9/10/11 and WordPerfect for Macintosh 1.x/2.x/3.5e files are supported. libwpd has complete support for the entire set of WordPerfect extended characters, too. . This package contains some little programs using libwpd to convert WordPerfect files into HTML/Raw files and Text. Package: libwpg-0.2-2 Description-md5: dc6f7cab183ff3fc138fbccbd64a1e4f Description-en: WordPerfect graphics import/convert library (shared library) Libwpg is a collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect(tm) and Presentations(tm). . This package contains the shared library. Package: libwpg-dev Description-md5: e7a5d5cfc34ef03fe96b1fa752947f72 Description-en: WordPerfect graphics import/convert library (development) Libwpg is a collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect(tm) and Presentations(tm). . This package contains the files needed for developing applications using libwpg. Package: libwpg-tools Description-md5: e408fca4cddfb326687b89afd59ee709 Description-en: Tools from libwpg for converting WP Graphics to Raw/SVG Libwpg is a collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect(tm) and Presentations(tm). . This package contains some little programs using libwps to convert Works text document files into Raw and SVG files. Package: libwps-0.2-2 Description-md5: 9fd8eeeb0a21a535283abbb4019b13b8 Description-en: Works text file format import filter library (shared library) libwps is a library (for use by word processors, for example) for importing the Microsoft Works word processor file format. As of November 2006, the project is new, but it imports Works format versions 2, 3, 4, and 8 with some formatting. Support for Works formats version 2000 (aka 5) is coming soon. . This package contains the shared library. Package: libwps-dev Description-md5: 8839efbab4f8104c27efde97cd242e2f Description-en: Works text file format import filter library (development) libwps is a library (for use by word processors, for example) for importing the Microsoft Works word processor file format. As of November 2006, the project is new, but it imports Works format versions 2, 3, 4, and 8 with some formatting. Support for Works formats version 2000 (aka 5) is coming soon. . This package contains the files needed for developing applications using libwps. Package: libwps-tools Description-md5: 96afef1f356c69a243dd0585bcf6f8c7 Description-en: Tools from libwps for converting Works text documents to HTML/RAW/Text libwps is a library (for use by word processors, for example) for importing the Microsoft Works word processor file format. As of November 2006, the project is new, but it imports Works format versions 2, 3, 4, and 8 with some formatting. Support for Works formats version 2000 (aka 5) is coming soon. . This package contains some little programs using libwps to convert Works text document files into HTML/Raw files and Text. Package: libwrap0 Description-md5: 398b420d625f5f15bad603d35ce5acb9 Description-en: Wietse Venema's TCP wrappers library Wietse Venema's network logger, also known as TCPD or LOG_TCP. . These programs log the client host name of incoming telnet, ftp, rsh, rlogin, finger etc. requests. . Security options are: - access control per host, domain and/or service; - detection of host name spoofing or host address spoofing; - booby traps to implement an early-warning system. Package: libwrap0-dev Description-md5: f53a3d19bcd15b4fdd53b720ab2cb8b8 Description-en: Wietse Venema's TCP wrappers library, development files Wietse Venema's network logger, also known as TCPD or LOG_TCP. . These programs log the client host name of incoming telnet, ftp, rsh, rlogin, finger etc. requests. . Security options are: - access control per host, domain and/or service; - detection of host name spoofing or host address spoofing; - booby traps to implement an early-warning system. Package: libx11-6 Description-md5: d75c895abf6eca234f7480813aaa95ec Description-en: X11 client-side library This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-6-dbg Description-md5: aba9421d3cbaf726029435b7f064a21f Description-en: X11 client-side library (debug package) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains the debug versions of the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-dev Description-md5: d15ee011f0b76dcc1f36f3a309df4a93 Description-en: X11 client-side library (development headers) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains the development headers for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb-dev Description-md5: ee46e7a5a5a4162c9e382ed7112759eb Description-en: Xlib/XCB interface library (development headers) libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . This package contains the development headers for the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb1 Description-md5: 8904e1c2cc3cadffdce355234a23f6c3 Description-en: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb1-dbg Description-md5: e1bdd7a7a9d36bb39443201e274af2ba Description-en: Xlib/XCB interface library (debug package) libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . This package contains the debug versions of the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libxalan2-java Description-md5: 3986b31a891090feaaaccd6e47cab52a Description-en: XSL Transformations (XSLT) processor in Java Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used from the command line, in an applet or a servlet, or as a module in other programs. Package: libxalan2-java-gcj Description-md5: dbcf1ff03a8be351b781f4a5cb8e013c Description-en: XSL Transformations (XSLT) processor in Java (native code) Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath). It can be used from the command line, in an applet or a servlet, or as a module in other programs. Package: libxapian-dev Description-md5: be6758fb868bceeed72f590afe9bb6b4 Description-en: Development files for Xapian search engine library This package contains development libraries and headers for the core Xapian library. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. Package: libxapian-ruby1.8 Description-md5: 98540b84dbbb3ec9142a03af58c4aee5 Description-en: Xapian search engine interface for Ruby 1.8 This package provides Xapian Ruby bindings built for Ruby 1.8. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Ruby bindings provide an interface to the Xapian library from the Ruby programming language, allowing both indexing and retrieval operations. Package: libxapian22 Description-md5: fe05dace1ac9262883532dcc501c8507 Description-en: Search engine library This package contains the core Xapian runtime library. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. Package: libxapian22-dbg Description-md5: f48a1ddae06cd33aee00b8547bf878c8 Description-en: Debugging symbols for the Xapian Search engine library This package contains debugging symbols for the core Xapian library. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. Package: libxau-dev Description-md5: 04276f062fd9ff5b762f3c05def85957 Description-en: X11 authorisation library (development headers) This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and server-side. . This package contains the development headers for the library found in libxau6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXau Package: libxau6 Description-md5: 5d4196d3a9c1e5b2896d2005497ee01a Description-en: X11 authorisation library This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and server-side. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXau Package: libxau6-dbg Description-md5: 275206dd5253001a6f95eafe6ef40cbc Description-en: X11 authorisation library (debug package) This package provides the main interface to the X11 authorisation handling, which controls authorisation for X connections, both client-side and server-side. . This package contains the debug versions of the library found in libxau6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXau Package: libxaw7 Description-md5: 8c7fe237917a85b52d396794ed51e5f7 Description-en: X11 Athena Widget library libXaw7 provides the second version of Xaw, the Athena Widgets tookit, which is largely used by legacy X applications. This version is the most common version, as version 6 is considered deprecated, and version 8, which adds Xprint support, is unsupported and not widely used. In general, use of a more modern toolkit such as GTK+ is recommended. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXaw Package: libxaw7-dbg Description-md5: 61bd325ef785214f5a20031ff38f4af5 Description-en: X11 Athena Widget library (debug package) libXaw7 provides the second version of Xaw, the Athena Widgets tookit, which is largely used by legacy X applications. This version is the most common version, as version 6 is considered deprecated, and version 8, which adds Xprint support, is unsupported and not widely used. In general, use of a more modern toolkit such as GTK+ is recommended. . This package contains the debug versions of the library found in libxaw7. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXaw Package: libxaw7-dev Description-md5: da51500940506b127a5474310e6aeb10 Description-en: X11 Athena Widget library (development headers) libXaw7 provides the second version of Xaw, the Athena Widgets tookit, which is largely used by legacy X applications. This version is the most common version, as version 6 is considered deprecated, and version 8, which adds Xprint support, is unsupported and not widely used. In general, use of a more modern toolkit such as GTK+ is recommended. . This package contains the development headers for the library found in libxaw7. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXaw Package: libxcb-composite0 Description-md5: ca6c0d9f4192a4dde52dc2f30e6369fd Description-en: X C Binding, composite extension This package contains the library files needed to run software using libxcb-composite, the composite extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-composite0-dbg Description-md5: b359eaaff5811752227860a01a0eff11 Description-en: X C Binding, composite extension, debugging symbols This package contains the debugging symbols associated with libxcb-composite, the composite extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-composite. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-composite0-dev Description-md5: 00cb00ef9dc567135da248f123b87ed8 Description-en: X C Binding, composite extension, development files This package contains the header and library files needed to build software using libxcb-composite, the composite extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-damage0 Description-md5: f28e63129125663e1b4c5ea313ae297c Description-en: X C Binding, damage extension This package contains the library files needed to run software using libxcb-damage, the damage extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-damage0-dbg Description-md5: 705ae1cbc549f61356c7018105aa2aa3 Description-en: X C Binding, damage extension, debugging symbols This package contains the debugging symbols associated with libxcb-damage, the damage extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-damage. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-damage0-dev Description-md5: 5f289d21c087ffdfbbb63eb2f6d88403 Description-en: X C Binding, damage extension, development files This package contains the header and library files needed to build software using libxcb-damage, the damage extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dpms0 Description-md5: 4fde6e6df699f9548c8b8e6d5aa613f6 Description-en: X C Binding, dpms extension This package contains the library files needed to run software using libxcb-dpms, the dpms extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dpms0-dbg Description-md5: a092e8c293c685f76014821df4efe0cf Description-en: X C Binding, dpms extension, debugging symbols This package contains the debugging symbols associated with libxcb-dpms, the dpms extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-dpms. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dpms0-dev Description-md5: 35fb1c0c538b8e0d45ff1eac3ff582b6 Description-en: X C Binding, dpms extension, development files This package contains the header and library files needed to build software using libxcb-dpms, the dpms extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dri2-0 Description-md5: 7b21058ae591306ca66f2da8f8c45aab Description-en: X C Binding, dri2 extension This package contains the library files needed to run software using libxcb-dri2, the dri2 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dri2-0-dbg Description-md5: 2a7c3d4f8fdd6b9967d633b8bf31bd1e Description-en: X C Binding, dri2 extension, debugging symbols This package contains the debugging symbols associated with libxcb-dri2, the dri2 extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-dri2. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-dri2-0-dev Description-md5: aa14a85bcea2f923ff44e959546b453b Description-en: X C Binding, dri2 extension, development files This package contains the header and library files needed to build software using libxcb-dri2, the dri2 extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-ewmh1 Description-md5: 4341a0d1216922b8d548887a23bc1862 Description-en: utility libraries for X C Binding -- ewmh This package contains the library files needed to run software using libxcb-ewmh, providing client and window-manager helpers for EWMH. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Package: libxcb-ewmh1-dev Description-md5: 1c940bf28479c17452e23891bf567470 Description-en: utility libraries for X C Binding -- ewmh This package contains the header and library files needed to build software using libxcb-ewmh, providing client and window-manager helpers for EWMH. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Package: libxcb-glx0 Description-md5: 3169b2c3295bfe9c0729ea9f922b2d4a Description-en: X C Binding, glx extension This package contains the library files needed to run software using libxcb-glx, the glx extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-glx0-dbg Description-md5: 88e14ab54c8833ae93ed358036e6ce2d Description-en: X C Binding, glx extension, debugging symbols This package contains the debugging symbols associated with libxcb-glx, the glx extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-glx. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-glx0-dev Description-md5: 8975e77fba16c6ff127815b1b670a06e Description-en: X C Binding, glx extension, development files This package contains the header and library files needed to build software using libxcb-glx, the glx extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-icccm4 Description-md5: 250dc4e8740787d8010e1a0d78c55114 Description-en: utility libraries for X C Binding -- icccm This package contains the library files needed to run software using libxcb-icccm, providing client and window-manager helpers for ICCCM. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Package: libxcb-icccm4-dev Description-md5: 3ef1d3d4464159523fb91fc4bfdda2ae Description-en: utility libraries for X C Binding -- icccm This package contains the header and library files needed to build software using libxcb-icccm, providing client and window-manager helpers for ICCCM. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Package: libxcb-randr0 Description-md5: adb389382ef0d8f0e2a3de70afef6284 Description-en: X C Binding, randr extension This package contains the library files needed to run software using libxcb-randr, the randr extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-randr0-dbg Description-md5: cc73bcf99f8b39c789a7fdb6110dba3b Description-en: X C Binding, randr extension, debugging symbols This package contains the debugging symbols associated with libxcb-randr, the randr extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-randr. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-randr0-dev Description-md5: 735c3a5ffbdf9ace5c373fa9bf38ed5d Description-en: X C Binding, randr extension, development files This package contains the header and library files needed to build software using libxcb-randr, the randr extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-record0 Description-md5: e5ccbdc38847f1aebd02f7d94bbbc0e8 Description-en: X C Binding, record extension This package contains the library files needed to run software using libxcb-record, the record extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-record0-dbg Description-md5: 771b9085fed968a2de06a8a11926b1d3 Description-en: X C Binding, record extension, debugging symbols This package contains the debugging symbols associated with libxcb-record, the record extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-record. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-record0-dev Description-md5: d338f3303260833eb2daa5c12752e042 Description-en: X C Binding, record extension, development files This package contains the header and library files needed to build software using libxcb-record, the record extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-render0 Description-md5: c5db612729adbe8a95b5f304a1c0e60b Description-en: X C Binding, render extension This package contains the library files needed to run software using libxcb-render, the render extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-render0-dbg Description-md5: 36ebeac45e89811d06e7f24d44f6be59 Description-en: X C Binding, render extension, debugging symbols This package contains the debugging symbols associated with libxcb-render, the render extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-render. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-render0-dev Description-md5: 350c71a11fce197bfdd81f2173c8c47b Description-en: X C Binding, render extension, development files This package contains the header and library files needed to build software using libxcb-render, the render extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-res0 Description-md5: c2c5e369cff7cefe91babaa7de5630ba Description-en: X C Binding, res extension This package contains the library files needed to run software using libxcb-res, the res extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-res0-dbg Description-md5: 0eed2d7633f52fda6c2e75ca7242f6cb Description-en: X C Binding, res extension, debugging symbols This package contains the debugging symbols associated with libxcb-res, the res extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-res. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-res0-dev Description-md5: b8990ae7ad0bbd27401ec98cc1c75776 Description-en: X C Binding, res extension, development files This package contains the header and library files needed to build software using libxcb-res, the res extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-screensaver0 Description-md5: d620ae3f5335aff882ca4074641853c3 Description-en: X C Binding, screensaver extension This package contains the library files needed to run software using libxcb-screensaver, the screensaver extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-screensaver0-dbg Description-md5: 921ca4039529ea1d97b45ce8f6cc4df7 Description-en: X C Binding, screensaver extension, debugging symbols This package contains the debugging symbols associated with libxcb-screensaver, the screensaver extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-screensaver. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-screensaver0-dev Description-md5: 83a3b0eb371cf2409490ba29edcb3eaa Description-en: X C Binding, screensaver extension, development files This package contains the header and library files needed to build software using libxcb-screensaver, the screensaver extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shape0 Description-md5: 4f8fcf227f71242b2923bb3614ad97a2 Description-en: X C Binding, shape extension This package contains the library files needed to run software using libxcb-shape, the shape extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shape0-dbg Description-md5: 2bbaba9c3928285e392ca9a954dc56d6 Description-en: X C Binding, shape extension, debugging symbols This package contains the debugging symbols associated with libxcb-shape, the shape extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-shape. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shape0-dev Description-md5: b59fd5bacbd9b3280320ec83bb3f452c Description-en: X C Binding, shape extension, development files This package contains the header and library files needed to build software using libxcb-shape, the shape extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shm0 Description-md5: efe15210cc4fe778d9092348500e1a77 Description-en: X C Binding, shm extension This package contains the library files needed to run software using libxcb-shm, the shm extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shm0-dbg Description-md5: f71bc8576f45cd770b02ab53a847a6a7 Description-en: X C Binding, shm extension, debugging symbols This package contains the debugging symbols associated with libxcb-shm, the shm extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-shm. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-shm0-dev Description-md5: 6f179a331f00f73798b8c2cabed1a88f Description-en: X C Binding, shm extension, development files This package contains the header and library files needed to build software using libxcb-shm, the shm extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-sync0 Description-md5: d5360e0f01127bfda17c79337e504a3f Description-en: X C Binding, sync extension This package contains the library files needed to run software using libxcb-sync, the sync extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-sync0-dbg Description-md5: fc218a63827502a91fa643f91882ade2 Description-en: X C Binding, sync extension, debugging symbols This package contains the debugging symbols associated with libxcb-sync, the sync extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-sync. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-sync0-dev Description-md5: 1e0ff61d663c39e76f3de4c84c3f7899 Description-en: X C Binding, sync extension, development files This package contains the header and library files needed to build software using libxcb-sync, the sync extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-util0 Description-md5: c4e9b5a7227fc66a9d8bef500363e8a0 Description-en: utility libraries for X C Binding -- atom, aux and event This package contains the library files needed to run software using libxcb-util. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Package: libxcb-util0-dev Description-md5: a308699121fcd55e41ed04caba796f61 Description-en: utility libraries for X C Binding -- atom, aux and event This package contains the header and library files needed to build software using libxcb-util. . The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. Package: libxcb-xevie0 Description-md5: 469dcd0e1fb7dbda702236d0b097391c Description-en: X C Binding, xevie extension This package contains the library files needed to run software using libxcb-xevie, the xevie extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xevie0-dbg Description-md5: 47d3dad21e9d2a7f4af4d6a52c5954fe Description-en: X C Binding, xevie extension, debugging symbols This package contains the debugging symbols associated with libxcb-xevie, the xevie extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xevie. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xevie0-dev Description-md5: 3275fd3f69f389bdaca0d960d049bc81 Description-en: X C Binding, xevie extension, development files This package contains the header and library files needed to build software using libxcb-xevie, the xevie extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xf86dri0 Description-md5: f6b61b1dd5cbcdd3b35b95162a6d84e0 Description-en: X C Binding, xf86dri extension This package contains the library files needed to run software using libxcb-xf86dri, the xf86dri extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xf86dri0-dbg Description-md5: 00fc41c278b355ffea2a57869210ff97 Description-en: X C Binding, xf86dri extension, debugging symbols This package contains the debugging symbols associated with libxcb-xf86dri, the xf86dri extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xf86dri. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xf86dri0-dev Description-md5: 2d530540e9eef50abce24dce665eaee7 Description-en: X C Binding, xf86dri extension, development files This package contains the header and library files needed to build software using libxcb-xf86dri, the xf86dri extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xfixes0 Description-md5: 94f24b982ab532c251f90293506a8fed Description-en: X C Binding, xfixes extension This package contains the library files needed to run software using libxcb-xfixes, the xfixes extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xfixes0-dbg Description-md5: 1c610e48b2246c8698142637e645e127 Description-en: X C Binding, xfixes extension, debugging symbols This package contains the debugging symbols associated with libxcb-xfixes, the xfixes extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xfixes. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xfixes0-dev Description-md5: 18efd390c63351b408b2ffb0163f2cf5 Description-en: X C Binding, xfixes extension, development files This package contains the header and library files needed to build software using libxcb-xfixes, the xfixes extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xinerama0 Description-md5: f2a52133eab163b52a83f8199011810e Description-en: X C Binding, xinerama extension This package contains the library files needed to run software using libxcb-xinerama, the xinerama extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xinerama0-dbg Description-md5: 40b566f7166a53475bf725a0e667e31d Description-en: X C Binding, xinerama extension, debugging symbols This package contains the debugging symbols associated with libxcb-xinerama, the xinerama extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xinerama. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xinerama0-dev Description-md5: a48583621fb78aeb3c0f4cc202892fd8 Description-en: X C Binding, xinerama extension, development files This package contains the header and library files needed to build software using libxcb-xinerama, the xinerama extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xprint0 Description-md5: 3d3667ae9be36e5e1ff00f8d7eedfc8c Description-en: X C Binding, xprint extension This package contains the library files needed to run software using libxcb-xprint, the xprint extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xprint0-dbg Description-md5: 5b3e86d4365fc6a0fcb170c2273bd805 Description-en: X C Binding, xprint extension, debugging symbols This package contains the debugging symbols associated with libxcb-xprint, the xprint extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xprint. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xprint0-dev Description-md5: 78fb126b7a450751661627dc2abd8f05 Description-en: X C Binding, xprint extension, development files This package contains the header and library files needed to build software using libxcb-xprint, the xprint extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xtest0 Description-md5: 12d78ef68913f742e8054ee9ba8eceac Description-en: X C Binding, xtest extension This package contains the library files needed to run software using libxcb-xtest, the xtest extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xtest0-dbg Description-md5: 06ee13aa6daacecf5f215330abfe610c Description-en: X C Binding, xtest extension, debugging symbols This package contains the debugging symbols associated with libxcb-xtest, the xtest extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xtest. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xtest0-dev Description-md5: fb44118f335dc050b5f88616743eda8e Description-en: X C Binding, xtest extension, development files This package contains the header and library files needed to build software using libxcb-xtest, the xtest extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xv0 Description-md5: ed2134a19c1b37c3eec9621d2c3f1395 Description-en: X C Binding, xv extension This package contains the library files needed to run software using libxcb-xv, the xv extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xv0-dbg Description-md5: c0933dcbfe80d301178a504629ad544f Description-en: X C Binding, xv extension, debugging symbols This package contains the debugging symbols associated with libxcb-xv, the xv extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xv. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xv0-dev Description-md5: c45791601a14485adf21a51b301cc152 Description-en: X C Binding, xv extension, development files This package contains the header and library files needed to build software using libxcb-xv, the xv extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xvmc0 Description-md5: 722aaaca48e4d073cb75a56a36af7a4b Description-en: X C Binding, xvmc extension This package contains the library files needed to run software using libxcb-xvmc, the xvmc extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xvmc0-dbg Description-md5: 574e88e7599eb6bb278ae2615e40981b Description-en: X C Binding, xvmc extension, debugging symbols This package contains the debugging symbols associated with libxcb-xvmc, the xvmc extension for the X C Binding. gdb will automatically use these symbols when debugging libxcb-xvmc. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb-xvmc0-dev Description-md5: e12e77e95ad1c28e751ed3b79abe2c81 Description-en: X C Binding, xvmc extension, development files This package contains the header and library files needed to build software using libxcb-xvmc, the xvmc extension for the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb1 Description-md5: 93568dcb3007e5182147ac40c36650aa Description-en: X C Binding This package contains the library files needed to run software using libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb1-dbg Description-md5: 2867bc02a870fc2e2c3454cb501b813a Description-en: X C Binding, debugging symbols This package contains the debugging symbols associated with libxcb, the X C Binding. gdb will automatically use these symbols when debugging libxcb. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcb1-dev Description-md5: d028a849d89f18ec7440c6d77483cbe1 Description-en: X C Binding, development files This package contains the header and library files needed to build software using libxcb, the X C Binding. . The XCB library provides an interface to the X Window System protocol, designed to replace the Xlib interface. XCB provides several advantages over Xlib: . * Size: small library and lower memory footprint * Latency hiding: batch several requests and wait for the replies later * Direct protocol access: one-to-one mapping between interface and protocol * Thread support: access XCB from multiple threads, with no explicit locking * Easy creation of new extensions: automatically generates interface from machine-parsable protocol descriptions Package: libxcomposite-dev Description-md5: 6c12b730c4bb5b17bd24b60d9a59a12d Description-en: X11 Composite extension library (development headers) libXcomposite provides an X Window System client interface to the Composite extension to the X protocol. . The Composite extension allows clients called compositing managers to control the final drawing of the screen. Rendering is done into an off-screen buffer. . This package contains the development headers for the library found in libxcomposite1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXcomposite Package: libxcomposite1 Description-md5: 49720e84dd5a26f4429db537758dcedc Description-en: X11 Composite extension library libXcomposite provides an X Window System client interface to the Composite extension to the X protocol. . The Composite extension allows clients called compositing managers to control the final drawing of the screen. Rendering is done into an off-screen buffer. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXcomposite Package: libxcomposite1-dbg Description-md5: 346deefe74d809a3e6b860b8fd8386b2 Description-en: X11 Composite extension library (debug package) libXcomposite provides an X Window System client interface to the Composite extension to the X protocol. . The Composite extension allows clients called compositing managers to control the final drawing of the screen. Rendering is done into an off-screen buffer. . This package contains the debug versions of the library found in libxcomposite1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXcomposite Package: libxcursor-dev Description-md5: 6d945f0733e812c326a50fb6989e8cde Description-en: X cursor management library (development files) Header files and a static version of the X cursor management library are provided by this package. . See the libxcursor1 package for further information. Package: libxcursor1 Description-md5: 7c341e5f21e9bb3cee6338076e0f3458 Description-en: X cursor management library Xcursor is a simple library designed to help locate and load cursors for the X Window System. Cursors can be loaded from files or memory and can exist in several sizes; the library automatically picks the best size. When using images loaded from files, Xcursor prefers to use the Render extension's CreateCursor request for rendering cursors. Where the Render extension is not supported, Xcursor maps the cursor image to a standard X cursor and uses the core X protocol CreateCursor request. Package: libxcursor1-dbg Description-md5: 0a2e02d2365b4344848180495e4e79b5 Description-en: X cursor management library (unstripped) This package provides an unstripped shared object with debugging symbols, useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using this library (or the library itself). The library is installed in /usr/lib/debug and can be used by placing that directory in the LD_LIBRARY_PATH environment variable when the code to be debugged is executed. Non-programmers will likely have little use for this package. . Non-programmers will likely have little use for this package. See the libxcursor1 package for further information. Package: libxdamage-dev Description-md5: f6757e2a643233758976bf0152b926d7 Description-en: X11 damaged region extension library (development headers) libXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. . The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). . This package contains the development headers for the library found in libxdamage1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdamage Package: libxdamage1 Description-md5: 98dd17ab9089c578805725bd9bce8f95 Description-en: X11 damaged region extension library libXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. . The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdamage Package: libxdamage1-dbg Description-md5: c2941782652b4d70eedf42a7fd0206ca Description-en: X11 damaged region extension library (debug package) libXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. . The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). . This package contains the debug versions of the library found in libxdamage1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdamage Package: libxdmcp-dev Description-md5: 13e87615e8ea7f62524dd6a205d82e68 Description-en: X11 authorisation library (development headers) This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers. . This package contains the development headers for the library found in libxdmcp6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp Package: libxdmcp6 Description-md5: 79e282811de3a2440672d104fd07bead Description-en: X11 Display Manager Control Protocol library This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp Package: libxdmcp6-dbg Description-md5: cea8ee1de40a7ba778f5152a991680b0 Description-en: X11 authorisation library (debug package) This package provides the main interface to the X11 display manager control protocol library, which allows for remote logins to display managers. . This package contains the debug versions of the library found in libxdmcp6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp Package: libxdot4 Description-md5: 5bb95dff142ccbf7ab2946dc3a7a4dc1 Description-en: rich set of graph drawing tools - xdot library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the xdot library. Package: libxerces2-java-gcj Description-md5: 14359243a78f44538002efc4d041c90a Description-en: Validating XML parser for Java with DOM level 3 support (native code) The Xerces2 Java parser is the reference implementation of XNI, the Xerces Native Interface, and also a fully conforming XML Schema processor. . This package contains the natively compiled code for use by gij. Package: libxext-dev Description-md5: 9d497aabe7a8734879a278b8413e69c6 Description-en: X11 miscellaneous extensions library (development headers) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the development headers for the library found in libxext6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxext6 Description-md5: 5c72cf7a13b0990666898813406a2a89 Description-en: X11 miscellaneous extension library libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxext6-dbg Description-md5: a9d12f89d8fa4962191a46fc5214d873 Description-en: X11 miscellaneous extensions library (debug package) libXext provides an X Window System client interface to several extensions to the X protocol. . The supported protocol extensions are: - DOUBLE-BUFFER (DBE), the Double Buffer extension; - DPMS, the VESA Display Power Management System extension; - Extended-Visual-Information (EVI), an extension for gathering extra information about the X server's visuals; - LBX, the Low Bandwidth X extension; - MIT-SHM, the MIT X client/server shared memory extension; - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT; - Multi-Buffering, the multi-buffering and stereo display extension; - SECURITY, the X security extension; - SHAPE, the non-rectangular shaped window extension; - SYNC, the X synchronization extension; - TOG-CUP, the Open Group's Colormap Utilization extension; - XC-APPGROUP, the X Consortium's Application Group extension; - XC-MISC, the X Consortium's resource ID querying extension; - XTEST, the X test extension (this is one of two client-side implementations; the other is in the libXtst library, provided by the libxtst6 package); . libXext also provides a small set of utility functions to aid authors of client APIs for X protocol extensions. . This package contains the debug versions of the library found in libxext6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Package: libxfixes-dev Description-md5: 534fb9330ebefdcdd616826883b3e8d6 Description-en: X11 miscellaneous 'fixes' extension library (development headers) libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . This package contains the development headers for the library found in libxfixes3. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libxfixes3 Description-md5: 0fa5919ef08f61382fb2c6bf965194ba Description-en: X11 miscellaneous 'fixes' extension library libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libxfixes3-dbg Description-md5: c012f9063b8e9d1a8dfa269f154dec48 Description-en: X11 miscellaneous 'fixes' extension library (debug package) libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . This package contains the debug versions of the library found in libxfixes3. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libxfont-dev Description-md5: db66cbe62abb9446c54b7226358abd1b Description-en: X11 font rasterisation library (development headers) libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . This package contains the development headers for the library found in libxfont1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxfont1 Description-md5: ca038f18775c3087691897eb5fffb072 Description-en: X11 font rasterisation library libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxfont1-dbg Description-md5: 34df9ccab12e020cc409b387bcf4d60a Description-en: X11 font rasterisation library (debug package) libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . This package contains the debug versions of the library found in libxfont1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxft-dev Description-md5: 361e21531f0392d4741d24575db55848 Description-en: FreeType-based font drawing library for X (development files) 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. . This package provides a static library and C header files. Package: libxft2 Description-md5: 9f19660eee6522753a05ff6cf228ec1d Description-en: FreeType-based font drawing library for X 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. Package: libxft2-dbg Description-md5: 5fb7546efa0cbe8fd5660a0978307b57 Description-en: FreeType-based font drawing library for X (unstripped) 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. . This package provides an unstripped shared object with debugging symbols, useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using this library (or the library itself). The library is installed in /usr/lib/debug and can be used by placing that directory in the LD_LIBRARY_PATH environment variable when the code to be debugged is executed. Non-programmers will likely have little use for this package, and should use libxft2 instead. Package: libxi-dev Description-md5: 39bbbc7e9f5655daca53080ffdf25bc7 Description-en: X11 Input extension library (development headers) libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and will soon allow hotplugging of input devices; to be added and removed on the fly. . This package contains the development headers for the library found in libxi6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Package: libxi6 Description-md5: ba006f0e6e88bcc1dded33a4ac1bacfd Description-en: X11 Input extension library libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and will soon allow hotplugging of input devices; to be added and removed on the fly. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Package: libxi6-dbg Description-md5: 857507268b7762f8b0c6a0614de2dde3 Description-en: X11 Input extension library (debug package) libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and will soon allow hotplugging of input devices; to be added and removed on the fly. . This package contains the debug versions of the library found in libxi6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Package: libxine-dev Description-md5: 36d9d1dc57d6063ce50c9d7a45270e3b Description-en: the xine video player library, development packages This contains development files (headers, documentation and the like) and additional documentation for developers for the xine library (libxine). . Libxine provides the complete infrastructure for a video/media player. It supports MPEG 1/2 and some AVI and Quicktime videos out of the box, so you can use it to play DVDs, (S)VCDs and most video files out there. It supports network streams, subtitles and even MP3 or Ogg files. It's extensible to your heart's content via plugins for audio and video output, input media, demuxers (stream types), audio/video and subtitle codecs. Package: libxine1 Description-md5: db4b11dfc488ed6666d1c22c30cb964a Description-en: the xine video/media player library, meta-package This is the xine media player library (libxine). . Libxine provides the complete infrastructure for a video/media player. It supports MPEG 1/2 and some AVI and Quicktime videos out of the box, so you can use it to play DVDs, (S)VCDs and most video files out there. It supports network streams, subtitles and even MP3 or Ogg files. It's extensible to your heart's content via plugins for audio and video output, input media, demuxers (stream types), audio/video and subtitle codecs. . While this package does not provide a GUI, building a user-interface frontend around this should be quite easy. The xine-ui and gxine packages each provide one for your convenience. Package: libxine1-bin Description-md5: e1fa4c9a0029957d22a624a4ab80bbac Description-en: the xine video/media player library, binary files This package contains the core library of the xine video/media player engine. Package: libxine1-console Description-md5: 1fee5dff7e6e95c00424cca2a18e2ba9 Description-en: libaa/libcaca/framebuffer/directfb related plugins for libxine1 This package contains plugins for the xine video/media player engine, which are commonly used on the command line. In detail, this package contains the framebuffer (fb), directfb, libaa and libcaca output plugins. . If you want to view your videos in an xterm, you want to install this package. Package: libxine1-dbg Description-md5: 4410c4daf9b1f2ccd6c51b16ecba9efe Description-en: debug symbols for libxine1 This is the xine media player library (libxine). . This package contains debug data for the shared libraries. Its purpose is to allow debuggers to produce backtraces with names, making it easier to interpret core dumps. The data is installed in /usr/lib/debug. . Most people will not need this package. Please install it to produce useful stacktraces to help debugging the xine library. Package: libxine1-ffmpeg Description-md5: 1212518e04ff73f77d713b4975ad3c15 Description-en: MPEG-related plugins for libxine1 This package contains plugins for the xine video/media player engine, which are necessary to decode MPEG-based codecs. Among them, this package includes the ffmpeg input plugin for xine, which enables xine-based players a large variety of modern audio and video codecs. . You most probably want to install this package. It is required if you want to watch DVDs or digital TV using any xine-based player. Package: libxine1-gnome Description-md5: abfefece7eced3537d5a130e8e865391 Description-en: GNOME-related plugins for libxine1 This package contains plugins for the xine video/media player engine, which are commonly used in the GNOME desktop environment. In detail this package contains the ESD output plugin and the GnomeVFS Plugin. . If you are running GNOME, you most probably want to install this package. Package: libxine1-misc-plugins Description-md5: f499795ace6edae17015a684e1a3ac5f Description-en: Input, audio output and post plugins for libxine1 This package contains plugins for the xine video/media player engine which are used for input, audio output and post-processing. . You most probably want to install this package. It contains various plugins you generally would expect to find on a xine installation. Package: libxine1-x Description-md5: dcaf5f5a23037aadca3da5834f6749f3 Description-en: X desktop video output plugins for libxine1 This package contains plugins for the xine video/media player engine which are used for video display on the X desktop. . You most probably want to install this package if you are using a graphical frontend like gxine, kaffeine or xine-ui. It contains xine output plugins necessary for drawing on X11 Displays. Package: libxinerama-dev Description-md5: 2efd4db97130bfd4a9ddc036f4e668d9 Description-en: X11 Xinerama extension library (development headers) libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . This package contains the development headers for the library found in libxinerama1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Package: libxinerama1 Description-md5: 8af4527c5c1d4c9cfadc619f456cc56d Description-en: X11 Xinerama extension library libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Package: libxinerama1-dbg Description-md5: 3efda02ddc20dc08432699587550c3db Description-en: X11 Xinerama extension library (debug package) libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . This package contains the debug versions of the library found in libxinerama1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Package: libxkbfile-dev Description-md5: ad5f62c86814066bcc2cca88f1feb02d Description-en: X11 keyboard file manipulation library (development headers) libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension. . This package contains the development headers for the library found in libxkbfile1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libxkbfile Package: libxkbfile1 Description-md5: e5bd1e08d32d2a15bb15debcd9ebca0d Description-en: X11 keyboard file manipulation library libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libxkbfile Package: libxkbfile1-dbg Description-md5: 7bed775e20505db4d272ed92954d082c Description-en: X11 keyboard file manipulation library (debug package) libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension. libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . This package contains the debug versions of the library found in libxkbfile1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libxkbfile Package: libxklavier-dev Description-md5: b597dcd5eda75cde0b43256434dc609f Description-en: Development files for libxklavier These are headers and other files needed to develop with libxklavier. Package: libxklavier16 Description-md5: 1cd9d83d8439126ed00f6818cfce823d Description-en: X Keyboard Extension high-level API Libxklavier provides programmers an API for high(er) level access to the X Keyboard Extension, to ease creating XKB related applications. Package: libxml++2.6-2 Description-md5: 5000d474cafbf7c5dd4265d7b92c45a2 Description-en: C++ interface to the GNOME XML library (libxml2) Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise known as the GNOME XML library). It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specification because they are not aimed at C++. Its API is much simpler than the underlying libxml C API. . This package contains shared libraries. Package: libxml++2.6-dbg Description-md5: 1371a4f099f93f9bc292a84ed5d8dd4f Description-en: C++ interface to the GNOME XML library (debug symbols) Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise known as the GNOME XML library). It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specification because they are not aimed at C++. Its API is much simpler than the underlying libxml C API. . This package contains debug symbols for debugging applications using libxml++. Package: libxml++2.6-dev Description-md5: 9cfa81a79419cccc6d88cb79db42ec7d Description-en: C++ interface to the GNOME XML library (libxml2) Libxml++ is a C++ wrapper for the libxml2 XML parser library (otherwise known as the GNOME XML library). It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specification because they are not aimed at C++. Its API is much simpler than the underlying libxml C API. . This package contains development files. Package: libxml-commons-resolver1.1-java-gcj Description-md5: cedd8cf091ffb8b185aaf2a25777d6d5 Description-en: XML entity and URI resolver library -- native library Apache XML Commons Resolver simplifies the task of using XML catalog files to perform entity resolution. They are used by other Apache XML projects like Xerces-J and Xalan-J. . This package contains the natively compiled code for use by gij. Package: libxml-libxml-perl Description-md5: d585b9f49fd3c911baab5d83bfe8dae5 Description-en: Perl interface to the libxml2 library XML::LibXML is a Perl interface to the GNOME libxml2 library, which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance Document Object Model (DOM) implementation. Additionally, it supports using the XML Path Language (XPath) to find and extract information. Package: libxml-parser-perl Description-md5: f3f996bbf5ff035cbc02bffeda96694b Description-en: Perl module for parsing XML files XML::Parser module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time. . The behavior of the parser is controlled either by Style and/or Handlers options, or by setHandlers method. These all provide mechanisms for XML::Parser to set the handlers needed by XML::Parser::Expat. If neither Style nor Handlers are specified, then parsing just checks the document for being well-formed. . When underlying handlers get called, they receive as their first parameter the Expat object, not the Parser object. Package: libxml2 Description-md5: 6771e66f557fa0f71e6955303e1d8f8d Description-en: GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides a library providing an extensive API to handle such XML data files. Package: libxml2-dbg Description-md5: e6366bd8797060b5c00591785cb81ab4 Description-en: Debugging symbols for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides the debugging symbols for the library and for the utilities provided by the libxml2-utils package. Debugging symbols for the Python modules are not available. Package: libxml2-dev Description-md5: 3fc5da551079ce5d27e8aae047e7a888 Description-en: Development files for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . Install this package if you wish to develop your own programs using the GNOME XML library. Package: libxml2-utils Description-md5: eb24a32e7f02ae9cc4d9ada525dc1964 Description-en: XML utilities XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides xmllint, a tool for validating and reformatting XML documents, and xmlcatalog, a tool to parse and manipulate XML or SGML catalog files. Package: libxmlrpc-c3-0 Description-md5: 23de05606aca50a5a527deec6cfee963 Description-en: A lightweight RPC library based on XML and HTTP for C and C++ XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This library provides a modular implementation of XML-RPC for C and C++. . xmlrpc-c homepage: http://xmlrpc-c.sourceforge.net/ Package: libxmlrpc-c3-dev Description-md5: 2a0125a0591cc1df222c1f1ec00c7946 Description-en: A lightweight RPC library based on XML and HTTP for C and C++ XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This library provides a modular implementation of XML-RPC for C and C++. . Install this package if you wish to develop your own programs using this library. . xmlrpc-c homepage: http://xmlrpc-c.sourceforge.net/ Package: libxmlrpc-core-c3-0 Description-md5: 9824964288f3837505a583d6958a52ef Description-en: A lightweight RPC library based on XML and HTTP (core libraries) XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This library provides a modular implementation of XML-RPC for C and C++. . xmlrpc-c homepage: http://xmlrpc-c.sourceforge.net/ Package: libxmlrpc-core-c3-dev Description-md5: badbfa95fdbd12b3b40a1feb5aa4ea7d Description-en: A lightweight RPC library based on XML and HTTP (core libraries) XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. . This library provides a modular implementation of XML-RPC for C and C++. . Install this package if you wish to develop your own programs using this library. . xmlrpc-c homepage: http://xmlrpc-c.sourceforge.net/ Package: libxmltok1 Description-md5: 69ef786d49a46efbd1c98830282da30e Description-en: XML Parser Toolkit, runtime libraries Libraries for XML parsing in C. It aims to be fully conforming. It is currently not a validating XML processor. . The library libxmltok contains a low-level library for tokenizing XML. The library libxmlparse contains an XML parser library which is built on top of the xmltok library. . Author: James Clark Package: libxmltok1-dev Description-md5: 4bde7e069f9e49e0a64c14812747c6dd Description-en: XML Parser Toolkit, developer libraries Libraries for XML parsing in C. It aims to be fully conforming. It is currently not a validating XML processor. . The library libxmltok contains a low-level library for tokenizing XML. The library libxmlparse contains an XML parser library which is built on top of the xmltok library. . Author: James Clark Package: libxmu-dev Description-md5: 1535c013b63a4134a8f998fbc83b84eb Description-en: X11 miscellaneous utility library (development headers) libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. libXmuu is a lighter-weight version that does not depend on libXt or libXext; for more information, see libxmuu1. . This package contains the development headers for the library found in libxmu6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Package: libxmu6 Description-md5: 5399b16d918a060136eb6d6a5cfda654 Description-en: X11 miscellaneous utility library libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. libXmuu is a lighter-weight version that does not depend on libXt or libXext; for more information, see libxmuu1. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Package: libxmu6-dbg Description-md5: 74842649756d66458d661751633517ad Description-en: X11 miscellaneous utility library (debug package) libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. libXmuu is a lighter-weight version that does not depend on libXt or libXext; for more information, see libxmuu1. . This package contains the debug versions of the library found in libxmu6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Package: libxmuu-dev Description-md5: 82e532669f63dcf82d16c33a3969f937 Description-en: X11 miscellaneous micro-utility library (development headers) libXmuu provides a set of miscellaneous utility convenience functions for X libraries to use. It is a lighter version of libXmu that does not depend on libXt or libXext; for more information on libXmu, see libxmu6. . This package contains the development headers for the library found in libxmuu1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Package: libxmuu1 Description-md5: 9bbd97bf046baafb7d73b980536d719d Description-en: X11 miscellaneous micro-utility library libXmuu provides a set of miscellaneous utility convenience functions for X libraries to use. It is a lighter version of libXmu that does not depend on libXt or libXext; for more information on libXmu, see libxmu6. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Package: libxmuu1-dbg Description-md5: e4dcd200da39b15800208107b9ab2361 Description-en: X11 miscellaneous micro-utility library (debug package) libXmuu provides a set of miscellaneous utility convenience functions for X libraries to use. It is a lighter version of libXmu that does not depend on libXt or libXext; for more information on libXmu, see libxmu6. . This package contains the debug versions of the library found in libxmuu1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Package: libxp-dev Description-md5: 7b946dfa99967f31503fdf6163d82429 Description-en: X Printing Extension (Xprint) client library (development files) libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. . This package provides a static library and C header files. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXp Package: libxp6 Description-md5: 606ddf2ba3808cac5f4c9f729b530e3c Description-en: X Printing Extension (Xprint) client library libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXp Package: libxp6-dbg Description-md5: ce28d085688ab1f89e9fa011f8e022fc Description-en: X Printing Extension (Xprint) client library (unstripped) libXp provides public APIs to allow client applications to render to non-display devices, making use of the X Print Service. . This package provides an unstripped shared object with debugging symbols, useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using this library (or the library itself). The library is installed in /usr/lib/debug and can be used by placing that directory in the LD_LIBRARY_PATH environment variable when the code to be debugged is executed. Non-programmers will likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXp Package: libxplc0.3.13 Description-md5: 2f5572bbaa2108ce1214171d6bd7384c Description-en: Light weight component system XPLC ("Cross-Platform Lightweight Components") is a component system that will provide extensibility and reusability both inside and between applications, while being portable across platforms (and languages) and having the lowest possible overhead (both in machine resources and programming effort). Package: libxplc0.3.13-dev Description-md5: 94124a60d1a69e9f53d0e1eb08b4dc3d Description-en: Light weight component system (Development libraries and headers) XPLC ("Cross-Platform Lightweight Components") is a component system that will provide extensibility and reusability both inside and between applications, while being portable across platforms (and languages) and having the lowest possible overhead (both in machine resources and programming effort). Package: libxpm-dev Description-md5: e91c2abc22768ade4f5ed4a40a77a1ba Description-en: X11 pixmap library (development headers) libXpm provides support and common operation for the XPM pixmap format, which is commonly used in legacy X applications. XPM is an extension of the monochrome XBM bitmap specificied in the X protocol. . This package contains the development headers for the library found in libxpm4. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXpm Package: libxpm4 Description-md5: b50827ac6c5db6e9176963f3a396b177 Description-en: X11 pixmap library libXpm provides support and common operation for the XPM pixmap format, which is commonly used in legacy X applications. XPM is an extension of the monochrome XBM bitmap specificied in the X protocol. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXpm Package: libxpm4-dbg Description-md5: 322f9d9bcb8b4e0e2cc777e2e53a9ed1 Description-en: X11 pixmap library (debug package) libXpm provides support and common operation for the XPM pixmap format, which is commonly used in legacy X applications. XPM is an extension of the monochrome XBM bitmap specificied in the X protocol. . This package contains the debug versions of the library found in libxpm4. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXpm Package: libxrandr-dev Description-md5: 444725c9e942434744988c5291f2f2f3 Description-en: X11 RandR extension library (development headers) libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . This package contains the development headers for the library found in libxrandr2. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libxrandr2 Description-md5: 4f5e90c11ffce760113c5e601f3f4449 Description-en: X11 RandR extension library libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libxrandr2-dbg Description-md5: e0f7c9763ea9b670967b0e6ed35acd8f Description-en: X11 RandR extension library (debug package) libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . This package contains the debug versions of the library found in libxrandr2. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrandr Package: libxrender-dev Description-md5: 90cef1620b30f07a5c21955d91855734 Description-en: X Rendering Extension client library (development files) The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . This package provides a static library and C header files. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libxrender1 Description-md5: 1529276fe319e97fa1c4f85128ed50b8 Description-en: X Rendering Extension client library The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libxrender1-dbg Description-md5: 826b72926150a03d65486e6527811ff8 Description-en: X Rendering Extension client library (unstripped) The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . This package provides an unstripped shared object with debugging symbols, useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using this library (or the library itself). The library is installed in /usr/lib/debug and can be used by placing that directory in the LD_LIBRARY_PATH environment variable when the code to be debugged is executed. Non-programmers will likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Package: libxres-dev Description-md5: 70ec3c2d202b5b75e237d25e6d833401 Description-en: X11 Resource extension library (development headers) libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . This package contains the development headers for the library found in libxres1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Package: libxres1 Description-md5: d9399de89592de94c1d00cfcb2c850b3 Description-en: X11 Resource extension library libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Package: libxres1-dbg Description-md5: 65dd45290b60147f90a3ada760535036 Description-en: X11 Resource extension library (debug package) libXRes provides an X Window System client interface to the Resource extension to the X protocol. . The Resource extension allows for X clients to see and monitor the X resource usage of various clients (pixmaps, et al). . This package contains the debug versions of the library found in libxres1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXRes Package: libxslt1-dbg Description-md5: 07d298272e95c3b2975184f478cc6006 Description-en: XSLT 1.0 processing library - debugging symbols XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package provides the debugging symbols for the library and for the xsltproc utility provided by the xsltproc package. Debugging symbols for the Python modules are not available. Package: libxslt1-dev Description-md5: f51e27fa123abbb4132b189b0ee706c8 Description-en: XSLT 1.0 processing library - development kit XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains the development files for libxslt. Package: libxslt1.1 Description-md5: a00a78b7d528f023d0297a93b37a3a68 Description-en: XSLT 1.0 processing library - runtime library XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains the libxslt library used by applications for XSLT transformations. Package: libxsltc-java-gcj Description-md5: f98bdafb0f1c7090b93f46cf6cb674d6 Description-en: XSL Transformations (XSLT) compiler from Xalan-Java (native code) XSLTC provides a compiler and a runtime processor. Use the compiler to compile an XSL stylesheet into a translet (i.e. a set of Java classes). Use the runtime processor to apply the translet to an XML document and perform a transformation. . This package contains the natively compiled code for use by gij. Package: libxss-dev Description-md5: b80df2fec1242730f837d3f0bf416da8 Description-en: X11 Screen Saver extension library (development headers) libXss provides an X Window System client interface to the MIT-SCREEN-SAVER extension to the X protocol. . The Screen Saver extension allows clients behaving as screen savers to register themselves with the X server, to better integrate themselves with the running session. . This package contains the development headers for the library found in libxss1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libScrnSaver Package: libxss1 Description-md5: b522226f612dbdd9af03e04a51353525 Description-en: X11 Screen Saver extension library libXss provides an X Window System client interface to the MIT-SCREEN-SAVER extension to the X protocol. . The Screen Saver extension allows clients behaving as screen savers to register themselves with the X server, to better integrate themselves with the running session. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libScrnSaver Package: libxss1-dbg Description-md5: 70a855cf07e6a6c08067f1bc670258d3 Description-en: X11 Screen Saver extension library (debug package) libXss provides an X Window System client interface to the MIT-SCREEN-SAVER extension to the X protocol. . The Screen Saver extension allows clients behaving as screen savers to register themselves with the X server, to better integrate themselves with the running session. . This package contains the debug versions of the library found in libxss1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libScrnSaver Package: libxt-dev Description-md5: 4672adcea184032fd66fe6c6e5ca9f00 Description-en: X11 toolkit intrinsics library (development headers) libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . This package contains the development headers for the library found in libxt6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libxt6 Description-md5: c3abc4b8f3ebe1d7b7494d4013fd7976 Description-en: X11 toolkit intrinsics library libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libxt6-dbg Description-md5: 6f1684f08fb3fbea27569764cab49561 Description-en: X11 toolkit intrinsics library (debug package) libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . This package contains the debug versions of the library found in libxt6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Package: libxtst-dev Description-md5: ae1bea16337ee830ba8837b716b07dc8 Description-en: X11 Record extension library (development headers) libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . This package contains the development headers for the library found in libxtst6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxtst6 Description-md5: a21047d5f3eab970798b4c22c0163132 Description-en: X11 Testing -- Record extension library libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxtst6-dbg Description-md5: a94f094d9401e079de1a5be3957d9f64 Description-en: X11 Record extension library (debug package) libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . This package contains the debug versions of the library found in libxtst6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Package: libxv-dev Description-md5: 4a8b09db5604319bdef123b54c9be53f Description-en: X11 Video extension library (development headers) libXv provides an X Window System client interface to the XVideo extension to the X protocol. . The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV. . This package contains the development headers for the library found in libxv1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: libxv1 Description-md5: cbda0d10d66b049955c1a3034acbf025 Description-en: X11 Video extension library libXv provides an X Window System client interface to the XVideo extension to the X protocol. . The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: libxv1-dbg Description-md5: 8922040df70061a4d2161ad4dfa8c8e6 Description-en: X11 Video extension library (debug package) libXv provides an X Window System client interface to the XVideo extension to the X protocol. . The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV. . This package contains the debug versions of the library found in libxv1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Package: libxvmc-dev Description-md5: d277adb1bcda026e26e3a11d72c9245d Description-en: X11 Video extension library (development headers) libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . This package contains the development headers for the library found in libxvmc1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Package: libxvmc1 Description-md5: 7746d5687dd79b2189f90e7206d6db90 Description-en: X11 Video extension library libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Package: libxvmc1-dbg Description-md5: a144654b529015153d66ee0bc51fe57f Description-en: X11 Video extension library (debug package) libXvMC provides an X Window System client interface to the XVideo-MotionCompensation extension to the X protocol. . The XVideo-MotionCompensation extension allows for further accelerated drawing of videos. Video data may be sent at earlier stages of the decoding pipeline than raw YUV data. At the moment, driver support for XvMC is poor to non-existent. . This package contains the debug versions of the library found in libxvmc1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXvMC Package: libxxf86dga-dev Description-md5: e02dc131e7ff39b6aafdad14aa6d7780 Description-en: X11 Direct Graphics Access extension library (development headers) libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games. . This package contains the development headers for the library found in libxxf86dga1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: libxxf86dga1 Description-md5: 3b4c06b89aa50ec8ff9dfdeca065cd4a Description-en: X11 Direct Graphics Access extension library libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: libxxf86dga1-dbg Description-md5: c3ae464978269f65057391632499fe73 Description-en: X11 Direct Graphics Access extension library (debug package) libXxf86dga provides the XFree86-DGA extension, which allows direct graphics access to a framebuffer-like region, and also allows relative mouse reporting, et al. It is mainly used by games and emulators for games. . This package contains the debug versions of the library found in libxxf86dga1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga Package: libxxf86vm-dev Description-md5: f248dc7c5a7842ef87d8528ab4f9bb7b Description-en: X11 XFree86 video mode extension library (development headers) libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . This package contains the development headers for the library found in libxxf86vm1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: libxxf86vm1 Description-md5: b174fdb3bc0f1361c3d5865a48ffdd70 Description-en: X11 XFree86 video mode extension library libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: libxxf86vm1-dbg Description-md5: c96802621cfbd8042ea5b726670991cc Description-en: X11 XFree86 video mode extension library (debug package) libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . This package contains the debug versions of the library found in libxxf86vm1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Package: libyajl-dev Description-md5: 2cfee6b229bf6903e3924aa0d5cbc263 Description-en: Yet Another JSON Library - development files A small, fast library for parsing JavaScript Object Notation (JSON). It supports incremental parsing from a stream and leaves data representation to higher level code. . This package contains the header files and static libraries needed for compiling software that uses the yajl library. Package: libyajl1 Description-md5: d040c8eddc66c15eddb5e7a364fc9e23 Description-en: Yet Another JSON Library A small, fast library for parsing JavaScript Object Notation (JSON). It supports incremental parsing from a stream and leaves data representation to higher level code. Package: libyajl1-dbg Description-md5: 67af37075b4ea394d85be734e7aa253d Description-en: Yet Another JSON Library - debugging symbols A small, fast library for parsing JavaScript Object Notation (JSON). It supports incremental parsing from a stream and leaves data representation to higher level code. . This package contains the debugging symbols for libyajl1. Package: libyaml-0-2 Description-md5: dc7536751a3eb6ce248dda2ad4cfcca2 Description-en: Fast YAML 1.1 parser and emitter library LibYAML is a C library for parsing and emitting data in YAML 1.1, a human-readable data serialization format. Package: libyaml-0-2-dbg Description-md5: 767682fbb1951cdeb7f4c5cb551964c6 Description-en: Fast YAML 1.1 parser and emitter library (debugging symbols) LibYAML is a C library for parsing and emitting data in YAML 1.1, a human-readable data serialization format. . This package contains detached debuging symbols for the library found in libyaml-0-2. Package: libyaml-dev Description-md5: 6a835b3e1ea55d4191038017f1855f58 Description-en: Fast YAML 1.1 parser and emitter library (development) LibYAML is a C library for parsing and emitting data in YAML 1.1, a human-readable data serialization format. . This package contains development headers and static libraries. Package: libyaml-syck-perl Description-md5: f51982407cbb33e7ef37c6b77d52ffb9 Description-en: Perl module providing a fast, lightweight YAML loader and dumper YAML::Syck provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around. . This module is considered deprecated. Please consider using libyaml-libyaml-perl or switching to JSON instead. Package: libyelp-dev Description-md5: 16dfe7c9b07fae30c7c33c3655d53161 Description-en: Library for the GNOME help browser (development) Yelp is the help browser for the GNOME desktop. Yelp provides a simple graphical interface for viewing DocBook, Mallard, HTML, man, and info formatted documentation. . This package contains the development files for the libyelp library. Package: libyelp0 Description-md5: f5adafee47b3d10b994668590a31200f Description-en: Library for the GNOME help browser Yelp is the help browser for the GNOME desktop. Yelp provides a simple graphical interface for viewing DocBook, Mallard, HTML, man, and info formatted documentation. . This library contains widgets and utilities for use by Yelp. Package: libytnef0 Description-md5: b0ad32a835b6d42cbad3e981be3d3de1 Description-en: improved decoder for application/ms-tnef attachments Yerase's TNEF Stream Reader allows you to decode application/ms-tnef e-mail attachments, which are usually entitled "winmail.dat" and are generally a file container format that is only readable by Microsoft Outlook. Some TNEF streams also include RTF-formatted data. . libytnef0 is the support library that exposes these functions to other programs. The ytnef program (and eponymous package) is the frontend for this library, so you should probably install that if you want to take advantage of it. Package: libytnef0-dev Description-md5: f90407c5eeae45c324c4529495392e13 Description-en: improved decoder for application/ms-tnef attachments Yerase's TNEF Stream Reader allows you to decode application/ms-tnef e-mail attachments, which are usually entitled "winmail.dat" and are generally a file container format that is only readable by Microsoft Outlook. Some TNEF streams also include RTF-formatted data. . libytnef0 is the support library that exposes these functions to other programs. The ytnef program (and eponymous package) is the frontend for this library, so you should probably install that if you want to take advantage of it. . These are the development headers for libytnef0. Package: libzeitgeist-1.0-1 Description-md5: 5f36f890b2fde009f3c657c743aacc4e Description-en: library to access Zeitgeist - shared library Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations hold 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. . Libzeitgeist is a client library to access and manage the Zeitgeist event log from languages such as C and Vala. . This package contains shared libraries to be used by applications. Package: libzeitgeist-1.0-1-dbg Description-md5: fe23cb66d3ff2d9bf1f3dd68bab85e55 Description-en: library to access Zeitgeist - debugging symbols Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations hold 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. . Libzeitgeist is a client library to access and manage the Zeitgeist event log from languages such as C and Vala. . This package contains debugging symbols. Package: libzeitgeist-dev Description-md5: fd5d7b8d40b9c9f711482b8a95928b06 Description-en: library to access Zeitgeist - development files Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations hold 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. . Libzeitgeist is a client library to access and manage the Zeitgeist event log from languages such as C and Vala. . This package contains files that are needed to build applications. Package: libzephyr-dev Description-md5: f44dfde5a594186c509feb71aa97758a Description-en: Project Athena's notification service - development files Zephyr is derived from the original Project Athena 'Instant Message' system and allows users to send messages to other users or to groups of users. Users can view incoming Zephyr messages as windowgrams (transient X windows) or as text on a terminal. . This package provides development libraries and files, which are needed to compile alternative Zephyr clients. Package: libzephyr4 Description-md5: 27bb0be9ade76da1a83e09f9867be0a8 Description-en: Project Athena's notification service - non-Kerberos libraries Zephyr is derived from the original Project Athena 'Instant Message' system and allows users to send messages to other users or to groups of users. Users can view incoming Zephyr messages as windowgrams (transient X windows) or as text on a terminal. . This package provides the libraries without Kerberos support. Package: libzephyr4-krb5 Description-md5: 7ff5021355c1d68e37c5db71da399f6c Description-en: The original "Instant Message" system libraries with Kerberos V This version of the library uses Kerberos V for message authentication. . This is the Project Athena Zephyr notification system. Zephyr allows users to send messages to other users or to groups of users. Users can view incoming Zephyr messages as windowgrams (transient X windows) or as text on a terminal. Package: liferea Description-md5: 557b0b803b7ed864e6d14df4b02e3d26 Description-en: feed aggregator for GNOME Liferea is a simple FeedReader clone for GNOME. It is a reader for RSS/RDF feeds which also supports CDF channels, Atom/Echo/PIE feeds and OCS directories. . Liferea is an abbreviation for Linux Feed Reader. Package: liferea-dbg Description-md5: 1781deea82dc3668003d79a7421f3f4d Description-en: liferea debug symbols This package contains the debug symbols for liferea. It's useful if you find a bug in the application and want to help fix it. . You do not need this package for everyday use of liferea. Package: lightdm Description-md5: a04ec89b09d7becf8ba288295841fad0 Description-en: Display Manager LightDM is a X display manager that: * Has a lightweight codebase * Is standards compliant (PAM, ConsoleKit, etc) * Has a well defined interface between the server and user interface * Cross-desktop (greeters can be written in any toolkit) Package: lightdm-gtk-greeter Description-md5: 839288674c69244af5dc37aa3477682b Description-en: LightDM GTK+ Greeter A LightDM greeter that uses the GTK+ toolkit. Package: lightdm-qt-greeter Description-md5: 1f0e6f46f6133f00f779be129d4b2722 Description-en: LightDM Qt Greeter A LightDM greeter that uses the Qt toolkit. Package: linux-headers-2.6.31-800-st1-5 Description-md5: b02daf2938451a397238cad31d203577 Description-en: Linux kernel headers for version 2.6.31 on ST1.5-based systems This package provides kernel header files for version 2.6.31 on ST1.5-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-2.6.31-800/debian.README.gz for details. Package: linux-headers-3.0.0-1007-linaro-omap Description-md5: d99e9c29a95c510f4221cc93183972bb Description-en: Linux kernel headers for version 3.0.0 on TI OMAP[34]-based systems This package provides kernel header files for version 3.0.0 on TI OMAP[34]-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-linaro-omap-headers-3.0.0-1007/debian.README.gz for details. Package: linux-headers-3.0.0-12-omap Description-md5: 6b7ee9b94b0921d5b5f1620208809c2c Description-en: Linux kernel headers for version 3.0.0 on TI OMAP3-based systems This package provides kernel header files for version 3.0.0 on TI OMAP3-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.0.0-12/debian.README.gz for details. Package: linux-headers-3.0.0-1205 Description-md5: 25ced82fbbe43d3cde32d2e6dedc4bec Description-en: Header files related to Linux kernel version 3.0.0 This package provides kernel header files for version 3.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-3.0.0-1205/debian.README.gz for details Package: linux-headers-3.0.0-1205-omap4 Description-md5: f80ae00872c7e1b65ddd9a92960ef621 Description-en: Linux kernel headers for version 3.0.0 on TI OMAP4-based systems This package provides kernel header files for version 3.0.0 on TI OMAP4-based systems. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ti-omap4-headers-3.0.0-1205/debian.README.gz for details. Package: linux-headers-linaro-mx51 Description-md5: 93a6284675fa51f701333095828f9d55 Description-en: Linux kernel headers for the Freescale i.MX51 architecture. This package will always depend on the latest kernel headers available for Freescale i.MX51 systems. Package: linux-headers-linaro-omap Description-md5: 441e1357698f70e31099701cc56e8e87 Description-en: Linux kernel headers for the OMAP architecture. This package will always depend on the latest kernel headers available for ARM TI OMAP3/OMAP4 systems. Package: linux-headers-linaro-vexpress Description-md5: 593d7c100b1d49a24dc4c642ee0663e4 Description-en: Linux kernel headers for the ARM Versatile Express architecture. This package will always depend on the latest kernel headers available for ARM Versatile Express systems. Package: linux-headers-omap Description-md5: 7e79a2450c3b29619554fa8f3096235d Description-en: Linux kernel headers for the OMAP3 architecture. This package will always depend on the latest kernel headers available for ARM TI OMAP3 systems. Package: linux-headers-omap4 Description-md5: 06bb4c5775843554c79d9b684cd7be62 Description-en: Linux kernel headers for the OMAP4 architecture. This package will always depend on the latest kernel headers available for ARM ti-omap4 systems. Package: linux-headers-st1-5 Description-md5: 89bc23c0e8f414d5456d6ab9a0658955 Description-en: Linux kernel headers -- st1-5 This package will always depend on the latest st1-5 kernel headers available. Package: linux-image-2.6.31-800-st1-5 Description-md5: 1ec6070e95cf59e2b9c39f2636de2c12 Description-en: Linux kernel image for version 2.6.31 on ST1.5-based systems This package contains the Linux kernel image for version 2.6.31 on ST1.5-based systems. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports ST1.5 processors. . Qualcomm Snapdragon boards . You likely do not want to install this package directly. Instead, install the linux-st1-5 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.0.0-1007-linaro-omap Description-md5: 65638dd529d1a047c699d2273f9d31d1 Description-en: Linux kernel image for version 3.0.0 on TI OMAP[34]-based systems This package contains the Linux kernel image for version 3.0.0 on TI OMAP[34]-based systems. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports TI OMAP[34] processors. . Targeted towards boards such as Beagleboard, PandaBoard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-linaro-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.0.0-12-omap Description-md5: 04f17d18658ab35d84ccc64877c8ca81 Description-en: Linux kernel image for version 3.0.0 on TI OMAP3-based systems This package contains the Linux kernel image for version 3.0.0 on TI OMAP3-based systems. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports TI OMAP3 processors. . Targeted towards boards such as Beagleboard, Gumstix, IGEPv2, etc. . You likely do not want to install this package directly. Instead, install the linux-omap meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-3.0.0-1205-omap4 Description-md5: 97cf8debab7901938ce4743a482a62ae Description-en: Linux kernel image for version 3.0.0 on TI OMAP4-based systems This package contains the Linux kernel image for version 3.0.0 on TI OMAP4-based systems. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports TI OMAP4 processors. . Targeted towards boards such as Blazeboard, Pandaboard, etc. . You likely do not want to install this package directly. Instead, install the linux-omap4 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-linaro-mx51 Description-md5: 9b6e158bce2ca1ce25a0a132522df1e1 Description-en: Linux kernel image for the Freescale i.MX51 architecture. This package will always depend on the latest kernel image available for Freescale i.MX51 systems. Package: linux-image-linaro-omap Description-md5: e4ba45c723c78398f98a57d158c50c2b Description-en: Linux kernel image for the OMAP architecture. This package will always depend on the latest kernel image available for ARM TI OMAP3/OMAP4 systems. Package: linux-image-linaro-vexpress Description-md5: 6629445218f09b545b466b8ca984cc9f Description-en: Linux kernel image for the Versatile Express architecture. This package will always depend on the latest kernel image available for ARM Versatile Express systems. Package: linux-image-omap Description-md5: d111ceb833540b8aac4e0768e4f9ead5 Description-en: Linux kernel image for the OMAP3 architecture. This package will always depend on the latest kernel image available for ARM TI OMAP3 systems. Package: linux-image-omap4 Description-md5: 6353a73125ab379b783031f232e09873 Description-en: Linux kernel image for the OMAP4 architecture. This package will always depend on the latest kernel image available for ARM ti-omap4 systems. Package: linux-image-st1-5 Description-md5: c1ea19649eab61b4b033514d9f23ef89 Description-en: Linux kernel image -- st1-5 This package will always depend on the latest st1-5 kernel image available. Package: linux-libc-dev Description-md5: d5d143e6dffc891f04a85464446f9451 Description-en: Linux Kernel Headers for development This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that. Package: linux-omap Description-md5: c26c7bcab3dafeda6d6c13296ed61e9c Description-en: Complete Linux kernel for the OMAP3 architecture. This package will always depend on the latest complete Linux kernel available for ARM TI OMAP3 systems. Package: linux-omap4 Description-md5: 0e188279913eae43107316369bb9eff4 Description-en: Complete Linux kernel for the OMAP4 architecture. This package will always depend on the latest complete Linux kernel available for ARM ti-omap4 systems. Package: linux-st1-5 Description-md5: 7193d0a73a429d0e25df2357d9c60e33 Description-en: Complete Linux kernel -- st1-5 This package will always depend on the latest complete st1-5 Linux kernel available. Package: linux-ti-omap4-tools-3.0.0-1205 Description-md5: a670b80ae2edb9e2debb5932880ce4f0 Description-en: Linux kernel tools for version 3.0.0-1205 This package provides the architecture dependant parts for kernel version locked tools for version 3.0.0-1205 on DESC. Package: linux-tools Description-md5: ea15db5fd6e3e3cff13446d5e28af7c8 Description-en: Linux kernel versioned Tools This package will always depend on the latest Linux kernel versioned tools available. The Ubuntu patches have been applied. Package: linux-tools-3.0.0-12 Description-md5: a26d85f8af9dafd6e5bcd3322db7f136 Description-en: Linux kernel tools for version 3.0.0-12 This package provides the architecture dependant parts for kernel version locked tools for version 3.0.0-12 on DESC. Package: linux-tools-omap4 Description-md5: ea15db5fd6e3e3cff13446d5e28af7c8 Description-en: Linux kernel versioned Tools This package will always depend on the latest Linux kernel versioned tools available. The Ubuntu patches have been applied. Package: linux-wlan-ng Description-md5: e66774d600b1f0c55dbfd4984d47f146 Description-en: utilities for wireless prism2 cards linux-wlan-ng is a set of drivers and utilities that is intended to provide the full range of IEEE 802.11 MAC management capabilities for use in user-mode utilities and scripts. The package currently supports the Intersil 802.11b Prism2, Prism2.5, and Prism3 reference designs for PCMCIA, PCI, and USB. Additionally, the package includes support for the PLX9052 based PCI to PCMCIA adapter with a few different PCMCIA cards. . Please note that you probably do not need this package: The prism2_usb driver is included in the default kernel packages since 2.6.31. If you need firmware loading for your prism2_usb device, please just install the prism2-usb-firmware-installer package. . This package ships legacy utilities and scripts for advanced configuration and user-space firmware downloading (support for non-USB devices). Package: linuxdoc-tools Description-md5: bdeba8eda21c76f3226802a8e194e608 Description-en: convert LinuxDoc SGML source into other formats LinuxDoc sgml is a highly configurable text format for writing documentation, something like html only it's simpler and can be converted to various other formats, including html for websites. You write a LinuxDoc document using any text editor such as vim. Then you use linuxdoc-tools to convert it to html, rtf, plain-text (install linuxdoc-tools-text), info (install linuxdoc-tools-info), LaTeX, dvi or postscript (install linuxdoc-tools-latex). The sgmltools-lite package can convert LinuxDoc to DocBook format. . LinuxDoc can automatically create a table of contents. It's easier to write and read than docbook since it allows one to omit most closing tags while paragraphs are separated by just blank lines. Package: lirc Description-md5: 13afcdab0a98aaea919ab1053fe3d187 Description-en: infra-red remote control support LIRC stands for 'Linux Infra-red Remote Control'. . This package provides the daemons and some utilities to support infra-red remote controls under Linux. Package: lirc-x Description-md5: f44cd7126abd1b0088c27ba231bdca5c Description-en: infra-red remote control support - X utilities LIRC stands for 'Linux Infra-red Remote Control'. . This package provides X utilities for LIRC: irxevent: allows controlling X applications with a remote control; xmode2 : shows the IR waveform of the remote controller without an oscilloscope. Unneeded for TV cards or the Irman. Package: lksctp-tools Description-md5: 2626efe93b0b3cfcdd97b321e6e46128 Description-en: user-space access to Linux Kernel SCTP - commandline tools Commandline tools and libraries to test SCTP functionality . This package is part of the LKSCTP project. . It includes the following commandline tools: * checksctp: Determine if kernel supports SCTP * withsctp: Run existing TCP binaries over SCTP * sctp_darn: Send and receive messages via SCTP * sctp_test: Userspace test application for the SCTP kernel reference implementation . SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC2960 defines the core protocol. Package: llvm-2.9 Description-md5: 7e204bc3dba1b58273be985f67fbc4f3 Description-en: Low-Level Virtual Machine (LLVM) The Low-Level Virtual Machine (LLVM) is a collection of libraries and tools that make it easy to build compilers, optimizers, Just-In-Time code generators, and many other compiler-related programs. LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X86, SparcV9, PowerPC, or it can emit C code. . LLVM is the key component of the clang compiler and the gcc plugin called dragonegg. Package: llvm-2.9-dev Description-md5: dbddd190099f91a891e50b25a5534c30 Description-en: Low-Level Virtual Machine (LLVM), libraries and headers The Low-Level Virtual Machine (LLVM) is a collection of libraries and tools that make it easy to build compilers, optimizers, Just-In-Time code generators, and many other compiler-related programs. LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-2.9-runtime Description-md5: cc71b67cee5965263bab53df0cb1b6d6 Description-en: Low-Level Virtual Machine (LLVM), bytecode interpreter The Low-Level Virtual Machine (LLVM) is a collection of libraries and tools that make it easy to build compilers, optimizers, Just-In-Time code generators, and many other compiler-related programs. LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: lm-sensors Description-md5: 491418ae94ae096e9d6b05b0cf47c351 Description-en: 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 programs to help you set up and read data from lm-sensors. Package: locate Description-md5: bff4cb1129be08196a6ed2311b3d1fbc Description-en: maintain and query an index of a directory tree updatedb generates an index of files and directories. GNU locate can be used to quickly query this index. Package: lockfile-progs Description-md5: 1734d26cc52e1c7ee271af4a4589f25f Description-en: Programs for locking and unlocking files and mailboxes This package includes several programs to safely lock and unlock files and mailboxes from the command line. These include: . lockfile-create lockfile-remove lockfile-touchlock mail-lock mail-unlock mail-touchlock . These programs use liblockfile to perform the file locking and unlocking, so they are guaranteed compatible with Debian's file locking policies. Package: login Description-md5: a9c42fe48288d1e8b7d3d34463d0f485 Description-en: system login tools These tools are required to be able to login and use your system. The login program invokes your user shell and enables command execution. The newgrp program is used to change your effective group ID (useful for workgroup type situations). The su program allows changing your effective user ID (useful being able to execute commands as another user). Package: logrotate Description-md5: bb73169bb75b2b8a2fda1453d214416d Description-en: Log rotation utility The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. Normally, logrotate runs as a daily cron job. Package: lp-solve Description-md5: bc9fbd53b2b145f26b30729410336710 Description-en: Solve (mixed integer) linear programming problems The linear programming (LP) problem can be formulated as: Solve A.x >= V1, with V2.x maximal. A is a matrix, x is a vector of (nonnegative) variables, V1 is a vector called the right hand side, and V2 is a vector specifying the objective function. . An integer linear programming (ILP) problem is an LP with the constraint that all the variables are integers. In a mixed integer linear programming (MILP) problem, some of the variables are integer and others are real. . The program lp_solve solves LP, ILP, and MILP problems. It is slightly more general than suggested above, in that every row of A (specifying one constraint) can have its own (in)equality, <=, >= or =. The result specifies values for all variables. . lp_solve uses the 'Simplex' algorithm and sparse matrix methods for pure LP problems. If one or more of the variables is declared integer, the Simplex algorithm is iterated with a branch and bound algorithm, until the desired optimal solution is found. lp_solve can read MPS format input files. . Homepage http://www.geocities.com/lpsolve/ Package: lsb-core Description-md5: 3ca85d7714bd123784221df40d1fd818 Description-en: Linux Standard Base 4.0 core support package The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package provides an implementation of the core of version 4.0 of the Linux Standard Base for Debian on the Intel x86, Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux kernel. Future revisions of the specification and this package may support the LSB on additional architectures and kernels. . The intent of this package is to provide a best current practice way of installing and running LSB packages on Debian GNU/Linux. Its presence does not imply that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant. Package: lsb-cxx Description-md5: 82f53bf509a8b6ae930a1e2003dc28c8 Description-en: Linux Standard Base 4.0 C++ support package The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package provides an implementation of version 4.0 of the Linux Standard Base C++ (CXX) specification for Debian on the Intel x86, Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux kernel. Future revisions of the specification and this package may support the LSB on additional architectures and kernels. . The intent of this package is to provide a best current practice way of installing and running LSB packages on Debian GNU/Linux. Its presence does not imply that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant. Package: lsb-desktop Description-md5: 4b54b2698c6bfebbe42c3f200775e013 Description-en: Linux Standard Base 4.0 Desktop support package The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package provides an implementation of version 4.0 of the Linux Standard Base Desktop specification for Debian on the Intel x86, Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux kernel. Future revisions of the specification and this package may support the LSB on additional architectures and kernels. . The intent of this package is to provide a best current practice way of installing and running LSB packages on Debian GNU/Linux. Its presence does not imply that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant. Package: lsb-graphics Description-md5: 57ea8dae5c44a20cf88c729cb78684ad Description-en: Linux Standard Base 4.0 graphics support package The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package provides an implementation of version 4.0 of the Linux Standard Base graphics specification for Debian on the Intel x86, Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux kernel. Future revisions of the specification and this package may support the LSB on additional architectures and kernels. . The intent of this package is to provide a best current practice way of installing and running LSB packages on Debian GNU/Linux. Its presence does not imply that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant. Package: lsb-languages Description-md5: beb49da58af30f98fa8c7fd16802e5df Description-en: Linux Standard Base 4.0 Runtime Languages package The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package provides an implementation of version 4.0 of the Linux Standard Base Languages specification for Debian on the Intel x86, Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux kernel. Future revisions of the specification and this package may support the LSB on additional architectures and kernels. . The intent of this package is to provide a best current practice way of installing and running LSB packages on Debian GNU/Linux. Its presence does not imply that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant. Package: lsb-multimedia Description-md5: 77e13a47b7c1630a644583efd1d5cea8 Description-en: Linux Standard Base 4.0 Multimedia package The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package provides an implementation of version 4.0 of the Linux Standard Base Multimedia specification for Debian on the Intel x86, Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux kernel. Future revisions of the specification and this package may support the LSB on additional architectures and kernels. . The intent of this package is to provide a best current practice way of installing and running LSB packages on Debian GNU/Linux. Its presence does not imply that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant. Package: lsb-printing Description-md5: ef04508d838d4c8a298f72355efbf92b Description-en: Linux Standard Base 4.0 Printing package The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package provides an implementation of version 4.0 of the Linux Standard Base Printing specification for Debian on the Intel x86, Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux kernel. Future revisions of the specification and this package may support the LSB on additional architectures and kernels. . The intent of this package is to provide a best current practice way of installing and running LSB packages on Debian GNU/Linux. Its presence does not imply that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant. Package: lsb-qt4 Description-md5: 37cc739df4ef583fe4646e127027bf2c Description-en: Linux Standard Base 4.0 Qt4 support package The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package provides an implementation of version 4.0 of the Linux Standard Base Qt4 specification for Debian on the Intel x86, Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux kernel. Future revisions of the specification and this package may support the LSB on additional architectures and kernels. . The intent of this package is to provide a best current practice way of installing and running LSB packages on Debian GNU/Linux. Its presence does not imply that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant. . The lsb-qt4 module appears to be deprecated upstream; this package is provided for compatibility with LSB 3.1 and may be dropped in subsequent releases. Package: lsb-security Description-md5: b6852f04da8ad5e7c4112eab51c0ce0b Description-en: Linux Standard Base 4.0 Security package The Linux Standard Base (http://www.linuxbase.org/) is a standard core system that third-party applications written for Linux can depend upon. . This package provides an implementation of version 4.0 of the Linux Standard Base Security specification for Debian on the Intel x86, Intel ia64 (Itanium), IBM S390, and PowerPC 32-bit architectures with the Linux kernel. Future revisions of the specification and this package may support the LSB on additional architectures and kernels. . The intent of this package is to provide a best current practice way of installing and running LSB packages on Debian GNU/Linux. Its presence does not imply that Debian fully complies with the Linux Standard Base, and should not be construed as a statement that Debian is LSB-compliant. Package: lshw Description-md5: 5bbbb48f52cc6707ed44dbb6942d387b Description-en: information about hardware configuration A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64. . Information can be output in plain text, HTML or XML. Package: lshw-gtk Description-md5: 5db6f64eacd69eb948a83477966cd1db Description-en: graphical information about hardware configuration A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64. . This package provides lshw-gtk (the GTK+ version) Package: lsof Description-md5: 65d32e569ed29b52d04e452cd2adb722 Description-en: List open files Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open, by processes currently running on the system. Package: ltrace Description-md5: ff2cc28bbc4f3ce119d059af641ea073 Description-en: Tracks runtime library calls in dynamically linked programs ltrace is a debugging program which runs a specified command until it exits. While the command is executing, ltrace intercepts and records the dynamic library calls which are called by the executed process and the signals received by that process. It can also intercept and print the system calls executed by the program. . The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have the source handy. . You should install ltrace if you need a sysadmin tool for tracking the execution of processes. Package: ltsp-client-core Description-md5: d5f8e3a610c66644d068b691775b1082 Description-en: LTSP client environment (core) The scripts needed to configure and boot an LTSP client. . DO NOT install this package on a regular machine, it is intended only for installation inside a LTSP client filesystem. Package: ltspfs Description-md5: eb1db72c35a45038c0099ccae6f1a89d Description-en: Fuse based remote filesystem for LTSP thin clients LtspFS is a remote filesystem consisting of two parts: 1) A network server daemon that runs on the LTSP terminal. 2) A FUSE module that runs in userspace on the server, that connects with the daemon on the client. . This package contains the userspace parts for the LTSP server. Package: ltspfsd-core Description-md5: dd834a9677cca07bbebb76b7c8037baf Description-en: Fuse based remote filesystem daemon for LTSP thin clients LtspFS is a remote filesystem consisting of two parts: 1) A network server daemon that runs on the LTSP terminal. 2) A FUSE module that runs in userspace on the server, that connects with the daemon on the client. . This package contains the daemon and other binaries to be run on LTSP thin clients. Package: lua5.1 Description-md5: 130003bb49100d21ad1dd4ef09dee02f Description-en: Simple, extensible, embeddable programming language Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains the Lua command line interpreter and bytecode compiler. Install it if you are developing or using Lua scripts. Package: luatex Description-md5: c3439e4db43969ae3fdf48e4ac0a8f00 Description-en: next generation TeX engine LuaTeX uses Lua scripting both as an extension to the TeX macro language and as an extension to the typesetting engine itself. A (growing) number of TeX internals are made available to the embedded lua interpreter. . LuaTeX uses code and interfaces from Aleph to improve the typesetting of non-latin alphabet languages, instead of the TeXXeT code present in the current releases of pdfTeX. . Unicode and OpenType font support are added progressively, and regular pdfTeX development will continue in this branch as well. . The multi-lingual extensions are coded and merged by Taco Hoekwater. Swift progress in that area is made possible by a joint grant from Colorado State University and TUG, under the 'Oriental TeX' project. . This package only contains the barebone binary. If you are searching for support file, formats etc install texlive-luatex. Package: lupin-support Description-md5: c45752cdd48323ac6e75a77024671003 Description-en: Support files for loop-mount installations The Wubi installer provides a means for installing Ubuntu into a loop-mounted filesystem image hosted on a Windows filesystem. lupin-support provides a few extra files needed in such installations to make them work well. Package: lvm2 Description-md5: cbdd43cecac7e5612822a452f5b45c2d Description-en: The Linux Logical Volume Manager This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM supports enterprise level volume management of disk and disk subsystems by grouping arbitrary disks into volume groups. The total capacity of volume groups can be allocated to logical volumes, which are accessed as regular block devices. Package: lwresd Description-md5: 71f952026129db86d1ca118762b06ef2 Description-en: Lightweight Resolver Daemon lwresd is the daemon providing name lookup services to clients that use the BIND 9 lightweight resolver library. It is essentially a stripped- down, caching-only name server that answers queries using the BIND 9 lightweight resolver protocol rather than the DNS protocol. Package: lynx-cur Description-md5: 81ee4f1d0736a86ce9280e724bd4a457 Description-en: Text-mode WWW Browser with NLS support (development version) Lynx is a fully-featured World Wide Web (WWW) client for users running cursor-addressable, character-cell display devices. It is very fast and easy to use. It will display HTML documents containing links to files residing on the local system, as well as files residing on remote systems running Gopher, HTTP, FTP, WAIS, and NNTP servers. . This package contains a development version of lynx. Package: lzma Description-md5: db0010bbf7323fc6c0be1f533fdee6a3 Description-en: Compression method of 7z format in 7-Zip program LZMA is a compression algorithm, based on the famous Lempel Ziv compression method. . The main characteristics of the algorithm are very good compression, fast decompression, use of lot of RAM for compression and low usage of RAM for decompression. . LZMA provides high compression ratio and very fast decompression, so it is very suitable for embedded applications. For example, it can be used for ROM (firmware) compression. . This package provides a gzip-like interface for the lzma program. Package: lzma-alone Description-md5: 75a7fd7e16793ee3ce68c1e8c6663be6 Description-en: Compression method of 7z format in 7-Zip program LZMA is a compression algorithm, based on the famous Lempel Ziv compression method. . The main characteristics of the algorithm are very good compression, fast decompression, use of lot of RAM for compression and low usage of RAM for decompression. . LZMA provides high compression ratio and very fast decompression, so it is very suitable for embedded applications. For example, it can be used for ROM (firmware) compression. . This package provides the SDK based lzma_alone program. Package: lzma-dev Description-md5: a887af85bda30a183ba206d233958932 Description-en: Compression method of 7z format in 7-Zip program - development files LZMA is a compression algorithm, based on the famous Lempel Ziv compression method. . The main characteristics of the algorithm are very good compression, fast decompression, use of lot of RAM for compression and low usage of RAM for decompression. . LZMA provides high compression ratio and very fast decompression, so it is very suitable for embedded applications. For example, it can be used for ROM (firmware) compression. . This package contains the headers and libraries of lzma. It is experimental and will be replaced by the library as soon as it is available. Package: m17n-lib-bin Description-md5: ece94ee13af3193716ab2a54d0dcf89d Description-en: a multilingual text processing library - utilities The m17n library is a multilingual text processing library for the C language. This library has following features: . - The m17n library is an open source software. - The m17n library for any Linux/Unix applications. - The m17n library realizes multilingualization of many aspects of applications. - The m17n library represents multilingual text as an object named M-text. M-text is a string with attributes called text properties, and designed to substitute for string in C. Text properties carry any information required to input, display and edit the text. - The m17n library supports functions to handle M-texts. . m17n is an abbreviation of Multilingualization. . This package contains the utilities which use m17n-lib. Package: m4 Description-md5: c53f50cd9103ee8dc56a20d11403d2e5 Description-en: a macro processing language GNU `m4' is an implementation of the traditional UNIX macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to macros). `m4' also has builtin functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for generating `configure' scripts, but not for running them. Package: make Description-md5: d401a320ce4c83de2826e48f1b47679c Description-en: An utility for Directing compilation. GNU Make is an utility which controls the generation of executables and other target files of a program from the program's source files. It determines automatically which pieces of a large program need to be (re)created, and issues the commands to (re)create them. Make is not limited to programs and executable, it can be applied to any task where a set of target files must be created based on a set of input files, based on dependency and processing rules. Indeed, Make is a general purpose dependency solver. Package: malaga-bin Description-md5: a9ad18ffb69bf74298b95b49d07ff8e1 Description-en: A system for automatic language analysis Malaga is a system for implementing natural language analysers: both grammars and morphologies can be created. You will not be needing this package if you do not intend to do research on computer linguistics or develop computer programs that need to do advanced processing of natural languages. . This package contains a set of standalone programs that can be used in developing and playing with grammars and morphologies. One of the programs uses a Tk/TCL module for displaying graphical analysis trees. Package: man-db Description-md5: 1784ddc55da0897a54ad44c7e0a7f547 Description-en: on-line manual pager This package provides the man command, the primary way of examining the on-line help files (manual pages). Other utilities provided include the whatis and apropos commands for searching the manual page database, the manpath utility for determining the manual page search path, and the maintenance utilities mandb, catman and zsoelim. man-db uses the groff suite of programs to format and display the manual pages. Package: mawk Description-md5: e02f3de1fa8a56e3f324f082c0c2e41f Description-en: a pattern scanning and text processing language Mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms. Mawk is a new awk meaning it implements the AWK language as defined in Aho, Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms to the POSIX 1003.2 (draft 11.3) definition of the AWK language which contains a few features not described in the AWK book, and mawk provides a small number of extensions. . Mawk is smaller and much faster than gawk. It has some compile-time limits such as NF = 32767 and sprintf buffer = 1020. Package: mdadm Description-md5: 03a3779a0d242295f3d59f2b8278ca94 Description-en: tool to administer Linux MD arrays (software RAID) The mdadm utility can be used to create, manage, and monitor MD (multi-disk) arrays for software RAID or multipath I/O. . This package automatically configures mdadm to assemble arrays during the system startup process. If not needed, this functionality can be disabled. Package: mdbtools Description-md5: 9dc0d091c1cfbc42d758a0a83260d2da Description-en: JET / MS Access database (MDB) tools These are various tools for manipulating JET / MS Access database (MDB) files: * utils - provides command line utilities to list tables, export schema, and data, show file versions, and other useful stuff. * mdb-sql - a command line SQL tool that allows one to type sql queries and get results. * odbc - An ODBC driver for use with unixODBC driver manager. Allows one to use MDB files with PHP for example. Package: mdbtools-dev Description-md5: 19b5a2aad02daeebb4e3aa9c18eabf5a Description-en: mdbtools development files utilities for reading MS Access database (MDB) files . These are development files for mdbtools, needed to build applications with it. Package: mdbtools-gmdb Description-md5: fa784d4638861b79ae69031df2acbe94 Description-en: JET / MS Access database (MDB) file viewer GNOME MDB viewer is a graphical interface that allows to export data and schema from so-called JET database files. (These files are more commonly known as MDB files for their filename extension, or Access Databases after the name of the Microsoft application that uses JET as its native embedded database format) Package: mdetect Description-md5: afc175d11efde40a5bc0f530a6de68ef Description-en: mouse device autodetection tool mdetect is a tool for autoconfiguring mice; it is typically used as the backend to some user-friendly frontend code. mdetect writes the autodetected mouse device and protocol (as used by gpm) to standard output. It can be invoked so as to produce output appropriate for XFree86 X server configuration files. Package: mediatomb-common Description-md5: 31ff833cfdfc5897b47ff15a82968b05 Description-en: UPnP MediaServer (base package) MediaTomb is an UPnP MediaServer with a nice web user interface, it allows you to stream your digital media through your home network and listen to/watch it on a variety of UPnP compatible devices. . MediaTomb implements the UPnP MediaServer V 1.0 specification that can be found on http://www.upnp.org/. The current implementation focuses on parts that are required by the specification, however MediaTomb's functionality is extended to cover the optional parts of the spec as well. . This package contains the binary, the manpage, and everything needed for scripting and the web interface. Package: mesa-common-dev Description-md5: 0d9d46ba6861a0a8c404cf51db1e980d Description-en: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Package: metacity Description-md5: 06e64374861a42f6f96cc5a654ad56b1 Description-en: lightweight GTK+ window manager Metacity is a small window manager, using GTK+ to do everything. . As the author says, metacity is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the core binaries. Package: mii-diag Description-md5: 34d28ee8cbb2d1cbe4c0f031e77d01ba Description-en: A little tool to manipulate network cards Examines and sets the MII registers of network cards. . This is a general program. You can find specialized programs for several network cards in the nictools-pci and nictools-nopci packages. Package: min12xxw Description-md5: c3dfe1687fcdb3c52f22a21ae61d3fb0 Description-en: Printer driver for KonicaMinolta PagePro 1[234]xxW A cups/foomatic printer driver for the KonicaMinolta PagePro 1200W, 1250W, 1300W, 1350W and 1400W. . More Information available at http://www.hinterbergen.de/mala/min12xxw/ Package: miniupnpc Description-md5: 3d9ea3e08c317f931e9646ec11c73197 Description-en: UPnP IGD client lightweight library client The UPnP protocol is supported by most home adsl/cable routers and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software solution to support the "Internet Gateway Device" part of the protocol. The MediaServer/MediaRenderer UPnP protocol is also becoming very popular. . Miniupnpc aims at the simplest library possible, with the smallest footprint and no dependencies to other libraries such as XML parsers or HTTP implementations. All the code is pure ANSI C. Compiled on a x86 PC, the miniupnp client library have less than 15KB code size. For instance, the upnpc sample program is around 20KB. The miniupnp daemon is much smaller than any other IGD daemon and is ideal for using on low memory device for this reason. . This package is an example client for the library. Package: mklibs-copy Description-md5: 27bc2ab99a6d95d524085d903621e749 Description-en: Shared library reduction script mklibs-copy produces a minimal set of shared libraries that contain only the libs which are required by a particular set of executables. Package: mlocate Description-md5: 34e9c00f37885dbcdfb61296f24c84df Description-en: quickly find files on the filesystem based on their name mlocate is a new implementation of locate, a tool to find files anywhere in the filesystem based on their name, using a fixed pattern or a regular expression. Unlike other tools like find(1), locate uses a previously created database to perform the search, allowing queries to execute much faster. This database is updated periodically from cron. . Several implementations of locate exist: the original implementation from GNU's findutils, slocate, and mlocate. The advantages of mlocate are: . * it indexes all the filesystem, but results of a search will only include files that the user running locate has access to. It does this by updating the database as root, but making it unreadable for normal users, who can only access it via the locate binary. slocate does this as well, but not the original locate. . * instead of re-reading all the contents of all directories each time the database is updated, mlocate keeps timestamp information in its database and can know if the contents of a directory changed without reading them again. This makes updates much faster and less demanding on the hard drive. This feature is only found in mlocate. . Installing mlocate will change the /usr/bin/locate binary to point to mlocate via the alternatives mechanism. After installation, you may wish to run /etc/cron.daily/mlocate by hand to create the database, otherwise mlocate won't work until that script is run from cron itself (since mlocate does not use the same database file as standard locate). Also, you may wish to remove the "locate" package in order not to have two different database files updated regularly on your system. Package: modemmanager Description-md5: a5650d0723072b90ad274aa0bca40c87 Description-en: D-Bus service for managing modems Provides a D-Bus interface to communicate with mobile broadband (GSM, CDMA, UMTS, ...) cards. Implements a loadable plugin interface to add work-arounds for non standard devices. Also provides patches to use networkmanager (and the applet) with modem manager. . Git Repository: http://cgit.freedesktop.org/ModemManager/ModemManager/ Package: modemmanager-dbg Description-md5: c4e62b545c7eb9572a5a02bfad49f260 Description-en: D-Bus service for managing modems - debugging symbols Provides a D-Bus interface to communicate with mobile broadband (GSM, CDMA, UMTS, ...) cards. Implements a loadable plugin interface to add work-arounds for non standard devices. Also provides patches to use networkmanager (and the applet) with modem manager. . Git Repository: http://cgit.freedesktop.org/ModemManager/ModemManager/ . This package contains debugging symbols for ModemManager. Package: module-init-tools Description-md5: c2ebfa781762b2057043b6049ac828e8 Description-en: tools for managing Linux kernel modules This package contains a set of programs for loading, inserting, and removing kernel modules for Linux. Package: mono-complete Description-md5: c9e7122ddc88d3f39253c9b5ce49fc27 Description-en: complete Mono runtime, development tools and all libraries Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This is a metapackage and pulls in the Mono runtime, development tools and all libraries. . Install this package if you want to run software for Mono or Microsoft .NET which you are not installing from a Debian package. . For packagers: This package is not to be used as dependency for packages! You should build-depend on cli-common-dev and the needed libraries instead. Package: mono-jay Description-md5: 3df8231dfd8250bce25352da0f54ee6b Description-en: LALR(1) parser generator oriented to Java/CLI Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . Jay is a Yacc implementation oriented to Java-like input syntax. It takes a grammar, specified in BNF and augmented with semantic actions, and generates tables and an interpreter which recognizes the language defined by the grammar and executes the semantic actions as their corresponding phrases are recognized. Package: mono-runtime Description-md5: 95182dd50eceedac9f75cf9e6c9f7b4c Description-en: Mono runtime Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Virtual Machine, JIT (Just-in-Time) and AOT (Ahead-of-Time) code generator "mono". "mono" executes applications for the CLI (Common Language Infrastructure). Mono currently only supports the X86, PowerPC, ARM, SPARC, S/390, AMD64 and IA64 architectures. Optionally this package configures BINFMT support. Package: mono-runtime-dbg Description-md5: 4e18a6ab6682ff1ace527be045ca6e03 Description-en: Mono runtime, debugging symbols Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the debugging symbols of the Mono JIT/AOT compiler. Package: mono-runtime-sgen Description-md5: 31afe7d5add2e6c133b59a4077d0584f Description-en: Mono runtime - SGen (experimental) Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package contains the Virtual Machine, JIT (Just-in-Time) and AOT (Ahead-of-Time) code generator "mono-sgen". mono-sgen executes applications for the CLI (Common Language Infrastructure). Mono currently only supports the X86, PowerPC, ARM, SPARC, S/390, AMD64 and IA64 architectures. . This package uses SGen which is Mono's new simple generational garbage collector instead of Boehm's conservative garbage collector. SGen is currently only for testing and thus should not be used in production. Package: mono-utils Description-md5: 589d3251ac8cdaf79115a4ccf8cdf219 Description-en: Mono utilities Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Novell. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. . This package includes various tools useful for CLI developers, like pedump, monodis and monograph. Package: mount Description-md5: 46eb8e09a600d5eb98b6b40428349102 Description-en: Tools for mounting and manipulating filesystems This package provides the mount(8), umount(8), swapon(8), swapoff(8), and losetup(8) commands. Package: mountall Description-md5: b5b5a27fc0e8063ef1226a39fb8ecf70 Description-en: filesystem mounting tool mountall mounts filesystems when the underlying block devices are ready, or when network interfaces come up, checking the filesystems first. Package: mouseemu Description-md5: abfc7368f5d823e7b6915cc7d1da3d91 Description-en: Emulate mouse buttons and mouse wheel Mouseemu is a daemon to emulate mouse buttons on trackpads with only one button. It lets you: - emulate middle and right click - emulate mouse wheel - block trackpad while typing . It was initially developed for Apple PowerBooks and iBooks, but it may be useful on other architectures as well. . This program only works when booting a 2.6 kernel because it uses the new uinput interface to emulate the mouse. Package: mousetweaks Description-md5: 717865a2d2b1411b1a6d3f768d443d35 Description-en: mouse accessibility enhancements for the GNOME desktop This package contains a daemon and some panel applets to improve mouse usability on the GNOME desktop. These enhancements are: . * The possibility to click without a button * The ability to bring the context menu with a one-button mouse (like MacOS does) * An area to capture the mouse pointer until it is released with a pre-defined key combination. Package: mozilla-gtk-vnc Description-md5: b16d353f99c012c479381c72c02bc338 Description-en: VNC viewer widget for GTK+2 (mozilla plugin) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the experimental mozilla plugin. Package: mozilla-libreoffice Description-md5: ea9cd3baec67817038fc3121aa60e959 Description-en: office productivity suite -- Mozilla plugin LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains a Mozilla/Netscape compatible plugin which can handle all OOo documents. Package: mozilla-plugin-vlc Description-md5: c6e14eecd65aa04c2c2770243edf471f Description-en: multimedia plugin for web browsers based on VLC This plugin adds support for MPEG, MPEG2, DVD, DivX, Ogg/Vorbis and many more formats to your Gecko-based web browser (Firefox, Galeon, etc.). The decoding process is done by VLC and the output window is embedded in a webpage or directly in the browser window. There is also support for fullscreen display and javascript control. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: mozplugger Description-md5: 33a0368d81c48b0d9d062ab7058d70c3 Description-en: Plugin allowing external viewers to be launched inside Mozilla mozplugger allows you to seamlessly integrate external applications to view files downloaded from the web that Mozilla can not normally handle. The application is embedded within a Mozilla window as to act like and feel like a true plugin. . This allows you to view PDFs, Postscript files, animations and movies, amongst other file types all from within Mozilla (with supporting applications). Package: mozvoikko Description-md5: 731a4c7c2214b726fdc5f3bad16a8c90 Description-en: Finnish spell-checker extension for Firefox (transitional package) Finnish spell-checker extension for Firefox. Spell-checking functionality is provided by Voikko - a free spellchecker for Finnish language. . This is just a transitional package to pull in xul-ext-mozvoikko on upgrades. It may be safely removed Package: mscgen Description-md5: 4dc929f8416e54167f92d0de978f7035 Description-en: Message Sequence Chart (MSC) generator mscgen is a small program that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side image maps (ismaps) as the output. Message Sequence Charts (MSCs) are a way of representing entities and interactions over some time period and are often used in combination with SDL. MSCs are popular in Telecoms to specify how protocols operate. . mscgen can be used to create in-line MSC-charts in documentations parsed by doxygen. Extensions also exists for Python's Sphinx and mediawiki that can use mscgen. Package: mscompress Description-md5: b4f9fff832e68d790b9a7feeefbb8eb5 Description-en: Microsoft "compress.exe/expand.exe" compatible (de)compressor This package contains two programs: . * msexpand which decompresses files compressed by the Microsoft compress.exe utility (e.g. Win 3.x installation files); * mscompress which compresses files using the LZ77 compression algorithm. . Files can be decompressed using Microsoft expand.exe or msexpand(1). Package: mtdev-tools Description-md5: 2304b9d7a5c12c1db03e3f4c66cb4a4b Description-en: Multitouch Protocol Translation Library - test tools libmtdev is a library for translating evdev multitouch events using the legacy protocol to the new multitouch slots protocol. This is necessary for kernel drivers that have not been updated to use the newer protocol. . This package provides some test tools for the libmtdev library. + mtdev-test: prints the information comming from the kernel Package: mtools Description-md5: b3b35cc7d4e80f29d3aa9d91bdf899da Description-en: Tools for manipulating MSDOS files Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file names, OS/2 Xdf disks, ZIP/JAZ disks and 2m disks (store up to 1992kB on a high density 3 1/2 disk). . Also included in this package are commands to eject and manipulate the write/password protection control of Zip disks. Package: mtp-tools Description-md5: b21df6970cd0c308c870019c053e3080 Description-en: Media Transfer Protocol (MTP) library tools libmtp is a library for communicating with MTP aware devices in POSIX compliant operating systems. It implements MTP Basic, the subset proposed for standardization. . The Media Transfer Protocol (commonly referred to as MTP) is a devised set of custom extensions to support the transfer of music files on USB digital audio players and movie files on USB portable media players. . This package contains tools for communicating with MTP devices. Package: mtr Description-md5: b8c484682736394f444f476dd46943f5 Description-en: Full screen ncurses and X11 traceroute tool mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. . As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. After it determines the address of each network hop between the machines, it sends a sequence ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine. Package: mtr-tiny Description-md5: 60a83ae2ec5f39fba9d1aecb545c9060 Description-en: Full screen ncurses traceroute tool mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. . As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. After it determines the address of each network hop between the machines, it sends a sequence ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine. . mtr-tiny is compiled without support for X and conserves disk space. Package: multiarch-support Description-md5: f70fd4ad370040691119c10d77aec677 Description-en: Transitional package to ensure multiarch compatibility This is a transitional package used to ensure multiarch support is present in ld.so before unpacking libraries to the multiarch directories. It can be removed once nothing on the system depends on it. Package: multipath-tools Description-md5: d2b50f6d45021a3e6697180f992bb365 Description-en: maintain multipath block device access These tools are in charge of maintaining the disk multipath device maps and react to path and map events. . If you install this package you may have to change the way you address block devices. See README.Debian for details. Package: multipath-tools-dbg Description-md5: 734365732126c3c2cd4a7d36a903a6cc Description-en: maintain multipath block device access - debugging symbols These tools are in charge of maintaining the disk multipath device maps and react to path and map events. . If you install this package you may have to change the way you address block devices. See README.Debian for details. . This package includes the debugging symbols Package: musepack-tools Description-md5: 027e5fe69aaac4605515ccbf248a289f Description-en: MusePack commandline utilities Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. . It is based on the MPEG-1 Layer-2 / MP2 algorithms, but since 1997 it has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code. . This package contains various commandline utilities for MusePack files: - mpcenc (encoder) - mpcdec (decoder) - mpccut (cut MPC files without reencoding) - mpcgain (gain calculation) - mpc2sv8 (conversion to MusePack SV8 from older SV) Package: mutt Description-md5: a2a425952f4b623e21ee73d317640a85 Description-en: text-based mailreader supporting MIME, GPG, PGP and threading Mutt is a sophisticated text-based Mail User Agent. Some highlights: . * MIME support (including RFC1522 encoding/decoding of 8-bit message headers and UTF-8 support). * PGP/MIME support (RFC 2015). * Advanced IMAP client supporting SSL encryption and SASL authentication. * POP3 support. * ESMTP support. * Message threading (both strict and non-strict). * Keybindings are configurable, default keybindings are much like ELM; Mush and PINE-like ones are provided as examples. * Handles MMDF, MH and Maildir in addition to regular mbox format. * Messages may be (indefinitely) postponed. * Colour support. * Highly configurable through easy but powerful rc file. Package: mutt-dbg Description-md5: 84ae750c0a18926ab30eccaa18b243a6 Description-en: debugging symbols for mutt Mutt is a sophisticated text-based Mail User Agent. . This package contains the debugging symbols for mutt and mutt-patched; this is supposed to be used when there is a core file which should be analyzed using gdb. Package: mutt-patched Description-md5: 1a3d3c6f572c5eb2ff2b4a5dfee718e4 Description-en: Mutt Mail User Agent with extra patches Mutt is a sophisticated text-based Mail User Agent. . This package adds the "sidebar" patch that lists mailboxes with new mail in a separate column on screen. Package: mysql-client-5.1 Description-md5: 70aef1a292fc318f9af72aa188c17716 Description-en: MySQL database client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client binaries and the additional tools innotop and mysqlreport. Package: mysql-client-core-5.1 Description-md5: 94a7aede8ba9259b1382d4dfca4cdde0 Description-en: MySQL database core client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Package: mysql-server-5.1 Description-md5: 3ae11e16f793b3ee84f73a5fa268ad9b Description-en: MySQL database server binaries and system database setup MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package contains all the infrastructure needed to setup system databases. Package: mysql-server-core-5.1 Description-md5: a54aa75db64667c487b6c9d3800b8153 Description-en: MySQL database server binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the server binaries but doesn't contain all the infrastructure needed to setup system databases. Package: mysql-source-5.1 Description-md5: 9bacc0267862ea6c169da6cfe76d3aef Description-en: MySQL source MySQL is a fast, stable, and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the MySQL source code as configured before building. Package: mysql-testsuite Description-md5: 3e88fc28903eb44dd0b2a0eb9f813181 Description-en: MySQL testsuite MySQL is a fast, stable, and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the MySQL testsuite. Package: nabi Description-md5: 91480a8a9fbfd2c9c4bd2c95ebecf4f7 Description-en: Korean X input method server plus imhangul status monitor Nabi is an X input method server for Korean text input. . In addition, it shows the status of imhangul (GTK+ 2 input module) in System Tray (i.e. Notification Area). Package: nagios3 Description-md5: 9b1030fe8a34308571d003ec85bf8e8c Description-en: A host/service/network monitoring and management system Nagios is a monitoring and management system for hosts, services and networks. . Nagios' features include: . * Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP, PING, etc.) * Plugin interface to allow for user-developed service checks * Contact notifications when problems occur and get resolved (via email, pager, or user-defined method) * Ability to define event handlers to be run during service or host events (for proactive problem resolution) * Web output (current status, notifications, problem history, log file, etc.) . Nagios was written in C and is designed to be easy to understand and modify to fit your own needs. . This is a metapackage which depends on the nagios core and the webfrontend . This package is the new version 3.x series of nagios, which replaced the 2.x versions. . Nagios is a replacement of the Netsaint project. It accepts and uses the previous Netsaint modules transparently. . Upstream URL: http://www.nagios.org/ Package: nagios3-cgi Description-md5: 005f01277f183ec1f2e424a027ce79bc Description-en: cgi files for nagios3 Nagios is a monitoring and management system for hosts, services and networks. nagios3-common contains the common files for the nagios3 package. . Nagios' features include: . * Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP, PING, etc.) * Plugin interface to allow for user-developed service checks * Contact notifications when problems occur and get resolved (via email, pager, or user-defined method) * Ability to define event handlers to be run during service or host events (for proactive problem resolution) * Web output (current status, notifications, problem history, log file, etc.) . Nagios is designed to be easy to understand and modify to fit your own needs. . This package is the new version 3.x series of nagios, which replaced the 2.x versions. . Nagios is a replacement of the Netsaint project. It accepts and uses the previous Netsaint modules transparently. . Upstream URL: http://www.nagios.org/ Package: nagios3-core Description-md5: e804a1c7f4a1e5d851b0c444892662cf Description-en: A host/service/network monitoring and management system core files Nagios is a monitoring and management system for hosts, services and networks. . Nagios' features include: . * Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP, PING, etc.) * Plugin interface to allow for user-developed service checks * Contact notifications when problems occur and get resolved (via email, pager, or user-defined method) * Ability to define event handlers to be run during service or host events (for proactive problem resolution) * Web output (current status, notifications, problem history, log file, etc.) . This package included the nagios core without the webfrontend . Nagios was written in C and is designed to be easy to understand and modify to fit your own needs. . This package is the new version 3.x series of nagios, which replaced the 2.x versions. . Nagios is a replacement of the Netsaint project. It accepts and uses the previous Netsaint modules transparently. . Upstream URL: http://www.nagios.org/ Package: nagios3-dbg Description-md5: 14ccd1c8a83c1a5c423dfd791e8c3a64 Description-en: debugging symbols and debug stuff for nagios3 Nagios is a monitoring and management system for hosts, services and networks. . Nagios' features include: . * Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP, PING, etc.) * Plugin interface to allow for user-developed service checks * Contact notifications when problems occur and get resolved (via email, pager, or user-defined method) * Ability to define event handlers to be run during service or host events (for proactive problem resolution) * Web output (current status, notifications, problem history, log file, etc.) . Nagios was written in C and is designed to be easy to understand and modify to fit your own needs. . This package contains gdb debugging symbols for the nagios3 binaries and the mini_epn tool which can help in debugging Nagios problems. . Nagios is a replacement of the Netsaint project. It accepts and uses the previous Netsaint modules transparently. . Upstream URL: http://www.nagios.org/ Package: nano Description-md5: b7e1d8c3d831118724cfe8ea3996b595 Description-en: small, friendly text editor inspired by Pico GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . However, nano also implements many features missing in pico, including: - feature toggles; - interactive search and replace (with regular expression support); - go to line (and column) command; - auto-indentation and color syntax-highlighting; - filename tab-completion and support for multiple buffers; - full internationalization support. Package: nano-tiny Description-md5: 26373c621bdb00986d716853280c567b Description-en: small, friendly text editor inspired by Pico - tiny build GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . This package contains a build of GNU nano with many features disabled, for environments such as rescue disks where resources are limited. Package: nas Description-md5: 250afd943a8f2f6e0200b6b91bfc6955 Description-en: Network Audio System - local server The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the NAS daemon (nasd), needed for local output from NAS. Package: nas-bin Description-md5: 621d181e037c3e14d73212a2b158b73f Description-en: Network Audio System - client binaries The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices. . This package contains the example applications and utilities that are provided with NAS. Package: nasm Description-md5: bc3dcab1162eb9b0f97c24bb0f3a90d0 Description-en: General-purpose x86 assembler Netwide Assembler. NASM will currently output flat-form binary files, a.out, COFF and ELF Unix object files, and Microsoft 16-bit DOS and Win32 object files. . Also included is NDISASM, a prototype x86 binary-file disassembler which uses the same instruction table as NASM. . NASM is released under the GNU Lesser General Public License (LGPL). Package: natpmp-utils Description-md5: 0e842ca391d47f8012a7c80947fd9d56 Description-en: portable and fully compliant implementation of NAT-PMP (userland tool) NAT-PMP is the direct concurrent to the UPnP IGD specification. It is providing a way to do NAT traversal. It is part of the Bonjour protocol specifications. At the moment it is mainly supported by Apple software and hardware. For a way to add NAT-PMP capabilities to your *BSD, Linux or (Open)Solaris Router, you should have a look at MiniUPnPd which is supporting NAT-PMP in addition to UPnP since December 2007 ! . libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol NAT-PMP for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. . This package contains the natpmpc test client. Package: nautilus Description-md5: 007268d365c98355ef914766c16ee43f Description-en: file manager and graphical shell for GNOME Nautilus is the official file manager for the GNOME desktop. It allows to browse directories, preview files and launch applications associated with them. It is also responsible for handling the icons on the GNOME desktop. It works on local and remote filesystems. . Several icon themes and components for viewing different kinds of files are available in separate packages. Package: nautilus-dbg Description-md5: 048b5b537db99ce7b3a383a98be1fa23 Description-en: file manager and graphical shell for GNOME - debugging version Nautilus is the official file manager for the GNOME desktop. It allows to browse directories, preview files and launch applications associated with them. It is also responsible for handling the icons on the GNOME desktop. It works on local and remote filesystems. . Several icon themes and components for viewing different kinds of files are available in separate packages. . This development package contains unstripped binaries compiled with debugging symbols needed by gdb. Package: nautilus-gksu Description-md5: 8a1125f6cc023fbe77754c156d58c396 Description-en: privilege granting extension for nautilus using gksu The gksu extension for nautilus allows you to open files with administration privileges using the context menu when browsing your files with nautilus. Package: nautilus-sendto Description-md5: d0bf387d001230fa2809e50851a3bd10 Description-en: integrates Evolution and Pidgin into the Nautilus file manager The Nautilus Send To plugin provides the Nautilus file manager with a context menu component for quickly sending files to accounts in an Evolution email address book, contacts on a Pidgin or Gajim instant messaging list, through Thunderbird, or through Claws Mail. . Nautilus Send To also provides the option of compressing the files (tar.bz2, tar.gz, or zip) before sending. Package: nautilus-sendto-empathy Description-md5: 5ea3dfa3cf940afe29869ea37810af8d Description-en: GNOME multi-protocol chat and call client (nautilus-sendto plugin) Instant messaging program supporting text, voice, video, file transfers and inter-application communication over many different protocols, including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, Gadu-Gadu, Groupwise, ICQ and QQ. . This package contains nautilus-sendto plugin for the Empathy IM application. Package: nautilus-share Description-md5: 12abf75bd52cbea4113eeeaace72c2db Description-en: Nautilus extension to share folder using Samba Nautilus Share allows you to quickly share a folder from the GNOME Nautilus file manager without requiring root access. Package: nbd-client Description-md5: 50b5081db709f9bc399b8b74366d1d8f Description-en: Network Block Device protocol - client Network Block Device (NBD) is a client/server protocol that emulates a block device (such as a hard disk, a floppy, or a CD-ROM) over the network, thus giving the system the ability to swap over the network, or to use raw network disk space for other purposes. . However, writing to one Network Block Device from different clients simultaneously is not recommended, and would probably result in data loss. If you want multiple clients to share a remote resource, use a network file system such as NFS or Coda. . This package provides the client binary for NBD. Package: nbd-server Description-md5: e277eb8c796be1246a3bdf1f441257b9 Description-en: Network Block Device protocol - server Network Block Device (NBD) is a client/server protocol that emulates a block device (such as a hard disk, a floppy, or a CD-ROM) over the network, thus giving the system the ability to swap over the network, or to use raw network disk space for other purposes. . However, writing to one Network Block Device from different clients simultaneously is not recommended, and would probably result in data loss. If you want multiple clients to share a remote resource, use a network file system such as NFS or Coda. . This package provides the server binary for NBD. Package: ncurses-bin Description-md5: 682ee2624c08c54a53ecaefd778a4d86 Description-en: terminal-related programs and man pages The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains the programs used for manipulating the terminfo database and individual terminfo entries, as well as some programs for resetting terminals and such. Package: ncurses-examples Description-md5: 9636435dbca7946bfd1b9d0a5f71adc9 Description-en: test programs and examples for ncurses The ncurses library routines are a terminal-independent method of updating character screens with reasonable optimization. . This package contains programs demonstrating the possibilities of ncurses and testing the library. The examples include an analog/digital clock and several classic programs such as solitaire, battleships, a knight's tour on a chess board, the towers of Hanoi and several others. Package: ndisc6 Description-md5: f99e054f0174d000209b735d28e912a9 Description-en: IPv6 diagnostic tools ndisc6 gathers a few diagnostic tools for IPv6 networks including: - ndisc6, which performs ICMPv6 Neighbor Discovery in userland, - rdisc6, which performs ICMPv6 Router Discovery in userland, - rltraceroute6, a UDP/ICMP IPv6 implementation of traceroute, - tcptraceroute6, a TCP/IPv6-based traceroute implementation, - tcpspray6, a TCP/IP Discard/Echo bandwidth meter, - addrinfo, easy script interface for hostname and address resolution, - dnssort, DNS sorting script. Package: net-tools Description-md5: 003fb6a11fdb767fff574478588a3ca8 Description-en: The NET-3 networking toolkit This package includes the important tools for controlling the network subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp, nameif and route. Additionally, this package contains utilities relating to particular network hardware types (plipconfig, slattach, mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr). . In the upstream package 'hostname' and friends are included. Those are not installed by this package, since there is a special "hostname*.deb". Package: netcat-openbsd Description-md5: a496fe77780d0b39750c43d6b6259b00 Description-en: TCP/IP swiss army knife A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. . This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets. Package: netpbm Description-md5: 4d025b52e6499467b1af0bf4e4a44e07 Description-en: Graphics conversion tools between image formats Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in the package including converters for more than 80 graphics formats. Package: nettle-bin Description-md5: 532ee522f21afdbbc952014449db5b4e Description-en: low level cryptographic library (binary tools) Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. . It tries to solve a problem of providing a common set of cryptographic algorithms for higher-level applications by implementing a context-independent set of cryptographic algorithms. In that light, Nettle doesn't do any memory allocation or I/O, it simply provides the cryptographic algorithms for the application to use in any environment and in any way it needs. . This package contains binary utilities that accompany the library: . - nettle-lfib-stream - generates a pseudorandom stream, using the Knuth lfib (non-cryptographic) pseudorandom generator. - sexp-conv - conversion tool for handling the different flavours of sexp syntax. - pkcs1-conv - converts PKCS#1 keys to sexp format. Package: nettle-dbg Description-md5: 9eb062c2583fbfed19a561e4c512df81 Description-en: low level cryptographic library (debugging symbols) Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. . This package contains the debugging symbols for all binary packages. Package: nettle-dev Description-md5: 71d39c111aac4d3815d7606eac8b4fe3 Description-en: low level cryptographic library (development files) Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. . It tries to solve a problem of providing a common set of cryptographic algorithms for higher-level applications by implementing a context-independent set of cryptographic algorithms. In that light, Nettle doesn't do any memory allocation or I/O, it simply provides the cryptographic algorithms for the application to use in any environment and in any way it needs. . This package contains the development files (C headers and static libraries) Package: network-manager Description-md5: 39bc2b7212bcf874800a81446a9f9775 Description-en: network management framework (daemon and userspace tools) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the userspace daemons and a command line interface to interact with NetworkManager. . Optional dependencies: * policykit-1: Required for reading and writing system connections. * ppp: Required for establishing dial-up connections (e.g. via GSM). * dnsmasq-base/iptables: Required for creating Ad-hoc connections and connection sharing. * avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP address configuration. Package: network-manager-dbg Description-md5: fab22ebf7107cdfdeb29ff226f6cf920 Description-en: network management framework (debugging symbols) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains detached debugging symbols. Package: network-manager-dev Description-md5: 7c80f295a14f6455ffe1509a646e6b4d Description-en: network management framework (development files) NetworkManager attempts to keep an active network connection available at all times. It is intended only for the desktop use-case, and is not intended for usage on servers. The point of NetworkManager is to make networking configuration and setup as painless and automatic as possible. If using DHCP, NetworkManager is _intended_ to replace default routes, obtain IP addresses from a DHCP server, and change nameservers whenever it sees fit. . This package provides header files that are needed to compile VPN Plugins for NetworkManager. Package: network-manager-gnome Description-md5: bdee3234d21720f04895a1051744f5d1 Description-en: network management framework (GNOME frontend) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains a systray applet for GNOME's notification area but it also works for other desktop environments which provide a systray like KDE or Xfce. It displays the available networks and allows users to easily switch between them. For encrypted networks it will prompt the user for the key/passphrase and it can optionally store them in the gnome-keyring. Package: network-manager-gnome-dbg Description-md5: fab22ebf7107cdfdeb29ff226f6cf920 Description-en: network management framework (debugging symbols) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains detached debugging symbols. Package: network-manager-openconnect Description-md5: 1306c4751344c71e359b0f43fc1199d9 Description-en: network management framework (Openconnect plugin) NetworkManager attempts to keep an active network connection available at all times. It is intended primarily for laptops where it allows easy switching betwen local wireless networks, it's also useful on desktops with a selection of different interfaces to use. It is not intended for usage on servers. . This package provides a VPN plugin for Cisco OpenConnect. Package: network-manager-openconnect-gnome Description-md5: 24838eb3fbabf98680df7928fc3d397a Description-en: network management framework (Openconnect plugin, GNOME UI) NetworkManager attempts to keep an active network connection available at all times. It is intended primarily for laptops where it allows easy switching betwen local wireless networks, it's also useful on desktops with a selection of different interfaces to use. It is not intended for usage on servers. . This package provides the GNOME UI components for the VPN plugin for Cisco OpenConnect. Package: network-manager-openvpn Description-md5: 1af16743878c1a307a3c102bde67e1b1 Description-en: network management framework (OpenVPN plugin core) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides a VPN plugin for OpenVPN. Package: network-manager-openvpn-gnome Description-md5: 73810a773d7805c3b571943c8aad26c8 Description-en: network management framework (OpenVPN plugin GNOME GUI) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the GNOME bits of NetworkManager's OpenVPN plugin. Package: network-manager-pptp Description-md5: 133a651f45b862d95351d23a9d8e6fed Description-en: network management framework (PPTP plugin core) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides a VPN plugin for PPTP, commonly used for connecting to Microsoft VPN servers. Package: network-manager-pptp-gnome Description-md5: 7849b68a0488cd9b93d68da1212634cb Description-en: network management framework (PPTP plugin GNOME GUI) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the GNOME bits of NetworkManager's PPTP plugin. Package: network-manager-vpnc Description-md5: dc58446ce2cfeb4dd395dee1df95a1fb Description-en: network management framework (VPNC plugin core) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides a VPN plugin for vpnc, providing easy access Cisco Concentrator based VPN's. Package: network-manager-vpnc-gnome Description-md5: e45eaf72a5c8f5aef4f7b9de1118ffd6 Description-en: network management framework (VPNC plugin GNOME GUI) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the GNOME bits of NetworkManager's VPNC plugin. Package: newt-tcl Description-md5: 897bb6b97efeac626c84809b93083697 Description-en: A newt module for Tcl This module allows you to build a text UI for your Tcl scripts using newt. Package: nfs-common Description-md5: 91b4c235ad23f3e546217626e98fad02 Description-en: NFS support files common to client and server Use this package on any machine that uses NFS, either as client or server. Programs included: lockd, statd, showmount, nfsstat, gssd and idmapd. Package: nfs-kernel-server Description-md5: 899bf536fe9edad1d8a30a8fada5180d Description-en: support for NFS kernel server The NFS kernel server is currently the recommended NFS server for use with Linux, featuring features such as NFSv3 and NFSv4, Kerberos support via GSS, and much more. It is also significantly faster and usually more reliable than the user-space NFS servers (from the unfs3 and nfs-user-server packages). However, it is more difficult to debug than the user-space servers, and has a slightly different feature set. . This package contains the user-space support needed to use the NFS kernel server. Most administrators wishing to set up an NFS server would want to install this package. Package: nih-dbus-tool Description-md5: c309612fda0b1e2fe481e61ec84c37d6 Description-en: NIH D-Bus Binding Tool nih-dbus-tool generates C source code from the D-Bus Introspection XML data provided by most services; either to make implementing the described objects in C programs or to make proxying to the described remote objects easier. . The generated code requires libnih-dbus-dev to be compiled. Package: notification-daemon Description-md5: 7b6bf4bfa132950715240823bbaf9ae8 Description-en: daemon for displaying passive pop-up notifications notification-daemon displays passive pop-up notifications, as per the Desktop Notifications Specification. . The Desktop Notifications Specification provides a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. Package: notify-osd Description-md5: 959180eeab8ef45dfa865fe315287601 Description-en: daemon that displays passive pop-up notifications The Desktop Notifications framework provides a standard way of doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. Package: noweb Description-md5: c4cbe9d8861a7781b6e5a14056f2c154 Description-en: A WEB-like literate-programming tool noweb is designed to meet the needs of literate programmers while remaining as simple as possible. Its primary advantages are simplicity, extensibility, and language-independence. . The noweb manual is only 3 pages; an additional page explains how to customize its LaTeX output. noweb works ``out of the box'' with any programming language, and supports TeX, latex, and HTML back ends. . The primary sacrifice relative to WEB is that code is not prettyprinted. Package: nscd Description-md5: bd699c5307bf07a56a6eb9cf27ef3073 Description-en: Embedded GNU C Library: Name Service Cache Daemon A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You should install this package only if you use slow services like LDAP, NIS or NIS+. Package: ntfs-3g Description-md5: b2df024e8627b5d253b85f35263376ef Description-en: read/write NTFS driver for FUSE NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. It can: . * create, remove, rename, or move files, directories, hard links, and streams; * read and write files, including streams, sparse files, and transparently compressed files; * handle special files like symbolic links, devices, and FIFOs; * provide standard management of file ownership and permissions, including POSIX ACLs. . This package also contains the tools previously available in the ntfsprogs package. Package: ntfs-3g-dbg Description-md5: 4d27c9bf99072e55f4dbb4647c384b5f Description-en: read/write NTFS driver for FUSE (debug) NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. . This package contains the debugging symbols. Package: ntfs-3g-dev Description-md5: f17752933720148edc7d3f25b03e9fee Description-en: read/write NTFS driver for FUSE (development) NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. . This package contains the development files. Package: ntp Description-md5: 220487bd9eceed70fec6b929cb922fd3 Description-en: Network Time Protocol daemon and utility programs NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts. . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntp-doc". Package: ntpdate Description-md5: bab945a5e62017056d52dca74ed20cda Description-en: client for setting system time from NTP servers NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . ntpdate is a simple NTP client that sets a system's clock to match the time obtained by communicating with one or more NTP servers. It is not sufficient, however, for maintaining an accurate clock in the long run. ntpdate by itself is useful for occasionally setting the time on machines that do not have full-time network access, such as laptops. . If the full NTP daemon from the package "ntp" is installed, then ntpdate is not necessary. Package: ntrack-module-libnl-0 Description-md5: 82606b586ff021cc5ed29e2489bb06e5 Description-en: libnl based ntrack module ntrack module that uses the libnl backend Package: numlockx Description-md5: 443457451ab961060ec30ab3c8455978 Description-en: enable NumLock in X11 sessions Utilities to enable the keyboard's Numeric Lock during X11 session initialization or using command line utility. . The package automatically installs session script to enable numlock on session start. Package: nut-cgi Description-md5: 16fe1723aea6d72223068ec8c97046eb Description-en: network UPS tools - web interface Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. . This package provides an HTTP interface for Network UPS Tools which makes it possible to monitor the core NUT system with a web browser. Package: nut-client Description-md5: 30f1061db3258a7a5c46e18466afa6c0 Description-en: network UPS tools - clients Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. . This package provides NUT's clients that allows the user to control and monitor the UPS. Package: nut-doc Description-md5: 4cffa515519a2e34b3b662460af77a9c Description-en: network UPS tools - documentation Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. . This package contains FAQ, user, developer and packager documentation. Package: nut-server Description-md5: 1bb170829951b1b6cfee27c4bdc599b8 Description-en: network UPS tools - core system Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. . This package provides NUT's core system, and the serial and USB UPS drivers. In most cases it is sufficient for a basic UPS monitoring system. Package: nut-snmp Description-md5: 9982af957abdb380c9a8847a365d37a9 Description-en: network UPS tools - SNMP driver Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. . This package provides snmp-ups, the SNMP multi-MIB driver for UPS, which supports various MIBs including IETF, MGE, and APC. It adds an SNMP Manager interface to the core NUT system. Package: nut-xml Description-md5: a97484c585aad12b6d8c738d204ae65f Description-en: network UPS tools - XML/HTTP driver Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. . This package provides netxml-ups, which supports UPS models from Eaton or MGE that use an XML/HTTP-based Network Management Card or Proxy. Package: nux-tools Description-md5: b3c6b45df6daa78bd162d755577c83d1 Description-en: Visual rendering toolkit for real-time applications - tools Nux is a graphical user interface toolkit for applications that mixes opengl hardware acceleration with high quality visual rendering. . This package contains various tools for nux Package: obex-data-server Description-md5: bcc795da48f30325384f4d64eaf288c9 Description-en: D-Bus service for OBEX client and server side functionality obex-data-server is a D-Bus service providing high-level OBEX client and server side functionality (currently supports OPP and FTP profiles and Bluetooth transport). Package: obexd-client Description-md5: f3dd41309c3531747dc187952601ebf2 Description-en: D-Bus OBEX client Implementation of OBEX(OBject EXchange) client and server as a D-Bus service providing high-level functionality. . OBEX is communication protocol to facilitate the exchange of the binary object between the device. . In this package the client is included. Package: obexd-server Description-md5: c40bd45169abf9a1957fe8523c4ceae2 Description-en: D-Bus OBEX server Implementation of OBEX(OBject EXchange) client and server as a D-Bus service providing high-level functionality. . OBEX is communication protocol to facilitate the exchange of the binary object between the device. . In this package the server is included. Package: ocaml Description-md5: 04cda173a24e7986d3433da3f1594787 Description-en: ML language implementation with a class-based object system Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . OCaml comprises two compilers. One generates bytecode which is then interpreted by a C program. This compiler runs quickly, generates compact code with moderate memory requirements, and is portable to essentially any 32 or 64 bit Unix platform. Performance of generated programs is quite good for a bytecoded implementation: almost twice as fast as Caml Light 0.7. This compiler can be used either as a standalone, batch-oriented compiler that produces standalone programs, or as an interactive, toplevel-based system. . The other compiler generates high-performance native code for a number of processors. Compilation takes longer and generates bigger code, but the generated programs deliver excellent performance, while retaining the moderate memory requirements of the bytecode compiler. It is not available on all arches though. . This package contains everything needed to develop OCaml applications, including the graphics libraries. Package: ocaml-base Description-md5: 84e550243216cdd5a47f4a5444f96a15 Description-en: Runtime system for OCaml bytecode executables Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . This package contains only the runtime system needed to run bytecode executables. The 'ocaml' package contains the full development suite of Objective Caml. You may wish to install the 'ocaml-base-nox' package if you do not require any graphical capabilities for your runtime. Package: ocaml-base-nox Description-md5: bb24dbfee7bb8f2ca497066cab6a4f5f Description-en: Runtime system for OCaml bytecode executables (no X) Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . This package contains only the runtime system needed to run bytecode executables that do not use the graphics library. The 'ocaml' package contains the full development suite of Objective Caml. Package: ocaml-compiler-libs Description-md5: a765ce776aca74df74b073777915c3f1 Description-en: OCaml interpreter and standard libraries Objective (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . This package contains several modules used internally by the OCaml compilers. They are not needed for normal OCaml development, but may be helpful in the development of certain applications. Package: ocaml-findlib Description-md5: 5266af2e3694f3972f6e03f40368c083 Description-en: management tool for OCaml libraries The "findlib" OCaml library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored. The packages are kept in the filesystem hierarchy, but with strict directory structure. The library contains functions to look the directory up that stores a package, to query metainformation about a package, and to retrieve dependency information about multiple packages. . This package contains a tool (ocamlfind) that allows the user to enter queries on the command-line. In order to simplify compilation and linkage, there are new frontends, all driven by ocamlfind, for the various OCaml compilers that can directly deal with packages. Package: ocaml-findlib-wizard Description-md5: 4e7854cdc1e51421aef87928ef3e02de Description-en: Makefile and META wizard for OCaml libraries This wizard helps you creating Makefiles and META files for simple OCaml library projects. It generates a Makefile, and the Makefile produces the META file. This generated build system is a starting point and can be later fine-tuned. Package: ocaml-interp Description-md5: 8eec5a948780aa1b1aac7a63aefff1cb Description-en: OCaml interactive interpreter and standard libraries Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . This package contains the files required to run an OCaml shell from the command line. Package: ocaml-native-compilers Description-md5: 348a24cd6ab0cab154cf8ffad2fd7456 Description-en: Native code compilers of the OCaml suite (the .opt ones) Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . This package contains the native code version of the compilers and lexer (ocamlc.opt, ocamllex.opt, ocamlopt.opt, camlp4o.opt and camlp4r.opt). The normal version of these programs are found in the 'ocaml' package. For big source codes, these packages can be two to three times faster, but for most normal sized sources, the difference won't be noticeable. Package: ocaml-nox Description-md5: 29aa9bd04748d97897bee886074681aa Description-en: ML implementation with a class-based object system (no X) Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . OCaml comprises two compilers. One generates bytecode which is then interpreted by a C program. This compiler runs quickly, generates compact code with moderate memory requirements, and is portable to essentially any 32 or 64 bit Unix platform. Performance of generated programs is quite good for a bytecoded implementation: almost twice as fast as Caml Light 0.7. This compiler can be used either as a standalone, batch-oriented compiler that produces standalone programs, or as an interactive, toplevel-based system. . The other compiler generates high-performance native code for a number of processors. Compilation takes longer and generates bigger code, but the generated programs deliver excellent performance, while retaining the moderate memory requirements of the bytecode compiler. It is not available on all arches though. . This package contains everything needed to develop OCaml applications that do not require the graphics library. Package: ocfs2-tools Description-md5: 35dcd82fb739cced2d7441e218050187 Description-en: tools for managing OCFS2 cluster filesystems OCFS2 is a general purpose cluster filesystem. Unlike the initial release of OCFS, which supported only Oracle database workloads, OCFS2 provides full support as a general purpose filesystem. OCFS2 is a complete rewrite of the previous version, designed to work as a seamless addition to the Linux kernel. . This package installs the tools to manage the OCFS2 filesystem, including mkfs, tunefs, fsck, debugfs, and the utilities to control the O2CB clustering stack. Package: ocfs2-tools-cman Description-md5: 0716c75a30ef17ffc82db857b075d5cf Description-en: tools for managing OCFS2 cluster filesystems - cman support OCFS2 is a general purpose cluster filesystem. Unlike the initial release of OCFS, which supported only Oracle database workloads, OCFS2 provides full support as a general purpose filesystem. OCFS2 is a complete rewrite of the previous version, designed to work as a seamless addition to the Linux kernel. . This package installs support for the cman cluster stack. Package: ocfs2-tools-dev Description-md5: c83e087ed43fbcb16a766887bb9e850a Description-en: tools for managing OCFS2 cluster filesystems - development files OCFS2 is a general purpose cluster filesystem. Unlike the initial release of OCFS, which supported only Oracle database workloads, OCFS2 provides full support as a general purpose filesystem. OCFS2 is a complete rewrite of the previous version, designed to work as a seamless addition to the Linux kernel. . This package installs the development headers and static libraries. Package: ocfs2-tools-pacemaker Description-md5: 0ff284ee2f1652fc43a503860e9040cf Description-en: tools for managing OCFS2 cluster filesystems - pacemaker support OCFS2 is a general purpose cluster filesystem. Unlike the initial release of OCFS, which supported only Oracle database workloads, OCFS2 provides full support as a general purpose filesystem. OCFS2 is a complete rewrite of the previous version, designed to work as a seamless addition to the Linux kernel. . This package installs support for the pacemaker cluster stack. Package: ocfs2console Description-md5: 2ebccbcd5437a0267ea7af244d081c49 Description-en: tools for managing OCFS2 cluster filesystems - graphical interface OCFS2 is a general purpose cluster filesystem. Unlike the initial release of OCFS, which supported only Oracle database workloads, OCFS2 provides full support as a general purpose filesystem. OCFS2 is a complete rewrite of the previous version, designed to work as a seamless addition to the Linux kernel. . A GUI frontend for managing OCFS2 volumes on the system. One can mount and unmount volumes, format, view overview information and individual files, and view and modify the current cluster configuration. Package: odbcinst Description-md5: 94a30ab8c0d53da82db9d3503fec9c1f Description-en: Helper program for accessing odbc ini files This package contains the odbcinst helper tool, which allows ODBC driver packages to install their own driver settings. Package: odbcinst1debian2 Description-md5: 861ea9ae83deac7dffe831aaf1f3d57c Description-en: Support library for accessing odbc ini files This package contains the libodbcinst library from unixodbc, a library used by ODBC drivers for reading their configuration settings from /etc/odbc.ini and ~/.odbc.ini. It is useful to provide this in a stand-alone package, so that all ODBC drivers in Debian can use a consistent ini library, regardless of whether applications are built with iodbc or unixodbc. . Also contained in this package are the driver setup plugins, which describe the features supported by individual ODBC drivers. Package: open-iscsi Description-md5: ddb11fbbafc9fc6ed622268357521d0f Description-en: High performance, transport independent iSCSI implementation iSCSI is a network protocol standard that allows the use of the SCSI protocol over TCP/IP networks. This implementation follows RFC3720. Package: open-iscsi-utils Description-md5: 12f906d76f4a5eb4cfefbc5c9425eebb Description-en: iSCSI initiatior administrative utility iSCSI is a network protocol standard that allows the use of the SCSI protocol over TCP/IP networks. This implementation follows RFC3720. This package contains the iscsiadm userspace utility. Package: openais Description-md5: dd714972dd72987a4cc3146a428cafe8 Description-en: Standards-based cluster framework (daemon and modules) The openais project is a project to implement a production quality "Revised BSD" licensed implementation of the SA Forum's Application Interface Specification. 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. The API consists of Availability Management Framework (AMF) which provides application failover, Cluster Membership (CLM), Checkpointing (CKPT), Event (EVT), Messaging (MSG), and Distributed Locks (DLOCK). . This package contains the aisexec daemon and modules. Package: openais-dbg Description-md5: caf8427085815123150cd07784473964 Description-en: Standards-based cluster framework (daemon and modules) The openais project is a project to implement a production quality "Revised BSD" licensed implementation of the SA Forum's Application Interface Specification. 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. The API consists of Availability Management Framework (AMF) which provides application failover, Cluster Membership (CLM), Checkpointing (CKPT), Event (EVT), Messaging (MSG), and Distributed Locks (DLOCK). . This package contains the debugging symbols for openais and its libraries. Package: openbsd-inetd Description-md5: 9712f7d59b97e386233733439cded00b Description-en: The OpenBSD Internet Superserver The inetd server is a network daemon program that specializes in managing incoming network connections. Its configuration file tells it what program needs to be run when an incoming connection is received. Any service port may be configured for either of the tcp or udp protocols. . This is a port of the OpenBSD daemon with some debian-specific features. This package supports IPv6, built-in libwrap access control, binding to specific addresses, UNIX domain sockets and socket buffers tuning. Package: opencc Description-md5: b1583250eebf9d31eb79afc7ecb3fd71 Description-en: simplified-traditional chinese conversion tool opencc is a library for converting character between traditional chinese and simplified chinese. . This package includes the conversion tool. Package: opencryptoki Description-md5: 56b253ffe8e457a6f3acbdd3c6a66a12 Description-en: PKCS#11 implementation (daemon) openCryptoki is a PKCS#11 Cryptographic Token Interface Standard implementation. It includes drivers and libraries to enable IBM cryptographic hardware such as Trusted Computing Platform (TPM) cryptographic devices as well as a software token for testing. . This package contains the daemon. Package: opencryptoki-dbg Description-md5: d1c9f42ddd28719ade9d506fb879953d Description-en: PKCS#11 implementation (debug) openCryptoki is a PKCS#11 Cryptographic Token Interface Standard implementation. It includes drivers and libraries to enable IBM cryptographic hardware such as Trusted Computing Platform (TPM) cryptographic devices as well as a software token for testing. . This package contains the debugging symbols. Package: openexr Description-md5: 605ad59e4fb9abffd684baf83af3c5e6 Description-en: viewer and docs for the OpenEXR image format OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. . OpenEXR's features include: * Higher dynamic range and colour precision than existing 8- and 10-bit image file formats. * Support for the "half" 16-bit floating-point pixel format. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. . This package contains documentation for the format and the following tools: * exrheader, a utility for dumping header information. * exrstdattr, a utility for modifying OpenEXR standard attributes. * exrmaketiled, for generating tiled and rip/mipmapped images. * exrenvmap, for creating OpenEXR environment maps. * exrmakepreview, for creating preview images for OpenEXR files. Package: openhpi-clients Description-md5: f50a229b5fcd87c08636dd0aef02ebe5 Description-en: OpenHPI example client programs OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains the example client programs supplied as part of OpenHPI. Package: openhpi-plugin-ilo2-ribcl Description-md5: ff79dc7dbdfc688194ef0a55203cd048 Description-en: OpenHPI plugin module for HP's ProLiant rackmount servers OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains a plugin module that provides hardware information from many HP ProLiant rackmount servers, accessing this information using RIBCL to an iLO2, over a LAN. Package: openhpi-plugin-ipmi Description-md5: 3919845529b0a339678c0b2561f298d7 Description-en: OpenHPI plugin module for OpenIPMI OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains a plugin module that accesses hardware information through the OpenIPMI library. Package: openhpi-plugin-ipmidirect Description-md5: 248b92312ff6938052d3cdbf248d8039 Description-en: OpenHPI plugin module for direct IPMI over LAN (RMCP) or SMI OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains a plugin module that accesses hardware information with direct IPMI commands over a LAN (RMCP) or through the local SMI. Package: openhpi-plugin-oa-soap Description-md5: eb654873db2a0be38273941507e70c32 Description-en: OpenHPI plugin module for HP's BladeSystem c-Class OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains a plugin module that provides hardware information from HP BladeSystem c-Class servers, accessing this information using SOAP/XML to an Onboard Administrator module, over a LAN. Package: openhpi-plugin-snmp-bc Description-md5: 4c2634601c685b609dbfbe7486a9cb4d Description-en: OpenHPI plugin module for IBM's BladeCenter or RSA over SNMP OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains a plugin module that accesses IBM BladeCenter and RSA-enabled systems hardware information through SNMP. Package: openhpi-plugin-sysfs Description-md5: 2ba6bbad7cf90a7cb7b3f71e9fb02c68 Description-en: OpenHPI plugin module for the sysfs filesystem OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains a plugin module that accesses hardware information presented through the sysfs filesystem. Package: openhpid Description-md5: 40ec44bc3a2cd4bfe11968aed94e9ace Description-en: OpenHPI daemon, supports gathering of manageability information OpenHPI is an implementation of the Service Availability Forum's Hardware Platform Interface specification. (See http://www.saforum.org) As such, OpenHPI facilitates the development of computer manageability applications which are not tied to a single hardware vendor's products. . This package contains the OpenHPI daemon. This process gathers information from managed hardware and systems, making this available to OpenHPI-based applications. Package: openipmi Description-md5: 9b1b5291e9ca77ee91bd3c03cdad0f3e Description-en: Intelligent Platform Management Interface (for servers) IPMI allows remote monitoring and remote management of devices. . This package contains some command-line and graphical-user-interfaces to interact with IPMI-enabled devices. Package: openjade Description-md5: b35e1d7af5f6e1c8a8527523612f49d2 Description-en: Implementation of the DSSSL language OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL language. It is based on James Clark's Jade software. . The OpenJade processor, in conjunction with a DSSSL style sheet, is capable of translating SGML documents into other formats. Output formats currently supported are RTF, HTML, MIF, JadeTeX, or an XML representation of the flow object tree. Using its own non-standard system, it is also capable of transforming one SGML or XML DTD to another. . Author: The OpenJade Team Package: openjade1.3 Description-md5: 2b93578d33146e15a7a50c0242fc1731 Description-en: Implementation of the DSSSL language OpenJade is an implementation of the ISO/IEC 10179:1996 standard DSSSL language. It is based on James Clark's Jade software. . This is the latest stable release of OpenJade. For the latest-and-greatest/bleeding-edge, install the `openjade' package. . The OpenJade processor, in conjunction with a DSSSL style sheet, is capable of translating SGML documents into other formats. Output formats currently supported are RTF, HTML, MIF, JadeTeX, or an XML representation of the flow object tree. Using its own non-standard system, it is also capable of transforming SGML or XML documents into documents conforming to another DTD. Package: openjdk-6-dbg Description-md5: 62cbbd2d3e6bc94279f18db4f735142b Description-en: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-6-demo Description-md5: c2a5624aa60e4de3025a249886fa82d7 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-6-jdk Description-md5: eaff50443f15582a8beb0901034b62cf Description-en: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-6-jre Description-md5: 91d05a39b9f10650db7458e30c6b492b Description-en: OpenJDK Java runtime, using Hotspot Zero Full Java runtime environment - needed for executing Java GUI and Webstart programs. Using Hotspot Zero. The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-6-jre-headless Description-md5: 66d576ba5edb414029e68aaa8b29d079 Description-en: OpenJDK Java runtime, using Hotspot Zero (headless) Minimal Java runtime - needed for executing non GUI Java programs. Using Hotspot Zero. The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openobex-apps Description-md5: dc42583e385f661f32c27e5c8755f7c8 Description-en: Applications for OpenOBEX The Object Exchange protocol can best be described as binary HTTP. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). . OBEX is builtin in devices like PDA's like the Palm Pilot, and mobile phones like the Ericsson R320, Siemens S25, Siemens S45, Siemens ME45, Nokia NM207 and Nokia 9110 Communicator. . This package contains some small utilities to control such devices. Package: opensp Description-md5: fabc6e3cb88f70debefafddb3ad99079 Description-en: OpenJade group's SGML parsing tools This package is a collection of SGML/XML tools called OpenSP. It is a fork from James Clark's SP suite. . These tools are used to parse, validate, and normalize SGML and XML files. The central programs included in this package are 'onsgmls', which replaces sgmls, 'ospam', 'ospent', 'osgmlnorm', and 'osx'. Package: openssh-client Description-md5: 8cde3280ebad71c16b3e8c661dae6c6d Description-en: secure shell (SSH) client, for secure access to remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the ssh, scp and sftp clients, the ssh-agent and ssh-add programs to make public key authentication more convenient, and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. . In some countries it may be illegal to use any encryption at all without a special permit. . ssh replaces the insecure rsh, rcp and rlogin programs, which are obsolete for most purposes. Package: openssh-server Description-md5: 842cc998cae371b9d8106c1696373919 Description-en: secure shell (SSH) server, for secure access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the sshd server. . In some countries it may be illegal to use any encryption at all without a special permit. . sshd replaces the insecure rshd program, which is obsolete for most purposes. Package: openssl Description-md5: 977022bc5545601176b69704acc5df9b Description-en: Secure Socket Layer (SSL) binary and related cryptographic tools This package contains the openssl binary and related tools. . It is part of the OpenSSL implementation of SSL. . You need it to perform certain cryptographic actions like: - Creation of RSA, DH and DSA key parameters; - Creation of X.509 certificates, CSRs and CRLs; - Calculation of message digests; - Encryption and decryption with ciphers; - SSL/TLS client and server tests; - Handling of S/MIME signed or encrypted mail. Package: optipng Description-md5: 5e7a553e9d19800926e7d1d2e6a7ff8a Description-en: advanced PNG (Portable Network Graphics) optimizer OptiPNG is a PNG optimizer that recompresses the image files to a smaller size. It losslessly reduces the bit depth, the color type and the color palette of the image, runs a suite of compression methods and strategies, and selects the compression parameters that yield the smallest output file. It also recognizes several external file formats like BMP, GIF, TIFF and PNM (PBM, PGM, PPM). Package: orbit2 Description-md5: 82c8c763c66463471c2aaf053647085f Description-en: a CORBA ORB ORBit2 is a high-performance CORBA (Common Object Request Broker Architecture) ORB (Object Request Broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they're written in or the operating system they run on. . This package contains the command-line utilities ior-decode-2 and typelib-dump. Package: orbit2-nameserver Description-md5: f67bebcd0447e628e83e2a4b64e995bf Description-en: a CORBA name server ORBit2 is a high-performance CORBA (Common Object Request Broker Architecture) ORB (Object Request Broker). It allows programs to send requests and receive replies from other programs, regardless of the locations of the two programs. CORBA is an architecture that enables communication between program objects, regardless of the programming language they're written in or the operating system they run on. . This package includes the CORBA nameserver and a utility client program. Package: os-prober Description-md5: fdd4c0b3d1ed11dca7af85ad71167f5a Description-en: utility to detect other OSes on a set of drives This package detects other OSes available on a system and outputs the results in a generic machine-readable format. Package: p11-kit Description-md5: 998d0a2fcac9415b2659a292a334151a Description-en: Utilities for working with the p11-glue library Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. . Also solves problems with coordinating the use of PKCS#11 by different components orlibraries living in the same process. . This package contains the p11-kit tool for listing PKCS#11 modules. Package: pacemaker Description-md5: eccce3a1485fdccecf06cfd5b57852c3 Description-en: HA cluster resource manager High-Availability cluster resource manager for Heartbeat as well as Corosync. . Pacemaker supports a very sophisticated dependency model for n-node clusters and can respond to node and resource-level failures. . It supports both the Heartbeat and Corosync cluster stacks. Package: pacemaker-dev Description-md5: 84975a748b75e47909c7bb0cfd965795 Description-en: HA cluster resource manager (development files) High-Availability cluster resource manager for Heartbeat. . Pacemaker supports a very sophisticated dependency model for n-node clusters and can respond to node and resource-level failures. . This package contains pacemaker's development files. Package: parted Description-md5: 0672c048225946ff0705e0cecd54cf5d Description-en: disk partition manipulator GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the binary and manual page. Further documentation is available in parted-doc. . Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS, and PC98 partitioning formats, as well as a "loop" (raw disk) type which allows use on RAID/LVM. It can detect and remove ASFS/AFFS/APFS, Btrfs, ext2/3/4, FAT16/32, HFS, JFS, linux-swap, UFS, XFS, and ZFS file systems. Parted also has the ability to create and modify file systems of some of these types, but using it to perform file system operations is now deprecated. . The nature of this software means that any bugs could cause massive data loss. While there are no such bugs known at the moment, they could exist, so please back up all important files before running it, and do so at your own risk. Package: passwd Description-md5: 5bbd70e421ed3367a8299e53bd7afed4 Description-en: change and administer password and group data This package includes passwd, chsh, chfn, and many other programs to maintain password and group data. . Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian Package: patch Description-md5: d56076980d5ce0f54f9dd685e6ca0ce7 Description-en: Apply a diff file to an original Patch will take a patch file containing any of the four forms of difference listing produced by the diff program and apply those differences to an original file, producing a patched version. Package: patchutils Description-md5: 442c0d104c6f6b7262f5dcab972c3391 Description-en: Utilities to work with patches This package includes the following utilities: - combinediff creates a cumulative patch from two incremental patches - dehtmldiff extracts a diff from an HTML page - filterdiff extracts or excludes diffs from a diff file - fixcvsdiff fixes diff files created by CVS that "patch" mis-interprets - flipdiff exchanges the order of two patches - grepdiff shows which files are modified by a patch matching a regex - interdiff shows differences between two unified diff files - lsdiff shows which files are modified by a patch - recountdiff recomputes counts and offsets in unified context diffs - rediff and editdiff fix offsets and counts of a hand-edited diff - splitdiff separates out incremental patches - unwrapdiff demangles patches that have been word-wrapped Package: pciutils Description-md5: 4f7355c69571e79c2e4a6b4c231912e6 Description-en: Linux PCI Utilities This package contains various utilities for inspecting and setting of devices connected to the PCI bus. Package: pcmciautils Description-md5: d01e24437b6f27ffd8779126e3ecaeec Description-en: PCMCIA utilities for Linux 2.6 This package provides PCMCIA initialisation tools for Linux 2.6.13-rc1 or later, replacing the old pcmcia-cs tools used with earlier kernel versions. PCMCIA cards are commonly used in laptops to provide expanded capabilities such as network connections, modems, increased memory, etc. . To use PCMCIA you need to have kernel modules available to support it. These are included in the stock Debian 2.6 kernel packages. You will most likely also need udev, although it isn't always required. . The wireless-tools package is required by many wireless network adapters. Package: pcregrep Description-md5: b0a601c5f8b647ddc42b4beaba17e22e Description-en: grep utility that uses perl 5 compatible regexes. Perl-style regexps have many useful features that the standard POSIX ones don't; this is basically the same as grep but with the different regexp syntax. . The other reason for the existence of pcregrep is that its source code is an example of programming with libpcre. Package: pcscd Description-md5: 40f2879e95ee03b8541cb267e0af1f29 Description-en: Middleware to access a smart card using PC/SC (daemon side) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and smart cards readers. . The PC/SC daemon is used to dynamically allocate/deallocate reader drivers at runtime and manage connections to the readers. Package: pdksh Description-md5: dd88f3d440af0bfc8a9f9a0533a20fed Description-en: A public domain version of the Korn shell PD-ksh is a mostly complete AT&T ksh look-alike (see NOTES file for a list of things not supported). Work is currently underway to make it fully compatible with both POSIX and AT&T ksh (when the two don't conflict). . Since pdksh is free and compiles and runs on most common Unix systems, it is very useful in creating a consistent user interface across multiple machines. For example, in the CS department of MUN, pdksh is installed on a variety of machines including Suns, HPs, DecStations, PCs running Linux, etc., and is the login shell of ~4500 users. Package: perl Description-md5: 72b5a936c16f145661f38ca7be7856d3 Description-en: Larry Wall's Practical Extraction and Report Language An interpreted scripting language, known among some as "Unix's Swiss Army Chainsaw". . Perl is optimised for scanning arbitrary text files and system administration. It has built-in extended regular expression matching and replacement, a data-flow mechanism to improve security with setuid scripts and is extensible via modules that can interface to C libraries. Package: perl-base Description-md5: 7c818331fe8bc53134bb22330b07f5ae Description-en: minimal Perl system Perl is a scripting language used in many system scripts and utilities. . This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules" and "perl-doc"). Package: perl-debug Description-md5: d74923b33864cae938866649204c3496 Description-en: debug-enabled Perl interpreter debugperl provides a debug-enabled version of Perl which can produce extensive information about the interpreter as it compiles and executes a program (see the -D switch in perlrun(1)). . Note that this package is primarily of use in debugging *Perl* rather than perl programs, which may be traced/debugged using the standard perl binary using the -d switch (see perldebug(1)). Package: perlmagick Description-md5: 09a1c38959e1dfda7d721a6f035bc283 Description-en: Perl interface to the ImageMagick graphics routines PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. Package: php5-cgi Description-md5: e4797fbd366b4fd3961efdc96adfb491 Description-en: server-side, HTML-embedded scripting language (CGI binary) This package provides the /usr/lib/cgi-bin/php5 CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST Apache users probably want the libapache2-mod-php5 package. The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash openssl pcntl pcre Phar posix Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip zlib. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-cli Description-md5: c30ae7409f29dd202a44471e129060f8 Description-en: command-line interpreter for the php5 scripting language This package provides the /usr/bin/php5 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash openssl pcntl pcre Phar posix readline Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip zlib. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-common Description-md5: 35fa5e0abdb65960311eaf3dfa99d225 Description-en: Common files for packages built from the php5 source This package contains the documentation and example files relevant to all the other packages built from the php5 source. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-curl Description-md5: ec8dbd611e18b9a97137104d2d03663b Description-en: CURL module for php5 CURL is a library for getting files from FTP, GOPHER, HTTP server. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-dbg Description-md5: 05ede09e86bbc000bb7760a3007eb8e3 Description-en: Debug symbols for PHP5 This package provides the debug symbols for PHP5 needed for properly debugging errors in PHP5 with gdb. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-dev Description-md5: ff1c510a02be09c08261c45f956cfb03 Description-en: Files for PHP5 module development This package provides the files from the PHP5 source needed for compiling additional modules. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-enchant Description-md5: e209a8b32f75ec7fc8476626ab8820b5 Description-en: Enchant module for php5 This package provides a module for the generic spell checking library Enchant, which can use engines such as ispell, aspell and myspells. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-fpm Description-md5: 0c2f2f7a5999078ad98ba87f13022a85 Description-en: server-side, HTML-embedded scripting language (FPM-CGI binary) This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. Note that MOST Apache users probably want the libapache2-mod-php5 package. The following extensions are built in: bcmath bz2 calendar Core ctype date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash openssl pcre Phar posix Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter zip zlib. . PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-gd Description-md5: 732b511b008a27e09bd2386c0a086d78 Description-en: GD module for php5 This package provides a module for handling graphics directly from PHP scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-gmp Description-md5: 23a86b6e74c6dfb82958e892c4905491 Description-en: GMP module for php5 This package provides a module for arbitrary precision arithmetic via the GNU Multiple Precision (GMP) Arithmetic Library. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-intl Description-md5: 13b3c07931e7baac9cf7a9fddbbfac0c Description-en: internationalisation module for php5 This package provides a module to ease internationalisation of PHP scripts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-ldap Description-md5: f928363626b328ea945546a6732e252f Description-en: LDAP module for php5 This package provides a module for LDAP functions in PHP scripts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-librdf Description-md5: 01fd398590c2c7b49c7a5851d85952ad Description-en: PHP5 language bindings for the Redland RDF library This package contains the files needed to use the Redland Resource Description Framework (RDF) library in PHP5 scripts. Package: php5-mysql Description-md5: 6748fa3ce4846269cde689d52e05fddb Description-en: MySQL module for php5 This package provides modules for MySQL database connections directly from PHP scripts. It includes the generic "mysql" module which can be used to connect to all versions of MySQL, an improved "mysqli" module for MySQL version 4.1 or later, and the pdo_mysql module for use with the PHP Data Object extension. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-odbc Description-md5: ecc0f283a525946dd9fbdcc7e797f83a Description-en: ODBC module for php5 This package provides a module for database access through ODBC drivers. It uses the unixODBC library as an ODBC provider. It also contains the pdo_odbc module, for use with the PHP Data Object extension. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-pgsql Description-md5: 0cd66f2a7214efda2a8fb6277ae8f8ee Description-en: PostgreSQL module for php5 This package provides a module for PostgreSQL database connections directly from PHP scripts. It also includes the pdo_pgsql module for use with the PHP Data Object extension. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-pspell Description-md5: 8ed580a85ae87df8d41c70fe6fdc53c5 Description-en: pspell module for php5 This package provides a module for pspell functions in PHP scripts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-recode Description-md5: 59d25143c85d3735a7814ad664fab1b5 Description-en: recode module for php5 This package provides a module for recode - character set recoding. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-snmp Description-md5: 9d690535466e54ca2c48a6963155a059 Description-en: SNMP module for php5 This package provides a module for SNMP functions in PHP scripts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-sqlite Description-md5: bc204107703a64a1d61ce04f1e3882d1 Description-en: SQLite module for php5 This package provides a module allowing you to use the SQLite self-contained database engine from within your PHP scripts, eliminating the need for a full SQL server installation like MySQL or PostgreSQL. It also includes the pdo_sqlite module, for use with the PHP Data Object extension. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-sybase Description-md5: cfde0b16c75e467b458752a28c038ee4 Description-en: Sybase / MS SQL Server module for php5 This package provides a module for Sybase and Microsoft SQL Server database connections directly from PHP scripts. It also includes the pdo_dblib module for use with the PHP Data Object extension. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-tidy Description-md5: 7fa3e1782a0601d26514a30cc1db6f61 Description-en: tidy module for php5 This package provides a module for tidy functions in PHP scripts. . Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with embedded scripting languages such as PHP or ASP within them using OO constructs. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-uuid Description-md5: 08c4cce3749f84bf751618ece00cc0b7 Description-en: OSSP uuid module for php5 OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package provides a module for OSSP uuid functions support in PHP scripts. Package: php5-xmlrpc Description-md5: 084f2d93f4416e6822531e5b15f91305 Description-en: XML-RPC module for php5 This package provides a module for XML-RPC functions in PHP scripts. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: php5-xsl Description-md5: e4c774a293490d130ecd7b36d74260e6 Description-en: XSL module for php5 This package provides a module for XSL using the libxslt XSL parser. . PHP5 is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. The goal of the language is to allow web developers to write dynamically generated pages quickly. This version of PHP5 was built with the Suhosin patch. Package: pi Description-md5: faf9e20d941a71da7aae55e3c561fde9 Description-en: Compute Archimedes' constant Pi to arbitrary precision This program computes Archimedes' constant Pi to arbitrary precision. It is extremely fast and the precision is only limited by your machine's main memory. . This is a teaser for the CLN library, to which the actual computation is delegated. You may use these decimal digits as random digits or search them for hidden messages. :-) Package: pidgin Description-md5: d64460fa2943420736453e70937bbf30 Description-en: graphical multi-protocol instant messaging client for X Pidgin is a graphical, modular instant messaging client capable of using multiple networks at once. Currently supported are: AIM/ICQ, Yahoo!, MSN, IRC, Jabber/XMPP/Google Talk, Napster, Zephyr, Gadu-Gadu, Bonjour, Groupwise, Sametime, SIMPLE, MySpaceIM, and MXit. . Some extra packages are suggested to use increased functionality: * gnome-panel | kdebase-workspace-bin | docker: - To use the system tray icon functionality (minimizing to an icon, having the icon blink when there are new messages, etc.) * libsqlite3-0: - To use Contact Availability Prediction plugin Package: pidgin-dbg Description-md5: 15d3420aeefc0ac3b2345f312c94f6c4 Description-en: Debugging symbols for Pidgin This package includes the debugging symbols useful for debugging Pidgin and its plugins, contained in the pidgin package. The debugging symbols are used for execution tracing and core dump analysis. Package: pidgin-libnotify Description-md5: e0fba338759555ace16f4878daf83796 Description-en: display notification bubbles in pidgin pidgin-libnotify is a Pidgin plugin which displays notification bubbles in Pidgin using libnotify and notification-daemon. Package: pilot-link Description-md5: 766c6d9456fae100b3c79e80c9fd8c2d Description-en: tools to communicate with a PalmOS PDA The package contains many command line programs to manipulate databases stored on a PalmOS PDA. For example pilot-xfer can be used to backup, sync, and restore databases. Package: pinentry-curses Description-md5: f50d8e6ae3e0da262c53b165290571fd Description-en: curses-based PIN or pass-phrase entry dialog for GnuPG This package contains a program that allows for secure entry of PINs or pass phrases. That means it tries to take care that the entered information is not swapped to disk or temporarily stored anywhere. This functionality is particularly useful for entering pass phrases when using encryption software such as GnuPG or e-mail clients using the same. It uses an open protocol and is therefore not tied to particular software. . The program contained in this package implements a PIN entry dialog using the curses tool kit, meaning that it is useful for users working in text mode without the X Window System. There are sibling packages that implement PIN entry dialogs that use an X tool kit. If you install any of the latter packages then this package is not necessary because the sibling packages automatically fall back to text mode if X is not active. Package: pinentry-gtk2 Description-md5: bcccd74b65983a22e87d3cf912f42450 Description-en: GTK+-2-based PIN or pass-phrase entry dialog for GnuPG This package contains a program that allows for secure entry of PINs or pass phrases. That means it tries to take care that the entered information is not swapped to disk or temporarily stored anywhere. This functionality is particularly useful for entering pass phrases when using encryption software such as GnuPG or e-mail clients using the same. It uses an open protocol and is therefore not tied to particular software. . The program contained in this package implements a PIN entry dialog using the GTK+ tool kit version 2, so it is especially suitable for users of GNOME. If the X Window System is not active then an alternative text-mode dialog will be used. There are sibling packages that implement PIN entry dialogs using other tool kits. Package: pinentry-qt4 Description-md5: e209db6061c349efb79d0502a6ced376 Description-en: Qt-4-based PIN or pass-phrase entry dialog for GnuPG This package contains a program that allows for entry of PINs or pass phrases. It is useful for entering pass phrases when using encryption software such as GnuPG or e-mail clients using the same. It uses an open protocol and is therefore not tied to particular software. . The program contained in this package implements a PIN entry dialog using the Qt tool kit version 4, so it is especially suitable for users of KDE 4. If the X Window System is not active then an alternative text-mode dialog will be used. There are sibling packages that implement PIN entry dialogs using other tool kits. Package: pkg-config Description-md5: 5622d544b680cd37e49d3435959207a2 Description-en: manage compile and link flags for libraries pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. Package: plymouth Description-md5: 36dd6c0b2d2e2968eb795981d2b48521 Description-en: graphical boot animation and logger - main package Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. Package: plymouth-label Description-md5: 5811f727790d0292c01a69a6fb2044fe Description-en: graphical boot animation and logger - label control Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the label control, used by various graphical themes to render text. Package: plymouth-theme-fade-in Description-md5: efc0a4e57cc60e6f31a0cfc518d0b355 Description-en: graphical boot animation and logger - fade-in theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the fade-in theme that features a centred logo which fades in and out while stars twinkle around it. . These theme may not correctly display messages from filesystem decryption, checking or error handling. Package: plymouth-theme-glow Description-md5: fd83f5b3b39eb37bdb9b263ddd537b92 Description-en: graphical boot animation and logger - glow theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the glow theme that features a corporate-looking pie chart for boot progress followed by a glowing logo once boot finishes. . These theme may not correctly display messages from filesystem decryption, checking or error handling. Package: plymouth-theme-kubuntu-text Description-md5: 95ecd5505af6c758e5c7d989457dc6f4 Description-en: graphical boot animation and logger - kubuntu-text theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the default kubuntu-text text theme used when no support for a graphical theme is found on your system. Package: plymouth-theme-script Description-md5: 6ab1e0acb8bfbad08f93b9ef475dfc32 Description-en: graphical boot animation and logger - script theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the example script theme, useful for theme developers. . These theme may not correctly display messages from filesystem decryption, checking or error handling. Package: plymouth-theme-solar Description-md5: a05050529bca7085989e0f452ac47223 Description-en: graphical boot animation and logger - solar theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the solar theme that features a violent blue flaring star, and other space-like animations. . These theme may not correctly display messages from filesystem decryption, checking or error handling. Package: plymouth-theme-spinfinity Description-md5: d22e6ece21f0eea458ae7c05edd0a2b2 Description-en: graphical boot animation and logger - spinfinity theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the spinfinity theme that features a rotating infinity sign beneath the logo. . These theme may not correctly display messages from filesystem decryption, checking or error handling. Package: plymouth-theme-text Description-md5: 70944c5b54f1648dabab835c78a4bf4c Description-en: graphical boot animation and logger - text theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the text theme used when no support for a graphical theme is found on your system. . These theme may not correctly display messages from filesystem decryption, checking or error handling. Package: plymouth-theme-ubuntu-logo Description-md5: 8d874d448c1e27d2eef5a053231911ed Description-en: graphical boot animation and logger - ubuntu-logo theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the default ubuntu-logo theme. Package: plymouth-theme-ubuntu-text Description-md5: e64a5fbd685fee7e5864ea3986a54164 Description-en: graphical boot animation and logger - ubuntu-logo theme Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the default ubuntu-text text theme used when no support for a graphical theme is found on your system. Package: plymouth-x11 Description-md5: 9f1a92f7b5eccaeda62ed2595a6135c0 Description-en: graphical boot animation and logger - X11 interface Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background. . This package contains the X11 renderer, which allows plymouth to interact with running X sessions. Package: pmake Description-md5: f5756e8b6cba815a6fcd5cf551038f49 Description-en: NetBSD make pmake is a program designed to simplify the maintenance of other programs. Its input is a list of specifications as to the files upon which programs and other files depend. mkdep, a program to construct Makefile dependency lists, is also included. Package: pngquant Description-md5: 1d0769779d5bab0eb300ce90eee9ee09 Description-en: PNG (Portable Network Graphics) image optimising utility pngquant is a command-line conversion utility to quantize and dither truecolor PNG images, especially those with a full alpha channel, down to 8-bit (or smaller) RGBA-palette PNGs. Such images are usually two to four times smaller than the full 32-bit versions, and partial transparency is preserved quite nicely. This makes pngquant especially useful both for Web sites and for PlayStation 2 development, where one of the texture formats is RGBA-palette-based (though not PNG-compressed). This is the same technique used for many of the images on the Miscellaneous Transparent PNGs page (http://www.libpng.org/pub/png/pngs-img.html), and the results are often indistinguishable from the original, truecolor PNG images. . Optimizers (like pngcrush and optipng) optimize the compression, usually losslessly, while pngquant quantizes colors down to 256 (or fewer) distinct RGBA combinations, which is lossy. Package: pnm2ppa Description-md5: 3a0714f40c71f7dff51b89732497ee80 Description-en: PPM to PPA converter Using pnm2ppa it's possible to run HP-GDI printers on Linux. These printers are normally "Windows-only" and use the PPA protocol which is proprietary. pnm2ppa supports color. . pnm2ppa supports the following printers: HP Deskjet 7XX Series, HP Deskjet 820 Series and HP Deskjet 1000 Series. Package: policykit-1 Description-md5: 233f6ea057dc90084c0e92b57d21a7a8 Description-en: framework for managing administrative policies and privileges PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged (desktop) applications. Package: policykit-1-gnome Description-md5: bd3cad3c0320140c209bcfd25249cf38 Description-en: GNOME authentication agent for PolicyKit-1 PolicyKit-gnome provides a D-Bus session bus service that is used to bring up authentication dialogs used for obtaining privileges. Package: polkit-kde-1 Description-md5: 5e33c0fb1d79df76743506f8e72c9b97 Description-en: KDE dialogs for PolicyKit PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . It is a framework for centralizing the decision making process with respect to granting access to privileged operations (like calling the HAL Mount() method) for unprivileged (desktop) applications. . PolicyKit-Kde provides a D-Bus session bus service that is used to bring up authentication dialogs used for obtaining privileges. Package: poppler-dbg Description-md5: ab22a1743f8f5dc1f00b9db139334fe2 Description-en: PDF rendering library -- debugging symbols Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the debugging symbols for all the Poppler libraries and the utilities. Package: poppler-utils Description-md5: f977fcad2e1284924daa6d00f12f553e Description-en: PDF utilities (based on Poppler) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains command line utilities (based on Poppler) for getting information of PDF documents or convert them to other formats: * pdffonts -- font analyzer * pdfimages -- image extractor * pdfinfo -- document information * pdftohtml -- PDF to HTML converter * pdftoppm -- PDF to PPM/PNG/JPEG image converter * pdftops -- PDF to PostScript (PS) converter * pdftotext -- text extraction Package: portaudio19-dev Description-md5: 040df2bde13015a2b8b419ac2975c974 Description-en: Portable audio I/O - development files PortAudio is a portable audio I/O library designed for cross-platform support of audio. It uses a callback mechanism to request audio processing. Audio can be generated in various formats, including 32 bit floating point, and will be converted to the native format internally. . This package contains the development files. Package: postfix Description-md5: 98656fbf1bb45b53edd367037a2e5a90 Description-en: High-performance mail transport agent Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. Package: postfix-cdb Description-md5: 137b9078314cdc75bd7f6df9b99699ac Description-en: CDB map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. This provides support for CDB (constant database) maps in Postfix. If you plan to use CDB maps with Postfix, you need this. Package: postfix-ldap Description-md5: abc2778b6b14473af5b25feccfd2427f Description-en: LDAP map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. This provides support for LDAP maps in Postfix. If you plan to use LDAP maps with Postfix, you need this. Package: postfix-mysql Description-md5: ec318b28177bb3a0513f0279e027a8ab Description-en: MySQL map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. This provides support for MySQL maps in Postfix. If you plan to use MySQL maps with Postfix, you need this. Package: postfix-pcre Description-md5: 90d5a11e7449873ee49beaf87a186abd Description-en: PCRE map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. This provides support for PCRE (perl compatible regular expression) maps in Postfix. If you plan to use PCRE maps with Postfix, you need this. Package: postfix-pgsql Description-md5: 01a21ce92bf2cb222b9b9c70e7f95fba Description-en: PostgreSQL map support for Postfix Postfix is Wietse Venema's mail transport agent that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. This provides support for PostgreSQL maps in Postfix. If you plan to use PostgreSQL maps with Postfix, you need this. Package: postgresql-9.1 Description-md5: c487fe4e86f0eac09ed9847282436059 Description-en: object-relational SQL database, version 9.1 server PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. . This package provides the database server for PostgreSQL 9.1. Servers for other major release versions can be installed simultaneously and are coordinated by the postgresql-common package. A package providing ident-server is needed if you want to authenticate remote connections with identd. Package: postgresql-9.1-dbg Description-md5: c6e0ff14b6f247b18dd692146951ea3c Description-en: debug symbols for postgresql-9.1 PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. . This package provides detached debugging symbols for PostgreSQL 9.1. Package: postgresql-client-9.1 Description-md5: d10f0cd30a6d2795ffb7635bd161d343 Description-en: front-end programs for PostgreSQL 9.1 This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. . This is the client package for PostgreSQL 9.1. If you install PostgreSQL 9.1 on a standalone machine, you need the server package postgresql-9.1, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-contrib-9.1 Description-md5: 39314d25e69756d51cd5bd0a1e447fdc Description-en: additional facilities for PostgreSQL The PostgreSQL contrib package provides several additional features for the PostgreSQL database. This version is built to work with the server package postgresql-9.1. contrib often serves as a testbed for features before they are adopted into PostgreSQL proper: . adminpack - File and log manipulation routines, used by pgAdmin btree_gist - B-Tree indexing using GiST (Generalised Search Tree) chkpass - An auto-encrypted password datatype cube - Multidimensional-cube datatype (GiST indexing example) dblink - Functions to return results from a remote database earthdistance - Operator for computing the distance (in miles) between two points on the earth's surface fuzzystrmatch - Levenshtein, metaphone, and soundex fuzzy string matching hstore - Store (key, value) pairs intagg - Integer aggregator/enumerator _int - Index support for arrays of int4, using GiST (benchmark needs the libdbd-pg-perl package) isn - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers lo - Large Object maintenance ltree - Tree-like data structures oid2name - Maps OIDs to table names pageinspect - Inspection of database pages passwordcheck - Simple password strength checker pg_buffercache - Real time queries on the shared buffer cache pg_freespacemap- Displays the contents of the free space map (FSM) pg_trgm - Determine the similarity of text based on trigram matching pg_standby - Create a warm stand-by server pgbench - TPC-B like benchmark pgcrypto - Cryptographic functions pgrowlocks - A function to return row locking information pgstattuple - Returns the percentage of dead tuples in a table; this indicates whether a vacuum is required. seg - Confidence-interval datatype (GiST indexing example) spi - PostgreSQL Server Programming Interface; 4 examples of its use: autoinc - A function for implementing AUTOINCREMENT/ IDENTITY insert_username - function for inserting user names moddatetime - Update modification timestamps refint - Functions for implementing referential integrity (foreign keys). Note that this is now superseded by built-in referential integrity. timetravel - Re-implements in user code the time travel feature that was removed in 6.3. tablefunc - examples of functions returning tables uuid-ossp - UUID generation functions vacuumlo - Remove orphaned large objects . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plperl-9.1 Description-md5: d28fe3528dc6eb7990cf84c27ec33d41 Description-en: PL/Perl procedural language for PostgreSQL 9.1 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Perl. You need this package if you have any PostgreSQL 9.1 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython-9.1 Description-md5: ccc8c07b819b3f7c5ac6ef4ed25c6fe2 Description-en: PL/Python procedural language for PostgreSQL 9.1 PL/Python enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Python. You need this package if you have any PostgreSQL 9.1 functions that use the languages plpython or plpythonu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-9.1 Description-md5: 76e21b8d06f7d196829d87d594e1e2b1 Description-en: PL/Tcl procedural language for PostgreSQL 9.1 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 9.1 in Tcl. You need this package if you have any PostgreSQL 9.1 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-server-dev-9.1 Description-md5: 8f99aad87baf6549fb0ed8307a6b1148 Description-en: development files for PostgreSQL 9.1 server-side programming Header files for compiling SSI code to link into PostgreSQL's backend; for example, for C functions to be called from SQL. . This package also contains the Makefiles necessary for building add-on modules of PostgreSQL, which would otherwise have to be built in the PostgreSQL source-code tree. . PostgreSQL is an object-relational SQL database management system. Package: powermgmt-base Description-md5: 87cc730523622998eb207301a047fc86 Description-en: Common utils and configs for power management This package contains utilities and configuration files for power management that are common to APM and ACPI. Package: powertop Description-md5: 90c5d5a996dbde0e23a413a6aedf18a6 Description-en: Linux tool to find out what is using power on a laptop PowerTOP is a Linux tool that finds the software component(s) that make your laptop use more power than necessary while it is idle. As of Linux kernel version 2.6.21, the kernel no longer has a fixed 1000Hz timer tick. This will (in theory) give a huge power savings because the CPU stays in low power mode for longer periods of time during system idle. . However... there are many things that can ruin the party, both inside the kernel and in userspace. PowerTOP combines various sources of information from the kernel into one convenient screen so that you can see how well your system is doing, and which components are the biggest problem. Package: ppp Description-md5: 30c8068bb5c8dc59b8b1cfb452d03c8a Description-en: Point-to-Point Protocol (PPP) - daemon The Point-to-Point Protocol provides a standard way to transmit datagrams over a serial link, as well as a standard way for the machines at either end of the link to negotiate various optional characteristics of the link. . This package is most commonly used to manage a modem for dial-up or certain kinds of broadband connections. Package: pptp-linux Description-md5: 65124004c20e4d3ee6eb25d92503d302 Description-en: Point-to-Point Tunneling Protocol (PPTP) Client Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based VPN as used by employers and some cable and ADSL service providers. Package: prelink Description-md5: 1ade5174725a7157c61484d6294558c9 Description-en: ELF prelinking utility to speed up dynamic linking The prelink package contains a utility which modifies ELF shared libraries and executables, so that far fewer relocations need to be resolved at runtime and thus programs come up faster. Package: prism2-usb-firmware-installer Description-md5: 4a757697db0ef832e39c056901afb941 Description-en: firmware files for the prism2_usb kernel driver prism2-usb-firmware-installer will at the time of its own installation download the firmware files for the prism2_usb devices from the upstream code repository and convert them to the format used by the kernel modules since 2.6.32. . The downloaded file will be used as-is by the 2.6.31 kernel. If you have an earlier kernel you will have to install the linux-wlan-ng-firmware package instead. . Note that only some adapters really need a firmware file and that firmware files are not completely free (in the sense of freely redistributable), which is why this package exists. Package: procmail Description-md5: 5fe1752f436b234d8c33cb0e7484299f Description-en: Versatile e-mail processor Can be used to create mail-servers, mailing lists, sort your incoming mail into separate folders/files (very convenient when subscribing to one or more mailing lists or for prioritising your mail), preprocess your mail, start any programs upon mail arrival (e.g. to generate different chimes on your workstation for different types of mail) or selectively forward certain incoming mail automatically to someone. Package: procps Description-md5: 943f3288c1aaa379fca73a3ff1a35278 Description-en: /proc file system utilities This package provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie"). . It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w, and watch. Package: protobuf-compiler Description-md5: 1054ab94728e41bc0d59a82d40d1611e Description-en: compiler for protocol buffer definition files Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the protocol buffer compiler that is used for translating from .proto files (containing the definitions) to the language binding for the supported languages. Package: protoize Description-md5: 090ca099ff9152bc3d5ee4051fc1ca56 Description-en: Create/remove ANSI prototypes from C code "protoize" can be used to add prototypes to a program, thus converting the program to ANSI C in one respect. The companion program "unprotoize" does the reverse: it removes argument types from any prototypes that are found. Package: ps2eps Description-md5: c14405c1cb36d8c16618b31cb19280a5 Description-en: convert PostScript to EPS (Encapsulated PostScript) files ps2eps is a tool to produce Encapsulated PostScript Files (EPS/EPSF) from usual one-paged Postscript documents. It calculates correct Bounding Boxes for those EPS files and filters some special postscript command sequences that can produce erroneous results on printers. EPS files are needed for including (scalable) graphics into TeX (or even Word) documents. Other programs like ps2epsi do not calculate the bounding box always correctly (because the values are put on the PostScript stack which may get corrupted by bad PostScript code) or rounded it off so that clipping the EPS cut off some parts of the image. Therefore ps2eps uses a resolution of 144 dpi to get the correct bounding box. Package: psmisc Description-md5: f223601d881677b6b3cc176c4915b053 Description-en: utilities that use the proc file system This package contains miscellaneous utilities that use the proc FS: . - fuser: identifies processes that are using files or sockets. - killall: kills processes by name (e.g. "killall -HUP named"). - peekfd: shows the data traveling over a file descriptor. - pstree: shows currently running processes as a tree. - prtstat: print the contents of /proc//stat Package: psutils Description-md5: 967134a4a6a58e72c2d8a29d99c1dfb7 Description-en: A collection of PostScript document handling utilities This collection of utilities is for manipulating PostScript documents. Page selection and rearrangement are supported, including arrangement into signatures for booklet printing, and page merging for n-up printing. . The following programs are included in psutils: epsffit, extractres, fixdlsrps, fixfmps, fixmacps, fixpsditps, fixpspps, fixscribeps, fixtpps, fixwfwps, fixwpps, fixwwps, getafm, includeres, psbook, psmerge, psnup, psresize, psselect, pstops, showchar . Some programs included here (psmerge) behave differently if gs is available, but all programs work without it. Package: pth-dbg Description-md5: a53f3239b22035d3269039b30dcb2905 Description-en: The GNU Portable Threads (debug) Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution ("multithreading") inside server applications. All threads run in the same address space of the server application, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable. . This package contains the debug symbols. Package: ptouch-driver Description-md5: ca5fb47a454d441eae3e058044a2de9a Description-en: CUPS/Foomatic driver for Brother P-touch label printers A driver for CUPS/Foomatic for Brother P-touch label printers. Package: pulseaudio Description-md5: 15c158aa11824c8a768e4d670919d02d Description-en: PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These are some of PulseAudio's features: . * High quality software mixing of multiple audio streams with support for more than one sink/source. May be used to combine multiple sound cards into one (with sample rate adjustment). . * Wide range of supported client libraries. ESD, ALSA, oss, libao and GStreamer client applications are supported as-is. Native PulseAudio plug-ins are also available for xmms and mplayer. . * Good low latency behaviour and very accurate latency measurement for playback and recording. Ability to fully synchronize multiple playback streams. . * Network transparency, allowing an application to play back or record audio on a different machine than the one it is running on. . * Extensible plug-in architecture with plug-ins for jackd, multicast-rtp lirc and avahi, just to name a few. . This package contains the daemon and basic module set. Package: pulseaudio-dbg Description-md5: 103971ea8a584aa6f8687fbb21eb1eec Description-en: PulseAudio sound server detached debugging symbols PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains the detached debugging symbols for the daemon and basic module set. Package: pulseaudio-esound-compat Description-md5: c4bef34c6a4dad881a8090fdc8386ec8 Description-en: PulseAudio ESD compatibility layer PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains the ESD compatibility components used by some older versions of complete desktop environments, e.g., GNOME, and many useful applications. It enables a PulseAudio sound server to fully replace ESD. Package: pulseaudio-esound-compat-dbg Description-md5: 9caa4462242d913bb37ea720a13e704a Description-en: PulseAudio ESD compatibility layer debugging symbols PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains debugging symbols for the ESD compatibility components. Package: pulseaudio-module-bluetooth Description-md5: 76e05b466d11ac60deff61d94d607904 Description-en: Bluetooth module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to work with bluetooth devices, like headset or audio gateway. . The module is called module-bluetooth Package: pulseaudio-module-bluetooth-dbg Description-md5: dc2ff3374faa5487356c043501918de0 Description-en: Bluetooth module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains debugging symbols for the PulseAudio bluetooth module. Package: pulseaudio-module-gconf Description-md5: c3adf0ed8c67f1355a3e02e8fd0d85c2 Description-en: GConf module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to store additional configuration in GConf. . The module is called module-gconf. Package: pulseaudio-module-gconf-dbg Description-md5: b1128d8c610de5514cd82482d64eb1cb Description-en: GConf module for PulseAudio sound server debugging symbols PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains debugging symbols for the PulseAudio GConf module. Package: pulseaudio-module-jack Description-md5: a45f4943771fb4ccf89a76a36f7f6f13 Description-en: jackd modules for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These modules enables PulseAudio to connect to a jackd daemon. . The modules are called module-jack-sink, module-jack-source. Package: pulseaudio-module-jack-dbg Description-md5: 8aedf73ec67ff9bbf663823591702708 Description-en: jackd modules for PulseAudio sound server debugging symbols PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains debugging symbols for the PulseAudio jack modules. Package: pulseaudio-module-lirc Description-md5: 476ebc36bd51c387e0a12a54352ae162 Description-en: lirc module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables the volume of a PulseAudio sink to be controlled when buttons of an infrared remote control are pressed (through LIRC). . The module is called module-lirc. Package: pulseaudio-module-lirc-dbg Description-md5: fb788f49f81d81ba15a2b4730bd9871a Description-en: lirc module for PulseAudio sound server debugging symbols PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains debugging symbols for the PulseAudio lirc module. Package: pulseaudio-module-raop Description-md5: f443b32abfa3073d1874fa9b76cf88b1 Description-en: RAOP module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to stream audio to an Apple Airport Express. Package: pulseaudio-module-raop-dbg Description-md5: 675d8659e9b342b16b12ecdeb39f18c2 Description-en: RAOP module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains debugging symbols for the PulseAudio RAOP module. Package: pulseaudio-module-x11 Description-md5: 062fab2dbfcfeea7d9fa7b6dd9d093f3 Description-en: X11 module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to publish itself as the default sound server to the X11 root window automatically upon startup. There is also a module to playback a sound file in place of the X11 bell beep. . The modules are called module-x11-publish and module-x11-bell. Package: pulseaudio-module-x11-dbg Description-md5: 82ce63e3f50437c7385cf8d937a4760c Description-en: X11 module for PulseAudio sound server debugging symbols PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains debugging symbols for the PulseAudio X11 modules. Package: pulseaudio-module-zeroconf Description-md5: bccd0c2eacb18c71f7d829db12f93aae Description-en: Zeroconf module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to publish available sinks and sources via zeroconf (aka. Avahi, mdns). . The module is called module-zeroconf-publish. Package: pulseaudio-module-zeroconf-dbg Description-md5: 6685d4435a8eba04dafb10b3212f4840 Description-en: Zeroconf module for PulseAudio sound server debugging symbols PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains detached debugging symbols for the zeroconf module. Package: pulseaudio-utils Description-md5: d8d6ff926bb9214bc0212fd3318ba0e6 Description-en: Command line tools for the PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These tools provide command line access to various features of the PulseAudio sound server. Included tools are: . paplay - Playback a WAV file via a PulseAudio sink. pacat - Cat raw audio data to a PulseAudio sink. parec - Cat raw audio data from a PulseAudio source. pacmd - Connect to PulseAudio's built-in command line control interface. pactl - Send a control command to a PulseAudio server. padsp - /dev/dsp wrapper to transparently support OSS applications. pax11publish - Store/retrieve PulseAudio default server/sink/source settings in the X11 root window. Package: pulseaudio-utils-dbg Description-md5: 145fd4537df450e08ffc06dcf1668593 Description-en: PulseAudio command line tools detached debugging symbols PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains detached debugging symbols for the command line tools. Package: pxljr Description-md5: 959e5491691bf31bca7261f1ce6fe086 Description-en: Driver for HP's Color LaserJet 35xx/36xx color laser printers HP's Color LaserJets 35xx and 36xx are supported by HP's HPIJS driver (part of HPLIP), but HPIJS supports only the lowest quality level of the three which are available under Windows. This driver which is not developed at HP but by a independent developer supports all modes and so provided the highest printout quality for these printers. . Home Page: http://sourceforge.net/projects/hp-pxl-jetready/ Package: pyflakes Description-md5: 4502842a394de4ff3b47845bda908c74 Description-en: passive checker of Python programs Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster. . Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. Package: python-adns Description-md5: 4efefc58d175ecdcc6723ddf24be0db6 Description-en: Python bindings to the asynchronous DNS resolver library This module provides a Python binding to the adns asynchronous DNS resolver library. . The module provides a small wrapper adns that simply returns status codes as does the C library. It also provides a more Python like interface ADNS that wraps status codes in proper exceptions. . The package contains working examples in ADNS.py and DNSBL.py. Package: python-antlr Description-md5: 4588203961348bb79bb1b63e3b76c076 Description-en: language tool for constructing recognizers, compilers etc This package contains the Python version of antlr. ANTLR stands for ANother Tool for Language Recognition, (formerly PCCTS). . See antlr package for a complete description. Package: python-appindicator Description-md5: ddae6e8519270caee1fddd3ab07dcfe5 Description-en: Python bindings for libappindicator This package provides Python bindings so that you can use libappindicator from a Python program. Package: python-apt Description-md5: 2b295efc7c4e39a13486f5a6990ce22b Description-en: Python interface to libapt-pkg The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions, such as: . - Access to the APT configuration system - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure . The included 'aptsources' Python interface provides an abstraction of the sources.list configuration on the repository and the distro level. Package: python-apt-dbg Description-md5: c794a1d7769c7ce363f782474b040101 Description-en: Python interface to libapt-pkg (debug extension) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the extension built for the Python debug interpreter. Package: python-avahi Description-md5: 093e21cc6d98e14410050c8edd9d6fe2 Description-en: Python utility package 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 utility modules to talk to Avahi with Python easier. Package: python-brlapi Description-md5: 4f332907664da9f18e820fc51bd6df61 Description-en: Python bindings for BrlAPI This package provides a Python module to access a braille display. Package: python-bsddb3 Description-md5: f7139ce9fe8bab9314dd91598a006c62 Description-en: Python interface for Berkeley DB This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Sequence and Transaction objects, and each of these is exposed as a Python Type in the bsddb3.db module. The database objects can use various access methods: btree, hash, recno and queue. Complete support of Berkeley DB distributed transactions. Complete support for Berkeley DB Replication Manager. Complete support for Berkeley DB Base Replication. Support for RPC. Package: python-bsddb3-dbg Description-md5: 3277e73ecffb5de543afbcdebd68ee15 Description-en: Python interface for Berkeley DB (debug extension) This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Sequence and Transaction objects, and each of these is exposed as a Python Type in the bsddb3.db module. The database objects can use various access methods: btree, hash, recno and queue. Complete support of Berkeley DB distributed transactions. Complete support for Berkeley DB Replication Manager. Complete support for Berkeley DB Base Replication. Support for RPC. . This package contains the extension built for the python debug interpreter. Package: python-bson Description-md5: 24c9d1f8de40c146a0ea5c924447b746 Description-en: Python implementation of BSON for MongoDB BSON Python module contains all of the Binary JSON encoding and decoding logic for MongoDB. Package: python-bzrlib Description-md5: 3d08f93122d35b20ee3a263e2354a06f Description-en: distributed version control system - python library 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. . This package contains the Bazaar Python library. . 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. Package: python-bzrlib-dbg Description-md5: 1674dbc86c155feffa7c032457b9315d Description-en: distributed version control system - debug extension 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. . This package contains the debug extension for the Bazaar Python library. Package: python-cairo Description-md5: 00cd97c8f1191cab146612a823238c72 Description-en: Python bindings for the Cairo vector graphics library This package contains modules that allow you to use the Cairo vector graphics library in Python programs. Package: python-cairo-dbg Description-md5: 55ab0a294ecf91d25bb46fefb66a38ab Description-en: Python bindings for the Cairo vector graphics library (debug extension) This package contains modules that allow you to use the cairo vector graphics library in Python programs. . This package contains the extension built for the Python debug interpreter. Package: python-cap-ng Description-md5: b6838825997f1e0b00d6781d80125d62 Description-en: Python bindings for libcap-ng This library implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels. These capabilities are a partitioning of the all powerful root privilege into a set of distinct privileges. . The libcap-ng library is intended to make programming with POSIX capabilities much easier than the traditional libcap library. . This package contains the Python bindings for libcap-ng. Package: python-cddb Description-md5: 838c414ea893d464539e5e25ed077d79 Description-en: Python interface to CD-IDs and FreeDB The dynamic duo of CDDB.py and DiscID.py, along with their side-kick C module cdrommodule.so, provide an easy way for Python programs to fetch information on audio CDs from CDDB (http://www.cddb.com/) -- a very large online database of track listings and other information on audio CDs. The default CDDB server is FreeDB (http://www.freedb.org) Package: python-cracklib Description-md5: 1b7b5178e1209cb931eba25285e26244 Description-en: Python bindings for password checker library cracklib2 This package provides Python bindings for cracklib. It contains a pythonic interface to cracklib's functions and some Python convenience functions. . You should install this package if you want to use or develop Python applications that want to interface with cracklib2. Package: python-crypto Description-md5: 0b1771ef6cc48b43377e1939b77f9d12 Description-en: cryptographic algorithms and protocols for Python A collection of cryptographic algorithms and protocols, implemented for use from Python. Among the contents of the package: . * Hash functions: HMAC, MD2, MD4, MD5, RIPEMD160, SHA, SHA256. * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES. * Stream encryption algorithms: ARC4, simple XOR. * Public-key algorithms: RSA, DSA, ElGamal, qNEW. * Protocols: All-or-nothing transforms, chaffing/winnowing. * Miscellaneous: RFC1751 module for converting 128-key keys into a set of English words, primality testing, random number gereration. Package: python-crypto-dbg Description-md5: 2419ac9f0b85ada57da4be325fb7b4e5 Description-en: cryptographic algorithms and protocols for Python (debug extension) A collection of cryptographic algorithms and protocols, implemented for use from Python. . This package contains the extensions built for the Python debug interpreter. Package: python-cups Description-md5: af3a80785033dbfaa0c6564ce547d8c7 Description-en: Python bindings for CUPS A module for using the CUPS 1.2 API in Python programs. Package: python-cxx Description-md5: 9e043e1330fb14d772837e95609008d6 Description-en: A Set of facilities to extend Python with C++ PyCXX is a set of C++ facilities to make it easier to write Python extensions. The chief way in which PyCXX makes it easier to write Python extensions is that it greatly increases the probability that your program will not make a reference-counting error and will not have to continually check error returns from the Python C API. . Transitional dummy package Package: python-cxx-dev Description-md5: 0e1209e48349035182eeb682d89e80e9 Description-en: A Set of facilities to extend Python with C++ PyCXX is a set of C++ facilities to make it easier to write Python extensions. The chief way in which PyCXX makes it easier to write Python extensions is that it greatly increases the probability that your program will not make a reference-counting error and will not have to continually check error returns from the Python C API. Package: python-dbus Description-md5: 53b9ddf61580a04978ee4e167d46abbf Description-en: simple interprocess messaging system (Python interface) 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 a Python interface to D-Bus. . See the dbus description for more information about D-Bus in general. Package: python-dbus-dbg Description-md5: 4a70cb82d7bbe5184a115f70d06e4ef9 Description-en: Debug build of the D-Bus Python interface This package provides a version of the python-dbus package built for debugging versions of Python. Package: python-egenix-mx-base-dbg Description-md5: d1fdafe1e00c6012624d6cef7869d6b5 Description-en: extension files for the egenix-mx-base distribution (debug build) This package contains the extensions built for the Python debug interpreter. . You normally don't need to install this package. Package: python-egenix-mxbeebase Description-md5: 7c0e11fbdcb4e3eb86924f38517ea695 Description-en: on-disk B+Tree based database kit for Python mxBeeBase is a high performance construction kit for disk based indexed databases. It offers components which you can plug together to easily build your own custom mid-sized databases. . The two basic building blocks in mxBeeBase are storage and index. Storage is implemented as variable record length data storage with integrated data protection features, automatic data recovery and locking for multi process access. Indexes use a high performance optimized B+Tree implementation built on top of Thomas Niemann's Cookbook B+Tree implementation. . mxBeeBase comes with two readily usable on-disk dictionary implementations: BeeDict and BeeStringDict. Package: python-egenix-mxdatetime Description-md5: e3102cb577c19b97097313b6b22ad8ea Description-en: date and time handling routines for Python mxDateTime is a Python extension package that provides three new objects, DateTime, DateTimeDelta and RelativeDateTime, which let you store and handle date/time values in a much more natural way than by using ticks (seconds since 1970-01-01 00:00:00 UTC), the representation used by Python's time module). . You can add, subtract and even multiply instances, pickle and copy them and convert the results to strings, COM dates, ticks and some other more esoteric values. In addition, there are several convenient constructors and formatters at hand to greatly simplify dealing with dates and times in real-world applications. . In addition to providing an easy-to-use Python interface the package also exports a comfortable C API interface for other extensions to build upon. This is especially interesting for database applications which often have to deal with date/time values (the mxODBC package is one example of an extension using this interface). . mxDateTime can convert between various different date/time storage formats, including COM dates, TJD, MJD, JDN, tuples and, probably most important, strings. . The date/time parser included in mxDateTime is one of the most flexible such parser available for Python. It is constantly being improved to make parsing date/time strings as easy as possible. At the same time, it offers a fully customizable interface which allows selecting valid date/time formats from a range of predefined categories. . There are also special parser and formatter modules for ARPA and ISO date/time formats, which are handy if you work a lot with Internet standards. Package: python-egenix-mxproxy Description-md5: de7a4eef8e3e43ad321eba059c48841c Description-en: generic proxy wrapper type for Python mxProxy is an extension package that provides a new type that is suitable to implement Bastion like features without the need to use restricted execution environments. . Given that current Python versions no longer support Bastion or rexec as secure sand-box execution models, mxProxy fills an important gap. It also gives the programmer more control over how and to what extent access should be controlled or not. Package: python-egenix-mxqueue Description-md5: 204041424313b03af6c8f680bdb669a9 Description-en: fast and memory-efficient queue for Python mxQueue is a Python extension package that provides a new object type called Queue. . It works much like what you would expect from such a type, having push() and pop() methods and focuses on obtaining maximum speed at low memory costs. Package: python-egenix-mxstack Description-md5: 43cf298770079e6a1075eccf9190d48d Description-en: fast and memory-efficient stack for Python mxStack is a Python extension package that provides a new object type called Stack. . It works much like what you would expect from such a type, having push() and pop() methods and focuses on obtaining maximum speed at low memory costs. Package: python-egenix-mxtexttools Description-md5: 394b2ad20297934e19ae2fe745dbcf42 Description-en: fast text processing tools for Python mxTextTools is an extension package for Python that provides high-performance text manipulation and searching algorithms, in addition to a very flexible and extendable state machine, the Tagging Engine, which allows scanning and processing text at C speeds. Package: python-egenix-mxtools Description-md5: b397d6d1d27bb66a1d2094f1aae9db91 Description-en: collection of additional builtins for Python mxTools is a Python extension package that includes a collection of handy functions and objects giving additional functionality to the Python programmer in form of new builtins, extensions to the sys module and several other helpers as part of the package. . The package includes several functions which provide access to Python internals that would otherwise not be available. Package: python-egenix-mxuid Description-md5: c3fbcf07f93e0d80ca516ea1b6d3aea6 Description-en: unique identifiers for Python mxUID provides a fast mechanism for generating universal identification strings (UIDs) with intention of making these UIDs unique with high probability in order to serve as object or data set identifiers. . A typical use lies in generating session IDs. Other areas where unique IDs play an important role are RPC-implementations, ORBs, user identification, message passing systems, object databases, etc. Package: python-egenix-mxurl Description-md5: fee071966c6c5bb6fafefa75e35060e8 Description-en: flexible URL datatype for Python mxURL provides a new easy to use, fast and light-weight builtin datatype URL for storing and manipulating Universal Resource Locators (URLs), as well as a few helpers related to URL building, encoding and decoding. . The new type supports the common tasks of URL joining and gives direct access to the various URL components. It also provides methods for rebuilding URLs, e.g. replacing the host or just the scheme in an existing URL. . All this is coded in C to give you the fastest possible performance for these everyday web application operations. Package: python-epydoc Description-md5: 3d05d20ae78ead066402c29500ad7ca4 Description-en: tool for documenting Python modules 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 epydoc and epydocgui commands, their manpages, and their associated Python modules. Package: python-evolution Description-md5: 5e6934ae4e95a2505b93eca0533805fa Description-en: Python bindings for the evolution libraries This package contains modules that allows to talk with the evolution data server to manipulate the address book and calendar in Python. Package: python-farsight Description-md5: 7505a14de4557c3265e1a8b0c51949fc Description-en: Audio/Video communications framework: Python bindings The Farsight 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 Python bindings for Farsight 2. Package: python-fontforge Description-md5: 42a8462121cb2db1e9a3f9aac79c6b4b Description-en: font editor - Python bindings Besides being a font editor, FontForge 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 provides the Python modules (the libraries fontforge and psMat) to access a FontForge program for font manipulations. Package: python-ftdi Description-md5: 549a65cd11993f3eb07463bfdfad2467 Description-en: Python module to control and program the FTDI USB controller This Python module could talk to FTDI's FT232 and FT245 type USB chips from userspace. It uses libusb to communicate with the chips. . Functionalities include the possibility to use the chips in standard mode, in bitbang mode, and to read or write the serial EEPROM. Package: python-gamin Description-md5: 1fb91bc0985efcfeef42ba7dfb9b44a8 Description-en: Python binding for the gamin client library Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. . This package contains the Python bindings for the gamin client library. Package: python-gamin-dbg Description-md5: de48fa452ac7cda85b975b014496837d Description-en: Python binding for the gamin client library (debug extension) Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. . This package contains the Python bindings for the gamin client library, built for the Python debug interpreter. Package: python-gconf Description-md5: 9bd5f3c6eef5fbe0f49c2a0405b96731 Description-en: Python bindings for the GConf configuration database system This package contains modules that allow to access and manipulate the GNOME configuration database (GConf) from Python programs. Package: python-gd Description-md5: 9ab06ea795223a3f0a04afacf41c8885 Description-en: Python module wrapper for libgd Provides PNG, JPEG, GIF and XPM creation and manipulation routines through the libgd library. . Also allows use of TrueType fonts in images created. Package: python-gd-dbg Description-md5: 1795341370ce8461d42d2630ba60b1fb Description-en: Python module wrapper for libgd (debug extension) Provides PNG, JPEG, and XPM creation and manipulation routines through the libgd library. . This package contains the extension built for the python debug interpreter. Package: python-gdbm Description-md5: 626a11c8ba4a5b0566e9b2a4b6c730f7 Description-en: GNU dbm database support for Python GNU dbm database module for Python. Install this if you want to create or read GNU dbm database files with Python. Package: python-gdbm-dbg Description-md5: d045f957b611c1ede74ab12f22503bc3 Description-en: GNU dbm database support for Python (debug extension) GNU dbm database module for Python. Install this if you want to create or read GNU dbm database files with Python. . This package contains the extensions built for the Python debug interpreter. Package: python-genshi Description-md5: 4484585e2d14189336e4cc5cc18600d6 Description-en: Python XML-based template engine Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML or XML content in a uniform manner. The major feature is a template language, which is heavily inspired by Kid. Package: python-geoip Description-md5: 7728feb20ccb4df284edbff75a08cb2d Description-en: Python bindings for the GeoIP IP-to-country resolver library GeoIP is a library that enables the user to find the country that any IP address or hostname originates from, using a database instead of DNS. . This package contains the Python bindings for GeoIP, allowing to use this library within a Python program. Package: python-geoip-dbg Description-md5: d5987705c19b4254a652b1dcbcf49ab2 Description-en: Python bindings for the GeoIP IP-to-country resolver library (debug extension) GeoIP is a library that enables the user to find the country that any IP address or hostname originates from, using a database instead of DNS. . This package contains the Python bindings for GeoIP, allowing to use this library within a Python program, built for the Python debug interpreter. Package: python-glade2 Description-md5: 8d0420f510379430466a97e1eaf2d4b2 Description-en: GTK+ bindings: Glade support Contains bindings for the glade library from use within Python. Glade makes it very easy to create a user interface. In the target application you just need to load the interface description from the .glade file instead of constructing the GUI at runtime. Package: python-gmenu Description-md5: 62c7a8a3442c1f0202d612c5c9413402 Description-en: GNOME implementation of the freedesktop menu specification The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. . This package contains the Python binding. Package: python-gmenu-dbg Description-md5: d0382fe78cfc0d2acf25744a77ec75b4 Description-en: Python bindings for the freedesktop menu specification for GNOME (debug extension) The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . This package contains the python binding for the debug interpreter. Package: python-gnome2 Description-md5: f093594ad0b25220fe9460c0b170ed36 Description-en: Python bindings for the GNOME desktop environment This archive contains modules that allow you to write Python programs using the GNOME libraries: GnomeVFS, bonobo, libgnome, libgnomeui and libgnomecanvas. Package: python-gnome2-desktop-dev Description-md5: ba0f1c3faca39522509e1395de843f02 Description-en: Python bindings for the GNOME desktop environment This archive contains files that allow you to build wrappers for addons that interoperate gnome-python. Package: python-gnomedesktop Description-md5: 02fb7c5ad7b27ec1a3133e7bc091e093 Description-en: Python bindings for the GNOME desktop library This package contains a module that allows to write applications using the GNOME desktop library in Python. Package: python-gnomekeyring Description-md5: c5cab9987bfd0834fa401a982b18adac Description-en: Python bindings for the GNOME keyring library This package contains a module that allows to access and manipulate the GNOME keyring framework in Python. Package: python-gobject Description-md5: 8d2225b2f817f42645ac3c6bd82fee0f Description-en: Python 2.x bindings for gobject-introspection libraries GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 2.x binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python. Package: python-gobject-2 Description-md5: a8aab9350d9d42a2df907a51577f79b7 Description-en: deprecated static Python bindings for the GObject library GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the static Python bindings for gobject, glib, and gio. These are deprecated by dynamic gobject-introspection bindings (which are provided with the python-gobject package), and should not be used in newly written code. These static bindings just exist to provide backwards compatibility for GNOME 2 based software. Package: python-gobject-2-dbg Description-md5: e6a1625df110dc5a28fdb8c1b535ef9e Description-en: deprecated static Python bindings for the GObject library (debug extension) GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the static Python bindings for gobject, glib, and gio. These are deprecated by dynamic gobject-introspection bindings (which are provided with the python-gobject package), and should not be used in newly written code. These static bindings just exist to provide backwards compatibility for GNOME 2 based software. . This package contains the extensions built for the Python debug interpreter. Package: python-gobject-cairo Description-md5: e531132cde7475ea3077c4d44b37a39d Description-en: Python Cairo bindings for the GObject library GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python Cairo bindings for GObject. It is mostly used by other bindings to map their GObjects to Python objects. Package: python-gobject-dbg Description-md5: cc6cbe7a432fd5c4af8daff83f2f824f Description-en: Python bindings for the GObject library (debug extension) GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python bindings for GObject. It is mostly used by other bindings to map their GObjects to Python objects. . This package contains the extensions built for the Python debug interpreter. Package: python-gpod Description-md5: 671aa8389c6301ee4ec3e82de5457525 Description-en: Python bindings 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 the Python bindings for the library. Package: python-gps Description-md5: aa660a07e5137c29eea0851e706c8966 Description-en: Global Positioning System - Python libraries The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the sensors available to be queried on TCP port 2947. . This package contains a Python interface to connect to gpsd, together with a module providing a controlled testing environment. It also ships two tools which utilize the interface: gpsprof for latency-profiling, and gpsfake to simulate a GPS by playing back a logfile. Package: python-greenlet Description-md5: b225620244dd2583ddd491a478322fb8 Description-en: Lightweight in-process concurrent programming The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". . greenlet is the standalone package derived from the py lib, and is used by several non-blocking IO packages as a more flexible alternative to Python's built in coroutines. Package: python-greenlet-dbg Description-md5: 561a1d5a76a63423684301617c1319c6 Description-en: Lightweight in-process concurrent programming development files The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". . greenlet is the standalone package derived from the py lib, and is used by several non-blocking IO packages as a more flexible alternative to Python's built in coroutines. . This is the debugging symbols for greenlet. Package: python-greenlet-dev Description-md5: 0d39e0d42e4911e60905bb5bfb37b5a1 Description-en: Lightweight in-process concurrent programming development files The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". . greenlet is the standalone package derived from the py lib, and is used by several non-blocking IO packages as a more flexible alternative to Python's built in coroutines. . This is the development package for greenlet. Package: python-gst0.10 Description-md5: 1748db52e021ae1ff627750c13e5a80f Description-en: generic media-playing framework (Python bindings) GStreamer is a media processing framework with support for a wide variety of data sources, sinks, and formats through the use of dynamically loaded plugins. . This package contains bindings to access GStreamer from Python. Package: python-gst0.10-dbg Description-md5: 986562fcdee9a8f777e15cfbeb1d9d89 Description-en: generic media-playing framework (Python debug bindings) GStreamer is a media processing framework with support for a wide variety of data sources, sinks, and formats through the use of dynamically loaded plugins. . This package contains the extension built for the Python debug interpreter. Package: python-gst0.10-dev Description-md5: c8398a28bc4e7f43279fae0b60dcbaa2 Description-en: generic media-playing framework (Python bindings) GStreamer is a media processing framework with support for a wide variety of data sources, sinks, and formats through the use of dynamically loaded plugins. . This package contains development files and examples for the GStreamer Python bindings. Package: python-gtk-vnc Description-md5: 197bfc980162f35153746006f1e766d9 Description-en: VNC viewer widget for GTK+2 (Python binding) It is built using coroutines, allowing it to be completely asynchronous while remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the VeNCrypt authentication extension providing SSL/TLS encryption with x509 certificate authentication. . The core library is written in C and a binding for Python using PyGTK is available. The networking layer supports connections over both IPv4 and IPv6. . This package contains the Python binding. Package: python-gtk2 Description-md5: 5035418ed759bba8e07e525854b1624f Description-en: Python bindings for the GTK+ widget set This archive contains modules that allow you to use GTK+ in Python programs. Package: python-gtk2-dbg Description-md5: 23ccbe30e7daaa08e6ffd95ccdc56fed Description-en: Python bindings for the GTK+ widget set (debug extension) This archive contains modules that allow you to use GTK+ in Python programs. . This package contains the extension built for the Python debug interpreter. Package: python-gtop Description-md5: 79d8bc199d5183df8f6c2b28e93ec7d6 Description-en: Python bindings for the Gtop library This package contains a module that allows to use the Gtop system information library in Python applications. Package: python-gupnp-igd Description-md5: c99384eb89c573cc155982d2f00d6255 Description-en: Python binding for the UPnP IGD port mapping library A GObject-based API for controling UPnP Internet Gateway Devices port mapping. . This package contains the Python bindings. Package: python-hdate Description-md5: efabe79e2bb30bfdfa484557fe89a79a Description-en: Provides a library that help use hebrew dates (python bindings) LibHdate is a small C,C++ library for Hebrew dates, holidays, and reading sequence (parasha). It is using the source code from Amos Shapir's "hdate" package fixed and patched by Nadav Har'El. The Torah reading sequence is from tables by Zvi Har'El. . This package contains Python bindings to libhdate Package: python-ieee1284 Description-md5: 1230b23677d819592c3827bc77670401 Description-en: Python bindings to libieee1284 This module offers bindings to libieee1284, a cross-platform library for parallel port access. The library runs on Linux, BSD, Windows, Solaris. Package: python-imaging Description-md5: b1ff3530f934831953fcad400af8d5d6 Description-en: Python Imaging Library The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load images from a variety of file formats, and apply a rich set of image operations to them. . Image Objects: o Bilevel, greyscale, palette, true colour (RGB), true colour with transparency (RGBA). o colour separation (CMYK). o Copy, cut, paste operations. o Flip, transpose, resize, rotate, and arbitrary affine transforms. o Transparency operations. o Channel and point operations. o Colour transforms, including matrix operations. o Image enhancement, including convolution filters. . File Formats: o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG, MSP, PDF, PNG, PPM, TIFF, XBM. o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC, MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM. o Save only: PDF, EPS (without ghostscript). Package: python-imaging-dbg Description-md5: d6a7480c57ccf294697d16f2577b0491 Description-en: Python Imaging Library (debug extension) The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load images from a variety of file formats, and apply a rich set of image operations to them. . This package contains the extension built for the Python debug interpreter. Package: python-imaging-sane Description-md5: d3a40615c51447bf36aa3b24d44dbd42 Description-en: Python Imaging Library - SANE interface The imaging-sane module is a Python interface to the SANE (Scanner Access is Now Easy) library, which provides access to various raster scanning devices such as flatbed scanners and digital cameras. Package: python-imaging-sane-dbg Description-md5: a9b08fb48accde55c0a7db31d33c5b9e Description-en: Python Imaging Library - SANE interface (debug extension) The imaging-sane module is a Python interface to the SANE (Scanner Access is Now Easy) library, which provides access to various raster scanning devices such as flatbed scanners and digital cameras. . This package contains the extension built for the Python debug interpreter. Package: python-imaging-tk Description-md5: ec069b37ec5fe49b7595423b31cede1b Description-en: Python Imaging Library - ImageTk Module Tk dependent python-imaging module. Package: python-imaging-tk-dbg Description-md5: 56e329e36c894e058f1d529ae38bfb6e Description-en: Python Imaging Library - ImageTk Module (debug extension) Tk dependent python-imaging module. . This package contains the extension built for the Python debug interpreter. Package: python-imobiledevice Description-md5: 18c07eca7104650f7295d89566b0486f Description-en: Library for communicating with iPhone and iPod Touch devices libimobiledevice is a library that talks the native Apple USB protocols that the iPhone and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains the Python bindings Package: python-indicate Description-md5: 7fc29db9bdfe95bb30c7793102f0d39d Description-en: Python bindings for libindicate A small library for applications to raise "flags" on DBus for other components of the desktop to pick up and visualize. . This package provides Python bindings so that you can use libindicate from a Python program. Package: python-jinja2 Description-md5: 946c5e58f8736a9521b16a6d4c1157e7 Description-en: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Package: python-jinja2-dbg Description-md5: 5c7a3a01b4a43f55443945eaa0272b46 Description-en: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . This package contains the extension built for the Python debug interpreter. Package: python-launchpad-integration Description-md5: 3503a99ba770d52b6dbc8531c8198798 Description-en: library for launchpad integration The launchpad-integration tools provide an easy way to set menu items, for an application using BonoboUI, pointing to the launchpad pages about a package. Users can get information about the used application here, translate it, ... . This package contains the python bindings of the shared library. Package: python-launchpad-integration-dbg Description-md5: 7d39c2790837a8d4a15f085f73fd2eda Description-en: library for launchpad integration (debug extension) The launchpad-integration tools provide an easy way to set menu items, for an application using BonoboUI, pointing to the launchpad pages about a package. Users can get information about the used application here, translate it, ... . This package contains the python bindings of the shared library, built for the python debug interpreter. Package: python-ldap Description-md5: 340c950d0ab5fb5e410e151b69a822f1 Description-en: LDAP interface module for Python This module provides a Python interface to the OpenLDAP client library (LDAP is the Lightweight Directory Access Protocol). Package: python-ldap-dbg Description-md5: 81f0f76d881af13f2b29b77c16469bc1 Description-en: LDAP interface module for Python (debug extension) This module provides a Python interface to the OpenLDAP client library (LDAP is the Lightweight Directory Access Protocol). . This package contains the extension built for the Python debug interpreter. Package: python-levenshtein Description-md5: f6a80eead5af052eaf46d03c0d4b95fd Description-en: extension for computing string similarities and edit distances The Levenshtein module computes Levenshtein distances, similarity ratios, generalized medians and set medians of Unicode or non-Unicode strings. Because it's implemented in C, it's much faster than the corresponding Python library functions and methods. . The Levenshtein distance is the minimum number of single-character insertions, deletions, and substitutions to transform one string into another. . It is useful for spell checking, or fuzzy matching of gettext messages. Package: python-libapparmor Description-md5: 36d3d516db38bd0cbb93cfa172912961 Description-en: AppArmor library Python bindings This provides the Python module that contains the language bindings for the AppArmor library, libapparmor, which were autogenerated via SWIG. Package: python-liblcms Description-md5: 4d43ecdcb47e634b938d02a46befab64 Description-en: Python bindings for Little CMS color management library LittleCMS color management library Python bindings have been produced with SWIG and allow access to liblcms1 functions from Python code. Package: python-librdf Description-md5: 8451327c9e6bf7796ce5f7549f1cfd37 Description-en: Python language bindings for the Redland RDF library This package contains the files needed to use the Redland Resource Description Framework (RDF) library in Python programs. Package: python-libvirt Description-md5: 1ea09e4ec81e360f28623d96cfd449ff Description-en: libvirt Python bindings Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains Python bindings for the libvirt library Package: python-libxml2 Description-md5: e4228b117ba4c3ff09fba829bd0ef07d Description-en: Python bindings for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains the files needed to use the GNOME XML library in Python programs. Package: python-libxml2-dbg Description-md5: 5d69439c02c8c4c06241f93466f5a75a Description-en: Python bindings for the GNOME XML library (debug extension) XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains the files needed to use the GNOME XML library in Python programs for use with the Python debug interpreter. Package: python-libxslt1 Description-md5: e2cc4c037db99774d273c35b21c8c8b9 Description-en: Python bindings for libxslt1 XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains Python bindings for libxslt, needed to use libxslt in Python programs. Package: python-libxslt1-dbg Description-md5: dd55b04fde37de4e907cfd65cd22e216 Description-en: Python bindings for libxslt1 (debug extension) XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT stylesheets. libxslt is a C library which implements XSLT version 1.0. . This package contains Python bindings for libxslt, needed to use libxslt in Python programs for use with the Python debug interpreter. Package: python-louis Description-md5: 24be43511537b9436824c2c2c1c60986 Description-en: Python bindings for liblouis Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains Python bindings. Package: python-lxml Description-md5: e8e2f787207511401ce91418255455e6 Description-en: pythonic binding for the libxml2 and libxslt libraries lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. Its aim: . * Pythonic API. * Documented. * Use Python unicode strings in API. * Safe (no segfaults). * No manual memory management! . lxml aims to provide a Pythonic API by following as much as possible the ElementTree API, trying to avoid inventing too many new APIs, or the user's having to learn new things -- XML is complicated enough. Package: python-lxml-dbg Description-md5: 1a963cdd371bc69a71681e560c497634 Description-en: pythonic binding for the libxml2 and libxslt libraries (debug extension) lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. . This package contains the extension built for the Python debug interpreter. Package: python-magic Description-md5: 37a8fb9ea793ad19a0727c04e12d8d60 Description-en: File type determination library using "magic" numbers (Python bindings) This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. . This package contains the Python bindings. Package: python-magic-dbg Description-md5: 16fd3ce9f3b68865b15e220bc46db154 Description-en: File type determination library using "magic" numbers (Python bindings/debug) This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. . This package contains the Python bindings, built for the Python debug interpreter. Package: python-markupsafe Description-md5: 36db8f1409be8b76991812f7d41de5f9 Description-en: XML/HTML/XHTML Markup safe string for Python MarkupSafe implements a unicode subclass that supports HTML strings: . >>> from markupsafe import Markup, escape >>> escape("") Markup(u'<script>alert(document.cookie);</script>') >>> tmpl = Markup("%s") >>> tmpl % "Peter > Lustig" Markup(u'Peter > Lustig') . If you want to make an object unicode that is not yet unicode but don't want to lose the taint information, you can use the `soft_unicode` function: . >>> from markupsafe import soft_unicode >>> soft_unicode(42) u'42' >>> soft_unicode(Markup('foo')) Markup(u'foo') Package: python-markupsafe-dbg Description-md5: 8fd03dde0d5f046fed1ede08bb5efcdb Description-en: XML/HTML/XHTML Markup safe string for Python This package contains the extension built for the Python debug interpreter. Package: python-metacity Description-md5: 42ff711ff8ef76a9860344515461143a Description-en: Python bindings for metacity This package contains a module that allows to manipulate the internals of the Metacity window manager in Python applications. Package: python-mysqldb Description-md5: 5c3a64dd6d2fcdfce1d4b5fe4131080b Description-en: A Python interface to MySQL MySQLdb is an interface to the popular MySQL database server for Python. The design goals are: . + Compliance with Python database API version 2.0 + Thread-safety + Thread-friendliness (threads will not block each other) + Compatibility with MySQL-3.23 and later . This package contains modules for all Python versions supported in Debian. Package: python-mysqldb-dbg Description-md5: e8475df64691f51bd179563abde51e31 Description-en: A Python interface to MySQL (debug extension) MySQLdb is an interface to the popular MySQL database server for Python. . This package contains modules for all Python versions supported in Debian built for Python debug interpreter. Package: python-netifaces Description-md5: b814657d7bd3e18fb3c75eb6f0ceb94f Description-en: portable network interface information for Python netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces. Package: python-netifaces-dbg Description-md5: 9df35ec71cc8ae1f88b9f2c9f38e7c1a Description-en: portable network interfaceface information for Python (debug extension) netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces. . This package contains debug symbols of python-netifaces Package: python-newt Description-md5: 10534f51beb2c9031a9dc8adc3fcc838 Description-en: A NEWT module for Python This module allows you to built a text UI for your Python scripts using newt. Package: python-newt-dbg Description-md5: b3924fdfb941558bcd2ccacab68b6671 Description-en: A NEWT module for Python (debug extension) This module allows you to built a text UI for your Python scripts using newt. . This package contains the extension built for the Python debug interpreter. Package: python-notify Description-md5: 3392c017056c640af7d7190a16884e85 Description-en: Python bindings for libnotify libnotify sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. . python-notify provides just the Python bindings for libnotify. Package: python-numpy Description-md5: 7f7fe2d2ed613d0e3a7ffabfd3df14fb Description-en: Numerical Python adds a fast array facility to the Python language Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. . Numpy replaces the python-numeric and python-numarray modules which are now deprecated and shouldn't be used except to support older software. Package: python-numpy-dbg Description-md5: 3f4626d6863b3a1bde4b43fb67bedf96 Description-en: Fast array facility to the Python language (debug extension) Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. . Numpy replaces the python-numeric and python-numarray modules which are now deprecated and shouldn't be used except to support older software. . This package contains the extension built for the Python debug interpreter. Package: python-ogg Description-md5: 65ebc4a4cdbb8f5231a4a39031d759bb Description-en: Python interface to the Ogg library This module makes the libogg (Ogg) functions available in Python. With this module you can write Python applications that use the ogg library. Package: python-ogg-dbg Description-md5: 1ba07dd44bff3caa46b569f6c49c606f Description-en: Python interface to the Ogg library (debug extension) This module makes the libogg (Ogg) functions available in Python. With this module you can write Python applications that use the ogg library. . This package contains the extension built for the Python debug interpreter. Package: python-openssl Description-md5: c3f869270c35e68ec5cf2d0a6b1cf4ba Description-en: Python wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. Package: python-openssl-dbg Description-md5: 2bbc111f62ba637ccf4f4f01d98458e1 Description-en: Python wrapper around the OpenSSL library (debug extension) High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. . This package contains the debug extension for python-openssl. Package: python-pam Description-md5: 470e5d1ba5406a461513ec87d5e74bd4 Description-en: A Python interface to the PAM library This module makes the PAM (Pluggable Authentication Modules) functions available in Python. With this module you can write Python applications that implement authentication services using PAM. Package: python-pam-dbg Description-md5: 415a317bdaef39f520c2a55f6e020c6e Description-en: A Python interface to the PAM library (debug extension) This module makes the PAM (Pluggable Authentication Modules) functions available in Python. With this module you can write Python applications that implement authentication services using PAM. . This package contains the extension built for the python debug interpreter. Package: python-pisock Description-md5: 362187f75271df4d9ddc5a7e1605ff85 Description-en: Python module to communicate with PalmOS PDA This package provides the pisock module, which provides Python programs with means of communicating directly with a PalmOS device. Package: python-pisock-dbg Description-md5: d834190fbb67772bbb1d7ac37421b1a1 Description-en: Python module to communicate with PalmOS PDA (debug extension) This package provides the pisock module built for the Python debug interpreter, which provides Python programs with means of communicating directly with a PalmOS device. Package: python-plist Description-md5: bef13a9e9dc74918b23aab45bad28c87 Description-en: Library for handling Apple binary and XML property lists libplist is a library for reading and writing the Apple binary and XML property lists format. It's part of the libimobiledevice stack, providing access to iDevices (iPod, iPhone, iPad ...). . This package contains the Python bindings Package: python-protobuf Description-md5: 4080014e9f8176a470b7b9bb1ada860f Description-en: Python bindings for protocol buffers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the Python bindings for the protocol buffers. You will need the protoc tool (in the protobuf-compiler package) to compile your definition to Python classes, and then the modules in this package will allow you to use those classes in your programs. . This package contains both the traditional Python-based implementation and the new C++-based one, and you can select at runtime between the two. Package: python-psycopg2 Description-md5: f9adffa6f96ecc5db24e2fecca0cad2c Description-en: Python module for PostgreSQL psycopg is a PostgreSQL database adapter for the Python programming language (just like pygresql and popy.) This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock. . psycopg is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg 2 also provides full asycronous operations for the really brave programmer. . The main advantages of psycopg2 are that it supports the full Python DBAPI-2.0 and being thread safe at level 2. It also includes some extensions to the standard DBAPI-2.0 to allow for better thread performance. Package: python-psycopg2-dbg Description-md5: 037c0e31fdde99d342525f6508caa218 Description-en: Python module for PostgreSQL (debug extension) psycopg is a PostgreSQL database adapter for the Python programming language (just like pygresql and popy.) This is version 2, a complete rewrite of the original code to provide new-style classes for connection and cursor objects and other sweet candies. Like the original, psycopg 2 was written with the aim of being very small and fast, and stable as a rock. . This package contains the extensions built for the Python debug interpreter. Package: python-pyao Description-md5: 0ee81fbe65a140bcf3cb681f1dc93cae Description-en: A Python interface to the Audio Output library This module makes the libao (Audio Output) functions available in Python. With this module you can write Python applications that use the cross platform audio output library. Package: python-pyao-dbg Description-md5: 0fe42e964f41693f22446f56d91a9223 Description-en: A Python interface to the Audio Output library (debug extension) This module makes the libao (Audio Output) functions available in Python. With this module you can write Python applications that use the cross platform audio output library. . This package contains the extension built for the python debug interpreter. Package: python-pycurl Description-md5: f822d5d106abe9d060d264b7845d00d6 Description-en: Python bindings to libcurl This module provides the Python bindings to libcurl. Please refer to the libcurl documentation available in libcurl4-gnutls-dev Debian package. . NOTE: the SSL support is provided by GnuTLS. Package: python-pycurl-dbg Description-md5: b536823e8923968d76ec7bcb5185a285 Description-en: Python bindings to libcurl (debug extension) This module provides the Python bindings to libcurl. Please refer to the libcurl documentation available in libcurl4-gnutls-dev Debian package. . This package contains the extension built for the Python debug interpreter. Package: python-pygoocanvas Description-md5: db722c42bfd7ffb1dbf6f8b3ea273191 Description-en: GooCanvas Python bindings This package include Python bindings for GooCanvas. It is needed to run programs written in Python and using GooCanvas set. Package: python-pygresql Description-md5: c31d3a6c55e6c4d42f9bbe13fadc0781 Description-en: PostgreSQL module for Python PyGreSQL is a Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script. Package: python-pygresql-dbg Description-md5: 746e1addc644e26cdf9991f57c5aec07 Description-en: PostgreSQL module for Python (debug extension) PyGreSQL is a Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script. . This package contains the extension built for the Python debug interpreter. Package: python-pyicu Description-md5: d77c11be7925395ec589e0dd37d0dfca Description-en: Python extension wrapping the ICU C++ API ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package provides an extension for Python which wraps the ICU C++ API. Package: python-pyicu-dbg Description-md5: 6e867ee6d24f8a0027bd9ebb793971c7 Description-en: Python extension wrapping the ICU C++ API (debug extension) ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package provides an extension for Python which wraps the ICU C++ API. . This package contains the extension built for the Python debug interpreter. Package: python-pylibacl Description-md5: 83c7591d8120b30015bfa4151169a6e1 Description-en: module for manipulating POSIX.1e ACLs pylibacl is a Python interface to the libacl library. It allows manipulation of the POSIX.1e-compliant filesystem ACLs present in some operating systems (GNU/Linux included). Package: python-pylibacl-dbg Description-md5: 9d8951363f2d8579347ade88b3bc9240 Description-en: module for manipulating POSIX.1e ACLs (debug extension) pylibacl is a Python interface to the libacl library. It allows manipulation of the POSIX.1e-compliant filesystem ACLs present in some operating systems (GNU/Linux included). . This package contains the extension built for the Python debug interpreter. Package: python-pymongo Description-md5: 0683d20bf1a82d40e46a5bb8e63ec68f Description-en: Python interface to the MongoDB document-oriented database MongoDB is a high-performance, open source, schema-free document-oriented data store. Pymongo provides an interface to easily access it from Python. Package: python-pyorbit Description-md5: d5c249f8c652963e79fbe1fcc9af2905 Description-en: A Python language binding for the ORBit2 CORBA implementation It aims to take advantage of new features found in ORBit2 to make language bindings more efficient. This includes: - Use of ORBit2 type libraries to generate stubs - use of the ORBit_small_invoke_stub() call for operation invocation, which allows for short circuited invocation on local objects. . Where it makes sense, this binding tries to stay compatible with the Python language mapping, which can be found on the OMG web site: http://www.omg.org/cgi-bin/doc?formal/02-09-07 Package: python-pyorbit-dbg Description-md5: edcf2016073adb3f8ebc84b94e9dedfd Description-en: Python bindings for ORBit2 CORBA (debug extension) It aims to take advantage of new features found in ORBit2 to make language bindings more efficient. This includes: - Use of ORBit2 type libraries to generate stubs - use of the ORBit_small_invoke_stub() call for operation invocation, which allows for short circuited invocation on local objects. . This package contains the extension built for the python debug interpreter. Package: python-pyvorbis Description-md5: 0b06c60a01ec044ef12ec30a6e5144f4 Description-en: Python interface to the Ogg Vorbis library This module makes the libvorbis (Ogg Vorbis) functions available in Python. With this module you can write Python applications that use the ogg vorbis library. Package: python-pyvorbis-dbg Description-md5: ddb8386e441af0000f62801f3398efed Description-en: Python interface to the Ogg Vorbis library (debug extension) This module makes the libvorbis (Ogg Vorbis) functions available in Python. With this module you can write Python applications that use the ogg vorbis library. . This package contains the extension built for the Python debug interpreter. Package: python-pyxattr Description-md5: 74af652e9ebba1a51cd95e4367b32290 Description-en: module for manipulating filesystem extended attributes pyxattr is a Python interface to the libattr library. It allows manipulation of the filesystem extended attributes present in some operating systems (GNU/Linux included). Package: python-pyxattr-dbg Description-md5: 7815d2a01ac5d6bbfb80d681c0a67325 Description-en: module for manipulating filesystem extended attributes (debug extension) pyxattr is a Python interface to the libattr library. It allows manipulation of the filesystem extended attributes present in some operating systems (GNU/Linux included). . This package contains the extension built for the Python debug interpreter. Package: python-qscintilla2 Description-md5: 004fccb5b9e621e94dff59db37e73926 Description-en: Python bindings for QScintilla 2 QScintilla is a text editor for Qt4 with features especially useful when writing and debugging source code. These include support for syntax styling, error indicators, code completion, call tips and margins. . This package contains Python bindings so QScintilla 2 can be used in PyQt4 applications. Package: python-rdflib Description-md5: 29636d2a255f4b77d00a17d77e68c68f Description-en: RDF library containing an RDF triple store and RDF/XML parser/serializer RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer that conforms to the RDF/XML Syntax Specification and both in-memory and persistent Graph backend. . This package also provides a serialization format converter called rdfpipe in order to deal with the different formats RDFLib works with. Package: python-renderpm Description-md5: f69778da55c6c96c3d31560659245a79 Description-en: python low level render interface This package contains the python low level render interface, used in the ReportLab library. Package: python-renderpm-dbg Description-md5: 6869a2b5f092d5175dad07e42b3ce0c1 Description-en: python low level render interface (debug extension) This package contains the python low level render interface, used in the ReportLab library. . This package contains the extension built for the python debug interpreter. Package: python-reportlab-accel Description-md5: 3a2f3d264cea475a3a1ee612a69fb526 Description-en: C coded extension accelerator for the ReportLab Toolkit A C coded extension accelerator for the ReportLab Toolkit. Package: python-reportlab-accel-dbg Description-md5: 3a2f3d264cea475a3a1ee612a69fb526 Description-en: C coded extension accelerator for the ReportLab Toolkit A C coded extension accelerator for the ReportLab Toolkit. Package: python-rpm Description-md5: a5b716bfc188a6db4163c970ca64fb6a Description-en: Python bindings for RPM The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This package includes the Python bindings for librpm, allowing Python scripts to manipulate RPM packages and the RPM database. Package: python-rrdtool Description-md5: aecf78342ca0b88d5c1c141fd6c15cee Description-en: time-series data storage and display system (Python interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Python interface to RRDs. Package: python-rsvg Description-md5: 666c29cf055a6bf66d0c085e4a3fa5ae Description-en: Python bindings for the RSVG library This package contains a module that allows to use librsvg to read and write SVG files from Python applications. Package: python-selinux Description-md5: 1a926ae8510f13a424ac8c4ca7adf1ad Description-en: Python bindings to SELinux shared libraries This package provides the Python bindings needed for developing Python SELinux applications. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Package: python-simplejson Description-md5: ef92533371a7980efc9c1bcc6e19bbe7 Description-en: simple, fast, extensible JSON encoder/decoder for Python simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder. . The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). . The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). . simplejson is the externally maintained development version of the json library included with Python 2.6 and Python 3.0, but maintains backwards compatibility with Python 2.5. Package: python-sip Description-md5: 27c97dead959a9d9b24bd99cbbda9e50 Description-en: Python/C++ bindings generator runtime library SIP is a tool for generating bindings for C++ classes with some ideas borrowed from SWIG, but capable of tighter bindings because of its specificity towards C++ and Python. Package: python-sip-dbg Description-md5: 25b5c3d39bf289fb92d5e1c0c508c6d9 Description-en: Python/C++ bindings generator runtime library (debug extension) SIP is a tool for generating bindings for C++ classes with some ideas borrowed from SWIG, but capable of tighter bindings because of its specificity towards C++ and Python. . This package contains the extension built for the Python debug interpreter. Package: python-sip-dev Description-md5: 0b4cc209ae83dca78a5dbf75ac752b70 Description-en: Python/C++ bindings generator development files SIP is a tool for generating bindings for C++ classes with some ideas borrowed from SWIG, but capable of tighter bindings because of its specificity towards C++ and Python. . SIP was originally designed to generate Python bindings for KDE and so has explicit support for the signal slot mechanism used by the Qt/KDE class libraries. . Features: - connecting Qt signals to Python functions and class methods - connecting Python signals to Qt slots - overloading virtual member functions with Python class methods - protected member functions - abstract classes - enumerated types - global class instances - static member functions. . This package contains the code generator tool and the development headers needed to develop Python bindings with sip. Package: python-smbc Description-md5: 9875640aeb83dc17e4618fcadf016ead Description-en: Python bindings for Samba clients (libsmbclient) A module for using the Samba client API in Python programs. Package: python-sqlalchemy-ext Description-md5: 240e00b2e216ae7b235442cc9257db10 Description-en: SQL toolkit and Object Relational Mapper for Python - C extension SQLAlchemy is an SQL database abstraction library for Python. . This package contains C coded extension accelerator for SQLAlchemy. Package: python-subversion Description-md5: 38ff887d9bce735920100eefa3a165de Description-en: Python bindings for Subversion This is a set of Python interfaces to libsvn, the Subversion libraries. It is useful if you want to, for example, write a Python script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: python-subversion-dbg Description-md5: f20ef14947423d47b5d91de9d62bf3a7 Description-en: Python bindings for Subversion (debug extension) This is a set of Python interfaces to libsvn, the Subversion libraries. It is useful if you want to, for example, write a Python script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. . This package contains the extension built for the python debug interpreter. Package: python-svn Description-md5: 68e6338441729beae45452e9f94a2f32 Description-en: A(nother) Python interface to Subversion The pysvn module is a Python interface to the Subversion version control system. This API exposes client interfaces for managing a working copy, querying a repository, and synchronizing the two. Package: python-svn-dbg Description-md5: d398769dfb76cc2e484403b6e982916a Description-en: A(nother) Python interface to Subversion (debug extension) The pysvn module is a Python interface to the Subversion version control system. This API exposes client interfaces for managing a working copy, querying a repository, and synchronizing the two. Package: python-talloc Description-md5: f45a9667d467e79db9c4c96ffc13e2eb Description-en: hierarchical pool based memory allocator - Python bindings A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the Python bindings. Package: python-talloc-dbg Description-md5: c7b083e347d9a8e0dc1d2f6dadd23ef7 Description-en: hierarchical pool based memory allocator - Python debug extension A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the Python debug extension. Package: python-talloc-dev Description-md5: 18066c5366d859cfc76e6151aecc9a7c Description-en: talloc Python bindings - development files A hierarchical pool based memory allocator with destructors. It uses reference counting to determine when memory should be freed. . This package contains the development files for the Python bindings. Package: python-tdb Description-md5: a793bf0d4a95bb761ab855a652f8d3ae Description-en: Python bindings for TDB This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the Python bindings. Package: python-tdb-dbg Description-md5: ca3891ec8769c2be4d8db30808f54f93 Description-en: Python bindings for TDB - debug extension This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains the Python debug extension. Package: python-tk Description-md5: ade58d77904b3fac3495009bcd8b0115 Description-en: Tkinter - Writing Tk applications with Python A module for writing portable GUI applications with Python using Tk. Also known as Tkinter. Package: python-tk-dbg Description-md5: 087294519fcd42cc82c70013179536d3 Description-en: Tkinter - Writing Tk applications with Python (debug extension) A module for writing portable GUI applications with Python using Tk. Also known as Tkinter. . This package contains the extensions built for the Python debug interpreter. Package: python-totem-plparser Description-md5: ed0a645cfa2ea91a2c0eca0a5ffb5338 Description-en: Python bindings for the Totem playlist parser library This package contains a module that allows to use the Totem playlist parser library from Python applications. Package: python-tpfarsight Description-md5: 7633844604c84716e8eea8052f13a2aa Description-en: Glue library between telepathy and farsight2 (python bindings) A helper library to glue together Telepathy's media signalling and the media streaming capabilities of Farsight2 . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. . Farsight2 is a framework for media streaming in audio/video conferences. . This package provides Python bindings for the telepathy-farsight library. Package: python-twisted-bin Description-md5: b043b8fbcb0f933afbb8bed2bd47d163 Description-en: Event-based framework for internet applications It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Package: python-twisted-bin-dbg Description-md5: 915a24ecf9bae898dc98ac75c0555942 Description-en: Event-based framework for internet applications (debug extension) It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. . This package contains the extension built for the Python debug interpreter. Package: python-twisted-runner Description-md5: c581a6339222e991eec9760b4d1d1fc2 Description-en: Process management, including an inetd server Twisted Runner has process management, including an inetd replacement. Package: python-twisted-runner-dbg Description-md5: 04fc283395808a7b5d806d24f3251d51 Description-en: Process management, including an inetd server (debug extension) Twisted Runner has process management, including an inetd replacement. . This package contains the extension built for the python debug interpreter. Package: python-ubuntuone Description-md5: 625b95bb46b64b7450473d884b39505b Description-en: Ubuntu One widget library This library contains GTK widgets needed for integration of Ubuntu One functionalities into GTK applications. Package: python-uniconvertor Description-md5: a9b210d68dd09462091cf44fe27ee22a Description-en: Universal vector graphics translator UniConvertor is a multiplatform universal vector graphics translator. It uses sK1 engine to convert one format to another. . Import filters: * CorelDRAW ver.7-X3,X4 (CDR/CDT/CCX/CDRX/CMX) * Adobe Illustrator up to 9 ver. (AI postscript based) * Postscript (PS) * Encapsulated Postscript (EPS) * Computer Graphics Metafile (CGM) * Windows Metafile (WMF) * XFIG * Scalable Vector Graphics (SVG) * Skencil/Sketch/sK1 (SK and SK1) * Acorn Draw (AFF) . Export filters: * AI (Postscript based Adobe Illustrator 5.0 format) * SVG (Scalable Vector Graphics) * SK (Sketch/Skencil format) * SK1 (sK1 format) * CGM (Computer Graphics Metafile) * WMF (Windows Metafile) * PDF (Portable Document Format) * PS (PostScript) Package: python-uniconvertor-dbg Description-md5: f6d8542cf5d58f13b46c7b49d3efe66a Description-en: Universal vector graphics translator (debug extension) UniConvertor is a multiplatform universal vector graphics translator. It uses sK1 engine to convert one format to another. . This package contains the extension built for the Python debug interpreter. Package: python-uno Description-md5: f4a55d75b607baa049506ff436442fb6 Description-en: Python-UNO bridge The Python-UNO bridge allows use of the standard LibreOffice API with the Python scripting language. It additionally allows others to develop UNO components in Python, thus Python UNO components may be run within the LibreOffice process and can be called from C++ or the built in StarBasic scripting language. Package: python-utouch-geis Description-md5: 4bdf9f127f37ce62d7286eb86c21084b Description-en: python bindings for libutouch-geis . This package provides native bindings so that you can use GEIS from a Python program. Package: python-vigra Description-md5: 0212cdb99b4405ff94fe5daf0b65b0e1 Description-en: Python bindings for the C++ computer vision library Vision with Generic Algorithms (VIGRA) is a computer vision library that puts its main emphasis on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. . This package exports the functionality of the VIGRA library to Python. Package: python-virtkey Description-md5: 96869cff4693d20ceb306605a2d4abfd Description-en: Library to emulate keyboard keypresses. python-virtkey is a python extension for emulating keypresses and getting the keyboard geometry from the xserver. Package: python-vte Description-md5: 34624e87ab07023c8425f489e6c5ea51 Description-en: Python bindings for the VTE widget set The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains the Python bindings to the VTE library for GTK+ 2.x. Package: python-webkit Description-md5: d1bd3176c2fe2b87457ce1a4fae48b44 Description-en: WebKit/Gtk Python bindings PyWebKitGtk provides an API for developers to program WebKit/Gtk using Python. . The PyWebKitGtk project share the same goals with WebKit. The purpose of this binding is to bring an alternative web engine to Python/GTK+ application developers who might need a web browser engine for their next application or developers wishing to have a better browser engine that they can access to using the Python programming language. Package: python-wnck Description-md5: 6e74f511283c3f21696dde3d1248cefc Description-en: Python bindings for the WNCK library This package contains a module that allows to communicate with the Window Manager using the EWMH specification from Python applications. Package: python-xapian Description-md5: e2495f28fd3fba43201c82e444852920 Description-en: Xapian search engine interface for Python This package provides Xapian Python bindings for all the packaged versions of Python. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Python bindings provide an interface to the Xapian library from the Python programming language, allowing both indexing and retrieval operations. Package: python-xklavier Description-md5: 56400e2cb8fbc9c1da7d344259b4f16e Description-en: Python binding for libxklavier, a X Keyboard Extension API Libxklavier provides programmers an API for high(er) level access to the X Keyboard Extension, to ease creating XKB related applications. . This package contains Python binding for libxklavier. Package: python-yaml Description-md5: 82d5290a45a0b6b13c828ddb2dd65a9c Description-en: YAML parser and emitter for Python Python-yaml is a complete YAML 1.1 parser and emitter for Python. It can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. A simple extension API is also provided. The package is built using libyaml for improved speed. Package: python-yaml-dbg Description-md5: 18fdce28993ff55ca5f79e99aab49ac3 Description-en: YAML parser and emitter for Python Python-yaml is a complete YAML 1.1 parser and emitter for Python. It can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. A simple extension API is also provided. The package is built using libyaml for improved speed. . This package contains the extension built for the Python debug interpreter. Package: python-zope.interface Description-md5: 805f005a76a0fe3fbb6fb54d05dea254 Description-en: Interfaces for Python This package provides an implementation of object interfaces for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. Package: python-zope.interface-dbg Description-md5: d25d319ea745ca9c4742a684c2c321f1 Description-en: Interfaces for Python (debug extension) This package provides an implementation of object interfaces for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. . This package contains the extension built for the Python debug interpreter. Package: python2.6 Description-md5: 9c3988374977b2943f89677d8867360a Description-en: An interactive high-level object-oriented language (version 2.6) Version 2.6 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python2.6-dbg Description-md5: a486d12533b19b5ce264721dfb9ef6b6 Description-en: Debug Build of the Python Interpreter (version 2.6) Python interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python2.6/lib-dynload/debug first. Package: python2.6-dev Description-md5: 47558a51f189a0d89f9365960644e006 Description-en: Header files and a static library for Python (v2.6) Header files, a static library and development tools for building Python (v2.6) modules, extending the Python interpreter or embedding Python (v2.6) in applications. . Maintainers of Python packages should read README.maintainers. Package: python2.6-minimal Description-md5: 5ba439a0dfa58232b2fd376eef6b6230 Description-en: A minimal subset of the Python language (version 2.6) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.6-minimal/README.Debian for a list of the modules contained in this package. Package: python2.7 Description-md5: 5d16a3ad0ef343dfdaab18164095ed5f Description-en: An interactive high-level object-oriented language (version 2.7) Version 2.7 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python2.7-dbg Description-md5: f9249d85dba69096e965c27b68d47775 Description-en: Debug Build of the Python Interpreter (version 2.7) Python interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python2.7/lib-dynload/debug first. Package: python2.7-dev Description-md5: 0f13a410a5bbc68affef1492eee5d8e2 Description-en: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. Package: python2.7-minimal Description-md5: 7eee823953aa7d53ab1ca9a5500cf879 Description-en: A minimal subset of the Python language (version 2.7) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Package: python3-apt Description-md5: 4e7bf010b1b89e36309ea2f4b7005936 Description-en: Python 3 interface to libapt-pkg The apt_pkg Python 3 interface will provide full access to the internal libapt-pkg structures allowing Python 3 programs to easily perform a variety of functions, such as: . - Access to the APT configuration system - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure . The included 'aptsources' Python interface provides an abstraction of the sources.list configuration on the repository and the distro level. Package: python3-apt-dbg Description-md5: 9d43d2b6dae33ea4f6ee571da79dbd51 Description-en: Python 3 interface to libapt-pkg (debug extension) The apt_pkg Python 3 interface will provide full access to the internal libapt-pkg structures allowing Python 3 programs to easily perform a variety of functions. . This package contains the extension built for the Python debug interpreter. Package: python3-bsddb3 Description-md5: 6bc553389b7abdd2f792421d6ebe3828 Description-en: Python interface for Berkeley DB (Python 3.x) This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Sequence and Transaction objects, and each of these is exposed as a Python Type in the bsddb3.db module. The database objects can use various access methods: btree, hash, recno and queue. Complete support of Berkeley DB distributed transactions. Complete support for Berkeley DB Replication Manager. Complete support for Berkeley DB Base Replication. Support for RPC. Package: python3-bsddb3-dbg Description-md5: f1ee0a3cbf3f261f26c7b505c601c74a Description-en: Python interface for Berkeley DB (debug extension, Python 3.x) This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Sequence and Transaction objects, and each of these is exposed as a Python Type in the bsddb3.db module. The database objects can use various access methods: btree, hash, recno and queue. Complete support of Berkeley DB distributed transactions. Complete support for Berkeley DB Replication Manager. Complete support for Berkeley DB Base Replication. Support for RPC. . This package contains the extension built for the python debug interpreter. Package: python3-cxx-dev Description-md5: 1390ac0bebd1797a405ac3ae5abf6342 Description-en: A Set of facilities to extend Python3 with C++ PyCXX is a set of C++ facilities to make it easier to write Python extensions. The chief way in which PyCXX makes it easier to write Python extensions is that it greatly increases the probability that your program will not make a reference-counting error and will not have to continually check error returns from the Python C API. Package: python3-gdbm Description-md5: f21d01c59fd918dd8e93a985f8b900dc Description-en: GNU dbm database support for Python 3.x GNU dbm database module for Python 3.x. Install this if you want to create or read GNU dbm database files with Python. Package: python3-gdbm-dbg Description-md5: 2acef7566a549a1876868ca568136539 Description-en: GNU dbm database support for Python 3.x (debug extension) GNU dbm database module for Python 3.x. Install this if you want to create or read GNU dbm database files with Python. . This package contains the extensions built for the python3 debug interpreter. Package: python3-gobject Description-md5: f0850471c776a975236399e3050363aa Description-en: Python 3 bindings for gobject-introspection libraries GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 3 binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python 3. Package: python3-gobject-dbg Description-md5: cee150898742e87b20dceb8ab5b02a97 Description-en: Python 3 bindings for gobject-introspection libraries (debug extension) GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 3 binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python 3. . This package contains the extensions built for the Python 3 debug interpreter. Package: python3-jinja2 Description-md5: 946c5e58f8736a9521b16a6d4c1157e7 Description-en: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Package: python3-jinja2-dbg Description-md5: 5c7a3a01b4a43f55443945eaa0272b46 Description-en: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . This package contains the extension built for the Python debug interpreter. Package: python3-lxml Description-md5: e8e2f787207511401ce91418255455e6 Description-en: pythonic binding for the libxml2 and libxslt libraries lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. Its aim: . * Pythonic API. * Documented. * Use Python unicode strings in API. * Safe (no segfaults). * No manual memory management! . lxml aims to provide a Pythonic API by following as much as possible the ElementTree API, trying to avoid inventing too many new APIs, or the user's having to learn new things -- XML is complicated enough. Package: python3-lxml-dbg Description-md5: dc60d3e32c93635f03d6f9f774d9845a Description-en: pythonic binding for the libxml2 and libxslt libraries (debug extension) lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. . This package contains the extension built for the Python3 debug interpreter. Package: python3-markupsafe Description-md5: 94bc79239168543e6c08ea8b9d116335 Description-en: XML/HTML/XHTML Markup safe string for Python3 MarkupSafe implements a unicode subclass that supports HTML strings: . >>> from markupsafe import Markup, escape >>> escape("") Markup('<script>alert(document.cookie);</script>') >>> tmpl = Markup("%s") >>> tmpl % "Peter > Lustig" Markup('Peter > Lustig') . If you want to make an object unicode that is not yet unicode but don't want to lose the taint information, you can use the `soft_unicode` function: . >>> from markupsafe import soft_unicode >>> soft_unicode(42) '42' >>> soft_unicode(Markup('foo')) Markup('foo') Package: python3-markupsafe-dbg Description-md5: c3f2622e428aadf05e7a5b5cf507f042 Description-en: XML/HTML/XHTML Markup safe string for Python3 This package contains the extension built for the Python3 debug interpreter. Package: python3-sip Description-md5: a95e2a685ffcf3a879eaef1d99367187 Description-en: Python 3/C++ bindings generator runtime library SIP is a tool for generating bindings for C++ classes with some ideas borrowed from SWIG, but capable of tighter bindings because of its specificity towards C++ and Python. . This package provides SIP with support for Python 3 Package: python3-sip-dbg Description-md5: 1a7a01d868d3e18afdcc2f2e3ed33cf8 Description-en: Python 3/C++ bindings generator runtime library SIP is a tool for generating bindings for C++ classes with some ideas borrowed from SWIG, but capable of tighter bindings because of its specificity towards C++ and Python. . This package contains debugging symbols for python3-sip Package: python3-sip-dev Description-md5: 4dcdc2f686d44c66f09869f5ee06a412 Description-en: Python/C++ bindings generator development files SIP is a tool for generating bindings for C++ classes with some ideas borrowed from SWIG, but capable of tighter bindings because of its specificity towards C++ and Python. . SIP was originally designed to generate Python bindings for KDE and so has explicit support for the signal slot mechanism used by the Qt/KDE class libraries. . Features: - connecting Qt signals to Python functions and class methods - connecting Python signals to Qt slots - overloading virtual member functions with Python class methods - protected member functions - abstract classes - enumerated types - global class instances - static member functions. . This package contains the code generator tool and the development headers needed to develop Python 3 bindings with sip. Package: python3-sqlalchemy Description-md5: ab3e4e16d880158a692652f7aeb4779d Description-en: SQL toolkit and Object Relational Mapper for Python 3 SQLAlchemy is an SQL database abstraction library for Python. Its strengths are: * full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. * extremely easy to use for all the basic tasks, such as: accessing pooled connections, constructing SQL from Python expressions, finding object instances, and committing object modifications back to the database. * powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. * built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. * modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. Package: python3-tk Description-md5: 23263ef24020072cb878ca2432c298ba Description-en: Tkinter - Writing Tk applications with Python 3.x A module for writing portable GUI applications with Python 3.x using Tk. Also known as Tkinter. Package: python3-tk-dbg Description-md5: 4275bd46341c34a2376a1610e9252f65 Description-en: Tkinter - Writing Tk applications with Python 3.x (debug extension) A module for writing portable GUI applications with Python using Tk. Also known as Tkinter. . This package contains the extensions built for the python3 debug interpreter. Package: python3-yaml Description-md5: 6b427841deb10f77a5f50e5f6b5a05d8 Description-en: YAML parser and emitter for Python3 Python3-yaml is a complete YAML 1.1 parser and emitter for Python3. It can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. A simple extension API is also provided. The package is built using libyaml for improved speed. Package: python3-yaml-dbg Description-md5: 8144d83c46e33ca5bcb1934830734658 Description-en: YAML parser and emitter for Python3 Python3-yaml is a complete YAML 1.1 parser and emitter for Python3. It can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. A simple extension API is also provided. The package is built using libyaml for improved speed. . This package contains the extension built for the Python3 debug interpreter. Package: python3-zope.interface Description-md5: c78914f873fd4bc79ff3cafffa48a623 Description-en: Interfaces for Python3 This package provides an implementation of object interfaces for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. Package: python3-zope.interface-dbg Description-md5: aa072e81f780360142f8036fc90d42a4 Description-en: Interfaces for Python3 (debug extension) This package provides an implementation of object interfaces for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. . This package contains the extension built for the Python3 debug interpreter. Package: python3.2 Description-md5: 22961d3731f772a0537be5fe908ed59f Description-en: Interactive high-level object-oriented language (version 3.2) Version 3.2 of the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python3.2-dbg Description-md5: e055ad84419ec4d7da9014f57cd79e4f Description-en: Debug Build of the Python Interpreter (version 3.2) Python interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python3.2/lib-dynload/debug first. Package: python3.2-dev Description-md5: fbbe3335300f0c2f60d7eaeeccaf18d6 Description-en: Header files and a static library for Python (v3.2) Header files, a static library and development tools for building Python (v3.2) modules, extending the Python interpreter or embedding Python (v3.2) in applications. . Maintainers of Python packages should read README.maintainers. Package: python3.2-minimal Description-md5: e649e5b1acc041f7c83b04a69830c1da Description-en: Minimal subset of the Python language (version 3.2) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.2-minimal/README.Debian for a list of the modules contained in this package. Package: qemu Description-md5: cea6494bafbba244f1c3514ea3b7d651 Description-en: dummy transitional package from qemu to qemu-kvm This transitional package helps users transition from the qemu package to the qemu-kvm package. Once this package and its dependencies are installed you can safely remove it. Package: qemu-kvm Description-md5: 09ab3b56b6a39e307502fcc0bdae3750 Description-en: Full virtualization on i386 and amd64 hardware Using KVM, one can run multiple virtual PCs, each running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc. . KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux hosts on x86 (32 and 64-bit) hardware. . KVM is intended for systems where the processor has hardware support for virtualization, see below for details. All combinations of 32-bit and 64-bit host and guest systems are supported, except 64-bit guests on 32-bit hosts. . KVM requires your system to support hardware virtualization, provided by AMD's SVM capability or Intel's VT. To find out if your processor has the necessary support: . egrep "flags.*:.*(svm|vmx)" /proc/cpuinfo . If it prints anything, the processor provides hardware virtualization support and is suitable for use with KVM. Without hardware support, you can use qemu emulation instead. . KVM consists of two loadable kernel modules (kvm.ko and either kvm-amd.ko or kvm-intel.ko) and a userspace component. This package contains the userspace component, and you can get the kernel modules from the standard kernel images. . This package contains support for running virtualized and emulated x86 and x86-64 machines only. Support for other architectures is provided by the qemu-linaro source package. . For network booting and installation of VMs, install the ipxe package which provides the boot roms. Package: qrencode Description-md5: 1aea4d9d2f845c90d968494f208607e9 Description-en: QR Code encoder into PNG image Qrencode is a utility software using libqrencode to encode string data in a QR Code and save as a PNG image. Package: qt-at-spi Description-md5: 8fb2b15df8f8426d49d24d24f8176c7f Description-en: accessibility plugin for Qt A plugin to export Qt widgets over AT-SPI2. This allows them to be read by accessibility tools such as the Orca screen reader. Package: quadrapassel Description-md5: 11e3b4b03f6e960045f3164123b92f7d Description-en: Falling blocks game The Russian game of falling geometric shapes. Fit blocks together to make complete rows. Package: quagga Description-md5: 233dd5218652180073aa86f5322103fc Description-en: BGP/OSPF/RIP routing daemon GNU Quagga is free software which manages TCP/IP based routing protocols. It supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, RIPv2, and RIPng as well as the IPv6 versions of these. . As the precessor Zebra has been considered orphaned, the Quagga project has been formed by members of the zebra mailing list and the former zebra-pj project to continue developing. . Quagga uses threading if the kernel supports it, but can also run on kernels that do not support threading. Each protocol has its own daemon. . It is more than a routed replacement, it can be used as a Route Server and a Route Reflector. Package: quota Description-md5: 749f814ec7097acf0f741fadc2825b66 Description-en: implementation of the disk quota system QUOTA is implemented using the BSD system call interface as the means of communication with the user level. This is based on the Melbourne quota system which uses both user and group quota files. Package: quvi Description-md5: 51c1b5e03891ba60f9dcdab8f074bad3 Description-en: command line tool for parsing video download links command line tool for parsing video download links. It supports Youtube and other similar video websites. Package: qv4l2 Description-md5: d3d81b58c4bdd2a90fc330f4d9bdfad1 Description-en: Graphical Qt v4l2 control panel Qt v4l2 control panel application. You can change all through the v4l2 interface exposed device controls. Package: radeontool Description-md5: 9dab5a1be3d1bdd33ce8c52abf042cd3 Description-en: utility to control ATI Radeon backlight functions on laptops Radeontool is a small utility to control ATI Radeon based laptops' backlight and external output functions. It is also able to dump the contents of registers for debugging purposes. . WARNING: Radeontool code has not been completely audited and may contain bugs that could damage your hardware. Use at your own risk. Package: raptor-utils Description-md5: 35e83f3169d88da32ffce0c8b948e6fb Description-en: Raptor RDF parser and serializer utilities This package provides the rapper tool for validating, parsing and serializing RDF/XML, N-Triples, Turtle, RSS, Atom and other Resource Description Framework (RDF) syntaxes using the Raptor RDF library. Package: raptor2-utils Description-md5: a69c81c5501c71f9c2dbbdd8de1fb863 Description-en: Raptor 2 RDF parser and serializer utilities This package provides the rapper tool for validating, parsing and serializing RDF/XML, N-Triples, Turtle, RSS, Atom and other Resource Description Framework (RDF) syntaxes using the Raptor RDF library. Package: rarian-compat Description-md5: a35f0aaae174f03fec8f3d0cea8b4e9d Description-en: Documentation meta-data library (compatibility tools) Rarian (formerly Spoon) is a documentation meta-data library, designed as a replacement for Scrollkeeper. Package: rasqal-utils Description-md5: d9e47d46a0ae7f54974dfce008320fcb Description-en: Rasqal RDF Query utilities This package provides the roqet tool for querying RDF content with SPARQL and RDQL RDF query languages using the Rasqal RDF query library. Package: rdate Description-md5: 49b1aaad184ecba2aad3b1f84ba645a6 Description-en: sets the system's date from a remote host rdate displays and sets the local date and time from the host name or address given as the argument. The time source may be an RFC 868 TCP protocol server, which is usually implemented as a built-in service of inetd(8), or an RFC 2030 protocol SNTP/NTP server. By default, rdate uses the RFC 868 TCP protocol. Package: rdesktop Description-md5: 6078f7baf52e1dbbf09e9560e107dd0f Description-en: RDP client for Windows NT/2000 Terminal Server rdesktop is an open source client for Windows NT/2000 Terminal Server, capable of natively speaking its Remote Desktop Protocol (RDP) in order to present the user's NT/2000 desktop. Unlike Citrix ICA, no server extensions are required. Package: rdiff Description-md5: 5284c275efe652989ea1372eb7c32b01 Description-en: Binary diff tool for signature-based differences rdiff is a little like diff and patch all rolled into one, with support for binary files. Since it takes advantage of the rsync remote-delta algorithm, you do not need the source file in the same place as your destination file. . To use it, you generate a "signature" of the original file and copy the signature (which is very small) to the same location as the modified file. Then you generate a "delta" which describes the changes required to turn the source file into the modified file. The small delta file can then be used to "patch" the original file, to transform it into the modified file. Package: rdnssd Description-md5: 7f6af1fa6e3e8a6e206f1e1d3aa62701 Description-en: IPv6 recursive DNS server discovery daemon rdnssd autoconfigures recursive DNS servers on IPv6 networks using ICMPv6 Neighbor Discovery (RFC 5006), and can update the DNS resolvers configuration (/etc/resolv.conf) accordingly. Package: re2c Description-md5: 2aa9a932df11f6488500cae4e7decaf7 Description-en: tool for generating fast C-based recognizers re2c is a great tool for writing fast and flexible lexers. Unlike other such tools, re2c concentrates solely on generating efficient code for matching regular expressions. Not only does this singleness make re2c more suitable for a wider variety of applications, it allows us to generate scanners which approach hand-crafted ones in terms of size and speed. Package: realpath Description-md5: 466b12e0c4a1a461e802002eb6a75a84 Description-en: Return the canonicalized absolute pathname The package contains a small utility realpath, which converts each pathname argument to an absolute pathname, which has no components that are symbolic links or the special . or .. directory entries. . This utility provides mostly the same functionality as `/bin/readlink -f' in the coreutils package. Package: recode Description-md5: c1971320f75c7a20b5b1d9b7d221ff3d Description-en: Character set conversion utility Free `recode' converts files between character sets and usages. When exact transliterations are not possible, it may get rid of the offending characters or fall back on approximations. This program recognizes or produces nearly 300 different character sets and is able to transliterate files between almost any pair. Most RFC 1345 character sets, and all `libiconv' character sets, are supported. Package: redboot-imx51-babbage Description-md5: c1efa45df809db13b5720f7a5a0d3cdd Description-en: Bootloader for Freescale iMX51 boards RedBoot is a complete bootstrap environment for embedded systems. Based on the eCos Hardware Abstraction Layer, RedBoot inherits the eCos qualities of reliability, compactness, configurability, and portability. . This package has been configured for Freescale's iMX51 Babbage board, and will not work on any other imx51 based board. Package: redboot-tools Description-md5: 800db9edbcd84d98766e28835a098657 Description-en: Collection of utilities to manipulate RedBoot data fis is a tool to manipulate entries in a RedBoot FIS directory, similar to the fis command in the RedBoot interactive shell. . fconfig is a tool to manipulate RedBoot configuration data, similar to the fconfig command in the RedBoot interactive shell. . These utilities help create RedBoot data from scratch or querying/updating the data of an installed system. This can be used to generate images with RedBoot data or to change the boot data of devices. Package: redland-utils Description-md5: 7233e7b684efc931e19d5d152827665e Description-en: Redland Resource Description Framework (RDF) Utility programs This package provides the rdfproc utility for processing the Resource Description Framework (RDF) format using the Redland RDF library. It allows reading RDF from syntaxes, manipulating the RDF graph, querying using RDQL and SPARQL and serializing RDF into syntaxes in RDF/XML, N-Triples, Turtle and RSS 1.0. Package: reiser4progs Description-md5: 6cd3dd444c74d161d74938c6f19e2462 Description-en: administration utilities for the Reiser4 filesystem The following utilities to manage Reiser4 filesystems are provided: . - debugfs.reiser4 - fsck.reiser4 - measurefs.reiser4 - mkfs.reiser4 Package: reiserfsprogs Description-md5: 2e1145bff0ae4baf3abf769bcd287358 Description-en: User-level tools for ReiserFS filesystems This package contains utilities to create, check, resize, and debug ReiserFS filesystems. Package: resource-agents Description-md5: 044387721d4cb3666ace07a7d8595018 Description-en: Cluster Resource Agents The Cluster Resource Agents are a set of scripts to interface with several services to operate in a High Availability environment for both Pacemaker and rgmanager resource managers. Package: resource-agents-dev Description-md5: 4cc2bb3aa93baa656e57dab856247061 Description-en: Cluster Resource Agents Development files The Cluster Resource Agents are a set of scripts to interface with several services to operate in a High Availability environment for both Pacemaker and rgmanager resource managers. . This package contains the development header files. Package: rfkill Description-md5: 48e9b79e886753d4ba57709f7daac2b1 Description-en: tool for enabling and disabling wireless devices rfkill is a simple tool for accessing the Linux rfkill device interface, which is used to enable and disable wireless networking devices, typically WLAN, Bluetooth and mobile broadband. . rfkill uses /dev/rfkill, which is present in Linux kernel 2.6.31 and later. Package: rgmanager Description-md5: 0265eb70f5702309fbec04021451ab57 Description-en: Red Hat cluster suite - clustered resource group manager This package is part of the Red Hat Cluster Suite, a complete high-availability solution. . Resource Group Manager provides high availability of critical server applications in the event of planned or unplanned system downtime. Package: rhythmbox Description-md5: 263e21c49721f582dd2ee234ff4fedb7 Description-en: music player and organizer for GNOME Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. Package: rhythmbox-dbg Description-md5: 87449e19f7d68646c43a7a4928c93ea8 Description-en: debugging symbols for rhythmbox Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. . This package contains the debugging symbols for rhythmbox. Package: rhythmbox-dev Description-md5: c2b22526bec8776ff3c82b23bb9c5514 Description-en: development files for the rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). . This package contains the development headers and libraries needed to build rhythmbox plugins. Package: rhythmbox-plugin-cdrecorder Description-md5: 2cf45d2d5fa6dfedb6016b170eb884a9 Description-en: burning plugin for rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. . This package contains the brasero based CD/DVD burning plugin. Package: rhythmbox-plugins Description-md5: caaad43613fdd19f715defed4950d934 Description-en: plugins for rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. . This package contains the following plugins: - Cover art - Audio CD Player - Last.fm - Context Panel - DAAP Music Sharing - FM Radio - Portable Players - IM Status - Portable Players - iPod - Internet Radio - Jamendo - Song Lyrics - Magnatune Store - Media Player Keys - Portable Players - MTP - Power Manager - Python Console - LIRC - Status Icon - Visualization - Browser plugin to integrate Rhythmbox with itunes - Nautilus Send-to - Replay Gain - Zeitgeist - MediaServer2 D-Bus - MPRIS D-Bus Package: rlfe Description-md5: 98af6c27a01e4fea0ec846d18e222123 Description-en: A front-end using readline to "cook" input lines for other programs This tool lets you use history and line-editing in any text oriented tool. This is especially useful with third-party proprietary tools that cannot be distributed linked against readline. It is not perfect but it works pretty well. . See the ledit and rlwrap packages for other programs of that kind. Package: rmail Description-md5: 5999f32ca68d0cb331555bc479168fd4 Description-en: MTA->UUCP remote mail handler Rmail handles mail received via uucp and passes it to the local sendmail (or workalike). . This version comes from the sendmail source package and the only change is the call to sendmail (from -obq to -obi). Package: rpcbind Description-md5: 595a8e4c17168e18f4843c47dfec5895 Description-en: converts RPC program numbers into universal addresses The rpcbind utility is a server that converts RPC program numbers into universal addresses. Package: rpm Description-md5: b637dea69233214122f83668b1ac634e Description-en: package manager for RPM The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . On Debian and derived systems it is recommended to use "alien" to convert RPM packages into .deb format instead of bypassing the Debian package management system by installing them directly with rpm. Package: rpm-common Description-md5: 281a776fb3c0b33e3fa2befccc935f42 Description-en: common files for RPM The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This package contains some scripts and default configuration which is used by RPM libraries. Package: rpm2cpio Description-md5: 40ab460ae975fb68939c5b31c0e7dc8e Description-en: tool to convert RPM package to CPIO archive The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. . This package contains tool to convert RPM packages to standard CPIO archive. Package: rrdcached Description-md5: 4d8a85234e5733e4bc3e4f2b629e4f4c Description-en: data caching daemon for RRDtool RRDCacheD is a daemon that receives updates to existing RRD files, accumulates them and, if enough have been received or a defined time has passed, writes the updates to the RRD file. The daemon was written with big setups in mind. Those setups usually run into I/O related problems. RRDCacheD's goal is to alleviate these problems. Package: rrdtool Description-md5: 2f208d113d46aef6f7eebb6f8537a07e Description-en: time-series data storage and display system (programs) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . RRDtool is often used via various wrappers that can poll data from devices and feed data into RRDs, as well as provide a friendlier user interface and customized graphs. . This package contains command-line programs used to access and manipulate RRDs. Package: rrdtool-dbg Description-md5: b3243f3d6acddd488946a29bc7fb392a Description-en: time-series data storage and display system (debugging symbols) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . RRDtool is often used via various wrappers that can poll data from devices and feed data into RRDs, as well as provide a friendlier user interface and customized graphs. . This package contains the debugging symbols for the program and library files. Package: rrdtool-tcl Description-md5: b846eb67771d33328ed170f4f37b5a75 Description-en: time-series data storage and display system (Tcl interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Tcl interface to RRDs. Package: rsync Description-md5: fab4adf5cd6f6b20e03ab78f14646465 Description-en: fast remote file copy program (like rcp) rsync is a program that allows files to be copied to and from remote machines in much the same way as rcp. It has many more options than rcp, and uses the rsync remote-update protocol to greatly speed up file transfers when the destination file already exists. . The rsync remote-update protocol allows rsync to transfer just the differences between two sets of files across the network link. . This package also includes rsyncd daemon functionality. Package: rsyslog Description-md5: c25fbd9bcc88ab95bcc33eea4228fd42 Description-en: reliable system and kernel logging daemon Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include: * reliable syslog over TCP, SSL/TLS and RELP * on-demand disk buffering * email alerting * writing to MySQL or PostgreSQL databases (via separate output plugins) * permitted sender lists * filtering on any part of the syslog message * on-the-wire message compression * fine-grained output format control * failover to backup destinations * enterprise-class encrypted syslog relaying . It is the default syslogd on Debian systems. Package: rsyslog-gnutls Description-md5: fc6fc1bbbfb8c8031b58f3abd48d4c1c Description-en: TLS protocol support for rsyslog This netstream plugin allows rsyslog to send and receive encrypted syslog messages via the upcoming syslog-transport-tls IETF standard protocol. Package: rsyslog-gssapi Description-md5: 79a6e301e123c9629e0c4e9aaa191cae Description-en: GSSAPI authentication and encryption support for rsyslog These plugins allow rsyslog to write and/or receive GSSAPI authenticated and encrypted syslog messages. GSSAPI is commonly used for Kerberos authentication. Package: rsyslog-mysql Description-md5: 29be7857de256cc7e3546c2c5296e26a Description-en: MySQL output plugin for rsyslog This plugin allows rsyslog to write the syslog messages into a MySQL database. Package: rsyslog-pgsql Description-md5: a299b67a4fcecd70438a9eb9d0cafbf8 Description-en: PostgreSQL output plugin for rsyslog This plugin allows rsyslog to write the syslog messages into a PostgreSQL database. Package: rsyslog-relp Description-md5: 89cdf90f04ac20a7dd663a762584b93c Description-en: RELP protocol support for rsyslog These plugins allows rsyslog to send and receive syslog messages via the RELP protocol. RELP ensures reliable transport over the network even on connection loss or if a peer becomes unavailable. Package: rtkit Description-md5: 49d87b72431bed9d646487053d48658d Description-en: Realtime Policy and Watchdog Daemon RealtimeKit is a D-Bus system service that changes the scheduling policy of user processes/threads to SCHED_RR (i.e. realtime scheduling mode) on request. It is intended to be used as a secure mechanism to allow real-time scheduling to be used by normal user processes. Package: rtmpdump Description-md5: 65f288276eb1649d9f026ac78e0f41ce Description-en: A small dumper for media content streamed over the RTMP protocol A small dumper for media content streamed over the RTMP protocol (like BBC's iPlayer high quality streams). Supplying an rtmp url will result in a dumped flv file, which can be played/transcoded using ffmpeg/mplayer, etc. Package: ruby1.8 Description-md5: cbc9f752f927d3142d295011d81f88fc Description-en: Interpreter of object-oriented scripting language Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package provides version 1.8 series of Ruby. . On Debian, Ruby 1.8 is provided as separate packages. You can get full Ruby 1.8 distribution by installing following packages. . ruby1.8 ruby1.8-dev ri1.8 ruby1.8-examples libtcltk-ruby1.8 Package: ruby1.8-dev Description-md5: d50680834c728bf1cfb025fc5d1b40c1 Description-en: Header files for compiling extension modules for the Ruby 1.8 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the header files and the mkmf library, necessary to make extension library for Ruby 1.8. Package: samba Description-md5: 0122ac62ef5f4ae21eb2e195eb45ad1d Description-en: SMB/CIFS file, print, and login server for Unix Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides the components necessary to use Samba as a stand-alone file and print server. For use in an NT4 domain or Active Directory realm, you will also need the winbind package. . This package is not required for connecting to existing SMB/CIFS servers (see smbclient) or for mounting remote filesystems (see cifs-utils). Package: samba-common-bin Description-md5: f6d2f3a0378208af8c75ede3922e3b9b Description-en: common files used by both the Samba server and client Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains files and programs needed by Samba when used as either a client or a server. Package: samba-dbg Description-md5: f3ad98b58579564228dc9b95ecaca46a Description-en: Samba debugging symbols Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides debugging information for the software in the Samba suite. Install it to get a better backtrace in the event of a crash. Package: samba-tools Description-md5: e2a81a28e5322f5eb71f94b5b89163fa Description-en: Samba testing utilities Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains extra command-line tools such as smbtorture for performance-testing CIFS servers and clients. Package: samplerate-programs Description-md5: 55abea95880020f1d3aafbd4b20c34a5 Description-en: Sample programs that use libsamplerate This package contains simple example programs for resampling sound files with the libsamplerate library. . Currently, the only binary included is sndfile-resample which uses libsndfile to read and write audio files and libsamplerate to do the rate conversion. Package: sane-utils Description-md5: 46748a077d33d525cc353029dfa80b7d Description-en: API library for scanners -- utilities SANE stands for "Scanner Access Now Easy" and is an application programming interface (API) that provides standardized access to any raster image scanner hardware (flatbed scanner, hand-held scanner, video- and still-cameras, frame-grabbers, etc.). The SANE standard is free and its discussion and development are open to everybody. The current source code is written to support several operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). . This package includes the command line frontend scanimage, the saned server and the sane-find-scanner utility, along with their documentation. Package: sasl2-bin Description-md5: fa33321a828f08fecd44db10c0f59feb Description-en: Cyrus SASL - administration programs for SASL users database This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package contains administration programs for the SASL users database and common binary files for plugin modules. Package: scribus Description-md5: 7c90ac0ce95ef8530e9d9063d9a21920 Description-en: Open Source Desktop Page Layout - stable branch . Scribus is an open source desktop page layout program with the aim of producing commercial grade output in PDF and Postscript, primarily, though not exclusively for Linux. . Scribus can be used for many tasks; from brochure design to newspapers, magazines, newsletters and posters to technical documentation. It has sophisticated page layout features like precision placing and rotating of text and/or images on a page, manual kerning of type, bezier curves polygons, precision placement of objects, layering with RGB and CMYK custom colors. The Scribus document file format is XML-based. Unlike proprietary binary file formats, even damaged documents, can be recovered with a simple text editor. . Scribus supports professional DTP features, such as CMYK color and a color management system to soft proof images for high quality color printing, flexible PDF creation options, Encapsulated PostScript import/export and creation of 4 color separations, import of EPS/PS and SVG as native vector graphics, Unicode text including right to left scripts such as Arabic and Hebrew via freetype. Graphic formats which can be placed in Scribus as images include PDF, Encapsulated Post Script (eps), TIFF, JPEG, PNG and XPixMap(xpm), and any bitmap type supported by QT4. . Printing, PDF and SVG creation are done via custom driver libraries and plug-ins, giving Scribus inventive features: the abilities to include presentation effects with PDF output, fully scriptable interactive PDF forms, SVG vector file output. The internal printer drivers fully support Level 2 and Level 3/PDF 1.4 postscript features including transparency and font embedding. . When run from KDE, Drag and Drop, for example from desktop to the canvas, is enabled. There is easy to use drag and drop scrapbook for frequently used items such as text blocks, pictures and custom shaped frames. Package: seahorse Description-md5: 183c443db6e087b1bdd4087786203c38 Description-en: GNOME front end for GnuPG Seahorse is a front end for GnuPG - the GNU Privacy Guard program - that integrates to the GNOME desktop. It is a tool for secure communications and data storage. Data encryption and digital signature creation can easily be performed through a GUI and Key Management operations can easily be carried out through an intuitive interface. Package: sed Description-md5: 67b5a614216e15a54b09cad62d5d5afc Description-en: The GNU sed stream editor sed reads the specified files or the standard input if no files are specified, makes editing changes according to a list of commands, and writes the results to the standard output. Package: selinux-utils Description-md5: 0dfe4ba09954ecdcb854ff898167f98b Description-en: SELinux utility programs This package provides various utility programs for a Security-enhanced Linux system. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. This package provides utility programs to get and set process and file security contexts and to obtain security policy decisions. Package: sendmail-bin Description-md5: 88ee8c6a7337b272ccfe94862f9b3979 Description-en: powerful, efficient, and scalable Mail Transport Agent Sendmail is an alternative Mail Transport Agent (MTA) for Debian. It is suitable for handling sophisticated mail configurations, although this means that its configuration can also be complex. . Fortunately, simple thing can be done easily, and complex things are possible, even if not easily understood ;) Sendmail is the *ONLY* MTA with a Turing complete language to control *ALL* aspects of delivery! . Sendmail provides Security and SPAM/UCE/UBE protection via several means. . Sendmail includes *no* Mail User Agents (MUA), you'll have to pick from the plethora of available MUAs (mutt, vm, etc.) . This package supports REGEX, DB, NIS, NIS+, LDAP, DNS maps, and has enabled TCPWrappers, IPv6, LockFile, SMTP AUTH(SASL), STARTTLS(SSL). Package: sensible-mda Description-md5: bea515eec8582f9eac6796d823698ba5 Description-en: Mail Delivery Agent wrapper Sensible-mda is a Debian addition in the sendmail package and has been split out in hopes that it might be useful for other MTA packages. . Sensible-mda is called by the MTA, and will in turn call whichever of the following MDAs that it finds (in this order): procmail, maildrop, deliver, mail.local Package: sensord Description-md5: 5995c06b967283ed183ddeed13106b0d Description-en: hardware sensor information logging daemon 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 logs hardware health status to the system log with optional warnings on potential system problems. Package: sepol-utils Description-md5: a1b596ce0ddd460c537eafbf4c1d7137 Description-en: Security Enhanced Linux policy utility programs This package provides a utility for a Security-enhanced Linux system to rewrite existing mandatory access control policy with different boolean setting, generating a new policy. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. This package provides utility programs to get and set process and file security contexts and to obtain security policy decisions. Package: setserial Description-md5: 9bf5524b0c67673f200677dbc3c02151 Description-en: controls configuration of serial ports Set and/or report the configuration information associated with a serial port. This information includes what I/O port and which IRQ a particular serial port is using. . This version has a completely new approach to configuration, so if you have a setup other than the standard ttyS0 and 1, you will have to get your hands dirty. . By default, only COM1-4 are configured by the kernel, using IRQ 3 and 4. If you have other serial ports (such as an AST Fourport card), or if you have mapped the IRQs differently (perhaps COM3 and 4 to other IRQs to allow concurrent access with COM1 and 2) then you must have this package. Package: sg3-utils Description-md5: 87527871471a549569721d9f87e03c31 Description-en: utilities for devices using the SCSI command set Most OSes have SCSI pass-through interfaces that enable user space programs to send SCSI commands to a device and fetch the response. With SCSI to ATA Translation (SAT) many ATA disks now can process SCSI commands. Typically each utility in this package implements one SCSI command. See the draft standards at www.t10.org for SCSI command definitions plus SAT. ATA commands are defined in the draft standards at www.t13.org . For a mapping between supported SCSI and ATA commands and utility names in this package see the COVERAGE file. Package: shared-mime-info Description-md5: 290ac8a3095b320dee65dfcdea0d99f3 Description-en: FreeDesktop.org shared MIME database and spec This is the shared MIME-info database from the X Desktop Group. It is required by any program complying to the Shared MIME-Info Database spec, which is also included in this package. . At this time at least ROX, GNOME, KDE and XFCE use this database. Package: sharutils Description-md5: a3a4ed873198b8a52375099d19def9a1 Description-en: shar, unshar, uuencode, uudecode `shar' makes so-called shell archives out of many files, preparing them for transmission by electronic mail services. `unshar' helps unpacking shell archives after reception. Other related utility programs help with other tasks. . `uuencode' prepares a file for transmission over an electronic channel which ignores or otherwise mangles the eight bit (high order bit) of bytes. `uudecode' does the converse transformation. Package: shotwell Description-md5: 8aafc3d61a7e421ed71ba76adfe8cee9 Description-en: digital photo organizer Shotwell is a digital photo organizer designed for the GNOME desktop environment. It allows you to import photos from disk or camera, organize them in various ways, view them in full-window or fullscreen mode, and export them to share with others. Package: siege Description-md5: 1effcb97a2aa1b9b4c5c8a40d7e3d65a Description-en: HTTP regression testing and benchmarking utility Siege is an regression test and benchmark utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. The program reports the total number of hits recorded, bytes transferred, response time, concurrency, and return status. Siege supports HTTP/1.0 and 1.1 protocols, the GET and POST directives, cookies, transaction logging, and basic authentication. Its features are configurable on a per user basis. . Note: this package contains siege with HTTPS support turned on, thus it obsoletes siege-ssl package now. Package: simple-scan Description-md5: 0801cb168babf587af56100a43d62a83 Description-en: Simple Scanning Utility Simple Scan is an easy-to-use application, designed to let users connect their scanner and quickly have the image/document in an appropriate format. . Simple Scan is basically a frontend for SANE - which is the same backend as XSANE uses. This means that all existing scanners will work and the interface is well tested. Package: slapd Description-md5: dd977840e276b3f03520c0ab1d050cf8 Description-en: OpenLDAP server (slapd) This is the OpenLDAP (Lightweight Directory Access Protocol) server (slapd). The server can be used to provide a standalone directory service. Package: slapd-dbg Description-md5: 60adf5b076ecd11243c2b33f25815a47 Description-en: Debugging information for the OpenLDAP server (slapd) This package provides detached debugging information for the OpenLDAP (Lightweight Directory Access Protocol) server (slapd). It is useful primarily to permit better backtraces and crash dump analysis after problems with the libraries. GDB will find this debug information automatically. Package: slpd Description-md5: 362d540675b0c4f805031c2379897423 Description-en: OpenSLP Server (slpd) Service Location Protocol is an IETF standard protocol that is used to discover/advertise services on the network. You can use SLP for anything from locating a suitable printer on your floor to discovering what LDAP directories are available in your organization. This package provides slpd, the OpenSLP daemon, which provides an SLPv2 (RFC 2608) compliant Service Agent and Directory Agent. Package: slptool Description-md5: 7ffdbf5fcdac5980cab3a947bcea276d Description-en: SLP command line tool Service Location Protocol is an IETF standard protocol that is used to discover/advertise services on the network. You can use SLP for anything from locating a suitable printer on your floor to discovering what LDAP directories are available in your organization. This package contains the a utility which you can use to exercise/test SLP. Package: slsh Description-md5: da03b0012d9ccb8fd3c332515567d184 Description-en: Interpreter for S-Lang language S-Lang is a C programmer's library that includes routines for the rapid development of sophisticated, user friendly, multi-platform applications. . This package contains a stand-alone interpreter for scripts written in the S-Lang language. Package: smbclient Description-md5: 476018eed30b7f1e76b02afe22aaf008 Description-en: command-line SMB/CIFS clients for Unix Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains command-line utilities for accessing Microsoft Windows and Samba servers, including smbclient, smbtar, and smbspool. Utilities for mounting shares locally are found in the package cifs-utils. Package: smbfs Description-md5: 9baf6fafbcf54c322171eec3e3463edf Description-en: Common Internet File System utilities - compatibility package The SMB/CIFS protocol provides support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. . This package provides wrapper utilities for compatibility with the old "smbfs" filesystem type: smbmount, smbumount, and mount.smbfs. Package: sndfile-programs Description-md5: df7c420bbb7c20980d2fec5ce08b1a8c Description-en: Sample programs that use libsndfile This package contains simple programs which use libsndfile for operating on sound files. . Programs include: - sndfile-cmp : compare the audio data of two files - sndfile-concat : concatenate two or more files - sndfile-convert : convert between sound file formats - sndfile-info : print information about files - sndfile-metadata-get/set : get and set file metadata - sndfile-play : play a sound file Package: sni-qt Description-md5: c0515721f2af4cef344b06fad7f320aa Description-en: indicator support for Qt This plugin provides indicator support for Qt. It allows applications to export their systray transparently to the indicator system. Package: snmp Description-md5: ca9254c1be9e571fd6ae9298d0545de5 Description-en: SNMP (Simple Network Management Protocol) applications The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP applications are a collection of command line clients for issuing SNMP requests to agents. Package: snmpd Description-md5: 9dc6ec703377042ed23b16c47ed5cb6c Description-en: SNMP (Simple Network Management Protocol) agents The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP agent is a daemon which listens for incoming SNMP requests from clients and provides responses. Package: sp Description-md5: e3d72d6fafb6531320dbaf608dd8ef69 Description-en: James Clark's SGML parsing tools This package is a collection of SGML/XML tools called SP. . These tools are used to parse, validate, and normalize SGML and XML files. The central programs included in this package are 'nsgmls', which replaces sgmls, 'spam', 'spent', 'sgmlnorm', and 'sgml2xml'. . Author: James Clark Homepage: http://www.jclark.com/sp/ Package: speech-dispatcher Description-md5: 9726217383c5d7c9454fe7d0db64bda2 Description-en: Common interface to speech synthesizers 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 Speech Dispatcher itself. Package: speech-dispatcher-dbg Description-md5: fe97dfbcdc991938a6af4e1cc52e078e Description-en: Speech Dispatcher debugging symbols 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 the debugging symbols for Speech Dispatcher. Package: speech-dispatcher-flite Description-md5: 23d334dd71cbfd32125dff035b22e8c0 Description-en: Speech Dispatcher: Flite output module 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 the output module for the flite speech synthesizer. Package: speex Description-md5: 30acf610b7bb12b7f7c8d43f2518349b Description-en: The Speex codec command line tools Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package contains the encoder and decoder command-line applications. Package: splix Description-md5: 04e3b92e557d5273b4099b7f6095c1e3 Description-en: Driver for Samsung's SPL2 (bw) and SPLc (color) laser printers Support for printing to SPL2- and SPLc-based printers. These are most of the cheaper Samsung laser printers which do not understand standard languages like PostScript or PCL. Both monochrome (ML-15xx, ML-16xx, ML-17xx, ML-2xxx) and color (CLP-5xx, CLP-6xx) models are supported. Also some rebranded Samsungs like the Xerox Phaser 6100 work with this driver. . Note that older SPL1-based models (ML-12xx, ML-14xx) do not work. Use these printers with the older "gdi" driver which is built into Ghostscript. Package: sqlite3 Description-md5: 60cd5a660be500525f955c43bd7981cf Description-en: Command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: squashfs-tools Description-md5: 17dcc783a84cdb071acdaa9841a6522c Description-en: Tool to create and append to squashfs filesystems Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. . Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. Package: squashfs-tools-dbg Description-md5: dae020a02abd8b7816b3667608e5514a Description-en: Tool to create and append to squashfs filesystems (debug) Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. . This package contains the debugging symbols. Package: ss-dev Description-md5: 9f7a224dc59f72d5dc2ab6204013b575 Description-en: command-line interface parsing library - headers and static libraries This package includes a tool that parses a command table to generate a simple command-line interface parser, the include files needed to compile and use it, and the static libs. . It was originally inspired by the Multics SubSystem library. . This package contains the development environment for the ss library. Package: ssh-askpass-gnome Description-md5: e888e7e8e5a6ee7b30f000dc22ed083f Description-en: interactive X program to prompt users for a passphrase for ssh-add This has been split out of the main openssh-client package so that openssh-client does not need to depend on GTK+. . You probably want the ssh-askpass package instead, but this is provided to add to your choice and/or confusion. Package: sshfs Description-md5: 53290533db24b88f6a76ffb069dba11c Description-en: filesystem client based on SSH File Transfer Protocol sshfs is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh. . sshfs is FUSE (Filesystem in USErspace). Package: sshfs-dbg Description-md5: 1ff02feb80b32bcc8d530683131d67bd Description-en: filesystem client based on SSH File Transfer Protocol (with debbuging symbols) sshfs is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh. . sshfs is FUSE (Filesystem in USErspace). . This package contains debbuging symbols. Please install it to create meaningful backtraces when reporting bugs. Package: strace Description-md5: 1b3bd3036843450c0ee018b1f88d7282 Description-en: A system call tracer strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source. . System calls and signals are events that happen at the user/kernel interface. A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions. Package: subversion Description-md5: 15da1bb51fb2e9ea5e25b3a489b864d9 Description-en: Advanced version control system Subversion, also known as svn, is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (typically source code). Subversion has all the major features of CVS, plus certain new features that CVS users often wish they had. . This package includes the Subversion client (svn), tools to create a Subversion repository (svnadmin) and to make a repository available over a network (svnserve). Package: sudo Description-md5: acd82d558698567df941afe9b1ac35df Description-en: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with minimal shared library dependencies, use the sudo-ldap package instead if you need LDAP support for sudoers. Package: sudo-ldap Description-md5: 3eb434e5d9cece945618eca8df3cf9a0 Description-en: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with LDAP support, which allows an equivalent of the sudoers database to be distributed via LDAP. Authentication is still performed via pam. Package: sunpinyin-data Description-md5: c614b4d9586dfb2bf36e45ce05502655 Description-en: Statistical language model data from open-gram Sunpinyin is a statistical language model (SLM) based input method engine for Simplified Chinese, it features full sentence input. . This package contains the Statistical language model data from open-gram project. Package: sunpinyin-utils Description-md5: 6adbc7c47606f3863642290190a5a2af Description-en: Simplified Chinese Input Method from SUN (utilities) Sunpinyin is a statistical language model (SLM) based input method engine for Simplified Chinese, it features full sentence input. . This package contains some utilities used by open-gram project, including: . genpyt - generate the pinyin lexicon tslmpack - convert the ARPA format of SunPinyin back-off language model to its binary representation tslmendian - change the byte-order of sunpinyin's threaded back-off language model . and some Python programs which maybe used to import user dictionary from other input method such as sougou, google, fcitx etc. Package: swat Description-md5: 522e805bdee5e0ab517ba107d1ef406a Description-en: Samba Web Administration Tool Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package allows you to administer a Samba server via a web browser. . SWAT is no longer actively maintained, and its default configuration is not secure for use over an untrusted network. SWAT will also rewrite smb.conf, rearranging the entries and deleting all comments as well as include= and copy= options, so is not suitable for use in conjunction with hand-edited smb.conf files or the default package-managed configuration. Package: swig Description-md5: 5cd99b8ff663f973aa4146264c95ba62 Description-en: Generate scripting interfaces to C/C++ code SWIG is a compiler that makes it easy to integrate C and C++ code with other languages including Perl, PHP, Tcl, Ruby, Python, Java, Guile, Mzscheme, Chicken, OCaml, and C#. . Swig takes a set of ANSI C/C++ declarations and generates an interface for them to your favorite scripting language. Package: swig1.3 Description-md5: b592501e2769abb0a1fc15a05205b975 Description-en: Generate scripting interfaces to C/C++ code SWIG is a compiler that makes it easy to integrate C and C++ code with other languages including Perl, PHP, Tcl, Ruby, Python, Java, Guile, Mzscheme, Chicken, OCaml, and C#. . This is just an upgrade convenience package. For the real stuff look at the swig package. Package: sysfsutils Description-md5: c4d356e56c073e9074645138f6058d9e Description-en: sysfs query tool and boot-time setup Sysfs is a virtual file system in Linux kernel 2.5+ that provides a tree of system devices. This package provides the program 'systool' to query it: it can list devices by bus, class, and topology. . In addition this package ships a configuration file /etc/sysfs.conf which allows to conveniently set sysfs attributes at system bootup (in the init script /etc/init.d/sysfsutils). . If you need sysfs queries in own programs, then you may want to use the libsysfs library directly (package libsysfs-dev). Package: system-config-printer-udev Description-md5: 606b069a213dafd5ca999bb8f562bb40 Description-en: Printer auto-configuration facility based on udev A CUPS printer configuration tool and status applet. . This package provides udev rules and callouts for auto-setup of print queues (Plug'n'Print) and for automatic disabling and re-enabling print queues when the printer gets disconnected and reconnected. Package: sysvinit-utils Description-md5: 1d2bc4c9c32104729144c7578ecd30bd Description-en: System-V-like utilities This package contains the important System-V-like utilities. . Specifically, this package includes: killall5, last, lastb, mesg, pidof, service, sulogin Package: t1lib-bin Description-md5: 59802614936cb76bfdf7a48aa4f47b9f Description-en: Type 1 font rasterizer library - user binaries T1lib is an enhanced rasterizer for Type 1 fonts. . T1lib is based on the X11R5 font rasterizer code, but operates independently of X11. It includes many enhancements, including underlining, antialiasing, user-defined slant and extension factors, and rotation. . This package contains the programs "xglyph" and "type1afm", included in the upstream T1lib distribution. It also contains the "t1libconfig" script used to configure t1lib. Package: tagcoll Description-md5: 2328eac4efc8e938f3ddf4c2d76b90c4 Description-en: Commandline tool to perform operations on tagged collections tagcoll takes a collection of items categorized with multiple tags and performs various kinds of operations on them: . * organize the collection in an intuitively navigable hierarchy; * discover and show implicit hierarchical relationships between tags; * apply various transformations to the collection * produce a special patch file with the differencies between two collections. Such patch files are specific to tagged collections, and can be applied and merged more freely than normal diff output; * apply a previously generated patch file to a collection. . tagcoll has been written with the purpose of studying tagged collections and experiment with tagged collection algorithms. Package: tar Description-md5: 48033bf96442788d1f697785773ad9bb Description-en: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to things like PKZIP in the DOS world. It is heavily used by the Debian package management system, and is useful for performing system backups and exchanging sets of files with others. Package: tcl8.4 Description-md5: 79efa7362b69387ab573bcac803b65c4 Description-en: Tcl (the Tool Command Language) v8.4 - run-time files Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. This package contains everything you need to run Tcl scripts and Tcl-enabled apps. This version includes thread support. Package: tcl8.4-dev Description-md5: cd7093794dbc13f356100a98b17ebd69 Description-en: Tcl (the Tool Command Language) v8.4 - development files Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted scripting language. This package contains the headers and libraries needed to embed or extend Tcl. Package: tcl8.5 Description-md5: ea137b8e140503b1e5c8403761f0412e Description-en: Tcl (the Tool Command Language) v8.5 - run-time files Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. This package contains everything you need to run Tcl scripts and Tcl-enabled apps. This version includes thread support. Package: tcl8.5-dev Description-md5: df1803692fba8f14e6b8ee973f51df9f Description-en: Tcl (the Tool Command Language) v8.5 - development files Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted scripting language. This package contains the headers and libraries needed to embed or extend Tcl. Package: tclxapian Description-md5: c954556db2e6c10dfe824ad17b9e8099 Description-en: Xapian search engine interface for Tcl This package provides Xapian Tcl bindings which should work with any version of Tcl >= 8.1 (by using Tcl's stubs mechanism.) . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Tcl bindings provide an interface to the Xapian library from the Tcl programming language, allowing both indexing and retrieval operations. Package: tcpd Description-md5: d52fad3ffb22dc8056c1ddced83af179 Description-en: Wietse Venema's TCP wrapper utilities Wietse Venema's network logger, also known as TCPD or LOG_TCP. . These programs log the client host name of incoming telnet, ftp, rsh, rlogin, finger etc. requests. . Security options are: - access control per host, domain and/or service; - detection of host name spoofing or host address spoofing; - booby traps to implement an early-warning system. Package: tcpdump Description-md5: f01841bfda357d116d7ff7b7a47e8782 Description-en: command-line network traffic analyzer This program allows you to dump the traffic on a network. tcpdump is able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS BGP, RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet types. . It can be used to print out the headers of packets on a network interface, filter packets that match a certain expression. You can use this tool to track down network problems, to detect attacks or to monitor network activities. Package: tdb-tools Description-md5: 4c671417a2674117648ec2fcd5245c12 Description-en: Trivial Database - bundled binaries This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. . This package contains bundled test and utility binaries Package: tdsodbc Description-md5: 0fecf9617c4dc2509f73a437bea0f895 Description-en: ODBC driver for connecting to MS SQL and Sybase SQL servers FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package includes the ODBC driver for FreeTDS, for use with UnixODBC or iODBC. Package: telepathy-gabble Description-md5: 1fa1b45045a1f613ab37a66757b61106 Description-en: Jabber/XMPP connection manager Gabble is a Jabber/XMPP connection manager for the Telepathy framework, currently supporting single user chats, multi user chats and voice/video calls. Install this package to use Telepathy instant messaging clients with Jabber/XMPP servers, including Google Talk. Package: telepathy-gabble-dbg Description-md5: 15214d62bfe4f47223761ccb5c83f3dd Description-en: Jabber/XMPP connection manager (debug symbols) Gabble is a Jabber/XMPP connection manager for the Telepathy framework. This package contains debug symbols necessary to debug crashes in Gabble. Package: telepathy-haze Description-md5: db89d6b028726d9ca534495fe00415d4 Description-en: Telepathy connection manager that uses libpurple Haze is a Telepathy connection manager based on libpurple. This allow Telepathy based application to connect all protocols supported by libpurple (pidgin). Package: telepathy-idle Description-md5: 81765bfce6d13cf4efec368f0325217a Description-en: IRC connection manager for Telepathy A full-featured IRC connection manager for the Telepathy project. Package: telepathy-indicator Description-md5: a4b32afd6541e8d9bac93a2561aa4423 Description-en: Desktop service to integrate Telepathy with the messaging menu. Telepathy integration with the messaging menu. Package: telepathy-logger Description-md5: 33ed7f7be4047686973cac37c0f0a576 Description-en: Telepathy logger service - Daemon This package contains the Telepathy Logger daemon. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Package: telepathy-mission-control-5 Description-md5: e55b455e982023023ef7a47ea2921383 Description-en: management daemon for Telepathy real-time communication framework Telepathy Mission Control 5 is an account manager and channel dispatcher for the Telepathy framework, allowing user interfaces and other clients to share connections to real-time communication services without conflicting. It implements the AccountManager and ChannelDispatcher D-Bus APIs as described by telepathy-spec. . The account manager part stores real time communication account details, connects to the stored accounts on request, and sets the accounts' presence, nickname and avatar according to requests from Telepathy user interfaces and other components. . The channel dispatcher part responds to incoming communication channels (message streams, voice/video calls, file transfers etc.) by dispatching them to suitable user interfaces, and requests outgoing communication channels according to requests from a Telepathy UI. . This is not a compatible replacement for Mission Control 4 (in the telepathy-mission-control package), but they can be installed in parallel. Package: telepathy-mission-control-5-dbg Description-md5: 01ed5c781869b5a9d61f1a43cf9f7158 Description-en: management daemon for Telepathy (debug symbols) Telepathy Mission Control 5 is an account manager and channel dispatcher for the Telepathy framework. This package contains debug symbols which can be used to debug Mission Control. Package: telepathy-salut Description-md5: ab783567a369d0ac62ded3363fee56ad Description-en: Link-local XMPP connection manager for the Telepathy framework Telepathy is a real time communications framework. Salut provides Link-local Jabber functionality for Telepathy. Package: telnet Description-md5: 13e2fd93c4633bde812f94ff8e412f05 Description-en: The telnet client The telnet command is used for interactive communication with another host using the TELNET protocol. Package: telnetd Description-md5: 99d5fc3336a5511395fe13e2886e26f6 Description-en: The telnet server The in.telnetd program is a server which supports the DARPA telnet interactive communication protocol. Package: tex4ht Description-md5: 4644eb82daa9438ceae6ae8d4f23cbf7 Description-en: LaTeX and TeX for Hypertext (HTML) - executables TeX4ht is a highly configurable TeX-based authoring system for producing hypertext. It interacts with TeX-based applications through style files and postprocessors, leaving the processing of the source files to the native TeX compiler. Consequently, TeX4ht can handle the features of TeX-based systems in general, and of LaTeX in particular. . TeX4ht can be used both for authoring HTML using TeX/LaTeX input files, or for converting existing TeX input files (in any format) into HTML, with (usually) only minor modifications. Other varieties of hypertext can also be produced, including XML, XHTML, MathML and the Openoffice.org format of XML. . There are a number of different ways to convert glyphs and graphics in the DVI files into PNG, GIF or JPEG. The default is to use dvipng. Alternatives using ghostscript, imagemagick, netpbm and/or pstoedit are also possible. . This package contains the architecture dependent executables for TeX4ht. Package: texinfo Description-md5: 1c7c77fec8377bb6e9c62acc5e9736a6 Description-en: Documentation system for on-line information and printed output Texinfo is a documentation system that uses a single source file to produce both on-line information and printed output. . Using Texinfo, you can create a printed document with the normal features of a book, including chapters, sections, cross references, and indices. From the same Texinfo source file, you can create a menu-driven, on-line Info file with nodes, menus, cross references, and indices. Package: texlive-binaries Description-md5: db16fecae335f49155c09b3c343347b1 Description-en: Binaries for TeX Live This package contains all the binaries of TeX Live packages. . Note that this package alone has hardly any functionality. Rather, choose the texlive-* packages you want to use, e.g. texlive-latex-recommended or context Package: tftp-hpa Description-md5: 89598997fd5ff3458fe7d72bdc41cb10 Description-en: HPA's tftp client Trivial File Transfer Protocol (TFTP) is a file transfer protocol, mainly to serve boot images over the network to other machines (PXE). . tftp-hpa is an enhanced version of the BSD TFTP client and server. It possesses a number of bugfixes and enhancements over the original. . This package contains the client. Package: tftpd-hpa Description-md5: d73c6815bace5ace463cb884370cdecd Description-en: HPA's tftp server Trivial File Transfer Protocol (TFTP) is a file transfer protocol, mainly to serve boot images over the network to other machines (PXE). . tftp-hpa is an enhanced version of the BSD TFTP client and server. It possesses a number of bugfixes and enhancements over the original. . This package contains the server. Package: thunderbird Description-md5: 68ed1001b79d708ad48956a0c129114d Description-en: Email, RSS and newsgroup client with integrated spam filter Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. Package: thunderbird-dbg Description-md5: 7ce9b689254d265f0d4bac6602f7a80f Description-en: Email, RSS and newsgroup client - debug symbols Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package contains the debugging symbols for Thunderbird Package: thunderbird-dev Description-md5: 564ab343c2a2437ef25d94273b1364c1 Description-en: Email, RSS and newsgroup client - development files Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package contains the headers and SDK for building plugins and extensions with Thunderbird Package: thunderbird-globalmenu Description-md5: de4f97973cee918d93df8917aa3bfeac Description-en: Unity appmenu integration for Thunderbird This package provides an extension which adds support for the Unity appmenu to Thunderbird Package: thunderbird-gnome-support Description-md5: c6d750d99833a5a122c5bdc00727ccaa Description-en: Email, RSS and newsgroup client - GNOME support Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package depends on the GNOME libraries which allow Thunderbird to take advantage of technologies such as GConf, GIO and libnotify Package: thunderbird-gnome-support-dbg Description-md5: 8fa21aaf02af881ccc7c33f8559e6531 Description-en: Email, RSS and newsgroup client - transitional package This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-mozsymbols Description-md5: ac1a6a5ccd00092e19efbf6f6f9538a0 Description-en: Email, RSS and newsgroup client - Breakpad symbols Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package contains the Firefox symbols in a format expected by Mozilla's Breakpad. Eventually this package should go away and the symbol upload be implemented in soyuz (or other builders that build this package) Package: tidy Description-md5: fd11e1a504852ab2140f3a76fd8a688e Description-en: HTML syntax checker and reformatter Corrects markup in a way compliant with the latest standards, and optimal for the popular browsers. It has a comprehensive knowledge of the attributes defined in the HTML 4.0 recommendation from W3C, and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022 family of 7-bit encodings. In the output: . * HTML entity names for characters are used when appropriate. * Missing attribute quotes are added, and mismatched quotes found. * Tags lacking a terminating '>' are spotted. * Proprietary elements are recognized and reported as such. * The page is reformatted, from a choice of indentation styles. . Tidy is a product of the World Wide Web Consortium. Package: time Description-md5: 5af8daab7d1308a00492dccfb81cc418 Description-en: The GNU time program for measuring cpu resource usage The `time' command runs another program, then displays information about the resources used by that program, collected by the system while the program was running. You can select which information is reported and the format in which it is shown, or have `time' save the information in a file instead of display it on the screen. . The resources that `time' can report on fall into the general categories of time, memory, I/O, and IPC calls. . The GNU version can format the output in arbitrary ways by using a printf-style format string to include various resource measurements. Package: tinycdb Description-md5: db206835a75a16ebc84290ca026c89ed Description-en: an utility to manipulate constant databases (cdb) tinycdb is a small, fast and reliable utility and subroutine library for creating and reading constant databases. The database structure is tuned for fast reading. . This package contains a command-line utility to create, analyze, dump and query cdb files. Package: tk-dev Description-md5: d76269bdacc14a49da5687f204af1a62 Description-en: The Tk toolkit for Tcl and X11 (default version) - development files Tk is a cross-platform graphical toolkit which provides the Motif look-and-feel and is implemented using the Tcl scripting language. . This package is a dependency package, which depends on Debian's default Tk version (currently 8.5). Package: tk8.4 Description-md5: ca656464819d21590d8568ddae6c408d Description-en: Tk toolkit for Tcl and X11, v8.4 - run-time files Tk is a cross-platform graphical toolkit which provides the Motif look-and-feel and is implemented using the Tcl scripting language. This package contains everything you need to run Tk (wish) scripts and Tk-enabled apps. Package: tk8.4-dev Description-md5: 3f64c5aaa67e5ab11ccca03191a22a71 Description-en: Tk toolkit for Tcl and X11, v8.4 - development files Tk is a cross-platform graphical toolkit which provides the Motif look-and-feel and is implemented using the Tcl scripting language. This package contains the headers and libraries needed to extend or embed Tk. Package: tk8.5 Description-md5: 3f8966b0ee55d3518cc94c2a7c41d0f5 Description-en: Tk toolkit for Tcl and X11, v8.5 - run-time files Tk is a cross-platform graphical toolkit which provides the Motif look-and-feel and is implemented using the Tcl scripting language. This package contains everything you need to run Tk (wish) scripts and Tk-enabled apps. Package: tk8.5-dev Description-md5: 01f221ed6946f7c26ddad6a7edd186af Description-en: Tk toolkit for Tcl and X11, v8.5 - development files Tk is a cross-platform graphical toolkit which provides the Motif look-and-feel and is implemented using the Tcl scripting language. This package contains the headers and libraries needed to extend or embed Tk. Package: tofrodos Description-md5: 9004c348055c82d4e761c246e594b2d3 Description-en: Converts DOS <-> Unix text files, alias tofromdos DOS text files traditionally have CR/LF (carriage return/line feed) pairs as their new line delimiters while Unix text files traditionally have LFs (line feeds) to terminate each line. . Tofrodos comprises one program, "fromdos" alias "todos", which converts text files to and from these formats. Use "fromdos" to convert DOS text files to the Unix format, and "todos" to convert Unix text files to the DOS format. Package: tokyocabinet-bin Description-md5: 5277f13dbb27e7fa4cdb2a0108a5da93 Description-en: Tokyo Cabinet Database Utilities Tokyo Cabinet is an efficient database library like GDBM and NDBM. It features hash database and B+ tree database and is developed as the successor of QDBM, for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. . This is the Tokyo Cabinet Database utilities package. Package: tomboy Description-md5: 0ac9b408adcee478aef231419f3a2e69 Description-en: desktop note taking program using Wiki style links Tomboy is a desktop note-taking application which is simple and easy to use. It lets you organise your notes intelligently by allowing you to easily link ideas together with Wiki style interconnects. Package: totem Description-md5: 3773374b409bb5710c492c328fe37f78 Description-en: Simple media player for the GNOME desktop based on GStreamer Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. It features : . * Shoutcast, m3u, asx, SMIL and ra playlists support * DVD (with menus), VCD and Digital CD (with CDDB) playback * TV-Out configuration with optional resolution switching * 4.0, 5.0, 5.1 and stereo audio output * Full-screen mode (move your mouse and you get nice controls) with Xinerama, dual-head and RandR support * Aspect ratio toggling, scaling based on the video's original size * Full keyboard control * Simple playlist with repeat mode and saving feature * GNOME, Nautilus and GIO integration * Screenshot of the current movie * Brightness and Contrast control * Visualisation plugin when playing audio-only files * Video thumbnailer for nautilus * Nautilus properties page * Works on remote displays * DVD, VCD and OGG/OGM subtitles with automatic language selection * Extensible with plugins Package: totem-dbg Description-md5: 2e6698ffe79828e97552b72939dbf59f Description-en: Debugging symbols for the Totem media player Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. . This package contains detached debugging symbols. Package: totem-mozilla Description-md5: 0e3c465743f83cc1eccf3e903fa33e77 Description-en: Totem Mozilla plugin This package contains the Totem Mozilla plugin, which will enhance your Gecko-based browser to be able to display movie clips. . This plugin should work for Firefox as well as XULRunner based browsers. Package: totem-plugins Description-md5: a6d4701fa2e3a95673b57590c9809836 Description-en: Plugins for the Totem media player Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. . This package contains a set of recommended plugins for Totem, which allow to: . * Control Totem with an Infrared remote control * Control Totem with the keyboard's media player keys * Keep the Totem window on top of the screen * Display movie properties * Deactivate the screensaver when a movie is playing * Skip to a defined time in the movie * Set the away status in the instant messenger when a movie is playing * Control totem with a mobile phone using the Bluetooth protocol * Share the current playlist via HTTP * Search, browse for and play videos from YouTube . Additional plugins can be written in C, Python or Vala. Package: totem-plugins-extra Description-md5: 9132026e07a421803065f4f3b83b12c2 Description-en: Extra plugins for the Totem media player Totem is a simple yet featureful media player for GNOME which can read a large number of file formats. . This package contains an extra set plugins for Totem, which allow to: . * Annotate the screen with the Gromit tool * Have a DLNA/UPnP client for Totem powered by Coherence * Stream BBC programs . Additional plugins can be written in C, Python or Vala. Package: transfig Description-md5: 534e2528f07883170add13274a0f0897 Description-en: Utilities for converting XFig figure files This package contains utilities (mainly fig2dev) to handle XFig (Facility for Interactive Generation of figures) files. . It can convert them to box, cgm, epic, eepic, eepicemu, emf, eps, gif, ibmgl, jpeg, latex, map (HTML image map), mf (MetaFont), mp (MetaPost), mmp (Multi-Meta-Post), pcx, pdf, pdftex, pdftex_t, pic, pictex, png, ppm, ps, pstex, pstex_t, ptk (Perl/tk), sld (AutoCad slide format), textyl, tiff, tk (Tcl/Tk), tpic, xbm and xpm. Package: transmission-cli Description-md5: 2bb621d0d95ecd3582f524eb28dbf71e Description-en: lightweight BitTorrent client (command line programs) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains a (deprecated) stand-alone command-line client, transmission-remote to interface with transmission-daemon and tools to create, edit and inspect torrent files. Package: transmission-daemon Description-md5: c5796eb91f75285b9af0fb5f16136e5d Description-en: lightweight BitTorrent client (daemon) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the transmission-daemon. For the associated transmission-remote, see the package transmission-cli. Package: transmission-dbg Description-md5: 7b952544db8a856a35843615125b8946 Description-en: lightweight BitTorrent client (debug symbols) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the debug symbols for the different transmission clients. Package: transmission-gtk Description-md5: 52423a3999c0f65dec056093ec8c8539 Description-en: lightweight BitTorrent client (GTK interface) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the GTK stand-alone client. Package: transmission-qt Description-md5: 55875b4734dfba52b8c3483949c1215e Description-en: lightweight BitTorrent client (Qt interface) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI and daemon form). All its incarnations feature a very simple, intuitive interface on top on an efficient, cross-platform back-end. . This package contains the Qt stand-alone client. Package: trousers Description-md5: 1a853869dc86f41f4c57847cbf703eba Description-en: open-source TCG Software Stack (daemon) TrouSerS is an implementation of the Trusted Computing Group's Software Stack (TSS) specification. You can use TrouSerS to write applications that make use of your TPM hardware. TPM hardware can create, store and use RSA keys securely (without ever being exposed in memory), verify a platform's software state using cryptographic hashes and more. . TrouSerS aims to be compliant with the 1.1b and 1.2 TSS specifications available from the Trusted Computing Group website at . Package: trousers-dbg Description-md5: af01efd57e989a4302402fc7a888fc49 Description-en: open-source TCG Software Stack (debug) TrouSerS is an implementation of the Trusted Computing Group's Software Stack (TSS) specification. You can use TrouSerS to write applications that make use of your TPM hardware. TPM hardware can create, store and use RSA keys securely (without ever being exposed in memory), verify a platform's software state using cryptographic hashes and more. . This package contains the debugging symbols. Package: ttf-sil-gentium Description-md5: f21607c108bcd382d215cd98dc0cdc42 Description-en: 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. Package: ttf-sil-gentium-basic Description-md5: 159244884de165ea93b297fff31642f4 Description-en: smart Unicode font families (Basic and Book Basic) based on Gentium Gentium Basic and Gentium Book Basic are font famililes based on the original Gentium design, but with additional weights. The "Book" family is slightly heavier. Both families come with a complete regular, bold, italic and bold italic set of fonts. . The supported character set, however, is much smaller than for the main Gentium fonts. These "Basic" fonts support only the Basic Latin and Latin-1 Supplement Unicode ranges, plus a selection of the more commonly used extended Latin characters, with miscellaneous diacritical marks, symbols and punctuation. A much more complete character set will be supported in a future version of the complete Gentium fonts. These "Basic" fonts are intended as a way to provide additional weights for basic font users without waiting until the complete Gentium character set is finished. . There are, however, some wonderful new features that are still missing from the main Gentium family: * Bold * Bold Italic * The slightly-heavier Book family * OpenType and Graphite smart code for diacritic placement * A few useful OpenType and Graphite features Support for a few more recent * Additions to Unicode Character assignments updated to Unicode 5.1 . The font sources are available in the source package and directly on the upstream project website. Package: tuxguitar-alsa Description-md5: adddf5121617ec31d1ae52655055ceff Description-en: tuxguitar plugin for sound playback using ALSA Use Tuxguitar along this plugin if your Sound Device is supported by ALSA. A MIDI expander is required (Hardware or Software). Package: tuxguitar-fluidsynth Description-md5: c4acbf41ddf894c73de855faf82d9a66 Description-en: tuxguitar plugin for sound playback using fluidsynth Use Tuxguitar along this plugin if your audio system is configured for fluidsynth as MIDI expander. Package: tuxguitar-jack Description-md5: b9d99c2d6f180da098d6e0573d91fa22 Description-en: tuxguitar plugin for sound playback using JACKD Use Tuxguitar along this plugin if your Sound Device is supported by JACK. A MIDI expander is required (Hardware or Software). Package: tuxguitar-oss Description-md5: e66a5e2ab6263909dfd811037f8f7de6 Description-en: tuxguitar plugin for sound playback using OSS Use Tuxguitar along this plugin if your Sound Device is supported by OSS. A MIDI expander is required (Hardware or Software). Package: type-handling Description-md5: bebc847bd9f1374cffa043fd49a5cd80 Description-en: dpkg architecture generation script This package provides a script known as "type-handling", whose purpose is converting System and CPU combinations into the architecture variable names that dpkg can understand. . For details, see the manpage of type-handling. Package: u-boot Description-md5: 0711a5baa9591293612b133035d8192b Description-en: A boot loader for embedded systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. Package: u-boot-linaro-ca9x4-ct-vxp Description-md5: 800b26216999f3ab08dca32f0f0df863 Description-en: U-Boot bootloader binary for the ARM ca9x4_ct_vxp (Versatile Express) board This package contains the U-Boot bootloader which is responsible for loading and executing the Linux kernel on this board. This package contains the u-boot binary blob, and is not usually needed on a normal system Package: u-boot-linaro-efikamx Description-md5: 3f97617fb9bc580d7a15ec285f46f43a Description-en: U-Boot bootloader binary for the Genesi i.MX515 Efika MX This package contains the U-Boot bootloader which is responsible for loading and executing the Linux kernel on this board. This package contains the u-boot binary blob, and is not usually needed on a normal system Package: u-boot-linaro-highbank Description-md5: 5ce3532d3c269cbaea3c21b915cee73c Description-en: U-Boot bootloader binary for the Calxeda Highbank This package contains the U-Boot bootloader which is responsible for loading and executing the Linux kernel on this board. This package contains the u-boot binary blob, and is not usually needed on a normal system Package: u-boot-linaro-igep0020 Description-md5: e3d6f21a1f979d5bcc392e5d8b6e04c8 Description-en: U-Boot bootloader binary for the ISEE igep0020 (IGEPv2) board This package contains the U-Boot bootloader which is responsible for loading and executing the Linux kernel on this board. This package contains the u-boot binary blob, and is not usually needed on a normal system Package: u-boot-linaro-mx51evk Description-md5: 32f43fe6f2c117adcf637fc5ef659689 Description-en: U-Boot bootloader binary for the Freescale i.MX51 mx51evk (Babbage) board This package contains the U-Boot bootloader which is responsible for loading and executing the Linux kernel on this board. This package contains the u-boot binary blob, and is not usually needed on a normal system Package: u-boot-linaro-mx53loco Description-md5: 7e928b8b5f2109af8b1eee48fe1ba13a Description-en: U-Boot bootloader binary for the Freescale i.MX53 mx53loco (Babbage) board This package contains the U-Boot bootloader which is responsible for loading and executing the Linux kernel on this board. This package contains the u-boot binary blob, and is not usually needed on a normal system Package: u-boot-linaro-omap3-beagle Description-md5: be98b8d8c5aa814d3e4d39a7e9a5a1c6 Description-en: U-Boot bootloader binary for various TI OMAP3 Beagle boards This package contains the U-Boot bootloader which is responsible for loading and executing the Linux kernel on those boards. This package contains the u-boot binary blob, and is not usually needed on a normal system Package: u-boot-linaro-omap3-overo Description-md5: 6cb51fbf7306b4c010a79e61535171c6 Description-en: U-Boot bootloader binary for Gumstix Overo boards This package contains the U-Boot bootloader which is responsible for loading and executing the Linux kernel on those boards. This package contains the u-boot binary blob, and is not usually needed on a normal system Package: u-boot-linaro-omap4-panda Description-md5: 9e469ca919120aba3fbecc4eaa153366 Description-en: U-Boot bootloader binary for the TI OMAP4 Panda board This package contains the U-Boot bootloader which is responsible for loading and executing the Linux kernel on this board. This package contains the u-boot binary blob, and is not usually needed on a normal system Package: u-boot-linaro-omap4-sdp4430 Description-md5: 9ba1036a5ade1094188476e0a679717d Description-en: U-Boot bootloader binary for the TI OMAP4 SDP4430 board This package contains the U-Boot bootloader which is responsible for loading and executing the Linux kernel on this board. This package contains the u-boot binary blob, and is not usually needed on a normal system Package: u-boot-tools Description-md5: e725d3253d541a5a2d90da965ef577af Description-en: companion tools for Das U-Boot bootloader This package includes the mkimage program, which allows generation of U-Boot images in various formats, and the fw_printenv and fw_setenv programs to read and modify U-Boot's environment. Package: ubiquity Description-md5: a02e939502ca1f257871281bbc51e7e1 Description-en: Ubuntu live CD installer This is a simple live CD installer designed to integrate well with Debian- and Ubuntu-based systems, and to reuse code from d-i for ease of maintenance. . Installing this package on a normal system is unlikely to be useful. Package: ubiquity-frontend-gtk Description-md5: 44de7bf97742fb6f9f2aaa099078ef33 Description-en: GTK+ frontend for Ubiquity live installer This package provides a GTK+-based user interface frontend for the Ubiquity live CD installer. Package: ubuntu-desktop Description-md5: 40ed9ed27fdbcbed784e2ebb1810b3e0 Description-en: The Ubuntu desktop system This package depends on all of the packages in the Ubuntu desktop system . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: ubuntu-minimal Description-md5: 790932f14543314e43c3705a3451df24 Description-en: Minimal core of Ubuntu This package depends on all of the packages in the Ubuntu minimal system, that is a functional command-line system with the following capabilities: . - Boot - Detect hardware - Connect to a network - Install packages - Perform basic diagnostics . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: ubuntu-standard Description-md5: 129cec702d8a0005c808781d98183ffd Description-en: The Ubuntu standard system This package depends on all of the packages in the Ubuntu standard system. This set of packages provides a comfortable command-line Unix-like environment. . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: ubuntuone-client-dbg Description-md5: fa30c0a41440cb0cfb89d0ea3fb4c6c5 Description-en: Debugging symbols for ubuntuone-client Ubuntu One is a suite of on-line services. This package contains unstripped binaries of ubuntuone-client for use in debugging. Package: ubuntuone-client-gnome Description-md5: d85bea69246a2507b2e7578a74891800 Description-en: Ubuntu One client GNOME integration Ubuntu One is a suite of on-line services. This package provides integration with the GNOME desktop. Package: ubuntuone-client-gnome-dbg Description-md5: 5639f15ae9c3733d2c41561c81113fcc Description-en: Debugging symbols for ubuntuone-client-gnome Ubuntu One is a suite of on-line services. This package contains unstripped binaries of ubuntuone-client-gnome for use in debugging. Package: udev Description-md5: 2a0ce683ea15310e7ba291148124cb1e Description-en: rule-based device node and kernel event manager udev is a collection of tools and a daemon to manage events received from the kernel and deal with them in user-space. Primarily this involves creating and removing device nodes in /dev when hardware is discovered or removed from the system. . Events are received via kernel netlink messaged and processed according to rules in /etc/udev/rules.d and /lib/udev/rules.d, altering the name of the device node, creating additional symlinks or calling other tools and programs including those to load kernel modules and initialise the device. Package: udisks Description-md5: e25cc47223b9961186f0ccc7d4b3c3f1 Description-en: storage media interface The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package also provides the udisks utility, which can be used to trigger these operations from the command line (if permitted by PolicyKit). External tools such as hdparm are used if available to implement extra operations, such as configuring disk spindown times. . Creating or modifying file systems such as XFS, RAID, or LUKS encryption requires that the corresponding mkfs.* and admin tools are installed, such as dosfstools and mtools for VFAT, xfsprogs for XFS, or cryptsetup for LUKS. Package: unclutter Description-md5: f0e9ff67c42a9d3dc35bb595d2f84a7b Description-en: hides the mouse cursor in X after a period of inactivity unclutter hides your X mouse cursor when you don't need it, to prevent it from getting in the way. You have only to move the mouse to restore the mouse cursor. Package: unifont-bin Description-md5: c6803e435e5da970369226bf2989595f Description-en: utilities for manipulating the GNU Unifont This is a set of Perl scripts, C programs, and FontForge scripts to manipulate Roman Czyborra's GNU Unifont ".hex" format font files. The GNU Unifont has a Unicode-compatible font structure. These utilities allow editing ".hex" fonts with text and graphical editors, producing final versions of fonts in BDF, PCF, TrueType SBIT, and TrueType outline formats. . To build the TrueType fonts, install the package 'fontforge'. To build the PCF fonts, use 'bdftopcf', which is in the 'xfonts-utils' package. To obtain the font sources, run 'apt-get source unifont'. Package: unionfs-fuse Description-md5: 3cf52592fe13c3064499e6556589fea2 Description-en: Fuse implementation of unionfs This is another unionfs implementation using filesystem in userspace (fuse). Package: unity Description-md5: dec4e0049e561b260175a841cf8a6410 Description-en: Interface designed for efficiency of space and interaction. Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. Package: unity-2d-launcher Description-md5: 343ac9bb5da15264bf468b9531c29f43 Description-en: Unity 2D Launcher The Unity 2D launcher displays a list of running applications as well as a list of favorite applications in a panel at the left of the screen. Notifications from individual applications are also highlighted in the launcher. Package: unity-2d-panel Description-md5: fd0f5a57eec63378fba50f66ae6c95d2 Description-en: Unity 2D Panel The Unity 2D panel displays a top panel containing the application menu and various indicators. It is part of Unity 2D and can not run as a standalone application outside of the Unity 2D environment. Package: unity-2d-places Description-md5: 139f25b9173aa1bfe861163e18603503 Description-en: Unity 2D Places The Unity 2D places overlay over the desktop to provide quick access to various categories of applications. It is part of Unity 2D and can not run as a standalone application outside of the Unity 2D environment. Package: unity-2d-spread Description-md5: 2c082d968db77fa398b847f487bd47a2 Description-en: Unity 2D Spread The Unity 2D spread allows you to display a quick thumbnailed view of open windows so you can quickly and effectively choose which one you want to switch to. It is part of Unity 2D and can not run as a standalone application outside of the Unity 2D environment. Package: unity-greeter Description-md5: 9877c73111a0ce6340336dbc65020a9e Description-en: Unity Greeter The greeter for the Unity desktop. Package: unity-lens-applications Description-md5: 64b6580768b60728b82aa6db3048e181 Description-en: Application lens for unity This package contains the "application" lens which can be used inside Unity to launch and install applications. Package: unity-lens-files Description-md5: d1d799872a8b58da7405893b84280bc2 Description-en: File lens for unity This package contains the "file" lens which can be used inside Unity to browse your files. Package: unity-lens-gwibber Description-md5: 0c7bec9e769a349b674f2a06bcbfdc98 Description-en: Gwibber Lens for unity This package contains the "gwibber" lens which can be used in Unity to view streams from Gwibber. Package: unity-lens-music Description-md5: 67b302320475c10cd580e3ae23077992 Description-en: Music lens for unity This package contains the "music" lens which can be used into Unity to browse your media files. Package: unity-scope-musicstores Description-md5: c298678095adac8f27ae6ab1b1977e16 Description-en: Store music lens for unity This package contains the store scope for the "music" lens which can be used into Unity to preview and buy online media files. Package: unity-services Description-md5: 97981a219a21dd465133b30265d4d57b Description-en: Services for the Unity interface Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. . This package contains the dbus service used for unity and unity-2d. Package: unixodbc Description-md5: 9159fbc3e0e2f0a80f88f9105f827a83 Description-en: ODBC tools libraries Binaries and libraries from the unixODBC package. COMPONENTS: . libodbc.so.1 (ODBC Driver Manager) libodbctxt.so (driver for Text files) isql (cmd line tool... batch & interactive SQL) Package: unixodbc-bin Description-md5: c001ac8984f982f566c7514b5de7cfbd Description-en: Graphical tools for ODBC management and browsing This package contains three graphical applications for use with unixODBC, the Open DataBase Connectivity suite: ODBCConfig, a graphical configuration tool for managing database drivers and access to individual databases; DataManager, a simple browser and query tool for ODBC databases; and odbctest, a tool for testing the ODBC API itself. Package: unixodbc-dev Description-md5: 810ff6350f7d3725bcea408feaf73610 Description-en: ODBC libraries for UNIX (development files) This package contains the development files (headers and libraries) for unixODBC, an implementation of the Open DataBase Connectivity interface for Unix systems. You should not need to install this package unless you intend to develop C language applications which use ODBC, or to compile ODBC-using applications from source. Package: uno-libs3 Description-md5: 8b65c7c03da5362d2759dbcffff46352 Description-en: LibreOffice UNO runtime environment -- public shared libraries The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the public libraries: - libuno_sal: System Abstraction Layer (C Interface) - libuno_salhelpergcc3: additional C++ functionality for sal - libuno_cppu: C++ UNO bridge (C Interface) - libuno_cppuhelpergcc3: additionl C++ functionality for cppu - libuno_purpenvhelpergcc3: "purpose environments" helper Package: uno-libs3-dbg Description-md5: d54b5319764bd01ea24fe172e068cee5 Description-en: LibreOffice UNO runtime environment -- public shared library debug symbols The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the (detached) debug symbols for the public libraries: - libuno_sal: System Abstraction Layer (C Interface) - libuno_salhelpergcc3: additional C++ functionality for sal - libuno_cppu: C++ UNO bridge (C Interface) - libuno_cppuhelpergcc3: additionl C++ functionality for cppu - libuno_purpenvhelpergcc3: "purpose environments" helper Package: unzip Description-md5: b83e2b495da5d292f3fe6ab67b088c47 Description-en: De-archiver for .zip files InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program. . This version supports encryption. Package: update-manager-core Description-md5: 0a19dc54e8c67de7adf0ecfe839b541f Description-en: manage release upgrades This is the core of update-manager and the release upgrader Package: update-notifier Description-md5: 17a8ca38ec1439cd743e00edf3c9a926 Description-en: Daemon which notifies about package updates Puts an icon in the user's notification area when package updates are available. Package: upower Description-md5: bb90bfcb9dd3dd8821e88236bc786c59 Description-en: abstraction for power management upower provides an interface to enumerate power sources on the system and control system-wide power management. Any application can access the org.freedesktop.UPower service on the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. Package: upstart Description-md5: b776ec43b708c13dd0c2ab824471f478 Description-en: event-based init daemon upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running. Package: ure Description-md5: 91a81b0bbfc8236cc5518400be4807d1 Description-en: LibreOffice UNO runtime environment The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. Package: ure-dbg Description-md5: 3cdc616cec4e36585ca32210926b84c1 Description-en: LibreOffice UNO runtime environment -- debug symbols The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the (detached) debug symbols for the URE. Package: ureadahead Description-md5: f28f31b10525897dede5f830e42ea144 Description-en: Read required files in advance über-readahead is used during boot to read files in advance of when they are needed such that they are already in the page cache, improving boot performance. . Its data files are regenerated on the first boot after install, and either monthly thereafter or when packages with init scripts or configs are installed or updated. . ureadahead requires a kernel patch included in the Ubuntu kernel. Package: usb-modeswitch Description-md5: bbddadcef95b9342b7cf75c7d1b5cfa2 Description-en: mode switching tool for controlling "flip flop" USB devices Several new USB devices have their proprietary Windows drivers onboard, especially WAN dongles. When plugged in for the first time, they act like a flash storage and start installing the driver from there. If the driver is already installed, the storage device vanishes and a new device, such as an USB modem, shows up. This is called the "ZeroCD" feature. . On Debian, this is not needed, since the driver is included as a Linux kernel module, such as "usbserial". However, the device still shows up as "usb-storage" by default. usb-modeswitch solves that issue by sending the command which actually performs the switching of the device from "usb-storage" to "usbserial". . This package contains the binaries and the brother scripts. Package: usbmuxd Description-md5: 4e458ee34e3d22d40bde533e8147603f Description-en: USB multiplexor daemon for iPhone and iPod Touch devices usbmuxd, the USB multiplexor daemon, is in charge of coordinating access to iPhone and iPod Touch services over USB. Synchronization and management applications for the iPhone and iPod Touch need this daemon to communicate with such devices concurrently. . This package includes udev rules to start the daemon when a supported device is plugged in, and stop it when all devices are removed. Package: usbutils Description-md5: 378e163adf667074991298e6e17f6516 Description-en: Linux USB utilities This package contains the lsusb utility for inspecting the devices connected to the USB bus. It shows a graphical representation of the devices that are currently plugged in, showing the topology of the USB bus. It also displays information on each individual device on the bus. . More information can be found at the Linux USB web site http://www.linux-usb.org/ . Package: util-linux Description-md5: ed29c47368a140794fd6df09a19c1372 Description-en: Miscellaneous system utilities This package contains a number of important utilities, most of which are oriented towards maintenance of your system. Some of the more important utilities included in this package allow you to partition your hard disk, view kernel messages, and create new filesystems. Package: utouch-evemu-tools Description-md5: 96cc9883b5f3709ec5d813b91d618309 Description-en: Kernel Device Emulation Library - test tools The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. . This package provides some test tools for the evemu library. Package: utouch-frame-tools Description-md5: 7cb9eae5a916f8c23e99e81a1ed7d538 Description-en: Touch Frame Library - test tools This library handles the buildup and synchronization of a set of simultaneous touches. The library is input agnostic, with bindings for mtdev, frame and XI2.1. . This package provides some test tools for the frame library. Package: utouch-geis-tools Description-md5: 32f36eb668194701fb29ca06b17e402a Description-en: Gesture engine interface support - test tools A common API for clients of a systemwide gesture recognition and propagation engine. . Tools that can be used to verify gesture API behaviour. Package: utouch-grail-tools Description-md5: b2fb46d940e3ac96e9aa55968f37d420 Description-en: Gesture Recognition And Instantiation Library - test tools This library consists of an interface and tools for handling gesture recognition and gesture instantiation. Applications can use the grail callbacks to receive gesture primitives and raw input events from the underlying kernel device. . This package provides some test tools for the grail library. Package: uucp Description-md5: e32a21cc3608590f8b15aa418cc347f7 Description-en: Unix to Unix Copy Program UUCP will copy files to or from another (usually *nix) system, which also runs uucp. . UUCP is used to transfer mail, news and random files between systems which are not connected by more modern networks. The communication can be made via modems, direct (hard-wired) serial connections or via an IP connection. Package: uuid Description-md5: 1d671a511ded2f7585c76f673f1e0a1b Description-en: the Universally Unique Identifier Command-Line Tool OSSP uuid is an ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based) and version 4 (random number based). . UUIDs are 128 bit numbers which are intended to have a high likelihood of uniqueness over space and time and are computationally difficult to guess. They are globally unique identifiers which can be locally generated without contacting a global registration authority. UUIDs are intended as unique identifiers for both mass tagging objects with an extremely short lifetime and to reliably identifying very persistent objects across a network. . This package contains the Universally Unique Identifier Command-Line Tool. Package: uuid-dev Description-md5: 19cdb24314cb6c1b29cb0ed7e9062d4b Description-en: universally unique id library - headers and static libraries libuuid generates and parses 128-bit universally unique ids (UUIDs). See RFC 4122 for more information. . This package contains the development environment for the uuid library. Package: uuid-runtime Description-md5: 33fb0e6df435d693f2bb9940ac3eb325 Description-en: runtime components for the Universally Unique ID library The libuuid library generates and parses 128-bit universally unique ids (UUIDs). A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. A UUID can be used for multiple purposes, from tagging objects with an extremely short lifetime, to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. . This package contains the uuidgen program and the uuidd daemon. . The uuidd daemon is used to generate UUIDs, especially time-based UUID’s, in a secure and guaranteed-unique fashion, even in the face of large numbers of threads trying to grab UUID’s running on different CPU’s. It is used by libuuid as well as the uuidgen program. Package: uuidcdef Description-md5: 1d910b1ba122bdc21c260082cb676050 Description-en: Universally Unique Identifier (UUID) generator This utility generates univerally unique identifiers (UUIDs). It also manages to print them out in OSF form, or as a C structure when handling them in programs, as is the case for an XPLC-enabled library. Package: v4l-utils Description-md5: 415ef870da09c39b84113a35ab37373c Description-en: Collection of command line video4linux utilities v4l-utils contains the following video4linux command line utilities: . decode_tm6000: decodes tm6000 proprietary format streams v4l2-compliance: tool to test v4l2 API compliance of drivers v4l2-ctl, cx18-ctl, ivtv-ctl: tools to control v4l2 controls from the cmdline v4l2-dbg: tool to directly get and set registers of v4l2 devices v4l2-sysfs-path: sysfs helper tool Package: vainfo Description-md5: b61d85563f1aa759cd44c2c73277bd4f Description-en: Video Acceleration (VA) API for Linux -- info program Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the vainfo program. Package: valac-0.12 Description-md5: 218f3b0a7cade0003732a9717a7a8215 Description-en: C# like language for the GObject system Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. This package also contains the vala-gen-introspect and vapigen binaries that will automatically generate Vala bindings. Package: valac-0.12-dbg Description-md5: c55469e74f26594ae03b8db1b9f9418e Description-en: C# like language for the GObject system Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. This package also contains the vala-gen-introspect and vapigen binaries that will automatically generate Vala bindings. . This package contains the compiler debug symbols. Package: valac-0.14 Description-md5: 218f3b0a7cade0003732a9717a7a8215 Description-en: C# like language for the GObject system Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. This package also contains the vala-gen-introspect and vapigen binaries that will automatically generate Vala bindings. Package: valac-0.14-dbg Description-md5: c55469e74f26594ae03b8db1b9f9418e Description-en: C# like language for the GObject system Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. . valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. This package also contains the vala-gen-introspect and vapigen binaries that will automatically generate Vala bindings. . This package contains the compiler debug symbols. Package: valgrind Description-md5: d217990d46a0fff26d9d2ce59a9cd419 Description-en: A memory debugger and profiler Valgrind is a GPL'd tool to help you find memory-management problems in your programs. When a program is run under Valgrind's supervision, all reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. . Valgrind can debug more or less any dynamically-linked ELF x86/Linux, amd64/Linux and ppc/Linux executables, without modification, recompilation, or anything. . Valgrind provides a generic infrastructure for supervising the execution of programs called "tools". This is done by providing a way to instrument programs in very precise ways, making it relatively easy to support activities such as dynamic error detection and profiling. The Valgrind distribution currently includes three tools: a memory error detectors, a cache (time) profiler and a heap (space) profiler. Package: vim Description-md5: 59e8b8f7757db8b53566d5d119872de8 Description-en: Vi IMproved - enhanced vi editor Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a rather standard set of features. This package does not provide a GUI version of Vim. See the other vim-* packages if you need more (or less). Package: vim-athena Description-md5: ccbf1f522f39b485a92e723a67a7293d Description-en: Vi IMproved - enhanced vi editor - with Athena GUI Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a Athena GUI and support for scripting with Perl, Python, Ruby, and Tcl. Package: vim-common Description-md5: dc8579ec9ee0dc36b43d271645170c36 Description-en: Vi IMproved - Common files Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains files shared by all non GUI-enabled vim variants (vim and vim-tiny currently) available in Debian. Examples of such shared files are: manpages, common executables like xxd, and configuration files. Package: vim-dbg Description-md5: 0ede2a692dbe73f7b27a8750a774149c Description-en: Vi IMproved - enhanced vi editor (debugging symbols) Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains gdb debugging symbols for the vim packages. Package: vim-gnome Description-md5: 4fe814c11ee7c569280ddd4b398f4530 Description-en: Vi IMproved - enhanced vi editor - with GNOME2 GUI Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a GNOME2 GUI and support for scripting with Perl, Python, Ruby, and Tcl. Package: vim-gtk Description-md5: 5dbca5491f37e6763b966b90ee4b9307 Description-en: Vi IMproved - enhanced vi editor - with GTK2 GUI Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a GTK2 GUI and support for scripting with Perl, Python, Ruby, and Tcl. Package: vim-nox Description-md5: 8466b248d53be5ec337b0ad1b8751ea9 Description-en: Vi IMproved - enhanced vi editor Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with support for scripting with Perl, Python, Ruby, and Tcl but no GUI. Package: vim-tiny Description-md5: eb95c193faecdde6a747ca9801ca82df Description-en: Vi IMproved - enhanced vi editor - compact version Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a minimal version of vim compiled with no GUI and a small subset of features in order to keep small the package size. This package does not depend on the vim-runtime package, but installing it you will get its additional benefits (online documentation, plugins, ...). Package: vinagre Description-md5: 7b8120bed7cdcf52c73e679629d622fa Description-en: remote desktop client for the GNOME Desktop Vinagre is a remote desktop client integrated into the GNOME Desktop. . With Vinagre you can have several connections open simultaneously, bookmark your servers thanks to the Favorites support, store the passwords in the GNOME keyring, and browse the network to look for VNC servers. . Supported protocols are VNC, SSH, and RDP. Package: vino Description-md5: a21f62d453ff4ea676a2699029dd5caa Description-en: VNC server for GNOME VNC is a protocol that allows remote display of a user's desktop. This package provides a VNC server that integrates with GNOME, allowing you to export your running desktop to another computer for remote use or diagnosis. Package: virtuoso-opensource-6.1 Description-md5: cc356c40fa5f4bc052cc54a0f5d1ed01 Description-en: high-performance database - support files OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package provides the Virtuoso server framework. Package: virtuoso-opensource-6.1-bin Description-md5: e059e75f64def36f5035aae84dec87f1 Description-en: high-performance database - binaries OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains the core Virtuoso binaries. Package: virtuoso-opensource-6.1-common Description-md5: 964d57838657661e2d23406ac48d09eb Description-en: high-performance database - common files OpenLink Virtuoso is a high-performance object-relational SQL database. It provides transactions, a smart SQL compiler, hot backup, SQL:1999 support, a powerful stored-procedure language supporting server-side Java or .NET, and more. It supports all major data-access interfaces, including ODBC, JDBC, ADO.NET, and OLE/DB. . This package contains files common to all versions of Virtuoso. Package: vlan Description-md5: da2d3e81af12341c15fb4a7267d2457d Description-en: user mode programs to enable VLANs on your ethernet devices This package contains the user mode programs you need to add and remove VLAN devices from your ethernet devices. . A typical application for a VLAN enabled box is a single wire firewall, router or load balancer. . You need a VLAN Linux kernel for this. Linux kernel versions >= 2.4.14 have VLAN support. Package: vlc Description-md5: 0b72fa7b97358923425b33963dc5d2eb Description-en: multimedia player and streamer VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . VLC can also be used as a streaming server that duplicates the stream it reads and multicasts them through the network to other clients, or serves them through HTTP. . VLC has support for on-the-fly transcoding of audio and video formats, either for broadcasting purposes or for movie format transformations. Support for most output methods is provided by this package, but features can be added by installing additional audio plugins (vlc-plugin-pulse, vlc-plugin-sdl) or video plugins (vlc-plugin-sdl, vlc-plugin-ggi, vlc-plugin-svgalib). There is also a web browser plugin in the mozilla-plugin-vlc package. Package: vlc-dbg Description-md5: 2e42d21fd273f39c55c7ffc9183c44b4 Description-en: debugging symbols for vlc VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains the debugging symbols for vlc. Package: vlc-nox Description-md5: b712b1b44f3b6084f33e2ce84ae99187 Description-en: multimedia player and streamer (without X support) VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . VLC can also be used as a streaming server that duplicates the stream it reads and multicasts them through the network to other clients, or serves them through HTTP. . VLC has support for on-the-fly transcoding of audio and video formats, either for broadcasting purposes or for movie format transformations. Support for most output methods is provided by this package, but features can be added by installing additional audio plugins (vlc-plugin-pulse, vlc-plugin-sdl, vlc-plugin-jack) or video plugins (vlc-plugin-sdl, vlc-plugin-ggi, vlc-plugin-svgalib). There is also a web browser plugin in the mozilla-plugin-vlc package. . This package contains a version of VLC that does not require X and that is thus suitable for headless servers. Package: vlc-plugin-fluidsynth Description-md5: d020b798220b991c5ab1439d49afe36c Description-en: FluidSynth plugin for VLC This plugin adds support for playing MIDI file via the FluidSynth software synthesizer to the VLC media player. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: vlc-plugin-ggi Description-md5: ee0d13e4492bb6119be9834ef843f2b3 Description-en: GGI video output plugin for VLC This is a GGI plugin for the VLC media player. To activate it, use the `--vout ggi' flag or select the `ggi' video output plugin from the preferences menu. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: vlc-plugin-jack Description-md5: fa64893fd1af0d8b72b24b65e12bfe96 Description-en: Jack audio plugins for VLC These plugins add support for JACK to the VLC media player. To activate the audio output module, use the `--aout jack' flag or select the `jack' audio output plugin from the preferences menu. For the jack input, use `vlc jack://channels=...:ports=...' . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: vlc-plugin-notify Description-md5: d67616280b4d81707276896d99ca97b6 Description-en: LibNotify plugin for VLC This plugin adds support for libnotify track change notification to the VLC media player. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: vlc-plugin-pulse Description-md5: 7bf6d88753dd5faf8be6485c523db6f8 Description-en: PulseAudio plugin for VLC This plugin adds support for PulseAudio to the VLC media player. To activate the audio output module, use the `--aout pulse' flag or select the `pulse' audio output plugin from the preferences menu. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: vlc-plugin-sdl Description-md5: e31cd936999e7a774e7bbf12dbc180bd Description-en: SDL video and audio output plugin for VLC This plugin adds support for the Simple DirectMedia Layer library to the VLC media player. To activate it, use the `--vout sdl' or `--aout sdl' flags or select the `sdl' video or audio output plugin from the preferences menu. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: vlc-plugin-svg Description-md5: d93a812bb488ea5282e82e2442f61c05 Description-en: SVG plugin for VLC This plugin allows you to render SVG graphics on top of the video. It is a text renderer, and must be activated through the '--text-renderer svg' option. When sent non-SVG data, it will convert it to SVG using a template that can be specified by the svg-template-file option. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: vlc-plugin-zvbi Description-md5: 26b7e796b876a1bbc3368fd63e28ae0e Description-en: VBI teletext plugin for VLC This plugin adds support for VBI teletext to the VLC media player. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: voikko-fi Description-md5: a061cdb1532a4d6cd63ec7851c28809f Description-en: A description of Finnish morphology written in Malaga Suomi-Malaga is a description of Finnish morphology written in Malaga. . This package contains a compiled version of Suomi-Malaga and basic Finnish vocabulary suitable for use in spell-checking and hyphenation system Voikko. Package: vorbis-tools Description-md5: 645372e1792c85c9ec06c90372ff2026 Description-en: several Ogg Vorbis tools vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), ogginfo (displays ogg information), oggdec (decodes ogg files), vcut (ogg file splitter), and vorbiscomment (ogg comment editor). . ogg123 can play both Ogg Vorbis and FLAC audio streams. Package: vorbis-tools-dbg Description-md5: ae0c23eaaf5a43d7b319f1650e589bc7 Description-en: several Ogg Vorbis tools (debug files) vorbis-tools contains oggenc (an encoder), ogg123 (a playback tool), ogginfo (displays ogg information), oggdec (decodes ogg files), vcut (ogg file splitter), and vorbiscomment (ogg comment editor). . ogg123 can play both Ogg Vorbis and FLAC audio streams. . This package contains debugging symbols useful for tracking bugs in applications with vorbis-tools. Package: vorbisgain Description-md5: bca6b88d93ad356d94059229d26baef1 Description-en: add Replay Gain volume tags to Ogg Vorbis files vorbisgain calculates a percieved volume of an Ogg Vorbis file using the Replay Gain algorithm. It then stores a per-track and per-album volume adjustment in the file's tags, to let songs play back with a uniform volume. The process is non-destructive and does not change the audio data at all. . Many audio players in Debian support reading these tags, including XMMS, Quod Libet, amaroK, Muine, and Rhythmbox. Package: w3m Description-md5: e87701c222276aabaaad92868f1fd4b6 Description-en: WWW browsable pager with excellent tables/frames support w3m is a text-based World Wide Web browser with IPv6 support. It features excellent support for tables and frames. It can be used as a standalone file pager, too. . * You can follow links and/or view images in HTML. * Internet message preview mode, you can browse HTML mail. * You can follow links in plain text if it includes URL forms. * With w3m-img, you can view inline images. Package: w3m-img Description-md5: d9733e0fd594b5491fc8db98e1e4b768 Description-en: inline image extension support utilities for w3m w3m-img provides some utilities to support inline images for w3m on terminal emulator in X Window System environments and Linux framebuffer. Package: watershed Description-md5: cb52a6ca2eead3558ae69bbed6fc1538 Description-en: reduce superfluous executions of idempotent command watershed may be run around a command such that any further attempts to run the command while another copy is running will only result in one initial further attempt. Package: wavpack Description-md5: fbaceafa7c26b2df1819efdaca9b1177 Description-en: an audio codec (lossy and lossless) - encoder and decoder WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is loosely based on previous versions of WavPack, the new version 4 format has been designed from the ground up to offer unparalleled performance and functionality. . This package contains an encoder and decoder for wavpack files. Package: wdiff Description-md5: ff5f47823aed30d56f7ce111a0e2cd14 Description-en: Compares two files word by word `wdiff' is a front-end to GNU `diff'. It compares two files, finding which words have been deleted or added to the first in order to create the second. It has many output formats and interacts well with terminals and pagers (notably with `less'). `wdiff' is particularly useful when two texts differ only by a few words and paragraphs have been refilled. Package: wget Description-md5: 5236403933a6a468ee742f69c06e86c9 Description-en: retrieves files from the web Wget is a network utility to retrieve files from the Web using http(s) and ftp, the two most widely used Internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as ftp sites -- you can use wget to make mirrors of archives and home pages or to travel the Web like a WWW robot. . Wget works particularly well with slow or unstable connections by continuing to retrieve a document until the document is fully downloaded. Re-getting files from where it left off works on servers (both http and ftp) that support it. Both http and ftp retrievals can be time stamped, so wget can see if the remote file has changed since the last retrieval and automatically retrieve the new version if it has. . Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls. . http://www.gnu.org/software/wget/ Package: whiptail Description-md5: 845a08009ef9f0ef4ecc0aedd3a36ffa Description-en: Displays user-friendly dialog boxes from shell scripts Whiptail is a "dialog" replacement using newt instead of ncurses. It provides a method of displaying several different types of dialog boxes from shell scripts. This allows a developer of a script to interact with the user in a much friendlier manner. Package: whois Description-md5: 8217efb48150fe1a36db924d66df7a95 Description-en: an intelligent whois client This is a new whois (RFC 3912) client rewritten from scratch. It is inspired from and compatible with the usual BSD and RIPE whois(1) programs. It is intelligent and can automatically select the appropriate whois server for most queries. . The package also contains mkpasswd, a features-rich front end to crypt(3). Package: winbind Description-md5: ca26c09ac54f5d99a4360c9255a36729 Description-en: Samba nameservice integration server Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as an NT4-style domain controller, and can integrate with both NT4 domains and Active Directory realms as a member server. . This package provides winbindd, a daemon which integrates authentication and directory service (user/group lookup) mechanisms from a Windows domain on a Linux system. User/group lookups are configured via /etc/nsswitch.conf, and authentication is integrated using the winbind module for PAM. Package: wireless-crda Description-md5: de49e088c4110a9d022ecd4c2dd87225 Description-en: Wireless Central Regulatory Domain Agent This package provides the CRDA agent for wireless drivers to determine the regulatory domain channel and power settings. Package: wireless-tools Description-md5: 34c7dc532552aa22b7a3e5860d0000e7 Description-en: Tools for manipulating Linux Wireless Extensions This package contains the Wireless tools, used to manipulate the Linux Wireless Extensions. The Wireless Extension is an interface allowing you to set Wireless LAN specific parameters and get the specific stats. Package: wodim Description-md5: 430a6da0f7f8a42f965bb87ea62dcc74 Description-en: command line CD/DVD writing tool wodim allows you to create CDs or DVDs on a CD/DVD recorder. It supports writing data, audio, mixed, multi-session, and CD+ disc and DVD data and video disks on DVD capable devices, on just about every type of CD/DVD recorder out there. . Please install cdrkit-doc if you want most of the documentation and README files. Package: wpagui Description-md5: ff6f6b78c6e933f8b6abafcd0fce9276 Description-en: graphical user interface for wpa_supplicant wpagui provides a Qt interface for choosing which configured network to connect to. It also provides a method for browsing 802.11 SSID scan results, an event history log of messages generated by wpa_supplicant, and a method to add or edit wpa_supplicant networks. Package: wpasupplicant Description-md5: db096b22f8ec5f5c7a8ec614d12ca20a Description-en: client support for WPA and WPA2 (IEEE 802.11i) WPA and WPA2 are methods for securing wireless networks, the former using IEEE 802.1X, and the latter using IEEE 802.11i. This software provides key negotiation with the WPA Authenticator, and controls association with IEEE 802.11i networks. Package: wvdial Description-md5: b8bf30c8dfd4d09e02af74bf497505d6 Description-en: intelligent Point-to-Point Protocol dialer WvDial sacrifices some of the flexibility of programs like "chat" in order to make dialup configuration easier. With WvDial, modems are detected automatically and only three additional parameters are required: the telephone number, username, and password. WvDial knows enough to dial with most modems and log in to most servers without any other help. . In particular, a "chat script" is not required to handle the most common situations. Package: x-loader-omap3-beagle Description-md5: af3cacc0ab25ddb4964566fa2cd32f68 Description-en: Board initialization helper for TI OMAP 3 Beagle boards The x-loader initializes OMAP based boards to get the hardware to a stage where it is possible to load and initialize a bootloader (i.e. the commonly used u-boot) . This package contains a version for TI OMAP 3 Beagle boards. Package: x-loader-omap3-igepv2 Description-md5: 9df70852078032c88c336668082a5a64 Description-en: Board initialization helper for IGEP v2 and v3 boards The x-loader initializes OMAP based boards to get the hardware to a stage where it is possible to load and initialize a bootloader (i.e. the commonly used u-boot) . This package contains a version for IGEP v2 and v3 boards. Package: x-loader-omap3-overo Description-md5: 88515f78ef1cd6edf67cda49352c709d Description-en: Board initialization helper for Gumstix Overo boards The x-loader initializes OMAP based boards to get the hardware to a stage where it is possible to load and initialize a bootloader (i.e. the commonly used u-boot) . This package contains a version for Gumstix Overo boards. Package: x-loader-omap4-panda Description-md5: 95715f21722112af03eb017e64f9989e Description-en: Board initialization helper for TI OMAP 4 Panda boards The x-loader initializes OMAP based boards to get the hardware to a stage where it is possible to load and initialize a bootloader (i.e. the commonly used u-boot) . This package contains a version for TI OMAP 4 Panda boards. Package: x11-apps Description-md5: a82da33d832100bbd9a88104f7e8367e Description-en: X applications This package provides a miscellaneous assortment of X applications that ship with the X Window System, including: - atobm, bitmap, and bmtoa, tools for manipulating bitmap images; - ico, a demo program animating polyhedrons; - oclock and xclock, graphical clocks; - xbiff, a tool which tells you when you have new email; - xcalc, a scientific calculator desktop accessory; - xclipboard, a tool to manage cut-and-pasted text selections; - xconsole, which monitors system console messages; - xcursorgen, a tool for creating X cursor files from PNGs; - xditview, a viewer for ditroff output; - xedit, a simple text editor for X; - xeyes, a demo program in which a pair of eyes track the pointer; - xgc, a graphics demo; - xload, a monitor for the system load average; - xlogo, a demo program that displays the X logo; - xmag, which magnifies parts of the X screen; - xman, a manual page browser; - xmore, a text pager; - xwd, a utility for taking window dumps ("screenshots") of the X session; - xwud, a viewer for window dumps created by xwd; - Xmark, x11perf, and x11perfcomp, tools for benchmarking graphical operations under the X Window System; . The xbiff, xcalc, xconsole and xman programs use bitmap images provided by the xbitmaps package. Package: x11-session-utils Description-md5: 8e1733f3dc337562406ab5336cb95a29 Description-en: X session utilities This package provides the X session manager and related tools: - rstart; - smproxy, a session manager proxy for X clients that do not use the X session manager protocol; - xsm, a session manager for X sessions; Installation of an rsh or ssh daemon (server) is necessary if rstartd is to be used, and installation of an rsh or ssh client is necessary if rstart is to be used. Package: x11-utils Description-md5: bf8a6af96a706be8e8bde2b9de07a319 Description-en: X11 utilities An X client is a program that interfaces with an X server (almost always via the X libraries), and thus with some input and output hardware like a graphics card, monitor, keyboard, and pointing device (such as a mouse). . This package provides a miscellaneous assortment of X utilities that ship with the X Window System, including: - appres, editres, listres and viewres, which query the X resource database; - luit, a filter that can be run between an arbitrary application and a UTF-8 terminal emulator; - xdpyinfo, a display information utility for X; - xdriinfo, query configuration information of DRI drivers; - xev, an X event displayer; - xfd, a tool that displays all the glyphs in a given X font; - xfontsel, a tool for browsing and selecting X fonts; - xkill, a tool for terminating misbehaving X clients; - xlsatoms, which lists interned atoms defined on an X server; - xlsclients, which lists client applications running on an X display; - xlsfonts, a server font list displayer; - xmessage, a tool to display message or dialog boxes; - xprop, a property displayer for X; - xvinfo, an Xv extension information utility for X; - xwininfo, a window information utility for X; . The editres and viewres programs use bitmap images provided by the xbitmaps package. The luit program requires locale information from the libx11-data package. Package: x11-xfs-utils Description-md5: 5a898b5c3e2c778f4400d6652157d637 Description-en: X font server utilities x11-xfs-utils provides a set of utility programs useful on a system that uses an X font server. . The programs in this package include: - fslsfonts, a tool that lists fonts served by an X font server; - fstobdf, a tool which retrieves a font in BDF format from an X font server; - showfont, a font dumper for use with an X font server; - xfsinfo, an X font server information utility. Package: x11-xkb-utils Description-md5: a2adce3cb7ed4a10d97bc7fd4558b944 Description-en: X11 XKB utilities xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension. . setxkbmap is a tool to query and change the current XKB map. . xkbbell generates a bell event through the keyboard. . xkbcomp is a tool to compile XKB definitions into map files the server can use. . xkbevd is an experimental tool to listen for certain XKB events and execute defined triggers when actions occur. . xkbprint is a tool to generate an image with the physical representation of the keyboard as XKB sees it. . xkbvleds shows the changing status of keyboard LEDs. . xkbwatch shows the changing status of modifiers and LEDs. Package: x11-xserver-utils Description-md5: 7bc6b40d32fbe568c9539995f7b1053e Description-en: X server utilities An X client is a program that interfaces with an X server (almost always via the X libraries), and thus with some input and output hardware like a graphics card, monitor, keyboard, and pointing device (such as a mouse). . This package provides a miscellaneous assortment of X Server utilities that ship with the X Window System, including: - iceauth, a tool for manipulating ICE protocol authorization records; - rgb; - sessreg, a simple program for managing utmp/wtmp entries; - xcmsdb, a device color characteristic utility for the X Color Management System; - xgamma, a tool for querying and setting a monitor's gamma correction; - xhost, a very dangerous program that you should never use; - xmodmap, a utility for modifying keymaps and pointer button mappings in X; - xrandr, a command-line interface to the RandR extension; - xrdb, a tool to manage the X server resource database; - xrefresh, a tool that forces a redraw of the X screen; - xset, a tool for setting miscellaneous X server parameters; - xsetmode and xsetpointer, tools for handling X Input devices; - xsetroot, a tool for tailoring the appearance of the root window; - xstdcmap, a utility to selectively define standard colormap properties; - xvidtune, a tool for customizing X server modelines for your monitor. Package: xapian-examples Description-md5: 0c45197954382af4e64ed4768737a697 Description-en: Xapian simple example programs This package contains source code for some example programs which use the Xapian library. The three "simple" examples are also included in binary form; binaries for the other examples can be found in the xapian-tools package (since they're useful tools in their own right). . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. Package: xapian-tools Description-md5: 4bc4d73040f3a98fea320278948319db Description-en: Basic tools for Xapian search engine library This package contains several tools related to Xapian. - copydatabase: Copy one or more Xapian databases. - delve: Inspect the contents of a Xapian database. - quartzcheck: Check the validity of a quartz-format Xapian database. - quartzcompact: Compact a quartz database, or merge and compact several. - quartzdump: Dump (part of) a quartz-format Xapian database. - quest: Command line search of a Xapian database. - xapian-check: Check the validity of a Xapian database. - xapian-compact: Compact a quartz database, or merge and compact several. - xapian-progsrv: stdin/stdout based server, for searching databases remotely. - xapian-tcpsrv: TCP based server, used for searching databases remotely. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. Package: xapm Description-md5: 94526613905315601dfc2194112e9f2a Description-en: X program to monitor APM battery status On laptop computers, the Advanced Power Management (APM) support provides access to battery status information and may help you to conserve battery power, depending on your laptop and the APM implementation. . This package contains xapm(1), an X11 utility that displays the status of the battery. Package: xauth Description-md5: 20c8545ce7ba7273dbeefb5186103e04 Description-en: X authentication utility xauth is a small utility to read and manipulate Xauthority files, which are used by servers and clients alike to control authentication and access to X sessions. Package: xaw3dg Description-md5: 10202d316ae3ffe0456d7091286d9be5 Description-en: Xaw3d widget set Xaw3d is a set of 3-D widgets based on the Athena Widget set, which adds a three dimensional appearance on some of the widgets of X11 applications linked with this library. . Please note that this package no longer adds a three dimensional appearance on applications dynamically linked against libXaw. Package: xaw3dg-dev Description-md5: 0ff76680f649c459f9d2e589e210abec Description-en: Xaw3d widget set development package Xaw3d is a set of 3-D widgets based on the R6.1 Athena Widget set, which adds a three dimensional appearance on some of the widgets of X11 applications linked with this library. . This is the development package (i.e. include files and static library) of the xaw3dg library. Package: xchat-gnome Description-md5: fa07313eea00d91b9ddefe4efde88eea Description-en: simple and featureful IRC client for GNOME XChat-GNOME is an IRC chat program, based on the popular X-Chat IRC client, designed with an emphasis on simplicity. It allows you to join multiple IRC channels (chat rooms) at the same time, talk publicly, private one-on-one conversations and much more. Package: xchat-gnome-indicator Description-md5: 14c2b205f9bfbd5bfdce6930d1aeedfb Description-en: XChat-GNOME Indicator Plugin XChat-GNOME plugin to utilize the Messaging Indicator. Package: xchat-indicator Description-md5: 6a1b56ad5640699d1dc82efd54c06151 Description-en: XChat Indicator Plugin XChat plugin to utilize the Messaging Indicator. Package: xdg-user-dirs Description-md5: bede57a95f8202be418742bfd703ba9d Description-en: tool to manage well known user directories xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames. . The way it works is that xdg-user-dirs-update is run very early in the login phase. This program reads a configuration file, and a set of default directories. It then creates localized versions of these directories in the users home directory and sets up a config file in $(XDG_CONFIG_HOME)/user-dirs.dirs (XDG_CONFIG_HOME defaults to ~/.config) that applications can read to find these directories. Package: xdg-user-dirs-gtk Description-md5: 29d6579970525b2d5aea83508bb9d59c Description-en: tool to manage well known user directories (Gtk extension) xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames. . This extension sets the Gtk bookmark file and tracks changes of the locale to notify the user on login about changed directory names. Package: xdmx Description-md5: d52dd645b5fa9daf3052065e2345991f Description-en: distributed multihead X server Xdmx is a proxy X server that uses one or more other X servers as its display device(s). It provides multi-head X functionality for displays that might be located on different machines. Xdmx functions as a front-end X server that acts as a proxy to a set of back-end X servers. All of the visible rendering is passed to the back-end X servers. Clients connect to the Xdmx front-end, and everything appears as it would in a regular multi-head configuration. If Xinerama is enabled (e.g., with +xinerama on the command line), the clients see a single large screen. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xdmx-tools Description-md5: d19e4657677c5d6dc4d36c168f58a7f4 Description-en: Distributed Multihead X tools This package provides a collection of tools used for administration of the Xdmx server; see the xdmx package for more information. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xfonts-utils Description-md5: cfb627fb99a0d0ef5d7b0b2f94423328 Description-en: X Window System font utility programs xfonts-utils provides a set of utility programs shipped with the X Window System that are needed for font management. . The programs in this package include: - bdftopcf, which converts BDF fonts to PCF fonts; - bdftruncate and ucs2any, tools to generate fonts with various encodings from ISO 10646-encoded fonts - mkfontdir, a program to generate fonts.dir files; - mkfontscale, a program to generate fonts.scale files; - fonttosfnt, a program to wrap bitmap fonts in a sfnt (TrueType) wrapper. Package: xfpt Description-md5: 4f18f0f9f6e01f72c3d25e523873f3ee Description-en: generate XML from plain text xfpt is a program that reads a file of plain text that contains relatively simple markup, and outputs an XML file. It is intended to simplify the management of XML data. It is not a program that attempts to turn a plain text document into XML. Markup within text is introduced by ampersand characters, but is otherwise "soft". You can define what follows the ampersand, for example, &" to generate a "quote" element. There is also a macro facility that allows for higher level concepts such as chapters, displays, tables, etc. Package: xfsdump Description-md5: 8448ced317c37d3587808bf000f24a98 Description-en: Administrative utilities for the XFS filesystem The xfsdump package contains xfsdump, xfsrestore and a number of other administrative utilities for managing XFS filesystems. . xfsdump examines files in a filesystem, determines which need to be backed up, and copies those files to a specified disk, tape or other storage medium. It uses XFS-specific directives for optimizing the dump of an XFS filesystem, and also knows how to backup XFS extended attributes. Backups created with xfsdump are "endian safe" and can thus be transfered between Linux machines of different architectures and also between IRIX machines. . xfsrestore performs the inverse function of xfsdump; it can restore a full backup of a filesystem. Subsequent incremental backups can then be layered on top of the full backup. Single files and directory subtrees may be restored from full or partial backups. Package: xfslibs-dev Description-md5: 54fdf1338d81d394bfd209d85009d7c8 Description-en: XFS filesystem-specific static libraries and headers xfslibs-dev contains the libraries and header files needed to develop XFS filesystem-specific programs. . XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can support large files and large filesystems, extended attributes, variable block sizes, is extent based, and makes extensive use of Btrees (directories, extents, free space) to aid both performance and scalability. . Refer to the documentation at http://oss.sgi.com/projects/xfs/ for complete details. Package: xfsprogs Description-md5: d4c8a52ff3d62c047666981d75366c2d Description-en: Utilities for managing the XFS filesystem A set of commands to use the XFS filesystem, including mkfs.xfs. . XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can support large files and large filesystems, extended attributes, variable block sizes, is extent based, and makes extensive use of Btrees (directories, extents, free space) to aid both performance and scalability. . Refer to the documentation at http://oss.sgi.com/projects/xfs/ for complete details. Package: xinetd Description-md5: dc305c474ff901c52b71c07c0ec109d0 Description-en: replacement for inetd with many enhancements xinetd has access control mechanisms, extensive logging capabilities, the ability to make services available based on time, and can place limits on the number of servers that can be started, among other things. . It has the ability to redirect TCP streams to a remote host and port. This is useful for those of that use IP masquerading, or NAT, and want to be able to reach your internal hosts. . It also has the ability to bind specific services to specific interfaces. This is useful when you want to make services available for your internal network, but not the rest of the world. Or to have a different service running on the same port, but different interfaces. Package: xinit Description-md5: d1a59408a40e4b7d5f1e952907662c93 Description-en: X server initialisation tool xinit and startx are programs which facilitate starting an X server, and loading a base X session. Package: xinput Description-md5: 430b05bbc8c851147aaa5b8f95166a9a Description-en: Runtime configuration and test of XInput devices Xinput is an utility for configuring and testing XInput devices. Package: xiphos Description-md5: 4b1e270c69f208b937f6a7e6268fa0c7 Description-en: environment for Bible reading, study, and research Xiphos is a Bible study program for the GNOME desktop environment, based on The SWORD Project by the CrossWire Bible Society, a framework for developing Bible study tools and of associated texts such as commentaries and dictionaries. . This package provides the main Xiphos program, a digital text reader with bookmarks and full-text search. It allows viewing multiple versions of the same text, for parallel reading of alternatives or translations. It also supports personal verse-specific notes and a rich-text study pad, both of which have spell checking and full-text search. . Xiphos has a built-in facility to browse and install freely-distributed content from CrossWire repositories. Package: xiphos-dbg Description-md5: 62d6b5398626a9424062d61c15f0f62a Description-en: debug symbols for Xiphos Bible study software Xiphos is a Bible study program for the GNOME desktop environment, based on The SWORD Project by the CrossWire Bible Society, a framework for developing Bible study tools and of associated texts such as commentaries and dictionaries. . This package contains debugging symbols that are necessary to procude stacktraces of Xiphos. Package: xml-rpc-api2cpp Description-md5: 88b0d62d722792110514487c57753a40 Description-en: Generate C++ wrapper classes for XML-RPC servers A utility for generating C++ wrapper classes based on an XML-RPC API, obtained by interrogating an XML-RPC server. . xmlrpc-c homepage: http://xmlrpc-c.sourceforge.net/ Package: xml-rpc-api2txt Description-md5: 49b5d945fffa79c1eee914463185974d Description-en: Dump an XML-RPC API as a text file A utility for printing out an XML-RPC API as a text file. The API is obtained by interrogating an XML-RPC server. . xmlrpc-c homepage: http://xmlrpc-c.sourceforge.net/ Package: xmlto Description-md5: 910ceb9ceba41f525bd2ab00be282bf4 Description-en: XML-to-any converter xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSLT processor (currently, only xsltproc is supported). It also performs any necessary post-processing. . It supports converting from DocBook XML to DVI, XSL-FO, HTML (multiple pages), HTML (one page), man page, PDF, PostScript and plain text. It supports converting from XSL-FO to DVI, PDF and PostScript. . DVI output requires dblatex or PassiveTeX. Other formats can be produced with any of the supported toolchains - dblatex, PassiveTeX or docbook-xsl/fop (but may require some extensions). Package: xnest Description-md5: 48a07c59b44bacd1e2bed508f80542b4 Description-en: Nested X server Xnest is a nested X server that simply relays all its requests to another X server, where it runs as a client. This means that it appears as another window in your current X session. Xnest relies upon its parent X server for font services. . Use of the Xephyr X server instead of Xnest is recommended. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xorg Description-md5: f5abde5fb283cb96048a3d3a5fe06e17 Description-en: X.Org X Window System This metapackage provides the components for a standalone workstation running the X Window System. It provides the X libraries, an X server, a set of fonts, and a group of basic X clients and utilities. . Higher level metapackages, such as those for desktop environments, can depend on this package and simplify their dependencies. . It should be noted that a package providing x-window-manager should also be installed to ensure a comfortable X experience. Package: xorriso Description-md5: b756276f5f2aba4f772bdf4eebab7863 Description-en: command line ISO 9660 and Rock Ridge manipulation tool xorriso is a command line and dialog application, which creates, loads, manipulates, and writes ISO 9660 file system images with Rock Ridge extensions. . It maps file objects from POSIX compliant file systems into Rock Ridge enhanced ISO 9660 file systems and features session-wise manipulation of such file systems. It can load the management information of existing ISO images and write the resulting session to optical medium or as file system objects. . Supported optical media types: - CD-R, CD-RW - DVD-R, DVD-R DL, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM - BD-R, BD-RE . Some interesting features: - Emulation of the mkisofs and cdrecord programs. - Data backup and restore capabilities - compression, ACLs, and filters. - Isohybrid MBR with partition offset - features booting ISOLINUX from USB sticks, or from other devices that appear to PC-BIOS as hard disks. The images carry a conventional partition table for a USB stick; the first partition reports the size of the ISO image, but starts at a non-zero address. It is nevertheless still mountable. - Jigdo Template Export - jigdo representation of the resulting ISO 9660 image, generated on the fly. Package: xpmutils Description-md5: 61d53cfee2f0ca9cb15f095dc4e300ec Description-en: X11 pixmap utilities This package provides two tools, cxpm and sxpm. . cxpm is a tool to check the integrity of an XPM file. . sxpm is a tool to view XPM files, and takes a number of options. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXpm Package: xrestop Description-md5: 485b910ad2e3fba713493a06516c2b82 Description-en: X11 server resource usage monitor xrestop uses the X-Resource extension to provide top(1)-like statistics for each connected X11 client's server-side resource usage. It is intended as a developer tool to aid more efficient server resource usage and debug server-side resource leakage. . xrestop requires the X-Resource extension, supported by XFree86 4.3 and above, and by the freedesktop.org X server. Package: xserver-xephyr Description-md5: 516dc4b8b7e15f13bc99547d4869e159 Description-en: nested X server Xephyr is an X server that can be run inside another X server, much like Xnest. It is based on the kdrive X server, and as a result it supports newer extensions than Xnest, including render and composite. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xfbdev Description-md5: 952ef27a58e5dee1c023edecc5e03fb8 Description-en: Linux framebuffer device tiny X server xserver-xfbdev is a Linux framebuffer device tiny X server based on the kdrive X server. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg Description-md5: 3d8c1d268e8af6b69f54d86fbd5a3939 Description-en: X.Org X server This package depends on the full suite of the server and drivers for the X.Org X server. It does not provide the actual server itself. Package: xserver-xorg-core Description-md5: e3826a765918b79dee4b90ec97f9302c Description-en: Xorg X server - core server The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg-core-dbg Description-md5: 748963cc445faabee033c53886a8a0cf Description-en: Xorg - the X.Org X server (debugging symbols) The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . This package provides debugging symbols for the Xorg X server and associated modules. Package: xserver-xorg-dev Description-md5: 241552d78aca8911808aea0707649843 Description-en: Xorg X server - development files This package provides development files for the X.Org ('Xorg') X server. This is not quite the same as the DDK (Driver Development Kit) from the XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides headers and a pkg-config file for drivers using autotools to build against. . Unless you are developing or building a driver, you probably want xserver-xorg and/or xserver-xorg-core instead. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg-input-all Description-md5: 6dc6019c398114619eba5fcd5806f328 Description-en: X.Org X server -- input driver metapackage This package depends on the full suite of input drivers for the X.Org X server (Xorg). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Package: xserver-xorg-input-evdev Description-md5: b1ff33be36b557401f92e75bd8542eed Description-en: X.Org X server -- evdev input driver This package provides the driver for input devices using evdev, the Linux kernel's event delivery mechanism. This driver allows for multiple keyboards and mice to be treated as separate input devices. . More information about X.Org can be found at: . This package is built from the X.org xf86-input-evdev driver module. Package: xserver-xorg-input-mouse Description-md5: 5fe0e019cb3ffe85c7922a79fcd8a5d4 Description-en: X.Org X server -- mouse input driver This package provides the driver for mouse input devices. . More information about X.Org can be found at: . This package is built from the X.org xf86-input-mouse driver module. Package: xserver-xorg-input-synaptics Description-md5: 6f7a84d9a52f4dc44fd0ad7cc265853b Description-en: Synaptics TouchPad driver for X.Org server This package provides an input driver for the X.Org X server to enable advanced features of the Synaptics Touchpad including: . * Movement with adjustable, non-linear acceleration and speed * Button events through short touching of the touchpad * Double-Button events through double short touching of the touchpad * Dragging through short touching and holding down the finger on the touchpad * Middle and right button events on the upper and lower corner of the touchpad * Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad * The up/down button sends button four/five events * Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad * The multi-buttons send button four/five events, and six/seven events for horizontal scrolling * Adjustable finger detection * Multifinger taps: two finger for middle button and three finger for right button events. (Needs hardware support. Not all models implement this feature.) * Run-time configuration using shared memory. This means you can change parameter settings without restarting the X server (see synclient(1)). * It also provides a daemon to disable touchpad while typing at the keyboard and thus avoid unwanted mouse movements (see syndaemon(1)). Package: xserver-xorg-input-wacom Description-md5: 990a6fd67780d38db31b26b3018b5519 Description-en: X.Org X server -- Wacom input driver This package provides the X.Org driver for Wacom tablet devices. Package: xserver-xorg-video-all Description-md5: d6c33380f65bba53cd75efae633435bf Description-en: X.Org X server -- output driver metapackage This package depends on the full suite of output drivers for the X.Org X server (Xorg). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Package: xserver-xorg-video-ati Description-md5: e44c47ee90083ed5cf59825a85aa1878 Description-en: X.Org X server -- AMD/ATI display driver wrapper This package provides the 'ati' driver for the AMD/ATI Mach64, Rage128, Radeon, FireGL, FireMV, FirePro and FireStream series. This driver is actually a wrapper that loads one of the 'mach64', 'r128' or 'radeon' sub-drivers depending on the hardware. These sub-drivers are brought through package dependencies. . Users of Rage, Mach, or Radeon boards may remove this package only if they use Driver "r128", "mach64", or "radeon" in /etc/X11/xorg.conf instead of relying on autodetection. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-ati driver module. Package: xserver-xorg-video-ati-dbg Description-md5: 1a16c53e03875db1244d90cea8cf3664 Description-en: X.Org X server -- AMD/ATI display driver wrapper (debugging symbols) This package provides the 'ati' driver for the AMD/ATI Mach64, Rage128, Radeon, FireGL, FireMV, FirePro and FireStream series. This driver is actually a wrapper that loads one of the 'mach64', 'r128' or 'radeon' sub-drivers depending on the hardware. These sub-drivers are brought through package dependencies. . This package provides debugging symbols for this X.org X driver wrapper and brings debugging symbols for sub-drivers through package dependencies. Package: xserver-xorg-video-cirrus Description-md5: 5f28614454a4c473f2697d26dc7536e2 Description-en: X.Org X server -- Cirrus display driver This package provides the driver for the Cirrus Logic family of video cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-cirrus driver module. Package: xserver-xorg-video-fbdev Description-md5: 64c436c9c202e79fa1c638b0252edf4c Description-en: X.Org X server -- fbdev display driver This package provides the driver for the Linux framebuffer device (aka 'fbdev'). . More information about X.Org can be found at: . This package is built from the X.org xf86-video-fbdev driver module. Package: xserver-xorg-video-mach64 Description-md5: ab0671e493d30e224d249f0d4e44d652 Description-en: X.Org X server -- ATI Mach64 display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for the ATI Mach64 series. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-mach64 driver module. Package: xserver-xorg-video-mach64-dbg Description-md5: b003245afd6a2df641f6b6edc6a34ba8 Description-en: X.Org X server -- ATI display driver (debugging symbols) This driver for the X.Org X server (see xserver-xorg for a further description) provides support for the ATI Mach64 series. . This package provides debugging symbols for the Xorg X server ATI Mach64 display driver. Package: xserver-xorg-video-mga Description-md5: 200eb66faed86a912425212d586b2826 Description-en: X.Org X server -- MGA display driver This package provides the driver for the Matrox MGA family of chipsets, including Matrox Millennium and Mystique cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-mga driver module. Package: xserver-xorg-video-neomagic Description-md5: eb267e73f4319f1e002b0d2f41b3f551 Description-en: X.Org X server -- Neomagic display driver This package provides the driver for Neomagic MagicGraph chipsets, which are commonly found in laptops. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-neomagic driver module. Package: xserver-xorg-video-nouveau Description-md5: a255f72fdbaf435f72727a505c131178 Description-en: X.Org X server -- Nouveau display driver (experimental) This driver for the X.Org X server (see xserver-xorg for a further description) provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards. . Although the nouveau project aims to provide full 3D support it is not yet complete, and these packages do not include any 3D support. Users requiring 3D support should use the non-free "nvidia" driver. . This package is built from the FreeDesktop.org xf86-video-nouveau driver. Package: xserver-xorg-video-nouveau-dbg Description-md5: 0cff8cb707d3bf5d6a4a4c9cb7307078 Description-en: X.Org X server -- Nouveau display driver (debug symbols) This driver for the X.Org X server (see xserver-xorg for a further description) provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards. . Although the nouveau project aims to provide full 3D support it is not yet complete, and these packages do not include any 3D support. Users requiring 3D support should use the non-free "nvidia" driver. . This package provides debugging symbols for this Xorg X driver. Package: xserver-xorg-video-qxl Description-md5: 26837ff18ae5ca3c32daf3167b2fa7f0 Description-en: X.Org X server -- QXL display driver This package provides the driver for QXL video device, i.e. if Linux is running inside a RedHat Enterprise Virtualization (RHEV) environment, or other SPICE-compatible KVM/Qemu emulator. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-qxl driver module. Package: xserver-xorg-video-r128 Description-md5: eadf9436a9254699f3f6ffaf12d64459 Description-en: X.Org X server -- ATI r128 display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for the ATI Rage 'r128' series. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-r128 driver module. Package: xserver-xorg-video-r128-dbg Description-md5: 3b0961064d5006b21a331fd12170da1e Description-en: X.Org X server -- ATI r128 display driver (debugging symbols) This driver for the X.Org X server (see xserver-xorg for a further description) provides support for the ATI Rage 'r128' series. . This package provides debugging symbols for the Xorg X server ATI r128 display driver. Package: xserver-xorg-video-radeon Description-md5: f93e0e90d073be08ab51d0e40a42fa95 Description-en: X.Org X server -- AMD/ATI Radeon display driver This package provides the 'radeon' driver for the AMD/ATI Radeon, FireGL, FireMV, FirePro and FireStream series. . Note that this is not the same as the ATI-provided, binary-only, 'fglrx' driver, which provides additional 3D functionality for some newer Radeon cards, but is not supported. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-ati driver module. Package: xserver-xorg-video-radeon-dbg Description-md5: 004e127b3fbee2d7309df6a497e57fdf Description-en: X.Org X server -- AMD/ATI Radeon display driver (debugging symbols) This package provides the 'radeon' driver for the AMD/ATI Radeon, FireGL, FireMV, FirePro and FireStream series. . This package provides debugging symbols for this X.org X driver. Package: xserver-xorg-video-s3 Description-md5: 08333113374682cbc50a4f18cf30d8c4 Description-en: X.Org X server -- legacy S3 display driver This package provides the driver for certain legacy S3 video card chipsets, including the Trio64 and 96x cards. It does not provide support for ViRGE/Trio3D or Savage chipsets; support for these cards is provided by xserver-xorg-video-s3virge and xserver-xorg-driver-savage, respectively. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-s3 driver module. Package: xserver-xorg-video-savage Description-md5: 2b956e72f2fefc3baf572d184b2fdd12 Description-en: X.Org X server -- Savage display driver This package provides the driver for the S3/VIA Savage/ProSavage/Twister family of chipsets. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-savage driver module. Package: xserver-xorg-video-siliconmotion Description-md5: b873756bacc23507a4c008ed69fa8738 Description-en: X.Org X server -- SiliconMotion display driver This package provides the driver for the SiliconMotion Lynx and Cougar family of chipsets, commonly found in laptops. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-siliconmotion driver module. Package: xserver-xorg-video-sis Description-md5: 42dac6b9768ebbc736ea67fc56bc1813 Description-en: X.Org X server -- SiS display driver This package provides the driver for all SiS and XGI Volari cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-sis driver module. Package: xserver-xorg-video-sisusb Description-md5: c07d67930c26348f4f1fb95c2c7c7c8d Description-en: X.Org X server -- SiS USB display driver This package provides the driver for SiS USB-attached video devices. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-sisusb driver module. Package: xserver-xorg-video-tdfx Description-md5: ed596fbd18e1efd6378926e2096000e5 Description-en: X.Org X server -- tdfx display driver This package provides the driver for 3dfx Voodoo video cards and their derivatives. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-tdfx driver module. Package: xserver-xorg-video-trident Description-md5: 64f00c4c0730397d4bf5aaa193176b46 Description-en: X.Org X server -- Trident display driver This package provides the driver for Trident Blade/Image/ProVidia/TGUI/9xxx video cards. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-trident driver module. Package: xserver-xorg-video-vesa Description-md5: a16fd7ddeb274e98b09a99dec1bfcca6 Description-en: X.Org X server -- VESA display driver This driver for the X.Org X server (see xserver-xorg for a further description) uses the standard VESA interface provided on all video cards, but runs unaccelerated. This driver is not recommended for use unless you have a problem with the normal driver for your card, because it will perform very badly. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-vesa driver module. Package: xserver-xorg-video-vmware Description-md5: 21afce1387bf1052ec99956e90ec2d1c Description-en: X.Org X server -- VMware display driver This package provides the driver for VMware client sessions, i.e. if Linux is running inside a VMware session. . More information about X.Org can be found at: . This package is built from the X.org xf86-video-vmware driver module. Package: xsltproc Description-md5: 269c4daf3d326a815e26cdd2e64cf686 Description-en: XSLT 1.0 command line processor XSLT is an XML language for defining transformations of XML files from XML to some other arbitrary format, such as XML, HTML, plain text, etc. using standard XSLT version 1.0 stylesheets. . This package contains a command line tool that facilitates XSLT transformations. Package: xterm Description-md5: c1e47d60a01948be9aae7a2a4f63a0fe Description-en: X terminal emulator xterm is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that cannot use the window system directly. This version implements ISO/ANSI colors and most of the control sequences used by DEC VT220 terminals. . This package provides four commands: xterm, which is the traditional terminal emulator; uxterm, which is a wrapper around xterm that is intelligent about locale settings (especially those which use the UTF-8 character encoding), but which requires the luit program from the x11-utils package; koi8rxterm, a wrapper similar to uxterm for locales that use the KOI8-R character set; and lxterm, a simple wrapper that chooses which of the previous commands to execute based on the user's locale settings. . A complete list of control sequences supported by the X terminal emulator is provided in /usr/share/doc/xterm. . The xterm program uses bitmap images provided by the xbitmaps package. . Those interested in using koi8rxterm will likely want to install the xfonts-cyrillic package as well. Package: xul-ext-lightning Description-md5: a0293e147dba3d166b3727a30a6634a0 Description-en: Calendar Extension for Thunderbird Lighting is the Mozilla Calendar extension for Thunderbird, based on Sunbird - the Mozilla Standalone Calendar application. It is tightly integrated with Thunderbird, allowing it to easily perform email-related calendaring tasks. Package: xul-ext-mozvoikko Description-md5: 49444a7908796ef7df8bae1011294ead Description-en: Finnish spell-checker extension for Firefox Finnish spell-checker extension for Firefox. Spell-checking functionality is provided by Voikko - a free spellchecker for Finnish language. Package: xutils-dev Description-md5: a6b66c6670710a65fa7788271bdb5c54 Description-en: X Window System utility programs for development xutils-dev provides a set of utility programs shipped with the X Window System that do not require the X libraries; many of these programs are useful even on a system that does not have any X clients or X servers installed. . The programs in this package include: - ccmakedep, a version of makedepend which "does it right" - imake, a C preprocessor interface to the make utility; - lndir, a tool that creates a shadow directory of symbolic links to another directory tree; - makedepend, a tool to create dependencies in makefiles; - makeg, a tool for making debuggable executables. . This package also contains xorg-macros.m4, a set of macros used in configure scripts of X.Org packages. Package: xvfb Description-md5: ff95e4399e5ec034de6998347673eb73 Description-en: Virtual Framebuffer 'fake' X server Xvfb provides an X server that can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory. The primary use of this server was intended to be server testing, but other novel uses for it have been found, including testing clients against unusual depths and screen configurations, doing batch processing with Xvfb as a background rendering engine, load testing, as an aid to porting the X server to a new platform, and providing an unobtrusive way to run applications that don't really need an X server but insist on having one anyway. . This package also contains a convenience script called xvfb-run which simplifies the automated execution of X clients in a virtual server environment. This convenience script requires the use of the xauth program. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xz-utils Description-md5: ea97a558c8575aebbed2c11cbd20e0f2 Description-en: XZ-format compression utilities XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . This package provides the command line tools for working with XZ compression, including xz, unxz, xzcat, xzgrep, and so on. They can also handle the older LZMA format, and if invoked via appropriate symlinks will emulate the behavior of the commands in the lzma package. . The XZ format is similar to the older LZMA format but includes some improvements for general use: . * 'file' magic for detecting XZ files; * crc64 data integrity check; * limited random-access reading support; * improved support for multithreading (not used in xz-utils); * support for flushing the encoder. Package: xzdec Description-md5: 30227ffce3f42144b3b624776f996bbf Description-en: XZ-format compression utilities - tiny decompressors XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . This package provides the xzdec and lzmadec utilities, which write the decompressed version of a compressed file to standard output. The binaries are very small, so they can be easily stored on small media with some compressed files, and they are linked statically against liblzma so they can be used on machines without a compatible version of liblzma installed. However, they have: . * no compression support; * no support for writing to a file other than standard output; * no translated messages; * been optimized for size rather than speed. . For a full-featured xzcat command without these limitations, use the xz-utils package instead. Package: yajl-tools Description-md5: 7381074640194039b96bb2365d1bcadc Description-en: Yet Another JSON Library - tools A small collection of tools that use the yajl library. . Current tools are: json_reformat - beautifies or minimizes format of JSON data json_verify - validates JSON data Package: yasm Description-md5: dea64a38f47da6fb51ac8a3e78582601 Description-en: modular assembler with multiple syntaxes support Yasm is a complete rewrite of the NASM assembler. It supports multiple assembler syntaxes (eg, NASM, GAS, TASM, etc.) in addition to multiple output object formats (binary objects, COFF, Win32, ELF32, ELF64) and even multiple instruction sets (including AMD64). It also has an optimiser module. Package: yelp Description-md5: b660f3f94d2a495572d2b53c6824da41 Description-en: Help browser for GNOME Yelp is the help browser for the GNOME desktop. Yelp provides a simple graphical interface for viewing DocBook, Mallard, HTML, man, and info formatted documentation. Package: zeitgeist-datahub Description-md5: 87456215f638005a5a334b203b507846 Description-en: event logging framework - passive logging daemon Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations hold 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 zeitgeist-datahub, a daemon which starts together with the main engine and inserts information collected from GtkRecentlyUsed into it. Package: zenity Description-md5: 0eaa042a6247aca86bac2f94a69fc906 Description-en: Display graphical dialog boxes from shell scripts Zenity allows you to display GTK+ dialogs from shell scripts; it is a rewrite of the `gdialog' command from GNOME 1. . Zenity includes a gdialog wrapper script so that it can be used with legacy scripts. Package: zephyr-clients Description-md5: 33218b0e8cd9adfbbe13e52bb1dfdc40 Description-en: Project Athena's notification service - client programs Zephyr is derived from the original Project Athena 'Instant Message' system and allows users to send messages to other users or to groups of users. Users can view incoming Zephyr messages as windowgrams (transient X windows) or as text on a terminal. . This package provides client programs for the messaging service. Package: zephyr-server Description-md5: f69862b4d9d498663a10a3a7337a75a8 Description-en: Project Athena's notification service - non-Kerberos server Zephyr is derived from the original Project Athena 'Instant Message' system and allows users to send messages to other users or to groups of users. Users can view incoming Zephyr messages as windowgrams (transient X windows) or as text on a terminal. . This package provides the server for the messaging service, which maintains a location and subscription database for all the receiving clients. All zephyrgrams are sent to the server to be routed to the intended recipient. Only one server is required for a group of clients. Package: zephyr-server-krb5 Description-md5: f6107ed4c08f843aa021baaf4cf80b12 Description-en: The original "Instant Message" system-server with Kerberos 5 You probably only need one server for a group of clients. This can be a memory-intensive server, especially for very large sites. . The server maintains a location and subscription database for all the receiving clients. All zephyrgrams are sent to the server to be routed to the intended recipient. . This version of the server uses Kerberos V for message authentication. . This is the Project Athena Zephyr notification system. Zephyr allows users to send messages to other users or to groups of users. Users can view incoming Zephyr messages as windowgrams (transient X windows) or as text on a terminal. Package: zip Description-md5: 581928d34d669e63c353cd694bd040b0 Description-en: Archiver for .zip files This is InfoZIP's zip program. It produces files that are fully compatible with the popular PKZIP program; however, the command line options are not identical. In other words, the end result is the same, but the methods differ. :-) . This version supports encryption. Package: zlib-bin Description-md5: 3660e8dbf8449e342c00bdbf5f6fc69f Description-en: compression library - sample programs Some generally useful sample programs from the contrib directory. Includes a "mini" implementation of `zip' and `unzip' called `minizip' and `miniunzip' respectively. Package: zlib1g Description-md5: 567f396aeeb2b2b63295099aed237057 Description-en: compression library - runtime zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the shared library. Package: zlib1g-dbg Description-md5: dddc7d60663fa5dc77c76a30127d83db Description-en: compression library - development zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes debugging symbols for use when debugging applications which use zlib. Package: zlib1g-dev Description-md5: d7f4e8a626131fc83c643c5d59096290 Description-en: compression library - development zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the development support files. Package: zsh Description-md5: 470e4dee13fd75227b22288c43b7a14c Description-en: A shell with lots of features Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, zsh most closely resembles ksh but includes many enhancements. Zsh has command-line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features. Package: zsh-dbg Description-md5: 89a9eaf8a06d1ee85557dc190594e4e3 Description-en: A shell with lots of features (debugging symbols) Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, zsh most closely resembles ksh but includes many enhancements. Zsh has command-line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features. . This package contains gdb debugging symbols for the 'zsh' package. Package: zsh-dev Description-md5: 86924768883fe7d3ee77dd51a146c533 Description-en: A shell with lots of features (development files) Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, zsh most closely resembles ksh but includes many enhancements. Zsh has command-line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features. . This package contains headers and scripts necessary to compile third-party modules. Package: zsh-static Description-md5: 60c8b5343705dbd07a6bf36db2c150cf Description-en: A shell with lots of features (static link) Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, zsh most closely resembles ksh but includes many enhancements. Zsh has command-line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features. . This is the statically-compiled version of the shell.