Package: aapt Description-md5: 975bf7a86058538d7263494591e4f7d8 Description-en: Android Asset Packaging Tool The Android Asset Packaging Tool (aapt) takes your application resource files, such as the AndroidManifest.xml file and the XML files for your Activities, and compiles them. An R.java is also produced so you can reference your resources from your Java code. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets. Package: activemq Description-md5: 791aecb1e510067b381f69430a1de7af Description-en: Java message broker - server Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . This message broker supports : * JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging * Spring Framework, CXF and Axis integration * pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA * persistence using JDBC along with journaling * OpenWire (cross language wire protocol) and Stomp (Streaming Text Orientated Messaging Protocol) protocols . This package contains a server installation of ActiveMQ. Package: adb Description-md5: 4fb58b8688addfd94d32fe9a20c9d2e8 Description-en: Android Debug Bridge A versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Package: adplug-utils Description-md5: 33daa2052c67f06329277d2f24c46fd1 Description-en: free AdLib sound library (utils) AdPlug is a free, cross-platform, hardware independent AdLib sound player library, mainly written in C++ and released under the LGPL. AdPlug plays sound data, originally created for the AdLib (OPL2) and Sound Blaster (Dual OPL2/OPL3) audio boards, directly from its original format on top of an emulator or by using the real hardware. No OPL chip is required for playback. . This package contains additional utilities. Package: aidl Description-md5: 45859dc0b2ae5ed979acc57a859674e5 Description-en: Binder generator of AIDL interfaces aidl is a utility to generate Java and/or C++ code from Android's Android Interface Definition Language (AIDL). AIDL is similar to other IDLs you might have worked with. It allows you to define the programming interface that both the client and service agree upon in order to communicate with each other using interprocess communication (IPC). On Android, one process cannot normally access the memory of another process. So to talk, they need to decompose their objects into primitives that the operating system can understand, and marshall the objects across that boundary for you. The code to do that marshalling is tedious to write, so Android handles it for you with AIDL. This package provides two tools: . * "aidl" which generates Java bindings. * "aidl-cpp" which generates C++ bindings. . For more info, see: https://developer.android.com/guide/components/aidl.html Package: android-framework-res Description-md5: 55dfcc5c42ee1e81235a409a370c03ab Description-en: Android platform framework resources This package provides the Android framework resources in an apk file, framework-res.apk Package: android-libaapt Description-md5: 6766f9d7dc04ef81ed3bf2af26ae59f6 Description-en: Android Asset Packaging Tool - Shared library The Android Asset Packaging Tool (aapt) takes your application resource files, such as the AndroidManifest.xml file and the XML files for your Activities, and compiles them. An R.java is also produced so you can reference your resources from your Java code. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets. . This package contains the shared library. Package: android-libadb Description-md5: 9a9bd2e4052ea70fce3bd501f9c70580 Description-en: Library for Android Debug Bridge This library provides APIs for accessing and controlling Android devices. . This library is only used by Android SDK currently. Package: android-libadb-dev Description-md5: d694e77c18a5737249d1fe0e8fbf4e95 Description-en: Library for Android Debug Bridge - Development files This library provides APIs for accessing and controlling Android devices. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libandroidfw Description-md5: 21839b22eef556d8ecf312e7dee83ff7 Description-en: Android utility library Library providing utility functions to Android related tools. This is needed purely to get various Android utilities working. In the Google builds of the Android SDK, this library is statically linked, but in the Debian packaging, it is a private shared library. Package: android-libandroidfw-dev Description-md5: e6f58464d4ebdf1df4179fa3b085ae9c Description-en: Android utility library - Development files Library providing utility functions to Android related tools. This is needed purely to get various Android utilities working. In the Google builds of the Android SDK, this library is statically linked, but in the Debian packaging, it is a private shared library. . This package contains the development files. Package: android-libart Description-md5: 26a0df5a02a67c32c6ba4a1db7853ea4 Description-en: Android Runtime Android Runtime (ART) is the managed runtime used by applications and some system services on Android. ART and its predecessor Dalvik were originally created specifically for the Android project. ART as the runtime executes the Dalvik Executable format and DEX bytecode specification. . This package provides `libart` and `libsigchain`. . This library is only used by Android SDK and uses a customized RPATH. Package: android-libbacktrace Description-md5: c4aca87b93d1ffacda80bbaea5f75c97 Description-en: Android backtrace library This library is only used by Android SDK currently. Package: android-libbacktrace-dev Description-md5: 929a80fb925eddb2a2989058dc7254c3 Description-en: Android backtrace library - Development files This library is only used by Android SDK currently. . This package contains the development files. Package: android-libbase Description-md5: 0c270a1f75d0d57cef9cc7cb5d418366 Description-en: Android base library This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. Package: android-libbase-dev Description-md5: 5400b9d81a8ba7cc90d4f188ed3a76b8 Description-en: Android base library - Development files This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libboringssl Description-md5: cd475d5105e77faeb7ea4e52f14b0a97 Description-en: Google's internal fork of OpenSSL for the Android SDK The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it. . BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google’s product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily. . This is the Android AOSP fork of BoringSSL which is designed to be used by Android and its SDK. BoringSSL is only ever statically linked into apps, and pinned to a commit version. Upstream has no official releases of BoringSSL on its own, so it must be included separately for each project that uses it. Package: android-libboringssl-dev Description-md5: 6c3c7635ba7c1cd4c13747e9410ce82d Description-en: Google's internal fork of OpenSSL for the Android SDK - devel The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it. . BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google’s product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily. . This is the Android AOSP fork of BoringSSL which is designed to be used by Android and its SDK. BoringSSL is only ever statically linked into apps, and pinned to a commit version. Upstream has no official releases of BoringSSL on its own, so it must be included separately for each project that uses it. . This package contains the development files. Package: android-libcrypto-utils Description-md5: 5a6e589e739273886b41a9578ecdd792 Description-en: Android crypto-utils library This library provides utility APIs for cryptography. . This library is only used by Android SDK currently. Package: android-libcrypto-utils-dev Description-md5: 83d46df1c2c1e621078e31295a948368 Description-en: Android crypto-utils library - Development files This library provides utility APIs for cryptography. . This library is only used by Android SDK currently. . This package provides the development files. Package: android-libcutils Description-md5: fd1d222be998cc5b11ef894b0dccf4b2 Description-en: Android utils library for C This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. Package: android-libcutils-dev Description-md5: 8dbc8f2a1febc7395868e7a5f0621a49 Description-en: Android utils library for C - Development files This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libetc1 Description-md5: 5f9419938c4b10c1c48f183ab55ae72b Description-en: ETC1 compression library Ericsson Texture Compression (ETC) is a lossy texture compression technique developed in collaboration with Ericsson Research in early 2005. libETC1 provides the encoding and decoding of ETC1 compression algorithm. Package: android-libetc1-dev Description-md5: a3f10417a5046e2c8f597092dbabc7dd Description-en: ETC1 compression library - Development files Ericsson Texture Compression (ETC) is a lossy texture compression technique developed in collaboration with Ericsson Research in early 2005. libETC1 provides the encoding and decoding of ETC1 compression algorithm. . This package provides the development files. Package: android-libext4-utils Description-md5: 26705986f65177c6a575b2224a9edec6 Description-en: Android ext4 utility library This library is only used by fastboot currently. Package: android-libext4-utils-dev Description-md5: 31a247bdaa4f3dae59c29cb44d22c125 Description-en: Android ext4 utility library - Development files This library is only used by fastboot currently. . This package contains the development files. Package: android-libf2fs-utils Description-md5: bd77d12a8ebf0b8841aa467672ab855e Description-en: Android F2FS utility library This package contains only libf2fs_utils which is composed of libf2fs_ioutils and libf2fs_dlutils. . This library is only used by fastboot currently. Package: android-libf2fs-utils-dev Description-md5: 7d3bf428a98a1b52ae0c9458f2381c92 Description-en: Android F2FS utility library - Development files This package contains only libf2fs_utils which is composed of libf2fs_ioutils and libf2fs_dlutils. . This library is only used by fastboot currently. . This package contains the development files. Package: android-liblog Description-md5: 9f7f6cb1971d10d4d4cdf57b3a57437b Description-en: Android NDK logger interfaces liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. Package: android-liblog-dev Description-md5: 5ad1bb25d167e070f3b3738d5d6501f5 Description-en: Android NDK logger interfaces - Development files liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. . This package contains the development files. Package: android-libnativebridge Description-md5: 780d33f01091b260b150268622680c6a Description-en: Android native bridge library This library is only used by Android SDK currently. Package: android-libnativebridge-dev Description-md5: 2209c47f0f27295ec5a98638a390d880 Description-en: Android native bridge library - Development files This library is only used by Android SDK currently. . This package provides the development files. Package: android-libnativehelper Description-md5: e711be8beaa9635f4f02e8a345bae8c4 Description-en: Support functions for Android's class libraries This library is only used by Android SDK currently. Package: android-libnativehelper-dev Description-md5: d9aac5d0071ff6be4a8add07b5871628 Description-en: Support functions for Android's class libraries - Development files This library is only used by Android SDK currently. . This package contains the development files. Package: android-libnativeloader Description-md5: 78ae8e07ddfddcca69ebfeb5180e65c0 Description-en: Android native loader library This library is only used by Android SDK currently. Package: android-libnativeloader-dev Description-md5: a2707fb59d684418d6fb61b45b143793 Description-en: Android native loader library - Development files This library is only used by Android SDK currently. . This package provides the development files. Package: android-libselinux Description-md5: df07df1a85ccddb584871278ee13cab1 Description-en: Security-Enhanced Linux for Android This library provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. . This library is an AOSP fork of libselinux, adding features specifically for Android and is intended for Android libraries only. Package: android-libselinux-dev Description-md5: 66acedb5654da0817b7b9859e626d34c Description-en: Security-Enhanced Linux for Android - Development files This library provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. . This library is an AOSP fork of libselinux, adding features specifically for Android and is intended for Android libraries only. . This package provides the development files. Package: android-libsepol Description-md5: eabcc14c2637d6ff9eeab2486c777f8a Description-en: Security-Policy Linux for Android This library provides an API for setting, checking sepolicy. Package: android-libsepol-dev Description-md5: 43b33600f044f6dfc4a2a38db002fd2a Description-en: Security-Policy Linux for Android - Development files This library provides an API for setting, checking sepolicy. . This package provides the development files. Package: android-libsparse Description-md5: fcfc4311d4b14b27020e77f2250237d8 Description-en: Library for sparse files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. Package: android-libsparse-dev Description-md5: b99b0d0490ab2905c5577e6068f1839d Description-en: Library for sparse files - Development files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libunwind Description-md5: 369ea6992880b13175955104d66763a6 Description-en: libunwind for Android This library is the AOSP fork of libunwind. It is used by libbacktrace. . This package is only available on x86, ARM and MIPS because the AOSP modifications only apply on these platforms. . This library is only used by Android SDK currently. Package: android-libunwind-dev Description-md5: 8ef384bc008e0649ef4905e21aec542b Description-en: libunwind for Android - Development files This library is the AOSP fork of libunwind. It is used by libbacktrace. . This package is only available on x86, ARM and MIPS because the AOSP modifications only apply on these platforms. . This library is only used by Android SDK currently. . This package provides the development files. Package: android-libutils Description-md5: 5733fbd900654b274afd776fc170cf63 Description-en: Android Utility Function Library This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. Package: android-libutils-dev Description-md5: f37768d78bf5e25e5cf20a8d5e5dbd1f Description-en: Android Utility Function Library - Development files This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libziparchive Description-md5: f2eb7b1deaf0e36dfe923e3b4709e319 Description-en: Library for ZIP archives This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. Package: android-libziparchive-dev Description-md5: 217dfecadef26031dff8fa80a1788d9e Description-en: Library for ZIP archives - Development files This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-logtags-tools Description-md5: 885533142703981ecd45d4881dca3be5 Description-en: Tools from AOSP that process event-log-tags files This package contains Python scripts from AOSP repository platform/build that process event-log-tags (.logtags) files. It contains: * java-event-log-tags * merge-event-log-tags They are used in the process of building the Android platform framework "android.jar". Package: android-platform-frameworks-native-headers Description-md5: 9b4761969a07d759969353665ec4add2 Description-en: Headers of android-platform-frameworks-native This package contains headers in include/android in platform/frameworks/native. Package: android-platform-libcore-headers Description-md5: ddfc68a9455ce87f6ed80966be34e801 Description-en: Header files in AOSP repository platform/libcore This package provides the header files included in the AOSP repository platform/libcore. . These headers are used by android-platform-libnativehelper. Package: android-platform-system-core-headers Description-md5: d17abc6b3966d0256defe412df8e7b21 Description-en: Shared headers in AOSP repository platform/system/core This package contains header files in AOSP repository platform/system/core that do not belong to any specific libraries but used by other programs. . This package currently contains headers in include/private and include/system. Package: android-sdk Description-md5: 6d199f77014c62b8baf8cbdddbe08a29 Description-en: Software development kit for Android platform The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This metapackage pulls the entire Android SDK. Package: android-sdk-build-tools Description-md5: 43a808bc9fee61d6ccbfbe518b214550 Description-en: Tools for building Android applications The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Build-tools is a component of the Android SDK required for building Android application code. . This package pulls Android SDK Build-tool. Package: android-sdk-build-tools-common Description-md5: a1f3a1d9f77e8e522be8374bfb6c88fc Description-en: Tools for building Android applications - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Build-tools is a component of the Android SDK required for building Android application code. . This package provides common files of Android SDK Build-tools. Package: android-sdk-common Description-md5: 4fccf15a7285feec6ff7fd703232b171 Description-en: Common files of Android SDK base toolset The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This package provides common files of Android SDK Tools. Package: android-sdk-ext4-utils Description-md5: 025c99dab7f0ef5f26b92ba9ea3bf801 Description-en: Android ext4-utils tools Command line tools to make sparse images from ext4 file system images and android images(.img) with ext4 file systems. . This package contains tools like mkuserimg, ext4fixup and make_ext4fs tools. Package: android-sdk-libsparse-utils Description-md5: 3553bf23f2e9bcfce20e8914cbf50475 Description-en: Android sparse image creation tool Command line tools to create sparse images for usage with Android devices. Includes simgimg, img2simg, simg2simg, simg_dump and append2simg tools. Package: android-sdk-platform-23 Description-md5: 06ee719e2ca70a30b653b7df3002267c Description-en: Android SDK Platform for API Level 23 (6.0 Marshmallow) This package provides the Android SDK Platform for API Level 23 (6.0 Marshmallow). . An Android SDK Platform of a specific API Level is required to build any Android applications that target this API Level. Package: android-sdk-platform-tools Description-md5: 39e80bb695d322ee9edeb1706c1f7e25 Description-en: Tools for interacting with an Android platform The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package pulls Android SDK Platform-tools. Package: android-sdk-platform-tools-common Description-md5: 80338f92140ec44bdea29878d26b0c09 Description-en: Tools for interacting with an Android platform - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package provides common files of Android SDK Platform-tools. It also provides UDEV rules enabling adb and fastboot to work without root access to the host machine. Package: android-tools-adb Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: android-tools-fastboot Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: android-tools-mkbootimg Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: ansible Description-md5: db2b21b0d2286fccc4401d5982361488 Description-en: Configuration management, deployment, and task execution system Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically. Package: ant Description-md5: 104974004cbbc2340c2f993bcc2ea654 Description-en: Java based build tool like make Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the scripts and the core tasks libraries. Package: ant-contrib Description-md5: 8aabd2378cb21c875bf00bbf4783525c Description-en: collection of tasks, types and other tools for Apache Ant Extends ant and provides the following tasks: . * Logic Tasks * Network Tasks * Performance Monitoring and Tasks * Platform Tasks * Property Tasks * Process Tasks * Other (unstable) Tasks Package: ant-doc Description-md5: 5dc7d2a898fd0b7c2bbd93393dc5ef63 Description-en: Java based build tool like make - API documentation and manual Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the manual of ant as well as the API documentation. Package: ant-optional Description-md5: 031868c57b6c6724ca7d70ff964eb724 Description-en: Java based build tool like make - optional libraries Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the optional tasks libraries. Package: antlr4 Description-md5: e0537c09f9ea82b5b9d665d3548672dc Description-en: ANTLR Parser Generator ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. Package: antlr4-doc Description-md5: 9d7307d4411a86d099b075c1248de016 Description-en: ANTLR Parser Generator (documentation) ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. . This package provides the API documentation for ANTLR 4. Package: antlr4-maven-plugin Description-md5: 3feb00e2c59d6fe7ea633645ff1a9618 Description-en: Maven plugin for ANTLR 4 ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. . This package provides the Maven plugin that supports compiling ANTLR 4 grammars during a Maven build. Package: apache2-suexec-custom Description-md5: 116f52596e88b0c7717e1f4973ada661 Description-en: Apache HTTP Server configurable suexec program for 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-pristine package instead. Package: apache2-suexec-pristine Description-md5: 86a22eab8bdd72ac81f3d8aab53bf001 Description-en: Apache HTTP Server standard suexec program for 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: apacheds Description-md5: db1995b9bae56abe7f8ac6233c3872f1 Description-en: Apache Directory Server ApacheDS is an embbedable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. Package: apksigner Description-md5: 084b3acff7be60dc94f8caedfe355b64 Description-en: command line tool to sign and verify Android APKs apksig is a project which aims to simplify APK signing and checking whether APK's signatures should verify on Android. apksig supports JAR signing (used by Android since day one) and APK Signature Scheme v2 (supported since Android Nougat, API Level 24). . The key feature of apksig is that it knows about differences in APK signature verification logic between different versions of the Android platform. apksig can thus check whether a signed APK is expected to verify on all Android platform versions supported by the APK. When signing an APK, apksig will choose the most appropriate cryptographic algorithms based on the Android platform versions supported by the APK being signed. . apksigner command-line tool offers two operations: . * sign the provided APK so that it verifies on all Android platforms supported by the APK. Run apksigner sign for usage information. . * check whether the provided APK's signatures are expected to verify on all Android platforms supported by the APK. Run apksigner verify for usage information. . The tool determines the range of Android platform versions (API Levels) supported by the APK by inspecting the APK's AndroidManifest.xml. This behavior can be overridden by specifying the range of platform versions on the command-line. Package: apktool Description-md5: a94f98805ada5c7490bc330d2d69de26 Description-en: tool for reverse engineering Android apk files A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with an app easier because of project-like file structure and automation of some repetitive tasks like building apk. Package: apparmor-easyprof Description-md5: 987aefb436473d65c1b1c830e1a1cff6 Description-en: AppArmor easyprof profiling tool apparmor-easyprof provides the aa-easyprof utility which is an easy to use interface for AppArmor policy generation. aa-easyprof supports the use of templates and policy groups to quickly profile an application. Package: append2simg Description-md5: 098b53cb5345c79e9d43a7c3970e37d5 Description-en: Transitional package This is a transitional package. It can safely be removed. Package: apport-kde Description-md5: c8fd570a74a013e8fc3c502dd64152ce Description-en: KDE frontend for the apport crash report system apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides a KDE frontend for browsing and handling the crash reports. Package: apport-noui Description-md5: 5cfad9aa6d06a624d5f60c2375d26631 Description-en: tools for automatically reporting Apport crash reports apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . Installing this package will configure your system to automatically submit all new Apport crash reports. Package: apport-valgrind Description-md5: 21b17902929fcb9d5f6a9bcc53f2af83 Description-en: valgrind wrapper that first downloads debug symbols apport-valgrind is a valgrind wrapper that automatically downloads related available debug symbols and provides them to valgrind's memcheck tool, which is executed. The output is a valgrind log file ("valgrind.log") that contains stack traces (with as many symbols resolved as available) and that shows memory leaks. Package: apt-transport-https Description-md5: 42fb3fe23b1b826709a68809c25a3897 Description-en: transitional package for https support This is a dummy transitional package - https support has been moved into the apt package in 1.5. It can be safely removed. Package: aspectj Description-md5: 51aa93f2f314551b2b6aea185821d474 Description-en: aspect-oriented extension for Java - tools AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the CLI tools of aspectj (aj5, ajc, ajbrowser). Package: aspectj-doc Description-md5: 4f84f7f75456d51b8af5d5559b206bdc Description-en: aspect-oriented extension for Java - documentation AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides AspectJ Programming Guide, Diagnosis Guide and Development Environment Guide and Development Kit Developer's Notebook. Package: avahi-discover Description-md5: bd2a23e6143f793e37bb138e29fb30b9 Description-en: Service discover user interface for avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains a user interface for discovering services. 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: binutils-alpha-linux-gnu Description-md5: cf6453387519bb9b858412d4d85d0cce Description-en: GNU binary utilities, for alpha-linux-gnu target This package provides GNU assembler, linker and binary utilities for the alpha-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for alpha-linux-gnu and alpha-linux-gnu is not your native platform. Package: binutils-alpha-linux-gnu-dbg Description-md5: b413f423180a0d8ac45547161b750c1d Description-en: GNU binary utilities, for alpha-linux-gnu target (debug symbols) This package provides debug symbols for binutils-alpha-linux-gnu. Package: binutils-arm-linux-gnueabi Description-md5: 543b7a53ff77ce42c2c287107f0db722 Description-en: GNU binary utilities, for arm-linux-gnueabi target This package provides GNU assembler, linker and binary utilities for the arm-linux-gnueabi target. . You don't need this package unless you plan to cross-compile programs for arm-linux-gnueabi and arm-linux-gnueabi is not your native platform. Package: binutils-arm-linux-gnueabi-dbg Description-md5: e59c420a02ddb6e7553dc778bbd0e0c3 Description-en: GNU binary utilities, for arm-linux-gnueabi target (debug symbols) This package provides debug symbols for binutils-arm-linux-gnueabi. Package: binutils-for-build Description-md5: 3e7c61cc537f12c56d442cedd307bcd5 Description-en: GNU assembler, linker and binary utilities for the build architecture The programs in this package are used to assemble, link and manipulate binary and object files for the native architecture. They may be used in conjunction with a build architecture compiler and various libraries to build programs. When using binutils through this metapackage, tools without an architecture prefix must be used. Package: binutils-for-host Description-md5: 1f6b2f5a49fd5974b13f8e75dc20c7b1 Description-en: GNU assembler, linker and binary utilities for the host architecture The programs in this package are used to assemble, link and manipulate binary and object files for the architecture of this package. They may be used in conjunction with a matching compiler and various libraries to build programs. When using binutils through this metapackage, all tools must be used with an architecture prefix. Package: binutils-hppa-linux-gnu Description-md5: 0349a5ffa8e7cc3126545ca4fa04a5cf Description-en: GNU binary utilities, for hppa-linux-gnu target This package provides GNU assembler, linker and binary utilities for the hppa-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for hppa-linux-gnu and hppa-linux-gnu is not your native platform. Package: binutils-hppa-linux-gnu-dbg Description-md5: 149cfbc7b99518558ca103c35604d5bc Description-en: GNU binary utilities, for hppa-linux-gnu target (debug symbols) This package provides debug symbols for binutils-hppa-linux-gnu. Package: binutils-hppa64-linux-gnu Description-md5: d10ea856859cb34c423f67db676441a0 Description-en: GNU assembler, linker and binary utilities targeted for hppa64-linux 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. . This package is needed to build an 64-bit kernel for 64-bit hppa machines. Package: binutils-hppa64-linux-gnu-dbg Description-md5: 2e7f5f591a28da760bcd221550eb3193 Description-en: GNU binutils targeted for hppa64-linux (debug symbols) This package provides debug symbols for binutils-hppa64-linux-gnu. Package: binutils-ia64-linux-gnu Description-md5: ea67f718a2f71164ed3bd3d25b639559 Description-en: GNU binary utilities, for ia64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the ia64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for ia64-linux-gnu and ia64-linux-gnu is not your native platform. Package: binutils-ia64-linux-gnu-dbg Description-md5: f6a1aa0fc4f0714615f5c5d4aa199623 Description-en: GNU binary utilities, for ia64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-ia64-linux-gnu. Package: binutils-m68k-linux-gnu Description-md5: e59eb2b0cd08f7027abfc2476635ecb1 Description-en: GNU binary utilities, for m68k-linux-gnu target This package provides GNU assembler, linker and binary utilities for the m68k-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for m68k-linux-gnu and m68k-linux-gnu is not your native platform. Package: binutils-m68k-linux-gnu-dbg Description-md5: 092fdec0bf6a6ba4aae1f5902583622d Description-en: GNU binary utilities, for m68k-linux-gnu target (debug symbols) This package provides debug symbols for binutils-m68k-linux-gnu. Package: binutils-mips-linux-gnu Description-md5: f1532fdcc3b706284d7886c4201ecedc Description-en: GNU binary utilities, for mips-linux-gnu target This package provides GNU assembler, linker and binary utilities for the mips-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for mips-linux-gnu and mips-linux-gnu is not your native platform. Package: binutils-mips-linux-gnu-dbg Description-md5: 3156208b82578d8f21b72726cb568db7 Description-en: GNU binary utilities, for mips-linux-gnu target (debug symbols) This package provides debug symbols for binutils-mips-linux-gnu. Package: binutils-mips64-linux-gnuabi64 Description-md5: 353e06feecf17c7e1a90b4fe8fe655f0 Description-en: GNU binary utilities, for mips64-linux-gnuabi64 target This package provides GNU assembler, linker and binary utilities for the mips64-linux-gnuabi64 target. . You don't need this package unless you plan to cross-compile programs for mips64-linux-gnuabi64 and mips64-linux-gnuabi64 is not your native platform. Package: binutils-mips64-linux-gnuabi64-dbg Description-md5: 09fc5162225012f61f035266c1379c27 Description-en: GNU binary utilities, for mips64-linux-gnuabi64 target (debug symbols) This package provides debug symbols for binutils-mips64-linux-gnuabi64. Package: binutils-mips64-linux-gnuabin32 Description-md5: a5c8785543aa2c71c28f18162624a7df Description-en: GNU binary utilities, for mips64-linux-gnuabin32 target This package provides GNU assembler, linker and binary utilities for the mips64-linux-gnuabin32 target. . You don't need this package unless you plan to cross-compile programs for mips64-linux-gnuabin32 and mips64-linux-gnuabin32 is not your native platform. Package: binutils-mips64-linux-gnuabin32-dbg Description-md5: aad3106f660ba0f36d5888f7ba36c9f0 Description-en: GNU binary utilities, for mips64-linux-gnuabin32 target (debug symbols) This package provides debug symbols for binutils-mips64-linux-gnuabin32. Package: binutils-mips64el-linux-gnuabi64 Description-md5: ea0e22d99ab2bf6309c095649396505b Description-en: GNU binary utilities, for mips64el-linux-gnuabi64 target This package provides GNU assembler, linker and binary utilities for the mips64el-linux-gnuabi64 target. . You don't need this package unless you plan to cross-compile programs for mips64el-linux-gnuabi64 and mips64el-linux-gnuabi64 is not your native platform. Package: binutils-mips64el-linux-gnuabi64-dbg Description-md5: 32909b8630aead0e832505e55aca3802 Description-en: GNU binary utilities, for mips64el-linux-gnuabi64 target (debug symbols) This package provides debug symbols for binutils-mips64el-linux-gnuabi64. Package: binutils-mips64el-linux-gnuabin32 Description-md5: 74627c79f960bd00d4ff0e4f6bd4f84c Description-en: GNU binary utilities, for mips64el-linux-gnuabin32 target This package provides GNU assembler, linker and binary utilities for the mips64el-linux-gnuabin32 target. . You don't need this package unless you plan to cross-compile programs for mips64el-linux-gnuabin32 and mips64el-linux-gnuabin32 is not your native platform. Package: binutils-mips64el-linux-gnuabin32-dbg Description-md5: f335703791ca9e65aeccd9c0179f02ca Description-en: GNU binary utilities, for mips64el-linux-gnuabin32 target (debug symbols) This package provides debug symbols for binutils-mips64el-linux-gnuabin32. Package: binutils-mipsel-linux-gnu Description-md5: 9841df8f4fcf1f30a3f4c089450b0307 Description-en: GNU binary utilities, for mipsel-linux-gnu target This package provides GNU assembler, linker and binary utilities for the mipsel-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for mipsel-linux-gnu and mipsel-linux-gnu is not your native platform. Package: binutils-mipsel-linux-gnu-dbg Description-md5: 48f846a4a2715d869bd81abb9262eb9b Description-en: GNU binary utilities, for mipsel-linux-gnu target (debug symbols) This package provides debug symbols for binutils-mipsel-linux-gnu. Package: binutils-mipsisa32r6-linux-gnu Description-md5: 77e5eee30e8335452fc5f7c48d4e3ee7 Description-en: GNU binary utilities, for mipsisa32r6-linux-gnu target This package provides GNU assembler, linker and binary utilities for the mipsisa32r6-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for mipsisa32r6-linux-gnu and mipsisa32r6-linux-gnu is not your native platform. Package: binutils-mipsisa32r6-linux-gnu-dbg Description-md5: 377843ad2c04263b1228f2d063e4dfd5 Description-en: GNU binary utilities, for mipsisa32r6-linux-gnu target (debug symbols) This package provides debug symbols for binutils-mipsisa32r6-linux-gnu. Package: binutils-mipsisa32r6el-linux-gnu Description-md5: 09471fb0d99abcf3c2225604c92692e0 Description-en: GNU binary utilities, for mipsisa32r6el-linux-gnu target This package provides GNU assembler, linker and binary utilities for the mipsisa32r6el-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for mipsisa32r6el-linux-gnu and mipsisa32r6el-linux-gnu is not your native platform. Package: binutils-mipsisa32r6el-linux-gnu-dbg Description-md5: 680d867fe7f2ac96fee44ddf84497d87 Description-en: GNU binary utilities, for mipsisa32r6el-linux-gnu target (debug symbols) This package provides debug symbols for binutils-mipsisa32r6el-linux-gnu. Package: binutils-mipsisa64r6-linux-gnuabi64 Description-md5: 4df90289814a03b6f7b0caf136d4f948 Description-en: GNU binary utilities, for mipsisa64r6-linux-gnuabi64 target This package provides GNU assembler, linker and binary utilities for the mipsisa64r6-linux-gnuabi64 target. . You don't need this package unless you plan to cross-compile programs for mipsisa64r6-linux-gnuabi64 and mipsisa64r6-linux-gnuabi64 is not your native platform. Package: binutils-mipsisa64r6-linux-gnuabi64-dbg Description-md5: 039a55490d354e1c1590bbaa9452dbaa Description-en: GNU binary utilities, for mipsisa64r6-linux-gnuabi64 target (debug symbols) This package provides debug symbols for binutils-mipsisa64r6-linux-gnuabi64. Package: binutils-mipsisa64r6-linux-gnuabin32 Description-md5: 63658ed1f5477df83840da5dbc816fea Description-en: GNU binary utilities, for mipsisa64r6-linux-gnuabin32 target This package provides GNU assembler, linker and binary utilities for the mipsisa64r6-linux-gnuabin32 target. . You don't need this package unless you plan to cross-compile programs for mipsisa64r6-linux-gnuabin32 and mipsisa64r6-linux-gnuabin32 is not your native platform. Package: binutils-mipsisa64r6-linux-gnuabin32-dbg Description-md5: ec954b5cf7d10c2c0f4a8d945308483c Description-en: GNU binary utilities, for mipsisa64r6-linux-gnuabin32 target (debug symbols) This package provides debug symbols for binutils-mipsisa64r6-linux-gnuabin32. Package: binutils-mipsisa64r6el-linux-gnuabi64 Description-md5: 6c6dc52d3fd6d7e64bf0c54ebd93fd4c Description-en: GNU binary utilities, for mipsisa64r6el-linux-gnuabi64 target This package provides GNU assembler, linker and binary utilities for the mipsisa64r6el-linux-gnuabi64 target. . You don't need this package unless you plan to cross-compile programs for mipsisa64r6el-linux-gnuabi64 and mipsisa64r6el-linux-gnuabi64 is not your native platform. Package: binutils-mipsisa64r6el-linux-gnuabi64-dbg Description-md5: f1cea46484ab0979296547106aaa9cd9 Description-en: GNU binary utilities, for mipsisa64r6el-linux-gnuabi64 target (debug symbols) This package provides debug symbols for binutils-mipsisa64r6el-linux-gnuabi64. Package: binutils-mipsisa64r6el-linux-gnuabin32 Description-md5: ce4272e2fad04d07b38e5cb5b587963c Description-en: GNU binary utilities, for mipsisa64r6el-linux-gnuabin32 target This package provides GNU assembler, linker and binary utilities for the mipsisa64r6el-linux-gnuabin32 target. . You don't need this package unless you plan to cross-compile programs for mipsisa64r6el-linux-gnuabin32 and mipsisa64r6el-linux-gnuabin32 is not your native platform. Package: binutils-mipsisa64r6el-linux-gnuabin32-dbg Description-md5: 702407bb8dde9ec28dc8fcc98927f5e9 Description-en: GNU binary utilities, for mipsisa64r6el-linux-gnuabin32 target (debug symbols) This package provides debug symbols for binutils-mipsisa64r6el-linux-gnuabin32. Package: binutils-powerpc-linux-gnuspe Description-md5: d70e1f37d6e147a4525dc45399af1cdd Description-en: GNU binary utilities, for powerpc-linux-gnuspe target This package provides GNU assembler, linker and binary utilities for the powerpc-linux-gnuspe target. . You don't need this package unless you plan to cross-compile programs for powerpc-linux-gnuspe and powerpc-linux-gnuspe is not your native platform. Package: binutils-powerpc-linux-gnuspe-dbg Description-md5: 79da1792ab448bc83208a1b7d4b613b2 Description-en: GNU binary utilities, for powerpc-linux-gnuspe target (debug symbols) This package provides debug symbols for binutils-powerpc-linux-gnuspe. Package: binutils-powerpc64-linux-gnu Description-md5: b81ec509fee3e6fb3b2c79536d67b5a8 Description-en: GNU binary utilities, for powerpc64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the powerpc64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for powerpc64-linux-gnu and powerpc64-linux-gnu is not your native platform. Package: binutils-powerpc64-linux-gnu-dbg Description-md5: fca1ee307fc3e9e8c8b4a35abe58adb0 Description-en: GNU binary utilities, for powerpc64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-powerpc64-linux-gnu. Package: binutils-riscv64-linux-gnu Description-md5: 59fff13b596b2ef3111f365a3641f639 Description-en: GNU binary utilities, for riscv64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the riscv64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for riscv64-linux-gnu and riscv64-linux-gnu is not your native platform. Package: binutils-riscv64-linux-gnu-dbg Description-md5: 1ca6a2cb739bd3daa03246115653b8d0 Description-en: GNU binary utilities, for riscv64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-riscv64-linux-gnu. Package: binutils-sh4-linux-gnu Description-md5: e61f3b77cc63b27f48701208c29346bc Description-en: GNU binary utilities, for sh4-linux-gnu target This package provides GNU assembler, linker and binary utilities for the sh4-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for sh4-linux-gnu and sh4-linux-gnu is not your native platform. Package: binutils-sh4-linux-gnu-dbg Description-md5: 85bb1a4a4655a7e23ba6add71b7c0b45 Description-en: GNU binary utilities, for sh4-linux-gnu target (debug symbols) This package provides debug symbols for binutils-sh4-linux-gnu. Package: binutils-source Description-md5: acf2f0e289b8b831828996002f7eb6f1 Description-en: GNU assembler, linker and binary utilities (source) This package contains the sources and patches which are needed to build binutils. Package: binutils-sparc64-linux-gnu Description-md5: 258d5b6025451bd2d6c06a2d1a849186 Description-en: GNU binary utilities, for sparc64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the sparc64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for sparc64-linux-gnu and sparc64-linux-gnu is not your native platform. Package: binutils-sparc64-linux-gnu-dbg Description-md5: 03078b416cd22110053532d91caacde4 Description-en: GNU binary utilities, for sparc64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-sparc64-linux-gnu. Package: blktrace Description-md5: a8addeb4f4b028f6532eaa1c74cdbf22 Description-en: utilities for block layer IO tracing blktrace is a block layer IO tracing mechanism which provides detailed information about request queue operations up to user space. There are three major components that are provided: . blktrace: A utility which transfers event traces from the kernel into either long-term on-disk storage, or provides direct formatted output (via blkparse). . blkparse: A utility which formats events stored in files, or when run in live mode directly outputs data collected by blktrace. . iowatcher: A utility to visualize block I/O patterns. It generates graphs from blktrace runs to help visualize IO patterns and performance. It can plot multiple blktrace runs together, making it easy to compare the differences between different benchmark runs. Package: bnd Description-md5: 572357666f14f90dcded71fdfdfc96a8 Description-en: tool to create and diagnose OSGi bundles The bnd tool helps you create and diagnose OSGi bundles. The key functions are: . * Show the manifest and JAR contents of a bundle * Wrap a JAR so that it becomes a bundle * Create a Bundle from a specification and a class path * Verify the validity of the manifest entries . The tool is capable of acting as: . * Command line tool * Maven Plugin * Ant Plugin Package: brotli Description-md5: aee765d3571821ffe40670742c9b514d Description-en: lossless compression algorithm and format (command line utility) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs a command line utility. Package: browser-plugin-evince Description-md5: cb1e923956168708d863c836885564dd Description-en: plugin for web browsers to display documents (PostScript, PDF, …) This package contains a plugin to display all the document types evince can handle inside the browser window. . Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. Package: bsdcpio Description-md5: 0d0614fc5b8366385e38162f0cfff695 Description-en: transitional dummy package for moving bsdcpio to libarchive-tools The bsdcpio program is the default system 'cpio' program used on FreeBSD. bsdcpio uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. . This is a transitional package for the migration of the bsdcpio tool to the libarchive-tools package. Package: bsdtar Description-md5: 74b38cb72c3d7fd4cf1c23df80a00577 Description-en: transitional dummy package for moving bsdtar to libarchive-tools The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. . This is a transitional package for the migration of the bsdtar tool to the libarchive-tools package. 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-syslogd Description-md5: 6d204aacbcadc9711030ab99f904ca3b Description-en: Provides syslogd and klogd using busybox The system log daemon is responsible for providing logging of messages received from programs and facilities on the local host as well as from remote hosts. . The kernel log daemon listens to kernel message sources and is responsible for prioritizing and processing operating system messages. . The busybox implementation of the syslogd is particular useful on embedded, diskless (netboot) or flash disk based systems because it can use a fixed size ring buffer for logging instead of saving logs to the disk or sending it to remote logging servers. The ring buffer can be read using the (also busybox based) command logread. . This package provides the glue to the busybox syslogd and klogd to be used in the system by providing the appropriate symbolic links and scripts. Package: bwa Description-md5: 7b904940a9f5331affa84d4b72dedb30 Description-en: Burrows-Wheeler Aligner BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It consists of three algorithms: BWA-backtrack, BWA-SW and BWA-MEM. The first algorithm is designed for Illumina sequence reads up to 100bp, while the rest two for longer sequences ranged from 70bp to 1Mbp. BWA-MEM and BWA-SW share similar features such as long-read support and split alignment, but BWA-MEM, which is the latest, is generally recommended for high-quality queries as it is faster and more accurate. BWA-MEM also has better performance than BWA-backtrack for 70-100bp Illumina reads. 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: cargo Description-md5: f894562a11fc2421647ac771e1f6c13a Description-en: Rust package manager Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. Package: cargo-doc Description-md5: f27438963e0fd905872c0e1656b9d40c Description-en: Rust package manager, documentation Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. . This package contains the documentation. Package: ceph-fuse Description-md5: 2e66da405a3a0048edd7d65c675526ff Description-en: FUSE-based client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to mount a Ceph file system without root privileges. . Because the FUSE-based client has certain inherent performance limitations, it is recommended that the native Linux kernel client be used if possible. If it is not practical to load a kernel module (insufficient privileges, older kernel, etc.), then the FUSE client will do. Package: ceph-mds Description-md5: d37d51a4735a093f21799c80f707168f Description-en: metadata server for the ceph distributed file system Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. . This package contains the metadata server daemon, which is used to create a distributed file system on top of the ceph storage cluster. Package: ceph-resource-agents Description-md5: f350d6a1d9754497356ffd017b1cd63e Description-en: OCF-compliant resource agents for Ceph Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. . This package contains the resource agents (RAs) which integrate Ceph with OCF-compliant cluster resource managers, such as Pacemaker. Package: ceph-test Description-md5: c9c1e684fc9e022aec4d39440e121879 Description-en: Ceph test and benchmarking tools Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains tools for testing and benchmarking Ceph. Package: cgit Description-md5: 5e74acb15d1188f3db80ed71f4b7567d Description-en: hyperfast web frontend for git repositories written in C This is an attempt to create a fast web interface for the Git SCM, using a built-in cache to decrease server I/O pressure. . Features: * basic repository browsing (logs, diffs, trees...) * caching of generated HTML * cloneable URLs (implements dumb HTTP transport) * commit feeds (atom format) * discovery of Git repositories * on-the-fly archives for tags and commits * plugin support for e.g. syntax highlighting * side-by-side diffs * simple time/author statistics * simple virtual hosting support (macro expansion) * understands GitWeb project-lists * understands gitweb.owner in Git config files * has extensive filtering framework using scripts or a built-in Lua interpreter Package: charon-cmd Description-md5: 80fd42eb6fb38dab592c2f0b87243623 Description-en: standalone IPsec client The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package contains the charon-cmd command, which can be used as a client to connect to a remote IKE daemon. Package: charon-systemd Description-md5: aa65f07fc27272b7f25aed8a94e96770 Description-en: strongSwan IPsec client, systemd support The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package contains the charon-systemd files. Package: chromium-browser Description-md5: 4a155380274636a47c53917539df83d7 Description-en: Chromium web browser, open-source version of Chrome An open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. Package: chromium-browser-l10n Description-md5: 8ddb996aecc31fc1411a320e533c060d Description-en: chromium-browser language packages An open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains language packages for 65 languages: am, ar, ast, bg, bn, bs, ca, ca@valencia, cs, da, de, el, en-AU, en-GB, eo, es-419, es, et, eu, fa, fil, fi, fr, gl, gu, he, hi, hr, hu, hy, ia, id, it, ja, ka, kn, ko, ku, kw, lt, lv, ml, mr, ms, nb, nl, pl, pt-BR, pt-PT, ro, ru, sk, sl, sr, sv, sw, ta, te, th, tr, ug, uk, vi, zh-CN, zh-TW Package: chromium-chromedriver Description-md5: aa25d8247de85bda97eae9ff87206aa0 Description-en: WebDriver driver for the Chromium Browser Chromedriver serves as a bridge between Chromium Browser and Selenium WebDriver. . See https://sites.google.com/a/chromium.org/chromedriver/ for details. Package: chromium-codecs-ffmpeg Description-md5: 5da9721609191455cf39f508a8dbbcc2 Description-en: Free ffmpeg codecs for the Chromium Browser An open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains the multi-threaded ffmpeg codecs needed for the HTML5 <audio> and <video> tags. Only the free ogg, vorbis and theora codecs are included. See chromium-codecs-ffmpeg-extra for additional codecs Package: chromium-codecs-ffmpeg-extra Description-md5: e25eff2efc99ff0ac68a4920e4d54635 Description-en: Extra ffmpeg codecs for the Chromium Browser An open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains the multi-threaded ffmpeg codecs needed for the HTML5 <audio> and <video> tags. In addition to the patent-free ogg, vorbis and theora codecs, aac/ac3/mpeg4audio/h264/mov/mp3 are also included. See chromium-codecs-ffmpeg if you prefer only the patent-free codecs Package: cimg-dev Description-md5: 56992994760615db1ad7152d046d81ae Description-en: powerful image processing library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. Package: cimg-doc Description-md5: 0eb6ff63cab3c330fa17dcf7a2d9b24e Description-en: documentation of cimg-dev imaging library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. . This package contains the documentation. Package: cimg-examples Description-md5: 989b46b47ea3715c1de4b95f9167ec8e Description-en: examples for cimg-dev imaging library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. . This package contains examples for the usage of the library. Package: clamav-milter Description-md5: e47a1194215b5fbde13fb9217c44d83f 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 libclamav, 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: clamav-testfiles Description-md5: 29437a0b8c82cc8179b64405688f062e Description-en: anti-virus utility for Unix - test files Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . This package contains files 'infected' with a test signature. The test signature (ClamAV-Test-Signature) should be detectable by all anti-virus programs. Package: clojure Description-md5: 375367a1e5611012be8bf354320a8e10 Description-en: Lisp dialect for the JVM Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. Package: clojure1.8 Description-md5: 375367a1e5611012be8bf354320a8e10 Description-en: Lisp dialect for the JVM Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. Package: containerd Description-md5: 6a31c7373bc525a830776e3e75d55eda Description-en: daemon to control runC Containerd is a daemon to control runC, built for performance and density. Containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers. . This package contains the binaries. Package: corosync-notifyd Description-md5: 3473272b5bea375edd4ae2c3434569a2 Description-en: cluster engine notification daemon The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: . * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. . This package contains the DBus/SNMP notification daemon for Corosync events. Package: corosync-qdevice Description-md5: 881d674a2a43030c66450a825ba1eaa0 Description-en: cluster engine quorum device daemon The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: . * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. . This package contains the quorum device daemon and utilities. Package: corosync-qnetd Description-md5: b30c9f701d01f83108c8b90e566b0774 Description-en: cluster engine quorum device network daemon The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: . * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. . This package contains the quorum device network daemon running outside of clusters with the purpose of providing votes to the corosync-qdevice model "net", and some utilities for it. Package: coturn Description-md5: 3baf5e2f083e7f1c9c71ad4c68db3792 Description-en: TURN and STUN server for VoIP STUN (Session Traversal Utilities for NAT) and TURN (Traversal Using Relays around NAT) are protocols that can be used to provide NAT traversal for VoIP and WebRTC. This package provides a VoIP media traffic NAT traversal server and gateway. . Supported RFCs: TURN specs: * RFC 5766 - base TURN specs; * RFC 6062 - TCP relaying TURN extension; * RFC 6156 - IPv6 extension for TURN; * RFC 7635 - OAuth third-party TURN/STUN authorization; * DTLS support as client protocol http://tools.ietf.org/html/draft-petithuguenin-tram-turn-dtls-00 * Mobile ICE (MICE) support http://tools.ietf.org/html/draft-wing-tram-turn-mobility-03 * TURN ORIGIN specs for multi-tenant servers http://tools.ietf.org/html/draft-johnston-tram-stun-origin-02 * TURN Bandwidth draft specs http://tools.ietf.org/html/draft-thomson-tram-turn-bandwidth-00 * SSODA (dual allocation) draft specs http://tools.ietf.org/html/draft-martinsen-tram-ssoda-00 . STUN specs: * RFC 3489 - obsolete "classic" STUN specs; * RFC 5389 - base "new" STUN specs; * RFC 5769 - test vectors for STUN protocol testing; * RFC 5780 - NAT behavior discovery support. . The implementation fully supports UDP, TCP, TLS, and DTLS as protocols between the TURN client and the TURN server. Both UDP and TCP relaying are supported. . SQLite, MySQL, PostgreSQL and Redis are supported for the user repository (if authentication is required). The long-term credentials mechanism is supported. For WebRTC applications, the TURN server REST API for time-limited secret-based authentication is implemented. The third-party authentication specs (OAuth-based) are supported, too. . Load balancing can be implemented either by DNS round-robin mechanism, or with the external networking tools, or by the built-in ALTERNATE-SERVER mechanism. . The implementation is intended to be simple to install and configure. The project focuses on performance, scalability, and simplicity. The aim is to provide an enterprise-grade TURN solution. Package: cpp-7-alpha-linux-gnu Description-md5: 076120de648561ca5beac0eef8858b16 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. . This package contains preprocessor configured for alpha architecture. Package: cpp-7-arm-linux-gnueabi Description-md5: 338cdcd91aead7e7119b591e29dc4bc5 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. . This package contains preprocessor configured for armel architecture. Package: cpp-7-hppa-linux-gnu Description-md5: cf43d9e869927f49e123729742e957d5 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. . This package contains preprocessor configured for hppa architecture. Package: cpp-7-i686-linux-gnu Description-md5: cd50f31a75f6f3bffa6b4dd5b997c354 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. . This package contains preprocessor configured for i386 architecture. Package: cpp-7-m68k-linux-gnu Description-md5: bdc9df6c23fbce734bc35f21a171839b 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. . This package contains preprocessor configured for m68k architecture. Package: cpp-7-mips-linux-gnu Description-md5: 299c60fdd7647eab4ada137d47c25168 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. . This package contains preprocessor configured for mips architecture. Package: cpp-7-mips64-linux-gnuabi64 Description-md5: 64eeeaa44acc99c1667d4babb452b4db 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. . This package contains preprocessor configured for mips64 architecture. Package: cpp-7-mips64el-linux-gnuabi64 Description-md5: eb4de33ac76eea3494e88bf1c79c39c1 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. . This package contains preprocessor configured for mips64el architecture. Package: cpp-7-mipsel-linux-gnu Description-md5: 6c95bb5adf90e96e990e2c593b4cab34 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. . This package contains preprocessor configured for mipsel architecture. Package: cpp-7-powerpc-linux-gnuspe Description-md5: 4dfb5054821288a21d0b8da208cf4e1c 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. . This package contains preprocessor configured for powerpcspe architecture. Package: cpp-7-powerpc64-linux-gnu Description-md5: e7612f4f4bd7c93bf2a00e5be4834720 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. . This package contains preprocessor configured for ppc64 architecture. Package: cpp-7-riscv64-linux-gnu Description-md5: 7c05d3f784017915130504df9d83f910 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. . This package contains preprocessor configured for riscv64 architecture. Package: cpp-7-s390x-linux-gnu Description-md5: 2e6a70b0ab111b7a34a0b2e8733e266a 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. . This package contains preprocessor configured for s390x architecture. Package: cpp-7-sh4-linux-gnu Description-md5: b55564492082f2f88360dd27ad158811 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. . This package contains preprocessor configured for sh4 architecture. Package: cpp-7-sparc64-linux-gnu Description-md5: 07f289f252ed1a98465636e2f5006177 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. . This package contains preprocessor configured for sparc64 architecture. Package: cpp-7-x86-64-linux-gnux32 Description-md5: 437be6b3dee2182088475a4e923197f2 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. . This package contains preprocessor configured for x32 architecture. Package: cpp-8 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-8-aarch64-linux-gnu Description-md5: 45f5a7d0ff0712ad443d07c2355c0a1a 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. . This package contains preprocessor configured for arm64 architecture. Package: cpp-8-alpha-linux-gnu Description-md5: 076120de648561ca5beac0eef8858b16 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. . This package contains preprocessor configured for alpha architecture. Package: cpp-8-arm-linux-gnueabi Description-md5: 338cdcd91aead7e7119b591e29dc4bc5 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. . This package contains preprocessor configured for armel architecture. Package: cpp-8-arm-linux-gnueabihf Description-md5: 7f9493441e3cdf1166438a9959deefe1 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. . This package contains preprocessor configured for armhf architecture. Package: cpp-8-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-8-hppa-linux-gnu Description-md5: cf43d9e869927f49e123729742e957d5 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. . This package contains preprocessor configured for hppa architecture. Package: cpp-8-i686-linux-gnu Description-md5: cd50f31a75f6f3bffa6b4dd5b997c354 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. . This package contains preprocessor configured for i386 architecture. Package: cpp-8-m68k-linux-gnu Description-md5: bdc9df6c23fbce734bc35f21a171839b 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. . This package contains preprocessor configured for m68k architecture. Package: cpp-8-mips-linux-gnu Description-md5: 299c60fdd7647eab4ada137d47c25168 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. . This package contains preprocessor configured for mips architecture. Package: cpp-8-mips64-linux-gnuabi64 Description-md5: 64eeeaa44acc99c1667d4babb452b4db 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. . This package contains preprocessor configured for mips64 architecture. Package: cpp-8-mips64el-linux-gnuabi64 Description-md5: eb4de33ac76eea3494e88bf1c79c39c1 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. . This package contains preprocessor configured for mips64el architecture. Package: cpp-8-mipsel-linux-gnu Description-md5: 6c95bb5adf90e96e990e2c593b4cab34 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. . This package contains preprocessor configured for mipsel architecture. Package: cpp-8-powerpc-linux-gnu Description-md5: 4f91d407b8b7aa38dc64eff3ee27629c 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. . This package contains preprocessor configured for powerpc architecture. Package: cpp-8-powerpc-linux-gnuspe Description-md5: 4dfb5054821288a21d0b8da208cf4e1c 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. . This package contains preprocessor configured for powerpcspe architecture. Package: cpp-8-powerpc64-linux-gnu Description-md5: e7612f4f4bd7c93bf2a00e5be4834720 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. . This package contains preprocessor configured for ppc64 architecture. Package: cpp-8-powerpc64le-linux-gnu Description-md5: 3c8dfbf0de7afc39cf0815e138362016 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. . This package contains preprocessor configured for ppc64el architecture. Package: cpp-8-riscv64-linux-gnu Description-md5: 7c05d3f784017915130504df9d83f910 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. . This package contains preprocessor configured for riscv64 architecture. Package: cpp-8-s390x-linux-gnu Description-md5: 2e6a70b0ab111b7a34a0b2e8733e266a 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. . This package contains preprocessor configured for s390x architecture. Package: cpp-8-sh4-linux-gnu Description-md5: b55564492082f2f88360dd27ad158811 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. . This package contains preprocessor configured for sh4 architecture. Package: cpp-8-sparc64-linux-gnu Description-md5: 07f289f252ed1a98465636e2f5006177 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. . This package contains preprocessor configured for sparc64 architecture. Package: cpp-8-x86-64-linux-gnux32 Description-md5: 437be6b3dee2182088475a4e923197f2 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. . This package contains preprocessor configured for x32 architecture. Package: cpp-alpha-linux-gnu Description-md5: b1e0d79884473a304689b790f8d18905 Description-en: GNU C preprocessor (cpp) for the alpha architecture 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 cross-compiler for alpha architecture. . This is a dependency package providing the default GNU C preprocessor for the alpha architecture. Package: cpp-arm-linux-gnueabi Description-md5: 1eeaed7113096b65dd4800343979bc94 Description-en: GNU C preprocessor (cpp) for the armel architecture 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 cross-compiler for armel architecture. . This is a dependency package providing the default GNU C preprocessor for the armel architecture. Package: cpp-hppa-linux-gnu Description-md5: e05d1f01a41ffd6121cd3790252e95d3 Description-en: GNU C preprocessor (cpp) for the hppa architecture 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 cross-compiler for hppa architecture. . This is a dependency package providing the default GNU C preprocessor for the hppa architecture. Package: cpp-i686-linux-gnu Description-md5: f0c7fc42e445847cc34131612b7ac74b Description-en: GNU C preprocessor (cpp) for the i386 architecture 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 cross-compiler for i386 architecture. . This is a dependency package providing the default GNU C preprocessor for the i386 architecture. Package: cpp-m68k-linux-gnu Description-md5: 9a6c033026edd7f7cfd4fc0a6b41b293 Description-en: GNU C preprocessor (cpp) for the m68k architecture 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 cross-compiler for m68k architecture. . This is a dependency package providing the default GNU C preprocessor for the m68k architecture. Package: cpp-mips-linux-gnu Description-md5: 6bccb14fead5bb35b7f4f493f6d21b2b Description-en: GNU C preprocessor (cpp) for the mips architecture 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 cross-compiler for mips architecture. . This is a dependency package providing the default GNU C preprocessor for the mips architecture. Package: cpp-mips64-linux-gnuabi64 Description-md5: daf4abcce933c32725bf364c8a055291 Description-en: GNU C preprocessor (cpp) for the mips64 architecture 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 cross-compiler for mips64 architecture. . This is a dependency package providing the default GNU C preprocessor for the mips64 architecture. Package: cpp-mips64el-linux-gnuabi64 Description-md5: 3bb7f875736ff328ac7e364d5993d1a1 Description-en: GNU C preprocessor (cpp) for the mips64el architecture 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 cross-compiler for mips64el architecture. . This is a dependency package providing the default GNU C preprocessor for the mips64el architecture. Package: cpp-mipsel-linux-gnu Description-md5: 388777f6ce7cb465f2ef955da77a8d82 Description-en: GNU C preprocessor (cpp) for the mipsel architecture 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 cross-compiler for mipsel architecture. . This is a dependency package providing the default GNU C preprocessor for the mipsel architecture. Package: cpp-powerpc-linux-gnuspe Description-md5: 7aa4042ad0f8ba17e120372768ec8c22 Description-en: GNU C preprocessor (cpp) for the powerpcspe architecture 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 cross-compiler for powerpcspe architecture. . This is a dependency package providing the default GNU C preprocessor for the powerpcspe architecture. Package: cpp-powerpc64-linux-gnu Description-md5: b31b257ebe9e56f55bea606122367e76 Description-en: GNU C preprocessor (cpp) for the ppc64 architecture 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 cross-compiler for ppc64 architecture. . This is a dependency package providing the default GNU C preprocessor for the ppc64 architecture. Package: cpp-riscv64-linux-gnu Description-md5: 5a307b042c792c9410b683d2235294d2 Description-en: GNU C preprocessor (cpp) for the riscv64 architecture 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 cross-compiler for riscv64 architecture. . This is a dependency package providing the default GNU C preprocessor for the riscv64 architecture. Package: cpp-s390x-linux-gnu Description-md5: dc03ec196671c21e740c0d0ed3eb42bc Description-en: GNU C preprocessor (cpp) for the s390x architecture 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 cross-compiler for s390x architecture. . This is a dependency package providing the default GNU C preprocessor for the s390x architecture. Package: cpp-sh4-linux-gnu Description-md5: 7ea67db1b2bccda96155a6da95e9631b Description-en: GNU C preprocessor (cpp) for the sh4 architecture 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 cross-compiler for sh4 architecture. . This is a dependency package providing the default GNU C preprocessor for the sh4 architecture. Package: cpp-sparc64-linux-gnu Description-md5: a6ba3d76dec0f1ed8274aa5782cb5314 Description-en: GNU C preprocessor (cpp) for the sparc64 architecture 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 cross-compiler for sparc64 architecture. . This is a dependency package providing the default GNU C preprocessor for the sparc64 architecture. Package: cpp-x86-64-linux-gnux32 Description-md5: fe189100026ef673aa56b903d8f71083 Description-en: GNU C preprocessor (cpp) for the x32 architecture 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 cross-compiler for x32 architecture. . This is a dependency package providing the default GNU C preprocessor for the x32 architecture. Package: ctdb Description-md5: 83dff66615250b53a0cd3df6fb3b9ea7 Description-en: clustered database to store temporary data CTDB is a cluster implementation of the TDB database used by Samba and other projects to store temporary data. If an application is already using TDB for temporary data it is very easy to convert that application to be cluster aware and use CTDB instead. . CTDB provides the same types of functions as TDB but in a clustered fashion, providing a TDB-style database that spans multiple physical hosts in a cluster. . Features include: * CTDB provides a TDB that has consistent data and consistent locking across all nodes in a cluster. * CTDB is very fast. * In case of node failures, CTDB will automatically recover and repair all TDB databases that it manages. * CTDB is the core component that provides pCIFS ("parallel CIFS") with Samba3/4. * CTDB provides HA features such as node monitoring, node failover, and IP takeover. * CTDB provides a reliable messaging transport to allow applications linked with CTDB to communicate to other instances of the application running on different nodes in the cluster. * CTDB has pluggable transport backends. Currently implemented backends are TCP and Infiniband. * CTDB supports a system of application specific management scripts, allowing applications that depend on network or filesystem resources to be managed in a highly available manner on a cluster. Package: dalvik-exchange Description-md5: 09759f5ddaff7a9fc16c0f6211b88531 Description-en: Manipulate Dalvik eXchange format and produce dex files Dalvik is a process virtual machine in Google's Android operating system that executes applications written for Android. . dalvik-exchange is the tool that takes in class files and reformulates them for consumption in the VM. It also does a few other things. . This program is officially named "dx" but in order to avoid naming conflict with OpenDX in Debian it is renamed to "dalvik-exchange". . This package also provides the "mainDexClasses" program. Package: db5.3-sql-util Description-md5: 349c24cfe3663fabfe92a44786475ac7 Description-en: Berkeley v5.3 SQL Database Utilities This package provides different tools for manipulating databases in the Berkeley v5.3 SQL database format, and includes: - db5.3_sql: sqlite3 compatible command-line utility Package: dbus-tests Description-md5: 21d8962af3ce2eb690155b3d6c1a7f1b Description-en: simple interprocess messaging system (test infrastructure) 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 automated and manual tests for D-Bus, and the dbus-test-tool utility. It also provides copies of the D-Bus libraries and executables compiled with extra debug information and logging. . See the dbus package description for more information about D-Bus in general. Package: dexdump Description-md5: ee7ea497e8ce1a11d6430bab52b5560f Description-en: Displays information about Android DEX files The `dexdump` tool is intended to mimic `objdump`. When possible, use similar command-line arguments. . This is a re-implementation of the original `dexdump` utility that was based on Dalvik functions in `libdex` into a new `dexdump` that is now based on ART functions in `libart` instead. The output is very similar to to the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported. Package: dexlist Description-md5: 0a40a03c659a257c2d7a8d99b4a0e42b Description-en: Lists all methods in all concrete classes in Android DEX files This is a re-implementation of the original `dexlist` utility that was based on Dalvik functions in `libdex` into a new `dexlist` that is now based on ART functions in `libart` instead. The output is very similar to to the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported. Package: dh-apparmor Description-md5: c7bc3728b9d5d471c45d2a640c36d87f Description-en: AppArmor debhelper routines dh-apparmor provides the debhelper tools used to install and migrate AppArmor profiles. This is normally used from package maintainer scripts during install and removal. Package: dh-apport Description-md5: a5c779df9e0b356100c76151d7cef527 Description-en: debhelper extension for the apport crash report system apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides a debhelper extension to make it easier for other packages to include apport hooks. Package: dh-translations Description-md5: 7c1312ea3fd1cf79858c39fdb547739f Description-en: debhelper extension for translation support This package provides a debhelper extension to perform common translation related operations during package build: . * Try to build a current PO template. . * Remove inline translations from *.desktop, *.server, *.schemas, and *.policy files and replace them with a link to the gettext domain, so that strings in them will get translated at runtime from *.mo files. This allows language packs to ship updated translations. Package: dmtracedump Description-md5: 3d072592d6edc8c13130e73a24e1c654 Description-en: Generates graphical call-stack diagrams from Android trace logs `dmtracedump` generates the call stack data as a tree diagram, where each node represents a method call. It shows call flow (from parent node to child nodes) using arrows. Package: docker-doc Description-md5: 4f86326741c09d05fe80222b21fce476 Description-en: Linux container runtime -- documentation Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. . Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. . This package contains the daemon and client. Using docker.io on non-amd64 hosts is not supported at this time. Please be careful when using it on anything besides amd64. . Also, note that kernel version 3.8 or above is required for proper operation of the daemon process, and that any lower versions may have subtle and/or glaring issues. . This package provides documentation for Docker. Package: docker.io Description-md5: 05dc9eba68f3bf418e6a0cf29d555878 Description-en: Linux container runtime Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. . Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. . This package contains the daemon and client. Using docker.io on non-amd64 hosts is not supported at this time. Please be careful when using it on anything besides amd64. . Also, note that kernel version 3.8 or above is required for proper operation of the daemon process, and that any lower versions may have subtle and/or glaring issues. Package: dovecot-gssapi Description-md5: 9f4b2fcb5aebf7d757c3b91ec594fd37 Description-en: secure POP3/IMAP server - GSSAPI support 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 supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides GSSAPI authentication support for Dovecot. Package: dovecot-ldap Description-md5: cf9a560992c979e66145b609891e191d Description-en: secure POP3/IMAP server - LDAP support 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 supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides LDAP support for Dovecot. Package: dovecot-lmtpd Description-md5: 1f512867746b7f058518f80e369c13d8 Description-en: secure POP3/IMAP server - LMTP 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 supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot LMTP server. Package: dovecot-mysql Description-md5: a603c5fc8628574f9890bfe63a43615d Description-en: secure POP3/IMAP server - MySQL support 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 supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides MySQL support for Dovecot. Package: dovecot-pgsql Description-md5: e8aa6d8fe1c38481139bebe08f38c035 Description-en: secure POP3/IMAP server - PostgreSQL support 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 supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides PostgreSQL support for Dovecot. Package: dovecot-solr Description-md5: 26b94d4d2bce4be7a79f1a90218de82c Description-en: secure POP3/IMAP server - Solr support 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 supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides Solr full text search support for Dovecot. Package: dovecot-sqlite Description-md5: 84d239fb9502af48d31d27798fb5a82b Description-en: secure POP3/IMAP server - SQLite support 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 supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides SQLite support for Dovecot. Package: dpdk-igb-uio-dkms Description-md5: 9dabcdfb5c92f78c3bf352576e670063 Description-en: Data Plane Development Kit (igb uio dkms) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This package contains the source code for the igb_uio kernel module. Package: dpdk-rte-kni-dkms Description-md5: 74bb12a5b9421904b60b993ef1361f95 Description-en: Data Plane Development Kit (rte kni dkms) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This package contains the source code for the rte_kni kernel module. Package: dummydroid Description-md5: 32456ae6e39d2370f1ff43c141cf8dea Description-en: Register a GSF ID for mock-up Android devices Dummy Droid allows you to create hardware profiles for arbitrary Android devices and upload them into your Google Play account, thereby creating a "Google Services Framework ID". . Mocks can either be generated from the /system/build.prop file of existing hardware or be completely made up from scratch. You (may) need this tool if Google Play won't give you access to an app because of device incompatibilities, country or carrier restrictions. You (may) also need this tool if you are an app developer yourself and want to test compatibility filter settings without actually owning the target device. . Word of warning: Dummy Droid grants you absolute freedom, including the freedom to specify absolute nonsense (such as a smart-tv with a screensize of 1 pixel). Please pay attention to the instructions and use a throw-away account for testing. Otherwise you might end up with dozens of mocks in your main account you cannot get rid of again! Package: ecj Description-md5: ba0a97001b627dcefb46737dc340ede6 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, 5, 6, 7, 8 and 9. Package: eclipse-debian-helper Description-md5: 5da57dddf06df56e64eb96a97d7d2a9a Description-en: Helper tools for building Eclipse related packages eclipse-debian-helper is a set of tools used to build Eclipse related package. It provides a debhelper buildsystem to compile and package projects consisting in a collection of Eclipse bundles. Package: eclipse-titan Description-md5: 345a9cf8698420200714137527172bec Description-en: TITAN TTCN-3 toolset from the Eclipse project TTCN-3 is a standardized, modular language specifically designed for testing. Eclipse Titan offers a free and open source (FOSS) compiler both for TTCN-3 and for ASN.1 Package: elki Description-md5: 1cb9556a05eb3971a33ee5fb18a5e3f9 Description-en: Data mining algorithm development framework ELKI: "Environment for Developing KDD-Applications Supported by Index-Structures" is a development framework for data mining algorithms written in Java. It includes a large variety of popular data mining algorithms, distance functions and index structures. . Its focus is particularly on clustering and outlier detection methods, in contrast to many other data mining toolkits that focus on classification. Additionally, it includes support for index structures to improve algorithm performance such as R*-Tree and M-Tree. . The modular architecture is meant to allow adding custom components such as distance functions or algorithms, while being able to reuse the other parts for evaluation. . This package contains the compiled ELKI version, and launcher scripts. Package: elki-dev Description-md5: 648c5c57de65de788810e6bbbd802f44 Description-en: Data mining algorithm development framework - development files ELKI: "Environment for Developing KDD-Applications Supported by Index-Structures" is a development framework for data mining algorithms written in Java. It includes a large variety of popular data mining algorithms, distance functions and index structures. . Its focus is particularly on clustering and outlier detection methods, in contrast to many other data mining toolkits that focus on classification. Additionally, it includes support for index structures to improve algorithm performance such as R*-Tree and M-Tree. . The modular architecture is meant to allow adding custom components such as distance functions or algorithms, while being able to reuse the other parts for evaluation. . This package contains the JavaDoc and the source code package. 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: enjarify Description-md5: 99067e712b51d270b0a96cb0ae1ad1eb Description-en: translate Dalvik bytecode to equivalent Java bytecode Android applications are Java programs that run on a customized virtual machine, which is part of the Android operating system, the Dalvik VM. Their bytecode differs from the bytecode of normal Java applications. . Enjarify can translate the Dalvik bytecode back to equivalent Java bytecode, which simplifies the analysis of Android applications. Package: erlang-p1-tls Description-md5: 0164ba8863deb83be3bb1a86c3742f94 Description-en: native TLS / SSL driver for Erlang / Elixir Fast TSL is a native TLS / SSL driver for Erlang / Elixir. It is based on OpenSSL, a proven and efficient TLS implementation. It is designed for efficiency, speed and compliance. Package: etc1tool Description-md5: 1bbf24cfceac355f34ed7421b8bee0f0 Description-en: ETC1 conversion tool etc1tool is a command line utility that lets you encode PNG images to the ETC1 compression standard and decode ETC1 compressed images back to PNG. It is part of the Android SDK for working with media files for game apps. The standard for the ETC1 texture format is here: http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt Package: evolution-data-server-online-accounts Description-md5: d0a92c397ae0f579fa7f2c3c1bf63034 Description-en: evolution database server (transitional package) The data server, called "Evolution Data Server" is responsible for managing mail, calendar, addressbook, tasks and memo information. . This is a transitional package. It can safely be removed. Package: evolution-data-server-tests Description-md5: f089152abdefc1f27359965309935277 Description-en: Installed tests for the evolution database backend server The data server, called "Evolution Data Server" is responsible for managing mail, calendar, addressbook, tasks and memo information. . This package contains test programs, designed to be run as part of a regression testsuite. 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: aeba4b7189f937a626d0f2ef05b13cbb Description-en: EXIF/IPTC/XMP metadata manipulation tool Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats . Exiv2 command line utility to: . * print Exif, IPTC and XMP image metadata in different formats: - Exif summary info, interpreted values, or the plain data for each tag * set, add and delete Exif, IPTC and XMP image metadata from command line modify commands or command scripts * adjust the Exif timestamp (that's how it all started...) * rename Exif image files according to the Exif timestamp * extract, insert and delete Exif, IPTC and XMP metadata and JPEG comments * extract previews from RAW images and thumbnails from the Exif metadata * insert and delete the thumbnail image embedded in the Exif metadata * print, set and delete the JPEG comment of JPEG images * fix the Exif ISO setting of picture taken with Canon and 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: f2fs-tools Description-md5: 2a4a0b079e6b5a5561aa4c62b2efbeb3 Description-en: Tools for Flash-Friendly File System F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). Package: f2fs-tools-dbg Description-md5: b623ed10477ba00b5ae84cb208fd6850 Description-en: Tools for Flash-Friendly File System (debug) F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). . This package contains the debugging symbols. Package: fastboot Description-md5: 8b81c271aea186c016f4a979be743992 Description-en: Android fastboot tool A command line tool for flashing an Android device, boot an Android device to fastboot mode, etc.. Package: ffmpeg Description-md5: 032ff4ee68b923f5137379a7857cb8a8 Description-en: Tools for transcoding, streaming and playing of multimedia files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This package contains: * ffmpeg: a command line tool to convert multimedia files between formats * ffserver: a multimedia streaming server for live broadcasts * ffplay: a simple media player based on SDL and the FFmpeg libraries * ffprobe: a simple multimedia stream analyzer * qt-faststart: a utility to rearrange Quicktime files Package: ffmpeg-doc Description-md5: 932d67e93ba3ceb35226d892e216a9ea Description-en: Documentation of the FFmpeg multimedia framework FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This package contains the HTML documentation for the FFmpeg multimedia framework including the API documentation created by doxygen and the manpages for the libraries. Package: figtree Description-md5: e06f51cdb4e8a7021940de0d58824055 Description-en: graphical phylogenetic tree viewer FigTree is designed as a graphical viewer of phylogenetic trees and as a program for producing publication-ready figures. In particular it is designed to display summarized and annotated trees produced by BEAST. Package: firefox-globalmenu Description-md5: 1b267431605d90f28d4104239bf87ff8 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: firefox-testsuite Description-md5: 1c5406dea364e8840846b9dacd3c8955 Description-en: Safe and easy web browser from Mozilla - testsuite 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 testsuite 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: flatpak Description-md5: f91acb1d2880527b2759bc5e2d99fbff Description-en: Application deployment framework for desktop apps Flatpak installs, manages and runs sandboxed desktop application bundles. Application bundles run partially isolated from the wider system, using containerization techniques such as namespaces to prevent direct access to system resources. Resources from outside the sandbox can be accessed via "portal" services, which are responsible for access control; for example, the Documents portal displays an "Open" dialog outside the sandbox, then allows the application to access only the selected file. . Each application uses a specified "runtime", or set of libraries, which is available as /usr inside its sandbox. This can be used to run application bundles with multiple, potentially incompatible sets of dependencies within the same desktop environment. . This package contains the services and executables needed to install and launch sandboxed applications, and the portal services needed to provide limited access to resources outside the sandbox. Package: flatpak-tests Description-md5: 8c55ee927d2b9992e22292e7b2c097aa Description-en: Application deployment framework for desktop apps (tests) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains automated tests. Package: flightcrew Description-md5: 4e52dbd1228c200ac9a5f82cbbe6421c Description-en: C++ epub validator FlightCrew is an epub validator written in C++. It is used by sigil to validate epub files, and may be generally useful for other epub creation utilities. Package: freedink-dfarc Description-md5: 638a3055c34a2e86150d066966aa1d6d Description-en: frontend and .dmod installer for GNU FreeDink Dink Smallwood is an adventure/role-playing game, similar to Zelda, made by RTsoft. Besides twisted humor, it includes the actual game editor, allowing players to create hundreds of new adventures called Dink Modules or D-Mods for short. . DFArc2 makes it easy to play and manage the Dink Smallwood game and its numerous D-Mods. Package: freedink-dfarc-dbg Description-md5: dbb69a5335dbce7de3b087e4ada6a0b5 Description-en: debugging symbols for dfarc Dink Smallwood is an adventure/role-playing game, similar to Zelda, made by RTsoft. Besides twisted humor, it includes the actual game editor, allowing players to create hundreds of new adventures called Dink Modules or D-Mods for short. . DFArc2 makes it easy to play and manage the Dink Smallwood game and its numerous D-Mods. . This package contains the debugging symbols for dfarc. 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-memcached Description-md5: 6c7415181d540694968e8e8c5fbf1877 Description-en: Memcached module for FreeRADIUS server The FreeRADIUS server can cache data in memcached and this package contains the required module. 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-redis Description-md5: 409331feca6e7b06facbc4bac2a0f07b Description-en: Redis module for FreeRADIUS server This module is required to enable the FreeRADIUS server to access Redis databases. Package: freeradius-rest Description-md5: 84efad4f894dd87ee01e51563cfab4f8 Description-en: REST module for FreeRADIUS server The FreeRADIUS server can make calls to remote web APIs, and this module is necessary for that. Package: freeradius-yubikey Description-md5: 085fe9fe99855d39801336fb78e00a38 Description-en: Yubikey module for FreeRADIUS server This package is required to add Yubikey functionality to the FreeRADIUS server. Package: freerdp-x11 Description-md5: c4929c6614bb3d2257a1f67d82098bd3 Description-en: RDP client for Windows Terminal Services (X11 client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the X11 based client. Package: freerdp2-shadow-x11 Description-md5: 5e8fef249679625146e6e6f483c3b488 Description-en: FreeRDP x11 shadowing server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains a "shadowing" server that can be used to share an already started X11 DISPLAY. Package: freerdp2-wayland Description-md5: a5e739176253fe4f397467dba68645a0 Description-en: RDP client for Windows Terminal Services (wayland client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP clients supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the wayland based client. Package: freerdp2-x11 Description-md5: c4929c6614bb3d2257a1f67d82098bd3 Description-en: RDP client for Windows Terminal Services (X11 client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the X11 based client. Package: fscrypt Description-md5: 2a42e056b61a38229a55fa1f2cabba9e Description-en: Tool for managing Linux filesystem encryption fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. . To use fscrypt, you must have a filesystem with encryption enabled and a kernel that supports reading/writing from that filesystem. Currently, ext4, F2FS, and UBIFS support Linux filesystem encryption. Package: g++-7-alpha-linux-gnu Description-md5: 2d00942ba5eb012a9fd5c68196421586 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for alpha architecture. Package: g++-7-arm-linux-gnueabi Description-md5: 69b23ef48559dcf51900077931d27dae Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armel architecture. Package: g++-7-hppa-linux-gnu Description-md5: 51ed3edd65aa0109d0bbf35707669a15 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for hppa architecture. Package: g++-7-i686-linux-gnu Description-md5: 551b2217050ccb62efd403371fcd4704 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for i386 architecture. Package: g++-7-m68k-linux-gnu Description-md5: 33cb9432a33844cdaffb42e7e44c93e4 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for m68k architecture. Package: g++-7-mips-linux-gnu Description-md5: 5f941c6142c4ed9b87ea7c3083132506 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips architecture. Package: g++-7-mips64-linux-gnuabi64 Description-md5: 5eb6ac886975f745349dae49575cd881 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64 architecture. Package: g++-7-mips64el-linux-gnuabi64 Description-md5: cfbb23b2a04dbb6711728a8531f9a8f8 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64el architecture. Package: g++-7-mipsel-linux-gnu Description-md5: ebf8769690429269deec45d4f886faf0 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mipsel architecture. Package: g++-7-multilib-arm-linux-gnueabi Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-arm-linux-gnueabihf Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-i686-linux-gnu Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-mips-linux-gnu Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-mips64-linux-gnuabi64 Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-mips64el-linux-gnuabi64 Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-mipsel-linux-gnu Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-powerpc-linux-gnu Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-powerpc64-linux-gnu Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-s390x-linux-gnu Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-sparc64-linux-gnu Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-x86-64-linux-gnux32 Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-powerpc-linux-gnuspe Description-md5: 77f2531f8ebc660bcff098458d78b2d8 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpcspe architecture. Package: g++-7-powerpc64-linux-gnu Description-md5: ec2fcfae8b97168ef2c032456149eed4 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for ppc64 architecture. Package: g++-7-riscv64-linux-gnu Description-md5: 2ba84aa482a69bda543803617023f41c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for riscv64 architecture. Package: g++-7-s390x-linux-gnu Description-md5: 3c9fdc00eb547ec8be7bcce01a69c0ea Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for s390x architecture. Package: g++-7-sh4-linux-gnu Description-md5: 5f202e5692a5e8b0f49b93770465d1e7 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for sh4 architecture. Package: g++-7-sparc64-linux-gnu Description-md5: 4a2f0c157e1965c199e84a8459fe55ee Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for sparc64 architecture. Package: g++-7-x86-64-linux-gnux32 Description-md5: 623381f6ad6d5450b6259c9194f8c85f Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for x32 architecture. Package: g++-8 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-8-aarch64-linux-gnu Description-md5: a7f8482a0c83b82b8aaf4e0cb957d5d0 Description-en: GNU C++ compiler (cross compiler for arm64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arm64 architecture. Package: g++-8-alpha-linux-gnu Description-md5: c0bc62cb25b56097db947d9f27d6e7a0 Description-en: GNU C++ compiler (cross compiler for alpha architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for alpha architecture. Package: g++-8-arm-linux-gnueabi Description-md5: 5046662fa8830ee3b7e41bd1fb621aa8 Description-en: GNU C++ compiler (cross compiler for armel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armel architecture. Package: g++-8-arm-linux-gnueabihf Description-md5: 466636539965b105eeffa2a5b48e2850 Description-en: GNU C++ compiler (cross compiler for armhf architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armhf architecture. Package: g++-8-hppa-linux-gnu Description-md5: 400423dfeca689996725f7a1e6baa2d7 Description-en: GNU C++ compiler (cross compiler for hppa architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for hppa architecture. Package: g++-8-i686-linux-gnu Description-md5: afff2dc72e2284224d811d1b7d6a3051 Description-en: GNU C++ compiler (cross compiler for i386 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for i386 architecture. Package: g++-8-m68k-linux-gnu Description-md5: 7ddb89c61f3eaef3ccfc87c6339568e1 Description-en: GNU C++ compiler (cross compiler for m68k architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for m68k architecture. Package: g++-8-mips-linux-gnu Description-md5: e230f2df7a8b7b03010a200ed0aae05a Description-en: GNU C++ compiler (cross compiler for mips architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips architecture. Package: g++-8-mips64-linux-gnuabi64 Description-md5: 9606db375e8c22b84abbadfcf1166d7a Description-en: GNU C++ compiler (cross compiler for mips64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64 architecture. Package: g++-8-mips64el-linux-gnuabi64 Description-md5: dfb5e6af734c0f14e9923330c988cbfb Description-en: GNU C++ compiler (cross compiler for mips64el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64el architecture. Package: g++-8-mipsel-linux-gnu Description-md5: 0deb158ff6df6c399b2420d149aec82d Description-en: GNU C++ compiler (cross compiler for mipsel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mipsel architecture. Package: g++-8-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-arm-linux-gnueabi Description-md5: 84a48a685c386b0627ebb4867abd4aec Description-en: GNU C++ compiler (multilib support) (cross compiler for armel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-arm-linux-gnueabihf Description-md5: 3d352c8508ce6f7439f981af9f6c4320 Description-en: GNU C++ compiler (multilib support) (cross compiler for armhf architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-i686-linux-gnu Description-md5: 1b477be30862e6844809da2c63f23bde Description-en: GNU C++ compiler (multilib support) (cross compiler for i386 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-mips-linux-gnu Description-md5: f1a14ea5c44a1b00e7ce244533431ce6 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-mips64-linux-gnuabi64 Description-md5: e975a9f2674f872a0122d765bf2dce46 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-mips64el-linux-gnuabi64 Description-md5: 6a525f086691aa79b492acb926b45201 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-mipsel-linux-gnu Description-md5: 7eb41eebe27c031222436d32ac893474 Description-en: GNU C++ compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-powerpc-linux-gnu Description-md5: ce976239962eb02dc6cc11004274270f Description-en: GNU C++ compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-powerpc64-linux-gnu Description-md5: 00e742f4472bbb037b93ad698bf36caa Description-en: GNU C++ compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-s390x-linux-gnu Description-md5: 2cec0f98c0acc54a45419dbd2fbb00a5 Description-en: GNU C++ compiler (multilib support) (cross compiler for s390x architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-sparc64-linux-gnu Description-md5: 66228665f9926c448f8cc0efd590015e Description-en: GNU C++ compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-x86-64-linux-gnux32 Description-md5: 2cb052e946be1564825b901c0f5ab14c Description-en: GNU C++ compiler (multilib support) (cross compiler for x32 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-powerpc-linux-gnu Description-md5: b6993fa4a5bfc950233d89bb6922d796 Description-en: GNU C++ compiler (cross compiler for powerpc architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpc architecture. Package: g++-8-powerpc-linux-gnuspe Description-md5: 8b525c30b48f6e57ed4ddb63a055d85e Description-en: GNU C++ compiler (cross compiler for powerpcspe architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpcspe architecture. Package: g++-8-powerpc64-linux-gnu Description-md5: 8773af1a015cc0fff329800b1c8eb18b Description-en: GNU C++ compiler (cross compiler for ppc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for ppc64 architecture. Package: g++-8-powerpc64le-linux-gnu Description-md5: 9d3a342fa9bb1664c1a3228fb97d3eae Description-en: GNU C++ compiler (cross compiler for ppc64el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for ppc64el architecture. Package: g++-8-riscv64-linux-gnu Description-md5: 3c417007b0cbe0fdbdbd2d7eb5e639b2 Description-en: GNU C++ compiler (cross compiler for riscv64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for riscv64 architecture. Package: g++-8-s390x-linux-gnu Description-md5: 6504513b0451939eb03345282ca3aacc Description-en: GNU C++ compiler (cross compiler for s390x architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for s390x architecture. Package: g++-8-sh4-linux-gnu Description-md5: 0f5474e825fb350a71fabbb1c3dfc2cc Description-en: GNU C++ compiler (cross compiler for sh4 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for sh4 architecture. Package: g++-8-sparc64-linux-gnu Description-md5: 0ca69794eaa79de76832bd3e72334574 Description-en: GNU C++ compiler (cross compiler for sparc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for sparc64 architecture. Package: g++-8-x86-64-linux-gnux32 Description-md5: 056b1050ba2a52d3ec4a46a6f4ee9140 Description-en: GNU C++ compiler (cross compiler for x32 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for x32 architecture. Package: g++-alpha-linux-gnu Description-md5: 63455f6f87778fa475c4784e9a7d06d1 Description-en: GNU C++ compiler for the alpha architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the alpha architecture. Package: g++-arm-linux-gnueabi Description-md5: 05df4fea4d3956fb12eda5f6640a9368 Description-en: GNU C++ compiler for the armel architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the armel architecture. Package: g++-hppa-linux-gnu Description-md5: 905a8313956ffa9b5f950bb5b7d1877e Description-en: GNU C++ compiler for the hppa architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the hppa architecture. Package: g++-i686-linux-gnu Description-md5: 026c455987cbc4640005a144b55494cf Description-en: GNU C++ compiler for the i386 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the i386 architecture. Package: g++-m68k-linux-gnu Description-md5: db3172d6c0f5b027c5611f948d711fbc Description-en: GNU C++ compiler for the m68k architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the m68k architecture. Package: g++-mips-linux-gnu Description-md5: 7d0f5a2fd60fad3c51072d2ce11a6d33 Description-en: GNU C++ compiler for the mips architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips architecture. Package: g++-mips64-linux-gnuabi64 Description-md5: 781a7c262ab4284bf910c04dfdbfe58b Description-en: GNU C++ compiler for the mips64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips64 architecture. Package: g++-mips64el-linux-gnuabi64 Description-md5: a926829d443670257a23b76629c17678 Description-en: GNU C++ compiler for the mips64el architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips64el architecture. Package: g++-mipsel-linux-gnu Description-md5: a78509f9da485fd866d51fcfdb80a191 Description-en: GNU C++ compiler for the mipsel architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mipsel architecture. Package: g++-multilib-arm-linux-gnueabi Description-md5: 91b0388d2b3cbf8bef208a4882d3a7da Description-en: GNU C++ compiler for the armel architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the armel architecture. Package: g++-multilib-arm-linux-gnueabihf Description-md5: 319506281ce6c554e4fc88d15dc1e1ac Description-en: GNU C++ compiler for the armhf architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the armhf architecture. Package: g++-multilib-i686-linux-gnu Description-md5: 21d062243171427488240851c399824b Description-en: GNU C++ compiler for the i386 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the i386 architecture. Package: g++-multilib-mips-linux-gnu Description-md5: 4500c93654c87411789a52ddac7f25e7 Description-en: GNU C++ compiler for the mips architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips architecture. Package: g++-multilib-mips64-linux-gnuabi64 Description-md5: cf9010cf4f93dc94ac432e8911adee0d Description-en: GNU C++ compiler for the mips64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips64 architecture. Package: g++-multilib-mips64el-linux-gnuabi64 Description-md5: f5c55516384cc7459f3887503eafb0af Description-en: GNU C++ compiler for the mips64el architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips64el architecture. Package: g++-multilib-mipsel-linux-gnu Description-md5: 8e79848fc2d9c5a3cb72658e63a467b9 Description-en: GNU C++ compiler for the mipsel architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mipsel architecture. Package: g++-multilib-powerpc-linux-gnu Description-md5: 4fc6dc02333543ee6db964e755540b56 Description-en: GNU C++ compiler for the powerpc architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the powerpc architecture. Package: g++-multilib-powerpc64-linux-gnu Description-md5: b8cb59982684379a36c19e6abe4f591f Description-en: GNU C++ compiler for the ppc64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the ppc64 architecture. Package: g++-multilib-s390x-linux-gnu Description-md5: 923d5d98e01f79c8853e01090403d09a Description-en: GNU C++ compiler for the s390x architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the s390x architecture. Package: g++-multilib-sparc64-linux-gnu Description-md5: 66ae43da9a032d1752d97ec3b62d296e Description-en: GNU C++ compiler for the sparc64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the sparc64 architecture. Package: g++-multilib-x86-64-linux-gnux32 Description-md5: dbb207d5c6757c026380fba16058c9ce Description-en: GNU C++ compiler for the x32 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the x32 architecture. Package: g++-powerpc-linux-gnuspe Description-md5: 0a6c02317caff25f7508bb5c15ee1bd6 Description-en: GNU C++ compiler for the powerpcspe architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the powerpcspe architecture. Package: g++-powerpc64-linux-gnu Description-md5: 3a3c7919ff09612e0528b8e93af74355 Description-en: GNU C++ compiler for the ppc64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the ppc64 architecture. Package: g++-riscv64-linux-gnu Description-md5: ebbf506aca8c79a0d53f2d5b1879a38c Description-en: GNU C++ compiler for the riscv64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the riscv64 architecture. Package: g++-s390x-linux-gnu Description-md5: 611e82003e6b39e22236bec4046da2b9 Description-en: GNU C++ compiler for the s390x architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the s390x architecture. Package: g++-sh4-linux-gnu Description-md5: c3fee81ad277f72de39cc9578b38e026 Description-en: GNU C++ compiler for the sh4 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the sh4 architecture. Package: g++-sparc64-linux-gnu Description-md5: 2fd5de3ec4816eb88005bbefa7b13a03 Description-en: GNU C++ compiler for the sparc64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the sparc64 architecture. Package: g++-x86-64-linux-gnux32 Description-md5: ca674cd5b7ed6d5bdcc6aac8d37327aa Description-en: GNU C++ compiler for the x32 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the x32 architecture. Package: gcc-7-alpha-linux-gnu Description-md5: ebdccbc65486d4788d777251b64ceaec Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for alpha architecture. Package: gcc-7-alpha-linux-gnu-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-7-arm-linux-gnueabi Description-md5: 5961b3dbd991983fbda671e28483e6db Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armel architecture. Package: gcc-7-arm-linux-gnueabi-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-7-cross-base-ports Description-md5: 4c157f495e05e11e4ad2e3074ac017e0 Description-en: GCC, the GNU Compiler Collection (library base package) This empty package contains changelog and copyright files common to all libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-hppa-linux-gnu Description-md5: 3ef40e31ff6727aeed9558381913e76e Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for hppa architecture. Package: gcc-7-hppa-linux-gnu-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-7-hppa64-linux-gnu Description-md5: 0ee0959bbc343ff940f7f385554ffc51 Description-en: GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-7-i686-linux-gnu Description-md5: 0b1b61f5feac956f919f52a062bf654a Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for i386 architecture. Package: gcc-7-i686-linux-gnu-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-7-locales Description-md5: eb5e72cb380341d4ed2ad2d24c34f31d Description-en: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Package: gcc-7-m68k-linux-gnu Description-md5: 67c15bbd21235e5c1f178c0d64282d7d Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for m68k architecture. Package: gcc-7-m68k-linux-gnu-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-7-mips-linux-gnu Description-md5: fbb9005a77c7c45614fae7db8d8450bf Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips architecture. Package: gcc-7-mips-linux-gnu-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-7-mips64-linux-gnuabi64 Description-md5: e02c20944857d1c4d74351a4e6db7e3f Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64 architecture. Package: gcc-7-mips64-linux-gnuabi64-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-7-mips64el-linux-gnuabi64 Description-md5: fdde4284c7db23711f2ec306fe82abdf Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64el architecture. Package: gcc-7-mips64el-linux-gnuabi64-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-7-mipsel-linux-gnu Description-md5: cbf33eb89d8986fe887a68e9a294b28e Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mipsel architecture. Package: gcc-7-mipsel-linux-gnu-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-7-multilib-arm-linux-gnueabi Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-arm-linux-gnueabihf Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-i686-linux-gnu Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-mips-linux-gnu Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-mips64-linux-gnuabi64 Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-mips64el-linux-gnuabi64 Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-mipsel-linux-gnu Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-powerpc-linux-gnu Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-powerpc64-linux-gnu Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-s390x-linux-gnu Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-sparc64-linux-gnu Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-x86-64-linux-gnux32 Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-offload-nvptx Description-md5: 3c146096ed88f2f061e433f8b7d0e37c Description-en: GCC offloading compiler to NVPTX The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. Package: gcc-7-plugin-dev-aarch64-linux-gnu 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-7-plugin-dev-alpha-linux-gnu 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-7-plugin-dev-arm-linux-gnueabi 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-7-plugin-dev-arm-linux-gnueabihf 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-7-plugin-dev-hppa-linux-gnu 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-7-plugin-dev-i686-linux-gnu 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-7-plugin-dev-m68k-linux-gnu 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-7-plugin-dev-mips-linux-gnu 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-7-plugin-dev-mips64-linux-gnuabi64 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-7-plugin-dev-mips64el-linux-gnuabi64 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-7-plugin-dev-mipsel-linux-gnu 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-7-plugin-dev-powerpc-linux-gnu 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-7-plugin-dev-powerpc-linux-gnuspe 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-7-plugin-dev-powerpc64-linux-gnu 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-7-plugin-dev-powerpc64le-linux-gnu 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-7-plugin-dev-riscv64-linux-gnu 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-7-plugin-dev-s390x-linux-gnu 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-7-plugin-dev-sh4-linux-gnu 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-7-plugin-dev-sparc64-linux-gnu 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-7-plugin-dev-x86-64-linux-gnux32 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-7-powerpc-linux-gnuspe Description-md5: 214e9c98fb78745ed6d350f0f433dda1 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for powerpcspe architecture. Package: gcc-7-powerpc-linux-gnuspe-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-7-powerpc64-linux-gnu Description-md5: f473770aadc932c1ce1376f262f5e957 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for ppc64 architecture. Package: gcc-7-powerpc64-linux-gnu-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-7-riscv64-linux-gnu Description-md5: 608fe6acc9b572d241c5e415eb85b2d6 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for riscv64 architecture. Package: gcc-7-riscv64-linux-gnu-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-7-s390x-linux-gnu Description-md5: ca2594eb81ce8dd1e698d498530d81ee Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for s390x architecture. Package: gcc-7-s390x-linux-gnu-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-7-sh4-linux-gnu Description-md5: 4358c12ed3a048708d4c39a1beb663cf Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for sh4 architecture. Package: gcc-7-sh4-linux-gnu-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-7-source Description-md5: cb00049993a8c14b73bb041c050eb8c5 Description-en: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Package: gcc-7-sparc64-linux-gnu Description-md5: 409d2b0858ba2a96d2c5d4c2aedb8aa9 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for sparc64 architecture. Package: gcc-7-sparc64-linux-gnu-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-7-test-results Description-md5: dc68b9fb54342c9f71afbc0efcf1ade0 Description-en: Test results for the GCC test suite This package contains the test results for running the GCC test suite for a post build analysis. Package: gcc-7-x86-64-linux-gnux32 Description-md5: d849f11fa206d245a17bfa2b9c619ddc Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for x32 architecture. Package: gcc-7-x86-64-linux-gnux32-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-8 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-8-aarch64-linux-gnu Description-md5: 6605467979c7b4a27b8a1c6ed7aabd06 Description-en: GNU C compiler (cross compiler for arm64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for arm64 architecture. Package: gcc-8-aarch64-linux-gnu-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-8-alpha-linux-gnu Description-md5: 88aca54a1627a3fd7711d3f9d7ac5f33 Description-en: GNU C compiler (cross compiler for alpha architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for alpha architecture. Package: gcc-8-alpha-linux-gnu-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-8-arm-linux-gnueabi Description-md5: 6d4f736a5f9df9e4e9a88a6f23fb803f Description-en: GNU C compiler (cross compiler for armel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armel architecture. Package: gcc-8-arm-linux-gnueabi-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-8-arm-linux-gnueabihf Description-md5: 81e320f4fe3cb20f4878142f5988397e Description-en: GNU C compiler (cross compiler for armhf architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armhf architecture. Package: gcc-8-arm-linux-gnueabihf-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-8-cross-base-ports Description-md5: 4c157f495e05e11e4ad2e3074ac017e0 Description-en: GCC, the GNU Compiler Collection (library base package) This empty package contains changelog and copyright files common to all libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-8-hppa-linux-gnu Description-md5: cef7613d51735832c53f1b1325a89812 Description-en: GNU C compiler (cross compiler for hppa architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for hppa architecture. Package: gcc-8-hppa-linux-gnu-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-8-hppa64-linux-gnu Description-md5: 0ee0959bbc343ff940f7f385554ffc51 Description-en: GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-8-i686-linux-gnu Description-md5: e08cbb27b980ce408f7cf6b470382377 Description-en: GNU C compiler (cross compiler for i386 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for i386 architecture. Package: gcc-8-i686-linux-gnu-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-8-locales Description-md5: eb5e72cb380341d4ed2ad2d24c34f31d Description-en: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Package: gcc-8-m68k-linux-gnu Description-md5: 593d004b0e996a576ee189070dfc0bcb Description-en: GNU C compiler (cross compiler for m68k architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for m68k architecture. Package: gcc-8-m68k-linux-gnu-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-8-mips-linux-gnu Description-md5: be6d2cc3e9b8c1d0308b373005b63a10 Description-en: GNU C compiler (cross compiler for mips architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips architecture. Package: gcc-8-mips-linux-gnu-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-8-mips64-linux-gnuabi64 Description-md5: ad8b0dd5eb608c299c86040d36ffd88e Description-en: GNU C compiler (cross compiler for mips64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64 architecture. Package: gcc-8-mips64-linux-gnuabi64-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-8-mips64el-linux-gnuabi64 Description-md5: cca731d17203fa2912fe9c3749d8d7c3 Description-en: GNU C compiler (cross compiler for mips64el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64el architecture. Package: gcc-8-mips64el-linux-gnuabi64-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-8-mipsel-linux-gnu Description-md5: 1ed845ccbb41e0438f6d587cf734705e Description-en: GNU C compiler (cross compiler for mipsel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mipsel architecture. Package: gcc-8-mipsel-linux-gnu-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-8-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-arm-linux-gnueabi Description-md5: fbfcfeacd3a6c24140a631ba4fda9360 Description-en: GNU C compiler (multilib support) (cross compiler for armel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-arm-linux-gnueabihf Description-md5: 4cb538840e60e5bf55300e2af7cc4bb4 Description-en: GNU C compiler (multilib support) (cross compiler for armhf architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-i686-linux-gnu Description-md5: 8f1710ddb22efe64f00eb522d643b878 Description-en: GNU C compiler (multilib support) (cross compiler for i386 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-mips-linux-gnu Description-md5: 352bce4d6af0ef3e2260adabe2ff173d Description-en: GNU C compiler (multilib support) (cross compiler for mips architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-mips64-linux-gnuabi64 Description-md5: 0ca7032ee3e71a85bdbed44c6b99bc87 Description-en: GNU C compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-mips64el-linux-gnuabi64 Description-md5: f4cfcd14632c3b026966af8e9ac60b0a Description-en: GNU C compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-mipsel-linux-gnu Description-md5: d3e65e9a4d8569516c54407d74e93560 Description-en: GNU C compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-powerpc-linux-gnu Description-md5: 8f8bcf0982eb50ed5e013710e4fba34f Description-en: GNU C compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-powerpc64-linux-gnu Description-md5: 6b4f4449535347d777e4be09c0f60a83 Description-en: GNU C compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-s390x-linux-gnu Description-md5: b66121d6f9ac00f634e35356c94f9fa6 Description-en: GNU C compiler (multilib support) (cross compiler for s390x architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-sparc64-linux-gnu Description-md5: 64868a8c5f326ebc1205d38ac2f1c47b Description-en: GNU C compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-x86-64-linux-gnux32 Description-md5: ce32998e15b35da4bb9d55103c9869ed Description-en: GNU C compiler (multilib support) (cross compiler for x32 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-offload-nvptx Description-md5: 3c146096ed88f2f061e433f8b7d0e37c Description-en: GCC offloading compiler to NVPTX The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. Package: gcc-8-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-8-plugin-dev-aarch64-linux-gnu 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-8-plugin-dev-alpha-linux-gnu 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-8-plugin-dev-arm-linux-gnueabi 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-8-plugin-dev-arm-linux-gnueabihf 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-8-plugin-dev-hppa-linux-gnu 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-8-plugin-dev-i686-linux-gnu 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-8-plugin-dev-m68k-linux-gnu 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-8-plugin-dev-mips-linux-gnu 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-8-plugin-dev-mips64-linux-gnuabi64 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-8-plugin-dev-mips64el-linux-gnuabi64 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-8-plugin-dev-mipsel-linux-gnu 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-8-plugin-dev-powerpc-linux-gnu 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-8-plugin-dev-powerpc-linux-gnuspe 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-8-plugin-dev-powerpc64-linux-gnu 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-8-plugin-dev-powerpc64le-linux-gnu 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-8-plugin-dev-riscv64-linux-gnu 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-8-plugin-dev-s390x-linux-gnu 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-8-plugin-dev-sh4-linux-gnu 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-8-plugin-dev-sparc64-linux-gnu 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-8-plugin-dev-x86-64-linux-gnux32 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-8-powerpc-linux-gnu Description-md5: 45b8bb0736af15d214f67dae5a33875a Description-en: GNU C compiler (cross compiler for powerpc architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for powerpc architecture. Package: gcc-8-powerpc-linux-gnu-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-8-powerpc-linux-gnuspe Description-md5: ff39b5cc10ec6fbfe003786d570b2e82 Description-en: GNU C compiler (cross compiler for powerpcspe architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for powerpcspe architecture. Package: gcc-8-powerpc-linux-gnuspe-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-8-powerpc64-linux-gnu Description-md5: 5576cbb75735e5752bbbd9f1338288a0 Description-en: GNU C compiler (cross compiler for ppc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for ppc64 architecture. Package: gcc-8-powerpc64-linux-gnu-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-8-powerpc64le-linux-gnu Description-md5: 02948f686f57b7661fd57acbd2976475 Description-en: GNU C compiler (cross compiler for ppc64el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for ppc64el architecture. Package: gcc-8-powerpc64le-linux-gnu-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-8-riscv64-linux-gnu Description-md5: 0d14114bfdde50833447e5afa7c0bea2 Description-en: GNU C compiler (cross compiler for riscv64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for riscv64 architecture. Package: gcc-8-riscv64-linux-gnu-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-8-s390x-linux-gnu Description-md5: 7061b5561490b87818d8a46702f2fd78 Description-en: GNU C compiler (cross compiler for s390x architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for s390x architecture. Package: gcc-8-s390x-linux-gnu-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-8-sh4-linux-gnu Description-md5: 539edebbf17a1829a278772b09e95d80 Description-en: GNU C compiler (cross compiler for sh4 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for sh4 architecture. Package: gcc-8-sh4-linux-gnu-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-8-source Description-md5: cb00049993a8c14b73bb041c050eb8c5 Description-en: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Package: gcc-8-sparc64-linux-gnu Description-md5: 4c65ae04634ee085bae81d947ec77b16 Description-en: GNU C compiler (cross compiler for sparc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for sparc64 architecture. Package: gcc-8-sparc64-linux-gnu-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-8-test-results Description-md5: dc68b9fb54342c9f71afbc0efcf1ade0 Description-en: Test results for the GCC test suite This package contains the test results for running the GCC test suite for a post build analysis. Package: gcc-8-x86-64-linux-gnux32 Description-md5: ce9301ad842c3273341fa161f1a958ae Description-en: GNU C compiler (cross compiler for x32 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for x32 architecture. Package: gcc-8-x86-64-linux-gnux32-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-alpha-linux-gnu Description-md5: 0250fe7da8f99f3dd8036156b9b7d8b9 Description-en: GNU C compiler for the alpha architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the alpha architecture. Package: gcc-arm-linux-gnueabi Description-md5: 2110a2ee344f1a65d3401a41cc0d42a7 Description-en: GNU C compiler for the armel architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the armel architecture. Package: gcc-hppa-linux-gnu Description-md5: 9b4cc0d6ef3204d23b1dfbb24fbea4a0 Description-en: GNU C compiler for the hppa architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the hppa architecture. Package: gcc-hppa64-linux-gnu Description-md5: 7507773089a56145bb979560f068e036 Description-en: GNU C compiler (cross compiler for hppa64-linux-gnu) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the hppa64 architecture. Package: gcc-i686-linux-gnu Description-md5: 87162302fcdfe23fcf402bcdae36f6e9 Description-en: GNU C compiler for the i386 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the i386 architecture. Package: gcc-m68k-linux-gnu Description-md5: 62b0578005db4ff12f60b4093fece105 Description-en: GNU C compiler for the m68k architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the m68k architecture. Package: gcc-mips-linux-gnu Description-md5: c1649e66b611f7e490e4187f67900cf1 Description-en: GNU C compiler for the mips architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips architecture. Package: gcc-mips64-linux-gnuabi64 Description-md5: 10a3aee250947d2b88ff880085b70f93 Description-en: GNU C compiler for the mips64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips64 architecture. Package: gcc-mips64el-linux-gnuabi64 Description-md5: bf957c91207d05b289c20c7079f38391 Description-en: GNU C compiler for the mips64el architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips64el architecture. Package: gcc-mipsel-linux-gnu Description-md5: 89d5822bf9c4a0f274590d1e6da9bf9b Description-en: GNU C compiler for the mipsel architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mipsel architecture. Package: gcc-multilib-arm-linux-gnueabi Description-md5: 2110a2ee344f1a65d3401a41cc0d42a7 Description-en: GNU C compiler for the armel architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the armel architecture. Package: gcc-multilib-arm-linux-gnueabihf Description-md5: 341bee5927aa97cd38931c348b808c55 Description-en: GNU C compiler for the armhf architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the armhf architecture. Package: gcc-multilib-i686-linux-gnu Description-md5: 87162302fcdfe23fcf402bcdae36f6e9 Description-en: GNU C compiler for the i386 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the i386 architecture. Package: gcc-multilib-mips-linux-gnu Description-md5: c1649e66b611f7e490e4187f67900cf1 Description-en: GNU C compiler for the mips architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips architecture. Package: gcc-multilib-mips64-linux-gnuabi64 Description-md5: 10a3aee250947d2b88ff880085b70f93 Description-en: GNU C compiler for the mips64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips64 architecture. Package: gcc-multilib-mips64el-linux-gnuabi64 Description-md5: bf957c91207d05b289c20c7079f38391 Description-en: GNU C compiler for the mips64el architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips64el architecture. Package: gcc-multilib-mipsel-linux-gnu Description-md5: 89d5822bf9c4a0f274590d1e6da9bf9b Description-en: GNU C compiler for the mipsel architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mipsel architecture. Package: gcc-multilib-powerpc-linux-gnu Description-md5: f04c912445b670b2ab129b21d4a47762 Description-en: GNU C compiler for the powerpc architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the powerpc architecture. Package: gcc-multilib-powerpc64-linux-gnu Description-md5: 3f3a4a778f1fff5d21b07b98acde1dd2 Description-en: GNU C compiler for the ppc64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the ppc64 architecture. Package: gcc-multilib-s390x-linux-gnu Description-md5: 0e9bad3b62304d1f54438e18e774f9bd Description-en: GNU C compiler for the s390x architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the s390x architecture. Package: gcc-multilib-sparc64-linux-gnu Description-md5: 8a8521de32d5effc17c6a89a9ab1b005 Description-en: GNU C compiler for the sparc64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the sparc64 architecture. Package: gcc-multilib-x86-64-linux-gnux32 Description-md5: b4211c1f0ee569d26c5442d9627cb0ed Description-en: GNU C compiler for the x32 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the x32 architecture. Package: gcc-offload-nvptx Description-md5: c1a31b9ac549c15ced65477b36aa4639 Description-en: GCC offloading compiler to NVPTX This package contains libgomp plugin for offloading to NVidia PTX. The plugin needs libcuda.so.1 shared library that has to be installed separately. . This is a dependency package providing the default GNU Objective-C compiler. Package: gcc-powerpc-linux-gnuspe Description-md5: 9c4729d5421a7b650a81285325ad67d6 Description-en: GNU C compiler for the powerpcspe architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the powerpcspe architecture. Package: gcc-powerpc64-linux-gnu Description-md5: 3f3a4a778f1fff5d21b07b98acde1dd2 Description-en: GNU C compiler for the ppc64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the ppc64 architecture. Package: gcc-riscv64-linux-gnu Description-md5: 076e3ddf958518fce5f91a3ca856f2b9 Description-en: GNU C compiler for the riscv64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the riscv64 architecture. Package: gcc-s390x-linux-gnu Description-md5: 0e9bad3b62304d1f54438e18e774f9bd Description-en: GNU C compiler for the s390x architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the s390x architecture. Package: gcc-sh4-linux-gnu Description-md5: 890c6dc590c651e561e51c27cd990372 Description-en: GNU C compiler for the sh4 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the sh4 architecture. Package: gcc-sparc64-linux-gnu Description-md5: 8a8521de32d5effc17c6a89a9ab1b005 Description-en: GNU C compiler for the sparc64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the sparc64 architecture. Package: gcc-x86-64-linux-gnux32 Description-md5: b4211c1f0ee569d26c5442d9627cb0ed Description-en: GNU C compiler for the x32 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the x32 architecture. Package: gccbrig Description-md5: 32f82fc2f824cee361cb93b4883e9844 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. . This is a dependency package providing the default GNU Objective-C compiler. Package: gccbrig-7 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-7-i686-linux-gnu Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-7-x86-64-linux-gnux32 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-8 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-8-i686-linux-gnu Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-8-x86-64-linux-gnux32 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccgo Description-md5: 9d336d49adc1ff59921be0a9229b7c40 Description-en: Go compiler, based on the GCC backend This is the GNU Go compiler, which compiles Go 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 Go compiler. Package: gccgo-7 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-aarch64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-alpha-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-arm-linux-gnueabi Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-arm-linux-gnueabihf Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-i686-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-m68k-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-mips-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-mips64-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-mips64el-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-mipsel-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-multilib Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-i686-linux-gnu Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-mips-linux-gnu Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-mips64-linux-gnuabi64 Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-mips64el-linux-gnuabi64 Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-mipsel-linux-gnu Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-powerpc-linux-gnu Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-powerpc64-linux-gnu Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-s390x-linux-gnu Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-sparc64-linux-gnu Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-x86-64-linux-gnux32 Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-powerpc-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-powerpc-linux-gnuspe Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-powerpc64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-powerpc64le-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-s390x-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-sparc64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-x86-64-linux-gnux32 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-aarch64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-alpha-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-arm-linux-gnueabi Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-arm-linux-gnueabihf Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-i686-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-mips-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-mips64-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-mips64el-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-mipsel-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-multilib Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-i686-linux-gnu Description-md5: 8e39a60725a1919aef4ede9601a6f1c4 Description-en: GNU Go compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-mips-linux-gnu Description-md5: 31c7e6f83b1e912304558fb0161e8b9a Description-en: GNU Go compiler (multilib support) (cross compiler for mips architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-mips64-linux-gnuabi64 Description-md5: 1e4f8bd6274cd11c9b788b05bbea1797 Description-en: GNU Go compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-mips64el-linux-gnuabi64 Description-md5: a432a3ac640f6f5d3ed877f49757522a Description-en: GNU Go compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-mipsel-linux-gnu Description-md5: a5ca73caf9a29e5a07321e8b7f726e84 Description-en: GNU Go compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-powerpc-linux-gnu Description-md5: bf216cee702df562439849ee3b90f2dc Description-en: GNU Go compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-powerpc64-linux-gnu Description-md5: 333f91c515824319cb3844392eb34c06 Description-en: GNU Go compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-s390x-linux-gnu Description-md5: b5c358b8c4d92ec36b62b55a31e3d1ad Description-en: GNU Go compiler (multilib support) (cross compiler for s390x architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-sparc64-linux-gnu Description-md5: 21918b36ba77bb1e333acfedc4877dc8 Description-en: GNU Go compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-x86-64-linux-gnux32 Description-md5: af0104b589ec1438a54f3445f1b91709 Description-en: GNU Go compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-powerpc-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-powerpc-linux-gnuspe Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-powerpc64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-powerpc64le-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-riscv64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-s390x-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-sparc64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-x86-64-linux-gnux32 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-aarch64-linux-gnu Description-md5: 49ffa3c97d58d095ce1a2cad8bc0e665 Description-en: Go compiler (based on GCC) for the arm64 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the arm64 architecture. Package: gccgo-alpha-linux-gnu Description-md5: 7f25fc7b39e552a8ff1428c96d8a596a Description-en: Go compiler (based on GCC) for the alpha architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the alpha architecture. Package: gccgo-arm-linux-gnueabi Description-md5: 724a2cc4146b8fca0618b8695a620cd4 Description-en: Go compiler (based on GCC) for the armel architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the armel architecture. Package: gccgo-arm-linux-gnueabihf Description-md5: aef6da534a688c20fe679734aecba741 Description-en: Go compiler (based on GCC) for the armhf architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the armhf architecture. Package: gccgo-i686-linux-gnu Description-md5: f2f28293a5aeb4b9bababfb8a408b8cc Description-en: Go compiler (based on GCC) for the i386 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the i386 architecture. Package: gccgo-mips-linux-gnu Description-md5: e0549694c80d0430ed6a82a95e2fa792 Description-en: Go compiler (based on GCC) for the mips architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the mips architecture. Package: gccgo-mips64-linux-gnuabi64 Description-md5: 1e9feb6f71fa2b19b0f860c08835d471 Description-en: Go compiler (based on GCC) for the mips64 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the mips64 architecture. Package: gccgo-mips64el-linux-gnuabi64 Description-md5: 71391cfdde82fb8bef82e92e7cbea123 Description-en: Go compiler (based on GCC) for the mips64el architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the mips64el architecture. Package: gccgo-mipsel-linux-gnu Description-md5: bc62f1f370e2df6a0895a0e421854c3d Description-en: Go compiler (based on GCC) for the mipsel architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the mipsel architecture. Package: gccgo-multilib Description-md5: 471dd036e567b77f4b0772d851db6d8d Description-en: Go compiler, based on the GCC backend (multilib files) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gccgo-multilib-i686-linux-gnu Description-md5: 78fbd56e71eaea788efc2f4e3dc73a40 Description-en: Go compiler (based on GCC) for the i386 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the i386 architecture. Package: gccgo-multilib-mips-linux-gnu Description-md5: 6365aca70eafed2c61782cabf2aeb3b6 Description-en: Go compiler (based on GCC) for the mips architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the mips architecture. Package: gccgo-multilib-mips64-linux-gnuabi64 Description-md5: 47fb043d6fe58cf4fbdff04e2bbf1a6c Description-en: Go compiler (based on GCC) for the mips64 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the mips64 architecture. Package: gccgo-multilib-mips64el-linux-gnuabi64 Description-md5: 37c0a9d087f3d2b9ab9b97b1d61b8918 Description-en: Go compiler (based on GCC) for the mips64el architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the mips64el architecture. Package: gccgo-multilib-mipsel-linux-gnu Description-md5: 5d0b5768d4ac633a4f67c9547c2ae557 Description-en: Go compiler (based on GCC) for the mipsel architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the mipsel architecture. Package: gccgo-multilib-powerpc-linux-gnu Description-md5: 4bbac9043cd328f6fec9b1949e6f3c9e Description-en: Go compiler (based on GCC) for the powerpc architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the powerpc architecture. Package: gccgo-multilib-powerpc64-linux-gnu Description-md5: 671f45d67be3c34516f1a743b7b50c92 Description-en: Go compiler (based on GCC) for the ppc64 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the ppc64 architecture. Package: gccgo-multilib-s390x-linux-gnu Description-md5: 4620221dcc86fbb4115c53796147ffdc Description-en: Go compiler (based on GCC) for the s390x architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the s390x architecture. Package: gccgo-multilib-sparc64-linux-gnu Description-md5: 0e9cbe56d3e87e705bd17aa1f4af2c5f Description-en: Go compiler (based on GCC) for the sparc64 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the sparc64 architecture. Package: gccgo-multilib-x86-64-linux-gnux32 Description-md5: 17bd85c16e9a4c9cccf76293a4052d2f Description-en: Go compiler (based on GCC) for the x32 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the x32 architecture. Package: gccgo-powerpc-linux-gnu Description-md5: dc62e8a42fffd8f66a460ae857201552 Description-en: Go compiler (based on GCC) for the powerpc architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the powerpc architecture. Package: gccgo-powerpc-linux-gnuspe Description-md5: 59eac14f7b4421821b6f99112fb4ab47 Description-en: Go compiler (based on GCC) for the powerpcspe architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the powerpcspe architecture. Package: gccgo-powerpc64-linux-gnu Description-md5: 22d86fd138603b3887d783b53160f0c9 Description-en: Go compiler (based on GCC) for the ppc64 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the ppc64 architecture. Package: gccgo-powerpc64le-linux-gnu Description-md5: 3bd9f09f65dbd3aa881890a8da6701e3 Description-en: Go compiler (based on GCC) for the ppc64el architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the ppc64el architecture. Package: gccgo-riscv64-linux-gnu Description-md5: 0d3cc71e786849332bd811c9803dd673 Description-en: Go compiler (based on GCC) for the riscv64 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the riscv64 architecture. Package: gccgo-s390x-linux-gnu Description-md5: 5dc2e2488b9da8f7067ca11682396532 Description-en: Go compiler (based on GCC) for the s390x architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the s390x architecture. Package: gccgo-sparc64-linux-gnu Description-md5: e795261a9580712a94c24d634e2ac50a Description-en: Go compiler (based on GCC) for the sparc64 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the sparc64 architecture. Package: gccgo-x86-64-linux-gnux32 Description-md5: 29423891180a50868fee8ad6af6dafef Description-en: Go compiler (based on GCC) for the x32 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the x32 architecture. Package: gdc Description-md5: 27f6160b2c7f699452e12cc82b2f85f5 Description-en: D compiler (language version 2), 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. . This compiler supports D language version 2. Package: gdc-7 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-aarch64-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-alpha-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-arm-linux-gnueabi Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-arm-linux-gnueabihf Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-hppa-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-i686-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-m68k-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-mips-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-mips64-linux-gnuabi64 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-mips64el-linux-gnuabi64 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-mipsel-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-multilib Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-arm-linux-gnueabihf Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-i686-linux-gnu Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-mips-linux-gnu Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-mips64-linux-gnuabi64 Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-mips64el-linux-gnuabi64 Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-mipsel-linux-gnu Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-powerpc-linux-gnu Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-powerpc64-linux-gnu Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-s390x-linux-gnu Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-sparc64-linux-gnu Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-x86-64-linux-gnux32 Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-powerpc-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-powerpc-linux-gnuspe Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-powerpc64-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-powerpc64le-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-riscv64-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-s390x-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-sh4-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-sparc64-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-x86-64-linux-gnux32 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-aarch64-linux-gnu Description-md5: 54afe9dbd0c996a5f73f9329e04d8a6b Description-en: GNU D compiler (version 2) (cross compiler for arm64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-alpha-linux-gnu Description-md5: 13df938bd28a94a9469de6290976ea39 Description-en: GNU D compiler (version 2) (cross compiler for alpha architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-arm-linux-gnueabi Description-md5: 8060fb04c597b0e7981acfbb06745307 Description-en: GNU D compiler (version 2) (cross compiler for armel architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-arm-linux-gnueabihf Description-md5: 57b2f398e7a83699ba6ff31ce4f4917f Description-en: GNU D compiler (version 2) (cross compiler for armhf architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-hppa-linux-gnu Description-md5: fa3e435124258cc5f8bee2ceb4970e68 Description-en: GNU D compiler (version 2) (cross compiler for hppa architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-i686-linux-gnu Description-md5: c9338e4728dd8dfbcde207c6b4b805ef Description-en: GNU D compiler (version 2) (cross compiler for i386 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-m68k-linux-gnu Description-md5: f1622a63a9ae61acf98829b6f914462d Description-en: GNU D compiler (version 2) (cross compiler for m68k architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-mips-linux-gnu Description-md5: de3634f4cc3064980414c38ae3a25567 Description-en: GNU D compiler (version 2) (cross compiler for mips architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-mips64-linux-gnuabi64 Description-md5: 15aa76351e8ad72ae8c34323e56a0da6 Description-en: GNU D compiler (version 2) (cross compiler for mips64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-mips64el-linux-gnuabi64 Description-md5: 6f801fec6e545fd0ae8d4e83474a1e4c Description-en: GNU D compiler (version 2) (cross compiler for mips64el architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-mipsel-linux-gnu Description-md5: 2da11da24eb8a449dbff3eac7e2a90cf Description-en: GNU D compiler (version 2) (cross compiler for mipsel architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-multilib Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-arm-linux-gnueabihf Description-md5: 47796bb92a854599280ddd18a93b4af6 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for armhf architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-i686-linux-gnu Description-md5: 05ee3fb0e881cb9ba07ca5ab351fe6d6 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for i386 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-mips-linux-gnu Description-md5: 862e8ceb69f95492f02b98bf033f52fe Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-mips64-linux-gnuabi64 Description-md5: 2b15c36aaca8595bb3c0f3bbaa910a59 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-mips64el-linux-gnuabi64 Description-md5: 5db98e4225ed95ce3867c405cabffd3c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips64el architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-mipsel-linux-gnu Description-md5: 9ef53c1fd44bcc47a0f78e4b597c079c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mipsel architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-powerpc-linux-gnu Description-md5: 151e9ee7f17fab15f4323761a74199a1 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for powerpc architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-powerpc64-linux-gnu Description-md5: 4f3a71a87f3edcb50ac3b11b8f4dd0b7 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for ppc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-s390x-linux-gnu Description-md5: 302fb1e60449075de63a29f9a1615d6a Description-en: GNU D compiler (version 2, multilib support) (cross compiler for s390x architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-sparc64-linux-gnu Description-md5: caed5db8d87e52e990ff11efbb445a68 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for sparc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-x86-64-linux-gnux32 Description-md5: 96eb93fd85f4ee93985aca43489d5f8c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for x32 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-powerpc-linux-gnu Description-md5: b7505a290b440d6bd565f9a0a4513c63 Description-en: GNU D compiler (version 2) (cross compiler for powerpc architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-powerpc-linux-gnuspe Description-md5: 82f3c0109afab707f3f79c26b1cdc7d4 Description-en: GNU D compiler (version 2) (cross compiler for powerpcspe architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-powerpc64-linux-gnu Description-md5: 8a6ae6d1d45381e92de3dba838cbf352 Description-en: GNU D compiler (version 2) (cross compiler for ppc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-powerpc64le-linux-gnu Description-md5: a4dee6d7250735908c2c95959b4db0be Description-en: GNU D compiler (version 2) (cross compiler for ppc64el architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-riscv64-linux-gnu Description-md5: 5980c97b06468d61f3b0b9db73ff657b Description-en: GNU D compiler (version 2) (cross compiler for riscv64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-s390x-linux-gnu Description-md5: 258a88a16c8e99c7484ff0337f5f54c7 Description-en: GNU D compiler (version 2) (cross compiler for s390x architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-sh4-linux-gnu Description-md5: 15b7d7e7acafed8899d08cfb8684dbd0 Description-en: GNU D compiler (version 2) (cross compiler for sh4 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-sparc64-linux-gnu Description-md5: 3ac6c1cab84d31f7534836141af86500 Description-en: GNU D compiler (version 2) (cross compiler for sparc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-x86-64-linux-gnux32 Description-md5: 30ffcd5766b4ea8db5fecf79e86144f3 Description-en: GNU D compiler (version 2) (cross compiler for x32 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-aarch64-linux-gnu Description-md5: 2f9c33e0aaf40e4207a1a79c243fc268 Description-en: GNU D compiler (based on GCC) for the arm64 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the arm64 architecture. Package: gdc-alpha-linux-gnu Description-md5: 05f3b7764a033199773cc07ab82fc88f Description-en: GNU D compiler (based on GCC) for the alpha architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the alpha architecture. Package: gdc-arm-linux-gnueabi Description-md5: c8661d2b4e69f78c27ffacf6036e1fd6 Description-en: GNU D compiler (based on GCC) for the armel architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the armel architecture. Package: gdc-arm-linux-gnueabihf Description-md5: 9d82ae2217bc3bb2c06ed67ddfe48081 Description-en: GNU D compiler (based on GCC) for the armhf architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the armhf architecture. Package: gdc-hppa-linux-gnu Description-md5: c9387ba03d71b3ff86d0fb37f6b0a3a7 Description-en: GNU D compiler (based on GCC) for the hppa architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the hppa architecture. Package: gdc-i686-linux-gnu Description-md5: 3d5ce953b8674a9270811aab16fdc554 Description-en: GNU D compiler (based on GCC) for the i386 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the i386 architecture. Package: gdc-m68k-linux-gnu Description-md5: d93c18bc8cd7e4f4f91cec100692f42a Description-en: GNU D compiler (based on GCC) for the m68k architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the m68k architecture. Package: gdc-mips-linux-gnu Description-md5: 4f17c50f7b458a66643323188fe827c4 Description-en: GNU D compiler (based on GCC) for the mips architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the mips architecture. Package: gdc-mips64-linux-gnuabi64 Description-md5: ca2c35a9c1ca38af88d01e517e59854e Description-en: GNU D compiler (based on GCC) for the mips64 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the mips64 architecture. Package: gdc-mips64el-linux-gnuabi64 Description-md5: 30b8d23713dca97d6b9439a5b5332832 Description-en: GNU D compiler (based on GCC) for the mips64el architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the mips64el architecture. Package: gdc-mipsel-linux-gnu Description-md5: d9d6ff8a398518385061e7285b5e0068 Description-en: GNU D compiler (based on GCC) for the mipsel architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the mipsel architecture. Package: gdc-multilib Description-md5: daca504b8cf779b565285690bdc990a8 Description-en: D compiler (language version 2) (multilib files) This compiler supports D language version 2. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gdc-multilib-arm-linux-gnueabihf Description-md5: c11f365a847df2ecbcdfe77ffc2c1095 Description-en: GNU D compiler (based on GCC) for the armhf architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the armhf architecture. Package: gdc-multilib-i686-linux-gnu Description-md5: 3b14717078954fe471f2bda2f40bf7fc Description-en: GNU D compiler (based on GCC) for the i386 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the i386 architecture. Package: gdc-multilib-mips-linux-gnu Description-md5: 8eb66474dc37a16869a7c6a20a99f83d Description-en: GNU D compiler (based on GCC) for the mips architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the mips architecture. Package: gdc-multilib-mips64-linux-gnuabi64 Description-md5: 3dbd42defaf700b9c5583b56a5882206 Description-en: GNU D compiler (based on GCC) for the mips64 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the mips64 architecture. Package: gdc-multilib-mips64el-linux-gnuabi64 Description-md5: 1261e4ec0ac8f481a13f185cfb5f316c Description-en: GNU D compiler (based on GCC) for the mips64el architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the mips64el architecture. Package: gdc-multilib-mipsel-linux-gnu Description-md5: d1d1f8a24b3e6869d1b46a9585b551a6 Description-en: GNU D compiler (based on GCC) for the mipsel architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the mipsel architecture. Package: gdc-multilib-powerpc-linux-gnu Description-md5: 6a81e59170971d39f33dd6448cb819fd Description-en: GNU D compiler (based on GCC) for the powerpc architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the powerpc architecture. Package: gdc-multilib-powerpc64-linux-gnu Description-md5: a896503335d16fe544aae57bd7de509d Description-en: GNU D compiler (based on GCC) for the ppc64 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the ppc64 architecture. Package: gdc-multilib-s390x-linux-gnu Description-md5: 6cf3523c8a8f9dfb7ffea8dff38eed2f Description-en: GNU D compiler (based on GCC) for the s390x architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the s390x architecture. Package: gdc-multilib-sparc64-linux-gnu Description-md5: f8c86e693803cd35cbdadf32051189ca Description-en: GNU D compiler (based on GCC) for the sparc64 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the sparc64 architecture. Package: gdc-multilib-x86-64-linux-gnux32 Description-md5: 1bf90cbd514ee291690502abd858892a Description-en: GNU D compiler (based on GCC) for the x32 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the x32 architecture. Package: gdc-powerpc-linux-gnu Description-md5: 8898052d0e76daac6f30c3453cf310dd Description-en: GNU D compiler (based on GCC) for the powerpc architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the powerpc architecture. Package: gdc-powerpc-linux-gnuspe Description-md5: 5e9204ecf83496d5ebe001063f5d4835 Description-en: GNU D compiler (based on GCC) for the powerpcspe architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the powerpcspe architecture. Package: gdc-powerpc64-linux-gnu Description-md5: d91eb16f063ce1d5b51ed09938116ae4 Description-en: GNU D compiler (based on GCC) for the ppc64 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the ppc64 architecture. Package: gdc-powerpc64le-linux-gnu Description-md5: 527cdb354aebbb914777dbb901a7ff97 Description-en: GNU D compiler (based on GCC) for the ppc64el architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the ppc64el architecture. Package: gdc-riscv64-linux-gnu Description-md5: 0ce0dc2c3133cc38c663adbb2ae01be4 Description-en: GNU D compiler (based on GCC) for the riscv64 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the riscv64 architecture. Package: gdc-s390x-linux-gnu Description-md5: 9d9a18fcec25416f531d9890b329b4e9 Description-en: GNU D compiler (based on GCC) for the s390x architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the s390x architecture. Package: gdc-sh4-linux-gnu Description-md5: 4c94feb4d841cc1173d932ed1d38d103 Description-en: GNU D compiler (based on GCC) for the sh4 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the sh4 architecture. Package: gdc-sparc64-linux-gnu Description-md5: 9b3d4c75accd020a2666678e6244e7ff Description-en: GNU D compiler (based on GCC) for the sparc64 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the sparc64 architecture. Package: gdc-x86-64-linux-gnux32 Description-md5: b2a878206dea26fc63ed5a2bee78b6ff Description-en: GNU D compiler (based on GCC) for the x32 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the x32 architecture. Package: geogebra Description-md5: 4052b3c2eb5b3b676ccc0050e499fd3b Description-en: Dynamic mathematics software for education GeoGebra is a dynamic geometry program. You can do constructions with points, vectors, segments, lines, conic sections as well as functions and change them dynamically afterwards. On the other hand, equations and coordinates can be entered directly. . Support for many geometric constructions is provided, as well as support for many calculus-based tools (derivatives, osculating circle, ...). . GeoGebra files can be exported in many different formats, or as interactive applets for web pages. Package: geogebra-gnome Description-md5: 019e1eead091a2430cabce888355afb9 Description-en: GNOME integration layer for GeoGebra GeoGebra is a dynamic geometry system. You can do constructions with points, vectors, segments, lines, conic sections as well as functions and change them dynamically afterwards. On the other hand, equations and coordinates can be entered directly. . Support for many geometric constructions is provided, as well as support for many elementary calculus-based tools (derivatives, osculating circle, ...). . GeoGebra files can be exported in many different formats, or as interactive applets for web pages. . This package contains the GNOME thumbnailer for the GeoGebra file format. Package: gettext-el Description-md5: a9d28f54d889f7c47e492c902c81accf Description-en: Emacs po-mode for editing gettext .po files This package contains po-mode.el for easy .po editing using emacs. Package: gfortran-7-aarch64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-alpha-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-arm-linux-gnueabi Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-arm-linux-gnueabihf Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-hppa-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-i686-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-m68k-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-mips-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-mips64-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-mips64el-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-mipsel-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-multilib-arm-linux-gnueabi Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-arm-linux-gnueabihf Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-i686-linux-gnu Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-mips-linux-gnu Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-mips64-linux-gnuabi64 Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-mips64el-linux-gnuabi64 Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-mipsel-linux-gnu Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-powerpc-linux-gnu Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-powerpc64-linux-gnu Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-s390x-linux-gnu Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-sparc64-linux-gnu Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-x86-64-linux-gnux32 Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-powerpc-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-powerpc-linux-gnuspe Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-powerpc64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-powerpc64le-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-riscv64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-s390x-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-sh4-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-sparc64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-x86-64-linux-gnux32 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-aarch64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-alpha-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-arm-linux-gnueabi Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-arm-linux-gnueabihf Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-8-hppa-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-i686-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-m68k-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-mips-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-mips64-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-mips64el-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-mipsel-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-multilib Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-arm-linux-gnueabi Description-md5: 6fad9c85882fc8e7a938e36944fa372f Description-en: GNU Fortran compiler (multilib support) (cross compiler for armel architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-arm-linux-gnueabihf Description-md5: 0b03746e9dfcf7e44e54cf12c45ae464 Description-en: GNU Fortran compiler (multilib support) (cross compiler for armhf architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-i686-linux-gnu Description-md5: a6370152d33c73991053fd0ccd0f96a1 Description-en: GNU Fortran compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-mips-linux-gnu Description-md5: a575796e8c15aad3e18728eafbea2ffa Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-mips64-linux-gnuabi64 Description-md5: 4cd41ee4b17cc4d161fc517ef5c59188 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-mips64el-linux-gnuabi64 Description-md5: 9bc497dd7fff616391ddf77d3bd673d5 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-mipsel-linux-gnu Description-md5: 8bdae2ac8bda8901456fc909dcf45e49 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-powerpc-linux-gnu Description-md5: 8ca0d2d3b434392060f6439cccaaf800 Description-en: GNU Fortran compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-powerpc64-linux-gnu Description-md5: 5ba1e22a329c6f46d7881f3e8202c6d1 Description-en: GNU Fortran compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-s390x-linux-gnu Description-md5: cdf1338eada70b056385899bef888cbf Description-en: GNU Fortran compiler (multilib support) (cross compiler for s390x architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-sparc64-linux-gnu Description-md5: fc27aea099406231cbd73adc1a457896 Description-en: GNU Fortran compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-x86-64-linux-gnux32 Description-md5: 3b7d0a784bfc0e1afc6c83c2c50884a3 Description-en: GNU Fortran compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-powerpc-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-powerpc-linux-gnuspe Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-powerpc64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-powerpc64le-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-riscv64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-s390x-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-sh4-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-sparc64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-x86-64-linux-gnux32 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-aarch64-linux-gnu Description-md5: 120eb5471ff675fc8ae06a2f862ebad9 Description-en: GNU Fortran 95 compiler for the arm64 architecture 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 cross-compiler for the arm64 architecture. Package: gfortran-alpha-linux-gnu Description-md5: 4b2555ce16307943017b9b686f87f2f1 Description-en: GNU Fortran 95 compiler for the alpha architecture 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 cross-compiler for the alpha architecture. Package: gfortran-arm-linux-gnueabi Description-md5: b6c1872ade483e562292856476781f92 Description-en: GNU Fortran 95 compiler for the armel architecture 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 cross-compiler for the armel architecture. Package: gfortran-arm-linux-gnueabihf Description-md5: 5d16a7114e25278a6c90c50ac5a66ddd Description-en: GNU Fortran 95 compiler for the armhf architecture 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 cross-compiler for the armhf architecture. Package: gfortran-hppa-linux-gnu Description-md5: 818c09fa3031d6682148e4c02ed37109 Description-en: GNU Fortran 95 compiler for the hppa architecture 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 cross-compiler for the hppa architecture. Package: gfortran-i686-linux-gnu Description-md5: e6a8377677253a6fcfbcec127830c10c Description-en: GNU Fortran 95 compiler for the i386 architecture 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 cross-compiler for the i386 architecture. Package: gfortran-m68k-linux-gnu Description-md5: effd2b861b8854414502b85a9b7d7562 Description-en: GNU Fortran 95 compiler for the m68k architecture 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 cross-compiler for the m68k architecture. Package: gfortran-mips-linux-gnu Description-md5: 76f9f1ca2941c610751639bfb397fe3c Description-en: GNU Fortran 95 compiler for the mips architecture 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 cross-compiler for the mips architecture. Package: gfortran-mips64-linux-gnuabi64 Description-md5: 11afab54b9cfdb08bf5ece936b4eab87 Description-en: GNU Fortran 95 compiler for the mips64 architecture 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 cross-compiler for the mips64 architecture. Package: gfortran-mips64el-linux-gnuabi64 Description-md5: 1a025c7963c623de84d29c8f4ae016ef Description-en: GNU Fortran 95 compiler for the mips64el architecture 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 cross-compiler for the mips64el architecture. Package: gfortran-mipsel-linux-gnu Description-md5: 72d58fa88998bee1410d94f3da623b30 Description-en: GNU Fortran 95 compiler for the mipsel architecture 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 cross-compiler for the mipsel architecture. Package: gfortran-multilib-arm-linux-gnueabi Description-md5: b6c1872ade483e562292856476781f92 Description-en: GNU Fortran 95 compiler for the armel architecture 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 cross-compiler for the armel architecture. Package: gfortran-multilib-arm-linux-gnueabihf Description-md5: 5d16a7114e25278a6c90c50ac5a66ddd Description-en: GNU Fortran 95 compiler for the armhf architecture 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 cross-compiler for the armhf architecture. Package: gfortran-multilib-i686-linux-gnu Description-md5: e6a8377677253a6fcfbcec127830c10c Description-en: GNU Fortran 95 compiler for the i386 architecture 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 cross-compiler for the i386 architecture. Package: gfortran-multilib-mips-linux-gnu Description-md5: 76f9f1ca2941c610751639bfb397fe3c Description-en: GNU Fortran 95 compiler for the mips architecture 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 cross-compiler for the mips architecture. Package: gfortran-multilib-mips64-linux-gnuabi64 Description-md5: 11afab54b9cfdb08bf5ece936b4eab87 Description-en: GNU Fortran 95 compiler for the mips64 architecture 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 cross-compiler for the mips64 architecture. Package: gfortran-multilib-mips64el-linux-gnuabi64 Description-md5: 1a025c7963c623de84d29c8f4ae016ef Description-en: GNU Fortran 95 compiler for the mips64el architecture 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 cross-compiler for the mips64el architecture. Package: gfortran-multilib-mipsel-linux-gnu Description-md5: 72d58fa88998bee1410d94f3da623b30 Description-en: GNU Fortran 95 compiler for the mipsel architecture 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 cross-compiler for the mipsel architecture. Package: gfortran-multilib-powerpc-linux-gnu Description-md5: 3003b6a78f1d31c9fc5376219a9df124 Description-en: GNU Fortran 95 compiler for the powerpc architecture 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 cross-compiler for the powerpc architecture. Package: gfortran-multilib-powerpc64-linux-gnu Description-md5: b2b37d3b896ff77d3d2b76f33c41927a Description-en: GNU Fortran 95 compiler for the ppc64 architecture 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 cross-compiler for the ppc64 architecture. Package: gfortran-multilib-s390x-linux-gnu Description-md5: 7ee8d0923f5e1041f75f8903b3531b7f Description-en: GNU Fortran 95 compiler for the s390x architecture 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 cross-compiler for the s390x architecture. Package: gfortran-multilib-sparc64-linux-gnu Description-md5: 37dbd73b244a3a5e25ccc41fcfd3b2f0 Description-en: GNU Fortran 95 compiler for the sparc64 architecture 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 cross-compiler for the sparc64 architecture. Package: gfortran-multilib-x86-64-linux-gnux32 Description-md5: 2d224a9f6711ef713a9e6862f17ab378 Description-en: GNU Fortran 95 compiler for the x32 architecture 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 cross-compiler for the x32 architecture. Package: gfortran-powerpc-linux-gnu Description-md5: 3003b6a78f1d31c9fc5376219a9df124 Description-en: GNU Fortran 95 compiler for the powerpc architecture 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 cross-compiler for the powerpc architecture. Package: gfortran-powerpc-linux-gnuspe Description-md5: 0671dcad22cee921224ceadfcd77ef86 Description-en: GNU Fortran 95 compiler for the powerpcspe architecture 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 cross-compiler for the powerpcspe architecture. Package: gfortran-powerpc64-linux-gnu Description-md5: b2b37d3b896ff77d3d2b76f33c41927a Description-en: GNU Fortran 95 compiler for the ppc64 architecture 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 cross-compiler for the ppc64 architecture. Package: gfortran-powerpc64le-linux-gnu Description-md5: 0695ad0036182f6d5640ef91470c1146 Description-en: GNU Fortran 95 compiler for the ppc64el architecture 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 cross-compiler for the ppc64el architecture. Package: gfortran-riscv64-linux-gnu Description-md5: a4e4aa685c3d7ccafd943004e4f6149f Description-en: GNU Fortran 95 compiler for the riscv64 architecture 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 cross-compiler for the riscv64 architecture. Package: gfortran-s390x-linux-gnu Description-md5: 7ee8d0923f5e1041f75f8903b3531b7f Description-en: GNU Fortran 95 compiler for the s390x architecture 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 cross-compiler for the s390x architecture. Package: gfortran-sh4-linux-gnu Description-md5: 42e4699be1d9d6b0b95746357d1a49c6 Description-en: GNU Fortran 95 compiler for the sh4 architecture 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 cross-compiler for the sh4 architecture. Package: gfortran-sparc64-linux-gnu Description-md5: 37dbd73b244a3a5e25ccc41fcfd3b2f0 Description-en: GNU Fortran 95 compiler for the sparc64 architecture 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 cross-compiler for the sparc64 architecture. Package: gfortran-x86-64-linux-gnux32 Description-md5: 2d224a9f6711ef713a9e6862f17ab378 Description-en: GNU Fortran 95 compiler for the x32 architecture 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 cross-compiler for the x32 architecture. Package: ggcov Description-md5: 81c8d03ae622c8487319380da3851bf0 Description-en: Graphical tool for displaying gcov test coverage data This is a simple GUI for browsing C test coverage data gathered by programs instrumented with "gcc --coverage". Hence it's a graphical replacement for the "gcov" program that comes with gcc. 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-ufraw Description-md5: c804275e9c5358d93bd4a239126719ae Description-en: gimp importer for raw camera images This is a graphical tool to import raw data from high-end digital cameras into the Gimp. . The Unidentified Flying Raw (UFRaw) is a utility for converting and manipulating raw images from digital cameras. It can be used as a stand-alone tool or as a Gimp plug-in, and images can be batch processed using the command-line interface. UFRaw reads most existing raw formats using Dave Coffin's raw conversion utility DCRaw, and it supports basic color management using Little CMS, allowing the user to apply color profiles. Package: gir1.2-flatpak-1.0 Description-md5: d56a77ab2a71ace5e8bdb87dcec05c28 Description-en: Application deployment framework for desktop apps (introspection) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libflatpak0. Package: gir1.2-ostree-1.0 Description-md5: a8a0c2ac9194d894a8dd2584c5f178a3 Description-en: content-addressed filesystem for operating system binaries (introspection) libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. See the ostree package's description for more details. . This package contains GObject-Introspection metadata, which can be used to generate dynamic bindings into languages such as Python and JavaScript. Package: git-all Description-md5: 7eb276543374432338c2d9bf7a76e9b6 Description-en: fast, scalable, distributed revision control system (all subpackages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This is a dummy package which brings in all subpackages. Package: git-cvs Description-md5: 5c201c3115375a8b8f735f8e7775526c Description-en: fast, scalable, distributed revision control system (cvs interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git cvsimport, cvsexportcommit, and cvsserver tools, which allow Git to read from and write to CVS repositories and offer access over CVS protocol to Git repositories. . The git cvsimport tool can incrementally import from a repository that is being actively developed and only requires remote access over CVS protocol. Unfortunately, in many situations the import leads to incorrect results. For reliable, one-shot imports, cvs2git from the cvs2svn package or parsecvs may be a better fit. Package: git-daemon-run Description-md5: f22f55ff44557b91f4d1ad32ba7df1be Description-en: fast, scalable, distributed revision control system (git-daemon service) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . git-daemon, as provided by the git package, is a simple server for git repositories, ideally suited for read-only updates, i.e. pulling from git repositories through the network. This package provides a runit service for running git-daemon permanently. This configuration is simpler and more reliable than git-daemon-sysvinit, at a cost of being less familiar for administrators accustomed to sysvinit. Package: git-daemon-sysvinit Description-md5: b9035bef841508be61c9ba878690987d Description-en: fast, scalable, distributed revision control system (git-daemon service) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . git-daemon, as provided by the git package, is a simple server for git repositories, ideally suited for read-only updates, i.e. pulling from git repositories through the network. This package provides a sysvinit service for running git-daemon permanently. Unlike git-daemon-run, this package provides the usual sysvinit service management commands ("service git-daemon start/stop") for git-daemon. Package: git-el Description-md5: aa1e199f804671c670cc9ac058725654 Description-en: fast, scalable, distributed revision control system (emacs support) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides two modules for integration with Emacs: . * git.el: . Status manager that displays the state of all the files of the project and provides easy access to the most frequently used git commands. The user interface is intended to be similar to the pcl-cvs mode. It can be started with `M-x git-status'. . * git-blame.el: . Emacs implementation of incremental "git blame". When you turn it on while viewing a file, the editor buffer will be updated by setting the background of individual lines to a color that reflects which commit it comes from. . This package does not contain the VC-mode backend for git. That is part of standard Emacs distributions, starting with version 22.2. . For a more polished Emacs interface for Git, see the magit package. Package: git-email Description-md5: 5e0c38a8609078b06fbbe0e8e9e432b4 Description-en: fast, scalable, distributed revision control system (email add-on) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git-send-email program for sending series of patch emails. Package: git-gui Description-md5: 9917713e774499f1d531dfee454c1641 Description-en: fast, scalable, distributed revision control system (GUI) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git graphical user interface. . If aspell is installed, it can check the spelling of commit messages as the user types. Package: git-mediawiki Description-md5: 68f824126adee99ee64bf2b96e49bb2c Description-en: fast, scalable, distributed revision control system (MediaWiki remote helper) 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 mediawiki remote helper, which allows Git to read from and write to a wiki such as Wikipedia as though it were a remote Git repository, and a 'git mw' command that can show a preview of how wiki markup will be rendered before pushing. Package: git-merge-changelog Description-md5: 7f0c01842e0b7082290afb8a754cb31e Description-en: git merge driver for GNU ChangeLog files ChangeLog files *always* foul up most version control systems in their default configuration. . git-merge-changelog is a tool from gnulib designed to help with this for the case of GNU-style ChangeLogs; it can be used with at least git, bzr, and hg. Package: git-svn Description-md5: fe9279673cf6573640700aabf410ef25 Description-en: fast, scalable, distributed revision control system (svn interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides tools for interoperating with Subversion repositories, and importing SVN development history. Package: gitk Description-md5: 09d5ab78b8aa2f432bbf841a62bb9abc Description-en: fast, scalable, distributed revision control system (revision tree visualizer) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the gitk program, a tcl/tk revision tree visualizer. Package: gitweb Description-md5: 2140d89702ec1cd621b41c71a95a910a Description-en: fast, scalable, distributed revision control system (web interface) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package configures a web interface for browsing git repositories. . If apache2 is installed, the web interface is automatically made available at http://localhost/gitweb. Other servers that support CGI or mod_perl are supported through manual configuration. . If libcgi-fast-perl is installed, gitweb can also be run over FastCGI (and served by nginx, for example). Package: gnat-7 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-aarch64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-alpha-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-arm-linux-gnueabi Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-arm-linux-gnueabihf Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-doc Description-md5: 8139d6afb41aa31e17dbd1884d4ab725 Description-en: GNU Ada compiler (documentation) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the documentation in info format. Package: gnat-7-hppa-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-i686-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-m68k-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-mips-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-mips64-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-mips64el-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-mipsel-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-powerpc-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-powerpc-linux-gnuspe Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-powerpc64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-powerpc64le-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-s390x-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-sh4-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-sjlj Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-aarch64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-alpha-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-arm-linux-gnueabi Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-arm-linux-gnueabihf Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-hppa-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-i686-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-m68k-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-mips-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-mips64-linux-gnuabi64 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-mips64el-linux-gnuabi64 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-mipsel-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-powerpc-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-powerpc-linux-gnuspe Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-powerpc64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-powerpc64le-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-s390x-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-sh4-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-sparc64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-x86-64-linux-gnux32 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sparc64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-x86-64-linux-gnux32 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-aarch64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-alpha-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-arm-linux-gnueabi Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-arm-linux-gnueabihf Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-doc Description-md5: 8139d6afb41aa31e17dbd1884d4ab725 Description-en: GNU Ada compiler (documentation) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the documentation in info format. Package: gnat-8-hppa-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-i686-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-m68k-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-mips-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-mips64-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-mips64el-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-mipsel-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-powerpc-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-powerpc64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-powerpc64le-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-s390x-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-sh4-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-sjlj Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-aarch64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-alpha-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-arm-linux-gnueabi Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-arm-linux-gnueabihf Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-hppa-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-i686-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-m68k-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-mips-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-mips64-linux-gnuabi64 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-mips64el-linux-gnuabi64 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-mipsel-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-powerpc-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-powerpc64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-powerpc64le-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-s390x-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-sh4-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-sparc64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-x86-64-linux-gnux32 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sparc64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-x86-64-linux-gnux32 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnulib Description-md5: b74e587b070a2b8bccb9acb5265666dc Description-en: GNU Portability Library The GNU portability library is a macro system and C declarations and definitions for commonly-used API elements and abstracted system behaviors. It can be used to improve portability and other functionality in your programs. Package: gnupg-agent Description-md5: 4676770831dd43b5b80c96a103cfd422 Description-en: GNU privacy guard - cryptographic agent (dummy transitional package) 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 RFC4880. . This is a dummy transitional package; please use gpg-agent instead. Package: gnupg2 Description-md5: b00f9e73860378b7bce07e0ad3dd2e88 Description-en: GNU privacy guard - a free PGP replacement (dummy transitional package) 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 RFC4880. . This is a dummy transitional package that provides symlinks from gpg2 to gpg. Package: gnutls-bin Description-md5: eba039a6e469447db04137c121cc9fd1 Description-en: 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 and Datagram Transport Layer Security (DTLS 1.0, 1.2) 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. . Useful utilities include: - TLS termination: gnutls-cli, gnutls-serv - key and certificate management: certtool, ocsptool, p11tool - credential management: srptool, psktool 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++-7 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++-7-aarch64-linux-gnu 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++-7-alpha-linux-gnu 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++-7-arm-linux-gnueabi 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++-7-arm-linux-gnueabihf 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++-7-hppa-linux-gnu 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++-7-i686-linux-gnu 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++-7-m68k-linux-gnu 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++-7-mips-linux-gnu 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++-7-mips64-linux-gnuabi64 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++-7-mips64el-linux-gnuabi64 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++-7-mipsel-linux-gnu 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++-7-multilib Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-arm-linux-gnueabi Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-arm-linux-gnueabihf Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-i686-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-mips-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-mips64-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-mips64el-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-mipsel-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-powerpc-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-powerpc64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-s390x-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-sparc64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-x86-64-linux-gnux32 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-powerpc-linux-gnu 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++-7-powerpc-linux-gnuspe 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++-7-powerpc64-linux-gnu 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++-7-powerpc64le-linux-gnu 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++-7-riscv64-linux-gnu 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++-7-s390x-linux-gnu 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++-7-sh4-linux-gnu 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++-7-sparc64-linux-gnu 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++-7-x86-64-linux-gnux32 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++-8 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++-8-aarch64-linux-gnu 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++-8-alpha-linux-gnu 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++-8-arm-linux-gnueabi 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++-8-arm-linux-gnueabihf 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++-8-hppa-linux-gnu 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++-8-i686-linux-gnu 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++-8-m68k-linux-gnu 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++-8-mips-linux-gnu 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++-8-mips64-linux-gnuabi64 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++-8-mips64el-linux-gnuabi64 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++-8-mipsel-linux-gnu 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++-8-multilib Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-arm-linux-gnueabi Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-arm-linux-gnueabihf Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-i686-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-mips-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-mips64-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-mips64el-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-mipsel-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-powerpc-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-powerpc64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-s390x-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-sparc64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-x86-64-linux-gnux32 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-powerpc-linux-gnu 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++-8-powerpc-linux-gnuspe 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++-8-powerpc64-linux-gnu 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++-8-powerpc64le-linux-gnu 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++-8-riscv64-linux-gnu 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++-8-s390x-linux-gnu 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++-8-sh4-linux-gnu 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++-8-sparc64-linux-gnu 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++-8-x86-64-linux-gnux32 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++-aarch64-linux-gnu Description-md5: 39b6d7cfd82eeb3284cd3e2c9df3bcce Description-en: GNU Objective-C++ compiler for the arm64 architecture 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++ cross-compiler for the arm64 architecture. Package: gobjc++-alpha-linux-gnu Description-md5: 55344ad85e1454426c63da108ffb0890 Description-en: GNU Objective-C++ compiler for the alpha architecture 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++ cross-compiler for the alpha architecture. Package: gobjc++-arm-linux-gnueabi Description-md5: b44f97a80cb51c59d57050bed21040fc Description-en: GNU Objective-C++ compiler for the armel architecture 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++ cross-compiler for the armel architecture. Package: gobjc++-arm-linux-gnueabihf Description-md5: 54cfd0a33158bcf5616fd98c53643c59 Description-en: GNU Objective-C++ compiler for the armhf architecture 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++ cross-compiler for the armhf architecture. Package: gobjc++-hppa-linux-gnu Description-md5: b1b4eda0eaab982aa45cba9decd9754f Description-en: GNU Objective-C++ compiler for the hppa architecture 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++ cross-compiler for the hppa architecture. Package: gobjc++-i686-linux-gnu Description-md5: 8040375ba71624dc050b1e50be86aeab Description-en: GNU Objective-C++ compiler for the i386 architecture 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++ cross-compiler for the i386 architecture. Package: gobjc++-m68k-linux-gnu Description-md5: b37da934ac9792db1e5b95d8ca1608ad Description-en: GNU Objective-C++ compiler for the m68k architecture 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++ cross-compiler for the m68k architecture. Package: gobjc++-mips-linux-gnu Description-md5: ef7efd41b4fdbde13b0313e0c4660756 Description-en: GNU Objective-C++ compiler for the mips architecture 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++ cross-compiler for the mips architecture. Package: gobjc++-mips64-linux-gnuabi64 Description-md5: 33e64a13f71b2dd1c562c0345a6aae6f Description-en: GNU Objective-C++ compiler for the mips64 architecture 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++ cross-compiler for the mips64 architecture. Package: gobjc++-mips64el-linux-gnuabi64 Description-md5: 45df64c841dfcadd907cc71a2d961b62 Description-en: GNU Objective-C++ compiler for the mips64el architecture 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++ cross-compiler for the mips64el architecture. Package: gobjc++-mipsel-linux-gnu Description-md5: a836728e360f65f250bcc4a9007ff42d Description-en: GNU Objective-C++ compiler for the mipsel architecture 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++ cross-compiler for the mipsel architecture. Package: gobjc++-multilib Description-md5: 6e928dbd254dd2329a9ae8853ae2526a 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. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gobjc++-multilib-arm-linux-gnueabi Description-md5: b44f97a80cb51c59d57050bed21040fc Description-en: GNU Objective-C++ compiler for the armel architecture 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++ cross-compiler for the armel architecture. Package: gobjc++-multilib-arm-linux-gnueabihf Description-md5: 54cfd0a33158bcf5616fd98c53643c59 Description-en: GNU Objective-C++ compiler for the armhf architecture 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++ cross-compiler for the armhf architecture. Package: gobjc++-multilib-i686-linux-gnu Description-md5: 8040375ba71624dc050b1e50be86aeab Description-en: GNU Objective-C++ compiler for the i386 architecture 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++ cross-compiler for the i386 architecture. Package: gobjc++-multilib-mips-linux-gnu Description-md5: ef7efd41b4fdbde13b0313e0c4660756 Description-en: GNU Objective-C++ compiler for the mips architecture 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++ cross-compiler for the mips architecture. Package: gobjc++-multilib-mips64-linux-gnuabi64 Description-md5: 33e64a13f71b2dd1c562c0345a6aae6f Description-en: GNU Objective-C++ compiler for the mips64 architecture 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++ cross-compiler for the mips64 architecture. Package: gobjc++-multilib-mips64el-linux-gnuabi64 Description-md5: 45df64c841dfcadd907cc71a2d961b62 Description-en: GNU Objective-C++ compiler for the mips64el architecture 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++ cross-compiler for the mips64el architecture. Package: gobjc++-multilib-mipsel-linux-gnu Description-md5: a836728e360f65f250bcc4a9007ff42d Description-en: GNU Objective-C++ compiler for the mipsel architecture 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++ cross-compiler for the mipsel architecture. Package: gobjc++-multilib-powerpc-linux-gnu Description-md5: dc4e3dffbaa90c3d2e3af40a6d7a63d9 Description-en: GNU Objective-C++ compiler for the powerpc architecture 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++ cross-compiler for the powerpc architecture. Package: gobjc++-multilib-powerpc64-linux-gnu Description-md5: 53edcb6cb337ab3ab7875be7517502b8 Description-en: GNU Objective-C++ compiler for the ppc64 architecture 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++ cross-compiler for the ppc64 architecture. Package: gobjc++-multilib-s390x-linux-gnu Description-md5: 15cac5015fd54eb3b1029c8416c50a37 Description-en: GNU Objective-C++ compiler for the s390x architecture 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++ cross-compiler for the s390x architecture. Package: gobjc++-multilib-sparc64-linux-gnu Description-md5: 1e6958288316befc9151e4683dc4a23f Description-en: GNU Objective-C++ compiler for the sparc64 architecture 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++ cross-compiler for the sparc64 architecture. Package: gobjc++-multilib-x86-64-linux-gnux32 Description-md5: e68b2a981f70a5f1a9113e819e65a04e Description-en: GNU Objective-C++ compiler for the x32 architecture 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++ cross-compiler for the x32 architecture. Package: gobjc++-powerpc-linux-gnu Description-md5: dc4e3dffbaa90c3d2e3af40a6d7a63d9 Description-en: GNU Objective-C++ compiler for the powerpc architecture 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++ cross-compiler for the powerpc architecture. Package: gobjc++-powerpc-linux-gnuspe Description-md5: f4afbcadd5664321f35b28e8396e57c2 Description-en: GNU Objective-C++ compiler for the powerpcspe architecture 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++ cross-compiler for the powerpcspe architecture. Package: gobjc++-powerpc64-linux-gnu Description-md5: 53edcb6cb337ab3ab7875be7517502b8 Description-en: GNU Objective-C++ compiler for the ppc64 architecture 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++ cross-compiler for the ppc64 architecture. Package: gobjc++-powerpc64le-linux-gnu Description-md5: 96f6215773bc62e141689e299fa9a385 Description-en: GNU Objective-C++ compiler for the ppc64el architecture 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++ cross-compiler for the ppc64el architecture. Package: gobjc++-riscv64-linux-gnu Description-md5: 693023f978d370e45c47352eb120f7e9 Description-en: GNU Objective-C++ compiler for the riscv64 architecture 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++ cross-compiler for the riscv64 architecture. Package: gobjc++-s390x-linux-gnu Description-md5: 15cac5015fd54eb3b1029c8416c50a37 Description-en: GNU Objective-C++ compiler for the s390x architecture 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++ cross-compiler for the s390x architecture. Package: gobjc++-sh4-linux-gnu Description-md5: 9ed7dae39ba333ebb40eabcdc301e3a5 Description-en: GNU Objective-C++ compiler for the sh4 architecture 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++ cross-compiler for the sh4 architecture. Package: gobjc++-sparc64-linux-gnu Description-md5: 1e6958288316befc9151e4683dc4a23f Description-en: GNU Objective-C++ compiler for the sparc64 architecture 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++ cross-compiler for the sparc64 architecture. Package: gobjc++-x86-64-linux-gnux32 Description-md5: e68b2a981f70a5f1a9113e819e65a04e Description-en: GNU Objective-C++ compiler for the x32 architecture 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++ cross-compiler for the x32 architecture. Package: gobjc-7 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-7-aarch64-linux-gnu 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-7-alpha-linux-gnu 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-7-arm-linux-gnueabi 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-7-arm-linux-gnueabihf 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-7-hppa-linux-gnu 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-7-i686-linux-gnu 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-7-m68k-linux-gnu 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-7-mips-linux-gnu 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-7-mips64-linux-gnuabi64 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-7-mips64el-linux-gnuabi64 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-7-mipsel-linux-gnu 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-7-multilib Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-arm-linux-gnueabi Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-arm-linux-gnueabihf Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-i686-linux-gnu Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-mips-linux-gnu Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-mips64-linux-gnuabi64 Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-mips64el-linux-gnuabi64 Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-mipsel-linux-gnu Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-powerpc-linux-gnu Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-powerpc64-linux-gnu Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-s390x-linux-gnu Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-sparc64-linux-gnu Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-x86-64-linux-gnux32 Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-powerpc-linux-gnu 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-7-powerpc-linux-gnuspe 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-7-powerpc64-linux-gnu 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-7-powerpc64le-linux-gnu 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-7-riscv64-linux-gnu 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-7-s390x-linux-gnu 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-7-sh4-linux-gnu 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-7-sparc64-linux-gnu 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-7-x86-64-linux-gnux32 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-8 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-8-aarch64-linux-gnu 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-8-alpha-linux-gnu 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-8-arm-linux-gnueabi 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-8-arm-linux-gnueabihf 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-8-hppa-linux-gnu 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-8-i686-linux-gnu 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-8-m68k-linux-gnu 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-8-mips-linux-gnu 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-8-mips64-linux-gnuabi64 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-8-mips64el-linux-gnuabi64 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-8-mipsel-linux-gnu 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-8-multilib Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-arm-linux-gnueabi Description-md5: b0a86719c2e87cc8a718d52f3907d60e Description-en: GNU Objective-C compiler (multilib support) (cross compiler for armel architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-arm-linux-gnueabihf Description-md5: c7c8b3385bd40a2936fb852dad90edc0 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for armhf architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-i686-linux-gnu Description-md5: 57713f452312d3724f7fd8c252419b42 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-mips-linux-gnu Description-md5: 5b367e341fc122bb8982fda57c5097b2 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-mips64-linux-gnuabi64 Description-md5: 54ac71c4b3e65e972e2a214dd78c8edc Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-mips64el-linux-gnuabi64 Description-md5: df3969577406e1a09d3ddde5a16edfe8 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-mipsel-linux-gnu Description-md5: 63420624673fbf784c522395c8df1b3d Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-powerpc-linux-gnu Description-md5: 576353e63a3fed1115025775e4cf657f Description-en: GNU Objective-C compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-powerpc64-linux-gnu Description-md5: 473ab906c51af4e83145169333bf617a Description-en: GNU Objective-C compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-s390x-linux-gnu Description-md5: ce39b04f3c0d2c474dca27ff46038fd9 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for s390x architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-sparc64-linux-gnu Description-md5: 9b4898809d5cdedf89ea0a4468ccff88 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-x86-64-linux-gnux32 Description-md5: 0d5b01c9db71b1b439a7e5a25747ab84 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-powerpc-linux-gnu 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-8-powerpc-linux-gnuspe 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-8-powerpc64-linux-gnu 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-8-powerpc64le-linux-gnu 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-8-riscv64-linux-gnu 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-8-s390x-linux-gnu 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-8-sh4-linux-gnu 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-8-sparc64-linux-gnu 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-8-x86-64-linux-gnux32 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-aarch64-linux-gnu Description-md5: 7258db0aec57d94ffbe94ccc2bdccc52 Description-en: GNU Objective-C compiler for the arm64 architecture 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 cross-compiler for the arm64 architecture. Package: gobjc-alpha-linux-gnu Description-md5: 1995369cbc00bc6e2a4bc5d86ce13a06 Description-en: GNU Objective-C compiler for the alpha architecture 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 cross-compiler for the alpha architecture. Package: gobjc-arm-linux-gnueabi Description-md5: 46dc6e58b617cb001f17a46fc378fdf9 Description-en: GNU Objective-C compiler for the armel architecture 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 cross-compiler for the armel architecture. Package: gobjc-arm-linux-gnueabihf Description-md5: ff54e9ed4dc26c7549df98fa4e8979d2 Description-en: GNU Objective-C compiler for the armhf architecture 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 cross-compiler for the armhf architecture. Package: gobjc-hppa-linux-gnu Description-md5: 869d1e251b4db215d62e8f99ec9b8b7c Description-en: GNU Objective-C compiler for the hppa architecture 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 cross-compiler for the hppa architecture. Package: gobjc-i686-linux-gnu Description-md5: 53a12544da11551f905d866a5af7c735 Description-en: GNU Objective-C compiler for the i386 architecture 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 cross-compiler for the i386 architecture. Package: gobjc-m68k-linux-gnu Description-md5: 8ef0b1b631f215b5b9deab1021bb3c9c Description-en: GNU Objective-C compiler for the m68k architecture 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 cross-compiler for the m68k architecture. Package: gobjc-mips-linux-gnu Description-md5: 6169b35922e91843268cd698f75ff914 Description-en: GNU Objective-C compiler for the mips architecture 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 cross-compiler for the mips architecture. Package: gobjc-mips64-linux-gnuabi64 Description-md5: 0f3c044e5f5b14081546d24a4a8252a8 Description-en: GNU Objective-C compiler for the mips64 architecture 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 cross-compiler for the mips64 architecture. Package: gobjc-mips64el-linux-gnuabi64 Description-md5: 040c6f6b2776e7fcce2bed751e9aab19 Description-en: GNU Objective-C compiler for the mips64el architecture 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 cross-compiler for the mips64el architecture. Package: gobjc-mipsel-linux-gnu Description-md5: e292f5b3a887826a6be88c7f6bba2934 Description-en: GNU Objective-C compiler for the mipsel architecture 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 cross-compiler for the mipsel architecture. Package: gobjc-multilib Description-md5: fd18c260cdb4906a29de28b0d8029ef4 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. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gobjc-multilib-arm-linux-gnueabi Description-md5: 46dc6e58b617cb001f17a46fc378fdf9 Description-en: GNU Objective-C compiler for the armel architecture 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 cross-compiler for the armel architecture. Package: gobjc-multilib-arm-linux-gnueabihf Description-md5: ff54e9ed4dc26c7549df98fa4e8979d2 Description-en: GNU Objective-C compiler for the armhf architecture 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 cross-compiler for the armhf architecture. Package: gobjc-multilib-i686-linux-gnu Description-md5: 53a12544da11551f905d866a5af7c735 Description-en: GNU Objective-C compiler for the i386 architecture 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 cross-compiler for the i386 architecture. Package: gobjc-multilib-mips-linux-gnu Description-md5: 6169b35922e91843268cd698f75ff914 Description-en: GNU Objective-C compiler for the mips architecture 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 cross-compiler for the mips architecture. Package: gobjc-multilib-mips64-linux-gnuabi64 Description-md5: 0f3c044e5f5b14081546d24a4a8252a8 Description-en: GNU Objective-C compiler for the mips64 architecture 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 cross-compiler for the mips64 architecture. Package: gobjc-multilib-mips64el-linux-gnuabi64 Description-md5: 040c6f6b2776e7fcce2bed751e9aab19 Description-en: GNU Objective-C compiler for the mips64el architecture 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 cross-compiler for the mips64el architecture. Package: gobjc-multilib-mipsel-linux-gnu Description-md5: e292f5b3a887826a6be88c7f6bba2934 Description-en: GNU Objective-C compiler for the mipsel architecture 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 cross-compiler for the mipsel architecture. Package: gobjc-multilib-powerpc-linux-gnu Description-md5: 152e56c53479383a6280274b0750e946 Description-en: GNU Objective-C compiler for the powerpc architecture 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 cross-compiler for the powerpc architecture. Package: gobjc-multilib-powerpc64-linux-gnu Description-md5: 36994070ada79f56561a6865514f22c6 Description-en: GNU Objective-C compiler for the ppc64 architecture 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 cross-compiler for the ppc64 architecture. Package: gobjc-multilib-s390x-linux-gnu Description-md5: 1adf9ce298783ef3cc8bbd8a12c15a1e Description-en: GNU Objective-C compiler for the s390x architecture 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 cross-compiler for the s390x architecture. Package: gobjc-multilib-sparc64-linux-gnu Description-md5: 2546ef927bd46f442d46c5705f071761 Description-en: GNU Objective-C compiler for the sparc64 architecture 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 cross-compiler for the sparc64 architecture. Package: gobjc-multilib-x86-64-linux-gnux32 Description-md5: 7fcdbb051e9a61e9b78f27a908941113 Description-en: GNU Objective-C compiler for the x32 architecture 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 cross-compiler for the x32 architecture. Package: gobjc-powerpc-linux-gnu Description-md5: 152e56c53479383a6280274b0750e946 Description-en: GNU Objective-C compiler for the powerpc architecture 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 cross-compiler for the powerpc architecture. Package: gobjc-powerpc-linux-gnuspe Description-md5: a38b22133efe66948998eef2b2614ad6 Description-en: GNU Objective-C compiler for the powerpcspe architecture 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 cross-compiler for the powerpcspe architecture. Package: gobjc-powerpc64-linux-gnu Description-md5: 36994070ada79f56561a6865514f22c6 Description-en: GNU Objective-C compiler for the ppc64 architecture 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 cross-compiler for the ppc64 architecture. Package: gobjc-powerpc64le-linux-gnu Description-md5: 41f71cc6f802015bf32c0b5b42fac044 Description-en: GNU Objective-C compiler for the ppc64el architecture 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 cross-compiler for the ppc64el architecture. Package: gobjc-riscv64-linux-gnu Description-md5: 0924de23a0338e7fa9d99b9e50a3ebd1 Description-en: GNU Objective-C compiler for the riscv64 architecture 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 cross-compiler for the riscv64 architecture. Package: gobjc-s390x-linux-gnu Description-md5: 1adf9ce298783ef3cc8bbd8a12c15a1e Description-en: GNU Objective-C compiler for the s390x architecture 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 cross-compiler for the s390x architecture. Package: gobjc-sh4-linux-gnu Description-md5: 1c4ff85a16cc3dd2e79140735e6534d1 Description-en: GNU Objective-C compiler for the sh4 architecture 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 cross-compiler for the sh4 architecture. Package: gobjc-sparc64-linux-gnu Description-md5: 2546ef927bd46f442d46c5705f071761 Description-en: GNU Objective-C compiler for the sparc64 architecture 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 cross-compiler for the sparc64 architecture. Package: gobjc-x86-64-linux-gnux32 Description-md5: 7fcdbb051e9a61e9b78f27a908941113 Description-en: GNU Objective-C compiler for the x32 architecture 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 cross-compiler for the x32 architecture. Package: golang-docker-dev Description-md5: d8f9334d5a9c76803c31ea534993299a Description-en: Transitional package for golang-github-docker-docker-dev This is a transitional package to ease upgrades to the golang-github-docker-docker-dev package. It can safely be removed. Package: golang-github-docker-containerd-dev Description-md5: b1707413c292ae4d9f80808203d128ca Description-en: runC develpoment files Containerd is a daemon to control runC, built for performance and density. Containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers. . This package provides development files. Package: golang-github-docker-docker-dev Description-md5: 6265ea5dccb7d86a2aa69e4e5d1c8598 Description-en: Externally reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built. Package: golang-github-google-fscrypt-dev Description-md5: 3230344acd68a493b24a246ac69e6efe Description-en: Linux filesystem encryption source code fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. . This package contains the source tree of the fscrypt project. Package: golang-github-opencontainers-runc-dev Description-md5: b8a1a472413b94034a70f3493cd01471 Description-en: Open Container Project - development files "runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. . This package provides development files formerly known as "github.com/docker/libcontainer". Package: gpac Description-md5: 8d8951e01429e4e13fbb3580cb366a68 Description-en: GPAC Project on Advanced Content - utilities GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is an Open Source multimedia framework for research and academic purposes. The project covers different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity). . This package contains the following utilities: - MP4Client (content packaging) - MP4Box Package: gpac-modules-base Description-md5: feaa7e89022a9c12da696d9dc0eef201 Description-en: GPAC Project on Advanced Content - modules GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is an Open Source multimedia framework for research and academic purposes. The project covers different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity). . This package contains the GPAC modules. Package: gpgv-static Description-md5: 842ffff693d698ec180bc5b9b7ce7ffa Description-en: minimal signature verification tool (static build) 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 is GnuPG's signature verification tool, gpgv, built statically so that it can be directly used on any platform that is running on the Linux kernel. Android and ChromeOS are two well known examples, but there are many other platforms that this will work for, like embedded Linux OSes. This gpgv in combination with debootstrap and the Debian archive keyring allows the secure creation of chroot installs on these platforms by using the full Debian signature verification that is present in all official Debian mirrors. Package: gpgv-win32 Description-md5: 3f8767984a5f4b323de309446d07435d Description-en: GNU privacy guard - signature verification tool (win32 build) GnuPG is GNU's tool for secure communication and data storage. . gpgv is a stripped-down version of gnupg which is only able to check signatures. It is smaller than the full-blown gnupg and uses a different (and simpler) way to check that the public keys used to make the signature are trustworthy. . This is a win32 version of gpgv. It's meant to be used by the win32-loader component of Debian-Installer. Package: gpgv2 Description-md5: e6cd72adf0d5f886dd5a174557278b63 Description-en: GNU privacy guard - signature verification tool (dummy transitional package) GnuPG is GNU's tool for secure communication and data storage. gpgv is a stripped-down version of gpg which is only able to check signatures. . This is a dummy transitional package that provides symlinks from gpgv2 to gpgv. Package: gradle Description-md5: dc7c348ba78fae9c679e7d8a527a89ff Description-en: Powerful build system for the JVM Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. Package: gradle-apt-plugin Description-md5: d14b610a4a1f33784fe062b68aa09bd7 Description-en: Gradle plugin to use Java annotation processors This plugin does a few things to make it easier/safer to use Java annotation processors in a Gradle build: . * it ensures the presence of configurations for your compile-time only dependencies (annotations, generally) and annotation processors, consistently across all supported Gradle versions; * automatically configures the corresponding JavaCompile and GroovyCompile tasks to make use of these configurations, when the java or groovy plugin is applied; * automatically configures IntelliJ IDEA and/or Eclipse when the net.ltgt.apt-idea or net.ltgt.apt-eclipse plugins are applied. Package: gradle-completion Description-md5: 65849255dfb98cfc79f743c371beef22 Description-en: Bash and Zsh completion support for Gradle Bash and Zsh completion support for Gradle. This provides _fast_ tab completion for: . * Gradle tasks for the current project and sub-projects * Gradle CLI switches (e.g. `--parallel`) * Common Gradle properties (e.g. `-Dorg.gradle.debug`) . It also handles custom default build files, so `rootProject.buildFileName = 'build.gradle.kts'` is supported. Package: gradle-debian-helper Description-md5: ecdc14ab6558e348c752209d5b6475e2 Description-en: Helper tools for building Debian packages with Gradle gradle-debian-helper contains helper tools to ease the packaging of Gradle based projects in Debian. It consists in: . * a Gradle plugin resolving the dependencies against the system Maven repository (/usr/share/maven-repo). The resolver uses the same Maven rule files that maven-debian-helper and maven-repo-helper employ (debian/maven.rules, debian/maven.ignoreRules). * a debhelper class detecting Gradle build files, initializing the plugin and running Gradle in offline mode. Package: gradle-doc Description-md5: 04f26ebf5272e7198f7e00b417ed2738 Description-en: Powerful build system for the JVM - Documentations Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains Gradle API Javadoc. Package: groovy Description-md5: 722015325f3e393c005ff78ae5b6eed4 Description-en: Agile dynamic language for the Java Virtual Machine Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. Package: groovy-doc Description-md5: 711cfc7b2963e0fd15f0a229342ad565 Description-en: Agile dynamic language for the Java Virtual Machine (documentation) Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. . This package includes the Groovy API javadocs, and examples. Package: gstreamer1.0-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: gstreamer1.0-qt5 Description-md5: 6fd76fa62a56dd4ac66dadd0e99cbe61 Description-en: GStreamer plugin for Qt5 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 Qt5. Package: haproxy-doc Description-md5: f72de64c8c07f125957ba405924efb5e Description-en: fast and reliable load balancing reverse proxy (HTML documentation) HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status. . This package contains the HTML documentation for haproxy. 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: hostapd Description-md5: ccde30443fe7e1cdca9a1a088bb04b0e Description-en: IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator Originally, hostapd was an optional user space component for Host AP driver. It adds more features to the basic IEEE 802.11 management included in the kernel driver: using external RADIUS authentication server for MAC address based access control, IEEE 802.1X Authenticator and dynamic WEP keying, RADIUS accounting, WPA/WPA2 (IEEE 802.11i/RSN) Authenticator and dynamic TKIP/CCMP keying. . The current version includes support for other drivers, an integrated EAP authenticator (i.e., allow full authentication without requiring an external RADIUS authentication server), and RADIUS authentication server for EAP authentication. . hostapd works with the following drivers: . * mac80211 based drivers with support for master mode [linux] * Host AP driver for Prism2/2.5/3 [linux] * Driver interface for FreeBSD net80211 layer [kfreebsd] * Any wired Ethernet driver for wired IEEE 802.1X authentication. Package: hprof-conv Description-md5: c3a05970679ce80e38ac5278792f80a6 Description-en: HPROF Converter The hprof-conv tool converts the HPROF file that is generated by the Android SDK tools to a standard format so you can view the file in a profiling tool of your choice. Package: hsqldb-utils Description-md5: 8790ad9c9ca663dc4dc2734d16431d2f Description-en: Java SQL database engine (utilities) HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus SQL:2.29 and SQL:2.23 enhancements. It offers a small, fast database engine that offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets), and a number of demonstration examples. . This package contains some scripts to invoke the Utilities of HSQLDB (org.hsqldb.util.*): - hsqldb-databasemanager: DatabaseManager - hsqldb-databasemanagerswing: DatabaseManagerSwing - hsqldb-transfer: Transfer - hsqldb-sqltool: SqlTool Package: hylafax-client Description-md5: 39c86a73a8f4a79750b1313eb4030112 Description-en: Flexible client/server fax software - client utilities The HylaFAX client software communicates with a HylaFAX server via TCP/IP. . HylaFAX support the sending and receiving of facsimiles, the polled retrieval of facsimiles and the send of alphanumeric pages. Package: hylafax-client-dbg Description-md5: b9a4b801b7dab4378b6895e8eed9dad4 Description-en: Flexible client/server fax software - client utilities The HylaFAX client software communicates with a HylaFAX server via TCP/IP. . HylaFAX support the sending and receiving of facsimiles, the polled retrieval of facsimiles and the send of alphanumeric pages. . This package only contains debugging symbols. Package: hylafax-server Description-md5: f6d21a82d4c9a54d7b8f613296b12eae Description-en: Flexible client/server fax software - server daemons This package support the sending and receiving of facsimiles, the polled retrieval of facsimiles and the send of alphanumeric pages. . The host running the server must have either a Class 1, Class 2, or a Class 2.0 fax modem attached to one of its serial ports. End-user applications to manage the transmission of documents via facsimile are provided separately by the hylafax-client package. Package: hylafax-server-dbg Description-md5: 655d688f764091d85072ae8d25e3c7ad Description-en: Debug symbols for the hylafax server This package support the sending and receiving of facsimiles, the polled retrieval of facsimiles and the send of alphanumeric pages. . The host running the server must have either a Class 1, Class 2, or a Class 2.0 fax modem attached to one of its serial ports. End-user applications to manage the transmission of documents via facsimile are provided separately by the hylafax-client package. . This package only contains debugging symbols. Package: ibus-wayland Description-md5: 1e9348a71fcaa851b58b1ec63c4c08bc Description-en: Intelligent Input Bus - Wayland support IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the Wayland IM module. Package: icecast2 Description-md5: c8a4d364d7555ed5faa920c33bd9771f Description-en: streaming media server Icecast is a versatile multimedia streaming server which can create (for instance) a private jukebox or "Internet radio station". It supports Ogg streaming using the Vorbis and Theora codecs, as well as other formats such as MP3, AAC, or NSV, and is compatible with most media players. Package: icedtea-8-plugin Description-md5: 6abcab38e873e0a6d46ff12d15dfcb45 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. . WARNING: This is an empty package; the NPAPI support was removed in recent firefox and chromium browsers. 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-netx-common Description-md5: a009ac48d464ba0a7c2574ce7c43084a 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. . This package is a dependency package introduced for the 18.04 LTS backport. Package: icedtea-plugin Description-md5: ffc4d681db069d914e64d5cea4ffe03f Description-en: web browser plugin to execute Java applets (dependency package) IcedTeaPlugin is a web browser plugin to execute Java applets, supporting LiveConnect/JavaScript. It is targeted for xulrunner-1.9 and compatible browsers that support the NPAPI. . This is a dependency package, it can be safely removed after upgrade. . WARNING: This is an empty package; the NPAPI support was removed in recent firefox and chromium browsers. Package: idle-python2.7 Description-md5: 1fd93a936611995336444949b73d0b8a Description-en: IDE for Python (v2.7) using Tkinter IDLE is an Integrated Development Environment for Python (v2.7). IDLE is written using Tkinter and therefore quite platform-independent. Package: idle-python3.6 Description-md5: 7108c3959b5bccbfeb92bd5af604c9d3 Description-en: IDE for Python (v3.6) using Tkinter IDLE is an Integrated Development Environment for Python (v3.6). IDLE is written using Tkinter and therefore quite platform-independent. Package: idle-python3.7 Description-md5: d251ef701c022d4d3f4a8efc25c22cd5 Description-en: IDE for Python (v3.7) using Tkinter IDLE is an Integrated Development Environment for Python (v3.7). IDLE is written using Tkinter and therefore quite platform-independent. Package: imagemagick-6-doc Description-md5: f514d30b27cec105434014153f1921ca Description-en: document files of ImageMagick This package contains the document files shipped with ImageMagick, a software suite to create, edit, and compose bitmap images. . Documentations includes html manuals, examples files, and doxygen generated API documentation. Package: imagemagick-6.q16hdri Description-md5: 8d88f8552aaa3c563492e595f774c7e5 Description-en: image manipulation programs -- quantum depth Q16HDRI 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). . For working with the SVG, WMF, OpenEXR, DjVu and Graphviz formats, you need to install the libmagickcore-6.q16hdri-3-extra package. . This version of imagemagick is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). Package: imagemagick-common Description-md5: 4c746bf1d9d18dd7bd6d5f798754abc0 Description-en: image manipulation programs -- infrastructure dummy package imagemagick-common contained the filesystem infrastructure required for further installation of imagemagick in any configuration. . This is a transitional package to help migrate systems to the new imagemagick-6-common package. . This is a dummy package. You can safely purge or remove it. Package: imagemagick-doc Description-md5: b0721b7d624a0d684407c0c9ca6fc3de Description-en: document files of ImageMagick -- dummy package This package contained the document files shipped with ImageMagick, a software suite to create, edit, and compose bitmap images. . This is a transitional package to help migrate systems to the new imagemagick-6-doc package. . This is a dummy package. You can safely purge or remove it. Package: img2simg Description-md5: 098b53cb5345c79e9d43a7c3970e37d5 Description-en: Transitional package This is a transitional package. It can safely be removed. Package: isc-dhcp-client-ddns Description-md5: b50603a1b35d2890c76eeaa6a2333d69 Description-en: Dynamic DNS (DDNS) enabled DHCP client This a Dynamic DNS enabled version of the 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-relay Description-md5: 8caafb99fc6d2e4f67d3a9eda47b9265 Description-en: ISC DHCP relay daemon This is the Internet Software Consortium's 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-ldap Description-md5: 5128e40dee2335c1d24210a6ce42aae2 Description-en: DHCP server that uses LDAP as its backend This is the server from the Internet Software Consortium's implementation of DHCP. . 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: jabref Description-md5: 46f0e5450733eb86b4991d1ee88e7853 Description-en: graphical frontend to manage BibTeX and BibLaTeX databases JabRef is a graphical Java application for editing BibTeX (.bib) databases. JabRef lets you organize your entries into overlapping logical groups, and with a single click limit your view to a single group or an intersection or union of several groups. You can customize the entry information shown in the main window, and sort by any of the standard BibTeX fields. JabRef can autogenerate BibTeX keys for your entries. JabRef also lets you easily link to PDF or web sources for your reference entries. . JabRef can import from and export to several formats, and you can customize export filters. JabRef can be run as a command line application to convert from any import format to any export format. Package: jarwrapper Description-md5: 3ec7df94fe3bf54bc2eb2bb6ff245986 Description-en: Run executable Java .jar files Jarwrapper sets up binfmt-misc to run executable jar files using the installed java runtime. . It also includes a /usr/share/jarwrapper/java-arch.sh script to convert Debian architecture names into java names to locate libjvm.so Package: java-propose-classpath Description-md5: 309a04a51c19035f07af976a1ca3370d Description-en: Helper script to suggest a classpath for jar files java-propose-classpath analyzes a set of jar files and the installed jars on the system to suggest a correct classpath for use with jh_classpath/jh_manifest . This package should not be in any build-depends since java-propose-classpath cannot be run automatically. Package: javahelper Description-md5: d45b9daf1c52a4839fc72a1c8d80017d Description-en: Helper scripts for packaging Java programs Javahelper contains several scripts which help in packaging Java programs. . jh_depends searches jars to find which packages they depend on, similar to dh_shlibdeps. It will also add depends on jarwrapper for packages with executable jars. . jh_classpath will register the classpath dependencies for each jar so that they can be automatically loaded when that jar is used by other programs. . jh_manifest updates the manifest in jar files according to a provided spec so that the resultant jar files will work with jarwrapper-enabled packages. . jh_exec looks for symlinks to jars which should be executable and makes them executable . jh_build builds java files to jars for you. . jh_installlibs installs library jars into the correct locations . jh_makepkg generates a template for a Debian Java package for you . jh_installeclipse installs features/plugins built by pde-build. . jh_setupenvironment prepares an out of source built for eclipse builds. . jh_generateorbitdir creates and populates an orbit dir for eclipse builds. . jh_compilefeatures compiles eclipse features based on feature ids. . /usr/share/javahelper/java-vars.mk provides a selection of useful variables such as various JVM paths and the JVM name for the architecture . /usr/share/javahelper/java-arch.sh converts Debian architecture names into java names to locate libjvm.so in non-make build systems . javahelper provides CDBS and dh macros so that it can be used with those package build systems. . Note that some of the eclipse helpers depends on packages not pulled by default (like with devscripts). You can find these scripts in Suggests. Package: jaxb Description-md5: 2c7429e13d7be2d82c8254b77f747baf Description-en: JAXB Reference Implementation (Command Line Tools) GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. . Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy for Java developers to incorporate XML data and processing functions in Java applications. As part of this process, JAXB provides methods for unmarshalling (reading) XML instance documents into Java content trees, and then marshalling (writing) Java content trees back into XML instance documents. JAXB also provides a way to generate XML schema from Java objects. . This package contains the xjc and schemagen command line tools. Package: jaxe Description-md5: 0057381fc7ed766937803877ac69326b Description-en: JAva Xml Editor Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a configuration file for the graphical user interface. Package: jaxws Description-md5: e0a17fd403cc956991e83603e1f9d8e6 Description-en: JAX-WS Reference Implementation (Command Line Tools) The Java API for XML-Based Web Services (JAX-WS) provides the API implementation for creating web services, particularly SOAP services. . The JAX-WS Reference Implementation (JSR-224) provides the actual implementation behind the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11. . This package contains the wsgen and wsimport command line tools. Package: jetty9 Description-md5: 6145995b8766cbb4600d50bf0658018e Description-en: Java servlet engine and webserver Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. Package: jftp Description-md5: 3046c53d919f2fee80a417b9f41234f9 Description-en: Java GUI client for FTP, SMB, SFTP and NFS JFtp is a graphical Java network and file transfer client. It supports FTP using its own FTP API and various other protocols like SMB, SFTP, NFS, HTTP, and file I/O using third party APIs. It includes many advanced features such as recursive directory up/download, browsing FTP servers while transferring files, FTP resuming and queueing, browsing the LAN for Windows shares, and more. Multiple connections can open at a time in a Mozilla-style tabbed browsing environment. Package: jhead Description-md5: a9af64e20d34dfdad7586faac789117a Description-en: manipulate the non-image part of Exif compliant JPEG files jhead is a command line driven utility for extracting digital camera settings from the Exif format files used by many digital cameras. It handles the various confusing ways these can be expressed, and displays them as F-stop, shutter speed, etc. It is also able to reduce the size of digital camera JPEGs without loss of information, by deleting integral thumbnails that digital cameras put into the Exif header. Package: jruby Description-md5: b966216a2f0f9bd9e3cd74e7c9fe80af Description-en: 100% pure-Java implementation of Ruby JRuby is an implementation of the ruby language using the JVM. . It aims to be a complete, correct and fast implementation of Ruby, at the same time as providing powerful new features such as concurrency without a global interpreter lock, true parallelism and tight integration to the Java language to allow one to use Java classes in Ruby programs and to allow JRuby to be embedded into a Java application. . JRuby can be used as a faster version of Ruby, it can be used to run Ruby on the JVM and access powerful JVM libraries such as highly tuned concurrency primitives, it can also be used to embed Ruby as a scripting language in your Java program, or many other possibilities. Package: jruby-openssl Description-md5: 589d099505eeb05481d0f26ae429f704 Description-en: Ruby library that emulates the OpenSSL native library for JRuby OpenSSL ruby native library provides SSL, TLS and general purpose cryptography by wrapping the OpenSSL library. . JRuby-OpenSSL does the same for JRuby under Java platform. Under the hood is implemented with the Bouncy Castle Crypto APIs. Package: jtreg Description-md5: 611519f9a173fc2ad95de16a2d1a0c04 Description-en: Regression Test Harness for the OpenJDK platform jtreg is the test harness used by the OpenJDK test framework. This framework is intended primarily for regression tests. It can also be used for unit tests, functional tests, and even simple product tests -- in other words, just about any type of test except a conformance test, which belong in a TCK. Package: junit4 Description-md5: 6e472ef1eb53b7098f32665495dd5b52 Description-en: JUnit regression test framework for Java JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. . JUnit 4 uses Java 5 features such as generics and annotations. If you need compatibility with previous Java versions, you should use the junit package (version 3) instead. Package: junit4-doc Description-md5: 76c2a881e3392afd1eddd749d9d0edd7 Description-en: JUnit regression test framework for Java - documentation JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. . JUnit 4 uses Java 5 features such as generics and annotations. If you need compatibility with previous Java versions, you should use the junit package (version 3) instead. . This package contains Javadoc API documentation of JUnit 4. Package: jython Description-md5: c09f9033a073d1f7301992f5f47163eb Description-en: Python seamlessly integrated with Java Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. . Jython is complementary to Java and allows the two languages to be freely mixed. It is especially suited for embedded scripting, interactive experimentation and rapid application development, and it can interact with Java packages or with running Java applications. Package: jython-doc Description-md5: c962bf50c611a5ef15704e3db84eb289 Description-en: Jython documentation including API docs Official documentation for Jython, an implementation of Python seamlessly integrated with Java. This includes detailed Jython usage information as well as the API documentation for the Jython classes. . This package only contains documentation specific to Jython; for general Python documentation including a Python language reference and tutorial, see Python web site : http://docs.python.org/. Package: kdelibs-bin Description-md5: 8c1a7b51c921c425f6300691dd629da4 Description-en: core executables for KDE Applications This package contains common core executables used by all KDE Applications. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-data Description-md5: 2bd024f64244b4a4f31312afcf299c8d Description-en: core shared data for all KDE Applications This package contains architecture-independent data files needed to run KDE Applications. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-dbg Description-md5: 5267f8d9119e5ba93ffb45270c660c6c Description-en: debugging symbols for the KDE Development Platform libraries This package contains debugging files used to investigate problems with binaries included in the KDE Development Platform libraries module. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-dev Description-md5: 4143b0754ef485c998c2c10e78ae60ce Description-en: development files for the KDE Development Platform libraries This package contains development files for building KDE Applications and other software that uses the KDE Development Platform libraries. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-plugins Description-md5: 47c4a19af28fe26f79c1626027f99953 Description-en: core plugins for KDE Applications This package contains core plugins for KDE Applications used by KDE Applications and KDE Development Platform libraries at runtime. This package is needed to run most KDE Applications. . This package is part of the KDE Development Platform libraries module. Package: kdoctools Description-md5: 238d6e603fc4c3e7e34babe8e5e78683 Description-en: various tools for accessing application documentation This package provides KDE documentation tools (including the "help" KIO slave) for accessing documentation of KDE and GNOME applications. . This package is part of the KDE Development Platform libraries module. 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-k5tls Description-md5: 5699670af87b8b1548415421a790b2b8 Description-en: TLS 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 TLS functionality used by optional functionality in MIT Kerberos. The only current consumer is client support for the MS-KKDCP protocol, which tunnels Kerberos protocol traffic through an HTTPS proxy. 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-kpropd Description-md5: 2ba7e7dc26d29ffeba6f320923811e2b Description-en: MIT Kerberos key server (Slave KDC Support) 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 slave KDC update server (kpropd). The kpropd command runs on the slave KDC server. It listens for update requests made by the kprop program, and periodically requests incremental updates from the master KDC. This package should be installed on slave KDCs. Package: krb5-otp Description-md5: 2f5dd566c16f346d882c733b4d7b1206 Description-en: OTP 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 OTP preauthentication method (RFC 6560), which allows Kerberos tickets to be obtained using One-Time Password authentication. This plugin is for use on the KDC; the client support is built in to libkrb5. 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: b10599fa748131166d0b1a01617ee6ce 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: ldb-tools Description-md5: 27e8c15a8859e3368f9f6a0853f05226 Description-en: LDAP-like embedded database - tools ldb is a LDAP-like embedded database built on top of TDB. . What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains bundled test and utility binaries 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: lib32asan4-amd64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-dbg-amd64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-dbg-ppc64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-dbg-s390x-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-dbg-sparc64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-dbg-x32-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-ppc64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-s390x-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-sparc64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-x32-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-amd64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-dbg-amd64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-dbg-ppc64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-dbg-s390x-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-dbg-sparc64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-dbg-x32-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-ppc64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-s390x-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-sparc64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-x32-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32atomic1-amd64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-amd64-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-mips64-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-mips64el-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-ppc64-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-s390x-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-sparc64-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-x32-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-mips64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-mips64el-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-ppc64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-s390x-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-sparc64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-x32-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32cilkrts5-amd64-cross Description-md5: cfc0a1e0e2c2fe8e45700724c806a987 Description-en: Intel Cilk Plus language extensions (32bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-dbg-amd64-cross Description-md5: 302371f2bf006ba155500edad2c90bb0 Description-en: Intel Cilk Plus language extensions (32 bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-dbg-sparc64-cross Description-md5: 302371f2bf006ba155500edad2c90bb0 Description-en: Intel Cilk Plus language extensions (32 bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-dbg-x32-cross Description-md5: 302371f2bf006ba155500edad2c90bb0 Description-en: Intel Cilk Plus language extensions (32 bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-sparc64-cross Description-md5: cfc0a1e0e2c2fe8e45700724c806a987 Description-en: Intel Cilk Plus language extensions (32bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-x32-cross Description-md5: cfc0a1e0e2c2fe8e45700724c806a987 Description-en: Intel Cilk Plus language extensions (32bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32gcc-7-dev-amd64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-mips64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-mips64el-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-ppc64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-s390x-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-sparc64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-x32-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-amd64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-mips64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-mips64el-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-ppc64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-s390x-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-sparc64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-x32-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc1-amd64-cross Description-md5: 50751a27453868e86cc1bc2f78b18a32 Description-en: GCC support library (32 bit Version) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-amd64-cross Description-md5: cdbc0da901e5b46128cb5ba05d82a4e4 Description-en: GCC support library (debug symbols) (amd64) Debug symbols for the GCC support library. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-mips64-cross Description-md5: 00edfc3961ee4d229c01f5a8957e647c Description-en: GCC support library (debug symbols) (mips64) Debug symbols for the GCC support library. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-mips64el-cross Description-md5: 8528b9b598a0022db536a9e490b4ce3d Description-en: GCC support library (debug symbols) (mips64el) Debug symbols for the GCC support library. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-ppc64-cross Description-md5: c5268934c839c22c4bf810edbcd02025 Description-en: GCC support library (debug symbols) (ppc64) Debug symbols for the GCC support library. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-s390x-cross Description-md5: b4efaef8d520c8fbce8d390b18949989 Description-en: GCC support library (debug symbols) (s390x) Debug symbols for the GCC support library. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-sparc64-cross Description-md5: f6a6d8b94854b8565f0d0fa95e539ebc Description-en: GCC support library (debug symbols) (sparc64) Debug symbols for the GCC support library. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-x32-cross Description-md5: 34bebb6e67e07863d7023fc847a75c4e Description-en: GCC support library (debug symbols) (x32) Debug symbols for the GCC support library. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32gcc1-mips64-cross Description-md5: cf7aaf31ac71c379479e081b335e1101 Description-en: GCC support library (32 bit Version) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32gcc1-mips64el-cross Description-md5: 875509629fe91b75e6cb33162face165 Description-en: GCC support library (32 bit Version) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32gcc1-ppc64-cross Description-md5: 49774a82c6bfe226707be12f9a5282e7 Description-en: GCC support library (32 bit Version) 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. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32gcc1-s390x-cross Description-md5: 54fde574381973d74b0a5672c1410daf Description-en: GCC support library (32 bit Version) 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. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32gcc1-sparc64-cross Description-md5: 4d1d4b9242bcfca6baa0e979e5bb3f2e Description-en: GCC support library (32 bit Version) 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. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32gcc1-x32-cross Description-md5: 530ee1acf7d7dff7c3e5606f748b48ae Description-en: GCC support library (32 bit Version) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32gfortran-7-dev-amd64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-mips64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-mips64el-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-ppc64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-s390x-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-sparc64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-x32-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-amd64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-mips64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-mips64el-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-ppc64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-s390x-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-sparc64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-x32-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran4-amd64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-amd64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-mips64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-mips64el-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-ppc64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-s390x-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-sparc64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-x32-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-mips64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-mips64el-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-ppc64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-s390x-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-sparc64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-x32-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5 Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-amd64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-amd64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-mips64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-mips64el-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-ppc64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-s390x-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-sparc64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-x32-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-mips64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-mips64el-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-ppc64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-s390x-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-sparc64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-x32-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32go11 Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-amd64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-dbg Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-amd64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-mips64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-mips64el-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-ppc64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-s390x-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-sparc64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-x32-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-mips64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-mips64el-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-ppc64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-s390x-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-sparc64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-x32-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13 Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-amd64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-dbg Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-amd64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-mips64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-mips64el-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-ppc64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-s390x-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-sparc64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-x32-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-mips64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-mips64el-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-ppc64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-s390x-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-sparc64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-x32-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32gomp1-amd64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-amd64-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-mips64-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-mips64el-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-ppc64-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-s390x-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-sparc64-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-x32-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-mips64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-mips64el-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-ppc64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-s390x-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-sparc64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-x32-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gphobos-7-dev-amd64-cross Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-7-dev-x32-cross Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-8-dev-amd64-cross Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-8-dev-x32-cross Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos71-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos71-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos71-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos71-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos71-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32itm1-amd64-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg-amd64-cross Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg-ppc64-cross Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg-s390x-cross Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg-sparc64-cross Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg-x32-cross Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-ppc64-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-s390x-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-sparc64-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-x32-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32lsan0-amd64-cross Description-md5: e9b900fdd2d820580fa5248285865c55 Description-en: LeakSanitizer -- a memory leak detector (32bit) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32lsan0-dbg-amd64-cross Description-md5: 3324d53f5a8070bc617f2c2b066d6f74 Description-en: LeakSanitizer -- a memory leak detector (32 bit debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32lsan0-dbg-ppc64-cross Description-md5: 3324d53f5a8070bc617f2c2b066d6f74 Description-en: LeakSanitizer -- a memory leak detector (32 bit debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32lsan0-ppc64-cross Description-md5: e9b900fdd2d820580fa5248285865c55 Description-en: LeakSanitizer -- a memory leak detector (32bit) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32mpx2-amd64-cross Description-md5: 5afc922c54fcccb02d0244c2257bc6c3 Description-en: Intel memory protection extensions (32bit) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: lib32mpx2-dbg-amd64-cross Description-md5: 6ba9160e11fb55e508faaa74118c8d01 Description-en: Intel memory protection extensions (32 bit debug symbols) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: lib32objc-7-dev-amd64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-mips64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-mips64el-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-ppc64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-s390x-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-sparc64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-x32-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-amd64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-mips64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-mips64el-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-ppc64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-s390x-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-sparc64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-x32-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc4-amd64-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-amd64-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-mips64-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-mips64el-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-ppc64-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-s390x-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-sparc64-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-x32-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-mips64-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-mips64el-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-ppc64-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-s390x-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-sparc64-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-x32-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32quadmath0-amd64-cross Description-md5: d7a03dac94565e412ed600a16f543d54 Description-en: GCC Quad-Precision Math Library (32bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib32quadmath0-dbg-amd64-cross Description-md5: 2408724947bd37356dc923703c9b320e Description-en: GCC Quad-Precision Math Library (32 bit debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: lib32quadmath0-dbg-x32-cross Description-md5: 2408724947bd37356dc923703c9b320e Description-en: GCC Quad-Precision Math Library (32 bit debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: lib32quadmath0-x32-cross Description-md5: d7a03dac94565e412ed600a16f543d54 Description-en: GCC Quad-Precision Math Library (32bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib32stdc++-7-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-ppc64-cross Description-md5: 9ed53ed2eade4c8b1ec98247d3d535f0 Description-en: GNU Standard C++ Library v3 (development files) (ppc64) 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. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-s390x-cross Description-md5: 2e07343add09b92b671f67aa5b4d02b8 Description-en: GNU Standard C++ Library v3 (development files) (s390x) 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. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-sparc64-cross Description-md5: 751105838e19d8219c75e6a4fcad4465 Description-en: GNU Standard C++ Library v3 (development files) (sparc64) 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. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32stdc++-8-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: lib32stdc++-8-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-ppc64-cross Description-md5: 9ed53ed2eade4c8b1ec98247d3d535f0 Description-en: GNU Standard C++ Library v3 (development files) (ppc64) 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. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-s390x-cross Description-md5: 2e07343add09b92b671f67aa5b4d02b8 Description-en: GNU Standard C++ Library v3 (development files) (s390x) 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. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-sparc64-cross Description-md5: 751105838e19d8219c75e6a4fcad4465 Description-en: GNU Standard C++ Library v3 (development files) (sparc64) 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. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-amd64-cross Description-md5: b4e6d9a6adb2b204ee8158462c2b85e9 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-mips64-cross Description-md5: 020b84d9070de2daed4b46979e30ac48 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-mips64el-cross Description-md5: 0418a6fd92b44527a12215323ef2fd4d Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-ppc64-cross Description-md5: 608421ddb89304ab20588acaf67ee10b Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-s390x-cross Description-md5: ac1bba3295e4fe2572314658365d3cf1 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-sparc64-cross Description-md5: a1fa87d1c324ac5703a76d7201f2084f Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-x32-cross Description-md5: 93ceaa963b1c92a3f405223dc06625ea Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32stdc++6-8-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: lib32stdc++6-8-dbg-amd64-cross Description-md5: 191802fb3f414698fbafb906dd858aa4 Description-en: GNU Standard C++ Library v3 (debugging files) (amd64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-mips64-cross Description-md5: 05b4420f7dd0feed47074260de76ea9b Description-en: GNU Standard C++ Library v3 (debugging files) (mips64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-mips64el-cross Description-md5: a71afc06e715fd5d500600e43d2af8ce Description-en: GNU Standard C++ Library v3 (debugging files) (mips64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-ppc64-cross Description-md5: d7342e3a8aab576e5e91e46835b6ed74 Description-en: GNU Standard C++ Library v3 (debugging files) (ppc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-s390x-cross Description-md5: f0cd51347edda12dc24b6e47676b69cb Description-en: GNU Standard C++ Library v3 (debugging files) (s390x) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-sparc64-cross Description-md5: 31165f4dce998c3451d36c0cdb1123db Description-en: GNU Standard C++ Library v3 (debugging files) (sparc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-x32-cross Description-md5: 2970db6b2b3287391c4f2d79600b5ce9 Description-en: GNU Standard C++ Library v3 (debugging files) (x32) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32stdc++6-amd64-cross Description-md5: 1b5e6395f9e7f7813dfd2dc28c813319 Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++6-mips64-cross Description-md5: 26ef041dcd5376c600f1e848ffb811bf Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++6-mips64el-cross Description-md5: 0180a2994314dc6d2114c3e21d5fed4b Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++6-ppc64-cross Description-md5: 2c9085c5f49471b6573f07e929023d93 Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-s390x-cross Description-md5: 187342390b9d11bee3c82a857e760a0c Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++6-sparc64-cross Description-md5: eebb7a339a97fa825bdb468feb6ff708 Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-x32-cross Description-md5: 019c8e157e6258089ae9490f206e6b4d Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32ubsan0-amd64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg-amd64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg-ppc64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg-s390x-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg-sparc64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg-x32-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-ppc64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-s390x-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-sparc64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-x32-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-amd64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg-amd64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg-ppc64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg-s390x-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg-sparc64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg-x32-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-ppc64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-s390x-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-sparc64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-x32-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64asan4-dbg-i386-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan4-dbg-powerpc-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan4-dbg-x32-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan4-i386-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan4-powerpc-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan4-x32-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-dbg-i386-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-dbg-powerpc-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-dbg-x32-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-i386-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-powerpc-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-x32-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64atomic1-dbg-i386-cross Description-md5: 3180ccc043db555a40bffc6fe5928e4c Description-en: support library providing __atomic built-in functions (64bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-dbg-mips-cross Description-md5: 3180ccc043db555a40bffc6fe5928e4c Description-en: support library providing __atomic built-in functions (64bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-dbg-mipsel-cross Description-md5: 3180ccc043db555a40bffc6fe5928e4c Description-en: support library providing __atomic built-in functions (64bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-dbg-powerpc-cross Description-md5: 3180ccc043db555a40bffc6fe5928e4c Description-en: support library providing __atomic built-in functions (64bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-dbg-x32-cross Description-md5: 3180ccc043db555a40bffc6fe5928e4c Description-en: support library providing __atomic built-in functions (64bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-i386-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-mips-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-mipsel-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-powerpc-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-x32-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64cilkrts5-dbg-i386-cross Description-md5: 667d7b52012a028e733a5cdc05f59d8a Description-en: Intel Cilk Plus language extensions (64bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib64cilkrts5-dbg-x32-cross Description-md5: 667d7b52012a028e733a5cdc05f59d8a Description-en: Intel Cilk Plus language extensions (64bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib64cilkrts5-i386-cross Description-md5: a6436c3face9969968e3cd3f40d78d2e Description-en: Intel Cilk Plus language extensions (64bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib64cilkrts5-x32-cross Description-md5: a6436c3face9969968e3cd3f40d78d2e Description-en: Intel Cilk Plus language extensions (64bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib64gcc-7-dev-i386-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-7-dev-mips-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-7-dev-mipsel-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-7-dev-powerpc-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-7-dev-x32-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-8-dev-i386-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-8-dev-mips-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-8-dev-mipsel-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-8-dev-powerpc-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-8-dev-x32-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc1-dbg-i386-cross Description-md5: 9872e557eec6112e2e9403badb34db09 Description-en: GCC support library (debug symbols) (i386) Debug symbols for the GCC support library. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64gcc1-dbg-mips-cross Description-md5: e7655f9ff6efd04d48defe8f30f54d25 Description-en: GCC support library (debug symbols) (mips) Debug symbols for the GCC support library. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64gcc1-dbg-mipsel-cross Description-md5: 3930f51efe424b6fe751fef09a12b1ae Description-en: GCC support library (debug symbols) (mipsel) Debug symbols for the GCC support library. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64gcc1-dbg-powerpc-cross Description-md5: 145377cc3047b079cff435291a72e727 Description-en: GCC support library (debug symbols) (powerpc) Debug symbols for the GCC support library. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64gcc1-dbg-x32-cross Description-md5: 34bebb6e67e07863d7023fc847a75c4e Description-en: GCC support library (debug symbols) (x32) Debug symbols for the GCC support library. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64gcc1-i386-cross Description-md5: f51617c644108e7c0efbf4e1aba59f63 Description-en: GCC support library (i386) (64bit) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64gcc1-mips-cross Description-md5: 816d6af95b0860e1e0329151af9c7284 Description-en: GCC support library (mips) (64bit) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64gcc1-mipsel-cross Description-md5: 36b465d7f4b90fa4aa158db6f0ae84b4 Description-en: GCC support library (mipsel) (64bit) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64gcc1-powerpc-cross Description-md5: 49a23e4e59ff20de994e735cf94c3c81 Description-en: GCC support library (powerpc) (64bit) 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. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64gcc1-x32-cross Description-md5: e2d5c934d8e46a5c5d78dadf147cb2bc Description-en: GCC support library (x32) (64bit) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64gfortran-7-dev-i386-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-7-dev-mips-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-7-dev-mipsel-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-7-dev-powerpc-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-7-dev-x32-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-8-dev-i386-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-8-dev-mips-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-8-dev-mipsel-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-8-dev-powerpc-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-8-dev-x32-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran4-dbg-i386-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-dbg-mips-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-dbg-mipsel-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-dbg-powerpc-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-dbg-x32-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-i386-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-mips-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-mipsel-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-powerpc-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-x32-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg-i386-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg-mips-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg-mipsel-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg-powerpc-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg-x32-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-i386-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-mips-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-mipsel-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-powerpc-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-x32-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64go11-dbg-i386-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go11-dbg-mips-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go11-dbg-mipsel-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go11-dbg-powerpc-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go11-dbg-x32-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go11-i386-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go11-mips-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go11-mipsel-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go11-powerpc-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go11-x32-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-dbg-i386-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13-dbg-mips-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13-dbg-mipsel-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13-dbg-powerpc-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13-dbg-x32-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13-i386-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-mips-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-mipsel-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-powerpc-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-x32-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64gomp1-dbg-i386-cross Description-md5: 882676390c496a4f303ad530c4fe700c Description-en: GCC OpenMP (GOMP) support library (64bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-dbg-mips-cross Description-md5: 882676390c496a4f303ad530c4fe700c Description-en: GCC OpenMP (GOMP) support library (64bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-dbg-mipsel-cross Description-md5: 882676390c496a4f303ad530c4fe700c Description-en: GCC OpenMP (GOMP) support library (64bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-dbg-powerpc-cross Description-md5: 882676390c496a4f303ad530c4fe700c Description-en: GCC OpenMP (GOMP) support library (64bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-dbg-x32-cross Description-md5: 882676390c496a4f303ad530c4fe700c Description-en: GCC OpenMP (GOMP) support library (64bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-i386-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-mips-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-mipsel-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-powerpc-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-x32-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gphobos-7-dev-i386-cross Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos-7-dev-x32-cross Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos-8-dev-i386-cross Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos-8-dev-x32-cross Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos71-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos71-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos71-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos71-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64itm1-dbg-i386-cross Description-md5: 2d248b06e644dd15948c161044b826f5 Description-en: GNU Transactional Memory Library (64bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64itm1-dbg-x32-cross Description-md5: 2d248b06e644dd15948c161044b826f5 Description-en: GNU Transactional Memory Library (64bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64itm1-i386-cross Description-md5: fcc38020a0be9787c7556be2d025d1a4 Description-en: GNU Transactional Memory Library (64bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64itm1-x32-cross Description-md5: fcc38020a0be9787c7556be2d025d1a4 Description-en: GNU Transactional Memory Library (64bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64mpx2-dbg-i386-cross Description-md5: 4c2285d5e4a0206ac91a49de3e7707a4 Description-en: Intel memory protection extensions (64bit debug symbols) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: lib64mpx2-i386-cross Description-md5: ced71383f20eac0d63cc797006aab375 Description-en: Intel memory protection extensions (64bit) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: lib64objc-7-dev-i386-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-7-dev-mips-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-7-dev-mipsel-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-7-dev-powerpc-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-7-dev-x32-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-8-dev-i386-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-8-dev-mips-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-8-dev-mipsel-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-8-dev-powerpc-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-8-dev-x32-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc4-dbg-i386-cross Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-dbg-mips-cross Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-dbg-mipsel-cross Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-dbg-powerpc-cross Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-dbg-x32-cross Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-i386-cross Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-mips-cross Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-mipsel-cross Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-powerpc-cross Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-x32-cross Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64quadmath0-dbg-i386-cross Description-md5: bbb06b0ff2dba5c1dd20fe845b0f4d8f Description-en: GCC Quad-Precision Math Library (64bit debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: lib64quadmath0-dbg-x32-cross Description-md5: bbb06b0ff2dba5c1dd20fe845b0f4d8f Description-en: GCC Quad-Precision Math Library (64bit debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: lib64quadmath0-i386-cross Description-md5: 49289451e79bd744581e76fbb05eb94d Description-en: GCC Quad-Precision Math Library (64bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib64quadmath0-x32-cross Description-md5: 49289451e79bd744581e76fbb05eb94d Description-en: GCC Quad-Precision Math Library (64bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib64stdc++-7-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++-7-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64stdc++-7-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64stdc++-7-dev-powerpc-cross Description-md5: 9fad388828b4fa14ecd808a58b88704b Description-en: GNU Standard C++ Library v3 (development files) (powerpc) 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. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++-7-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64stdc++-8-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++-8-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64stdc++-8-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64stdc++-8-dev-powerpc-cross Description-md5: 9fad388828b4fa14ecd808a58b88704b Description-en: GNU Standard C++ Library v3 (development files) (powerpc) 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. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++-8-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64stdc++6-7-dbg-i386-cross Description-md5: 1b9554c1c5dec6a91e0907eef56c2788 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++6-7-dbg-mips-cross Description-md5: 824c580ff9804d836bb9332f4dcd52fc Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64stdc++6-7-dbg-mipsel-cross Description-md5: ec75a8ebc6ba0d5bcf6eb0f8f49e0409 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64stdc++6-7-dbg-powerpc-cross Description-md5: 054e32b0b032342e77abb5168758fcce Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++6-7-dbg-x32-cross Description-md5: 93ceaa963b1c92a3f405223dc06625ea Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64stdc++6-8-dbg-i386-cross Description-md5: eb6d6da8f482feb5b3a328ab6b2698d1 Description-en: GNU Standard C++ Library v3 (debugging files) (i386) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++6-8-dbg-mips-cross Description-md5: d53b6c6a23a234022ee287686204ff97 Description-en: GNU Standard C++ Library v3 (debugging files) (mips) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64stdc++6-8-dbg-mipsel-cross Description-md5: a09f9efaf327da3ae3b60df1e10edf94 Description-en: GNU Standard C++ Library v3 (debugging files) (mipsel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64stdc++6-8-dbg-powerpc-cross Description-md5: 3ea1413eeb27a5e268e6b167bceb74c7 Description-en: GNU Standard C++ Library v3 (debugging files) (powerpc) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++6-8-dbg-x32-cross Description-md5: 2970db6b2b3287391c4f2d79600b5ce9 Description-en: GNU Standard C++ Library v3 (debugging files) (x32) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64stdc++6-i386-cross Description-md5: 7173b9ff28be040d07627366f651d84f Description-en: GNU Standard C++ Library v3 (i386) (64bit) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++6-mips-cross Description-md5: 09708095748653601cdb35d8cbe81707 Description-en: GNU Standard C++ Library v3 (mips) (64bit) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64stdc++6-mipsel-cross Description-md5: 88610cc78f4014089307cad3f269c231 Description-en: GNU Standard C++ Library v3 (mipsel) (64bit) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64stdc++6-powerpc-cross Description-md5: 0417103feacf9e975ae71c41d6df7569 Description-en: GNU Standard C++ Library v3 (powerpc) (64bit) 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. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++6-x32-cross Description-md5: 7b9946c174ea010304d854c7f7c97071 Description-en: GNU Standard C++ Library v3 (x32) (64bit) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64ubsan0-dbg-i386-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan0-dbg-powerpc-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan0-dbg-x32-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan0-i386-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan0-powerpc-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan0-x32-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-dbg-i386-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-dbg-powerpc-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-dbg-x32-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-i386-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-powerpc-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-x32-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libactivemq-java Description-md5: b7875bda385f5f6b4e36597054392132 Description-en: Java message broker core libraries Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . This message broker supports : * JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging * Spring Framework, CXF and Axis integration * pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA * persistence using JDBC along with journaling * OpenWire (cross language wire protocol) and Stomp (Streaming Text Orientated Messaging Protocol) protocols . This package contains a core Java library for ActiveMQ. Package: libadplug-2.2.1-0v5 Description-md5: 7e7e98f29b1725bcee0464b28e37715b Description-en: free AdLib sound library AdPlug is a free, cross-platform, hardware independent AdLib sound player library, mainly written in C++ and released under the LGPL. AdPlug plays sound data, originally created for the AdLib (OPL2) and Sound Blaster (Dual OPL2/OPL3) audio boards, directly from its original format on top of an emulator or by using the real hardware. No OPL chip is required for playback. Package: libadplug-dev Description-md5: 5e5a249b161a7cfdfd94f8ab462cfad7 Description-en: free AdLib sound library (development) AdPlug is a free, cross-platform, hardware independent AdLib sound player library, mainly written in C++ and released under the LGPL. AdPlug plays sound data, originally created for the AdLib (OPL2) and Sound Blaster (Dual OPL2/OPL3) audio boards, directly from its original format on top of an emulator or by using the real hardware. No OPL chip is required for playback. . This package contains the development files. Package: libafterburner.fx-java Description-md5: 0e2d3f5d3002b444b5e27ff333f72fd5 Description-en: minimalistic JavaFX MVP framework afterburner.fx is a minimalistic JavaFX MVP framework based on Convention over Configuration and Dependency Injection, providing the following: . - "Zero-Configuration" javax.inject.Inject DI of models or services into presenters. - Convention-based unification of presenter, view, FXML and css. - Conventional resource bundle loading. - Injection of System.getProperties. - Injection of presenter-local configuration properties (system properties are overriding the local configuration). . Afterburner is a "Just-Enough-Framework" extracted from airhacks-control and used in airpad, lightfish and floyd applications. Package: libafterburner.fx-java-doc Description-md5: 555f35e1c26916f0e4238429a197d0db Description-en: Documentation for afterburner.fx afterburner.fx is a minimalistic JavaFX MVP framework based on Convention over Configuration and Dependency Injection . This package contains the API documentation of libafterburner.fx-java. Package: libandroid-23-java Description-md5: 8acf3e934e41ca047af0f28451684a3a Description-en: Android framework for API Level 23 (6.0 Marshmallow) This package provides "android.jar" in an Android SDK Platform that is used to build an Android application. . The source code of this library is generated by Doclava. Package: libandroid-databinding-java Description-md5: 4d5d2dafdae3ad759f812a9fbde43e90 Description-en: Android Data Binding Library The Data Binding Library enables Android application developers to write declarative layouts and minimize the glue code necessary to bind application logic and layouts. . This package contains the following libraries which are for building and being used by Android SDK: * baseLibrary: Shared library between Data Binding runtime lib and compiler * compilerCommon: Common library that can be shared between different build tools Package: libandroid-json-java Description-md5: aa07b1cf7cf5b94c2118ab7f54a48412 Description-en: Android rewrite of the evil licensed json.org Json.org is a popular java library to parse and create JSON string from the author of the JSON standard Douglas Crockford. His implementation however is not free software[1]. . Therefore the Android team did a cleanroom reimplementation of a JSON library to be used in place of the original one. . [1] http://wiki.debian.org/qa.debian.org/jsonevil Package: libandroid-uiautomator-23-java Description-md5: 45d14b6b8874ba6dff306f21e8ebeb0d Description-en: UI Automator framework for API Level 23 (6.0 Marshmallow) This package provides "uiautomator.jar" in an "Android platforms" that is used to build an Android application. . The source code of this library is generated by Doclava. Package: libangular-maven-plugin-java Description-md5: 88aa49f9ce4ff021278e190567990742 Description-en: Angular Maven Plugin The Angular Maven Plugin is a plugin designed to help developers who are deploying Angular.JS applications, but use maven as a build tool. So far there are two goals: . The html2js goal mimics grunt-html2js in combining html templates into a single javascript file for use with Angular.JS; it does NOT use grunt or nodejs. . The join goal ia a more complex goal designed to simplify assembly of a large modular Angular.JS application where modules are lazily loaded. The goal only deals with the reorganisation of the code, not the lazy loading itself. Package: libannotation-indexer-java Description-md5: 24c2fcd7c2c8dec1ff510341d4335c90 Description-en: Indexing and validation of Java annotations Annotation Indexer builds indices of Java code annotated with the @Indexed annotation at compile time and supports validation of indexes to allow for early error detection and querying of the indexed elements for specific annotations. Package: libannotation-indexer-java-doc Description-md5: 5f6115d425726754c78fe824c09ca33a Description-en: Documentation for libannotation-indexer-java Annotation Indexer builds indices of Java code annotated with the @Indexed annotation at compile time and supports validation of indexes to allow for early error detection and querying of the indexed elements for specific annotations. . This package provides the API documentation for libannotation-indexer-java. Package: libantlr4-runtime-java Description-md5: 244b432649ad7371a7e9b3dadaf7861d Description-en: Runtime library for ANTLR 4 ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. . This package provides the runtime library required to run the parsers generated by ANTLR 4. Package: libapache-poi-java Description-md5: 43c0ba21c5fbdd46b4a0da836c2f6c8d Description-en: Apache POI - Java API for Microsoft Documents Apache POI provides a Java API for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). . Apache POI supports the following formats: * Word (DOC, DOCX) * Excel (XLS, XLSX) * PowerPoint (PPT, PPTX) * Visio (VSD) * Publisher (PUB) * Outlook * TNEF (Transport Neutral Encoding Format) Package: libapache-poi-java-doc Description-md5: 9d1b162d630ce2fd1554ae85c5de10b4 Description-en: Apache POI - Java API for Microsoft Documents (Documentation) Apache POI provides a Java API for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). . Apache POI supports the following formats: * Word (DOC, DOCX) * Excel (XLS, XLSX) * PowerPoint (PPT, PPTX) * Visio (VSD) * Publisher (PUB) * Outlook * TNEF (Transport Neutral Encoding Format) . This package contains the documentation for libapache-poi-java. Package: libapache2-mod-passenger Description-md5: 3f172e45bdca2d9910d4a36103ba38d7 Description-en: Rails and Rack support for Apache2 Phusion Passenger — a.k.a. mod_rails or mod_rack — makes deployment of Ruby web applications, such as those built on the revolutionary Ruby on Rails web framework, a breeze. . This package contains the Apache 2 module required by Phusion Passenger. Package: libapache2-mod-proxy-uwsgi Description-md5: bd53e000705795b78fcf2035c8280b8f Description-en: uwsgi proxy module for Apache2 (mod_uwsgi) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . This package provides Apache2 module for communicating with uWSGI. . It is a proxy module, so it provides all of the futures exported by mod_proxy. . It is fully Apache API compliant and it should be easily integrated with all of the available modules. Package: libapache2-mod-proxy-uwsgi-dbg Description-md5: 7796bc5b773f18bb21b0e71497249369 Description-en: debugging symbols for Apache2 mod_proxy_uwsgi uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package contains the debug symbols for Apache2 mod_proxy_uwsgi. Install this package if you need to debug module or if you need a useful backtrace of a crash. Package: libapache2-mod-ruwsgi Description-md5: 494e705a15ecab461dc09fdc5ea58d1e Description-en: uwsgi module for Apache2 (mod_Ruwsgi) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . This package provides Apache2 module for communicating with uWSGI. . This is the second module developed and it's more Apache2 API friendly. Package: libapache2-mod-ruwsgi-dbg Description-md5: 12215be63fd6bd1eea7055883a47e944 Description-en: debugging symbols for Apache2 mod_Ruwsgi uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package contains the debug symbols for Apache2 mod_Ruwsgi. Install this package if you need to debug module or if you need a useful backtrace of a crash. Package: libapache2-mod-uwsgi Description-md5: ec18f930ae31a8967e8961b9c288b877 Description-en: uwsgi module for Apache2 (mod_uwsgi) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . This package provides Apache2 module for communicating with uWSGI. . This is the first module developed, it is stable but a bit hacky (it does not fully use the Apache2 API). Package: libapache2-mod-uwsgi-dbg Description-md5: 01377a16f9da1e1a0c0a4c8a9f789387 Description-en: debugging symbols for Apache2 mod_uwsgi uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package contains the debug symbols for Apache2 mod_uwsgi. Install this package if you need to debug module or if you need a useful backtrace of a crash. Package: libapacheds-i18n-java Description-md5: 5bb6d44bcd38bc2fb7260323f646c442 Description-en: Apache Directory Server (i18n) ApacheDS is an embbedable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. . This package contains the i18n module. Package: libapacheds-java Description-md5: c349525905c294559048159d0f47d74e Description-en: Apache Directory Server (Libraries) ApacheDS is an embbedable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. . This package contains the core libraries for ApacheDS. Package: libapacheds-kerberos-codec-java Description-md5: 8d3683cb6fab1b77f5e2c510d2543892 Description-en: Apache Directory Server (Kerberos Codec) ApacheDS is an embbedable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. . This package contains the kerberos-codec module Package: libapksig-java Description-md5: 7926f593443c8bc0a39626f9b0442a18 Description-en: library to sign and verify Android APKs apksig is a project which aims to simplify APK signing and checking whether APK's signatures should verify on Android. apksig supports JAR signing (used by Android since day one) and APK Signature Scheme v2 (supported since Android Nougat, API Level 24). . The key feature of apksig is that it knows about differences in APK signature verification logic between different versions of the Android platform. apksig can thus check whether a signed APK is expected to verify on all Android platform versions supported by the APK. When signing an APK, apksig will choose the most appropriate cryptographic algorithms based on the Android platform versions supported by the APK being signed. . apksig library offers three primitives: . * ApkSigner which signs the provided APK so that it verifies on all Android platform versions supported by the APK. The range of platform versions can be customized if necessary. . * ApkVerifier which checks whether the provided APK is expected to verify on all Android platform versions supported by the APK. The range of platform versions can be customized if necessary. . * (Default)ApkSignerEngine which abstracts away signing an APK from parsing and building an APK file. This is useful in optimized APK building pipelines, such as in Android Plugin for Gradle, which need to perform signing while building an APK, instead of after. For simpler use cases where the APK to be signed is available upfront, the ApkSigner above is easier to use. . NOTE: Some public classes of the library are in packages having the word “internal” in their name. These are not public API of the library. Do not use *.internal.* classes directly. Package: libarchive-tools Description-md5: 04bbebb441868f4c976e664833572c46 Description-en: FreeBSD implementations of 'tar' and 'cpio' and other archive tools This package contains several command-line tools based on the libarchive library. . The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. . The bsdcpio program is the default system 'cpio' program used on FreeBSD. bsdcpio uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. . The bsdcat program reads archived data from files or from its standard input and uses the libarchive library to decompresses it to its standard output. It may be used for viewing the contents of archives or for passing it to other tools for further processing. Package: libasan4-amd64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-armel-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-amd64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-arm64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-armel-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-armhf-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-i386-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-powerpc-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-ppc64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-ppc64el-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-s390x-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-sparc64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-x32-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-i386-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-ppc64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-s390x-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-sparc64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-x32-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-amd64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-arm64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-armel-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-armhf-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-amd64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-arm64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-armel-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-armhf-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-i386-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-powerpc-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-ppc64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-ppc64el-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-s390x-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-sparc64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-x32-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-i386-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-powerpc-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-ppc64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-ppc64el-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-s390x-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-sparc64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-x32-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasm-java Description-md5: 81f2750bb74d509d011934dac4f76f12 Description-en: Java bytecode manipulation framework ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow one to easily assemble custom complex transformations and code analysis tools. . ASM offer similar functionality as other bytecode frameworks, but it is focused on simplicity of use and performance. Because it was designed and implemented to be as small and as fast as possible, it makes it very attractive for using in dynamic systems. Package: libasm-java-doc Description-md5: e0f9fbdd4bd002fbaa35e45c17e83154 Description-en: Java bytecode manipulation framework (documentation) ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow one to easily assemble custom complex transformations and code analysis tools. . ASM offer similar functionality as other bytecode frameworks, but it is focused on simplicity of use and performance. Because it was designed and implemented to be as small and as fast as possible, it makes it very attractive for using in dynamic systems. . This package includes the API Javadoc and examples. Package: libaspectj-java Description-md5: ba4609a7d43c8fbf9a569145995c724a Description-en: aspect-oriented extension for Java - library AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the JAR libraries of aspectj. Package: libaspectj-java-doc Description-md5: 4b7122a9282459572754d1645ddff208 Description-en: aspect-oriented extension for Java - API documentation AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the Javadoc of JAR libraries of aspectj. Package: libaspectj-maven-plugin-java Description-md5: 203ad0836280675cef3087843f7c595f Description-en: AspectJ compiler Maven Plugin Handles AspectJ usage within Maven. Functionality provided is: weaving of aspects (or existing aspects from libraries) with the test and/or main classes, weaving of pre-existing jars and ajdoc reporting. Package: libatomic1-alpha-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-amd64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-armel-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-alpha-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-amd64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-arm64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-armel-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-armhf-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-hppa-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-i386-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-m68k-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-mips-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-mips64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-mips64el-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-mipsel-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-powerpc-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-powerpcspe-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-ppc64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-ppc64el-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-riscv64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-s390x-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-sh4-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-sparc64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-x32-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-hppa-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-i386-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-m68k-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips64el-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mipsel-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-powerpcspe-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-ppc64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-riscv64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-s390x-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-sh4-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-sparc64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-x32-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libavcodec-dev Description-md5: 2a62521830e42037d8140eba51f0355c Description-en: FFmpeg library with de/encoders for audio/video codecs - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters. . The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation. . This package contains the development files. Package: libavcodec-extra Description-md5: c7fed3b8f923a493b5362cbf63eca594 Description-en: FFmpeg library with extra codecs (metapackage) FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This metapackage depends on the latest version of the libavcodec variant that offers additional codec support. Application packages can depend on it if they require or suggest this variant in a robust manner. Package: libavcodec-extra57 Description-md5: 8fef0f3afae93c1e08751c77fab9181d Description-en: FFmpeg library with additional de/encoders for audio/video codecs FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters. . The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation. . This package replaces the libavcodec57 package and contains the following additional codecs: . * OpenCORE Adaptive Multi-Rate (AMR) Narrow-Band (Encoder/Decoder) * OpenCORE Adaptive Multi-Rate (AMR) Wide-Band (Decoder) * Android VisualOn Adaptive Multi-Rate (AMR) Wide-Band (Encoder) . Because this package links against libraries that are licensed under Apache License 2.0, the resulting binaries are distributed under the GPL version 3 or later. Package: libavcodec57 Description-md5: b6405aed870af39811ea887203c50393 Description-en: FFmpeg library with de/encoders for audio/video codecs - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters. . The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation. . This package contains the runtime files. Package: libavdevice-dev Description-md5: 6c9d2502d27e23767fd8617f89f334a0 Description-en: FFmpeg library for handling input and output devices - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic framework for grabbing from and rendering to many common multimedia input/output devices, and supports several input and output devices, including Video4Linux2, VfW, DShow, and ALSA. . This package contains the development files. Package: libavdevice57 Description-md5: ad40bf128a0d66f1d4aa3d3f40dd7bff Description-en: FFmpeg library for handling input and output devices - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic framework for grabbing from and rendering to many common multimedia input/output devices, and supports several input and output devices, including Video4Linux2, VfW, DShow, and ALSA. . This package contains the runtime files. Package: libavfilter-dev Description-md5: 392f1c1f35e2c5ba69524b054062af62 Description-en: FFmpeg library containing media filters - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic audio/video filtering framework containing several filters, sources and sinks. . This package contains the development files. Package: libavfilter-extra Description-md5: 294c01059082816ea04837949ebe6ab1 Description-en: FFmpeg library with extra filters (metapackage) FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This metapackage depends on the latest version of the libavfilter variant that offers additional filter support. Application packages can depend on it if they require or suggest this variant in a robust manner. Package: libavfilter-extra6 Description-md5: ab8e0b53792619a58694bbf9d17ae391 Description-en: FFmpeg library with extra media filters - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic audio/video filtering framework containing several filters, sources and sinks. . This package replaces the libavfilter6 package and contains the following additional filters: . * Optical Character Recognition (uses Tesseract) * SOFAlizer (Spatially Oriented Format for Acoustics, uses netcdf) . Because this package links against libraries that are licensed under Apache License 2.0, the resulting binaries are distributed under the GPL version 3 or later. Package: libavfilter6 Description-md5: d830215e6285a7d6c06650a8f1d8ce9e Description-en: FFmpeg library containing media filters - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic audio/video filtering framework containing several filters, sources and sinks. . This package contains the runtime files. Package: libavformat-dev Description-md5: c3d0b37350451cbc0772c02383988a7b Description-en: FFmpeg library with (de)muxers for multimedia containers - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic framework for multiplexing and demultiplexing (muxing and demuxing) audio, video and subtitle streams. It encompasses multiple muxers and demuxers for multimedia container formats. It also supports several input and output protocols to access a media resource. . This package contains the development files. Package: libavformat57 Description-md5: a477ad30c384813e506c2b5a98d770cc Description-en: FFmpeg library with (de)muxers for multimedia containers - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic framework for multiplexing and demultiplexing (muxing and demuxing) audio, video and subtitle streams. It encompasses multiple muxers and demuxers for multimedia container formats. It also supports several input and output protocols to access a media resource. . This package contains the runtime files. Package: libavresample-dev Description-md5: 532c54cce9df38a9bc1da88ef5397768 Description-en: FFmpeg compatibility library for resampling - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is provided for compatibility reasons only. The FFmpeg project advises to use libswresample instead. . This package contains the development files. Package: libavresample3 Description-md5: eb33a13597d07846cebfd35669eb3552 Description-en: FFmpeg compatibility library for resampling - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is provided for compatibility reasons only. The FFmpeg project advises to use libswresample instead. . This package contains the runtime files. Package: libavutil-dev Description-md5: c444efda200ddbd71346c9a1d2e036cd Description-en: FFmpeg library with functions for simplifying programming - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is a utility library to aid portable multimedia programming. It contains safe portable string functions, random number generators, data structures, additional mathematics functions, cryptography and multimedia related functionality (like enumerations for pixel and sample formats). It is not a library for code needed by both libavcodec and libavformat. The goal for this library is to be modular, small, efficient and useful. . This package contains the development files. Package: libavutil55 Description-md5: 770a5e363265c4557c507feffc8f58d8 Description-en: FFmpeg library with functions for simplifying programming - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is a utility library to aid portable multimedia programming. It contains safe portable string functions, random number generators, data structures, additional mathematics functions, cryptography and multimedia related functionality (like enumerations for pixel and sample formats). It is not a library for code needed by both libavcodec and libavformat. The goal for this library is to be modular, small, efficient and useful. . This package contains the runtime files. Package: libbatik-java Description-md5: 7b184faa1b3cf8713ca5674d8a7583ca Description-en: xml.apache.org SVG Library Batik is a toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as viewing, generation or manipulation. . Batik provides several modules to be used in applications: * A SVG generator module, usable to export graphics into the SVG format. * A SVG processor and SVG Viewing component for integrating SVG viewing. * A module to convert SVG to various formats, such as raster images (JPEG, PNG or Tiff) and PS, PDF. . fop is necessary for PDF output of rasterizer. . rhino is necessary for using the SVG browser, squiggle. . For detailed information, go to http://xml.apache.org/batik/ Package: libbindex-java Description-md5: c2a43364dab92d22eb9157e82f92324d Description-en: OSGi BIndex reader BIndex is a small Java program that implements the manifest header to repository format mapping as described in RFC-0112 Bundle Repository. BIndex can recurse over a directory structure and just creates a repository.xml file. The URLs can be rewritten using a template. Package: libbridge-method-injector-java Description-md5: 37653fc15797b71018b5442c45126ac0 Description-en: Evolve Java classes without breaking compatibility Bridge Method Injector provides a maven-plugin that allows you to evolve Java classes without breaking API compatibility. . It also provides the annotation @WithBridgeMethods so uses of bridge methods can be easily identified through use of annotation-indexing. Package: libbridge-method-injector-java-doc Description-md5: e856c874b5ff07dc43f77ce01202ac57 Description-en: Documentation for Bridge Method Injector Bridge Method Injector provides a maven-plugin that allows you to evolve Java classes without breaking API compatibility. . It also provides the annotation @WithBridgeMethods so uses of bridge methods can be easily identified through use of annotation-indexing. . This package provides the API documentation for libbridge-method-injector-java. Package: libbtm-java Description-md5: 4531d05ac43af2c057c6d774d51d2a94 Description-en: Bitronix JTA Transaction Manager The Bitronix Transaction Manager (BTM) is a simple but complete implementation of the JTA 1.0.1B API. It is a fully working XA transaction manager that provides all services required by the JTA API while trying to keep the code as simple as possible for easier understanding of the XA semantics. This is BTM's strongest point compared to its competitors: it is trivial to configure and when something goes wrong it is much easier to figure out what to do thanks to the great care placed in useful error reporting and logging. Package: libbwa-dev Description-md5: 01833875f8f69852d0cd759251a6ed1b Description-en: Burrows-Wheeler Aligner source files BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It consists of three algorithms: BWA-backtrack, BWA-SW and BWA-MEM. The first algorithm is designed for Illumina sequence reads up to 100bp, while the rest two for longer sequences ranged from 70bp to 1Mbp. BWA-MEM and BWA-SW share similar features such as long-read support and split alignment, but BWA-MEM, which is the latest, is generally recommended for high-quality queries as it is faster and more accurate. BWA-MEM also has better performance than BWA-backtrack for 70-100bp Illumina reads. . This package contains the source files for use in other programs. Package: libc3p0-java Description-md5: 3fdeadf4bdcabd80ea70ea855ccb3491 Description-en: library for JDBC connection pooling c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by the jdbc3 spec and the optional extensions to jdbc2. Package: libc3p0-java-doc Description-md5: 4210c65aafe7e44727050ce4fa4f9091 Description-en: library for JDBC connection pooling (documentation) c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by the jdbc3 spec and the optional extensions to jdbc2. . This package includes the documentation. Package: libcarrotsearch-hppc-java Description-md5: 82a5be67d4c88527e1ba242ce8ecb96a Description-en: High Performance Primitive Collections for Java hppc is a library that contains fundamental data structures (maps, sets, lists, stacks, queues) generated for combinations of object and primitive types to conserve JVM memory and speed up execution. Package: libcava-java Description-md5: 21e666357e676661cc03d9578c210f38 Description-en: Libraries and tools for blockchain and decentralized software In the spirit of Google Guava, Cava is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages. . It includes a low-level bytes library, serialization and deserialization codecs (e.g. RLP), various cryptography functions and primatives, and lots of other helpful utilities. . Cava is developed for JDK 1.8 or higher, and depends on various other FOSS libraries, including Guava. . This package only contains the cava-config and cava-toml libraries. The rest of the cava libraries have other dependencies that must be added to Debian first. Package: libcephfs-java Description-md5: 7a7c6b551a3013f6e45ab66cc7b89b22 Description-en: Java library for the Ceph File System Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the Java library for interacting with the Ceph File System. Package: libcephfs-jni Description-md5: eeccae7ad4653bc059b325a5ec4ddd58 Description-en: Java Native Interface library for CephFS Java bindings Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the Java Native Interface library for interacting with the Ceph File System. Package: libcilkrts5-amd64-cross Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-armel-cross Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-amd64-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-armel-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-armhf-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-i386-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-sparc64-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-x32-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-i386-cross Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-sparc64-cross Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-x32-cross Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libclojure-java Description-md5: 93c1db04e8e2532bb929bfe3e88ed517 Description-en: Lisp dialect for the JVM (library) Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. . This package contains the library. Package: libclojure-maven-plugin-java Description-md5: a7ba1a6d9fff1c9cf8429f95ff02f5b1 Description-en: Clojure plugin for Maven Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. . This package provides a Maven Mojo allowing for programs written using Clojure to be built with Maven. Package: libclojure1.8-java Description-md5: 93c1db04e8e2532bb929bfe3e88ed517 Description-en: Lisp dialect for the JVM (library) Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. . This package contains the library. Package: libcodemodel-java Description-md5: d5e5bf9b1ec1efe81e627d8f7e833229 Description-en: Java library for code generators CodeModel is a Java library for code generators; it provides a way to generate Java programs in a way much nicer than PrintStream.println(). This project is a spin-off from the JAXB Reference Implementation for its schema compiler to generate Java source files. Package: libcommons-collections3-java Description-md5: 4c7697aecd4b1c3a87686654049680ed Description-en: Apache Commons Collections - Extended Collections API for Java The Java Collections Framework was a major addition in JDK 1.2. It added many powerful data structures that accelerate development of most significant Java applications. Since that time it has become the recognised standard for collection handling in Java. . Commons Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. There are many features, including: . * Bag interface for collections that have a number of copies of each object * BidiMap interface for maps that can be looked up from value to key as well and key to value * MapIterator interface to provide simple and quick iteration over maps * Transforming decorators that alter each object as it is added to the collection * Composite collections that make multiple collections look like one * Ordered maps and sets that retain the order elements are added in, including an LRU based map * Reference map that allows keys and/or values to be garbage collected under close control * Many comparator implementations * Many iterator implementations * Adapter classes from array and enumerations to collections * Utilities to test or create typical set-theory properties of collections such as union, intersection, and closure Package: libcommons-collections3-java-doc Description-md5: e3f1eb5029394fb5f70496470789bb5a Description-en: Documentation for libcommons-collections3-java Javadocs for libcommons-collections3-java which is a Java collection framework. Package: libcommons-collections4-java Description-md5: 141efefb1ab960f2f6d2e052c7407551 Description-en: Apache Commons Collections - Extended Collections API for Java The Java Collections Framework was a major addition in JDK 1.2. It added many powerful data structures that accelerate development of most significant Java applications. Since that time it has become the recognized standard for collection handling in Java. . Commons Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. There are many features, including: . * Bag interface for collections that have a number of copies of each object * BidiMap interface for maps that can be looked up from value to key as well and key to value * MapIterator interface to provide simple and quick iteration over maps * Transforming decorators that alter each object as it is added to the collection * Composite collections that make multiple collections look like one * Ordered maps and sets that retain the order elements are added in, including an LRU based map * Reference map that allows keys and/or values to be garbage collected under close control * Many comparator implementations * Many iterator implementations * Adapter classes from array and enumerations to collections * Utilities to test or create typical set-theory properties of collections such as union, intersection, and closure Package: libcommons-collections4-java-doc Description-md5: b8a0b884055f117f06fb7d16b792c443 Description-en: Documentation for Commons Collections 4 Commons Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. . This package contains the API documentation of libcommons-collections4-java. Package: libcommons-compress-java Description-md5: 76de17b70e6e21e15df11e627978c90b Description-en: Java API for working with compression and archive formats Apache Commons Compress defines a Java API for working with compression and archive formats. These include: bzip2, gzip, pack200, xz and ar, cpio, jar, tar, zip, dump. Package: libcommons-httpclient-java Description-md5: 36b8cfe2b4587605173c49e5d49060b6 Description-en: Commons HTTPClient - Java library for creating HTTP clients The Jakarta Commons HTTPClient library provides an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. Package: libcommons-httpclient-java-doc Description-md5: 1070d64e1758482d619f5f0747f7157a Description-en: Documentation for libcommons-httpclient-java The Jakarta Commons HTTPClient library provides an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. . This package contains the documentation for the Jakarta Commons HTTPClient library. Package: libcommons-lang3-java Description-md5: d471bd30add9658db6186b5f3d60db27 Description-en: Apache Commons Lang utility classes Apache Commons Lang is a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. . The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods. . Apache Commons Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. Package: libcommons-lang3-java-doc Description-md5: a8b5251f1adbfddbcf850e0aa93cc1f1 Description-en: Apache Commons Lang utility classes (documentation) Apache Commons Lang is a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. . The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods. . Apache Commons Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. . This package contains the API documentation of libcommons-lang3-java. Package: libconfuse-common Description-md5: b68c89e8455873131939ae04c13ea60f Description-en: Common files for libConfuse This package contains internationalization files for the confuse library. Package: libconfuse-dev Description-md5: 4ab3b2b53b592c7f75d631e73c49d74e Description-en: Development files for libConfuse This package contains the header files and static library needed to compile applications that use the confuse library. Package: libconfuse-doc Description-md5: 1fe1525ce392462c68621be65a48d8ec Description-en: Documentation for libConfuse This package contains the documentation of the confuse library. Package: libconfuse2 Description-md5: 284f159006c24c48424ca2c396c9bf6b Description-en: Library for parsing configuration files libConfuse is a configuration file parser library written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). . It makes it very easy to add configuration file capability to a program using a simple API. Package: libdb5.3-tcl Description-md5: 36d3e8fd26bc7a1d2fe777e899288c39 Description-en: Berkeley v5.3 Database Libraries for Tcl [module] This package provides a Tcl module suitable for accessing Berkeley v5.3 databases from within Tcl programs. Package: libdd-plist-java Description-md5: 916d4f7ed4a93f1311bec37bd318e9e3 Description-en: Java library for working with property lists This library enables your Java application to handle property lists of various formats. Property lists are files used to store user settings and serialized objects.They originate from the NeXSTEP programming environment and are now a basic part of the Cocoa framework (OS X and iOS) as well as the GNUstep framework. Package: libebml-dev Description-md5: 405ef7b45eb7ea5fa99095b16269eaad Description-en: access library for the EBML format (development files) The libebml library allows one to read and write files using EBML (the Extensible Binary Meta Language), a binary pendant to XML. Using libebml makes it easier to extend a file format without breaking support in older parsers. . This package contains the header files and static libraries needed to compile applications that use libebml. Package: libebml4v5 Description-md5: b9c09704910519655e23515220ccd2aa Description-en: access library for the EBML format (shared library) The libebml library allows one to read and write files using EBML (the Extensible Binary Meta Language), a binary pendant to XML. Using libebml makes it easier to extend a file format without breaking support in older parsers. . This package contains the shared library needed to run applications that use libebml. Package: libecj-java Description-md5: f303385070161d0c9a899a3559ea5617 Description-en: Eclipse Java compiler (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, 5, 6, 7, 8 and 9. Package: libeclipse-compare-core-java Description-md5: e7eb1930dd03df379473ba8f6468e2e0 Description-en: Eclipse Core Compare Support The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.compare.core bundle. Package: libeclipse-compare-java Description-md5: c6e03c46a8600c27b322f02fc974b41f Description-en: Eclipse Compare Support The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.compare bundle. Package: libeclipse-core-commands-java Description-md5: d9291f09f31ba391d80427b09d2b610f Description-en: Eclipse Commands The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.core.commands bundle. Package: libeclipse-core-contenttype-java Description-md5: d6b0475967111ecd2aa6baee2f890623 Description-en: Eclipse Content Mechanism Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.core.contenttype bundle. Package: libeclipse-core-databinding-beans-java Description-md5: 7f3d7522aae6390ca1c74bef59f63f45 Description-en: Eclipse JFace Data Binding for JavaBeans The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.core.databinding.beans bundle. Package: libeclipse-core-databinding-java Description-md5: de965601c307d45ddbaf72b3ac951c0c Description-en: Eclipse JFace Data Binding The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.core.databinding bundle. Package: libeclipse-core-databinding-observable-java Description-md5: 4a05a2ba317ff051ccb3be1cf1c1027b Description-en: Eclipse JFace Data Binding Observables The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.core.databinding.observable bundle. Package: libeclipse-core-databinding-property-java Description-md5: 7d4d49bdd6240331fe390122dc63e079 Description-en: Eclipse JFace Data Binding Properties The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.core.property bundle. Package: libeclipse-core-expressions-java Description-md5: 486968a6fd5f4d7a444f19a42f4ab6fc Description-en: Eclipse Expression Language Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.core.expressions bundle. Package: libeclipse-core-externaltools-java Description-md5: d43b1a34fc5571d610d4b6d777ea43b6 Description-en: Eclipse External Tools Headless Support The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.core.externaltools bundle. Package: libeclipse-core-filebuffers-java Description-md5: 955bc4dfa05b09bdf583221e03d4d257 Description-en: Eclipse File Buffers Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.core.filebuffers bundle. Package: libeclipse-core-filesystem-java Description-md5: 2e05ec7163165fb09bf6eefcc9d22148 Description-en: Eclipse Core File Systems The Eclipse Platform Resources component provides the fundamental model underlying the IDE portion of the Eclipse Platform. This includes the central concepts of resources (projects, folders, and files), builders, natures, resource change listeners, etc. . This package contains the org.eclipse.core.filesystem bundle which provides an abstract, generic file system API, including an implementation of this API for the local file system. This is the API through which the resources plugin accesses an underlying file system. Package: libeclipse-core-jobs-java Description-md5: 572c4c9bf96f90ec6463270ec3cc8be7 Description-en: Eclipse Core Jobs Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.core.jobs bundle. Package: libeclipse-core-net-java Description-md5: 6e2b6e2cf36f74fd5dc7a3a009259953 Description-en: Eclipse Internet Connection Management The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.core.net bundle. Package: libeclipse-core-resources-java Description-md5: b977aa146c454d904f3026d21de32b0d Description-en: Eclipse Core Resource Management The Eclipse Platform Resources component provides the fundamental model underlying the IDE portion of the Eclipse Platform. This includes the central concepts of resources (projects, folders, and files), builders, natures, resource change listeners, etc. . This package contains the org.eclipse.core.resources bundle. Package: libeclipse-core-runtime-java Description-md5: bfb85463ada4a263df796ac2e084a576 Description-en: Eclipse Core Runtime Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.core.runtime bundle. Package: libeclipse-core-variables-java Description-md5: b8fb8f9e0ae96cc38a3ebd9245f2c446 Description-en: Eclipse Core Variables The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.core.variables bundle. Package: libeclipse-debug-core-java Description-md5: 505462db58447728a64b922ac7d21756 Description-en: Eclipse Debug Core The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.debug.core bundle. Package: libeclipse-debug-ui-java Description-md5: df7a530086d6f876c2dccf22c60b9bb3 Description-en: Eclipse Debug UI The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.debug.ui bundle. Package: libeclipse-e4-core-commands-java Description-md5: 1e22bc2dbec6abc5895d8c6097126716 Description-en: Eclipse e4 core commands The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.core.commands bundle. Package: libeclipse-e4-core-contexts-java Description-md5: 7918272c1a35c3748c30c05651c93137 Description-en: Eclipse Contexts Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.contexts bundle. Package: libeclipse-e4-core-di-annotations-java Description-md5: 26ada04531f7672a82b19cdb6d07abab Description-en: Eclipse Dependency Injection Annotations Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.di.annotations bundle. Package: libeclipse-e4-core-di-extensions-java Description-md5: dcee35d0ea2b5f1856fc04fef0473b38 Description-en: Eclipse Dependency Injection Extensions Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.di.extensions bundle. Package: libeclipse-e4-core-di-extensions-supplier-java Description-md5: c578ddd45174624a927708b45b9e0814 Description-en: Eclipse Dependency Injection Extensions Supplier Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.di.extensions.supplier bundle. Package: libeclipse-e4-core-di-java Description-md5: 0c63856cf4c9c1c1d8b379cfebfc3960 Description-en: Eclipse Dependency Injection Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.di bundle. Package: libeclipse-e4-core-services-java Description-md5: 9b3280e2ad355dc29b05eaf5b4a64772 Description-en: Eclipse Application Services Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.services bundle. Package: libeclipse-e4-emf-xpath-java Description-md5: 07058aa8c5efea5f25c34318dd12e2e0 Description-en: Eclipse EMF XPath The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.emf.xpath bundle. Package: libeclipse-e4-ui-bindings-java Description-md5: c4fe5caaeef59d8da6dedb3caeca4028 Description-en: Eclipse Bindings Support The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.bindings bundle. Package: libeclipse-e4-ui-css-core-java Description-md5: cc4963893327128bc61bc5d72790ccd6 Description-en: Eclipse CSS Core Support The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.css.core bundle. Package: libeclipse-e4-ui-css-swt-java Description-md5: 330b2e0d8353e524e8a3c1d4d250314b Description-en: Eclipse CSS SWT Support The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.css.swt bundle. Package: libeclipse-e4-ui-css-swt-theme-java Description-md5: d6ee7da878636d05c746a94e8f6982bf Description-en: Eclipse CSS SWT Theme Support The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.css.swt.theme bundle. Package: libeclipse-e4-ui-di-java Description-md5: 1aaf589073a62d0df86212be0db52a37 Description-en: Eclipse UI Dependency Injection The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.di bundle. Package: libeclipse-e4-ui-dialogs-java Description-md5: 2f1fe559ca112b92e1c93cc8f1e53f6e Description-en: Eclipse e4 dialogs The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.dialogs bundle. Package: libeclipse-e4-ui-model-workbench-java Description-md5: 22ec8d8b90dd3eed41c081a1b02b2827 Description-en: Eclipse Workbench Model The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.model.workbench bundle. Package: libeclipse-e4-ui-progress-java Description-md5: ffb4c4bc3f976c696286a9c684b414cc Description-en: Eclipse e4 Progress View The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.progress bundle. Package: libeclipse-e4-ui-services-java Description-md5: af374f584f4165ae77c1b56db36d4fa8 Description-en: Eclipse UI Application Services The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.services bundle. Package: libeclipse-e4-ui-swt-gtk-java Description-md5: 61e8b04f6936f0dadf16ce0dc73e10e1 Description-en: Eclipse UI GTK Enhancements The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.swt.gtk bundle. Package: libeclipse-e4-ui-widgets-java Description-md5: ea8aec609a1c6603d93ac7819976944b Description-en: Eclipse UI Custom widgets The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.widgets bundle. Package: libeclipse-e4-ui-workbench-addons-swt-java Description-md5: e8bdeea087bb33d728eea89e76ed5829 Description-en: Eclipse e4 Workbench Add-ons The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.workbench.addons.swt bundle. Package: libeclipse-e4-ui-workbench-java Description-md5: ae1028c11b726d46c387aeb1b3ca628b Description-en: Eclipse e4 Workbench The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.workbench bundle. Package: libeclipse-e4-ui-workbench-renderers-swt-java Description-md5: 4dd7d1b3dec1279a754d183b64ff7ff2 Description-en: Eclipse e4 Workbench SWT Renderer The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.workbench.renderers.swt bundle. Package: libeclipse-e4-ui-workbench-swt-java Description-md5: 92a35c18e67cea3b0c5bab6ac796dc00 Description-en: Eclipse e4 Workbench SWT The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.workbench.swt bundle. Package: libeclipse-e4-ui-workbench3-java Description-md5: 494fa0bff5403988bdf61e253049c8ad Description-en: Bundle for Workbench APIs available in e4 The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.workbench3 bundle. Package: libeclipse-emf-common-java Description-md5: ab14f135aea8d768eb2111559a87735a Description-en: Eclipse Modeling Framework (EMF) Common The Eclipse Modeling Framework (EMF) allows developers to build tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor. . This package contains the org.eclipse.emf.common bundle. Package: libeclipse-emf-ecore-java Description-md5: ab76567f35d5ceccec2c261148a6b7ac Description-en: Eclipse Modeling Framework (EMF) Ecore The Eclipse Modeling Framework (EMF) allows developers to build tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor. . This package contains the org.eclipse.emf.ecore bundle. Package: libeclipse-emf-ecore-xmi-java Description-md5: d0606cc18876bb686f0a78e2666e0484 Description-en: Eclipse Modeling Framework (EMF) XML/XMI Persistence The Eclipse Modeling Framework (EMF) allows developers to build tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor. . This package contains the org.eclipse.emf.ecore.xmi bundle. Package: libeclipse-help-java Description-md5: 0cce2e07aa34add66416b9f0002aa255 Description-en: Eclipse Help System Core The Platform User Assistance component provides the mechanisms for making the Eclipse applications easier to use. These mechanisms are made available throughout usage life cycle and include initial user experience (welcome), online documentation, dynamic help, search, cheat sheets, automation and samples. . The goal of this component is to make it easier for users to accomplish their tasks in Eclipse applications. While it includes the traditional book-based help system, increasing effort is spent towards bringing assistance closer to the user. Welcome, dynamic help view and cheat sheets are examples of user assistance vehicles that can be used that way. . This package contains the org.eclipse.help bundle. Package: libeclipse-jdt-annotation-java Description-md5: 4edeb285ebc5e9ef1304d67b4df8b08a Description-en: Eclipse JDT Annotations for Enhanced Null Analysis Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.annotation bundle. Package: libeclipse-jdt-apt-core-java Description-md5: 8f788dbe56fe770b5c0562ab0bd8658f Description-en: Eclipse Java Annotation Processing Core Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.apt.core bundle. Package: libeclipse-jdt-apt-pluggable-core-java Description-md5: 3c339457dbebd2f308178fee971c1f2d Description-en: Eclipse Java Compiler Apt IDE Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.apt.pluggable.core bundle. Package: libeclipse-jdt-astview-java Description-md5: 77d5f9b829f1add0a3b42cf431ccbb16 Description-en: Eclipse AST View Plug-in Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.astview bundle. Package: libeclipse-jdt-compiler-apt-java Description-md5: efe41d5412152180c4aa222b09936f8c Description-en: Eclipse Java Compiler Apt Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.compiler.apt bundle. Package: libeclipse-jdt-compiler-tool-java Description-md5: 633d9c84f959857a482ed88013f9642d Description-en: Eclipse Java Compiler Tool Support Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.compiler.tool bundle. Package: libeclipse-jdt-core-java Description-md5: 6fcc840619481910d26d008490f0f617 Description-en: Eclipse Java Development Tools Core Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.core bundle. Package: libeclipse-jdt-core-manipulation-java Description-md5: cb712e294ea330c4ae0488827874cff8 Description-en: Eclipse Java Code Manipulation Functionality Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.core.manipulation bundle. Package: libeclipse-jdt-debug-java Description-md5: df6dbdc3fc9b5636c3816c00d007b4ad Description-en: Eclipse JDI Debug Model Eclipse JDT Debug implements Java debugging support and works with any JDPA-compliant target Java VM. It is implemented on top of the language independent "debug model" provided by the platform debugger. . This package contains the org.eclipse.jdt.debug bundle. Package: libeclipse-jdt-debug-ui-java Description-md5: 4a0faa292447bc96d82b60b51d8fec86 Description-en: Eclipse JDI Debug UI Eclipse JDT Debug implements Java debugging support and works with any JDPA-compliant target Java VM. It is implemented on top of the language independent "debug model" provided by the platform debugger. . This package contains the org.eclipse.jdt.debug.ui bundle. Package: libeclipse-jdt-junit-core-java Description-md5: 0740d585dffdede0b45523f357d66098 Description-en: Eclipse Java Development Tools JUnit core support Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.junit.core bundle. Package: libeclipse-jdt-junit-runtime-java Description-md5: ad4507eee0d5cf1586307019f01a855e Description-en: Eclipse Java Development Tools JUnit Runtime Support Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.junit.runtime bundle. Package: libeclipse-jdt-junit4-runtime-java Description-md5: 21d2a64265b4cc6a3a048886b61ad175 Description-en: Eclipse Java Development Tools JUnit4 Runtime Support Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.junit4.runtime bundle. Package: libeclipse-jdt-launching-java Description-md5: 55c6275cd6c3de25aea46f8a5bfb1e57 Description-en: Eclipse Java Development Tools Launching Support Eclipse JDT Debug implements Java debugging support and works with any JDPA-compliant target Java VM. It is implemented on top of the language independent "debug model" provided by the platform debugger. . This package contains the org.eclipse.jdt.launching bundle. Package: libeclipse-jdt-ui-java Description-md5: d377d30d4280e2109ee894c3eded217f Description-en: Eclipse Java Development Tools UI Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.ui bundle. Package: libeclipse-jface-databinding-java Description-md5: 1e9aa718a9d82019b835ae3efcaae193 Description-en: Eclipse JFace Data Binding for SWT and JFace The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.jface.databinding bundle. Package: libeclipse-jface-java Description-md5: 1b175d5ab552a4194ef51cce3c20f8d9 Description-en: Eclipse JFace The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.jface bundle. Package: libeclipse-jface-text-java Description-md5: dcf3e4489dc53ba89de645f8a9310ef0 Description-en: Eclipse JFace Text Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.jface.text bundle. Package: libeclipse-jsch-core-java Description-md5: 7c96f8f0767fd0450c9410f0a8d291a3 Description-en: Eclipse JSch Core The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.jsch.core bundle. Package: libeclipse-ltk-core-refactoring-java Description-md5: 0559d2bafe53684f47f1048676a61463 Description-en: Eclipse Refactoring Core Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.ltk.core.refactoring bundle. Package: libeclipse-ltk-ui-refactoring-java Description-md5: b392fd9be9f0ccf77227075e5067d9c9 Description-en: Eclipse Refactoring UI Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.ltk.ui.refactoring bundle. Package: libeclipse-osgi-compatibility-state-java Description-md5: ee7212c7e361a1d6ce910c82a0ba7988 Description-en: Equinox State and Resolver Compatibility Fragment The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios. . This package contains the org.eclipse.osgi.compatibility.state bundle. Package: libeclipse-osgi-java Description-md5: d7fa22f3b3237ce1d59f6a2bdf498012 Description-en: Eclipse OSGi System Bundle The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios. . This package contains the org.eclipse.osgi bundle. Package: libeclipse-osgi-services-java Description-md5: 9a24921eff82bfff72370ccc8db60c08 Description-en: Eclipse OSGi Service Interfaces and Classes The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios. . This package contains the org.eclipse.osgi.services bundle. Package: libeclipse-osgi-util-java Description-md5: 43fede6c426a8a8a31951c2bf79b6fb0 Description-en: Eclipse OSGi Utility Classes The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios. . This package contains the org.eclipse.osgi.util bundle. Package: libeclipse-search-java Description-md5: 86f8e6adc8cfe45b027d6eddb0a3c4f4 Description-en: Eclipse Search Support Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.search bundle. Package: libeclipse-team-core-java Description-md5: a5d0fcd861a5812f8a2cdf2d5ce1e4b8 Description-en: Eclipse Team Support Core The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.team.core bundle. Package: libeclipse-team-genericeditor-diff-extension-java Description-md5: f67b5250405486986ff9fea4cfef96ff Description-en: Eclipse Diff Extension for Generic Editor The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.team.genericeditor.diff.extension bundle. Package: libeclipse-team-ui-java Description-md5: 1f82fff727909fdcdb86ab1466e89666 Description-en: Eclipse Team Support UI The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.team.ui bundle. Package: libeclipse-text-java Description-md5: 39d73c4bf9a94a39a354a222c18671a0 Description-en: Eclipse Text Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.text bundle. Package: libeclipse-ui-browser-java Description-md5: d7d6552005e1f419dfa43242984f32ee Description-en: Eclipse Browser Support The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.browser bundle. Package: libeclipse-ui-console-java Description-md5: 9cf22555abcc0aa4c1a10ea76fa7b451 Description-en: Eclipse Console The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.ui.console bundle. Package: libeclipse-ui-editors-java Description-md5: 8ddf421d386c97529a891f0693106183 Description-en: Eclipse Default Text Editor Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.ui.editors bundle. Package: libeclipse-ui-externaltools-java Description-md5: b09b2dee46a4b537596fbd992cb2c28e Description-en: Eclipse External Tools The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.ui.externaltools bundle. Package: libeclipse-ui-forms-java Description-md5: b20f440057959415c10cdc3a2e2c7421 Description-en: Eclipse UI forms The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.forms bundle. Package: libeclipse-ui-genericeditor-java Description-md5: 100654d2591cebabd97a4752aa66aa7a Description-en: EEclipse Generic and Extensible Text Editor Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.ui.genericeditor bundle. Package: libeclipse-ui-ide-application-java Description-md5: 2cc8664fa899e76eb0e26e19ebd614b3 Description-en: Eclipse IDE UI Application The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.ide.application bundle. Package: libeclipse-ui-ide-java Description-md5: c04a56fa273df93a007412137a960627 Description-en: Eclipse IDE UI The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.ide bundle. Package: libeclipse-ui-java Description-md5: ff75371251caac13333add74fe58d454 Description-en: Eclipse UI The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui bundle. Package: libeclipse-ui-monitoring-java Description-md5: 57576815f6b9b878c03a324cb6b26612 Description-en: Eclipse UI Responsiveness Monitoring The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.monitoring bundle. Package: libeclipse-ui-navigator-java Description-md5: 2b686ce4c1bc3338ec5063937147344a Description-en: Eclipse Common Navigator View The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.navigator bundle. Package: libeclipse-ui-views-java Description-md5: ec6e7d4ac3631d5d24e4763a55c37b17 Description-en: Eclipse Views The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.views bundle. Package: libeclipse-ui-views-properties-tabbed-java Description-md5: 613f3110d61aee6400c46140205a990f Description-en: Eclipse Tabbed Properties View The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.views.properties.tabbed bundle. Package: libeclipse-ui-workbench-java Description-md5: 3801fe2d71979b795c22442b052f1183 Description-en: Eclipse Workbench The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.workbench bundle. Package: libeclipse-ui-workbench-texteditor-java Description-md5: fe8ec2315ba2d0d0a002dcea7a7bc874 Description-en: Eclipse Text Editor Framework Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.ui.workbench.texteditor bundle. Package: libeclipse-urischeme-java Description-md5: 5fa358e9cbf85ac7877538e9323c65a4 Description-en: Eclipse URI Scheme Handling The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.urischeme bundle. Package: libeclipselink-java Description-md5: b9354a583928ce33900e3d0cf61e9603 Description-en: Eclipse Persistence Services Project Eclipse Persistence Services Project, more commonly known as EclipseLink, is a Java comprehensive persistence framework delivering a set of persistence services based around standards. This lets you rapidly build applications that combine the best aspects of object technology and the specific data source. . EclipseLink was started by a donation of the full source code and test suites of Oracle's TopLink product. . EclipseLink's services currently include object-relational with JPA, object-XML binding in MOXy (with support for JAXB), a Service Data Objects (SDO) implementation and support for another technologies like: Database Web Services (DWS), XML-Relational (XRM) and Non-Relational (EIS via JCA). Package: libeclipselink-java-doc Description-md5: 19c292c038ea1777e94e8fcaa172e8f5 Description-en: Documentation for libeclipselink-java Documentation for Eclipse Persistence Services Project, more commonly known as EclipseLink, that is a Java comprehensive persistence framework delivering a set of persistence services based around standards. This lets you rapidly build applications that combine the best aspects of object technology and the specific data source. . EclipseLink was started by a donation of the full source code and test suites of Oracle's TopLink product. . EclipseLink's services currently include object-relational with JPA, object-XML binding in MOXy (with support for JAXB), a Service Data Objects (SDO) implementation and support for another technologies like: Database Web Services (DWS), XML-Relational (XRM) and Non-Relational (EIS via JCA). Package: libel-api-java Description-md5: 495320accc019c2fb801d456720ab891 Description-en: Expression Language API EL is a simple language designed to meet the needs of the presentation layer in Java web applications. . It features: * A simple syntax restricted to the evaluation of expressions * Variables and nested properties * Relational, logical, arithmetic, conditional, and empty operators * Functions implemented as static methods on Java classes * Lenient semantics where appropriate default values and type conversions are provided to minimize exposing errors to end users Package: libequinox-app-java Description-md5: 53c35e2293eb2b57513fceef9206bacd Description-en: Eclipse Equinox Application Container The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.app bundle. Package: libequinox-bidi-java Description-md5: 0036b98196129cc3ac58112dcaeb8515 Description-en: Eclipse Equinox Bidirectional Text Support The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.bidi bundle. Package: libequinox-cm-java Description-md5: 4bd7c240dc67cbf9de95ddef6986f276 Description-en: Eclipse Equinox Configuration Admin The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.cm bundle. Package: libequinox-common-java Description-md5: 7eee21fbae56db5bac05330aa124a10e Description-en: Eclipse Equinox Common Utility Bundle The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.common bundle. Package: libequinox-concurrent-java Description-md5: 72f3a9de5c9501bc660976a8299d96e7 Description-en: Eclipse Equinox Concurrent API The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.concurrent bundle. Package: libequinox-console-java Description-md5: 29b320bcc2918c2cff95c733df0097a7 Description-en: Eclipse Equinox Console plug-in The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.console bundle. Package: libequinox-coordinator-java Description-md5: b61d3b145ad069123f8195ef0c0658ea Description-en: Eclipse Equinox Coordinator The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.coordinator bundle. Package: libequinox-device-java Description-md5: e7bdb5d8e5fb9d1acf1fbff764d727ed Description-en: Eclipse Equinox Device Access Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.device bundle. Package: libequinox-ds-java Description-md5: 5e979565da5f4290a37cdae97c8741ae Description-en: Eclipse Equinox Declarative Services The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.ds bundle. Package: libequinox-event-java Description-md5: 1cbf73011cd61cfb82077d2e40667e34 Description-en: Eclipse Equinox Event Admin The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.event bundle. Package: libequinox-frameworkadmin-equinox-java Description-md5: 6a2880fdeb8728e050cf072a6c126f5a Description-en: Equinox Framework Admin for Equinox The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.frameworkadmin.equinox bundle. Package: libequinox-frameworkadmin-java Description-md5: fa72483d0b35a08b8abf6df37290ac15 Description-en: Equinox Framework Admin The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.frameworkadmin bundle. Package: libequinox-http-jetty-java Description-md5: 7515827db0ceb3721f8025c0515d6711 Description-en: Eclipse Equinox Jetty HTTP Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.http.jetty bundle. Package: libequinox-http-jetty-starter-java Description-md5: ac12932acd4cfd1fef527a288f44ca19 Description-en: Eclipse Equinox Jetty HTTP Service Starter The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.http.jetty.starter bundle. Package: libequinox-http-registry-java Description-md5: f66ea3826bbcbe6cf26b4b967e1b50a1 Description-en: Eclipse Equinox HTTP Registry The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.http.registry bundle. Package: libequinox-http-servlet-java Description-md5: c4421a42d40d2b8bfe18ec1503c04b7b Description-en: Eclipse Equinox HTTP Services Servlet The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.http.servlet bundle. Package: libequinox-http-servletbridge-java Description-md5: d65e77cc0e1063d4cbfe9b14d0c3fe35 Description-en: Eclipse Equinox Servletbridge HTTP Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.http.servletbridge bundle. Package: libequinox-io-java Description-md5: c5bf51a7f1bb2b388d5fae1658248654 Description-en: Eclipse Equinox IO Connector Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.io bundle. Package: libequinox-ip-java Description-md5: 4db916f753d88974ed8737a37bf8d91d Description-en: Eclipse Equinox Initial Provisioning The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.ip bundle. Package: libequinox-jsp-jasper-java Description-md5: 6bb78197a1e525720d19434fc9cf025c Description-en: Eclipse Equinox Jasper Jsp Support Bundle The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.jsp.jasper bundle. Package: libequinox-jsp-jasper-registry-java Description-md5: 757300ae9aad8de2c56a3927e67b7d92 Description-en: Eclipse Equinox Jasper Jsp Registry Support Plug-in The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.jsp.jasper.registry bundle. Package: libequinox-launcher-java Description-md5: 4519b31a4be8485d7c00b249fc988368 Description-en: Eclipse Equinox Launcher The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios. . This package contains the org.eclipse.equinox.launcher bundle. Package: libequinox-metatype-java Description-md5: a07ac6d5d61a8accab549449281975f8 Description-en: Eclipse Equinox Meta Type The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.metatype bundle. Package: libequinox-osgi-java Description-md5: e79e3887f77b1b0685c7387d3224f564 Description-en: Equinox OSGi framework (Transitional) This package includes the Eclipse Equinox OSGi framework, which can be used outside Eclipse. Equinox is an implementation of the OSGi core framework specification, a set of bundles that implement various optional OSGi services and other infrastructure for running OSGi-based systems. The Equinox OSGi core framework implementation is used as the reference implementation and as such it implements all the required features of the latest OSGi core framework specification. . More generally, the goal of the Equinox project is to be a first class OSGi community and foster the vision of Eclipse as a landscape of bundles. As part of this, it is responsible for developing and delivering the OSGi framework implementation used for all of Eclipse. Package: libequinox-p2-artifact-optimizers-java Description-md5: 64daedf527b2d7d904f16c1a983f7bc0 Description-en: Equinox p2 Artifact Optimizers The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.artifact.optimizers bundle. Package: libequinox-p2-artifact-processors-java Description-md5: 9332cac47f1d921c03f646a3231b5e16 Description-en: Equinox p2 Artifact Processing Support The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.artifact.processors bundle. Package: libequinox-p2-artifact-repository-java Description-md5: 48ba9b825a1d44c0a276d556fede256f Description-en: Equinox Provisioning Artifact Repository Support The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.artifact.repository bundle. Package: libequinox-p2-console-java Description-md5: 5e3253db4d7d982b2fb5f90f7d56f6f1 Description-en: Equinox Provisioning Console The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.console bundle. Package: libequinox-p2-core-java Description-md5: 87887b71f9ef7322d79c70f7079a3fb1 Description-en: Equinox p2 Core The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.core bundle. Package: libequinox-p2-director-app-java Description-md5: ab2c107bbfef193403d8a5dbf8eca35a Description-en: Equinox Provisioning Director Application The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.director.app bundle. Package: libequinox-p2-director-java Description-md5: db9ceb65e72211e2f8c258067cb50c8e Description-en: Equinox Provisioning Director The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.director bundle. Package: libequinox-p2-directorywatcher-java Description-md5: 50be00d41510abd513f6c0c646d3b4b2 Description-en: Equinox Provisioning Directory Watcher The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.directorywatcher bundle. Package: libequinox-p2-discovery-java Description-md5: acc5c2330e1f11d7461fb182309e1d97 Description-en: Equinox Provisioning Discovery The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.discovery bundle. Package: libequinox-p2-engine-java Description-md5: 7170a4be9eedb91b67b74b5562651f62 Description-en: Equinox Provisioning Engine The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.engine bundle. Package: libequinox-p2-extensionlocation-java Description-md5: 5fe8f041d2c8fb38d6dff7d7f4d779a8 Description-en: Equinox Provisioning Extension Location Repository Support The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.extensionlocation bundle. Package: libequinox-p2-garbagecollector-java Description-md5: 9dda31eeec3bed764947d3a29bfb0604 Description-en: Equinox Provisioning Garbage Collector The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.garbagecollector bundle. Package: libequinox-p2-jarprocessor-java Description-md5: 2b1d4c2394e8e9f9a6e4336349d54be4 Description-en: Equinox Provisioning JAR Processor The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.jarprocessor bundle. Package: libequinox-p2-metadata-java Description-md5: db38c9ca592d20bd10454f9e86a32a87 Description-en: Equinox Provisioning Metadata The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.metadata bundle. Package: libequinox-p2-metadata-repository-java Description-md5: fea7627ba4738c24a36f03f5c90cdf67 Description-en: Equinox Provisioning Metadata Repository The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.metadata.repository bundle. Package: libequinox-p2-operations-java Description-md5: 4a4b81406beb6a37292dae8adc946173 Description-en: Equinox Provisioning Operations API The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.operations bundle. Package: libequinox-p2-publisher-eclipse-java Description-md5: 058b74d6f261fcfe7e5a47f9820b2420 Description-en: Equinox Provisioning Publisher for Eclipse The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.publisher.eclipse bundle. Package: libequinox-p2-publisher-java Description-md5: 0722b64c29cd4bc139da8192cdbdac34 Description-en: Equinox Provisioning Publisher Infrastructure The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.publisher bundle. Package: libequinox-p2-reconciler-dropins-java Description-md5: 0b9e4982432be23b2c979408071f918f Description-en: Equinox Provisioning Drop-in The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.reconciler.dropins bundle. Package: libequinox-p2-repository-java Description-md5: aeb82ecb7457cba93447e608b796f2d2 Description-en: Equinox Provisioning Repository The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.repository bundle. Package: libequinox-p2-repository-tools-java Description-md5: 709d166cecbbd6970ecdc9e0518aaf31 Description-en: Equinox Provisioning Repository Tools The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.repository.tools bundle. Package: libequinox-p2-sar-java Description-md5: f68af03d2b063340afe36888fc2de050 Description-en: Equinox Sar Plug-in The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.sar bundle. Package: libequinox-p2-touchpoint-eclipse-java Description-md5: e2b214c2ac7b6191267dcf5d0fd4af7b Description-en: Equinox Provisioning Eclipse Touchpoint The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.touchpoint.eclipse bundle. Package: libequinox-p2-touchpoint-natives-java Description-md5: 59ff9db7f64f17aad8e473f85921fae7 Description-en: Equinox Provisioning Native Touchpoint The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.touchpoint.natives bundle. Package: libequinox-p2-updatechecker-java Description-md5: fa3c0c1b9b3942b3bb16d0b4583699d2 Description-en: Equinox Provisioning Update Checker The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.updatechecker bundle. Package: libequinox-p2-updatesite-java Description-md5: 77c7766a562868b69e9e1358ab9b480d Description-en: Equinox Provisioning Legacy Update Site Support The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.updatesite bundle. Package: libequinox-preferences-java Description-md5: 3d19d960537756f838c86fb4541db10d Description-en: Eclipse Preferences Mechanism The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.preferences bundle. Package: libequinox-region-java Description-md5: 098e1d50452924d21b13511ebaeddde0 Description-en: Eclipse Equinox Region The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.region bundle. Package: libequinox-registry-java Description-md5: 0dcad7cd125f0cd5fdeaa80cd565356e Description-en: Eclipse Extension Registry Support The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.registry bundle. Package: libequinox-security-java Description-md5: 60feb49512d8a14898ca248221516670 Description-en: Eclipse Equinox Java Authentication and Authorization Service (JAAS) The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.security bundle. Package: libequinox-servletbridge-java Description-md5: 31db84622ff621d9845b577125c13939 Description-en: Eclipse Equinox Servletbridge The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.servletbridge bundle. Package: libequinox-simpleconfigurator-java Description-md5: 502b9d2bac99086ec2220bc1d48c2962 Description-en: Equinox Simple Configurator The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.simpleconfigurator bundle. Package: libequinox-simpleconfigurator-manipulator-java Description-md5: 643eac663fd5248c66dac3358ba2708e Description-en: Equinox Simple Configurator Manipulator The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.simpleconfigurator.manipulator bundle. Package: libequinox-transforms-hook-java Description-md5: ac76645b3a36ea175183ee9599539707 Description-en: Eclipse Equinox Transformer Hook Framework Extension The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.transforms.hook bundle. Package: libequinox-transforms-xslt-java Description-md5: 5be6df8aefab3862083ce7e5e00118ed Description-en: Eclipse Equinox Transforms XSLT The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.transforms.xslt bundle. Package: libequinox-useradmin-java Description-md5: 72c90021ad3b7a7de4ef3087aa599667 Description-en: Eclipse Equinox User Admin Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.useradmin bundle. Package: libequinox-util-java Description-md5: ce883b21f71d6477231251536372ed37 Description-en: Eclipse Equinox Util The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.util bundle. Package: libequinox-weaving-caching-java Description-md5: 9e5373029b5d74ea16f22e4c6e001789 Description-en: Eclipse Equinox Weaving Caching The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.weaving.caching bundle. Package: libequinox-weaving-hook-java Description-md5: 88ad057f5066abbffa10792d87199883 Description-en: Eclipse Equinox Weaving Hook The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.weaving.hook bundle. Package: libequinox-wireadmin-java Description-md5: 548de3938868e3b3178d23fe84b9ef0f Description-en: Eclipse Equinox Wire Admin Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.wireadmin bundle. Package: libf2fs-dev Description-md5: 9090684e8963064f08604faa481804ba Description-en: Core library for Flash-Friendly File System - Development files F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). . This package contains the development files. Package: libf2fs-format-dev Description-md5: 9090684e8963064f08604faa481804ba Description-en: Core library for Flash-Friendly File System - Development files F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). . This package contains the development files. Package: libf2fs-format4 Description-md5: 057dbaadc80b64b33338981cd2e122b7 Description-en: Format library for Flash-Friendly File System F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). . This package contains the format f2fs library. Package: libf2fs5 Description-md5: 253e6f7b4db11095b46512587d3bdb98 Description-en: Core library for Flash-Friendly File System F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). . This package contains the core f2fs library. Package: libflamingo-java Description-md5: 87c368b95e3d2b53e69097bf8c3f51cc Description-en: Provides a swing ribbon container for Java applications The goal of this project is to provide a Swing implementation of the ribbon container and related components. The components have consistent visuals under the existing core and third-party look-and-feels, respect the DPI settings of the user desktop and follow the core Swing guidelines in the external APIs and the internal implementation details. Package: libflamingo-java-doc Description-md5: 402daedb68aed8540d41b18500e85cc6 Description-en: Provides a swing ribbon container for Java applications (documentation) The goal of this project is to provide a Swing implementation of the ribbon container and related components. The components have consistent visuals under the existing core and third-party look-and-feels, respect the DPI settings of the user desktop and follow the core Swing guidelines in the external APIs and the internal implementation details. . This package contains API documentation (Javadoc) for libflamingo-java. Package: libflatpak-dev Description-md5: f9135201eda156c70603b021dde6c396 Description-en: Application deployment framework for desktop apps (development) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains development headers and pkg-config metadata for libflatpak0. Package: libflatpak-doc Description-md5: c7d59a541c5d9998f886d74daf4ac8d6 Description-en: Application deployment framework for desktop apps (documentation) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains reference documentation for libflatpak0. Package: libflatpak0 Description-md5: 0e4073ffd5dff85f7c3cfe70f89906ed Description-en: Application deployment framework for desktop apps (library) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains the flatpak shared library, used by higher level package management tools like gnome-software. Package: libflightcrew-dev Description-md5: 10924909d3d2f70ba19f3cfbf6590961 Description-en: C++ library development filesfor epub validation FlightCrew is an epub validator written in C++. It is used by sigil to validate epub files, and may be generally useful for other epub creation utilities. . This package contains the development headers. Package: libflightcrew0v5 Description-md5: 4c1c6d0d20e71f9048e88c6709b09a4d Description-en: C++ library for epub validation FlightCrew is an epub validator written in C++. It is used by sigil to validate epub files, and may be generally useful for other epub creation utilities. . This package contains the shared library. Package: libfontawesomefx-java Description-md5: 44c35df8640ac44a804326bb4445bbd9 Description-en: Font Awesome perfectly integrated into JavaFX This package allows Java developers to easily integrate different icon fonts like Font Awesome, WeatherIcons, MaterialStackIcons, Material Design Font, Octicons and 525Icons into their JavaFX applications. This is possible because all icons are scalable vector graphics and each icon can be styled with CSS. Package: libfontbox-java Description-md5: 3cd3ec1efa6b1b5821425455ac283be8 Description-en: Java font library The Apache FontBox library is an open source Java tool to obtain low level information from font files. . This package contains the library itself. Package: libfontbox-java-doc Description-md5: c7c66289c846c279d4d14b3122e05ce2 Description-en: Java font library (Documentation) The Apache FontBox library is an open source Java tool to obtain low level information from font files. . This package contains the documentation for the library. Package: libfontbox2-java Description-md5: 1ac9b26e4e8b96b1f1df47024c6df1d4 Description-en: Java font library The Apache FontBox library is an open source Java tool to obtain low level information from font files. . This package contains version 2 of the library. Package: libfontbox2-java-doc Description-md5: b0ae46979c66811b11c82672ffd673c4 Description-en: Java font library (Documentation) The Apache FontBox library is an open source Java tool to obtain low level information from font files. . This package contains the documentation for version 2 of the library. Package: libfreerdp-cache1.1 Description-md5: a7b1659ac2e94d604c4ba011a96a205c Description-en: Free Remote Desktop Protocol library (cache library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the cache shared library. Package: libfreerdp-client1.1 Description-md5: 9760c93d5c8358ba350b301916d02993 Description-en: Free Remote Desktop Protocol library (client library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-client shared library. Package: libfreerdp-codec1.1 Description-md5: 942925a17905b9614f0ec5cc870b064d Description-en: Free Remote Desktop Protocol library (codec library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-codec shared library. Package: libfreerdp-common1.1.0 Description-md5: 6bec69bf96eece7cb5a290d9c1c345ce Description-en: Free Remote Desktop Protocol library (common library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-common shared library. Package: libfreerdp-core1.1 Description-md5: da41c1db65d2f22871a01c856369da83 Description-en: Free Remote Desktop Protocol library (core library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-core shared library. Package: libfreerdp-crypto1.1 Description-md5: 5faed766ca38af9ab814812b983c9aae Description-en: Free Remote Desktop Protocol library (freerdp-crypto library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-crypto shared library. Package: libfreerdp-dev Description-md5: 87d789b26f2354d9180f00d23a677478 Description-en: Free Remote Desktop Protocol library (development files) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the FreeRDP development files. Package: libfreerdp-gdi1.1 Description-md5: 225326a1974c48835182f78b47f1a1a8 Description-en: Free Remote Desktop Protocol library (GDI library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-gdi shared library. Package: libfreerdp-locale1.1 Description-md5: d57b118a372e5b736ce3693ef415248c Description-en: Free Remote Desktop Protocol library (locale library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-locale shared library. Package: libfreerdp-plugins-standard Description-md5: ed8b426a92913e353617225df357473e Description-en: RDP client for Windows Terminal Services (plugins) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the plugins available to the Channel Manager extending the RDP core functionality, such as sounds, clipboard synchronisation, disk/printer redirection, etc. Package: libfreerdp-primitives1.1 Description-md5: c9bec7bdbcff700f3d548c6264146b04 Description-en: Free Remote Desktop Protocol library (primitives library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-primitives shared library. Package: libfreerdp-rail1.1 Description-md5: 3c41b0d69e6502356a7ef38e7e957903 Description-en: Free Remote Desktop Protocol library (rail library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-rail shared library. Package: libfreerdp-utils1.1 Description-md5: 830e5422727edf4a91e75ca0e5f557cb Description-en: Free Remote Desktop Protocol library (freerdp-utils library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-utils shared library. Package: libgcc-7-dev-alpha-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-amd64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-armel-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-hppa-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-i386-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-m68k-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-mips-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-mips64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-mips64el-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-mipsel-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-powerpcspe-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-ppc64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-riscv64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-s390x-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-sh4-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-sparc64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-x32-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-alpha-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-amd64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-arm64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-armel-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-armhf-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-hppa-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-i386-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-m68k-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-mips-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-mips64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-mips64el-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-mipsel-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-powerpc-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-powerpcspe-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-ppc64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-ppc64el-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-riscv64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-s390x-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-sh4-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-sparc64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-x32-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc1-alpha-cross Description-md5: c1449e893b96c119e159b8dd0061b335 Description-en: GCC support library (alpha) 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. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libgcc1-amd64-cross Description-md5: dbd58de92a4101b2b20e035a2233fc65 Description-en: GCC support library (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libgcc1-armel-cross Description-md5: 8771c736c3d986a94c65167d73ff74bc Description-en: GCC support library (armel) 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. . This package contains files for armel architecture, for use in cross-compile environment. Package: libgcc1-dbg-alpha-cross Description-md5: b8c12cca568ff246f42316c6923248bd Description-en: GCC support library (debug symbols) (alpha) Debug symbols for the GCC support library. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libgcc1-dbg-amd64-cross Description-md5: cdbc0da901e5b46128cb5ba05d82a4e4 Description-en: GCC support library (debug symbols) (amd64) Debug symbols for the GCC support library. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-arm64-cross Description-md5: 65ca5ec6eddb1a24e637a6c1d5f72e9b Description-en: GCC support library (debug symbols) (arm64) Debug symbols for the GCC support library. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-armel-cross Description-md5: 524b3ac2d448d93b37d2d244c2b996d5 Description-en: GCC support library (debug symbols) (armel) Debug symbols for the GCC support library. . This package contains files for armel architecture, for use in cross-compile environment. Package: libgcc1-dbg-armhf-cross Description-md5: 8660e92657443c82a3e1f92f8da39835 Description-en: GCC support library (debug symbols) (armhf) Debug symbols for the GCC support library. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libgcc1-dbg-i386-cross Description-md5: 9872e557eec6112e2e9403badb34db09 Description-en: GCC support library (debug symbols) (i386) Debug symbols for the GCC support library. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libgcc1-dbg-mips-cross Description-md5: e7655f9ff6efd04d48defe8f30f54d25 Description-en: GCC support library (debug symbols) (mips) Debug symbols for the GCC support library. . This package contains files for mips architecture, for use in cross-compile environment. Package: libgcc1-dbg-mips64-cross Description-md5: 00edfc3961ee4d229c01f5a8957e647c Description-en: GCC support library (debug symbols) (mips64) Debug symbols for the GCC support library. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-mips64el-cross Description-md5: 8528b9b598a0022db536a9e490b4ce3d Description-en: GCC support library (debug symbols) (mips64el) Debug symbols for the GCC support library. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libgcc1-dbg-mipsel-cross Description-md5: 3930f51efe424b6fe751fef09a12b1ae Description-en: GCC support library (debug symbols) (mipsel) Debug symbols for the GCC support library. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libgcc1-dbg-powerpc-cross Description-md5: 145377cc3047b079cff435291a72e727 Description-en: GCC support library (debug symbols) (powerpc) Debug symbols for the GCC support library. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libgcc1-dbg-powerpcspe-cross Description-md5: 37be3d137a04b62fed5bfa76428aa355 Description-en: GCC support library (debug symbols) (powerpcspe) Debug symbols for the GCC support library. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libgcc1-dbg-ppc64-cross Description-md5: c5268934c839c22c4bf810edbcd02025 Description-en: GCC support library (debug symbols) (ppc64) Debug symbols for the GCC support library. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-ppc64el-cross Description-md5: 7e5ddf278e8ff0e889b7f1e19eb4bd55 Description-en: GCC support library (debug symbols) (ppc64el) Debug symbols for the GCC support library. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libgcc1-dbg-riscv64-cross Description-md5: 5f5b88e41a5da8676a062c14e16e404a Description-en: GCC support library (debug symbols) (riscv64) Debug symbols for the GCC support library. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-s390x-cross Description-md5: b4efaef8d520c8fbce8d390b18949989 Description-en: GCC support library (debug symbols) (s390x) Debug symbols for the GCC support library. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libgcc1-dbg-sh4-cross Description-md5: d4a862e8d1b7fda9a14d6180f1ef99ae Description-en: GCC support library (debug symbols) (sh4) Debug symbols for the GCC support library. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libgcc1-dbg-sparc64-cross Description-md5: f6a6d8b94854b8565f0d0fa95e539ebc Description-en: GCC support library (debug symbols) (sparc64) Debug symbols for the GCC support library. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-x32-cross Description-md5: 34bebb6e67e07863d7023fc847a75c4e Description-en: GCC support library (debug symbols) (x32) Debug symbols for the GCC support library. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libgcc1-i386-cross Description-md5: e340b46865ab958070306e789ff32213 Description-en: GCC support library (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libgcc1-mips-cross Description-md5: 1460f2d7d37d562923c7faaf0cf48249 Description-en: GCC support library (mips) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: libgcc1-mips64-cross Description-md5: 1ed3494f7decff486d41d819f7a71576 Description-en: GCC support library (mips64) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libgcc1-mips64el-cross Description-md5: b103b0e7b6b6cdfa46bfc1e1ff6c01af Description-en: GCC support library (mips64el) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libgcc1-mipsel-cross Description-md5: 16930d2cdf795ab3d2d173c5043c46dc Description-en: GCC support library (mipsel) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libgcc1-powerpcspe-cross Description-md5: 89be2d37f5525a6336f622ee51db2ee9 Description-en: GCC support library (powerpcspe) 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. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libgcc1-ppc64-cross Description-md5: bda529369c13a335003e1a9d8f396453 Description-en: GCC support library (ppc64) 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. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libgcc1-riscv64-cross Description-md5: 477d3fda890f6445bbd199516aed7b4e Description-en: GCC support library (riscv64) 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. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libgcc1-s390x-cross Description-md5: 7d651d554ddf8fc473fd6d6feda218a1 Description-en: GCC support library (s390x) 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. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libgcc1-sh4-cross Description-md5: dca961cb406b7f3ffec5ae5354f5e0ce Description-en: GCC support library (sh4) 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. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libgcc1-sparc64-cross Description-md5: 763d06745e3ccbfca5c5187240684bbe Description-en: GCC support library (sparc64) 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. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libgcc1-x32-cross Description-md5: f260d13bf38c4bf7f34927887b6ec92a Description-en: GCC support library (x32) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libgcc2-dbg-m68k-cross Description-md5: f491064ef62d12c753dff3a9dd63d656 Description-en: GCC support library (debug symbols) (m68k) Debug symbols for the GCC support library. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libgcc2-m68k-cross Description-md5: 53ea5560d50645c6f9da8c3fd539f026 Description-en: GCC support library (m68k) 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. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libgcc4-dbg-hppa-cross Description-md5: e152c0741f76bc322451b65f8fc6773c Description-en: GCC support library (debug symbols) (hppa) Debug symbols for the GCC support library. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libgcc4-hppa-cross Description-md5: 7025f57159a1cf219666461fd810564f Description-en: GCC support library (hppa) 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. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libgccjit-8-doc Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180 Description-en: GCC just-in-time compilation (documentation) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. 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: libgfortran-7-dev-alpha-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-amd64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-arm64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-armel-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-armhf-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-hppa-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-i386-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-m68k-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-mips-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-mips64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-mips64el-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-mipsel-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-powerpc-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-powerpcspe-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-ppc64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-ppc64el-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-riscv64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-s390x-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-sh4-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-sparc64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-x32-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-alpha-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-amd64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-arm64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-armel-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-armhf-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-hppa-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-i386-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-m68k-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-mips-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-mips64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-mips64el-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-mipsel-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-powerpc-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-powerpcspe-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-ppc64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-ppc64el-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-riscv64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-s390x-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-sh4-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-sparc64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-x32-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran4-alpha-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-amd64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-arm64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-armel-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-armhf-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-alpha-cross 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: libgfortran4-dbg-amd64-cross 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: libgfortran4-dbg-arm64-cross 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: libgfortran4-dbg-armel-cross 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: libgfortran4-dbg-armhf-cross 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: libgfortran4-dbg-hppa-cross 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: libgfortran4-dbg-i386-cross 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: libgfortran4-dbg-m68k-cross 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: libgfortran4-dbg-mips-cross 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: libgfortran4-dbg-mips64-cross 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: libgfortran4-dbg-mips64el-cross 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: libgfortran4-dbg-mipsel-cross 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: libgfortran4-dbg-powerpc-cross 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: libgfortran4-dbg-powerpcspe-cross 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: libgfortran4-dbg-ppc64-cross 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: libgfortran4-dbg-ppc64el-cross 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: libgfortran4-dbg-riscv64-cross 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: libgfortran4-dbg-s390x-cross 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: libgfortran4-dbg-sh4-cross 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: libgfortran4-dbg-sparc64-cross 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: libgfortran4-dbg-x32-cross 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: libgfortran4-hppa-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-i386-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-m68k-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-mips-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-mips64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-mips64el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-mipsel-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-powerpc-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-powerpcspe-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-ppc64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-ppc64el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-riscv64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-s390x-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-sh4-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-sparc64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-x32-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5 Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-alpha-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-amd64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-arm64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-armel-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-armhf-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-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: libgfortran5-dbg-alpha-cross 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: libgfortran5-dbg-amd64-cross 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: libgfortran5-dbg-arm64-cross 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: libgfortran5-dbg-armel-cross 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: libgfortran5-dbg-armhf-cross 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: libgfortran5-dbg-hppa-cross 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: libgfortran5-dbg-i386-cross 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: libgfortran5-dbg-m68k-cross 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: libgfortran5-dbg-mips-cross 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: libgfortran5-dbg-mips64-cross 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: libgfortran5-dbg-mips64el-cross 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: libgfortran5-dbg-mipsel-cross 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: libgfortran5-dbg-powerpc-cross 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: libgfortran5-dbg-powerpcspe-cross 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: libgfortran5-dbg-ppc64-cross 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: libgfortran5-dbg-ppc64el-cross 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: libgfortran5-dbg-riscv64-cross 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: libgfortran5-dbg-s390x-cross 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: libgfortran5-dbg-sh4-cross 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: libgfortran5-dbg-sparc64-cross 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: libgfortran5-dbg-x32-cross 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: libgfortran5-hppa-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-i386-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-m68k-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips64el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mipsel-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-powerpc-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-powerpcspe-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-ppc64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-ppc64el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-riscv64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-s390x-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-sh4-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-sparc64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-x32-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgit2-26 Description-md5: 21ccc509818a651f24c1dc0ed5907a4c Description-en: low-level Git library libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. Package: libgit2-dev Description-md5: 0ecd9e5d81e77e4aa1198aab98818ccd Description-en: low-level Git library (development files) libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. . This package contains the development files for libgit2. Package: libglib2.0-tests Description-md5: 08c6a283a0e7547a1f8014a0ba341a09 Description-en: GLib library of C routines - installed tests 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 test programs, designed to be run as part of a regression testsuite. Package: libgluegen2-build-java Description-md5: e7d3a58ba4366ceaa417efd7c363d941 Description-en: Tool to automatically generate the Java and JNI code Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package contains some Java sources necessary to build gluegen-based packages. Package: libgluegen2-doc Description-md5: bce8dad7ed52f2931bed6116b2d002f6 Description-en: Tool to automatically generate the Java and JNI code Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package includes the API documentation for Gluegen package. Package: libgluegen2-jni Description-md5: d1e395a15a54aef7af9c2374b7a81bac Description-en: Tool to automatically generate the Java and JNI code Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package includes the architecture specific java native interface part. Package: libgluegen2-rt-java Description-md5: ba3b2527d680e913d6313b9198c4baae Description-en: Tool to automatically generate the Java and JNI code Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package contains the gluegen 2 runtime files. Package: libgmbal-commons-java Description-md5: fdb982a55c8269ac91d26a6194412fb6 Description-en: GlassFish MBean Annotation Library (Common APIs) The GlassFish MBean Annotation Library (gmbal, pronounced as in "gumball") is a runtime annotation processor that creates Open MBeans. This is useful for creating a management API for existing code with minimal effort. It is intended to be applied to existing modules (which may be OSGi bundles in GlassFish v3, or any other packaging model including standard jar files), but could be used anywhere that it is desired to combine the definition of the management API with the module API and implementation. . Gmbal is not limited to use in GlassFish. Gmbal is completely independent of GlassFish, and may be used in a context where GlassFish is not present. . This package contains the common APIs used by Gmbal. Package: libgmbal-java Description-md5: 23c420069473fe71a7593986fbce1289 Description-en: GlassFish MBean Annotation Library The GlassFish MBean Annotation Library (gmbal, pronounced as in "gumball") is a runtime annotation processor that creates Open MBeans. This is useful for creating a management API for existing code with minimal effort. It is intended to be applied to existing modules (which may be OSGi bundles in GlassFish v3, or any other packaging model including standard jar files), but could be used anywhere that it is desired to combine the definition of the management API with the module API and implementation. . Gmbal is not limited to use in GlassFish. Gmbal is completely independent of GlassFish, and may be used in a context where GlassFish is not present. Package: libgmbal-pfl-java Description-md5: 2ba786c83e0aba1c4d27e367f17fe138 Description-en: GlassFish MBean Annotation Library (Primitive Function Library) The GlassFish MBean Annotation Library (gmbal, pronounced as in "gumball") is a runtime annotation processor that creates Open MBeans. This is useful for creating a management API for existing code with minimal effort. It is intended to be applied to existing modules (which may be OSGi bundles in GlassFish v3, or any other packaging model including standard jar files), but could be used anywhere that it is desired to combine the definition of the management API with the module API and implementation. . Gmbal is not limited to use in GlassFish. Gmbal is completely independent of GlassFish, and may be used in a context where GlassFish is not present. . This package contains the Primitive Function Library used by Gmbal (PFL) Package: libgnat-7 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-alpha-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-amd64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-arm64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-armel-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-armhf-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-dbg Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-alpha-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-amd64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-arm64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-armel-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-armhf-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-hppa-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-i386-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-m68k-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-mips-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-mips64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-mips64el-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-mipsel-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-powerpc-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-powerpcspe-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-ppc64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-ppc64el-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-s390x-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-sh4-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-sparc64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-x32-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-hppa-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-i386-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-m68k-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-mips-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-mips64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-mips64el-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-mipsel-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-powerpc-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-powerpcspe-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-ppc64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-ppc64el-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-s390x-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-sh4-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-sparc64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-x32-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-alpha-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-amd64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-arm64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-armel-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-armhf-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-dbg Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-alpha-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-amd64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-arm64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-armel-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-armhf-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-hppa-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-i386-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-m68k-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-mips-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-mips64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-mips64el-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-mipsel-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-powerpc-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-ppc64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-ppc64el-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-s390x-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-sh4-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-sparc64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-x32-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-hppa-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-i386-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-m68k-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-mips-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-mips64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-mips64el-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-mipsel-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-powerpc-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-ppc64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-ppc64el-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-s390x-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-sh4-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-sparc64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-x32-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnatvsn7 Description-md5: 75e330fcf9a585cbfe2857d4468e3c84 Description-en: GNU Ada compiler selected components (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the runtime shared library. Package: libgnatvsn7-dbg Description-md5: 814414c51c0b951882f9da1be21702ba Description-en: GNU Ada compiler selected components (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the debugging symbols. Package: libgnatvsn7-dev Description-md5: fa344c0d231c640dd6ef6c54f6b9640a Description-en: GNU Ada compiler selected components (development files) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the development files and static library. Package: libgnatvsn8 Description-md5: 75e330fcf9a585cbfe2857d4468e3c84 Description-en: GNU Ada compiler selected components (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the runtime shared library. Package: libgnatvsn8-dbg Description-md5: 814414c51c0b951882f9da1be21702ba Description-en: GNU Ada compiler selected components (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the debugging symbols. Package: libgnatvsn8-dev Description-md5: fa344c0d231c640dd6ef6c54f6b9640a Description-en: GNU Ada compiler selected components (development files) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the development files and static library. Package: libgo11 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-alpha-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-amd64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-arm64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-armel-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-armhf-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-dbg Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-alpha-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-amd64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-arm64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-armel-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-armhf-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-i386-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-m68k-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-mips-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-mips64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-mips64el-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-mipsel-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-powerpc-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-powerpcspe-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-ppc64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-ppc64el-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-s390x-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-sparc64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-x32-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-i386-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-m68k-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-mips-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-mips64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-mips64el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-mipsel-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-powerpc-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-powerpcspe-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-ppc64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-ppc64el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-s390x-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-sparc64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-x32-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-alpha-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-amd64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-arm64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-armel-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-armhf-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-dbg Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-alpha-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-amd64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-arm64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-armel-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-armhf-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-i386-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-mips-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-mips64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-mips64el-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-mipsel-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-powerpc-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-powerpcspe-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-ppc64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-ppc64el-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-riscv64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-s390x-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-sparc64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-x32-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-i386-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-mips-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-mips64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-mips64el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-mipsel-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-powerpc-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-powerpcspe-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-ppc64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-ppc64el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-riscv64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-s390x-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-sparc64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-x32-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgomp-plugin-nvptx1 Description-md5: f9c2e1e8b9ed7ce64aa263f868e92b29 Description-en: GCC OpenMP v4.5 plugin for offloading to NVPTX This package contains libgomp plugin for offloading to NVidia PTX. The plugin needs libcuda.so.1 shared library that has to be installed separately. Package: libgomp1-alpha-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-amd64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-armel-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-alpha-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-amd64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-arm64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-armel-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-armhf-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-hppa-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-i386-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-m68k-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-mips-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-mips64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-mips64el-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-mipsel-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-powerpc-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-powerpcspe-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-ppc64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-ppc64el-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-riscv64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-s390x-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-sh4-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-sparc64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-x32-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-hppa-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-i386-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-m68k-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips64el-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mipsel-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-powerpcspe-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-ppc64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-riscv64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-s390x-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-sh4-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-sparc64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-x32-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgoogle-gson-java Description-md5: 2b1754e95e8fb7186dca1aecb7efcf4b Description-en: Converts Java objects into their JSON representation Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. . Gson Goals . * Provide simple toJson() and fromJson() methods to convert Java objects to JSON and vice-versa * Allow pre-existing unmodifiable objects to be converted to and from JSON * Extensive support of Java Generics * Allow custom representations for objects * Support arbitrarily complex objects (with deep inheritance hierarchies and extensive use of generic types) Package: libgpac-dev Description-md5: 316544dd0e1538183bd40ed9a7866f0c Description-en: GPAC Project on Advanced Content - development files GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is an Open Source multimedia framework for research and academic purposes. The project covers different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity). . This package contains files that are used for application development. Package: libgpac4 Description-md5: e13d47211be1f8e7b4e3fbd270291eaa Description-en: GPAC Project on Advanced Content - shared libraries GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is an Open Source multimedia framework for research and academic purposes. The project covers different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity). . This package contains the shared libraries used at runtime in depending packages. Package: libgpars-groovy-java Description-md5: 93eda5aa5ac62e105a810a51670a6023 Description-en: open-source concurrency library for Groovy Library that provides multiple high-level abstractions for writing concurrent code in Groovy, including: map/reduce, fork/join, asynchronous closures, actors, agents, dataflow concurrency and other concepts. Package: libgpars-groovy-java-doc Description-md5: befec2317e497213c3adc8a9892acad8 Description-en: documentation for libgpars-groovy-java Documentation for GPars that is a library that provides multiple high-level abstractions for writing concurrent code in Groovy, including: map/reduce, fork/join, asynchronous closures, actors, agents, dataflow concurrency and other concepts. Package: libgphobos-7-dev-amd64-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-7-dev-armel-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-7-dev-armhf-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-7-dev-i386-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-7-dev-x32-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-8-dev-amd64-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-8-dev-armel-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-8-dev-armhf-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-8-dev-i386-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-8-dev-x32-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-armel-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-armhf-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg-armel-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg-armhf-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-armel-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-armhf-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg-armel-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg-armhf-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgradle-core-java Description-md5: 0c6217316a01ebb760a13500b1ba8d3a Description-en: Powerful build system for the JVM - Core libraries Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains the Gradle Core API library. Package: libgradle-plugins-java Description-md5: 5d26540d5ad9b62edacb93637ecd29c9 Description-en: Powerful build system for the JVM - All plugins Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains the standard Gradle plugins except: . * Zinc compiler * Kotlin DSL * AWS S3 * Google APIs 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: libhfasan4-armel-cross Description-md5: 09bf8c68db014d2e295e8f70edf1f99a Description-en: AddressSanitizer -- a fast memory error detector (hard float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libhfasan4-dbg-armel-cross Description-md5: c66da7d65dee73706e5b2b3bc0ede0a7 Description-en: AddressSanitizer -- a fast memory error detector (hard float ABI debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libhfasan5-armel-cross Description-md5: 09bf8c68db014d2e295e8f70edf1f99a Description-en: AddressSanitizer -- a fast memory error detector (hard float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libhfasan5-dbg-armel-cross Description-md5: c66da7d65dee73706e5b2b3bc0ede0a7 Description-en: AddressSanitizer -- a fast memory error detector (hard float ABI debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libhfatomic1-armel-cross Description-md5: c9356c86838148f6c7c3e87d70a777c8 Description-en: support library providing __atomic built-in functions (hard float ABI) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libhfatomic1-dbg-armel-cross Description-md5: 3ba42f961e7ef161cee8b5c4ad42f170 Description-en: support library providing __atomic built-in functions (hard float ABI debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libhfcilkrts5-armel-cross Description-md5: bb35a9aa52882a9f0f6df4d468abb375 Description-en: Intel Cilk Plus language extensions (hard float ABI) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libhfcilkrts5-dbg-armel-cross Description-md5: 0a3b6a27c37c7499bcd1a1e79160e53d Description-en: Intel Cilk Plus language extensions (hard float ABI debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libhfgcc-7-dev-armel-cross Description-md5: 137452806b755b182069e030eedeb66c Description-en: GCC support library (hard float ABI development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libhfgcc-8-dev-armel-cross Description-md5: 137452806b755b182069e030eedeb66c Description-en: GCC support library (hard float ABI development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libhfgcc1-armel-cross Description-md5: 84896e6bc936faaf2f24f89e40210809 Description-en: GCC support library (armel) (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. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfgcc1-dbg-armel-cross Description-md5: 524b3ac2d448d93b37d2d244c2b996d5 Description-en: GCC support library (debug symbols) (armel) Debug symbols for the GCC support library. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfgfortran-7-dev-armel-cross Description-md5: 8884fa3dfae1d8d6256da6f6242d6f68 Description-en: Runtime library for GNU Fortran applications (hard float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libhfgfortran-8-dev-armel-cross Description-md5: 8884fa3dfae1d8d6256da6f6242d6f68 Description-en: Runtime library for GNU Fortran applications (hard float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libhfgfortran4-armel-cross 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: libhfgfortran4-dbg-armel-cross 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: libhfgfortran5-armel-cross 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: libhfgfortran5-dbg-armel-cross 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-armel-cross Description-md5: b5303a6ef96adb96d71d7ff35b774341 Description-en: GCC OpenMP (GOMP) support library (hard float ABI) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libhfgomp1-dbg-armel-cross Description-md5: 45dc480428dce930c94919208b8f05cf Description-en: GCC OpenMP (GOMP) support library (hard float ABI debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libhfobjc-7-dev-armel-cross Description-md5: 66ce7748417de77384120567f780ea68 Description-en: Runtime library for GNU Objective-C applications (hard float ABI development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libhfobjc-8-dev-armel-cross Description-md5: 66ce7748417de77384120567f780ea68 Description-en: Runtime library for GNU Objective-C applications (hard float ABI development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libhfobjc4-armel-cross 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: libhfobjc4-dbg-armel-cross 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: libhfstdc++-7-dev-armel-cross Description-md5: ab3bbd18acc1427942e370921d69bba6 Description-en: GNU Standard C++ Library v3 (development files) (armel) 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. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfstdc++-8-dev-armel-cross Description-md5: ab3bbd18acc1427942e370921d69bba6 Description-en: GNU Standard C++ Library v3 (development files) (armel) 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. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfstdc++6-7-dbg-armel-cross Description-md5: e13328d8f1c538b5b76a3cd7870c3547 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfstdc++6-8-dbg-armel-cross Description-md5: fce4dc9e827ea30fcfae17bed319d6ca Description-en: GNU Standard C++ Library v3 (debugging files) (armel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfstdc++6-armel-cross Description-md5: e7f441cd3391fd24809f111a42ae3a3f Description-en: GNU Standard C++ Library v3 (armel) (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. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfubsan0-armel-cross Description-md5: 3696f3c908d1a6ea4de817a97d458ea3 Description-en: UBSan -- undefined behaviour sanitizer (hard float ABI) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libhfubsan0-dbg-armel-cross Description-md5: b97c57c29d3a3d4d023fe3a642f649a5 Description-en: UBSan -- undefined behaviour sanitizer (hard float ABI debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libhfubsan1-armel-cross Description-md5: 3696f3c908d1a6ea4de817a97d458ea3 Description-en: UBSan -- undefined behaviour sanitizer (hard float ABI) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libhfubsan1-dbg-armel-cross Description-md5: b97c57c29d3a3d4d023fe3a642f649a5 Description-en: UBSan -- undefined behaviour sanitizer (hard float ABI debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libhibernate-validator-java Description-md5: 91e0fac9bcd97cc00f06df4d08a7be8d Description-en: Hibernate Validator Hibernate Validator aims at defining and checking a domain model level constraints. It supports custom constraints definitions as well as full internationalization. Annotations are used to define constraints on object level. The validation mechanism can be executed in different layers in your application without having to duplicate any of these rules (presentation layer, data access layer, Database schema). . Hibernate Validator integrates with Hibernate by applying the constraints on the database schema (DDL generation) and by checking entity validity before Hibernate inserts or updates instances. You can use Hibernate Validator with any Java Persistence provider, not only Hibernate, although you will not be able to use automatic DDL alteration for constraint generation outside of Hibernate EntityManager. Package: libhikaricp-java Description-md5: 77cdca28140922a6cab47ab2a040664f Description-en: high-performance JDBC connection pool library HikariCP is a high performance, low overhead JDBC connection pool library for Java. It aims at being simple, robust, reliable and extremely fast. HikariCP comes with sane defaults that perform well in most deployments without additional tweaking. Package: libhsail-rt-7-dev-amd64-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-7-dev-i386-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-7-dev-x32-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-8-dev Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-8-dev-amd64-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-8-dev-i386-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-8-dev-x32-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-amd64-cross Description-md5: 84a3c02391f5e02bf06f20db11410669 Description-en: HSAIL runtime library This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-dbg-amd64-cross Description-md5: 39f852853221b4edf5e1683739a093bd Description-en: HSAIL runtime library (debug symbols) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-dbg-i386-cross Description-md5: 39f852853221b4edf5e1683739a093bd Description-en: HSAIL runtime library (debug symbols) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-dbg-x32-cross Description-md5: 39f852853221b4edf5e1683739a093bd Description-en: HSAIL runtime library (debug symbols) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-i386-cross Description-md5: 84a3c02391f5e02bf06f20db11410669 Description-en: HSAIL runtime library This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-x32-cross Description-md5: 84a3c02391f5e02bf06f20db11410669 Description-en: HSAIL runtime library This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsqldb-java Description-md5: 14fbf72456caca34a30a0a8e72445104 Description-en: Java SQL database engine 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:2.29 and SQL:2.23 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. Package: libhsqldb-java-doc Description-md5: 6747e4900845c8ea75518580d62ba25b Description-en: documentation for HSQLDB HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus SQL:2.29 and SQL:2.23 enhancements. It offers a small, fast database engine that offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets), and a number of demonstration examples. . This package contains the documentation of HSQLDB. Package: libhsqldb1.8.0-java Description-md5: 214a2c1ad31e54bb2dc0632a9a88f65a Description-en: Java SQL database engine 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. . Web site: http://hsqldb.org/ Package: libimage-magick-perl Description-md5: 7ce8b44a017b6b1792ace5babb8a40cb 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. . This is the compatibility (wrapper) perlmagick package that use the default channel depth. . This package provides the perl Image::Magick class. Package: libimage-magick-q16-perl Description-md5: b2b7bcf0fd3b8cca1a12186f85981002 Description-en: Perl interface to the ImageMagick graphics routines -- Q16 version 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. . This version of libimage-magick is compiled for a channel depth of 16 bits (Q16). . This package provides the perl Image::Magick::Q16 class. Package: libimage-magick-q16hdri-perl Description-md5: 8507376c7886a5145af7be82f371b30e Description-en: Perl interface to the ImageMagick graphics routines -- Q16HDRI version 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. . This version of libimage-magick is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). . This package provides the perl Image::Magick::Q16HDRI class. Package: libistack-commons-java Description-md5: ede4ef727ae8f175723f810aaadfde9b Description-en: Common code for some Glassfish projects The iStack Commons project was created to promote code reuse. The shared parts of JAXP, JAXB, SAAJ, and JAX-WS projects are included in this library to reduce the footprint of end products using them. Package: libitm1-alpha-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-amd64-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-alpha-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-amd64-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-arm64-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-i386-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-ppc64-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-ppc64el-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-s390x-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-sh4-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-sparc64-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-x32-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-i386-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-ppc64-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-s390x-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-sh4-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-sparc64-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-x32-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libjackson-json-java Description-md5: c560d5e1336352bc316c747aa2093214 Description-en: streaming fast powerful standard conformant json processor in java Jackson is a Java-based JSON-processing package that contains: . * high-performance streaming JSON parser/generator * Tree Model that can be built from/written to parser/generator * Object Mapper that implements data binding to/from * parser/generator . API of streaming parser/generator is similar to Stax API used for efficient xml processing on Java platform. . Beyond VERY fast Json parser and generator, Jackson project also offers full data binding support through 2 different approaches: "Object Mapper" for full POJO to/from Json data mapping (similar to JAXB2) and "Tree Mapper" for something similar to DOM and XPath. Package: libjackson-json-java-doc Description-md5: 220b6b4dd03bc106ac06a954115b64a7 Description-en: standard conformant json processor in java - API documentation Jackson is a Java-based JSON-processing package that contains: . * high-performance streaming JSON parser/generator * Tree Model that can be built from/written to parser/generator * Object Mapper that implements data binding to/from * parser/generator . API of streaming parser/generator is similar to Stax API used for efficient xml processing on Java platform. . Beyond VERY fast Json parser and generator, Jackson project also offers full data binding support through 2 different approaches: "Object Mapper" for full POJO to/from Json data mapping (similar to JAXB2) and "Tree Mapper" for something similar to DOM and XPath. . This package contains the api documentation. Package: libjackson2-core-java Description-md5: 9ea23f5bd36f3deba4c38b5d5c1cda7e Description-en: fast and powerful JSON library for Java -- core library The Jackson Data Processor is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. It offers three alternative methods for processing JSON: . * Streaming API inspired by StAX * Tree Model * Data Binding converts JSON to and from POJOs . In addition to the core library, there are numerous extension that provide additional functionality such as additional data formats beyond JSON, additional data types or JVM languages. . This package contains the Jackson core library. Package: libjackson2-core-java-doc Description-md5: ae4cf18c4f18eb2c103eef868853bf26 Description-en: Documentation for Jackson-core The Jackson Data Processor is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. It offers three alternative methods for processing JSON: . * Streaming API inspired by StAX * Tree Model * Data Binding converts JSON to and from POJOs . In addition to the core library, there are numerous extension that provide additional functionality such as additional data formats beyond JSON, additional data types or JVM languages. . This package contains the API documentation of libjackson2-core-java. Package: libjackson2-databind-java Description-md5: 22a13b0792c5df40b06299919d32df47 Description-en: fast and powerful JSON library for Java -- data binding The Jackson Data Processor is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. It offers three alternative methods for processing JSON: . * Streaming API inspired by StAX * Tree Model * Data Binding converts JSON to and from POJOs . In addition to the core library, there are numerous extension that provide additional functionality such as additional data formats beyond JSON, additional data types or JVM languages. . This package contains general purpose data-binding functionality for data formats other than JSON. Package: libjackson2-databind-java-doc Description-md5: af11135594991c54971319b8c95010e8 Description-en: Documentation for jackson-databind The Jackson Data Processor is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. It offers three alternative methods for processing JSON: . * Streaming API inspired by StAX * Tree Model * Data Binding converts JSON to and from POJOs . In addition to the core library, there are numerous extension that provide additional functionality such as additional data formats beyond JSON, additional data types or JVM languages. . This package contains the API documentation of libjackson2-databind-java. Package: libjackson2-dataformat-xml-java Description-md5: 26393674e098295fd68e9dcf2319f596 Description-en: fast and powerful JSON library for Java -- XML dataformat Data format extension for Jackson to offer alternative support for serializing POJOs (Plain Old Java Objects) as XML and deserializing XML as POJOs. Support was implemented on top of Stax API (javax.xml.stream) by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and JsonFactory. Package: libjackson2-dataformat-xml-java-doc Description-md5: 81ffdf50a67bd607f11490cb8b798c31 Description-en: Documentation for Jackson-dataformat-XML Data format extension for Jackson to offer alternative support for serializing POJOs as XML and deserializing XML as POJOs. . This package contains the API documentation of libjackson2-dataformat-xml-java. Package: libjackson2-module-jaxb-annotations-java Description-md5: 94fe9da6d2c3422d40cd037c8a6186d5 Description-en: Fast and powerful JSON library for Java -- JAXB annotations This Jackson extension module provides support for using JAXB (javax.xml.bind) annotations as an alternative to native Jackson annotations. It is most often used to make it easier to reuse existing data beans that used with JAXB framework to read and write XML. Package: libjarjar-maven-plugin-java Description-md5: 74946d31b75df4f1fd5bb2b86ab04423 Description-en: Maven plugin to repackage third-party jars Utility that makes it easy to repackage Java libraries and embed them into your own distribution. This is useful for two reasons: - You can easily ship a single jar file with no external dependencies. - You can avoid problems where your library depends on a specific version of a library, which may conflict with the dependencies of another library. . This package provide a Maven plugin for Java to allow plug this into Maven build system. Package: libjava3d-java Description-md5: 8b5bf1235d6920ec22e49b7b6d11ad24 Description-en: Java 3D API (java library) The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets. It provides high-level constructs for creating and manipulation 3D geometry and building the structures used in rendering that geometry. With this software, you can efficiently define and render very large virtual worlds. . This package contains the java library. Package: libjava3d-java-doc Description-md5: 5feb8b705272dd6b6c3bb1c903c7ee25 Description-en: Documentation for the Java3D API The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets. It provides high-level constructs for creating and manipulation 3D geometry and building the structures used in rendering that geometry. With this software, you can efficiently define and render very large virtual worlds. . This package contains the API documentation. Package: libjava3d-jni Description-md5: 1754141bee8251fd1eb9b825e362f072 Description-en: Java3D API (java jni library) The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets. It provides high-level constructs for creating and manipulation 3D geometry and building the structures used in rendering that geometry. With this software, you can efficiently define and render very large virtual worlds. . This package contains the java jni library. Package: libjavaewah-java Description-md5: 6505ad5e931ecadeaa6a540fbf18f039 Description-en: Compressed variant of the Java bitset class The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression. . JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. It trades-off some compression for better processing speed. It also has a 32-bit version which compresses better, but is not as fast. . In general, the goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, the class tries to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme implemented is always more efficient storage-wise than an uncompressed bitmap as implemented in the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme. Package: libjavaewah-java-doc Description-md5: c4016e1098af4e0ad9868876da829d6f Description-en: Compressed variant of the Java bitset class (documentation) JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. It trades-off some compression for better processing speed. It also has a 32-bit version which compresses better, but is not as fast. . This package contains the API documentation of libjavaewah-java. Package: libjavafxsvg-java Description-md5: 2fe456ce76296818af27ee9fa3ae60e7 Description-en: CenterDevice JavaFxSVG library JavaFxSVG is a simple library adding SVG support to JavaFX. It allows use of SVG graphics just like any other image type. Package: libjavascriptcoregtk-4.0-bin Description-md5: b46d46300df68bb0e40bf9930d87be71 Description-en: JavaScript engine library from WebKitGTK+ - command-line interpreter JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK+ port of WebKit (API version 4.0). . This package provides jsc, a command-line JavaScript interpreter. Package: libjaxb-api-java Description-md5: 47a01497b37764e46e83eb5da951f366 Description-en: Java Architecture for XML Binding API The goal of the JAXB project is to develop and evolve the code base for the Reference Implementation (RI) of JAXB, the Java Architecture for XML Binding. . This library contains the JAXB (JSR 222) API. Package: libjaxb-java Description-md5: 66e61644019b23e6f63f0f5c087432d8 Description-en: JAXB Reference Implementation GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. . Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy for Java developers to incorporate XML data and processing functions in Java applications. As part of this process, JAXB provides methods for unmarshalling (reading) XML instance documents into Java content trees, and then marshalling (writing) Java content trees back into XML instance documents. JAXB also provides a way to generate XML schema from Java objects. Package: libjaxb-java-doc Description-md5: 73eb127216e8b37e008e53f1c9cd9316 Description-en: JAXB Reference Implementation -- documentation GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. . Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy for Java developers to incorporate XML data and processing functions in Java applications. As part of this process, JAXB provides methods for unmarshalling (reading) XML instance documents into Java content trees, and then marshalling (writing) Java content trees back into XML instance documents. JAXB also provides a way to generate XML schema from Java objects. . This package contains the Javadoc API. Package: libjaxe-java Description-md5: 59378995c69022954f703b6de332f977 Description-en: JAva Xml Editor - library Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a configuration file for the graphical user interface. . This package provides a java library to run Jaxe. Package: libjaxe-java-doc Description-md5: b06afd2bee135b09adfa01d63fe4561b Description-en: JAva Xml Editor - Library documentation Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a configuration file for the graphical user interface. . This package provides the documentation for the java library. Package: libjaxrpc-api-java Description-md5: 52d02eb0c82e3925abc3a17142830eed Description-en: Java API for XML based RPC (JAX-RPC) JAX-RPC is an API for building Web services and clients that used remote procedure calls (RPC) and XML. Often used in a distributed client/server model, an RPC mechanism enables clients to execute procedures on other systems. In JAX-RPC, a remote procedure call is represented by an XML-based protocol such as SOAP. The SOAP specification defines envelope structure, encoding rules, and a convention for representing remote procedure calls and responses. These calls and responses are transmitted as SOAP messages over HTTP. Package: libjaxrs-api-java Description-md5: fcf8c6b0b2bfe61bf085296911718110 Description-en: Java API for RESTful Services (JAX-RS) The Java API for RESTful Web Services provides portable APIs for developing, exposing and accessing Web applications designed and implemented in compliance with principles of REST architectural style. Package: libjaxws-api-java Description-md5: aca951601c138524d2909c9c25a6ffac Description-en: Java API for XML-Based Web Services The Java API for XML-Based Web Services (JAX-WS) provides the API specification for creating web services, particularly SOAP services. . The JAX-WS API defines the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11. Package: libjaxws-java Description-md5: 5d68dfe840a5e958be8f3ca3d83c483b Description-en: JAX-WS Reference Implementation (Library) The Java API for XML-Based Web Services (JAX-WS) provides the API implementation for creating web services, particularly SOAP services. . The JAX-WS Reference Implementation (JSR-224) provides the actual implementation behind the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11. Package: libjboss-classfilewriter-java Description-md5: 8f60fb546c9c5507a336f5f25cf35b68 Description-en: bytecode writer that creates .class files at runtime This package contains JBoss Class File Writer, a program to create Java .class files at runtime. Package: libjboss-classfilewriter-java-doc Description-md5: eb3aeb5b2ae83a2bcd1df3f3a3f77774 Description-en: Documentation for JBoss Class File Writer JBoss Class File Writer is a program to create Java .class files at runtime. . This package contains the API documentation of libjboss-classfilewriter-java. Package: libjboss-jdeparser2-java Description-md5: fbc90fdffcec658f7c77614b2e1dfab1 Description-en: Java source code generating library jboss-jdeparser2 is used in annotation processors and utilities like jboss-logging to generate additional code. It is an improved version of com.sun.codemodel. It offers a simple API and completely customizable code formatting. Package: libjboss-jdeparser2-java-doc Description-md5: 7814f0fbe28c6b981ba42faff072add6 Description-en: Documentation for libjboss-jdeparser2-java jboss-jdeparser2 is used in annotation processors and utilities like jboss-logging to generate additional code. It is an improved version of com.sun.codemodel. It offers a simple API and completely customizable code formatting. . This package contains the API documentation of libjboss-jdeparser2-java. Package: libjboss-modules-java Description-md5: d792767a3feb718e4fe87f2b411ef62f Description-en: Modular Classloading System JBoss Modules is a standalone implementation of a modular (non-hierarchical) class loading and execution environment for Java. In other words, rather than a single class loader which loads all JARs into a flat class path, each library becomes a module which only links against the exact modules it depends on, and nothing more. It implements a thread-safe, fast, and highly concurrent delegating class loader model, coupled to an extensible module resolution system, which combine to form a unique, simple and powerful system for application execution and distribution. Package: libjboss-modules-java-doc Description-md5: eca8d6d636e95b64463c12980e00e320 Description-en: Documentation for JBoss Modules JBoss Modules is a standalone implementation of a modular (non-hierarchical) class loading and execution environment for Java. . This package contains the API documentation of libjboss-modules-java. Package: libjcommander-java Description-md5: f577834866253f6a02262a1c0fc8124a Description-en: Java framework for parsing command line parameters JCommander is a Java framework to parse command line options with annotations. The command line options are defined by annotating the fields of a Java class and the parser populates the fields automatically. Package: libjcommander-java-doc Description-md5: 59beb5576de6ca027bca68027228f3fc Description-en: Java framework for parsing command line parameters (documentation) JCommander is a Java framework to parse command line options with annotations. The command line options are defined by annotating the fields of a Java class and the parser populates the fields automatically. . This package contains the API documentation of libjcommander-java. Package: libjdo-api-java Description-md5: 8ae3e8289ca31c4a1de1c3493b56e29b Description-en: Implementation of JSR 243: Java Data Objects 3.1 Java Data Objects (JDO) is a standard way to access persistent data in databases, using plain old Java objects (POJO) to represent persistent data. The approach separates data manipulation (done by accessing Java data members in the Java domain objects) from database manipulation (done by calling the JDO interface methods). This separation of concerns leads to a high degree of independence of the Java view of data from the database view of the data. . Interfaces are defined for the user's view of persistence: - PersistenceManager: the component responsible for the life cycle of persistent instances, Query factory, and Transaction access - Query: the component responsible for querying the datastore and returning persistent instances or values - Transaction: the component responsible for initiating and completing transactions . JDO is being developed as a Java Specification Request in the Java Community Process. The original JDO 1.0 is JSR-12 http://www.jcp.org/en/jsr/detail?id=12 and the current JDO 2.0 is JSR-243 http://www.jcp.org/en/jsr/detail?id=243 Package: libjdom1-java Description-md5: 5e7a375a0c2bfa5d54177b3ca4c1c713 Description-en: lightweight and fast library using XML JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX. Package: libjdom1-java-doc Description-md5: e771c2d094b8d21435d884b1bc7676a3 Description-en: lightweight and fast library using XML - documentation JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX. . This package contains API documentation (Javadoc) of libjdom1-java. Package: libjempbox-java Description-md5: 5ea17e6984d802a9db07b0c483e16963 Description-en: XMP Compatible Java Library The Apache JempBox library is an open source Java tool for working with XMP metadata. . This package contains the library itself. Package: libjempbox-java-doc Description-md5: 741a9dca3786acf0cb72572ad8bab05c Description-en: XMP Compatible Java Library (documentation) The Apache JempBox library is an open source Java tool for working with XMP metadata. . This package contains the documentation for the library. Package: libjersey1-atom-java Description-md5: e3ab010094bfa2fe1a69eb1ef8a9f55e Description-en: RESTful Web Services in Java (atom module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-atom module. Package: libjersey1-client-java Description-md5: 6abc2cc091e5d462bf71db61ecb20135 Description-en: RESTful Web Services in Java (client module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-client module. Package: libjersey1-core-java Description-md5: c75946605a7db71c92efa0fc153e5c3c Description-en: RESTful Web Services in Java (core library) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-core module. Package: libjersey1-fastinfoset-java Description-md5: f547bbfec9d41bd68a0c8e1751f0c2d9 Description-en: RESTful Web Services in Java (fastinfoset module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-fastinfoset module. Package: libjersey1-guice-java Description-md5: f8e41dc61f28674b4f1f6f30d3ab8ce8 Description-en: RESTful Web Services in Java (guice module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-guice module. Package: libjersey1-json-java Description-md5: 0ff5fc481a24ccbff89c87e843da7cde Description-en: RESTful Web Services in Java (json module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-json module. Package: libjersey1-server-java Description-md5: e207f4046dde37b1d111b01c344d43fb Description-en: RESTful Web Services in Java (server module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-server module. Package: libjersey1-servlet-java Description-md5: 6ccf8e69fae2ac513aa00075d188895b Description-en: RESTful Web Services in Java (servlet module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-servlet module. Package: libjetty9-extra-java Description-md5: 47ace05c7b36b1f6b7e26c63fc7c5931 Description-en: Java servlet engine and webserver -- extra libraries Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. The extra libraries include jetty-management, jetty-naming, jetty-servlet-tester, jetty-ajp, jetty-java5-threadpool, jetty-client, jetty-rewrite-handler, jetty-plus, jetty-annotations Package: libjetty9-java Description-md5: 46218f4f42765c4d73a39fcecc3adcdc Description-en: Java servlet engine and webserver -- core libraries Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. . This package contains the core libraries Package: libjgoodies-looks-java Description-md5: a37c8f9dc16f29eeefc3f36b8e46d279 Description-en: library with Swing look&feel implementations The JGoodies Looks make your Swing applications and applets look better. The package consists of a Windows look&feel and the Plastic look&feel family. These have been optimized for readability, precise micro-design and usability. Package: libjgoodies-looks-java-doc Description-md5: e20662e184c9d644b66379687caf5ad2 Description-en: library with Swing look&feel implementations (documentation) The JGoodies Looks make your Swing applications and applets look better. The package consists of a Windows look&feel and the Plastic look&feel family. These have been optimized for readability, precise micro-design and usability. . This package contains the documentation for the library. Package: libjmdns-java Description-md5: d9f017cf20fa912ad5176612c6f14334 Description-en: Java implementation of multi-cast DNS (Apple Rendezvous) JmDNS is a Java implementation of the IETF draft RFP multicast extensions for DNS. . This project contains the needed elements for service discovery and service registration. . It is compatible with Apple's Rendezvous service. Package: libjmdns-java-doc Description-md5: 7d86c3c61d2de89b2935150d53f10527 Description-en: Documentation for Java implementation of multi-cast DNS JmDNS is a Java implementation of the IETF draft RFP multicast extensions for DNS. . This project contains the needed elements for service discovery and service registration. . It is compatible with Apple's Rendezvous service. . This package contains the documentation and javadoc for JmDNS. Package: libjnr-posix-java Description-md5: 30ed9730abd06236b2e3590c90136e1a Description-en: basic POSIX-like functions for Java This package is a Java library providing access to various POSIX functions like chmod(2), link(2) or getuid(2) through dynamic loading of native libraries with JNA. Package: libjnr-posix-java-doc Description-md5: 61833b323b8c89d21febff83e1d23a25 Description-en: Java JNR-POSIX library API documentation This package includes the development documentation for the JNR-POSIX library which provides access to various POSIX functions like chmod(2), link(2) or getuid(2) through dynamic loading of native libraries with JNA. Package: libjogl2-java Description-md5: 15e3cd05fdd450f12ee1b5fd6f8d1a5e Description-en: Java bindings for OpenGL API The JOGL project hosts the development version of the Java Bindings for OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL is not the official reference implementation of the JSR, but an evolving workspace; snapshots are taken from this workspace which become the official reference implementations of the JSR. . JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor extensions. It integrates with the AWT and Swing widget sets, as well with custom windowing toolkits using the NativeWindow API. It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. Package: libjogl2-java-doc Description-md5: 299ce5fdfe533107685eafdf527f9ab3 Description-en: Documentation for the Java bindings for OpenGL The JOGL project hosts the development version of the Java Bindings for OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL is not the official reference implementation of the JSR, but an evolving workspace; snapshots are taken from this workspace which become the official reference implementations of the JSR. . JOGL provides full access to the APIs in the OpenGL 2.0 specification as well as nearly all vendor extensions, and integrates with the AWT and Swing widget sets. . This package includes the API documentation for JOGL package. Package: libjogl2-jni Description-md5: ee4b69f3d84b67ee42501cc037d2c420 Description-en: Java bindings for OpenGL API (JNI lib) The JOGL project hosts the development version of the Java Bindings for OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL is not the official reference implementation of the JSR, but an evolving workspace; snapshots are taken from this workspace which become the official reference implementations of the JSR. JOGL is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. . JOGL provides full access to the APIs in the OpenGL 2.0 specification as well as nearly all vendor extensions, and integrates with the AWT and Swing widget sets. Package: libjogl2-toolkits Description-md5: 77ed47108ef0017c4d0e87d47f46568e Description-en: Toolkits to play with JOGL2 The JOGL project hosts the development version of the Java Bindings for OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL is not the official reference implementation of the JSR, but an evolving workspace; snapshots are taken from this workspace which become the official reference implementations of the JSR. . JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor extensions. It integrates with the AWT and Swing widget sets, as well with custom windowing toolkits using the NativeWindow API. It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. . This package includes JOGL toolkits. Package: libjpeg-turbo-progs Description-md5: dfce6e50364eecf2b131ddecddf04830 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 tjbench: a simple JPEG benchmarking tool Package: libjpeg-turbo-test Description-md5: 1ebb5427395c3fb2a304b46232dff93e Description-en: Program for benchmarking and testing libjpeg-turbo This package contains tjunittest and tjbench. tjunittest tests the basic functionality of the library and data files for performing those tests. tjbench runs some benchmarks. Package: libjs-jquery-file-upload Description-md5: 4a47737a6e62081c7169fb70eef3060d Description-en: file upload widget for jQuery File Upload widget with multiple file selection, drag & drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads. Package: libjsp-api-java Description-md5: df1cc629a7d76da4e0d07351dfec8159 Description-en: JavaServer Pages API JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. Package: libjts-java Description-md5: 9504b3b0776d15039f6db98ab5f3347b Description-en: JTS Topology Suite JTS is a java library which provides: * an implementation of the spatial data model defined in the OGC Simple Features Specification for SQL (SFS) * a complete, consistent, implementation of fundamental 2D spatial algorithms * an explicit precision model, with algorithms that gracefully handle situations that result in dimensional collapse * robust implementations of key computational geometric operations * I/O in Well-Known Text format Package: libjts-java-doc Description-md5: 8965522fe1dbb28f0a199ca7eebe4d25 Description-en: Documentation for the JTS Topology Suite This package includes documentation for programmers: * javadoc for libjts-java * developer's guide * technical specifications Package: libjws-api-java Description-md5: 95e597cd0f2aa393f42a50a8d0afdf82 Description-en: Java EE Web Services Metadata API (JSR 181) This API defines Java annotations to enable easy definition of Java Web Services in a Java EE container. . This API was a standard part of the JDK since Java 6 (the javax.jws package) and was removed in Java 11. Package: libjxgrabkey-java Description-md5: 63b3e882e7ba7ec013a644667af45622 Description-en: X11 hotkey API for java JXGrabKey provides an API to make java programs hotkey aware. . It relies on a jni backend provided by the libjxgrabkey-jni package. Package: libjxgrabkey-jni Description-md5: bd41838ccef2c4df6b438b2b57f4c79b Description-en: X11 hotkey API for java (jni backend) JXGrabKey provides an API to make java programs hotkey aware. . This package holds the architecture dependent jni backend of the java library. Package: libkcmutils4 Description-md5: 0664b9af20b96f1c42e9dc3e04e67da4 Description-en: utility classes for using KCM modules This library provides utility classes for using KCM modules in a KDE application. . This package is part of the KDE Development Platform libraries module. Package: libkde3support4 Description-md5: 991cc7b40c4c49f2141dd24fe02e64be Description-en: KDE 3 Support Library for the KDE 4 Platform The classes here are only for convenience of porting from KDE 3 to KDE 4 Platform. They are not supposed to be used for a long time. You should move on to replacement classes provided by the framework or implement something yourself in the long run. . This package is part of the KDE Development Platform libraries module. Package: libkdeclarative5 Description-md5: 68aa12fd756ea17a2040ffb30a42f8ac Description-en: declarative library for plasma This library provides plasma bindings for Qt Quick . This package contains experimental software and should not be used in production environment . This package is part of the KDE Development Platform libraries module. Package: libkdecore5 Description-md5: 63b72d99622f0f39483e2857c12b1ce7 Description-en: KDE Platform Core Library All KDE Applications use this library to provide basic functionality such as the configuration system, IPC, internationalization and locale support, site-independent access to the filesystem and a large number of other (but no less important) things. The classes in this library does not require linkage to QtGui or any other library that requires a graphical interface. . This package is part of the KDE Development Platform libraries module. Package: libkdesu5 Description-md5: b0a8912323d2acc159aee09909172425 Description-en: Console-mode Authentication Library for the KDE Platform This library provides functionality for building GUI front ends for (password asking) console mode programs. For example, kdesu and kdessh use it to interface with su and ssh respectively. . This package is part of the KDE Development Platform libraries module. Package: libkdeui5 Description-md5: dd888935d1059e0ffd266016dcabd53c Description-en: KDE Platform User Interface Library This library provides standard user interface elements for use in KDE Applications. If your KDE Application has a GUI, you will almost certainly link to this library. . A spell-checker functionality is also provided. Sonnet offers easy access to International ISpell or ASpell as well as a spell-checker GUI ("Add", "Replace", etc.). . This package is part of the KDE Development Platform libraries module. Package: libkdewebkit5 Description-md5: 37f74b24ea041b93eceb237236a38db3 Description-en: KDE WebKit Library This library provides KDE integration of the QtWebKit library. . This package is part of the KDE Development Platform libraries module. Package: libkdnssd4 Description-md5: a67f398f302ac7c437c2db6660c0cb5d Description-en: DNS-SD Protocol Library for the KDE Platform This library is for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure. . This package is part of the KDE Development Platform libraries module. Package: libkemoticons4 Description-md5: cae26d9220ef55bb5d93e6e50aaabbeb Description-en: utility classes to deal with emoticon themes This library provides utility classes to deal with emoticon themes in KDE applications. It provides classes to load emoticon themes from various sources as well as install new themes. . This package is part of the KDE Development Platform libraries module. Package: libkf5config-bin Description-md5: ece6b2bb249c34505390810c75a15816 Description-en: configuration settings framework for Qt KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigCore provides access to the configuration files themselves. It features: . - centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries. - lock-down (kiosk) support. . KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. . This package is part of KDE Frameworks 5. . This package contains runtime files for KConfig. Package: libkf5config-bin-dev Description-md5: 1f39c456a251629278b9118132cc8092 Description-en: configuration settings framework for Qt -- binary package KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigCore provides access to the configuration files themselves. It features: . - centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries. - lock-down (kiosk) support. . KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. . This package is part of KDE Frameworks 5. . This package contains the binary files for the libkf5config-dev package. Package: libkf5config-data Description-md5: 5811c7b0e7669a775eb56f66fea1207f Description-en: configuration settings framework for Qt KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigCore provides access to the configuration files themselves. It features: . - centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries. - lock-down (kiosk) support. . KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. . This package is part of KDE Frameworks 5. . This package contains the translations. Package: libkf5config-dev Description-md5: aa8de003e187a24093cac03ccf62dae4 Description-en: configuration settings framework for Qt KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigCore provides access to the configuration files themselves. It features: . - centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries. - lock-down (kiosk) support. . KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. . This package is part of KDE Frameworks 5. . This package contains the development files. Package: libkf5configcore5 Description-md5: da44edf60238e91a7fa96d0c86129643 Description-en: configuration settings framework for Qt KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigCore provides access to the configuration files themselves. It features: . - centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries. - lock-down (kiosk) support. . This package is part of KDE Frameworks 5. . This package contains KConfigCore. Package: libkf5configgui5 Description-md5: f2f8f5de8205d01387c551e559b576e9 Description-en: configuration settings framework for Qt KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. . This package is part of KDE Frameworks 5. . This package contains KConfigGui. Package: libkfile4 Description-md5: ca6120f48cf645c62bd18c493fa976ce Description-en: File Selection Dialog Library for KDE Platform This library provides the file selection dialog and its components. . This package is part of the KDE Development Platform libraries module. Package: libkhtml5 Description-md5: 6fdc11e326da0a1bd495dcdc96640c27 Description-en: KHTML Web Content Rendering Engine This library provides the component based on the KDE parts framework that can be used to embed a fully-fledged HTML browser widget in any KDE Application. This library uses the KHTML Web Content Rendering Engine to rendering. . This package is part of the KDE Development Platform libraries module. Package: libkidletime4 Description-md5: 5eb21e2d5fd8b18292c2b04164cbd62f Description-en: library to provide information about idle time This library contains a class that allows applications to watch for user activity or inactivity. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity. . This package is part of the KDE Development Platform libraries module. Package: libkimproxy4 Description-md5: 68e45e2a7240f7aa539c55fa9670181b Description-en: Instant Messaging Interface Library for the KDE Platform This library provides an easy-to-use interface to any instant messengers or chat programs that implement KIMIface. . This package is part of the KDE Development Platform libraries module. Package: libkio5 Description-md5: f9d64e3dda3bf4c061b02623b14ed159 Description-en: Network-enabled File Management Library for the KDE Platform This library implements almost all the file management functions you will ever need. In fact, the KDE file manager, Konqueror also uses this to provide its network-enabled file management. This library also implements the KDE file selector widget. . This package is part of the KDE Development Platform libraries module. Package: libkjsapi4 Description-md5: ef5d36e5444d0736d01d3dc877117014 Description-en: KJS API Library for the KDE Development Platform This library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript. . This package is part of the KDE Development Platform libraries module. Package: libkjsembed4 Description-md5: 7d592f95900bcda9ed863557c464d5cf Description-en: library for binding JavaScript objects to QObjects This library provides a method of binding JavaScript objects to QObjects, so you can script your applications. It also provides an interface for running embedded Javascript. . This package is part of the KDE Development Platform libraries module. Package: libkmediaplayer4 Description-md5: 41939bc408f0c531de5f851dcf989514 Description-en: KMediaPlayer Interface for the KDE Platform KMediaPlayer provides an API for re-usable media player components. The main class (KMediaPlayer::Player) provides all the necessary media player operations, with an optional GUI to control them. . This package is part of the KDE Development Platform libraries module. Package: libknewstuff2-4 Description-md5: 3b60147847daf44fbccfb1a682258447 Description-en: "Get Hot New Stuff" v2 Library for the KDE Platform The KNewStuff2 ("Get Hot New Stuff" v2) library adds data sharing capabilities to KDE Applications. Technically, it implements the GHNS and DXS specifications. The library consists of three parts: the data management core and GHNS protocol implementation, the DXS web service handler, and the user interface classes like dialogs and buttons. . This package is part of the KDE Development Platform libraries module. Package: libknewstuff3-4 Description-md5: f38a1ea642d10041b05d41abd81c1721 Description-en: "Get Hot New Stuff" v3 Library for the KDE Platform The KNewStuff3 ("Get Hot New Stuff" v3) library adds data sharing capabilities to the KDE Applications. It uses libattica to access Open Collaboration Services providers. In addition the static XML from GHNS is supported. . This package is part of the KDE Development Platform libraries module. Package: libknotifyconfig4 Description-md5: 92a159564b8bead16419278ef73c0269 Description-en: library for configuring KDE Notifications This library provides a common interface for the configuration of the KDE Notifications (KNotify) for each KDE Application (e.g. "Configuration Notification" dialog). . This package is part of the KDE Development Platform libraries module. Package: libkntlm4 Description-md5: a4c2aefaa45147ea6933464366053951 Description-en: NTLM Authentication Library for the KDE Platform This library is useful for creating the authentication structures which can be used for various servers which implement NTLM type authentication. A comprehensive description of the NTLM authentication protocol can be found at http://davenport.sourceforge.net/ntlm.html . The library also provides subroutines to create the LanManager and NT (MD4) hashes of a password. . This package is part of the KDE Development Platform libraries module. Package: libkparts4 Description-md5: 98c676da683b1bb14ce3b6e59252a0bb Description-en: Framework for the KDE Platform Graphical Components This library implements the framework for reusable KDE components (kparts), which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). . This package is part of the KDE Development Platform libraries module. Package: libkprintutils4 Description-md5: fd3d73f26788fb553bf5c5fc82981d77 Description-en: utility classes to deal with printing This library is meant to provide utility classes for using printing features in KDE applications. Currently it only provides a print preview dialog. . This package is part of the KDE Development Platform libraries module. Package: libkpty4 Description-md5: 88650c0f22bb7f0ec349c0b6cf39f941 Description-en: Pseudo Terminal Library for the KDE Platform This library provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using a pty. . This package is part of the KDE Development Platform libraries module. Package: libkrosscore4 Description-md5: 36901388f1fca67e2a2b0d8491d66b2a Description-en: Kross Core Library Kross is a scripting bridge for the KDE Development Platform used to embed scripting functionality into an application. Kross provides an abstract API to provide scripting functionality in a interpreter-independent way. The application that uses Kross should not need to know anything about the scripting language being used. . The core of Kross provides the framework to deal transparently with interpreter-backends and offers abstract functionality to deal with scripts. . This package is part of the KDE Development Platform libraries module. Package: libkrossui4 Description-md5: 299663dd13172b62a97dba0a445d9342 Description-en: Kross UI Library Kross is a scripting bridge for the KDE Development Platform used to embed scripting functionality into an application. Kross provides an abstract API to provide scripting functionality in a interpreter-independent way. The application that uses Kross should not need to know anything about the scripting language being used. . The UI library of Kross provides the Kross KParts plugin and other classes aimed towards Kross integration with the KDE graphical applications. . This package is part of the KDE Development Platform libraries module. Package: libktexteditor4 Description-md5: 2d8e60170c0b920dc40b14f799eaf14b Description-en: KTextEditor interfaces for the KDE Platform This package provides the KTextEditor interfaces (also called KTE interfaces) that are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). . This package is part of the KDE Development Platform libraries module. Package: libkunitconversion4 Description-md5: 91a05964633d6a1c1f5defa1a0da11cb Description-en: Unit Conversion library for the KDE Platform The kunitconversion library can help KDE 4 applications in doing conversions of values in different measure units. . Currently, it can provide conversions for the following unit categories: * currency * density * energy * fuel efficiency * length * mass * power * pressure * temperature * time * velocity * volume . This library is part of the KDE Development Platform libraries module. Package: libkutils4 Description-md5: 694b339a296f5f2257295f8914329086 Description-en: dummy transitional library This library has been split into libkcmutils4, libkprintutils4, libkidletime4 and libkemoticons4. This binary is provided to keep binary compatibility with software that was compiled against it. New software should not link against this library. . This package is part of the KDE Development Platform libraries module. Package: liblaf-plugin-java Description-md5: dadb06e1685bbdcc04380a0761fb172e Description-en: Support for third-party components in Java look-and-feel libraries The goal of this project is to provide a generic plugin framework for look-and-feels and define the interface of a common kind of plugins - the component plugins. Package: liblaf-plugin-java-doc Description-md5: e43557eb04a9fb6d09d554e115502b7c Description-en: Support for third-party components in Java look-and-feel libraries (doc) The goal of this project is to provide a generic plugin framework for look-and-feels and define the interface of a common kind of plugins - the component plugins. . This package contains API documentation (Javadoc) for liblaf-plugin-java. Package: liblaf-widget-java Description-md5: 299e5f68522f2c29b71f596fb85fb55b Description-en: Java widget toolbox for other look-and-feel libraries Laf-Widget project provide support for and base set of additional behaviour and widgets in look-and-feels libraries. . The list of currently provided widgets (from v4) * Auto-completion (model-based / free-text) on editable combo boxes. * Hover preview of minimized internal frames on desktop icons. * Menu search panel on menu bars. * Hover preview of tab in tabbed panes. * Overview dialog on tabbed panes with optional periodic refresh. * Tab paging on tabbed panes. * Password strength checker on password fields. * Lock border on non-editable text components and model editable combobox. * Select all text in text component on focus gain. * Context menu on text components with edit actions (copy / paste / cut ...). * Enhanced drag-and-drop support for trees. * Scroll pane selector. * Selecting / deselecting in text components on Escape key press. . Laf-Widget is used by substance look-and-feel since 3.0 Package: liblaf-widget-java-doc Description-md5: 0ae5267d3611fef0ece425f7ecb71408 Description-en: Java widget toolbox for look-and-feel libraries - documentation Laf-Widget project provide support for and base set of additional behaviour and widgets in look-and-feels libraries. . The list of currently provided widgets (from v4) * Auto-completion (model-based / free-text) on editable combo boxes. * Hover preview of minimized internal frames on desktop icons. * Menu search panel on menu bars. * Hover preview of tab in tabbed panes. * Overview dialog on tabbed panes with optional periodic refresh. * Tab paging on tabbed panes. * Password strength checker on password fields. * Lock border on non-editable text components and model editable combobox. * Select all text in text component on focus gain. * Context menu on text components with edit actions (copy / paste / cut .... * Enhanced drag-and-drop support for trees. * Scroll pane selector. * Selecting / deselecting in text components on Escape key press. . Laf-Widget is used by substance look-and-feel since 3.0 . This package contains API documentation (Javadoc) for liblaf-widget-java. Package: liblogback-java Description-md5: c911f2163fbb79f27f505654b1afb151 Description-en: flexible logging library for Java Logback is a reliable, generic, fast and flexible logging library for Java. It's intended as a successor to the popular log4j project. . The logback-core module lays the groundwork for the other two modules. . The logback-classic module can be assimilated to a significantly improved version of log4j. Moreover, logback-classic natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging systems such as log4j or java.util.logging (JUL). . The logback-access module integrates with Servlet containers, such as Tomcat and Jetty, to provide HTTP-access log functionality. Package: liblogback-java-doc Description-md5: a9f205d99e0b78d90bd373c6e30966a6 Description-en: flexible logging library for Java - documentation Logback is a reliable, generic, fast and flexible logging library for Java. It's intended as a successor to the popular log4j project. . The logback-core module lays the groundwork for the other two modules. . The logback-classic module can be assimilated to a significantly improved version of log4j. Moreover, logback-classic natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging systems such as log4j or java.util.logging (JUL). . The logback-access module integrates with Servlet containers, such as Tomcat and Jetty, to provide HTTP-access log functionality. . This package provides the API documentation and manual for Logback. 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: liblsan0-amd64-cross Description-md5: fd77936d8cda7d6af8bc33d6f395c678 Description-en: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-dbg-amd64-cross Description-md5: 542bbc8ec886b845fc7ef771c238206f Description-en: LeakSanitizer -- a memory leak detector (debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-dbg-arm64-cross Description-md5: 542bbc8ec886b845fc7ef771c238206f Description-en: LeakSanitizer -- a memory leak detector (debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-dbg-ppc64-cross Description-md5: 542bbc8ec886b845fc7ef771c238206f Description-en: LeakSanitizer -- a memory leak detector (debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-dbg-ppc64el-cross Description-md5: 542bbc8ec886b845fc7ef771c238206f Description-en: LeakSanitizer -- a memory leak detector (debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-ppc64-cross Description-md5: fd77936d8cda7d6af8bc33d6f395c678 Description-en: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblucene3-contrib-java Description-md5: 6e5ba40a7625d39dd8548bb8ccc138ad Description-en: Full-text search engine library for Java - additional libraries Lucene is a full-text search engine for the Java(TM) programming language. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. . This package contains a number of additional (contributed) libraries. Package: liblucene3-java Description-md5: b598142edd97b0840e91c346e12f0c5e Description-en: Full-text search engine library for Java - core library Lucene is a full-text search engine for the Java(TM) programming language. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. . This package contains the Lucene core library. 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: libmail-java Description-md5: da6f1470ea60cee91cb9e2af4b7bee94 Description-en: JavaMail API Reference Implementation The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. . This is the reference implementation of the JavaMail API. It supports SMTP, POP3, IMAP (including Gmail features) and Delivery Status Notifications parsing. Package: libmail-java-doc Description-md5: e348ebb95a6d109f1128caf45eaeff17 Description-en: JavaMail API Reference Implementation (documentation) The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. . This package contains the API documentation of libmail-java. Package: libmapsforge-java Description-md5: 8ea7ae01f8fd829e8a8554614bf9ce15 Description-en: vector map library and writer Mapsforge project uses a compact file format for fast ad-hoc rendering of OpenStreetMap data. It provide tools to compile your own maps with detailed instructions and also precompiled maps. It provides simple boilerplate code to build applications that display OpenStreetMap-based maps. It provides a library to build standalone applications in Java. . Mapsforge maps can be flexibly styled with XML style files. It provide tools & library for POI search and also precompiled POI. Package: libmapsforge-java-doc Description-md5: 1a775b69fe5455a07a37c20eff5474b3 Description-en: vector map library and writer (documentation) Mapsforge project uses a compact file format for fast ad-hoc rendering of OpenStreetMap data. It provide tools to compile your own maps with detailed instructions and also precompiled maps. It provides simple boilerplate code to build applications that display OpenStreetMap-based maps. It provides a library to build standalone applications in Java. . Mapsforge maps can be flexibly styled with XML style files. It provide tools & library for POI search and also precompiled POI. . This package contains the documentation of mapsforge Package: libmariadb-java Description-md5: f57148b7ca2c6af81995e7f4cc432c4b Description-en: Java database driver for MariaDB and MySQL MariaDB Connector/J is a pure Java JDBC 4.2 compatible driver, used to connect applications developed in Java to MariaDB and MySQL databases. Package: libmariadbclient-dev Description-md5: 776b7b1aa4a299f2c7556f506a77f72e Description-en: MariaDB database development files MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes development libraries and header files. Package: libmariadbclient-dev-compat Description-md5: 82560cf87c54d9543ea62a766d147700 Description-en: MariaDB database development files (libmysqlclient compatibility) MariaDB 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 MariaDB are speed, robustness and ease of use. . This package provides a version of libmysqlclient.so to allow packages to link using -lmysqlclient but end up with a link against libmariadbclient instead. This allows packages designed for MySQL to link against MariaDB's client library instead, while still permitting MySQL's client library to co-exist on users' systems. Package: libmariadbclient18 Description-md5: c48685b906f3842ee48fd71db5681868 Description-en: MariaDB database client library MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the client library. Package: libmariadbd-dev Description-md5: f1579889611a2ce406c3c321e37d32d9 Description-en: MariaDB embedded database, development files MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the embedded server library development and header files. Package: libmariadbd18 Description-md5: a85241d1aa0dccaa3ede8bda094b9117 Description-en: MariaDB embedded database, shared library MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes a shared library for embedded MariaDB applications. Package: libmaven-bundle-plugin-java Description-md5: 3db251b06d023214f20f879914c3afd5 Description-en: Maven plugin to handle artifact OSGi metadata Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . This plugin allow you to handle artifact OSGi metadata of your artifact (JAR, WAR). It manage a new type of packaging "bundle" in your POM. . This plugin depends on Felix Bundle Repository and BND for low-level handling of metadata. Package: libmaven-clean-plugin-java Description-md5: 639fc29fea24cf397149809a95684734 Description-en: Maven clean plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the maven clean plugin which is used to remove files generated at build-time in a project's directory. Package: libmaven-compiler-plugin-java Description-md5: e0e234f9ca5fcd0adf64cf5bd521e58b Description-en: Maven Compiler plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . The Compiler Plugin is used to compile the sources of your project. The default compiler is javac and is used to compile Java sources. Package: libmaven-dependency-analyzer-java Description-md5: 2f728058db3209de74f9539a5aaf49f8 Description-en: Maven Dependency Analyzer Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships a shared library for analysing dependencies. Package: libmaven-dependency-plugin-java Description-md5: 3c29c5e1f3f209a76724dd0dc389fc47 Description-en: Maven Dependency Plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This plugin provides dependency manipulation (copy, unpack) and analysis. Package: libmaven-doxia-tools-java Description-md5: 1f96c0869ae811d724b33c6f0d41a772 Description-en: utilities for integrating Doxia in Maven Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This shared component has some utilities that are useful when integrating Doxia in Maven, mainly for site generation and report creation. Package: libmaven-doxia-tools-java-doc Description-md5: d7b73dcf0f883f2ec9f1215d8af53c3c Description-en: Documentation for Maven Doxia Integration Tools Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package contains the API documentation of libmaven-doxia-tools-java. Package: libmaven-enforcer-plugin-java Description-md5: c0d090850f16fffc77c7f0d0b89503c8 Description-en: Maven build rule execution framework Enforcer is a Maven build rule execution framework. Maven Enforcer Plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more standard rules: * alwaysPass - Always passes... used to test plugin configuration. * alwaysFail - Always fail... used to test plugin configuration. * bannedDependencies - enforces that excluded dependencies aren't included. * evaluateBeanshell - evaluates a beanshell script. * requireReleaseDeps - enforces that no snapshots are included as dependencies. * requireReleaseVersion - enforces that the artifact is not a snapshot. * requireMavenVersion - enforces the Maven version. * requireJavaVersion - enforces the JDK version. * requireOS - enforces the OS / CPU Archictecture. * requirePluginVersions - enforces that all plugins have a specified version. * requireProperty - enforces the existence and values of properties. * requireFilesDontExist - enforces that the list of files do not exist. * requireFilesExist - enforces that the list of files do exist. * requireFilesSize - enforces that the list of files exist and are within a certain size range. Custom rules are easy to make with the maven-enforcer-rule-api. Package: libmaven-jar-plugin-java Description-md5: 72e5d9f9ec980a750be8dd071ff6576c Description-en: Maven Jar Plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This plugin provides the capability to build and sign jars. Package: libmaven-javadoc-plugin-java Description-md5: 70c0543dcc6effb9a18d9d11b0f52b8b Description-en: Maven Javadoc Plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . The Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. Package: libmaven-jaxb2-plugin-java Description-md5: 9993014ba27a3754bceab37bf1111cf5 Description-en: Maven JAXB 2.x Plugin Project Maven2 plugin for JAXB 2.x XJC compiler to generate Java sources from XML Schemas. Package: libmaven-parent-java Description-md5: 0f4128bd2a4f9ba0e4a83f9b539e763f Description-en: Maven metadata for Apache Maven itself Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . This package contains the metadata (POM file) used by Maven during the build of Maven itself and related projects. Package: libmaven-plugin-testing-java Description-md5: b84a3d1b76b0423f13f103778be0a77f Description-en: Maven Plugin Testing Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the necessary modules to be able to test Maven Plugins. Package: libmaven-plugin-tools-java Description-md5: 0c6c3c21cdb2866207ee7ed03967a57e Description-en: Maven Plugin Tools Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships some basic POM tools. Package: libmaven-processor-plugin-java Description-md5: c1c1150726cef6ac365c1582b3bca9b0 Description-en: Maven plugin to process annotations for Java 6 at compile time The Maven processor plugin helps to use from Maven the new annotation processing provided by Java 6 integrated in the Java compiler. This plugin could be considered the 'alter ego' of the Maven apt plugin. Package: libmaven-resolver-java Description-md5: edaa553990cf545d9368136d4688ef6e Description-en: Library to handle Java artifact repositories Apache Maven Artifact Resolver is a library for working with artifact repositories and dependency resolution. Maven Artifact Resolver deals with the specification of local repository, remote repository, developer workspaces, artifact transports and artifact resolution. Package: libmaven-resolver-transport-http-java Description-md5: 9ead610d3acd350162a6e699972c9a52 Description-en: Library to handle Java artifact repositories (HTTP transport) Apache Maven Artifact Resolver is a library for working with artifact repositories and dependency resolution. Maven Artifact Resolver deals with the specification of local repository, remote repository, developer workspaces, artifact transports and artifact resolution. . This package contains the maven-resolver-transport-http module. Package: libmaven-resources-plugin-java Description-md5: e7cc6fef7fc280ca1b11542ba8e1c198 Description-en: Maven resources plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . The Resources Plugin handles the copying of project resources to the output directory. Package: libmaven-shade-plugin-java Description-md5: d74a4ccc7ba5c603eb34e5b37309303b Description-en: Maven shade plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the Maven shade plugin which is used to build an Uber-JAR from the current project, including dependencies. Package: libmaven-shared-utils-java Description-md5: 8fa2d1eba2915564dd11957b446b8c4e Description-en: Replacement for plexus-utils in Maven This project aims to be a functional replacement for plexus-utils in Maven. . It is not a 100% API compatible replacement though, but a replacement with improvements: lots of methods got cleaned up, generics got added and a lot of unused code was dropped. Package: libmaven-shared-utils-java-doc Description-md5: 47784c83c53b621de9a5a13ce22be475 Description-en: Replacement for plexus-utils in Maven (documentation) This project aims to be a functional replacement for plexus-utils in Maven. . It is not a 100% API compatible replacement though, but a replacement with improvements: lots of methods got cleaned up, generics got added and a lot of unused code was dropped. . This package contains the API documentation of libmaven-shared-utils-java. Package: libmaven3-core-java Description-md5: 41295c849c119074f62a8c0591bc9fe6 Description-en: Core libraries for Maven 3 Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package contains the core libraries for Maven 3. Package: libmavibot-java Description-md5: ab8411a81f568d9380be371ec6ecefac Description-en: Apache Mavibot - MVCC BTree Java Implementation Mavibot is a Multi Version Concurrency Control (MVCC) BTree in Java. It is expected to be a replacement for JDBM (The current backend for the Apache Directory Server), but could be a good fit for any other project in need of a Java MVCC BTree implementation. Package: libmckoisqldb-java Description-md5: b49ef12c1532b1c7e170f1e0c33240b9 Description-en: Mckoi SQL Database (MckoiSQLDB) A full SQL database system with JDBC driver that can be embedded in a Java application or operate as a stand-alone server with clients connecting via TCP/IP. Package: libmckoisqldb-java-doc Description-md5: 392702ac6706fa6bde79afd7e1895806 Description-en: Documentation for Mckoi SQL Database (MckoiSQLDB) A full SQL database system with JDBC driver that can be embedded in a Java application or operate as a stand-alone server with clients connecting via TCP/IP. . This package contains the API documentation of libmckoisqldb-java. Package: libmediainfo-dev Description-md5: 4c2245062ea2caf1c7a7453a3bf0062b Description-en: library reading metadata from media files -- headers MediaInfo is a library used for retrieving technical information and other metadata about audio or video files. . A non-exhaustive list of the information MediaInfo can retrieve from media files include: - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters . MediaInfo supports the following formats: - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... . This package contains the headers and other development support files needed for compiling and linking applications and libraries which use this library. Package: libmediainfo-doc Description-md5: a09164a8756db0b41db83d61a332cfe4 Description-en: library for reading metadata from media files -- documentation MediaInfo is a library used for retrieving technical information and other metadata about audio or video files. . A non-exhaustive list of the information MediaInfo can retrieve from media files include: - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters . MediaInfo supports the following formats: - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... . This package contains the Doxygen generated API reference for developing applications/libraries using this library. Package: libmediainfo0v5 Description-md5: 0d9ada95eeeb12fd1b1f4680f75efd55 Description-en: library for reading metadata from media files -- shared library MediaInfo is a library used for retrieving technical information and other metadata about audio or video files. . A non-exhaustive list of the information MediaInfo can retrieve from media files include: - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters . MediaInfo supports the following formats: - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... . This package contains the shared library needed for running applications which use this library. Package: libmetro-policy-java Description-md5: 2f73950b6619a394db883dafcd74825f Description-en: WS-Policy implementation in Java Metro Policy is the WS-Policy implementation for the Metro Web Services stack. . WS-Policy is a specification that allows web services to use XML to advertise their policies (on security, quality of service, etc.) and for web service consumers to specify their policy requirements. Package: libmimepull-java Description-md5: 84b425dcdbc2d53186444553f5288473 Description-en: Pull API for parsing MIME messages Mimepull provides a streaming API to access attachments parts in a MIME message. Package: libmockito-java Description-md5: 0ac7d720808d8c696b626cda053fa6c3 Description-en: mocking framework for Java Mockito is a mocking library which lets you write tests with a clean and simple API. . It generates mocks using reflection, it records all mock invocations, including methods arguments. Package: libmojo-executor-java Description-md5: 51e7a511b27f7cb184f07a6843ed369c Description-en: Maven Mojo Executor The Mojo Executor provides a way to execute other Mojos (plugins) within a Maven plugin, allowing one to easily create Maven plugins that are composed of other plugins. Package: libmongodb-java Description-md5: 52a11228eee9abf4d87d93775e661a4b Description-en: MongoDB Java Driver Debian package for the official MongoDB Java Driver providing both synchronous and asynchronous interaction with MongoDB. Powering the drivers is a new driver core and BSON library. . Features . BSON Library A standalone BSON library, with a new Codec infrastructure that you can use to build high-performance encoders and decoders without requiring an intermediate Map instance. . MongoDB Driver An updated Java driver that includes the legacy API as well as a new generic MongoCollection interface that complies with a new cross-driver CRUD specification. . MongoDB Async Driver A new asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking IO. . Core driver The MongoDB Driver and Async Driver are both built on top of a new core library, which anyone can use to build alternative or experimental high-level APIs. Package: libmosquitto-dev Description-md5: 77f13d7f36f026908d01deaf5f721f63 Description-en: MQTT version 3.1/3.1.1 client library, development files This is the header and man page for the libmosquitto1 C library, which is a library for implementing MQTT version 3.1/3.1.1 clients. This package is needed to do development with libmosquitto1. Package: libmosquitto1 Description-md5: aa1339699afbcdacc4101eb90d55fb9d Description-en: MQTT version 3.1/3.1.1 client library This is a C library for implementing MQTT version 3.1/3.1.1 clients. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Package: libmosquitto1-dbg Description-md5: 29805cb97e42f02219ddc81ae354b132 Description-en: debugging symbols for libmosquitto binaries This package contains debugging files used to investigate problems with the binaries provided by the libmosquitto1 package. Package: libmosquittopp-dev Description-md5: c5f9bbcc930cd67ad24072907bcd3b2a Description-en: MQTT version 3.1 client C++ library, development files This is the header and man page for the libmosquittopp1 C++ library, which is a library for implementing MQTT version 3.1 clients. This package is needed to do development with libmosquittopp1. Package: libmosquittopp1 Description-md5: a9508265e274f2645a900da51b393215 Description-en: MQTT version 3.1/3.1.1 client C++ library This is a C++ library for implementing MQTT version 3.1/3.1.1 clients. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Package: libmosquittopp1-dbg Description-md5: 93ab39bfaa11e9b509631de7eeda9edd Description-en: debugging symbols for libmosquittopp binaries This package contains debugging files used to investigate problems with the binaries provided by the libmosquittopp1 package. Package: libmpx2-amd64-cross Description-md5: 068b37fc53b1ed6a5ce5c0b46ead8728 Description-en: Intel memory protection extensions (runtime) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: libmpx2-dbg-amd64-cross Description-md5: 3a1bc98a578060323f606916da38cc8d Description-en: Intel memory protection extensions (debug symbols) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: libmpx2-dbg-i386-cross Description-md5: 3a1bc98a578060323f606916da38cc8d Description-en: Intel memory protection extensions (debug symbols) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: libmpx2-i386-cross Description-md5: 068b37fc53b1ed6a5ce5c0b46ead8728 Description-en: Intel memory protection extensions (runtime) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: libmsv-java Description-md5: b093f492f833d72e71ea36d946a51555 Description-en: Sun multi-schema XML validator The Sun Multi-Schema XML Validator is a Java tool to validate XML documents against several kinds of XML schemata. It supports DTD, RELAX Namespace, RELAX Core, RELAX NG, TREX, and a subset of W3C XML Schema Part 1. . It features both a command line utility that can read XML documents and validate them against a schema and a library that can be incorporated in a Java program. Package: libmysofa-dev Description-md5: aa2f9d2fa062666616e95b168ab4b1f1 Description-en: library to read HRTFs stored in the AES69-2015 SOFA format - development files libmysofa is a light weight C-library intended to read SOFA (Spatially Oriented Format for Acoustics) files for spatial rendering. It hardly has any library dependencies and is suitable for embedded devices. . It reads SOFA files and checks whether the data complies to the "SimpleFreeFieldHRIR" conventions. In addition, it provides functions to look-up and interpolate the filters for a given orientation and to normalize the HRTFs (Head-Related Transfer Functions) to a reference level. . This package contains the files necessary to compile applications using libmysofa. Package: libmysofa-utils Description-md5: cd8553dd8d9bf82cad3bb16a9abc6127 Description-en: library to read HRTFs stored in the AES69-2015 SOFA format - utilities libmysofa is a light weight C-library intended to read SOFA (Spatially Oriented Format for Acoustics) files for spatial rendering. It hardly has any library dependencies and is suitable for embedded devices. . It reads SOFA files and checks whether the data complies to the "SimpleFreeFieldHRIR" conventions. In addition, it provides functions to look-up and interpolate the filters for a given orientation and to normalize the HRTFs (Head-Related Transfer Functions) to a reference level. . This package contains the mysofa2json utility. Package: libmysofa0 Description-md5: 22541e7c07a54d434b83ace1302c4215 Description-en: library to read HRTFs stored in the AES69-2015 SOFA format libmysofa is a light weight C-library intended to read SOFA (Spatially Oriented Format for Acoustics) files for spatial rendering. It hardly has any library dependencies and is suitable for embedded devices. . It reads SOFA files and checks whether the data complies to the "SimpleFreeFieldHRIR" conventions. In addition, it provides functions to look-up and interpolate the filters for a given orientation and to normalize the HRTFs (Head-Related Transfer Functions) to a reference level. . This package contains the shared objects necessary to run an application using libmysofa. Package: libn32atomic1-dbg-mips-cross Description-md5: 8154059632073165573756db4aa3beee Description-en: support library providing __atomic built-in functions (n32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-dbg-mips64-cross Description-md5: 8154059632073165573756db4aa3beee Description-en: support library providing __atomic built-in functions (n32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-dbg-mips64el-cross Description-md5: 8154059632073165573756db4aa3beee Description-en: support library providing __atomic built-in functions (n32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-dbg-mipsel-cross Description-md5: 8154059632073165573756db4aa3beee Description-en: support library providing __atomic built-in functions (n32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mips-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mips64-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mips64el-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mipsel-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32gcc-7-dev-mips-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-7-dev-mips64-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-7-dev-mips64el-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-7-dev-mipsel-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-8-dev-mips-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-8-dev-mips64-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-8-dev-mips64el-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-8-dev-mipsel-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc1-dbg-mips-cross Description-md5: e7655f9ff6efd04d48defe8f30f54d25 Description-en: GCC support library (debug symbols) (mips) Debug symbols for the GCC support library. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32gcc1-dbg-mips64-cross Description-md5: 00edfc3961ee4d229c01f5a8957e647c Description-en: GCC support library (debug symbols) (mips64) Debug symbols for the GCC support library. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32gcc1-dbg-mips64el-cross Description-md5: 8528b9b598a0022db536a9e490b4ce3d Description-en: GCC support library (debug symbols) (mips64el) Debug symbols for the GCC support library. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32gcc1-dbg-mipsel-cross Description-md5: 3930f51efe424b6fe751fef09a12b1ae Description-en: GCC support library (debug symbols) (mipsel) Debug symbols for the GCC support library. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32gcc1-mips-cross Description-md5: e4cdd3a4afa37f05dd7d913a7af82447 Description-en: GCC support library (mips) (n32) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32gcc1-mips64-cross Description-md5: 3a5fd2cbfc2abe897c43c2f2d930968a Description-en: GCC support library (mips64) (n32) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32gcc1-mips64el-cross Description-md5: 805d07dcb41287d352c8c58eef76a32a Description-en: GCC support library (mips64el) (n32) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32gcc1-mipsel-cross Description-md5: 41d5d2f2b2e6a8fed0f70cba80bb07c3 Description-en: GCC support library (mipsel) (n32) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32gfortran-7-dev-mips-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-7-dev-mips64-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-7-dev-mips64el-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-7-dev-mipsel-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-8-dev-mips-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-8-dev-mips64-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-8-dev-mips64el-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-8-dev-mipsel-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran4-dbg-mips-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-dbg-mips64-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-dbg-mips64el-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-dbg-mipsel-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-mips-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-mips64-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-mips64el-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-mipsel-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-dbg-mips-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-dbg-mips64-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-dbg-mips64el-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-dbg-mipsel-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mips-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mips64-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mips64el-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mipsel-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32go11-dbg-mips-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go11-dbg-mips64-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go11-dbg-mips64el-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go11-dbg-mipsel-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go11-mips-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go11-mips64-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go11-mips64el-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go11-mipsel-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go13-dbg-mips-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go13-dbg-mips64-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go13-dbg-mips64el-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go13-dbg-mipsel-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go13-mips-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go13-mips64-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go13-mips64el-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go13-mipsel-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32gomp1-dbg-mips-cross Description-md5: a19933981d8f900166aa55fc4eab7ac1 Description-en: GCC OpenMP (GOMP) support library (n32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libn32gomp1-dbg-mips64-cross Description-md5: a19933981d8f900166aa55fc4eab7ac1 Description-en: GCC OpenMP (GOMP) support library (n32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libn32gomp1-dbg-mips64el-cross Description-md5: a19933981d8f900166aa55fc4eab7ac1 Description-en: GCC OpenMP (GOMP) support library (n32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libn32gomp1-dbg-mipsel-cross Description-md5: a19933981d8f900166aa55fc4eab7ac1 Description-en: GCC OpenMP (GOMP) support library (n32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libn32gomp1-mips-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mips64-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mips64el-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mipsel-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32objc-7-dev-mips-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-7-dev-mips64-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-7-dev-mips64el-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-7-dev-mipsel-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-8-dev-mips-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-8-dev-mips64-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-8-dev-mips64el-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-8-dev-mipsel-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc4-dbg-mips-cross Description-md5: d092980afd5e02d4ae4c02a48face332 Description-en: Runtime library for GNU Objective-C applications (n32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-dbg-mips64-cross Description-md5: d092980afd5e02d4ae4c02a48face332 Description-en: Runtime library for GNU Objective-C applications (n32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-dbg-mips64el-cross Description-md5: d092980afd5e02d4ae4c02a48face332 Description-en: Runtime library for GNU Objective-C applications (n32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-dbg-mipsel-cross Description-md5: d092980afd5e02d4ae4c02a48face332 Description-en: Runtime library for GNU Objective-C applications (n32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mips-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mips64-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mips64el-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mipsel-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32stdc++-7-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32stdc++-7-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32stdc++-7-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32stdc++-7-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32stdc++-8-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32stdc++-8-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32stdc++-8-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32stdc++-8-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32stdc++6-7-dbg-mips-cross Description-md5: 824c580ff9804d836bb9332f4dcd52fc Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32stdc++6-7-dbg-mips64-cross Description-md5: 020b84d9070de2daed4b46979e30ac48 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32stdc++6-7-dbg-mips64el-cross Description-md5: 0418a6fd92b44527a12215323ef2fd4d Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32stdc++6-7-dbg-mipsel-cross Description-md5: ec75a8ebc6ba0d5bcf6eb0f8f49e0409 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32stdc++6-8-dbg-mips-cross Description-md5: d53b6c6a23a234022ee287686204ff97 Description-en: GNU Standard C++ Library v3 (debugging files) (mips) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32stdc++6-8-dbg-mips64-cross Description-md5: 05b4420f7dd0feed47074260de76ea9b Description-en: GNU Standard C++ Library v3 (debugging files) (mips64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32stdc++6-8-dbg-mips64el-cross Description-md5: a71afc06e715fd5d500600e43d2af8ce Description-en: GNU Standard C++ Library v3 (debugging files) (mips64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32stdc++6-8-dbg-mipsel-cross Description-md5: a09f9efaf327da3ae3b60df1e10edf94 Description-en: GNU Standard C++ Library v3 (debugging files) (mipsel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32stdc++6-mips-cross Description-md5: 7f38395510354f79c1484dbe8592233e Description-en: GNU Standard C++ Library v3 (mips) (n32) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32stdc++6-mips64-cross Description-md5: 5564fd4d0364c2f89d205d701d25caec Description-en: GNU Standard C++ Library v3 (mips64) (n32) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32stdc++6-mips64el-cross Description-md5: 66c3f64757d6455a2c91e61a3addc743 Description-en: GNU Standard C++ Library v3 (mips64el) (n32) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32stdc++6-mipsel-cross Description-md5: 8ac4361d8e776b0b81d001834537042a Description-en: GNU Standard C++ Library v3 (mipsel) (n32) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libnb-absolutelayout-java Description-md5: f28eef7772e2a33feff0822e537d93db Description-en: Java LayoutManager to allow placement in absolute positions This library is part of the Netbeans platform and provides an implementation of the java.awt.LayoutManager interface. This implementation allows you to position components by their absolute position. Package: libnb-apisupport3-java Description-md5: 07a41369ac0ec99c6e596c6cb0c56e99 Description-en: Common NetBeans Platform Development Related Libraries for NetBeans The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package contains common libraries for development of NetBeans Platform modular extensions. Package: libnb-ide14-java Description-md5: fbf9319c98e91bc3773aa8716596954d Description-en: Common Integrated Development Environment Libraries for NetBeans The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package contains independent libraries for use in the NetBeans IDE. Package: libnb-java5-java Description-md5: 07019d6d08996ffae458d436ff0d3327 Description-en: Common Java Related Libraries for NetBeans The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package contains common libraries for the NetBeans Java IDE. Package: libnb-javaparser-java Description-md5: cf2595601aa456f02b4a23c0402b0afe Description-en: Parser for the Java language which is good for use in tools NetBeans parser for Java is patched version of the Java compiler. The patches are necessary for making the compiler usable in tools. They contain things like improved error recovery, performance improvements etc. . Please notice that the NetBeans Java parser is intended solely for use in development tools and can not and should not be used as a Java compiler. It does not produce class files. If you want to compile Java source code use the javac compiler included in JDK releases. Package: libnb-org-openide-modules-java Description-md5: b6500a729dfef7d0fc0c3e10a740e61b Description-en: Utility classes for modules from the NetBeans Platform The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package provides some utility functions for managing NetBeans modules. Package: libnb-org-openide-util-java Description-md5: 3ff487bf2a6284fe032419bb77136087 Description-en: Utility classes from the NetBeans Platform The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package provides some utility functions used by the modules that make up the platform. Package: libnb-org-openide-util-lookup-java Description-md5: e4fe9aebd1eba14a5e713de7d1d939d1 Description-en: Utility lookup classes from the NetBeans Platform The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package provides some utility functions for lookups and is used by the modules that make up the platform. Package: libnb-platform-devel-java Description-md5: 3295d82a0d20977cd6b3d096f0408be0 Description-en: Build harness for NetBeans Platform The NetBeans Platform is a framework for building rich desktop applications in Java. It provides the code that is required to connect actions to menu items, toolbar items, keyboard shortcuts and more. It is the core of the NetBeans IDE. . This package contains the NetBeans Platform Harness containing the build scripts and ant tasks required to build an application on top of NetBeans Platform. Package: libnb-platform18-java Description-md5: 9c5fb88cced5a31fb01a6f43ce65c2b1 Description-en: NetBeans Platform for building rich desktop applications in Java The NetBeans Platform is a framework for building rich desktop applications in Java. It provides the code that is required to connect actions to menu items, toolbar items, keyboard shortcuts and more. It is the core of the NetBeans IDE. . This package provides the platform itself. Package: libnetx-java Description-md5: 65d842b6c094ca98620389032b82eef6 Description-en: An open-source JNLP client Netx is a high-quality implementation of the Java Network Launching Protocol (JNLP). It downloads code over the network for applications and applets, caches it, and runs it in a secure environment. . General Features of netx and JNLP: * Quality: Highest quality open-source JNLP client. * Modular: Easily add JNLP capabilities to any applications. * Security: Run code in a sandbox or log its activities. * Small Size: Loads from a ~130K JAR file. * Auto-Update: No special code needed to auto-update apps. * Fast startup: Runs code from a cache for fast starting. * Saves Memory: Supports running apps in a shared JVM. * No Browser: Runs apps and applets without a browser. * Web Based: No installers needed to deploy an application Package: libnginx-mod-http-auth-pam Description-md5: f5d57dbf0c65acd242b1a0560e3e3bfd Description-en: PAM authentication module for Nginx The nginx_http_auth_pam module enables authentication using PAM. . The module uses PAM as a backend for simple http authentication. It also allows setting the pam service name to allow more fine grained control. Package: libnginx-mod-http-cache-purge Description-md5: 398ab43d3187cbe8c5005bbdf7b75662 Description-en: Purge content from Nginx caches Cache Purge module adds purging capabilities to Nginx. It allows purging content from caches used by all of Nginx proxy modules, like FastCGI, Proxy, SCGI and uWSGI. Package: libnginx-mod-http-dav-ext Description-md5: 2690910ae7bd132adb0173b9b23604dc Description-en: WebDAV missing commands support for Nginx WebDAV Ext module complements the Nginx WebDAV module to provide a full WebDAV support. . WebDAV Ext provides the missing PROPFIND & OPTIONS methods. Package: libnginx-mod-http-echo Description-md5: abf85fee1f5ab07e15ef30313071a5b7 Description-en: Bring echo and more shell style goodies to Nginx Echo module wraps lots of Nginx internal APIs for streaming input and output, parallel/sequential subrequests, timers and sleeping, as well as various meta data accessing. . Basically it provides various utilities that help testing and debugging of other modules by trivially emulating different kinds of faked subrequest locations. . People will also find it useful in real-world applications that need to: . 1. Serve static contents directly from memory. 2. Wrap the upstream response with custom header and footer (kinda like the addition module but with contents read directly from the config file and Nginx variables). 3. Merge contents of various "Nginx locations" (i.e., subrequests) together in a single main request (using echo_location and its friends). Package: libnginx-mod-http-fancyindex Description-md5: 6258d67cce31732f8e890750dae6ebf2 Description-en: Fancy indexes module for the Nginx The Fancy Index module makes possible the generation of file listings, like the built-in autoindex module does, but adding a touch of style by introducing ways to customize the result. Package: libnginx-mod-http-headers-more-filter Description-md5: 92b32d38fc0fbbbb77340cc1cd063a62 Description-en: Set and clear input and output headers for Nginx The Headers More module allows you to add, set, or clear any output or input header that you specify. . This is an enhanced version of the standard headers module because it provides more utilities like resetting or clearing "builtin headers" like Content-Type, Content-Length, and Server. Package: libnginx-mod-http-lua Description-md5: 3809630833b46400f90da24b2a051f5c Description-en: Lua module for Nginx Embed Lua runtime into nginx. . This module embeds Lua, via the standard Lua 5.1 interpreter or LuaJIT 2.0/2.1, into Nginx and by leveraging Nginx's subrequests, allows the integration of the powerful Lua threads (Lua coroutines) into the Nginx event model. Package: libnginx-mod-http-ndk Description-md5: bb02698c2bb350fa8b6c2dddcabc6895 Description-en: Nginx Development Kit module The NDK is an Nginx module that is designed to extend the core functionality of the excellent Nginx webserver in a way that can be used as a basis of other Nginx modules. . It has functions and macros to deal with generic tasks that don't currently have generic code as part of the core distribution. The NDK itself adds few features that are seen from a user's point of view - it's just designed to help reduce the code that Nginx module developers need to write. Package: libnginx-mod-http-perl Description-md5: e53a1df1937247757c6e3b6896311998 Description-en: Perl module for Nginx Embed Perl runtime into nginx. . The ngx_http_perl module is used to implement location and variable handlers in Perl and insert Perl calls into SSI. . Note that this module is marked experimental. Package: libnginx-mod-http-subs-filter Description-md5: d31b147dc61028d8b021b2300c575b74 Description-en: Substitution filter module for Nginx Subsitution Nginx module can do both regular expression and fixed string substitutions on response bodies. The module is quite different from Nginx's native Substitution module. It scans the output chains buffer and matches string line by line, just like Apache's mod_substitute. Package: libnginx-mod-http-uploadprogress Description-md5: 488a4ddc35482d27784766b871e61d3a Description-en: Upload progress system for Nginx Upload progress module is an implementation of an upload progress system, that monitors RFC1867 POST uploads as they are transmitted to upstream servers. . It works by tracking the uploads proxied by Nginx to upstream servers without analysing the uploaded content and offers a web API to report upload progress in Javscript, Json or any other format. Package: libnginx-mod-http-upstream-fair Description-md5: e1780a80134775b6bb0a8cbe12e76218 Description-en: Nginx Upstream Fair Proxy Load Balancer The Nginx fair proxy balancer enhances the standard round-robin load balancer provided with Nginx so that it tracks busy backend servers and adjusts balancing accordingly. Package: libnginx-mod-nchan Description-md5: d6ec98083d8ecb11ff9c5cd125dedf07 Description-en: Fast, flexible pub/sub server for Nginx Nchan is a scalable, flexible pub/sub server for the modern web, It can be configured as a standalone server, or as a shim between your application and tens, thousands, or millions of live subscribers. It can buffer messages in memory, on-disk, or via Redis. All connections are handled asynchronously and distributed among any number of worker processes. It can also scale to many nginx server instances with Redis. . Full documentation available at https://nchan.slact.net Package: libnginx-mod-rtmp Description-md5: 21c88e68945f219c2a8efff37ad9e624 Description-en: RTMP support for Nginx The nginx RTMP module is a fully-featured streaming solution implemented in nginx. . It provides the following features: - Live streaming with RTMP, HLS and MPEG-DASH; - RTMP Video on Demand from local or HTTP sources; - Stream relay support via a push or pull model; - Integrated stream recording; - and more. Package: libnss-libvirt Description-md5: c60dcdc9c0b9957d6ec6d1db8cbe0ad5 Description-en: nss plugin providing IP add ress resolution for virtual machines 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 nss plugin for IP address resolution of libvirt managed virtual machines. Package: libnss-mymachines Description-md5: 588342105e1fdd6ff74c093651cb80cc Description-en: nss module to resolve hostnames for local container instances nss-mymachines is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing hostname resolution for local containers that are registered with systemd-machined.service(8). The container names are resolved to IP addresses of the specific container, ordered by their scope. . Installing this package automatically adds mymachines to /etc/nsswitch.conf. Package: libnss-resolve Description-md5: fa2bc74d218dfae9ad286df8f31fa19f Description-en: nss module to resolve names via systemd-resolved nss-resolve is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing DNS and LLMNR resolution to programs via the systemd-resolved daemon (provided in the systemd package). . Installing this package automatically adds resolve to /etc/nsswitch.conf. 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: libobantoo-java Description-md5: 00e10d517903d7c356c06a4c9f956bd3 Description-en: OBanToo is a Java library with banking tools A library of tools for German online banking implementing SEPA, IBAN/BIC, DETAUS and QIF. Package: libobjc-7-dev-alpha-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-amd64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-arm64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-armel-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-armhf-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-hppa-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-i386-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-m68k-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-mips-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-mips64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-mips64el-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-mipsel-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-powerpc-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-powerpcspe-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-ppc64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-ppc64el-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-riscv64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-s390x-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-sh4-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-sparc64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-x32-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-alpha-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-amd64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-arm64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-armel-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-armhf-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-hppa-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-i386-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-m68k-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-mips-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-mips64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-mips64el-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-mipsel-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-powerpc-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-powerpcspe-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-ppc64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-ppc64el-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-riscv64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-s390x-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-sh4-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-sparc64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-x32-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc4-alpha-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-amd64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-arm64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-armel-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-armhf-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-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: libobjc4-dbg-alpha-cross 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: libobjc4-dbg-amd64-cross 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: libobjc4-dbg-arm64-cross 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: libobjc4-dbg-armel-cross 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: libobjc4-dbg-armhf-cross 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: libobjc4-dbg-hppa-cross 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: libobjc4-dbg-i386-cross 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: libobjc4-dbg-m68k-cross 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: libobjc4-dbg-mips-cross 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: libobjc4-dbg-mips64-cross 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: libobjc4-dbg-mips64el-cross 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: libobjc4-dbg-mipsel-cross 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: libobjc4-dbg-powerpc-cross 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: libobjc4-dbg-powerpcspe-cross 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: libobjc4-dbg-ppc64-cross 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: libobjc4-dbg-ppc64el-cross 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: libobjc4-dbg-riscv64-cross 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: libobjc4-dbg-s390x-cross 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: libobjc4-dbg-sh4-cross 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: libobjc4-dbg-sparc64-cross 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: libobjc4-dbg-x32-cross 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: libobjc4-hppa-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-i386-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-m68k-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips64el-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mipsel-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-powerpc-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-powerpcspe-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-ppc64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-ppc64el-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-riscv64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-s390x-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-sh4-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-sparc64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-x32-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjenesis-java Description-md5: 41a22df421c52c7dab71183e98808e36 Description-en: Java library to instantiate a new object of a particular class Objenesis is a small Java library that serves one purpose: to instantiate a new object of a particular class. Java already supports this dynamic instantiation of classes using Class.newInstance(). However, this only works if the class has an appropriate constructor. There are many times when a class cannot be instantiated this way, such as when the class contains: * Constructors that require arguments. * Constructors that have side effects. * Constructors that throw exceptions. As a result, it is common to see restrictions in libraries stating that classes must require a default constructor. Objenesis aims to overcomes these restrictions by bypassing the constructor on object instantiation. Package: libobjenesis-java-doc Description-md5: c6beba7c9739f156f5e52206464afa6d Description-en: Documentation for Objenesis Objenesis is a small Java library that serves one purpose: to instantiate a new object of a particular class. Java already supports this dynamic instantiation of classes using Class.newInstance(). However, this only works if the class has an appropriate constructor. There are many times when a class cannot be instantiated this way, such as when the class contains: * Constructors that require arguments. * Constructors that have side effects. * Constructors that throw exceptions. As a result, it is common to see restrictions in libraries stating that classes must require a default constructor. Objenesis aims to overcomes these restrictions by bypassing the constructor on object instantiation. . This is the API documentation for Objenesis Package: libopencv-calib3d-dev Description-md5: 171b4d33c67e010ee96d90488ef6e745 Description-en: development files for libopencv-calib3d3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Camera Calibration library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-calib3d3.2 Description-md5: 90b6483109ee9ac13cb0398eafec9088 Description-en: computer vision Camera Calibration library This package contains the OpenCV (Open Computer Vision) Camera Calibration runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-contrib-dev Description-md5: 2ee7055108155a1377cf084429c4b5fb Description-en: development files for libopencv-contrib3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) contrib library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-contrib3.2 Description-md5: 5b2f1e4e2353ae29e8ac0f74269eeaa6 Description-en: computer vision contrlib library This package contains the OpenCV (Open Computer Vision) opencv_contrib runtime libraries. This package contain following contrlib libraries: . - aruco - bgsegm - bioinspired - ccalib - dnn - dpm - fuzzy - hdf - line_descriptor - optflow - plot - reg - saliency - stereo - structured_light - rgbd - surface_matching - tracking - datasets - text - face - ximgproc - xobjdetect - xphoto . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-core-dev Description-md5: 147e8397be9135649b97526a1cbcc8c2 Description-en: development files for libopencv-core3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) core. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-core3.2 Description-md5: 8292a7f05662b9e9cf3408ffc2f8e61f Description-en: computer vision core library This package contains the OpenCV (Open Computer Vision) core runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-dev Description-md5: f9dc67381f1013c39fe59842c79cbddf Description-en: development files for opencv This is a metapackage providing development package necessary for development of OpenCV (Open Computer Vision). . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-features2d-dev Description-md5: 50a92ae4d23c1d3375fd0696bf2c2e72 Description-en: development files for libopencv-features2d3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Feature Detection and Descriptor Extraction library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-features2d3.2 Description-md5: 122b12bbf961eda4e13f729263851b16 Description-en: computer vision Feature Detection and Descriptor Extraction library This package contains the OpenCV (Open Computer Vision) Feature Detection and Descriptor Extraction runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-flann-dev Description-md5: 220ff885f1a4d56756162744459bb984 Description-en: development files for libopencv-flann3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Clustering and Search in Multi-Dimensional spaces library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-flann3.2 Description-md5: b0dfaeb42797c690e89719d4e38be30c Description-en: computer vision Clustering and Search in Multi-Dimensional spaces library This package contains the OpenCV (Open Computer Vision) clustering and search in Multi-Dimensional spaces runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-highgui-dev Description-md5: db778e49dd80527ec984a488b1f7a203 Description-en: development files for libopencv-highgui3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) High-level GUI and Media I/O library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-highgui3.2 Description-md5: 4f2ee9c2e44d09b28cce1cc8726b50f0 Description-en: computer vision High-level GUI and Media I/O library This package contains the OpenCV (Open Computer Vision) High-level GUI and Media I/O runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-imgcodecs-dev Description-md5: 3d10ae174d487806ca0b8d29e95f30ff Description-en: development files for libopencv-imgcodecs3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Image Codecs library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-imgcodecs3.2 Description-md5: a60db0058ca6d4545c6dee49271993ff Description-en: computer vision Image Codecs library This package contains the OpenCV (Open Computer Vision) Image Codecs runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-imgproc-dev Description-md5: c95e3a88f7a0ab24a45177e510ef025c Description-en: development files for libopencv-imgproc3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Image Processing library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-imgproc3.2 Description-md5: 98d7deaad1f7fb1315ad11b8d946c391 Description-en: computer vision Image Processing library This package contains the OpenCV (Open Computer Vision) Image Processing runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-ml-dev Description-md5: e9b5937578478d8af6dbdee623593a11 Description-en: development files for libopencv-ml3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Machine Learning library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-ml3.2 Description-md5: 59ba4a6fa1005775468fe2df9151c0bb Description-en: computer vision Machine Learning library This package contains the OpenCV (Open Computer Vision) Machine Learning runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-objdetect-dev Description-md5: 0f80957f4649be65683afb6b806724ef Description-en: development files for libopencv-objdetect3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Object Detection library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-objdetect3.2 Description-md5: 9a77ab897ba11a70615d3e366bf512ad Description-en: computer vision Object Detection library This package contains the OpenCV (Open Computer Vision) Object Detection runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-photo-dev Description-md5: dcdebd2471a9fe430425baabc3cf75cd Description-en: development files for libopencv-photo3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) computational photography library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-photo3.2 Description-md5: c096ada5b24714a93c563c0c9324da3b Description-en: computer vision computational photography library This package contains the OpenCV (Open Computer Vision) computational photography runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-shape-dev Description-md5: f352095211ae1762483e5bd74ed2322e Description-en: development files for libopencv-shape3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) shape descriptors and matchers library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-shape3.2 Description-md5: 29f59ebec864aa3692b3bfeb6fe9c8d7 Description-en: computer vision shape descriptors and matchers library This package contains the OpenCV (Open Computer Vision) shape descriptors and matchers runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-stitching-dev Description-md5: be8aebf2efcee15fefcd3e963f6e48d2 Description-en: development files for libopencv-stitching3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) image stitching library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-stitching3.2 Description-md5: ac8bc208181de694f4af969d67121211 Description-en: computer vision image stitching library This package contains the OpenCV (Open Computer Vision) image stitching runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-superres-dev Description-md5: bb8d2a6d4a7ae06e9e6e94f7fdb1fe62 Description-en: development files for libopencv-superres3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Super Resolution library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-superres3.2 Description-md5: d6c05e870423afcb1e1ba16cdd7f3b6b Description-en: computer vision Super Resolution library This package contains the OpenCV (Open Computer Vision) Super Resolution runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-ts-dev Description-md5: 2ee7e05aea9726c855c282797194db90 Description-en: development files for TS library of OpenCV (Open Computer Vision) This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) TS library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-video-dev Description-md5: da30a645ab906492808780c14b22eac4 Description-en: development files for libopencv-video3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Video analysis library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-video3.2 Description-md5: bd7405911f1732d24e276b0fe9a79d56 Description-en: computer vision Video analysis library This package contains the OpenCV (Open Computer Vision) Video analysis runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-videoio-dev Description-md5: c73e6b039958f575623b7b15a30b11f3 Description-en: development files for libopencv-videoio3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Video I/O library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-videoio3.2 Description-md5: 9423a6c92ac81c419de450fdcf11b5f3 Description-en: computer vision Video I/O library This package contains the OpenCV (Open Computer Vision) Video I/O runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-videostab-dev Description-md5: 944d87f4020be5372c1a85a241cc2e56 Description-en: development files for libopencv-videostab3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) video stabilization library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-videostab3.2 Description-md5: efea3ad388a51f61b9510a64b37f2ec2 Description-en: computer vision video stabilization library This package contains the OpenCV (Open Computer Vision) video stabilization runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-viz-dev Description-md5: 2e0d3041e572124f6529fb2cfcd817c3 Description-en: development files for libopencv-viz3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) 3D data visualization library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-viz3.2 Description-md5: d65227bfb9f1bec6ce226d96bdf9fd6b Description-en: computer vision 3D data visualization library This package contains the OpenCV (Open Computer Vision) 3D data visualization runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv3.2-java Description-md5: 3ec3c157401d8e95562d4ddb20dd6782 Description-en: Java bindings for the computer vision library This package contains Java bindings for the OpenCV (Open Computer Vision) library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv3.2-jni Description-md5: 3e8bfd86bff143c280bb78e8c95073c6 Description-en: Java jni library for the computer vision library This package contains Java jni library for the OpenCV (Open Computer Vision) library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopenhft-chronicle-bytes-java Description-md5: c46e4c262fce979adf2f913e24a1e4f9 Description-en: OpenHFT byte buffer library Chronicle Bytes has a similar purpose to Java NIO's ByteBuffer with some extensions. It's build on Chronicle Core's direct memory and OS system call access and contains all the low level memory access wrappers. The API supports: * 64-bit sizes * UTF-8 and ISO-8859-1 encoded strings. * thread safe off heap memory operations. * deterministic release of resources via reference counting. * compressed data types such as stop bit encoding. * elastic ByteBuffer wrappers which resize as required. * parsing text and writing text directly to off heap bytes. Package: libopenhft-chronicle-core-java Description-md5: 74840cf1219e9a1ae2b2bb55fea8dd6e Description-en: OpenHFT core library Chronicle Core wraps up low level access to: * Off Heap Memory Access * JVM Access Methods * OS Calls * Resource Reference Counting * Object Pools * Class Local Caching * Maths Functions for casting types, rounding double, faster hashing. * Serializable Lambdas * Histogram A high performance wide range histogram. Package: libopenhft-chronicle-threads-java Description-md5: 1600a2074fe9ad47a404606edb11c4fe Description-en: OpenHFT thread pool library Chronicle Threads provides a high performance thread pool. This thread pool is designed to share blocking, monitoring and busy waiting threads. Busy waiting tasks can be prioritised for HIGH, MEDIUM, DAEMON (low priority) as well as TIMER (fixed rate events) tasks in a single thread without creating garbage. Package: libopenhft-lang-java Description-md5: e74a92d57655722d61e5bdb810fefb07 Description-en: High Performance Java library for High Frequency Trading This library provides marshalling, de-marshalling and handling of thread safe off heap memory through ByteBuffers. It is designed to be largely GC-less such that millions of entries with 32 MB heap can be queued without triggering the garbage collector. Package: libopenjfx-java Description-md5: 238d2eecdf8319dd2b316de08d5badf5 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (Java libraries) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the Java libraries only, installing it won't add the JavaFX classes to the default classpath automatically. The integration with the JRE is provided by the openjfx package. Package: libopenjfx-java-doc Description-md5: ac88b714fc6ab003feed1a3c9d501728 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (Javadoc) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the API documentation for libopenjfx-java. Package: libopenjfx-jni Description-md5: aee76293940d3c485509232524f9f5e1 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (native libraries) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the native libraries for libopenjfx-java. Package: libopenjp2-7 Description-md5: bebeaaa50dd1a5685a0f67da93d3ac4b Description-en: JPEG 2000 image compression/decompression library OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . This package contains the runtime files for openjpeg 2.x Package: libopenjp2-7-dev Description-md5: b3467bb9ada27076b0852a6582c60027 Description-en: development files for OpenJPEG, a JPEG 2000 image library OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . This package contains the development files for openjpeg 2.x Package: libopenjp2-tools Description-md5: f29e7484a0cd49077edc02dc570a9a4b Description-en: command-line tools using the JPEG 2000 library This package provides with command-line tools allowing for conversions between several formats and also provides tools for encoding and decoding motion-jpeg2000 video formats: . - opj_decompress: decodes j2k, jp2, and jpt files to pgm, ppm, pnm, pgx, and bmp. - opj_compress: encodes pnm, pgm, pgx, bmp, and ppm files to j2k, and jp2. - opj_dump: dump information contains in j2k and jp2. - index_create: create jp2 with JPIP index file from a j2k file. - frames_to_mj2: convert YUV video streams to mj2 format. - mj2_to_frames: convert mj2 video streams to YUV format. - wrap_j2k_in_mj2: wrap j2k codestreams into mj2 format. - extract-j2k-from_mj2: extract j2k codestreams from the mj2 format. Package: libopenjp3d-tools Description-md5: e0fc9988dcb180b945cb436dca0e0df4 Description-en: command-line tools using the JPEG 2000 - 3D library This package provides with command-line tools allowing for conversions between several formats and also provides tools for encoding and decoding jpeg 3D formats: . - opj_jp3d_compress: compress into JP3D volume - opj_jp3d_decompress: decompress JP3D volume Package: libopenjp3d7 Description-md5: c1c1eb9c473a3e0073d77e7f46ee7ed8 Description-en: JP3D (JPEG 2000 / Part 10) image compression/decompression library OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . This is an implementation of the JPEG 2000 (JP3D) volumetric imaging (Part-10) Package: libopenjpa-java Description-md5: c8c70268ca4e9852bb60095769acc32c Description-en: Java Persistence 2.0 API (JPA) implementation library OpenJPA is Apache's implementation of Sun's Java Persistence 2.0 API (JSR-317 JPA 2.0) specification for the transparent persistence of Java objects. . It is an object-relational mapping (ORM) solution for the Java language, which simplifies storing objects in databases. Package: libopenjpip-dec-server Description-md5: 200d1d78759ac8db1c5fffc4421914fa Description-en: tool to allow caching of JPEG 2000 files using JPIP protocol This is client side application for caching remote JPEG 2000 using the JPIP protocol. This command line application needs to run on the client side to allow application such as opj_viewer to view images. Package: libopenjpip-server Description-md5: a1ff98fe57f04dbd0d10223568f211fe Description-en: JPIP server for JPEG 2000 files OpenJPIP software is an implementation of JPEG 2000 Part9: Interactivity tools, APIs and protocols (JPIP). For more info about JPIP, check the website: http://www.jpeg.org/jpeg2000/j2kpart9.html. The current implementation uses some results from the 2KAN project (http://www.2kan.org). . First Version covers: . - JPT-stream (Tile based) and JPP-stream (Precinct based) media types - Session, channels, cache model managements - JPIP over HTTP - Indexing JPEG 2000 files - Embedding XML formatted metadata - Region Of Interest (ROI) requests Package: libopenjpip-viewer Description-md5: 5afa12d72ab835df2e19149b8ff31d51 Description-en: JPEG 2000 java based viewer for advanced remote JPIP access Java based client to view remote JPEG 2000 using JPIP protocol. This is a simple java viewer to allow: . - Scale up request: Enlarge the window - ROI request: Select a region by mouse click and drag, then click inside the red frame of the selected region - Annotate image with ROI information in XML metadata: Click button "Region Of Interest" - Open a new window presenting an aligned image with a locally stored image: Click button "Image Registration" (Under Construction) Package: libopenjpip7 Description-md5: 50cc5e723cb5be57e1d384f85d8d78f9 Description-en: JPEG 2000 Interactive Protocol OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . This is an implementation of the JPEG 2000 Interactive Protocol (Part-9) Package: libostree-1-1 Description-md5: 7f070d279b2cc988d078b2a019548640 Description-en: content-addressed filesystem for operating system binaries (library) libostree is a library for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files and has a content-addressed object store; unlike git, it "checks out" the files using hardlinks into an immutable directory tree. This can be used to provide atomic upgrades with rollback, history and parallel-installation, particularly useful on "fixed purpose" systems such as embedded devices. It is also used by the Flatpak application runtime system. . This package contains the shared library. Package: libostree-dev Description-md5: c22486f6aa7420e21a9ea0a7a63be1ad Description-en: Development files for the libostree library libostree is a library for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files and has a content-addressed object store; unlike git, it "checks out" the files using hardlinks into an immutable directory tree. This can be used to provide atomic upgrades with rollback, history and parallel-installation, particularly useful on "fixed purpose" systems such as embedded devices. It is also used by the Flatpak application runtime system. . This package contains development headers and the pkg-config file for libostree. Package: libostree-doc Description-md5: 09cc3f7b6e492af7e658d0d0b52eed53 Description-en: Development documentation for the libostree library libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. See the ostree package's description for more details. . This package contains development documentation for libostree. Package: libpam-cgfs Description-md5: cb57c39f06feeaf43987af0884bc76f8 Description-en: PAM module for managing cgroups for LXC Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This provides a Pluggable Authentication Module (PAM) to provide logged-in users with a set of cgroups which they can administer. This allows for instance unprivileged containers, and session management using cgroup process tracking. Package: libpam-fscrypt Description-md5: f0f1c7381396079980b381bad162b8b7 Description-en: PAM module for Linux filesystem encryption fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. . This PAM module can be used to unlock one or more directories upon user login and then lock those directories when the user ends their session. Package: libpam-kwallet-common Description-md5: 198c662b2e6788430c5a2ce28b1e88b4 Description-en: KWallet integration with PAM (common files) The KDE Wallet system provides a secure way to store passwords and other secret information, allowing the user to remember only a single KDE Wallet password instead of numerous different passwords and credentials. . This package provides a the common files needed by the KDE 4 and Kf5 version of the PAM integration. Package: libpam-kwallet4 Description-md5: 6374062cefc202f32ae07f87ea413a0e Description-en: KWallet (KDE 4) integration with PAM The KDE Wallet system provides a secure way to store passwords and other secret information, allowing the user to remember only a single KDE Wallet password instead of numerous different passwords and credentials. . This package provides a simple PAM integration for KWallet, so you can log in to open a KWallet. Package: libpam-kwallet5 Description-md5: e2da5cb13d0ff39ed9c448ad58e0c7e5 Description-en: KWallet (Kf5) integration with PAM The KDE Wallet system provides a secure way to store passwords and other secret information, allowing the user to remember only a single KDE Wallet password instead of numerous different passwords and credentials. . This package provides a simple PAM integration for KWallet, so you can log in to open a KWallet. Package: libpango1.0-0 Description-md5: 8954b5cee22eb0cefe3a9bd070046515 Description-en: Layout and rendering of internationalized text (transitional package) 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 is a transitional package. Package: libpdfbox-java Description-md5: d93792cecbea16312212fb8c98f1a182 Description-en: PDF library for Java The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. . This package contains the library itself. Package: libpdfbox-java-doc Description-md5: 533ca944496210643c2e3c5b769c0f75 Description-en: PDF library for Java (documentation) The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. . This package contains the documentation for the library. Package: libpdfbox2-java Description-md5: f9b6e1a97ce4e85fefde2532a63c9e89 Description-en: PDF library for Java The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. . This package contains version 2 of the library which is backwards incompatible. Package: libpdfbox2-java-doc Description-md5: c1efcaf837cb306c0f0dbe4c7738a223 Description-en: PDF library for Java (documentation) The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. . This package contains the documentation for version 2 of the library. Package: libphp-phpmailer Description-md5: 18eaabdfa1cab6ca0bca6b9f5d84461c Description-en: full featured email transfer class for PHP Many PHP developers utilize email in their code. The only PHP function that supports this is the mail() function. However, it does not provide any assistance for making use of popular features such as HTML-based emails and attachments. . Class Features: - Integrated SMTP support - send without a local mail server - Send emails with multiple TOs, CCs, BCCs and REPLY-TOs - Multipart/alternative emails for mail clients that do not read HTML email - Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings - SMTP authentication with LOGIN, PLAIN, NTLM and CRAM-MD5 mechanisms over SSL and TLS transports - Error messages in 47 languages - DKIM and S/MIME signing support Package: libphp7.2-embed Description-md5: 3115334124235da251199a14f5a28c60 Description-en: HTML-embedded scripting language (Embedded SAPI library) This package provides the library /usr/lib/libphp7.2.so which can be used by application developers to embed PHP scripting functionality. . The following extensions are built in: Core date filter hash libxml openssl pcntl pcre Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . WARNING: The embed SAPI is experimental and there's no guarantee that the API/ABI will be kept compatible even between minor releases. You have been warned. Package: libpicocontainer-java Description-md5: b6512ed5df0c09d227cc9625e31951ac Description-en: Java library implementing the Dependency Injection pattern PicoContainer is a highly embeddable full service Inversion of Control (IoC) container for components that honour the Dependency Injection pattern. It can be used as a lightweight alternative to Sun's J2EE patterns for web applications or general solutions. . Despite it being very compact in size, PicoContainer supports different dependency injection types (Constructor, Setter, Annotated Field and Method) and offers multiple lifecycle and monitoring strategies. Package: libpicocontainer-java-doc Description-md5: 1ac21ce199f1ce8ce62732d72a8026f9 Description-en: Java library implementing the Dependency Injection pattern -- docs PicoContainer is a highly embeddable full service Inversion of Control (IoC) container for components that honour the Dependency Injection pattern. . This package contains the Javadoc API documentation for libpicocontainer-java. Package: libplasma3 Description-md5: 069ac695b489886696dab1b47f4363b3 Description-en: Plasma Library for the KDE Platform This package contains the Plasma library. Plasma is one of the key technologies of KDE 4 (also known as the "Pillars of KDE"), and one of the most visible to users. It is the component that is "in charge" of the desktop interface; the desktop, panel (often referred simply as the task bar), and related elements. Plasma aims to change the traditional concepts of the "Desktop", incorporating semantic application elements, and bringing cooperating technologies to the user's fingertips in a way that is visually appealing while easing work flow. . It is part of the KDE Development Platform libraries module. Package: libplexus-io-java Description-md5: 255685e278b935c1cd682eb1695edc57 Description-en: Plexus IO Components Plexus IO is a set of plexus components, which are designed for use in I/O operations. These I/O operations are doing nothing spectacular. For example, Apache Commons IO is a much more powerful library in the same area. However, the implementation as a plexus component allows reuse in Maven. . The following component groups are currently available: * File Mappers * File Selectors Package: libplexus-languages-java Description-md5: 8e34cbf54dcf8b5a06d7dcf6c8e03913 Description-en: Plexus shared language features Plexus Languages maintains shared language features used by the Plexus components, such as parsing or extracting modules information in various ways for the Java language. Package: libpoppler-qt5-1 Description-md5: 0ac9bcecfcfad7f5e76c5f9836ae7168 Description-en: PDF rendering library (Qt 5 based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the Qt 5 based shared library for applications using the Qt 5 interface to Poppler. Package: libpoppler-qt5-dev Description-md5: 23f42cab8509c36d744da26df5cb855a Description-en: PDF rendering library -- development files (Qt 5 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 5-based Poppler interface. Package: libpostproc-dev Description-md5: 6db719e99d6d383cd3dae3c2fe7581d0 Description-en: FFmpeg library for post processing - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides video post processing. . This package contains the development files. Package: libpostproc54 Description-md5: c6ed7c9917aafdc1ed5ecc1810e6f056 Description-en: FFmpeg library for post processing - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides video post processing. . This package contains the runtime files. Package: libprocyon-java Description-md5: 4fa121651a53397a6c7897a8aa51f9d2 Description-en: Procyon Framework Procyon is a suite of Java metaprogramming tools focused on code generation and analysis. It includes the following libraries: * Core Framework * Reflection Framework * Expressions Framework * Compiler Toolset * Java Decompiler Package: libproperties-maven-plugin-java Description-md5: acee8693861ea937c7d4436898dcc0db Description-en: Maven Plugin to read and write property files from mojo.codehaus.org The Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read and write properties from files. Package: libpython2.7-testsuite Description-md5: ca1ecfb5f297f44ae0729c2b3459e146 Description-en: Testsuite for the Python standard library (v2.7) The complete testsuite for the Python standard library. Note that a subset is found in the libpython2.7-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython2.7-stdlib package). Package: libpython3.7 Description-md5: 41806af1f2efb47f53d9ace13353377c Description-en: Shared Python runtime library (version 3.7) Python is a high-level, interactive, object-oriented language. Its 3.7 version 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.7-dbg Description-md5: 1644b04b4add55ce72b9f767532db8a6 Description-en: Debug Build of the Python Interpreter (version 3.7) The package holds two things: . - Extensions for a Python interpreter configured with --pydebug. - Debug information for standard python extensions. . See the README.debug for more information. Package: libpython3.7-dev Description-md5: f7023a6ff3c2a4cb7e6f2bae1f027f67 Description-en: Header files and a static library for Python (v3.7) Header files, a static library and development tools for building Python (v3.7) modules, extending the Python interpreter or embedding Python (v3.7) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python3.7-dev. Package: libpython3.7-minimal Description-md5: f7d9d1c6fd9b040e3699823d8469f35d Description-en: Minimal subset of the Python language (version 3.7) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python3.7-minimal. Package: libpython3.7-stdlib Description-md5: ee87e9de9e1eb46f3352486b3a98e6ef Description-en: Interactive high-level object-oriented language (standard library, version 3.7) Python is a high-level, interactive, object-oriented language. Its 3.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 3.7's standard library. It is normally not used on its own, but as a dependency of python3.7. Package: libpython3.7-testsuite Description-md5: bcd6932415321d1a391e21c6d7d2b220 Description-en: Testsuite for the Python standard library (v3.7) The complete testsuite for the Python standard library. Note that a subset is found in the libpython3.7-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython3.7-stdlib package). Package: libqt5sql5-ibase Description-md5: 795132c8ae8170c30afb981caa53c8cf Description-en: Qt 5 Firebird database driver This package contains the Firebird plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a Firebird/InterBase DB. Package: libqt5sql5-mysql Description-md5: ef00502b07fd416665becb7a946fa058 Description-en: Qt 5 MySQL database driver This package contains the MySQL plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a MySQL DB. Package: libqt5sql5-odbc Description-md5: 307a8af530b7222b52853293e564167c Description-en: Qt 5 ODBC database driver This package contains the ODBC plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access an ODBC DB. Package: libqt5sql5-psql Description-md5: 26b8a37b36abcc581802bb9591e003d6 Description-en: Qt 5 PostgreSQL database driver This package contains the PostgreSQL plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a PostgreSQL DB. Package: libqt5sql5-tds Description-md5: 98049901ac7df77f69890567ec4a2170 Description-en: Qt 5 FreeTDS database driver This package contains the FreeTDS plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a MS SQL or Sybase SQL server. Package: libquadmath0-amd64-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquadmath0-dbg-amd64-cross Description-md5: 51e0d32e2b63fbbb4bd76acf3872936c Description-en: GCC Quad-Precision Math Library (debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libquadmath0-dbg-i386-cross Description-md5: 51e0d32e2b63fbbb4bd76acf3872936c Description-en: GCC Quad-Precision Math Library (debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libquadmath0-dbg-ppc64el-cross Description-md5: 51e0d32e2b63fbbb4bd76acf3872936c Description-en: GCC Quad-Precision Math Library (debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libquadmath0-dbg-x32-cross Description-md5: 51e0d32e2b63fbbb4bd76acf3872936c Description-en: GCC Quad-Precision Math Library (debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libquadmath0-i386-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquadmath0-ppc64el-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquadmath0-x32-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquartz-java Description-md5: e19cdb50400c888327cada3dd4096723 Description-en: open source job scheduling system Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components or EJBs. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering. Package: libraw-bin Description-md5: 4c913ed132454ab0396aa40ae3b9f9f5 Description-en: raw image decoder library (tools) LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). . This package contains some tools to manipulate RAW files. Package: libreoffice Description-md5: c49664663e903aabb8a5125b910d1fc5 Description-en: office productivity suite (metapackage) 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 It also recommends additional packages (e.g. fonts) in order to match an upstream LibreOffice install as closely as possible. . 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(2|3): Gtk UI Plugin, GNOME File Picker support * libreoffice-gnome: GIO backend * 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 * firefox-esr | thunderbird | firefox: Mozilla profile with Certificates needed for XML Security... * openjdk-9-jre | openjdk-8-jre | openjdk-7-jre | java6-runtime: Java Runtime Environment for use with LibreOffice * pstoedit / imagemagick / ghostscript: helper tools for EPS * gstreamer0.10-plugins-*: GStreamer plugins for use with LibreOffices media backend * libpaper-utils: papersize detection support via paperconf * bluez: Bluetooth support for Impress (slideshow remote control) Package: libreoffice-base Description-md5: 5529fff5c628ca6b70284749063daea4 Description-en: office productivity suite -- database LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database component for LibreOffice. Package: libreoffice-base-drivers Description-md5: ab5cf431c42a6182fdce125ba9b42f14 Description-en: Database connectivity drivers for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database connectivity drivers used by LibreOffices database functionality: - ODBC - JDBC - dBase - Calc - Flat files - MySQL . You can extend this by installing: . * unixodbc: ODBC database support * libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | mdbtools: ODBC drivers for: - MySQL - PostgreSQL - SQLite - MS SQL / Sybase SQL - *.mdb (JET / MS Access) * libmysql-java | libpg-java | libjtds-java: JDBC Drivers for: - MySQL - PostgreSQL - MS SQL Server and Sybase * libreoffice-sdbc-hsqldb: embedded HSQLDB SDBC Driver * libreoffice-sdbc-firebird: Firebird SDBC Driver * libreoffice-sdbc-postgresql: PostgreSQL SDBC Driver * libreoffice-mysql-connector: "native" MySQL Connector Package: libreoffice-evolution Description-md5: 7d9a6b62e74d5a806f263ecd0d4bed18 Description-en: office productivity suite -- Evolution addressbook support LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package allows LibreOffice to access Evolution address books. You need to install evolution separately. Package: libreoffice-gtk Description-md5: 141fa0adb63dd7fe3327742625631b5c Description-en: transitional package for LibreOffice gtk2 backend This package used to contain the LibreOffice gtk2 backend. The package has been renamed to libreoffice-gtk2 to distinguish it from the gtk3 backend. You can safely remove this package. Package: libreoffice-gtk2 Description-md5: d448401463698692ed9b1aef1bf1905a Description-en: office productivity suite -- GTK+ 2 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+ 2 and a Gtk/GNOMEish File Picker and print dialog when running under GNOME. Package: libreoffice-kde Description-md5: 17c3ead5491b78f6ed82ba7097b710ef Description-en: transitional package for LibreOffice KDE 4 backend This package used to contain the LibreOffice KDE 4 backend. The package has been renamed to libreoffice-kde4 to distinguish it from the kde5 backend. You can safely remove this package. Package: libreoffice-kde4 Description-md5: f26429e8391e29d044760b3ec5ffb9ea Description-en: office productivity suite -- KDE 4 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 LibreOffices 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 Package: libreoffice-librelogo Description-md5: 71fe1726b20ed521137fe79b55cd374b Description-en: Logo-like progamming language for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains Librelogo, which is a pyuno-based Logo-like progamming language with interactive vectorgraphics for education and DTP - basic Logo syntax for back compatibility with educational Logo systems - interactive vectorgraphics in LibreOffice Writer - native commands (easily translatable) - Python data structures (list, tuple, set, dictionary) and other Python features Package: libreoffice-mysql-connector Description-md5: a911b8b20116e62af2fea609f2117a03 Description-en: MariaDB/MySQL Connector extension for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The MariaDB/MySQL Connector extension allows one to use the MariaDB or MySQL database from LibreOffice without any wrapper layer such as ODBC or JDBC. Package: libreoffice-report-builder Description-md5: 8239ceaa4ebaf25c2b15325d48eb907c Description-en: LibreOffice component for building database reports LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the report builder: "Create with the Sun Report Builder stylish, smart-looking database reports. The flexible report editor can define group and page headers as well as group and page footers and even calculation fields are available to accomplish complex database reports." Package: libreoffice-report-builder-bin Description-md5: 4de9416ad29a7951be39b95f83055e84 Description-en: LibreOffice component for building database reports -- libraries LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains some architecture-dependent support libraries (librpt*.so) for the report builder component. Package: libreoffice-script-provider-bsh Description-md5: 720bef09745ce9eb4902772fb5c437d8 Description-en: BeanShell script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support BeanShell. Package: libreoffice-script-provider-js Description-md5: 41b18315e9be2aaa24a28415b907118e Description-en: JavaScript script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support JavaScript. Package: libreoffice-script-provider-python Description-md5: 019117f2dc708fc6c1179714b81e2076 Description-en: Python script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support Python. Package: libreoffice-sdbc-firebird Description-md5: 4ad372e2554b0f42b39c7e1325d5e6d0 Description-en: Firebird SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Firebird SDBC Driver allows one to use the Firebird database from LibreOffice without any wrapper layer such as ODBC or JDBC. Package: libreoffice-sdbc-hsqldb Description-md5: 54ed9715a25b1dae2ad2d3a9b6838a65 Description-en: HSQLDB SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The HSQLDB SDBC Driver allows one to use the HSQLDB embedded database from LibreOffice without any wrapper layer such as ODBC or JDBC. Package: libreoffice-sdbc-postgresql Description-md5: 06f71158aa78dbe7201679601bd1279b Description-en: PostgreSQL SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The PostgreSQL SDBC Driver allows one to use the PostgreSQL database from LibreOffice without any wrapper layer such as ODBC or JDBC. Package: libreoffice-style-elementary Description-md5: cbc38c7a50e39207b8dfa4ff104c0e71 Description-en: office productivity suite -- Elementary symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "elementary" symbol style. Package: libreoffice-style-hicontrast Description-md5: 07b279fea9dc1f504ef997f9507c51d9 Description-en: office productivity suite -- Hicontrast symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "hicontrast" symbol style, needs to be manually enabled in the LibreOffice option menu. Package: libreoffice-style-human Description-md5: ed94ab0fc9991b77a2b9fda0a3089abb Description-en: transitional package for Human symbol style You can safely remove this package. Package: libreoffice-style-oxygen Description-md5: 87c07a1760d5171f3863d8dc426c52d9 Description-en: office productivity suite -- Oxygen symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "oxygen" symbol style, default style for KDE 4. Package: libreoffice-style-sifr Description-md5: 0fd5516a8dab8f6841c284edea8786d7 Description-en: office productivity suite -- Sifr symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "sifr" symbol style (an adaption of the Gnome symbolic theme), needs to be manually enabled in the LibreOffice option menu. Package: libreoffice-subsequentcheckbase Description-md5: 472ba21116a41f060e278769f9e1684d Description-en: LibreOffice java test libraries LibreOffice subsequentchecks integration test suite Package: libreoffice-systray Description-md5: 052de5c39e1a4358259a10623514b74b Description-en: LibreOffice "Quickstarter" for the desktop notification area LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package provides a "QuickStarter" for the notification area of desktops. Package: libreoffice-wiki-publisher Description-md5: a66aaa282ae4941588a4d314d1ebbf79 Description-en: LibreOffice extension for working with MediaWiki articles 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 create/edit/publish MediaWiki articles with LibreOffice Package: libreoffice-writer2latex Description-md5: 01a36593183c136a4133e917d239c25b Description-en: Writer/Calc to LaTeX converter extension for LibreOffice Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents – in particular documents containing formulas – into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. . This package contains the extension providing writer2latex for LibreOffice. Package: libreoffice-writer2xhtml Description-md5: db68508b3db03d26eca489282f55f27a Description-en: Writer/Calc to XHTML converter extension for LibreOffice Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents – in particular documents containing formulas – into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. . This package contains the extension providing writer2xhtml for LibreOffice. Package: libresteasy3.0-java Description-md5: eff41d4e2ee9ce9df59510a7a4e31f22 Description-en: RESTEasy 3.0 -- Framework for RESTful Web services and Java applications RESTEasy is a JBoss project that provides various frameworks to help you build RESTful Web Services and Java applications. It is a fully certified and portable implementation of the Java API for RESTful Web Services (JAX-RS) specification. JAX-RS is a new Java Community Process (JCP) specification that provides a Java API for RESTful Web Services over the HTTP protocol. . This package provides version 3.0 needed by Dogtag PKI. Package: librngom-java Description-md5: 296a7d897a20320238aeb2f4b5daaef5 Description-en: Java library for parsing RELAX NG grammars RNGOM is an open-source Java library for parsing RELAX NG grammars. . In particular, RNGOM can: * parse the XML syntax * parse the compact syntax * check all the semantic restrictions as specified in the specification * parse RELAX NG into application-defined data structures * build a default data structure based around the binarized simple syntax or another data structure that preserves more of the parsed information * parse foreign elements/attributes in a schema * parse comments in a schema Package: librome-java Description-md5: 2dfdee29029b4198fa7e33a9524e6e39 Description-en: Java library to handle Atom and RSS feeds ROME is an set of open source Java tools for parsing, generating and publishing RSS and Atom feeds. . You can parse to an RSS object model, an Atom object model or an abstract SyndFeed model that can model either family of formats. Package: librsyntaxtextarea-java Description-md5: e7a944bf42a62d761ae4107622d0a17b Description-en: Java library for syntax highlighting text component RSyntaxTextArea extends JTextComponent so it integrates completely with the standard javax.swing.text package. It is fast and efficient, and can be used in any application that needs to edit or view source code. . Some of RSyntaxTextArea's features include: * Syntax highlighting for over 25 programming languages * Find/Replace with standard options * Loading and saving of local or remote files * User-defined macros * Code templates * Unlimited undo/redo * Drag and drop * Edit with multiple fonts simultaneously * Bracket matching * Current line highlighting * Clickable hyperlinks (only certain languages) Package: librsyntaxtextarea-java-doc Description-md5: 33d29d3e871258589bf13ba16d72550c Description-en: Java library for syntax highlighting text component (documentation) RSyntaxTextArea extends JTextComponent so it integrates completely with the standard javax.swing.text package. It is fast and efficient, and can be used in any application that needs to edit or view source code. . Some of RSyntaxTextArea's features include: * Syntax highlighting for over 25 programming languages * Find/Replace with standard options * Loading and saving of local or remote files * User-defined macros * Code templates * Unlimited undo/redo * Drag and drop * Edit with multiple fonts simultaneously * Bracket matching * Current line highlighting * Clickable hyperlinks (only certain languages) . This package contains the API documentation of librsyntaxtextarea-java. Package: libsaaj-java Description-md5: a645b49a8b642a1632cecb62de0fa2c6 Description-en: SOAP with Attachment API for Java The SOAP with Attachments API for Java (SAAJ) provides the API for creating and building SOAP messages. The SAAJ API conforms to the Simple Object Access Protocol (SOAP) 1.1 and 1.2 specifications, and the SOAP with Attachments specification. . The SAAJ API defines the javax.xml.soap package which was integrated to the JRE since Java 6 and was eventually removed in Java 11. Package: libsaaj-ri-java Description-md5: 7e9badbc9734bf36b9391ec693e1d0b8 Description-en: SOAP with Attachments API for Java - Reference Implementation The SOAP with Attachments API for Java (SAAJ) provides the API for creating and sending SOAP messages by means of the javax.xml.soap package. It is used for the SOAP messaging that goes on behind the scenes in JAX-WS, JAX-RPC, and JAXR implementations. SOAP Handlers in JAX-WS use SAAJ APIs to access the SOAP Message. Developers can also use it to write SOAP messaging applications directly instead of using JAX-WS/JAX-RPC. Package: libsambox-java Description-md5: 345b728ae4499d78e82abe7c6958eb30 Description-en: SAMBox PDF processor SAMBox is an Apache PDFBox 2.0.0 fork intended to be used as PDF processor for Sejda and PDFsam related projects. The main differences between PDFBox and SAMBox are: * Lazy loading/parsing of PDF objects * Multiple I/O implementations to read from * Minimized garbage collection through the use of a pool of java.lang.Stringbuilder * PDF streams are read directly from the underlying source through the concept of bounded views * Removal of unused PDFBox features like preflight validator, fdf and digital signature * Documents can be saved using objects stream to store PDF objects Package: libscout Description-md5: 4ff3de339efff7cf4bf389908137f6ab Description-en: Third-party libraries detector for Android apps LibScout is a light-weight and effective static analysis tool to detect third-party libraries in Android apps. The detection is resilient against common bytecode obfuscation techniques such as identifier renaming or code-based obfuscations such as reflection-based API hiding or control-flow randomization. . LibScout requires the original library SDKs (compiled .jar/.aar files) to extract library profiles that can be used for detection on Android apps. . Unique features: . * Library detection resilient against many kinds of bytecode obfuscation. * Capability of pinpointing the exact library version (in some cases to a set of 2-3 candidate versions). * Capability of handling dead-code elimination, by computing a similarity score against baseline SDKs. Package: libscram-java Description-md5: 5e8517df52675983ac63ab559722e1c5 Description-en: Salted Challenge Response Authentication Mechanism SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. It is described as part of RFC 5802 and RFC 7677. . This project aims to provide a complete clean-room implementation of SCRAM. It is written in Java and provided in a modular, re-usable way, independent of other software or programs. Package: libsejda-java Description-md5: 1ff69dcc2706911ea91c9e7d5e2fc163 Description-en: extendible PDF manipulation layer library written in Java Sejda SDK is a task oriented PDF editor SDK library written in Java. It offers a set of "ready to go" manipulations implemented using SAMBox but it is also possible to provide your own implementation using iText, iText 5.x, PDFBox or any other PDF engine and configure Sejda to use it. Package: libservlet-api-java Description-md5: c942588df237a55e3cfaa3baa4bc61cf Description-en: Java Servlet API The Servlet API is the Java platform technology of choice for interacting with the web. Servlets provide a component-based, platform-independent method, for building web-based applications generating dynamic content. Servlets are managed by a container and interact with web clients via a request/response paradigm. Package: libservlet-api-java-doc Description-md5: 06944ab57215b34065b7865853566f12 Description-en: Java Servlet API (documentation) The Servlet API is the Java platform technology of choice for interacting with the web. Servlets provide a component-based, platform-independent method, for building web-based applications generating dynamic content. Servlets are managed by a container and interact with web clients via a request/response paradigm. . This package contains the API documentation of libservlet-api-java. Package: libservlet3.1-java Description-md5: 9bffcb516c5a59b32245d52982d65af1 Description-en: Java Servlet API 3.1 (transitional package) The Servlet API is the Java platform technology of choice for interacting with the web. Servlets provide a component-based, platform-independent method, for building web-based applications generating dynamic content. Servlets are managed by a container and interact with web clients via a request/response paradigm. . This is a transitional package, the other JavaEE packages should be used instead. Package: libservlet3.1-java-doc Description-md5: 15f8023920a24c98dae8f2aea17673fc Description-en: Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the documentation for the Java Servlet and JSP library. Package: libsfasan4-armhf-cross Description-md5: 77c217b098bf047a48eb517165c699da Description-en: AddressSanitizer -- a fast memory error detector (soft float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libsfasan4-dbg-armhf-cross Description-md5: 77d4a6eea0f5c253a472f571d3194a80 Description-en: AddressSanitizer -- a fast memory error detector (soft float ABI debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libsfasan5-armhf-cross Description-md5: 77c217b098bf047a48eb517165c699da Description-en: AddressSanitizer -- a fast memory error detector (soft float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libsfasan5-dbg-armhf-cross Description-md5: 77d4a6eea0f5c253a472f571d3194a80 Description-en: AddressSanitizer -- a fast memory error detector (soft float ABI debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libsfatomic1-armhf-cross Description-md5: 5c3acc5a21acb172bca714a7ede8c293 Description-en: support library providing __atomic built-in functions (soft float ABI) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libsfatomic1-dbg-armhf-cross Description-md5: 947fef41ee58a45dc42280242611aaa4 Description-en: support library providing __atomic built-in functions (soft float ABI debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libsfcilkrts5-armhf-cross Description-md5: 58df00df06d929cd21428792e7221e06 Description-en: Intel Cilk Plus language extensions (soft float ABI) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libsfcilkrts5-dbg-armhf-cross Description-md5: d8b7d238659c182888d6e6fb120484b7 Description-en: Intel Cilk Plus language extensions (soft float ABI debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libsfgcc-7-dev-armhf-cross Description-md5: 0a946370cc1bda3e49c72e1e875c6da8 Description-en: GCC support library (soft float ABI development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libsfgcc-8-dev-armhf-cross Description-md5: 0a946370cc1bda3e49c72e1e875c6da8 Description-en: GCC support library (soft float ABI development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libsfgcc1-armhf-cross Description-md5: 9f1ae6a28d90ffd9dd3d0bc04c2d2cd8 Description-en: GCC support library (armhf) (soft 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. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfgcc1-dbg-armhf-cross Description-md5: 8660e92657443c82a3e1f92f8da39835 Description-en: GCC support library (debug symbols) (armhf) Debug symbols for the GCC support library. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfgfortran-7-dev-armhf-cross Description-md5: 74ea81c9f0670b35ce8cd3205d466b98 Description-en: Runtime library for GNU Fortran applications (soft float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libsfgfortran-8-dev-armhf-cross Description-md5: 74ea81c9f0670b35ce8cd3205d466b98 Description-en: Runtime library for GNU Fortran applications (soft float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libsfgfortran4-armhf-cross Description-md5: 1f1e920680dffda67addfa653d51a350 Description-en: Runtime library for GNU Fortran applications (soft float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libsfgfortran4-dbg-armhf-cross 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: libsfgfortran5-armhf-cross Description-md5: 1f1e920680dffda67addfa653d51a350 Description-en: Runtime library for GNU Fortran applications (soft float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libsfgfortran5-dbg-armhf-cross 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: libsfgomp1-armhf-cross Description-md5: 86f6cc73df5b807fdb91c11e7ccae5e9 Description-en: GCC OpenMP (GOMP) support library (soft float ABI) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libsfgomp1-dbg-armhf-cross Description-md5: 27f08005d51439e95a0fd196e94b5783 Description-en: GCC OpenMP (GOMP) support library (soft float ABI debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libsfgphobos-7-dev-armhf-cross Description-md5: b261bafbd9d93f25840b1fefa62281ad Description-en: Phobos D standard library (soft float ABI development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos-8-dev-armhf-cross Description-md5: b261bafbd9d93f25840b1fefa62281ad Description-en: Phobos D standard library (soft float ABI development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos71-armhf-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos71-dbg-armhf-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos76-armhf-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos76-dbg-armhf-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfobjc-7-dev-armhf-cross Description-md5: a463892c3f00f5e00d2e6faa0c1a8f90 Description-en: Runtime library for GNU Objective-C applications (soft float development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libsfobjc-8-dev-armhf-cross Description-md5: a463892c3f00f5e00d2e6faa0c1a8f90 Description-en: Runtime library for GNU Objective-C applications (soft float development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libsfobjc4-armhf-cross Description-md5: 1979cb3a9b63cfab420a1d89e03104a3 Description-en: Runtime library for GNU Objective-C applications (soft float ABI) Library needed for GNU ObjC applications linked against the shared library. Package: libsfobjc4-dbg-armhf-cross Description-md5: 3897aa5d229ac2295aee1c8bec095781 Description-en: Runtime library for GNU Objective-C applications (soft float ABI debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libsfstdc++-7-dev-armhf-cross Description-md5: 5c94411e364c10e6c08261a0a964d7c8 Description-en: GNU Standard C++ Library v3 (development files) (armhf) 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. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfstdc++-8-dev-armhf-cross Description-md5: 5c94411e364c10e6c08261a0a964d7c8 Description-en: GNU Standard C++ Library v3 (development files) (armhf) 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. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfstdc++6-7-dbg-armhf-cross Description-md5: 030ba6d3ccd105cb8d2f87e2c083cbfc Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfstdc++6-8-dbg-armhf-cross Description-md5: dba19a83477801f5a8ccaac5973ce330 Description-en: GNU Standard C++ Library v3 (debugging files) (armhf) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfstdc++6-armhf-cross Description-md5: cbcdd63090fed9d6de18cfb8ee01882e Description-en: GNU Standard C++ Library v3 (armhf) (soft 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. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfubsan0-armhf-cross Description-md5: 21e3ad59d7b6ceb56cee1f74de7efd95 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libsfubsan0-dbg-armhf-cross Description-md5: 50f67ef7549065b9390e78a483e37af9 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libsfubsan1-armhf-cross Description-md5: 21e3ad59d7b6ceb56cee1f74de7efd95 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libsfubsan1-dbg-armhf-cross Description-md5: 50f67ef7549065b9390e78a483e37af9 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libshiro-java Description-md5: 62642f43d7bbb47f76cecf9c433ab3bd Description-en: Apache Shiro - Java Security Framework Apache Shiro is a powerful and flexible open-source security framework that cleanly handles authentication, authorization, enterprise session management, single sign-on and cryptography services. Package: libsitemesh-java Description-md5: 3d2c90b7ac58bf5bd671cf83d9ceda33 Description-en: web-page layout and decoration framework SiteMesh is framework that aids in creating large sites consisting of many web pages and applications for which a consistent look/feel, navigation and layout scheme is required. . SiteMesh is built with Java servlet, JSP and XML technologies. This makes it ideal for use with Java EE applications, however it can be integrated with server-side web architectures that are not Java based. Package: libsitemesh-java-doc Description-md5: 63c8650112700a21d70e9b5cf89a79b9 Description-en: documentation for libsitemesh-java Documentation for SiteMesh which is a framework that aids in creating large sites consisting of many web pages and applications for which a consistent look/feel, navigation and layout scheme is required. Package: libsmali-java Description-md5: b9788bffc7223dce7f29951f002196d7 Description-en: assembler/disassembler for Android's dex format smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android's Java VM implementation. The syntax is loosely based on Jasmin's/dedexer's syntax and supports the full functionality of the dex format like annotations, debug info and line info. 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: libsolid4 Description-md5: 8c2c3226e5dda352478cce6495d83808 Description-en: Solid Library for KDE Platform Solid is a device integration framework. It provides a way of querying and interacting with hardware independently of the underlying operating system. . This package is part of the KDE Development Platform libraries module. Package: libsolr-java Description-md5: 4dd9dc9432d83c43177b09903e210aa6 Description-en: Enterprise search server based on Lucene - Java libraries Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . This package provides the Java libraries required to support execution of solr. Package: libsox-dev Description-md5: 1795496664ecb4ebe868dbf0c76aeb58 Description-en: Development files for the SoX library SoX is the swiss army knife of sound processing. . This library allow you to convert various formats of computer audio files in to other formats. It also allows you to apply various effects to sound files. . This package contains the development files for the SoX library. Package: libsox-fmt-all Description-md5: 433da23d25d1e75a0272ef414fa2e58a Description-en: All SoX format libraries SoX is the swiss army knife of sound processing. . This is a metapackage depending on all free SoX format libraries. Package: libsox-fmt-alsa Description-md5: 8120e471784ca59326086ba50837fa08 Description-en: SoX alsa format I/O library SoX is the swiss army knife of sound processing. . This package contains the SoX alsa format I/O library. . alsa: https://www.alsa-project.org/main/index.php/Main_Page Package: libsox-fmt-ao Description-md5: 626acb286100ef6209c143332b34cabd Description-en: SoX Libao format I/O library SoX is the swiss army knife of sound processing. . This package contains the SoX Libao format I/O library. . libao: https://xiph.org/ao Package: libsox-fmt-base Description-md5: fc214ce72f54b2e2a1e1106e98cd66ef Description-en: Minimal set of SoX format libraries SoX is the swiss army knife of sound processing. . This package contains most audio formats libraries supported by SoX. Among them: Ogg Vorbis, WAV, AIFF, VOC, SND, AU, GSM, WavPack, LPC10, FLAC, MATLAB/GNU Octave, Portable Voice Format, AMR and Sound Forge Audio Format. Package: libsox-fmt-mp3 Description-md5: 438ef3de4181f1acbf962813dbb125ff Description-en: SoX MP2 and MP3 format library SoX is the swiss army knife of sound processing. . This package contains the SoX MP2 and MP3 format library. Read support by libmad. MP2 and MP3 write support by libtwolame and libmp3lame respectively. . libmad: https://www.underbit.com/products/mad/ lame: https://lame.sourceforge.io Package: libsox-fmt-oss Description-md5: b981fecb01084261f95f8975db7405a5 Description-en: SoX OSS format I/O library SoX is the swiss army knife of sound processing. . This package contains the SoX Open Sound System (OSS) format I/O library. . Open Sound System: http://www.opensound.com/oss.html Package: libsox-fmt-pulse Description-md5: 3f3a17c292ca5183b4b986a5bd679f73 Description-en: SoX PulseAudio format I/O library SoX is the swiss army knife of sound processing. . This package contains the SoX PulseAudio format I/O library. . PulseAudio: https://www.freedesktop.org/wiki/Software/PulseAudio/ Package: libsox3 Description-md5: 011f5899bd270f4751d3d576103dd307 Description-en: SoX library of audio effects and processing SoX is the swiss army knife of sound processing. . This package contains the SoX library which enables to convert various formats of computer audio files in to other formats. It also allows you to apply various effects to sound files. . Any format support requires at least libsox-fmt-base. Sound card I/O requires libsox-fmt-alsa, libsox-fmt-ao, libsox-fmt-oss or libsox-fmt-pulse. Package: libspring-aop-java Description-md5: 14292cd95e8c317bf0afc5f655ce4a82 Description-en: modular Java/J2EE application framework - AOP Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.aop.jar and org.springframework.aspects.jar: Aspect-oriented programming framework. Package: libspring-beans-java Description-md5: 5be5325e7e05542648e0ff28c4a29b82 Description-en: modular Java/J2EE application framework - Beans Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.beans.jar : JavaBeans support and bean container. Package: libspring-context-java Description-md5: 1622010480479903995766eec122b971 Description-en: modular Java/J2EE application framework - Context Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.context.jar : application context, JNDI, JMX, instrumentation, remoting, scripting, scheduling and validation Package: libspring-context-support-java Description-md5: b1ad419dfe31e6f6e35259c2cc5359df Description-en: modular Java/J2EE application framework - Context Support Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.context.support.jar : Quartz scheduling, UI templating, mail and caching Package: libspring-core-java Description-md5: c4823f52d297c685f13e1deb9c4723a9 Description-en: modular Java/J2EE application framework - Core Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.core.jar : Core abstractions and utilities, source-level metadata support. Package: libspring-expression-java Description-md5: 16538e6f9ef0945b679ba7de2b7ffa6e Description-en: modular Java/J2EE application framework - Expression language Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.expression.jar : expression language for manipulating an object at runtime. Package: libspring-instrument-java Description-md5: d3ec7485c1e7ce38c19727fb5756558f Description-en: modular Java/J2EE application framework - Instrumentation Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.instrument.jar and org.springframework.instrument.tomcat.jar: allow load-time weaving (LTW) inject the dependencies at load-time. Package: libspring-jdbc-java Description-md5: 5e2f6de828dc8affc42044b1ef94776c Description-en: modular Java/J2EE application framework - JDBC tools Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide spring-jdbc.jar : Java DataBase Connectivity support. Package: libspring-jms-java Description-md5: c43f864d1a517e6f275d29f82bc1e68c Description-en: modular Java/J2EE application framework - JMS tools Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide spring-jms.jar : Java Message Service 1.0.2/1.1 support. Package: libspring-messaging-java Description-md5: 5e0d9eb7f32955ec86246b5e678f1a9f Description-en: modular Java/J2EE application framework - Messaging tools Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide spring-messaging.jar. Package: libspring-orm-java Description-md5: 8be02d215939d43172e9f11d815aba76 Description-en: modular Java/J2EE application framework - ORM tools Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide spring-orm.jar : JDO support, JPA support, Hibernate support. Package: libspring-oxm-java Description-md5: 7e2904b51ce3aa11d33da4f2a37033a7 Description-en: modular Java/J2EE application framework - Object/XML Mapping Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.oxm.jar : marshaling and unmarshalling for XML with JAXB context and JiBX binding factories. Package: libspring-test-java Description-md5: 7b561121a4705050a8164df0f5395f35 Description-en: modular Java/J2EE application framework - Test helpers Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.test.jar : unit-testing helpers and mock classes. Package: libspring-transaction-java Description-md5: d7798aa2dbf1408961a5eb20839d8150 Description-en: modular Java/J2EE application framework - transaction Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide spring-transaction.jar : transaction infrastructure, JCA support, DAO support. Package: libspring-web-java Description-md5: 92e94b75ac6a676372ee562e8e1eca35 Description-en: modular Java/J2EE application framework - Web Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.web.jar : web application context, multipart resolver, HTTP-based remoting support. Package: libspring-web-portlet-java Description-md5: 183e283ccb55f87c4165b7897f492e02 Description-en: modular Java/J2EE application framework - Portlet MVC Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.web.portlet.jar : integrate JSR 286 and JSR 168 API with Spring. Package: libspring-web-servlet-java Description-md5: b1976f777be57a7e9e3f6bfc8a408d84 Description-en: modular Java/J2EE application framework - Web Portlet Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.web.servlet.jar : framework servlets, web MVC framework, web controllers, web views for JSP, Velocity, Tiles, iText and POI. 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: libstax-ex-java Description-md5: 7329ed197485eb0f6ca75685644dbebc Description-en: Extended StAX API This project develops a few extensions to complement JSR-173 StAX API in the following area. . * Enable parser instance reuse (which is important in the high-performance environment like JAXB and JAX-WS) * Improve the support for reading from non-text XML infoset, such as FastInfoset. * Improve the namespace support. Package: libstax2-api-java Description-md5: 4da95c6001e24c6d3d589da87c807c9c Description-en: Extension to StAX API for parsing XML documents StAX 2 is an extension to StAX (Streaming API for XML), a Java API to read and write XML documents. It adds some features over the original API, such as typed access API and read/write validation (with pluggable validators). Package: libstd-rust-1.25 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.28 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.30 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.31 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.32 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.34 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.35 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.36 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-dev Description-md5: d389d9d21943bf89cfd4a490c38752f2 Description-en: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files necessary to use the standard Rust libraries. Package: libstdc++-7-dev-alpha-cross Description-md5: 7a3cb52d8fde0a0d323427db38057610 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. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++-7-dev-amd64-cross Description-md5: e6e1417a839d49de098dc59e07eba00a 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-armel-cross Description-md5: e0f522effc3ef2c4d0d7345165231788 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. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++-7-dev-hppa-cross Description-md5: 3fb2e1698664a0c762b35cbf6d5b6e8b 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. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++-7-dev-i386-cross Description-md5: f5a0e496c57c3789a1cdc16c960397ad 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-m68k-cross Description-md5: fbd481450dbad832c1831afd5ccd8b75 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. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++-7-dev-mips-cross Description-md5: 5d52cf490003a50a488b640410f4267a 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++-7-dev-mips64-cross Description-md5: 671ec68b398001f5a11e3d20aeeb8fcc 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-mips64el-cross Description-md5: 67596daac5df2140bbe417824fcdd2e9 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++-7-dev-mipsel-cross Description-md5: 2c0512194a823c39b43d4eeb9e5b4fb3 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++-7-dev-powerpcspe-cross Description-md5: 274f842beb619f398aad60c66d68e48c 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. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++-7-dev-ppc64-cross Description-md5: e1d2a1805210b79a82b3dc2162308776 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. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-riscv64-cross Description-md5: 7205ff733d32ad1e61de9f10980a315c 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. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-s390x-cross Description-md5: 516bf3a49f26617ec38f52b083764aa9 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. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++-7-dev-sh4-cross Description-md5: 916afea2652eaddf758f534f6a630c17 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. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-sparc64-cross Description-md5: 3aadfa05e616958c00238c2306682c22 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. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-x32-cross Description-md5: f33dad145250ced6ce9eab1a72bfc564 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-alpha-cross Description-md5: 8f2525d11123f53bdbea17b6217d5378 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. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++-7-pic-amd64-cross Description-md5: 676ffb26362bb6f909d4905ba77a14ea 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-arm64-cross Description-md5: 611d20ee29c509c032b28fae9e52d795 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. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-armel-cross Description-md5: aeea78259f52aeab495f56a0745d03a1 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. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++-7-pic-armhf-cross Description-md5: 96120341cc898e1bc42b64dc99598052 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. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++-7-pic-hppa-cross Description-md5: b8f4b592431c9726c1530ffb46ac8627 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. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++-7-pic-i386-cross Description-md5: 9b9888aac22beac420db734c2641a88e 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-m68k-cross Description-md5: f583dc1b40ebca01b80cab66c4d75256 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. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++-7-pic-mips-cross Description-md5: d20c468960983d2eb108fe4f5bece71b 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++-7-pic-mips64-cross Description-md5: 7cdc37d8f67ce6f3d7eb4f710efd13ce 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-mips64el-cross Description-md5: 349e54a8a2a857b77d91ba6e51b50c04 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++-7-pic-mipsel-cross Description-md5: 340301a0ab913d39d6400b05da826847 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++-7-pic-powerpc-cross Description-md5: 52278cd2ed6e0417a64944533b0d78bf 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. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++-7-pic-powerpcspe-cross Description-md5: f7715bcdd6b4fa8aa107e813ac376f9a 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. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++-7-pic-ppc64-cross Description-md5: 54197695766052d67196c9f409439671 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. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-ppc64el-cross Description-md5: cbcd93fe021f497291c76b83024d9111 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. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++-7-pic-riscv64-cross Description-md5: 62397d2f0988260eb986f532501978b5 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. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-s390x-cross Description-md5: e0aa28ebeb8d0851c6a093e0861284f1 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. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++-7-pic-sh4-cross Description-md5: 9348af267ef171eace1565ff00a1b83f 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. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-sparc64-cross Description-md5: 45754b61876faaf48025b7cf3f9df274 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. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-x32-cross Description-md5: 53f5a9da816dbec0dfbc968ff0740188 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++-8-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++-8-dev-alpha-cross Description-md5: 0e691d175b22e08f5fb4ec06ccfa6661 Description-en: GNU Standard C++ Library v3 (development files) (alpha) 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. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++-8-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-arm64-cross Description-md5: b3cf592d4bba33e3b225bbffa19ad85f Description-en: GNU Standard C++ Library v3 (development files) (arm64) 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. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-armel-cross Description-md5: ab3bbd18acc1427942e370921d69bba6 Description-en: GNU Standard C++ Library v3 (development files) (armel) 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. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++-8-dev-armhf-cross Description-md5: 5c94411e364c10e6c08261a0a964d7c8 Description-en: GNU Standard C++ Library v3 (development files) (armhf) 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. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++-8-dev-hppa-cross Description-md5: 3289c7de723a5f226a78565aee38eb5e Description-en: GNU Standard C++ Library v3 (development files) (hppa) 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. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++-8-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-m68k-cross Description-md5: 0829514fa6f25204a2a56f32093b5496 Description-en: GNU Standard C++ Library v3 (development files) (m68k) 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. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++-8-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++-8-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++-8-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++-8-dev-powerpc-cross Description-md5: 9fad388828b4fa14ecd808a58b88704b Description-en: GNU Standard C++ Library v3 (development files) (powerpc) 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. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++-8-dev-powerpcspe-cross Description-md5: 86d37f0f61110a5cd1165f239ddd3587 Description-en: GNU Standard C++ Library v3 (development files) (powerpcspe) 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. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++-8-dev-ppc64-cross Description-md5: 9ed53ed2eade4c8b1ec98247d3d535f0 Description-en: GNU Standard C++ Library v3 (development files) (ppc64) 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. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-ppc64el-cross Description-md5: 813d263957e8d32c052437fddcfd908e Description-en: GNU Standard C++ Library v3 (development files) (ppc64el) 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. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++-8-dev-riscv64-cross Description-md5: 4ece25cff1ca3aab6c0da4e011b01872 Description-en: GNU Standard C++ Library v3 (development files) (riscv64) 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. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-s390x-cross Description-md5: 2e07343add09b92b671f67aa5b4d02b8 Description-en: GNU Standard C++ Library v3 (development files) (s390x) 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. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++-8-dev-sh4-cross Description-md5: 59250095b2d466277be2eb5637a5a157 Description-en: GNU Standard C++ Library v3 (development files) (sh4) 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. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-sparc64-cross Description-md5: 751105838e19d8219c75e6a4fcad4465 Description-en: GNU Standard C++ Library v3 (development files) (sparc64) 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. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++-8-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++-8-pic-alpha-cross Description-md5: b02119c56e48ba28d32a337719642f4c Description-en: GNU Standard C++ Library v3 (shared library subset kit) (alpha) 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. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++-8-pic-amd64-cross Description-md5: 897213acb8110acaaf18974a2aad020d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-arm64-cross Description-md5: 66fcdb170ff1079926ce4091eed9507d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (arm64) 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. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-armel-cross Description-md5: 63f80af80be8c7aa9d2e4b0c8cce96d1 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (armel) 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. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++-8-pic-armhf-cross Description-md5: 8eeda6931545837207549183feb1ce3c Description-en: GNU Standard C++ Library v3 (shared library subset kit) (armhf) 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. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++-8-pic-hppa-cross Description-md5: 566fbbc443ff2965ab0534050aa962ae Description-en: GNU Standard C++ Library v3 (shared library subset kit) (hppa) 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. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++-8-pic-i386-cross Description-md5: 40a305b2bee28054790c436480373841 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-m68k-cross Description-md5: 67c2a93a5b3de0a479ddf2953824e9f9 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (m68k) 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. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++-8-pic-mips-cross Description-md5: 981341f0eb6bca19f0665b5ab12627d1 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++-8-pic-mips64-cross Description-md5: 8bf191d852768a0cbcd2d04cd4d5d194 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips64) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-mips64el-cross Description-md5: 473d3048bf773bebd8db3b819238630d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips64el) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++-8-pic-mipsel-cross Description-md5: 55f2b216405d890c51bb81fe15dfa51f Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mipsel) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++-8-pic-powerpc-cross Description-md5: 8ec00688cdfad4bc2c12000de90bc2cf Description-en: GNU Standard C++ Library v3 (shared library subset kit) (powerpc) 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. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++-8-pic-powerpcspe-cross Description-md5: bf9bdabff22a49632717467277577f5e Description-en: GNU Standard C++ Library v3 (shared library subset kit) (powerpcspe) 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. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++-8-pic-ppc64-cross Description-md5: 5910789309872c0a41711802dd6397cd Description-en: GNU Standard C++ Library v3 (shared library subset kit) (ppc64) 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. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-ppc64el-cross Description-md5: 64adb38721429df45745cd8ab9d9e5b5 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (ppc64el) 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. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++-8-pic-riscv64-cross Description-md5: 467dfb9ab50e13cf46a473aa82cb2455 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (riscv64) 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. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-s390x-cross Description-md5: b3f1e514f0051310da311f3db06238b4 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (s390x) 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. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++-8-pic-sh4-cross Description-md5: f7eb5c17cb48aca62d22c21ce777e6dd Description-en: GNU Standard C++ Library v3 (shared library subset kit) (sh4) 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. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-sparc64-cross Description-md5: 3d9a93eab2fa4ba7f17a3f281414de1d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (sparc64) 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. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-x32-cross Description-md5: 19bff1c161a1bd26e17d27fa01001347 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (x32) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-alpha-cross Description-md5: d459c202210d06ea74a75d685565133c Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-amd64-cross Description-md5: b4e6d9a6adb2b204ee8158462c2b85e9 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-arm64-cross Description-md5: 4ae02a705a17c5cc528c0a9e6c98d4c1 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-armel-cross Description-md5: e13328d8f1c538b5b76a3cd7870c3547 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-armhf-cross Description-md5: 030ba6d3ccd105cb8d2f87e2c083cbfc Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-hppa-cross Description-md5: 43da218d4019037e07a1eb1da24d91e8 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-i386-cross Description-md5: 1b9554c1c5dec6a91e0907eef56c2788 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-m68k-cross Description-md5: e087f319324ad2d4a674264c79c09975 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-mips-cross Description-md5: 824c580ff9804d836bb9332f4dcd52fc Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-mips64-cross Description-md5: 020b84d9070de2daed4b46979e30ac48 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-mips64el-cross Description-md5: 0418a6fd92b44527a12215323ef2fd4d Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-mipsel-cross Description-md5: ec75a8ebc6ba0d5bcf6eb0f8f49e0409 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-powerpc-cross Description-md5: 054e32b0b032342e77abb5168758fcce Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-powerpcspe-cross Description-md5: 4cab8ace61998ea15773a18015faf00a Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-ppc64-cross Description-md5: 608421ddb89304ab20588acaf67ee10b Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-ppc64el-cross Description-md5: bb48ab102b7cf29f289542e2e69f71e9 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-riscv64-cross Description-md5: 4f4118ad3ef3ca56d273b620081e1027 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-s390x-cross Description-md5: ac1bba3295e4fe2572314658365d3cf1 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-sh4-cross Description-md5: 6934e922d7ac3e1925c655be1cfee2ac Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-sparc64-cross Description-md5: a1fa87d1c324ac5703a76d7201f2084f Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-x32-cross Description-md5: 93ceaa963b1c92a3f405223dc06625ea Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++6-8-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-8-dbg-alpha-cross Description-md5: 7f4f3979858478263378caf55241a639 Description-en: GNU Standard C++ Library v3 (debugging files) (alpha) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-amd64-cross Description-md5: 191802fb3f414698fbafb906dd858aa4 Description-en: GNU Standard C++ Library v3 (debugging files) (amd64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-arm64-cross Description-md5: d3030674b87a89b407b9403e6c942e0c Description-en: GNU Standard C++ Library v3 (debugging files) (arm64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-armel-cross Description-md5: fce4dc9e827ea30fcfae17bed319d6ca Description-en: GNU Standard C++ Library v3 (debugging files) (armel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-armhf-cross Description-md5: dba19a83477801f5a8ccaac5973ce330 Description-en: GNU Standard C++ Library v3 (debugging files) (armhf) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-hppa-cross Description-md5: c1c6af76190e90294197e7c0c4b78249 Description-en: GNU Standard C++ Library v3 (debugging files) (hppa) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-i386-cross Description-md5: eb6d6da8f482feb5b3a328ab6b2698d1 Description-en: GNU Standard C++ Library v3 (debugging files) (i386) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-m68k-cross Description-md5: 2d6c147d1b627bf3e30bf6d9bb6f4325 Description-en: GNU Standard C++ Library v3 (debugging files) (m68k) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-mips-cross Description-md5: d53b6c6a23a234022ee287686204ff97 Description-en: GNU Standard C++ Library v3 (debugging files) (mips) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-mips64-cross Description-md5: 05b4420f7dd0feed47074260de76ea9b Description-en: GNU Standard C++ Library v3 (debugging files) (mips64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-mips64el-cross Description-md5: a71afc06e715fd5d500600e43d2af8ce Description-en: GNU Standard C++ Library v3 (debugging files) (mips64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-mipsel-cross Description-md5: a09f9efaf327da3ae3b60df1e10edf94 Description-en: GNU Standard C++ Library v3 (debugging files) (mipsel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-powerpc-cross Description-md5: 3ea1413eeb27a5e268e6b167bceb74c7 Description-en: GNU Standard C++ Library v3 (debugging files) (powerpc) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-powerpcspe-cross Description-md5: 55dc8f1f8442e67e5deb32b73cfcf7bb Description-en: GNU Standard C++ Library v3 (debugging files) (powerpcspe) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-ppc64-cross Description-md5: d7342e3a8aab576e5e91e46835b6ed74 Description-en: GNU Standard C++ Library v3 (debugging files) (ppc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-ppc64el-cross Description-md5: 4df8142885e140ed5e9a94a809637d94 Description-en: GNU Standard C++ Library v3 (debugging files) (ppc64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-riscv64-cross Description-md5: d7ec74dddae3ce422a894a5da2c9d23e Description-en: GNU Standard C++ Library v3 (debugging files) (riscv64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-s390x-cross Description-md5: f0cd51347edda12dc24b6e47676b69cb Description-en: GNU Standard C++ Library v3 (debugging files) (s390x) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-sh4-cross Description-md5: aaac7536dc8b11c94da0f4a7590675e0 Description-en: GNU Standard C++ Library v3 (debugging files) (sh4) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-sparc64-cross Description-md5: 31165f4dce998c3451d36c0cdb1123db Description-en: GNU Standard C++ Library v3 (debugging files) (sparc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-x32-cross Description-md5: 2970db6b2b3287391c4f2d79600b5ce9 Description-en: GNU Standard C++ Library v3 (debugging files) (x32) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++6-alpha-cross Description-md5: 77d6f08df433332036055863b9ef7da1 Description-en: GNU Standard C++ Library v3 (alpha) 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. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++6-amd64-cross Description-md5: 5e49ca869389309d7a1689d9c5c97e1a Description-en: GNU Standard C++ Library v3 (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++6-armel-cross Description-md5: 3145e34b663c25d8c84322e1ca966066 Description-en: GNU Standard C++ Library v3 (armel) 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. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++6-hppa-cross Description-md5: 23d2ef2a94443af687c0fb81a3fab323 Description-en: GNU Standard C++ Library v3 (hppa) 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. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++6-i386-cross Description-md5: 28e5bee6794a19d1c3c53f77739d091f Description-en: GNU Standard C++ Library v3 (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++6-m68k-cross Description-md5: 86c0319c80b8069fd15ae0b53e3afd64 Description-en: GNU Standard C++ Library v3 (m68k) 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. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++6-mips-cross Description-md5: f169c6452bc6c9c9a841f12b6d509f48 Description-en: GNU Standard C++ Library v3 (mips) 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. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++6-mips64-cross Description-md5: b7018fb902644ec9c1bc435e656ca004 Description-en: GNU Standard C++ Library v3 (mips64) 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. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++6-mips64el-cross Description-md5: f44f153acf0738c498694cf7a5ec9926 Description-en: GNU Standard C++ Library v3 (mips64el) 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. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++6-mipsel-cross Description-md5: e660a54a60eb027be986f95203194b95 Description-en: GNU Standard C++ Library v3 (mipsel) 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. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++6-powerpcspe-cross Description-md5: 7c461287f2a2a52273c4b5f2e2119618 Description-en: GNU Standard C++ Library v3 (powerpcspe) 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. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++6-ppc64-cross Description-md5: f6e15964395d8d9cd0b6b1fd48c51c45 Description-en: GNU Standard C++ Library v3 (ppc64) 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. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++6-riscv64-cross Description-md5: c2263126b51b2daf86c1979a285ea4de Description-en: GNU Standard C++ Library v3 (riscv64) 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. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++6-s390x-cross Description-md5: 3124ed676d265dad1471e7aaff0bb093 Description-en: GNU Standard C++ Library v3 (s390x) 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. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++6-sh4-cross Description-md5: 01c1db71e5e4ff0203bfb90f345f7bdd Description-en: GNU Standard C++ Library v3 (sh4) 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. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++6-sparc64-cross Description-md5: 4657c40108e08136b88fd48ddf2f08cb Description-en: GNU Standard C++ Library v3 (sparc64) 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. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++6-x32-cross Description-md5: 2e5c14095fc6a9fdeefc42e23ca1100d Description-en: GNU Standard C++ Library v3 (x32) 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. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstring-template-maven-plugin-java Description-md5: 36071947a0a28c4e9b74924bcac56f16 Description-en: StringTemplate Maven Plugin This plugin allows one to execute StringTemplate template files during a Maven build. The values for templates can come from static declarations or from a Java class specified to be executed. Package: libsurefire-java Description-md5: bab89622b27ed7a11502370f4e3469da Description-en: Surefire test framework for Java Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the surefire test framework and the maven-surefire-plugin. Package: libsvgsalamander-java Description-md5: 595336718590d3d9828920fef64dcaa3 Description-en: SVG engine for Java SVG Salamander is an SVG engine for Java that's designed to be small, fast, and allow programmers to use it with a minimum of fuss. . It's in particular targeted for making it easy to integrate SVG into Java games and making it much easier for artists to design 2D game content - from rich interactive menus to charts and graphcs to complex animations. Package: libswingx-java Description-md5: fbdf4053060d3a36a228fd945d659977 Description-en: extensions to the Swing GUI toolkit This package contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications. Highlights include: - Sorting, filtering, highlighting for tables, trees, and lists - Find/search - Auto-completion - Login/authentication framework - TreeTable component - Collapsible panel component - Date picker component - Tip-of-the-Day component . Many of these features will eventually be incorporated into the Swing toolkit, although API compatibility will not be guaranteed. The SwingX project focuses exclusively on the raw components themselves. Package: libswingx-java-doc Description-md5: c5e5294bd4b745a4c9b913ce4584ecdb Description-en: extensions to the Swing GUI toolkit - documentation This package contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications. Highlights include: - Sorting, filtering, highlighting for tables, trees, and lists - Find/search - Auto-completion - Login/authentication framework - TreeTable component - Collapsible panel component - Date picker component - Tip-of-the-Day component . Many of these features will eventually be incorporated into the Swing toolkit, although API compatibility will not be guaranteed. The SwingX project focuses exclusively on the raw components themselves. . This package contains API documentation (Javadoc) of SwingX GUI Toolkit. Package: libswresample-dev Description-md5: 34f0c0961bf2caa9bd7bc04f11f83f53 Description-en: FFmpeg library for audio resampling, rematrixing etc. - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides performs highly optimized audio resampling, rematrixing and sample format conversion operations. Specifically, this library performs the following conversions: * Resampling is the process of changing the audio rate, for example from a high sample rate of 44100Hz to 8000Hz. Audio conversion from high to low sample rate is a lossy process. Several resampling options and algorithms are available. * Rematrixing is the process of changing the channel layout, for example from stereo to mono. When the input channels cannot be mapped to the output streams, the process is lossy, since it involves different gain factors and mixing. Various other audio conversions (e.g. stretching and padding) are enabled through dedicated options. * Format conversion is the process of converting the type of samples, for example from 16-bit signed samples to unsigned 8-bit or float samples. It also handles packing conversion, when passing from packed layout (all samples belonging to distinct channels interleaved in the same buffer), to planar layout (all samples belonging to the same channel stored in a dedicated buffer or "plane"). . This package contains the development files. Package: libswresample2 Description-md5: 66f4103de8764db87a02371849313a17 Description-en: FFmpeg library for audio resampling, rematrixing etc. - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides performs highly optimized audio resampling, rematrixing and sample format conversion operations. Specifically, this library performs the following conversions: * Resampling is the process of changing the audio rate, for example from a high sample rate of 44100Hz to 8000Hz. Audio conversion from high to low sample rate is a lossy process. Several resampling options and algorithms are available. * Rematrixing is the process of changing the channel layout, for example from stereo to mono. When the input channels cannot be mapped to the output streams, the process is lossy, since it involves different gain factors and mixing. Various other audio conversions (e.g. stretching and padding) are enabled through dedicated options. * Format conversion is the process of converting the type of samples, for example from 16-bit signed samples to unsigned 8-bit or float samples. It also handles packing conversion, when passing from packed layout (all samples belonging to distinct channels interleaved in the same buffer), to planar layout (all samples belonging to the same channel stored in a dedicated buffer or "plane"). . This package contains the runtime files. Package: libswscale-dev Description-md5: 0d8e27afb61d9773ce9b37356a71de28 Description-en: FFmpeg library for image scaling and various conversions - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library performs highly optimized image scaling and colorspace and pixel format conversion operations. Specifically, this library performs the following conversions: * Rescaling is the process of changing the video size. Several rescaling options and algorithms are available. This is usually a lossy process. * Pixel format conversion is the process of converting the image format and colorspace of the image, for example from planar YUV420P to RGB24 packed. It also handles packing conversion, that is converts from packed layout (all pixels belonging to distinct planes interleaved in the same buffer), to planar layout (all samples belonging to the same plane stored in a dedicated buffer or "plane"). This is usually a lossy process in case the source and destination colorspaces differ. . This package contains the development files. Package: libswscale4 Description-md5: 5ab1f77fb1b78fa767ca99e4a7a7a9ea Description-en: FFmpeg library for image scaling and various conversions - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library performs highly optimized image scaling and colorspace and pixel format conversion operations. Specifically, this library performs the following conversions: * Rescaling is the process of changing the video size. Several rescaling options and algorithms are available. This is usually a lossy process. * Pixel format conversion is the process of converting the image format and colorspace of the image, for example from planar YUV420P to RGB24 packed. It also handles packing conversion, that is converts from packed layout (all pixels belonging to distinct planes interleaved in the same buffer), to planar layout (all samples belonging to the same plane stored in a dedicated buffer or "plane"). This is usually a lossy process in case the source and destination colorspaces differ. . This package contains the runtime files. Package: libswt-cairo-gtk-4-jni Description-md5: 63c52c79b7275b9839bb7b16859425b5 Description-en: Standard Widget Toolkit for GTK+ Cairo JNI library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. . This package includes the Cairo JNI libraries. Package: libswt-glx-gtk-4-jni Description-md5: d5031a5fa6edbb8e20c4b89d6b0a8ec2 Description-en: Standard Widget Toolkit for GTK+ GLX JNI library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. . This package includes the GLX JNI libraries. Package: libswt-gtk-4-java Description-md5: 1b9aa97f70de4d3f28f67ae9a8a729ed Description-en: Standard Widget Toolkit for GTK+ Java library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. Package: libswt-gtk-4-jni Description-md5: 526af343a3a3d7d545b68ca185e464cf Description-en: Standard Widget Toolkit for GTK+ JNI library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. . This package includes the JNI libraries (atk, awt, gtk, pi). Package: libswt-gtk2-4-jni Description-md5: 585ed65eb889e5bea2bcf17309bf875f Description-en: Standard Widget Toolkit for GTK+ 2.0 JNI library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. . This package includes legacy version of pi JNI library that uses GTK+ 2.0 as its native GUI back end. Set environment variable SWT_GTK3=0 before launching the SWT application to use it. Package: libswt-webkit-gtk-4-jni Description-md5: 2dc21f10b168b1d5fa29a4af163e3b7b Description-en: Standard Widget Toolkit for GTK+ WebKit JNI library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. . This package includes the WebKit JNI libraries. Package: libtcnative-1 Description-md5: e84963f196d386a9d69b251a5bf67a6e Description-en: Tomcat native library using the Apache Portable Runtime Tomcat can use the Apache Portable Runtime to provide superior scalability, performance, and better integration with native server technologies. The Apache Portable Runtime is a highly portable library that is at the heart of Apache HTTP Server 2.x. APR has many uses, including access to advanced IO functionality (such as sendfile, epoll and OpenSSL), OS level functionality (random number generation, system status, etc), and native process handling (shared memory, NT pipes and Unix sockets). . These features allows making Tomcat a general purpose webserver, will enable much better integration with other native web technologies, and overall make Java much more viable as a full fledged webserver platform rather than simply a backend focused technology. Package: libthreadweaver4 Description-md5: e0f3ffffa7401f49a422fac613b125fe Description-en: ThreadWeaver Library for the KDE Platform ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way. You simply divide the workload into jobs, state the dependencies between the jobs and ThreadWeaver will work out the most efficient way of dividing the work between threads within a set of resource limits. . This package is part of the KDE Development Platform libraries module. Package: libthrift-java Description-md5: 72dffcd8ff2f7cbb94c9728948d0cc16 Description-en: Java language support for Thrift Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages. . This package provides the Java language support for Thrift. 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: libtimingframework-java Description-md5: c4a5c11888bb6cfbdd145574e12ffcd2 Description-en: A Java framework for timing and animations The code serves as a tutorial on how to use timers, as well as a framework for doing more powerful things with timers. Package: libtimingframework-java-doc Description-md5: 528f1349f47c5a55ed703832bff00e02 Description-en: A Java framework for timing and animations (documentation) The code serves as a tutorial on how to use timers, as well as a framework for doing more powerful things with timers. . This package contains the documentation. Package: libtomcat8-embed-java Description-md5: 382ee9693f8da701114ffed22cdef5aa Description-en: Apache Tomcat 8 - Servlet and JSP engine -- embed libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the libraries required to embed Tomcat into Java applications. Package: libtomcat8-java Description-md5: b8eb83cbd7f125906720d49337bb30d1 Description-en: Apache Tomcat 8 - Servlet and JSP engine -- core libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Tomcat core classes which can be used by other Java applications to embed Tomcat. Package: libtomcat9-embed-java Description-md5: 5c9b6ca5d7a3999869c0ddee9a4b2b87 Description-en: Apache Tomcat 9 - Servlet and JSP engine -- embed libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the libraries required to embed Tomcat into Java applications. Package: libtomcat9-java Description-md5: 00d5ea98b1d596ecf9152383a3eafc0d Description-en: Apache Tomcat 9 - Servlet and JSP engine -- core libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Tomcat core classes which can be used by other Java applications to embed Tomcat. Package: libtomcrypt-dev Description-md5: 43e4a8e08af16bf6fe526984bfb05514 Description-en: static library, header files and documentation for libtomcrypt LibTomCrypt is a well documented, public domain open source cryptographic toolkit written in C. It supports lots of block ciphers (Blowfish, Twofish, AES, XTEA, ...), chaining modes (ECB, CBC, OFB, CFB, CTR, ...), hash functions (MD5, SHA-1, SHA-256, RIPE-MD, ...), HMAC mechanisms, pseudo-random number generators and public key algorithms. It has several optimizations for the i386, x86_64 and ppc32 architectures. . This package contains include files and a statically linked version of the library. Package: libtomcrypt1 Description-md5: 6e4eefc8b6dbe90ec472a54d8c5f7408 Description-en: public domain open source cryptographic toolkit LibTomCrypt is a well documented, public domain open source cryptographic toolkit written in C. It supports lots of block ciphers (Blowfish, Twofish, AES, XTEA, ...), chaining modes (ECB, CBC, OFB, CFB, CTR, ...), hash functions (MD5, SHA-1, SHA-256, RIPE-MD, ...), HMAC mechanisms, pseudo-random number generators and public key algorithms. It has several optimizations for the i386, x86_64 and ppc32 architectures. Package: libtrident-java Description-md5: 823cb2d0f39f91cb940c9fa64aa92f15 Description-en: Animation library for Java applications The main goal of Trident project is to provide a general purpose animation library for Java applications. Animations are a natural fit for modern client applications, and Trident has special built-in support for Java based UI toolkits such as Swing and SWT. The classes for the Android are not included. Package: libtrident-java-doc Description-md5: 441eac6f28803850b43357df15cb7d99 Description-en: Animation library for Java applications (documentation) The main goal of Trident project is to provide a general purpose animation library for Java applications. Animations are a natural fit for modern client applications, and Trident has special built-in support for Java based UI toolkits such as Swing and SWT. . This package contains API documentation (Javadoc) for libtrident-java. Package: libtrove3-java Description-md5: b3b886b4634e1682d711ea75b5085d3b Description-en: high performance collections for java GNU Trove is a fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. . Whenever possible, GNU Trove provide the same collections support for primitive types. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains. Package: libtrove3-java-doc Description-md5: 5e28b4ff47f06d668df5f2427384b43e Description-en: high performance collections for java GNU Trove is a fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. . Whenever possible, GNU Trove provide the same collections support for primitive types. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains. . This package includes the documentation. Package: libtsan0-amd64-cross Description-md5: 750c144e4cc79bcf76c58f43c882ff70 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-dbg-amd64-cross Description-md5: 12e218524cfc4fca62857d3e660e0018 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-dbg-arm64-cross Description-md5: 12e218524cfc4fca62857d3e660e0018 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-dbg-ppc64-cross Description-md5: 12e218524cfc4fca62857d3e660e0018 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-dbg-ppc64el-cross Description-md5: 12e218524cfc4fca62857d3e660e0018 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-ppc64-cross Description-md5: 750c144e4cc79bcf76c58f43c882ff70 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libturbojpeg Description-md5: 3073afdfd92a8a7a0a5d37901f26865d Description-en: IJG JPEG compliant runtime library. Runtime library supporting the Independent JPEG Group's standard for JPEG files. . This package contains the libturbojpeg.so library, used by turboVNC and other users of the past TurboJPEG library. Package: libturbojpeg0-dev Description-md5: 5961e39a83c1657d246018b58cb0e3ab Description-en: Development files for the TurboJPEG library The libjpeg-turbo JPEG library is a library for handling JPEG files. . libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. . This package contains the static library, headers and documentation for the TurboJPEG library. Package: libtxw2-java Description-md5: 4ec2a173009deb2634f3c9969c4b5ab9 Description-en: Typed XML Writer for Java A Java library that allows client applications to write arbitrary well-formed typed XML documents. Package: libu2f-host-dev Description-md5: 6ef08db0ecfb9ce4ac1625747552ca0d Description-en: Development files for the U2F host C library libu2f-host Libu2f is a package for doing Universal 2nd Factor (U2F) host communication and has functionality for the Registration and Authentication operations. The package contains a C library, a command line tool, and documentation. . This package contains development files for the libu2f-host0 library. Package: libu2f-host0 Description-md5: a5099d581781c2875d127cd241685862 Description-en: Universal 2nd Factor (U2F) host communication C Library Libu2f is a package for doing Universal 2nd Factor (U2F) host communication and has functionality for the Registration and Authentication operations. The package contains a C library, a command line tool, and documentation. . This package contains the run-time shared library, and you normally do not need to install this manually. Package: libubsan0-amd64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-armel-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-amd64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-arm64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-armel-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-armhf-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-i386-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-powerpc-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-ppc64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-ppc64el-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-s390x-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-sparc64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-x32-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-i386-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-ppc64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-s390x-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-sparc64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-x32-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-amd64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-arm64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-armel-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-armhf-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-amd64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-arm64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-armel-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-armhf-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-i386-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-powerpc-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-ppc64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-ppc64el-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-s390x-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-sparc64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-x32-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-i386-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-powerpc-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-ppc64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-ppc64el-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-s390x-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-sparc64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-x32-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libuima-adapter-soap-java Description-md5: 6aa85db5c519fc610daa47bf0df0a0e9 Description-en: Library to provide SOAP web services within UIMA Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java an adapter to connect a SOAP web service with the UIMA framework. Package: libuima-adapter-vinci-java Description-md5: 44c60c3c089fd641963034d061ef3d59 Description-en: Library to provide Vinci web services within UIMA Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java an adapter to connect a Vinci web service with the UIMA framework. Package: libuima-core-java Description-md5: 6fe6c8258a2df8bf262d7ff50daace2b Description-en: Core library for the UIMA framework Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the core features of the UIMA specification. Package: libuima-cpe-java Description-md5: cbdc345337f5979eb19b3a0ae8f0b85a Description-en: Library for the UIMA Collection Processing Engine Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the collection processing engine for the UIMA framework. Package: libuima-document-annotation-java Description-md5: 254922bc63f5c810248f335e12f20c28 Description-en: Library for the UIMA document annotation Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the document annotation for the UIMA framework. Package: libuima-tools-java Description-md5: 5b2e3a94ec8dfa7aa0896889bb91d90b Description-en: UIMA library for the UIMA tools Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the classes for the tools provided with the Apache UIMA framework. Package: libuima-vinci-java Description-md5: 58b6123281e18b5386a70aac15487384 Description-en: Library to handle Vinci web service protocol Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library is part of the UIMA framework. It implements in Java the code necessary to handle the Vinci web service protocol. Package: libunsafe-mock-java Description-md5: 7747000a8a1a405687763d9e244947fb Description-en: Java library providing backported sun.misc.Unsafe class from JDK 8 sun.misc.Unsafe is Java class in Oracle JDKs that provides a collection of methods for performing low-level, unsafe operations. . Although the class and all methods are public, use of this class is limited because only trusted code can obtain instances of it. . unsafe-mock provides a current version of sun.misc.Unsafe that supports all APIs up through the new "fences" API in Java 8 EA builds b71 and later. This Unsafe is a copy of the one from Java 8 EA build b71, and it is expected that if you want to build against it you put it in javac's bootclasspath. You are responsible for determining in your own code whether you can access Unsafe and which methods are available; this library is only to provide an all-inclusive Unsafe against which you can compile using JDKs <= 8.0. Package: libvirt-daemon-driver-storage-gluster Description-md5: 7c5efa2eb9f5a55e51f953e2496dc89d Description-en: Virtualization daemon glusterfs storage driver 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 libvirtd storage driver for GlusterFS. Package: libvirt-daemon-driver-storage-sheepdog Description-md5: 82aa9da25053ce6bb12f4edcf0cb237e Description-en: Virtualization daemon Sheedog storage driver 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 libvirtd storage driver for Sheepdog. Package: libvirt-daemon-driver-storage-zfs Description-md5: 82733d9170fa45c9e6ed76bcec5869e9 Description-en: Virtualization daemon ZFS storage driver 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 libvirtd storage driver for ZFS. Package: libvirt-sanlock Description-md5: b7c793f838fe9e323ae4910fd5c1fa9e Description-en: Sanlock plugin for virtlockd 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 sanlock plugin for libvirt's locking daemon. Package: libvirt-wireshark Description-md5: 0fe09d3e4f6e75cb9e76d08eab9490e4 Description-en: Wireshark dissector for the libvirt protocol 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 wireshark dissector. Package: libvisualvm-jni Description-md5: c86105b40e0d4206c927b80393a1caa6 Description-en: All-in-One Java Troubleshooting Tool (JNI libraries) VisualVM is a visual tool integrating several commandline JDK tools and lightweight profiling capabilities. Designed for both production and development time use, it further enhances the capability of monitoring and performance analysis for the Java SE platform. . VisualVM is designed for - Application Developers: Monitor, profile, take thread dumps, browse heap dumps. - System Administrators: Monitor and control Java applications across the entire network. - Java Application Users: Create bug reports containing all the necessary information. . This package contains the architecture specific Java native interface part. Package: libvlc-bin Description-md5: 06cd16e155538e2ee49a354477f87189 Description-en: tools for VLC's base library 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 vlc-cache-gen binary. 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: aa50eb20ebe126a4c5f468a6be6f8f8d Description-en: multimedia player and streamer library 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 shared library required by applications using VLC features. Package: libvlccore-dev Description-md5: 2a56521a556c4ea31988a96ec2901955 Description-en: development files for libvlccore 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 headers and a static library required to build plugins for VLC. Package: libvlccore9 Description-md5: c0a034effd010ff692cde9da58320cb4 Description-en: base library for VLC and its modules 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 shared library required by VLC modules and libvlc. Package: libvorbisidec-dev Description-md5: 1680a5cad977f07783da79c6efd826e5 Description-en: Integer-only Ogg Vorbis decoder, AKA "tremor" (Development Files) libvorbisidec is an Ogg Vorbis audio decoder (also known as "tremor"), implemented with no floating point arithmetic. This makes it particularly amenable to use on systems which lack floating point hardware. . This package contains the development files. Package: libvorbisidec1 Description-md5: dfc96cc4fb4d2629ec918df377f94fd0 Description-en: Integer-only Ogg Vorbis decoder, AKA "tremor" libvorbisidec is an Ogg Vorbis audio decoder (also known as "tremor"), implemented with no floating point arithmetic. This makes it particularly amenable to use on systems which lack floating point hardware. Package: libwala-java Description-md5: d1c55a27f19e9029338e6a15464d5945 Description-en: Static analysis on Java bytecode and related languages The T. J. Watson Libraries for Analysis (WALA) provide static analysis capabilities for Java bytecode and related languages and for JavaScript. WALA features include: . * Java type system and class hierarchy analysis * Source language framework supporting Java and JavaScript * Interprocedural dataflow analysis (RHS solver) * Context-sensitive tabulation-based slicer * Pointer analysis and call graph construction * SSA-based register-transfer language IR * General framework for iterative dataflow * General analysis utilities and data structures * A bytecode instrumentation library (Shrike) and a dynamic load-time instrumentation library for Java (Dila) . Currently this package provides the following libraries: . * wala-cast * wala-core * wala-dalvik * wala-shrike * wala-util Package: libwala-java-doc Description-md5: 117aead902cc4d64d710871043fbbfe4 Description-en: Static analysis on Java bytecode and related languages - Docs The T. J. Watson Libraries for Analysis (WALA) provide static analysis capabilities for Java bytecode and related languages and for JavaScript. WALA features include: . * Java type system and class hierarchy analysis * Source language framework supporting Java and JavaScript * Interprocedural dataflow analysis (RHS solver) * Context-sensitive tabulation-based slicer * Pointer analysis and call graph construction * SSA-based register-transfer language IR * General framework for iterative dataflow * General analysis utilities and data structures * A bytecode instrumentation library (Shrike) and a dynamic load-time instrumentation library for Java (Dila) . This package provides the documentations. Package: libwebkit2gtk-4.0-37-gtk2 Description-md5: a268010f079e27978996642dbcd62fd2 Description-en: Web content engine library for GTK+ - GTK+2 plugin process 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. . WebKit2 is an API layer for WebKit designed from the ground up to support a split process model, where the web content lives in a separate process from the application UI. . This build comes from the GTK+ port of WebKit (API version 4.0). . This package adds support for NPAPI plugins that depend on the GTK+ 2 library, such as the Adobe Flash and Google Talk/Hangouts plugins. Package: libwebsocket-api-java Description-md5: 679a442ce192deb66c6eedc39d6da5c2 Description-en: Java WebSocket API Java API for WebSocket (JSR-356) defines a standard API for the development of websocket applications, both on the server side as well as on the Java client side. Package: libwinpr-asn1-0.1 Description-md5: 582d36efa9373711d2adbd5195807efb Description-en: Windows Portable Runtime library (ASN1 library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-asn1 shared library. Package: libwinpr-bcrypt0.1 Description-md5: dcb97797fa2bbcebff468de8021d2f7f Description-en: Windows Portable Runtime library (bcrypt library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-bcrypt shared library. Package: libwinpr-credentials0.1 Description-md5: 5bf5dd6501c6df5764e25357d2ead57f Description-en: Windows Portable Runtime library (credentials library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-credentials shared library. Package: libwinpr-credui0.1 Description-md5: 0fa7f7b0d354805ea57f36103b76bcd3 Description-en: Windows Portable Runtime library (credeui library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-credeui shared library. Package: libwinpr-crt0.1 Description-md5: e235181ad94a098e24cd2bbf972e38f0 Description-en: Windows Portable Runtime library (crt library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-crt shared library. Package: libwinpr-crypto0.1 Description-md5: 25cc9f97edbf784e03fed10d827adf3f Description-en: Windows Portable Runtime library (crypto library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-crypto shared library. Package: libwinpr-dev Description-md5: 2396d165d1c23f08af4354b9515fabce Description-en: Windows Portable Runtime library (development files) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the development files. Package: libwinpr-dsparse0.1 Description-md5: 6eee811264cfbeddc57f16e8a9cd713a Description-en: Windows Portable Runtime library (dsparse library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-dsparse shared library. Package: libwinpr-environment0.1 Description-md5: a62494c2a4c3dbd42f7d8ec3b2f118a1 Description-en: Windows Portable Runtime library (environment library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-environment shared library. Package: libwinpr-error0.1 Description-md5: 59f05b543721ff2a145f67381ad81dfe Description-en: Windows Portable Runtime library (error library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-error shared library. Package: libwinpr-file0.1 Description-md5: 9a22a6d89c9e808cde04275cd0d0b224 Description-en: Windows Portable Runtime library (file library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-file shared library. Package: libwinpr-handle0.1 Description-md5: c254afb16be6846f24b8c6cc71b4a482 Description-en: Windows Portable Runtime library (handle library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-handle shared library. Package: libwinpr-heap0.1 Description-md5: 2490217fedc4f9854e363c97ea2f546b Description-en: Windows Portable Runtime library (heap library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-heap shared library. Package: libwinpr-input0.1 Description-md5: 49a014728314e23a68e5757a72791931 Description-en: Windows Portable Runtime library (input library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-input shared library. Package: libwinpr-interlocked0.1 Description-md5: a6f00c1f80be19f872b86023cd82c9a8 Description-en: Windows Portable Runtime library (interlocked library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-interlocked shared library. Package: libwinpr-io0.1 Description-md5: 96da6bb1de0aa38389eececbe3a6cecf Description-en: Windows Portable Runtime library (io library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-io shared library. Package: libwinpr-library0.1 Description-md5: 5c2a0f79ed8ee8d961ff8e9e122a5c5f Description-en: Windows Portable Runtime library (library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-library shared library. Package: libwinpr-path0.1 Description-md5: 727c97346a15056225aeb8a9dd19b5b3 Description-en: Windows Portable Runtime library (path library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-path shared library. Package: libwinpr-pipe0.1 Description-md5: 3bd0a0ded872c0477089cf9f8f47a04b Description-en: Windows Portable Runtime library (pipe library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-pipe shared library. Package: libwinpr-pool0.1 Description-md5: ef6276ee369800ca3f3497acf518c8c0 Description-en: Windows Portable Runtime library (pool library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-pool shared library. Package: libwinpr-registry0.1 Description-md5: 4ad6bd8ecbc6bdb3d0866681fa232ba2 Description-en: Windows Portable Runtime library (registry library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-registry shared library. Package: libwinpr-rpc0.1 Description-md5: 04a1992842bbf3ce1704d30c74414e76 Description-en: Windows Portable Runtime library (RPC library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-rpc shared library. Package: libwinpr-sspi0.1 Description-md5: 2cecf5b7cde45eb91f25e8c54e7fc573 Description-en: Windows Portable Runtime library (sspi library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-sspi shared library. Package: libwinpr-sspicli0.1 Description-md5: 9c7301db0573c27b6a7a3c26f5726e1d Description-en: Windows Portable Runtime library (sspicli library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-sspicli shared library. Package: libwinpr-synch0.1 Description-md5: 482781b099489183076f484fd0d521f5 Description-en: Windows Portable Runtime library (synch library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-synch shared library. Package: libwinpr-sysinfo0.1 Description-md5: 107c0065109479d65eee1e8731aa2125 Description-en: Windows Portable Runtime library (sysinfo library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-sysinfo shared library. Package: libwinpr-thread0.1 Description-md5: 2a6fd47017206cf32867d605af173f09 Description-en: Windows Portable Runtime library (thread library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-thread shared library. Package: libwinpr-timezone0.1 Description-md5: b8fe7b9450608b57778d36530816ad67 Description-en: Windows Portable Runtime library (timezone library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-timezone shared library. Package: libwinpr-utils0.1 Description-md5: 46af02f26737a6e95c0c2d86b919fd6b Description-en: Windows Portable Runtime library (utils library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-utils shared library. Package: libwinpr-winhttp0.1 Description-md5: 45977fd346026c107b5f618fb340a043 Description-en: Windows Portable Runtime library (winhttp library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-winhttp shared library. Package: libwinpr-winsock0.1 Description-md5: 3c2a5f1de2a94e601c32810be2e9a426 Description-en: Windows Portable Runtime library (winsock library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-winsock shared library. Package: libwireshark-data Description-md5: c97c84748e457d000a383c101c74e67e Description-en: network packet dissection library -- data files The libwireshark library provides the network packet dissection services developed by the Wireshark project. . This package contains the platform independent files. Package: libwireshark-dev Description-md5: 25ccc1e5a9f0de13127d7669433e7838 Description-en: network packet dissection library -- development files The "libwireshark" library provides the network packet dissection services developed by the Wireshark project. . This package contains the static library and the C header files that are needed for applications to use libwireshark services. Package: libwireshark11 Description-md5: ab8eca3dff7b66974ed95f1142899d51 Description-en: network packet dissection library -- shared library The libwireshark library provides the network packet dissection services developed by the Wireshark project. Package: libwiretap-dev Description-md5: a4b3626aeba85265e850e80dbf470c9e Description-en: network packet capture library -- development files Wiretap, part of the Wireshark project, is a library that allows one to read and write several packet capture file formats. . Supported formats are: * Libpcap * Sniffer * LANalyzer * Network Monitor * "snoop" * "iptrace" * Sniffer Basic (NetXRay)/Windows Sniffer Pro * RADCOM WAN/LAN Analyzers * Lucent/Ascend access products * HP-UX nettl * Toshiba ISDN Router * ISDN4BSD "i4btrace" utility * Cisco Secure Intrusion Detection System iplogging facility * pppd logs (pppdump-format files) * VMS TCPTRACE * DBS Etherwatch (text format) * Catapult DCT2000 (.out files) . Wiretap's shortcomings are: no filter capability and no support for packet capture. . This package contains the static library and the C header files. Package: libwiretap8 Description-md5: c47b22d9617f547351ca36c045296943 Description-en: network packet capture library -- shared library Wiretap, part of the Wireshark project, is a library that allows one to read and write several packet capture file formats. . Supported formats are: * Libpcap * Sniffer * LANalyzer * Network Monitor * "snoop" * "iptrace" * Sniffer Basic (NetXRay)/Windows Sniffer Pro * RADCOM WAN/LAN Analyzers * Lucent/Ascend access products * HP-UX nettl * Toshiba ISDN Router * ISDN4BSD "i4btrace" utility * Cisco Secure Intrusion Detection System iplogging facility * pppd logs (pppdump-format files) * VMS TCPTRACE * DBS Etherwatch (text format) * Catapult DCT2000 (.out files) . Wiretap's shortcomings are: no filter capability and no support for packet capture. Package: libwoodstox-java Description-md5: 1cf64be6b7e268cb8a064e96ced1f2f9 Description-en: High-performance XML processor Woodstox is a high-performance, validating, namespace-aware, StAX-compliant (JSR-173), open source XML-processor written in Java. XML processor means that it handles both input (parsing) and output (writing, serialization), as well as supporting tasks such as validation. Package: libwriter2latex-java Description-md5: 6ccc68cf7be97fbca02fc9a0f5b76740 Description-en: OpenOffice.org Writer/Calc to LaTeX/XHTML converter -- library Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents - in particular documents containing formulas - into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. . This package contains the java library. Package: libwriter2latex-java-doc Description-md5: 22570a951559fc83308307185ff161a5 Description-en: OpenOffice.org Writer/Calc to LaTeX/XHTML converter -- javadoc Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents – in particular documents containing formulas – into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. . This package contains the javadoc for the writer2latex library. Package: libwscodecs2 Description-md5: 85820923113d9948179c9cd6dafdb249 Description-en: network packet dissection codecs library -- shared library The libwscodecs library provides codec functions for libwireshark11. Package: libwsutil-dev Description-md5: 85f9a1defcb3dd85de93675639edee98 Description-en: network packet dissection utilities library -- development files The libwsutil library provides utility functions for libwireshark6. . This package contains the static library and the C header files that are needed for applications to use the libwsutil library. Package: libwsutil9 Description-md5: 0a347950f2f57289d62712181125b88e Description-en: network packet dissection utilities library -- shared library The libwsutil library provides utility functions for libwireshark11. Package: libx32asan4-amd64-cross Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan4-dbg-amd64-cross Description-md5: b66995cafb0cff1e16849ce190628573 Description-en: AddressSanitizer -- a fast memory error detector (x32 debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan4-dbg-i386-cross Description-md5: b66995cafb0cff1e16849ce190628573 Description-en: AddressSanitizer -- a fast memory error detector (x32 debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan4-i386-cross Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan5-amd64-cross Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan5-dbg-amd64-cross Description-md5: b66995cafb0cff1e16849ce190628573 Description-en: AddressSanitizer -- a fast memory error detector (x32 debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan5-dbg-i386-cross Description-md5: b66995cafb0cff1e16849ce190628573 Description-en: AddressSanitizer -- a fast memory error detector (x32 debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan5-i386-cross Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32atomic1-amd64-cross Description-md5: 17429d2d39217f0a95507decf171c10f Description-en: support library providing __atomic built-in functions (x32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32atomic1-dbg-amd64-cross Description-md5: a1d046f7c7bf1745f37238262b4d1081 Description-en: support library providing __atomic built-in functions (x32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32atomic1-dbg-i386-cross Description-md5: a1d046f7c7bf1745f37238262b4d1081 Description-en: support library providing __atomic built-in functions (x32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32atomic1-i386-cross Description-md5: 17429d2d39217f0a95507decf171c10f Description-en: support library providing __atomic built-in functions (x32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32cilkrts5-amd64-cross Description-md5: be40389da3c3f2332e113477a1f68923 Description-en: Intel Cilk Plus language extensions (x32) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libx32cilkrts5-dbg-amd64-cross Description-md5: 0b84023b44919fc8802e01e3945fa7d3 Description-en: Intel Cilk Plus language extensions (x32 debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libx32cilkrts5-dbg-i386-cross Description-md5: 0b84023b44919fc8802e01e3945fa7d3 Description-en: Intel Cilk Plus language extensions (x32 debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libx32cilkrts5-i386-cross Description-md5: be40389da3c3f2332e113477a1f68923 Description-en: Intel Cilk Plus language extensions (x32) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libx32gcc-7-dev-amd64-cross Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-7-dev-i386-cross Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-8-dev-amd64-cross Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-8-dev-i386-cross Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc1-amd64-cross Description-md5: 556068bbd72a9d61bacd43322c3826f5 Description-en: GCC support library (amd64) (x32) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32gcc1-dbg-amd64-cross Description-md5: cdbc0da901e5b46128cb5ba05d82a4e4 Description-en: GCC support library (debug symbols) (amd64) Debug symbols for the GCC support library. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32gcc1-dbg-i386-cross Description-md5: 9872e557eec6112e2e9403badb34db09 Description-en: GCC support library (debug symbols) (i386) Debug symbols for the GCC support library. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32gcc1-i386-cross Description-md5: 0a83617569fda4f6b4128b3fda8103d8 Description-en: GCC support library (i386) (x32) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32gfortran-7-dev-amd64-cross Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-7-dev-i386-cross Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-8-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-8-dev-amd64-cross Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-8-dev-i386-cross Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran4-amd64-cross Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran4-dbg-amd64-cross Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran4-dbg-i386-cross Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran4-i386-cross Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5 Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-amd64-cross Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-dbg Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-dbg-amd64-cross Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-dbg-i386-cross Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-i386-cross Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32go11 Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go11-amd64-cross Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go11-dbg Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go11-dbg-amd64-cross Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go11-dbg-i386-cross Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go11-i386-cross Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go13 Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go13-amd64-cross Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go13-dbg Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go13-dbg-amd64-cross Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go13-dbg-i386-cross Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go13-i386-cross Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32gomp1-amd64-cross Description-md5: 1388436f97e9425feb598766343a05b7 Description-en: GCC OpenMP (GOMP) support library (x32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libx32gomp1-dbg-amd64-cross Description-md5: 7f819ff9ae10ec2d6646003e0204dc5f Description-en: GCC OpenMP (GOMP) support library (x32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libx32gomp1-dbg-i386-cross Description-md5: 7f819ff9ae10ec2d6646003e0204dc5f Description-en: GCC OpenMP (GOMP) support library (x32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libx32gomp1-i386-cross Description-md5: 1388436f97e9425feb598766343a05b7 Description-en: GCC OpenMP (GOMP) support library (x32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libx32gphobos-7-dev-amd64-cross Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-7-dev-i386-cross Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-8-dev-amd64-cross Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-8-dev-i386-cross Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos71-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos71-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos71-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos71-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos71-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32itm1-amd64-cross Description-md5: 60c3549c857ee22163b3a82b265880de Description-en: GNU Transactional Memory Library (x32) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32itm1-dbg-amd64-cross Description-md5: 139a395a1e47ba8b13f22f43588f31ae Description-en: GNU Transactional Memory Library (x32 debug symbols) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32itm1-dbg-i386-cross Description-md5: 139a395a1e47ba8b13f22f43588f31ae Description-en: GNU Transactional Memory Library (x32 debug symbols) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32itm1-i386-cross Description-md5: 60c3549c857ee22163b3a82b265880de Description-en: GNU Transactional Memory Library (x32) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32lsan0-amd64-cross Description-md5: e55556fa790743d4c47d82cff1e0e15d Description-en: LeakSanitizer -- a memory leak detector (x32) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: libx32lsan0-dbg-amd64-cross Description-md5: 0fe2e1c3967be8db432006845283cb08 Description-en: LeakSanitizer -- a memory leak detector (x32 debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: libx32objc-7-dev-amd64-cross Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-7-dev-i386-cross Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-8-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-8-dev-amd64-cross Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-8-dev-i386-cross Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc4-amd64-cross Description-md5: e253306fc795d9cc9e7c2acac0d2ad1b Description-en: Runtime library for GNU Objective-C applications (x32) Library needed for GNU ObjC applications linked against the shared library. Package: libx32objc4-dbg Description-md5: 15ac2bbe50562f8e9e528e6d5f6f1024 Description-en: Runtime library for GNU Objective-C applications (x32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libx32objc4-dbg-amd64-cross Description-md5: 15ac2bbe50562f8e9e528e6d5f6f1024 Description-en: Runtime library for GNU Objective-C applications (x32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libx32objc4-dbg-i386-cross Description-md5: 15ac2bbe50562f8e9e528e6d5f6f1024 Description-en: Runtime library for GNU Objective-C applications (x32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libx32objc4-i386-cross Description-md5: e253306fc795d9cc9e7c2acac0d2ad1b Description-en: Runtime library for GNU Objective-C applications (x32) Library needed for GNU ObjC applications linked against the shared library. Package: libx32quadmath0-amd64-cross Description-md5: 514c6a5cffd4febce8121f2d08419504 Description-en: GCC Quad-Precision Math Library (x32) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libx32quadmath0-dbg-amd64-cross Description-md5: d1cced9ca62d9dde3650384b57532901 Description-en: GCC Quad-Precision Math Library (x32 debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libx32quadmath0-dbg-i386-cross Description-md5: d1cced9ca62d9dde3650384b57532901 Description-en: GCC Quad-Precision Math Library (x32 debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libx32quadmath0-i386-cross Description-md5: 514c6a5cffd4febce8121f2d08419504 Description-en: GCC Quad-Precision Math Library (x32) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libx32stdc++-7-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++-7-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32stdc++-8-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: libx32stdc++-8-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++-8-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32stdc++6-7-dbg-amd64-cross Description-md5: b4e6d9a6adb2b204ee8158462c2b85e9 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++6-7-dbg-i386-cross Description-md5: 1b9554c1c5dec6a91e0907eef56c2788 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32stdc++6-8-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: libx32stdc++6-8-dbg-amd64-cross Description-md5: 191802fb3f414698fbafb906dd858aa4 Description-en: GNU Standard C++ Library v3 (debugging files) (amd64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++6-8-dbg-i386-cross Description-md5: eb6d6da8f482feb5b3a328ab6b2698d1 Description-en: GNU Standard C++ Library v3 (debugging files) (i386) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32stdc++6-amd64-cross Description-md5: 0b4f943ad6f8520cd48bff4cb3ac380c Description-en: GNU Standard C++ Library v3 (amd64) (x32) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++6-i386-cross Description-md5: 3c4511ad1b073e393a184645c27951d1 Description-en: GNU Standard C++ Library v3 (i386) (x32) 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. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32ubsan0-amd64-cross Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan0-dbg-amd64-cross Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan0-dbg-i386-cross Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan0-i386-cross Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-amd64-cross Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-dbg Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-dbg-amd64-cross Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-dbg-i386-cross Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-i386-cross Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libxfreerdp-client1.1 Description-md5: 3c5507a9aa5676ba1681887fc0041707 Description-en: Free Remote Desktop Protocol library (xfreerdp-client library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the xfreerdp-client shared library. Package: libxml-maven-plugin-java Description-md5: 9d9ea8e6be29f6982c89f032a857c443 Description-en: Maven XML Plugin A plugin for various XML related tasks like validation, transformation, and the like. The plugin offers the following goals: * xml:validate validates XML files against a schema. If the files aren't matching a certain schema, one may simply check, whether they are well formed. * xml:transform transforms XML files by applying XSLT stylesheets. Package: libxml-security-c-dev Description-md5: 5a2880060f63df912496a4cf39d7b379 Description-en: C++ library for XML Digital Signatures (development) Apache XML Security for C++ is a library for the XML Digital Security specification. It provides processing and handling of XML Key Management Specifications (XKMS) messages. . This package contains the Apache XML Security for C++ development files. Package: libxml-security-c17v5 Description-md5: 390bd7b2637f501a74246a30d6c9bb3c Description-en: C++ library for XML Digital Signatures (runtime) Apache XML Security for C++ is a library for the XML Digital Security specification. It provides processing and handling of XML Key Management Specifications (XKMS) messages. . This package contains the files necessary for running applications that use the Apache XML Security for C++ library. Package: libxml-security-java Description-md5: 62a719ba8b2fafc1e5baa589c61092be Description-en: Apache Santuario -- XML Security for Java Apache Santuario supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the Java library supports the standard Java API JSR-105: XML Digital Signature APIs. Package: libxml-security-java-doc Description-md5: dbabdf1f6ed2af0820534845d30f6eb2 Description-en: Documentation for Apache Santuario Apache Santuario supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the Java library supports the standard Java API JSR-105: XML Digital Signature APIs. . This package contains the API documentation of libxml-security-java. Package: libxmlbeans-java Description-md5: e2e8a3e123e327293ed0fb099aace377 Description-en: Java library for accessing XML by binding it to Java types XMLBeans is a technology for accessing XML by binding it to Java types. . XMLBeans provides several ways to get at the XML, including: * Through XML schema that has been compiled to generate Java types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo". The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model. * A cursor model through which you can traverse the full XML infoset. * Support for XML DOM. Package: libxmltooling-dev Description-md5: 8ae969e7cf71e6257275dcfee9e97dd9 Description-en: C++ XML parsing library with encryption support (development) The XMLTooling library contains generic XML parsing and processing classes based on the Xerces-C DOM. It adds more powerful facilities for declaring element- and type-specific API and implementation classes to add value around the DOM, as well as signing and encryption support. . This package contains the headers and other necessary files to build applications or libraries that use or extend the XMLTooling library. Package: libxmltooling-doc Description-md5: fb0701dcffbab25720777afc8b74a8fa Description-en: C++ XML parsing library with encryption support (API docs) The XMLTooling library contains generic XML parsing and processing classes based on the Xerces-C DOM. It adds more powerful facilities for declaring element- and type-specific API and implementation classes to add value around the DOM, as well as signing and encryption support. . This package contains the XMLTooling library API documentation generated by Doxygen. Package: libxmltooling7 Description-md5: 99ce91f15498cf32f32ce68db559b5ca Description-en: C++ XML parsing library with encryption support (runtime) The XMLTooling library contains generic XML parsing and processing classes based on the Xerces-C DOM. It adds more powerful facilities for declaring element- and type-specific API and implementation classes, as well as signing and encryption support. . This package contains the files necessary for running applications that use the XMLTooling library. Package: libxsom-java Description-md5: 9aa289ec6a4e0b8e301de6604b4ee229 Description-en: XML Schema Object Model Java library XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema documents and inspect information in them. It is expected to be useful for applications that need to take XML Schema as an input. Package: libxstream-java Description-md5: 10c1dedc8716f96d83e51d094ab4032b Description-en: Java library to serialize objects to XML and back again The features of the XStream library are: . - Ease of use. A high level facade is supplied that simplifies common use cases. - No mappings required. Most objects can be serialized without need for specifying mappings. - Performance. Speed and low memory footprint are a crucial part of the design, making it suitable for large object graphs or systems with high message throughput. - Clean XML. No information is duplicated that can be obtained via reflection. This results in XML that is easier to read for humans and more compact than native Java serialization. - Requires no modifications to objects. Serializes internal fields, including private and final. Supports non-public and inner classes. Classes are not required to have default constructor. - Full object graph support. Duplicate references encountered in the object-model will be maintained. Supports circular references. - Integrates with other XML APIs. By implementing an interface, XStream can serialize directly to/from any tree structure (not just XML). - Customizable conversion strategies. Strategies can be registered allowing customization of how particular types are represented as XML. - Error messages. When an exception occurs due to malformed XML, detailed diagnostics are provided to help isolate and fix the problem. - Alternative output format. The modular design allows other output formats. XStream ships currently with JSON support and morphing. Package: libyaml-snake-java Description-md5: 9634aca8c2a2686a8f55f05be8c763aa Description-en: YAML parser and emitter for the Java programming language SnakeYAML is a YAML parser and emitter for the Java programming language. . SnakeYAML features . * a complete YAML 1.1 parser. In particular, SnakeYAML can parse all examples from the specification. * Unicode support including UTF-8/UTF-16 input/output. * high-level API for serializing and deserializing native Java objects. * support for all types from the YAML types repository. * relatively sensible error messages. Package: libyaml-snake-java-doc Description-md5: 61fcacc98c62c684f44ee890fbda865e Description-en: Documentation for SnakeYAML SnakeYAML is a YAML parser and emitter for the Java programming language. . This package contains the API documentation of libyaml-snake-java. Package: libzeroc-ice-dev Description-md5: d208728fd79f878dfb15aa641583f2a6 Description-en: libraries and headers for developing Ice applications in C++ This package contains the libraries and headers needed for developing Ice applications in C++. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzeroc-ice-java Description-md5: f3b6cf250807df20c9bfd364ce6dec9d Description-en: transitional package libzeroc-ice-java This is a transitional package for libzeroc-ice-java. It can safely be removed. Package: libzeroc-ice3.7 Description-md5: 1d48e84a92738c58a039c8d80a1d1814 Description-en: C++ run-time libraries for the Ice framework This package contains C++ run-time libraries for the Ice framework. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzeroc-ice3.7-java Description-md5: ab79aaf893933cbc23e5791b706af0fa Description-en: Ice for Java run-time libraries. This package contains Ice for Java run-time libraries. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzeroc-icestorm3.7 Description-md5: 679e72fd55d26f5e4819c159ad20ef97 Description-en: IceStorm publish-subscribe event distribution service This package contains the IceStorm publish-subscribe event distribution service. . IceStorm helps you create push applications. Your Ice client (the publisher) sends a request to a topic managed by IceStorm, and IceStorm delivers this request to all the subscribers (Ice objects) that you registered with this topic. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzipios++-dev Description-md5: 0cb4e645f5609bd8b41d60112a6adaa8 Description-en: small C++ library for reading zip files (development) Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files. Access to individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided. . This package contains files needed for development with zipios++. Package: libzipios++-doc Description-md5: 306e38011961d8cf0b8158805cebb697 Description-en: small C++ library for reading zip files (documents) Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files. Access to individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided. . This package contains documentations for development with zipios++. Package: libzipios++0v5 Description-md5: 8af6a33d1733f8bf50bfbe8b69a7a72b Description-en: small C++ library for reading zip files (library) Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files. Access to individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided. . This package contains shared library. Package: libzmq3-dev Description-md5: 7b2c1e47f6d305566aebc0e65e04f5ee Description-en: lightweight messaging kernel (development files) ØMQ is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. . ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the ZeroMQ development libraries and header files. Package: libzmq5 Description-md5: 8f2756f773da0ff44ace3832dbb30dbb Description-en: lightweight messaging kernel (shared library) ØMQ is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. . ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the libzmq shared library. Package: linux-aws-edge Description-md5: a360a2f58d38d9ba68cb893f8c81bf34 Description-en: Complete Linux kernel for AWS systems. This package will always depend on the latest complete Linux kernel available for AWS systems. Package: linux-aws-edge-tools-4.18.0-1006 Description-md5: 9f7c89ab7dbfc7427ae7bed4f6ce0da1 Description-en: Linux kernel version specific tools for version 4.18.0-1006 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1006 on 64 bit x86. You probably want to install linux-tools-4.18.0-1006-<flavour>. Package: linux-aws-edge-tools-4.18.0-1007 Description-md5: 152f0c851c1d525d00575db8a88fab91 Description-en: Linux kernel version specific tools for version 4.18.0-1007 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1007 on 64 bit x86. You probably want to install linux-tools-4.18.0-1007-<flavour>. Package: linux-aws-edge-tools-4.18.0-1008 Description-md5: d241e0542ce3369516ee1d89a2bfb761 Description-en: Linux kernel version specific tools for version 4.18.0-1008 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1008 on 64 bit x86. You probably want to install linux-tools-4.18.0-1008-<flavour>. Package: linux-aws-edge-tools-4.18.0-1011 Description-md5: 0aeb1e3c6a55c1e19a505cafce99757a Description-en: Linux kernel version specific tools for version 4.18.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1011 on 64 bit x86. You probably want to install linux-tools-4.18.0-1011-<flavour>. Package: linux-aws-edge-tools-4.18.0-1012 Description-md5: 29c3bd22fc4d69c371b9041d686fbdf7 Description-en: Linux kernel version specific tools for version 4.18.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1012 on 64 bit x86. You probably want to install linux-tools-4.18.0-1012-<flavour>. Package: linux-aws-edge-tools-4.18.0-1016 Description-md5: 5ca8049600b6fdc32ddc325133b6f698 Description-en: Linux kernel version specific tools for version 4.18.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1016 on 64 bit x86. You probably want to install linux-tools-4.18.0-1016-<flavour>. Package: linux-aws-edge-tools-4.18.0-1017 Description-md5: caff7f4c339a840ced44d587601bace0 Description-en: Linux kernel version specific tools for version 4.18.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1017 on 64 bit x86. You probably want to install linux-tools-4.18.0-1017-<flavour>. Package: linux-aws-edge-tools-4.18.0-1018 Description-md5: f00e8ae6f085a96967ed150c7d312cc7 Description-en: Linux kernel version specific tools for version 4.18.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1018 on 64 bit x86. You probably want to install linux-tools-4.18.0-1018-<flavour>. Package: linux-aws-edge-tools-4.18.0-1020 Description-md5: 053f20294e1ac0d76c83398cd463fcaf Description-en: Linux kernel version specific tools for version 4.18.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1020 on 64 bit x86. You probably want to install linux-tools-4.18.0-1020-<flavour>. Package: linux-aws-edge-tools-5.0.0-1011 Description-md5: 47767ae8cf2d879bfa2d612f9ab90b84 Description-en: Linux kernel version specific tools for version 5.0.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1011 on 64 bit x86. You probably want to install linux-tools-5.0.0-1011-<flavour>. Package: linux-aws-edge-tools-5.0.0-1012 Description-md5: 7e644a141e2787b886f3c15d7e36814e Description-en: Linux kernel version specific tools for version 5.0.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1012 on 64 bit x86. You probably want to install linux-tools-5.0.0-1012-<flavour>. Package: linux-aws-edge-tools-5.0.0-1014 Description-md5: fa59283418c51d7cb325da6549a270ff Description-en: Linux kernel version specific tools for version 5.0.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1014 on 64 bit x86. You probably want to install linux-tools-5.0.0-1014-<flavour>. Package: linux-aws-edge-tools-5.0.0-1016 Description-md5: d45bb660ef591bbd8020f321561f36f0 Description-en: Linux kernel version specific tools for version 5.0.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1016 on 64 bit x86. You probably want to install linux-tools-5.0.0-1016-<flavour>. Package: linux-aws-headers-4.18.0-1006 Description-md5: 2f9107bb797fc81f5dbc75f7a8ee48f2 Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.18.0-1006/debian.README.gz for details Package: linux-aws-headers-4.18.0-1007 Description-md5: f27de494e7f153c5b0bea87e55986625 Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.18.0-1007/debian.README.gz for details Package: linux-aws-headers-4.18.0-1008 Description-md5: a98ca3fb2fe998fd02f557e9209de6e1 Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.18.0-1008/debian.README.gz for details Package: linux-aws-headers-4.18.0-1011 Description-md5: ac309ef99ff61b3db4feda3707123395 Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.18.0-1011/debian.README.gz for details Package: linux-aws-headers-4.18.0-1012 Description-md5: 02de520ef32b3720df6af61deb42e8e4 Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.18.0-1012/debian.README.gz for details Package: linux-aws-headers-4.18.0-1016 Description-md5: 38e6845e7114804c4951a5cf9078a5db Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.18.0-1016/debian.README.gz for details Package: linux-aws-headers-4.18.0-1017 Description-md5: 87fc81ad6b764e247feeb2dcd626da59 Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.18.0-1017/debian.README.gz for details Package: linux-aws-headers-4.18.0-1018 Description-md5: dca98f5c9a89c6f286e22b6d40feaffb Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.18.0-1018/debian.README.gz for details Package: linux-aws-headers-4.18.0-1020 Description-md5: e8197f9810a866580fbcb353280e7822 Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.18.0-1020/debian.README.gz for details Package: linux-aws-headers-5.0.0-1011 Description-md5: ee149b6ea3b3931246abae5597d4ad0e Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-5.0.0-1011/debian.README.gz for details Package: linux-aws-headers-5.0.0-1012 Description-md5: bd13e45530dcd2105983fbed69a84b09 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-5.0.0-1012/debian.README.gz for details Package: linux-aws-headers-5.0.0-1014 Description-md5: e9e2344fb1dcd13aa66265f709d32e16 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-5.0.0-1014/debian.README.gz for details Package: linux-aws-headers-5.0.0-1016 Description-md5: 318f0150a9794176491ec5dacd16bda1 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-5.0.0-1016/debian.README.gz for details Package: linux-buildinfo-4.18.0-1007-aws Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1008-aws Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1011-aws Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1012-aws Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1016-aws Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1017-aws Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1018-aws Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1020-aws Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1011-aws Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1012-aws Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1014-aws Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1015-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1016-aws Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1017-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1018-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1020-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1022-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-gke-5.0 Description-md5: 5369f3a7274b192c6526117074b6f2a1 Description-en: Complete Google Container Engine (GKE) Linux kernel and headers This package will always depend on the latest complete Google Container Engine (GKE) Linux kernel and headers. Package: linux-gke-5.0-headers-5.0.0-1015 Description-md5: 822cc474f1016cfff8bc93d8df536305 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1015/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1017 Description-md5: 3f87edf921d2c7c08a176b983ef989d1 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1017/debian.README.gz for details Package: linux-gke-5.0-tools-5.0.0-1015 Description-md5: 2a2e7d50f213597d16b202a1eae1b3fc Description-en: Linux kernel version specific tools for version 5.0.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1015 on 64 bit x86. You probably want to install linux-tools-5.0.0-1015-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1017 Description-md5: decd160073ded00e069da40db431c6d1 Description-en: Linux kernel version specific tools for version 5.0.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1017 on 64 bit x86. You probably want to install linux-tools-5.0.0-1017-<flavour>. Package: linux-headers-4.18.0-1006-aws Description-md5: 0cdce1ff2c30124f545efbea85ff6d8d Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1006/debian.README.gz for details. Package: linux-headers-4.18.0-1007-aws Description-md5: 57603a7e190710baf68aa41d6c5ac7b6 Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1007/debian.README.gz for details. Package: linux-headers-4.18.0-1008-aws Description-md5: 8f7d7e445c2ac009b4909f253ab9e01d Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1008/debian.README.gz for details. Package: linux-headers-4.18.0-1011-aws Description-md5: b386ff5b23c08a72c6fbe3639338566f Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1011/debian.README.gz for details. Package: linux-headers-4.18.0-1012-aws Description-md5: d1206af9eb87de6a36371e788ed78299 Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1012/debian.README.gz for details. Package: linux-headers-4.18.0-1016-aws Description-md5: bb9ec9d341bccee007e90fa4475038ca Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1016/debian.README.gz for details. Package: linux-headers-4.18.0-1017-aws Description-md5: 1639b3cf6b1690102cc77ed8971fdf0d Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1017/debian.README.gz for details. Package: linux-headers-4.18.0-1018-aws Description-md5: 8b5dc9adcc031079321c91566e0632d1 Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1018/debian.README.gz for details. Package: linux-headers-4.18.0-1020-aws Description-md5: 34c8dd8597ba95cfdabf937aa44c4073 Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1020/debian.README.gz for details. Package: linux-headers-5.0.0-1011-aws Description-md5: 9735c6535791a1e63faaaa3446b2449c Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1011/debian.README.gz for details. Package: linux-headers-5.0.0-1012-aws Description-md5: 89992ce6a99970b9a668d7decbdec239 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1012/debian.README.gz for details. Package: linux-headers-5.0.0-1014-aws Description-md5: 82e4ebf1606fa20c09ea9d08fe03551d Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1014/debian.README.gz for details. Package: linux-headers-5.0.0-1015-gke Description-md5: 1011b2535006141fcd9452a6e0b8fe8b Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1015/debian.README.gz for details. Package: linux-headers-5.0.0-1016-aws Description-md5: f282dfa2360e7000afede6cbafcc9948 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1016/debian.README.gz for details. Package: linux-headers-5.0.0-1017-gke Description-md5: 9ee3dfa76c1aae2071a75394d8748c6d Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1017/debian.README.gz for details. Package: linux-headers-5.0.0-1018-oem-osp1 Description-md5: b9e592516be5c05b9615a516bb5eca63 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1018/debian.README.gz for details. Package: linux-headers-5.0.0-1020-oem-osp1 Description-md5: bd4c9edd8f696e514befb0bdd5bb11e7 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1020/debian.README.gz for details. Package: linux-headers-5.0.0-1022-oem-osp1 Description-md5: 720fba300f4dc7de2fb9cc657642ef13 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1022/debian.README.gz for details. Package: linux-headers-aws-edge Description-md5: a7480e6794e1196fe6c4493bb10de495 Description-en: Linux kernel headers for AWS systems. This package will always depend on the latest kernel headers available for AWS systems. Package: linux-headers-gke-5.0 Description-md5: 9cfa072fb01881a41ab30aa1699e0970 Description-en: Google Container Engine (GKE) Linux kernel headers This package will always depend on the latest Google Container Engine (GKE) kernel headers available. Package: linux-headers-oem-osp1 Description-md5: 3ee49194a9bf27bed5fb56e92bdc18bb Description-en: OEM OSP1 Linux kernel headers This package will always depend on the latest OEM OSP1 kernel headers available. Package: linux-image-4.18.0-1006-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1007-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1008-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1011-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1012-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1016-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1017-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1018-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1020-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.0.0-1011-aws Description-md5: ce26bdd555b4510e2026b59ffc2d1988 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.0.0-1012-aws Description-md5: ce26bdd555b4510e2026b59ffc2d1988 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.0.0-1014-aws Description-md5: ce26bdd555b4510e2026b59ffc2d1988 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.0.0-1015-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1016-aws Description-md5: ce26bdd555b4510e2026b59ffc2d1988 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.0.0-1017-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1018-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1020-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1022-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-aws-edge Description-md5: f5900f8bb5fe9e4927d8cbe98b340ae1 Description-en: Linux kernel image for AWS systems. This package will always depend on the latest kernel image available for AWS systems. Package: linux-image-gke-5.0 Description-md5: 4b1a3063844337a92bdbf600862ec65d Description-en: Google Container Engine (GKE) Linux kernel image This package will always depend on the latest Google Container Engine (GKE) kernel image available. Package: linux-image-oem-osp1 Description-md5: 4d3e21699d76b1a8b28dbf228847ffb8 Description-en: OEM OSP1 Linux kernel image This package will always depend on the latest OEM OSP1 kernel image available. Package: linux-image-unsigned-5.0.0-1015-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1017-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1018-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1020-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1022-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1006-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1007-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1008-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1011-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1012-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1016-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1017-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1018-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1020-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1011-aws Description-md5: fbd408a60c248187ae78540091bb1736 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1012-aws Description-md5: fbd408a60c248187ae78540091bb1736 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1014-aws Description-md5: fbd408a60c248187ae78540091bb1736 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1015-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP Contains 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 amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1016-aws Description-md5: fbd408a60c248187ae78540091bb1736 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1017-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP Contains 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 amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1018-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP Contains 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 OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1020-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP Contains 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 OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1022-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP Contains 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 OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1012-aws Description-md5: 86b8fe057ba0299dcca9040286939166 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1014-aws Description-md5: 86b8fe057ba0299dcca9040286939166 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1015-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP. . 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 amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1016-aws Description-md5: 86b8fe057ba0299dcca9040286939166 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1017-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP. . 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 amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-aws-edge Description-md5: d63d87dde1b61e9837ce2bfb52eeaa46 Description-en: Extra modules for Amazon Web Services (AWS) systems. This package will always depend on the latest extra modules package available for Amazon Web Services (AWS) systems. Package: linux-modules-extra-gke-5.0 Description-md5: 03b54e749908469728e71772f8fa00ad Description-en: Google Container Engine (GKE) Linux kernel extra modules This package will always depend on the latest Google Container Engine (GKE) extra modules package available. Package: linux-oem-osp1 Description-md5: b04a198de40137ebc1750766ee65fffa Description-en: Complete OEM OSP1 Linux kernel and headers This package will always depend on the latest complete OEM OSP1 Linux kernel and headers. Package: linux-oem-osp1-headers-5.0.0-1018 Description-md5: 18fc70e91934843dd5541207844067ea Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1018/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1020 Description-md5: b072b31c14b569add71007b17b6e3848 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1020/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1022 Description-md5: 7b0a9f705982c5a8a592610e34cdf59a Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1022/debian.README.gz for details Package: linux-oem-osp1-tools-5.0.0-1018 Description-md5: 7d05f7cbe8806e837c674fe6d62c8d40 Description-en: Linux kernel version specific tools for version 5.0.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1018 on 64 bit x86. You probably want to install linux-tools-5.0.0-1018-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1020 Description-md5: 034e4cd13c0b813e52cba90ab5bc8c39 Description-en: Linux kernel version specific tools for version 5.0.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1020 on 64 bit x86. You probably want to install linux-tools-5.0.0-1020-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1022 Description-md5: 310619e0edb88489ad0352fd9f3bf850 Description-en: Linux kernel version specific tools for version 5.0.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1022 on 64 bit x86. You probably want to install linux-tools-5.0.0-1022-<flavour>. Package: linux-oem-osp1-tools-host Description-md5: d29120b11150b79af4338241d0a5dc74 Description-en: Linux kernel VM host tools This package provides kernel tools useful for VM hosts. Package: linux-tools-4.18.0-1006-aws Description-md5: 4d53d6bca8115cdc08a5592d54cb6673 Description-en: Linux kernel version specific tools for version 4.18.0-1006 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1006 on 64 bit x86. Package: linux-tools-4.18.0-1007-aws Description-md5: d7e5610b7e0643c75e5978069c1a3e60 Description-en: Linux kernel version specific tools for version 4.18.0-1007 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1007 on 64 bit x86. Package: linux-tools-4.18.0-1008-aws Description-md5: c86dcd2b7add27c820643c5536839d66 Description-en: Linux kernel version specific tools for version 4.18.0-1008 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1008 on 64 bit x86. Package: linux-tools-4.18.0-1011-aws Description-md5: 89ec36de81bf977a859e0ebc04f4b4e2 Description-en: Linux kernel version specific tools for version 4.18.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1011 on 64 bit x86. Package: linux-tools-4.18.0-1012-aws Description-md5: 95f795fced14e18fd3b7b6edc1821733 Description-en: Linux kernel version specific tools for version 4.18.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1012 on 64 bit x86. Package: linux-tools-4.18.0-1016-aws Description-md5: c8b48f91a7e6cca8e955268bbf1ca2d1 Description-en: Linux kernel version specific tools for version 4.18.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1016 on 64 bit x86. Package: linux-tools-4.18.0-1017-aws Description-md5: 3bebd45fa4d4a56a893c20d4e851bf4e Description-en: Linux kernel version specific tools for version 4.18.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1017 on 64 bit x86. Package: linux-tools-4.18.0-1018-aws Description-md5: f551eb31fc027b06caee870b262dd367 Description-en: Linux kernel version specific tools for version 4.18.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1018 on 64 bit x86. Package: linux-tools-4.18.0-1020-aws Description-md5: 9120b76e97bf07c9b8c0dec0fe51b026 Description-en: Linux kernel version specific tools for version 4.18.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1020 on 64 bit x86. Package: linux-tools-5.0.0-1011-aws Description-md5: c87a5194ef9017b3ad52532b579d827e Description-en: Linux kernel version specific tools for version 5.0.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1011 on 64 bit x86. Package: linux-tools-5.0.0-1012-aws Description-md5: 1036352fc5c47c20e93fff0a9055ad74 Description-en: Linux kernel version specific tools for version 5.0.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1012 on 64 bit x86. Package: linux-tools-5.0.0-1014-aws Description-md5: 1719666ff46c9f5ea1613314af9e2fb1 Description-en: Linux kernel version specific tools for version 5.0.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1014 on 64 bit x86. Package: linux-tools-5.0.0-1015-gke Description-md5: dc039aca7a31a9e4980efa6c63abebcd Description-en: Linux kernel version specific tools for version 5.0.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1015 on 64 bit x86. Package: linux-tools-5.0.0-1016-aws Description-md5: 10013753542d8f55255090685a0af5ae Description-en: Linux kernel version specific tools for version 5.0.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1016 on 64 bit x86. Package: linux-tools-5.0.0-1017-gke Description-md5: 268e7c011b1e815200f3c9c65977ce11 Description-en: Linux kernel version specific tools for version 5.0.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1017 on 64 bit x86. Package: linux-tools-5.0.0-1018-oem-osp1 Description-md5: 7d64d23f916ada363cf59e691b4cc7ed Description-en: Linux kernel version specific tools for version 5.0.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1018 on 64 bit x86. Package: linux-tools-5.0.0-1020-oem-osp1 Description-md5: 5e18e39d1eacb3c035c7d1001f3a6eab Description-en: Linux kernel version specific tools for version 5.0.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1020 on 64 bit x86. Package: linux-tools-5.0.0-1022-oem-osp1 Description-md5: 7f9860e3413d8751b598873bd4de81c0 Description-en: Linux kernel version specific tools for version 5.0.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1022 on 64 bit x86. Package: linux-tools-aws-edge Description-md5: 1c760f9cd682d4a2ce1e4f32facd8003 Description-en: Linux kernel versioned tools for AWS systems. This package will always depend on the latest Linux kernel versioned tools available for AWS systems. Package: linux-tools-gke-5.0 Description-md5: 6e72416911e80a401d51458df80874c4 Description-en: Google Container Engine (GKE) Linux kernel tools This package will always depend on the latest Google Container Engine (GKE) kernel tools available. Package: linux-tools-oem-osp1 Description-md5: d7cf9087dcb6fa81ea4b3af483307ee1 Description-en: OEM OSP1 Linux kernel tools This package will always depend on the latest OEM OSP1 kernel tools available. Package: lrzsz Description-md5: 5e27fa83eccb5c12b930946e1d62ebd4 Description-en: Tools for zmodem/xmodem/ymodem file transfer Lrzsz is a cosmetically modified zmodem/ymodem/xmodem package built from the public-domain version of Chuck Forsberg's rzsz package. . These programs use error correcting protocols ({z,x,y}modem) to send (sz, sx, sb) and receive (rz, rx, rb) files over a dial-in serial port from a variety of programs running under various operating systems. Package: lua5.3 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: lxc Description-md5: 8f5ab7156cfdafe3662f916116c20006 Description-en: Transitional package - lxc -> lxc-utils This is a transitional dummy package. It can safely be removed. . lxc is now replaced by lxc-utils. Package: lxc-utils Description-md5: 4ece0dffd153c29e95ffdb89f8238dfc Description-en: Linux Containers userspace tools Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package provides the lxc-* tools, which can be used to start a single daemon in a container, or to boot an entire "containerized" system, and to manage and debug your containers. Package: lxc1 Description-md5: 273a0579052e484ba19949ef240341d4 Description-en: Transitional package - lxc1 -> lxc-utils This is a transitional dummy package. It can safely be removed. . lxc1 is now replaced by lxc-utils. Package: mariadb-client Description-md5: 2e04f284c927cfb4a5b1050a825be647 Description-en: MariaDB database client (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mariadb-client (currently mariadb-client-10.0), as determined by the MariaDB maintainers. Install this package if in doubt about which MariaDB version you want, as this is the one considered to be in the best shape. Package: mariadb-client-10.1 Description-md5: 7b5610b71c2642b63e6ffcb5b15bba8e Description-en: MariaDB database client binaries MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the client binaries and the additional tools innotop and mysqlreport. Package: mariadb-client-core-10.1 Description-md5: 2862a38a5ead2e1df7366bf661e03278 Description-en: MariaDB database core client binaries MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Package: mariadb-common Description-md5: a8bf2c1aebcb16934e54a7cb04adbfb4 Description-en: MariaDB common metapackage MariaDB 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 MariaDB are speed, robustness and ease of use. Package: mariadb-plugin-connect Description-md5: a80bd9647c2961ca648b4365a4644855 Description-en: Connect storage engine for MariaDB Connect engine supports a number of file formats (dbf, xml, txt, bin, etc), connections to ODBC tables and remote MySQL tables, as well as a number of other interesting features. This package contains the Connect plugin for MariaDB. Package: mariadb-plugin-cracklib-password-check Description-md5: 0a2fe8a4ba8c29f625cec2b60dca2e5d Description-en: CrackLib Password Validation Plugin for MariaDB This password validation plugin uses cracklib to allow only sufficiently secure (as defined by cracklib) user passwords in MariaDB. Package: mariadb-plugin-gssapi-client Description-md5: ece7660a1e2293e316a2fa35c35f8b25 Description-en: GSSAPI authentication plugin for MariaDB client This plugin includes support for Kerberos on Unix, but can also be used for Windows authentication with or without domain environment. . This package contains the client parts. Package: mariadb-plugin-gssapi-server Description-md5: 15f0c8ec89caa84121f658521f1d6501 Description-en: GSSAPI authentication plugin for MariaDB server This plugin includes support for Kerberos on Unix, but can also be used for Windows authentication with or without domain environment. . This package contains the server parts. Package: mariadb-plugin-mroonga Description-md5: 38f273fa8679ace3c47de32b8f1ad726 Description-en: Mroonga storage engine for MariaDB Mroonga (formerly named Groonga Storage Engine) is a storage engine that provides fast CJK-ready full text searching using column store. This package contains the Mroonga plugin for MariaDB. Package: mariadb-plugin-oqgraph Description-md5: 1fb0e876d57cfdc1cff69872c8dc754b Description-en: OQGraph storage engine for MariaDB The OQGraph engine is a computation engine plugin for handling hierarchies (trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL. This package contains the OQGraph plugin for MariaDB. Package: mariadb-plugin-spider Description-md5: 0834409e7a3afca41f173143a638f5ab Description-en: Spider storage engine for MariaDB The Spider storage engine with built-in sharding features. It supports partitioning and xa transactions, and allows tables of different MariaDB instances to be handled as if they were on the same instance. It refers to one possible implementation of ISO/IEC 9075-9:2008 SQL/MED. Package: mariadb-plugin-tokudb Description-md5: 31667cb988ed1d50b7ef032158e16474 Description-en: TokuDB storage engine for MariaDB The TokuDB storage engine is for use in high-performance and write-intensive environments, offering increased compression and better performance based on fractal indexes. This package contains the TokuDB plugin for MariaDB. Package: mariadb-server Description-md5: 184dec3a9fb41c1cd31a78f54fa02394 Description-en: MariaDB database server (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mariadb-server (currently mariadb-server-10.0), as determined by the MariaDB maintainers. Install this package if in doubt about which MariaDB version you need. That will install the version recommended by the package maintainers. . MariaDB 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 MariaDB are speed, robustness and ease of use. Package: mariadb-server-10.1 Description-md5: ae76dbcde4bf3e79b8228e6dad967834 Description-en: MariaDB database server binaries MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the server binaries. Package: mariadb-server-core-10.1 Description-md5: a01f76260dfbedfdfbfcd8ff440b8a4c Description-en: MariaDB database core server files MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the core server files, as used by Akonadi. Package: mariadb-test Description-md5: 88232ad1a9463948e9a1f1d33923b547 Description-en: MariaDB database regression test suite MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the regression test suite. Package: mariadb-test-data Description-md5: 4e2584329df41bfe2241de957d88c44a Description-en: MariaDB database regression test suite - data files MariaDB 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 MariaDB are speed, robustness and ease of use. . This package has the architecture independent data files for the test suite. Package: maven Description-md5: 344f87767e3119fe58a5149874e743c9 Description-en: Java software project management and comprehension tool Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features Package: maven-ant-helper Description-md5: f2c490cf8d85b5e86cb5ef4121bb7088 Description-en: helper scripts for building Maven components with ant An environment that can be used to simplify the creation of Debian packages to support the Maven system. A "modello" ant task is also provided. . maven-build.xml attempts to reproduce the Maven build life-cycle. You can use it to build your jar or javadoc. If you have libmaven2-core-java installed, you can even use it to launch some Maven plugins to generate some code. Package: maven-cache-cleanup Description-md5: f5c5f8588751ecaca4ed05e16d26da31 Description-en: Utility to purge timestamped snapshots from Maven repositories Maven 3 dropped support for non-unique snapshot versions, which had the side effect of filling up Maven caches on developer machines and on CI build hosts. The Maven Cache Cleanup utility scans a specified Maven cache directory for snapshot versions and deletes all but the latest version of the timestamped artifacts. Package: maven-debian-helper Description-md5: 1339aa9bab67b5b17d46e9f968b15eef Description-en: Helper tools for building Debian packages with Maven maven-debian-helper is a set of tools used to generate Debian packages from Maven projects and build them in a manner that complies with the Debian policies. Package: maven-repo-helper Description-md5: eb08bec908759f1bd4f918393d802196 Description-en: Helper tools for including Maven metadata in Debian packages This package enables Debian packages which are not using Maven in their build process to provide and install Maven POMs and libraries in the repository located in /usr/share/maven-repo. . Packages built with Maven (using maven-debian-helper) will benefit as many of their dependencies are already packaged in Debian but they are missing the necessary metadata (Maven POM) which is required by Maven when it is using dependencies. . A tutorial is available at /usr/share/doc/maven-repo-helper/tutorial.html Package: mercurial Description-md5: 01f62ef3bd1477c40a17577e8dcc5e14 Description-en: easy-to-use, scalable distributed version control system Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. . Its features include: * O(1) delta-compressed file storage and retrieval scheme * Complete cross-indexing of files and changesets for efficient exploration of project history * Robust SHA1-based integrity checking and append-only storage model * Decentralized development model with arbitrary merging between trees * High-speed HTTP-based network merge protocol * Easy-to-use command-line interface * Integrated stand-alone web interface * Small Python codebase . This package contains the architecture dependent files. Package: mercurial-common Description-md5: 715b60ef17ae723625b571846d6d05da Description-en: easy-to-use, scalable distributed version control system (common files) Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. . This package contains the architecture independent components of Mercurial, and is generally useless without the mercurial package. Package: mkbootimg Description-md5: 0d10e2b9aac44ee2f6beda66718048b2 Description-en: Creates Android boot images Creates Android boot images that includes kernel image and ramdisk, in a special format which can be used with fastboot. Package: mobile-atlas-creator Description-md5: 2b0ced3f602a2b6c1203ba87b14665ec Description-en: program to create offline atlases for GPS/cell phone applications Formerly known as "TrekBuddy Atlas Creator". This application creates off-line atlases for the J2ME application TrekBuddy and various other mobile applications on Android and WindowsCE. The abbreviation of ths app is mobac. Package: mosquitto Description-md5: 307c8e6f529318d6f3294b62a053c404 Description-en: MQTT version 3.1/3.1.1 compatible message broker This is a message broker that supports version 3.1 and 3.1.1 of the MQTT protocol. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Package: mosquitto-clients Description-md5: 00ffe8c3469756fd522b4deb0fa35021 Description-en: Mosquitto command line MQTT clients This is two MQTT version 3.1/3.1.1 command line clients. mosquitto_pub can be used to publish messages to a broker and mosquitto_sub can be used to subscribe to a topic to receive messages. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Package: mosquitto-dbg Description-md5: 8a28b96035cc815c27baf40a48ae9304 Description-en: debugging symbols for mosquitto binaries This package contains debugging files used to investigate problems with the binaries provided by the packages mosquitto, mosquitto-clients, libmosquitto1 and libmosquittopp1. Package: mosquitto-dev Description-md5: 85819cfdd218368883800fb38464ff56 Description-en: Development files for Mosquitto Mosquitto is a message broker that supports the MQTT protocol. . This package contains the include files used if you wish to compile a package which requires Mosquitto's source file headers. Package: mysql-source-5.7 Description-md5: 88f58941059fab032315a68e3122ac60 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 - but after the arch specific configuration. This is currently required for building plugins. Package: mysql-testsuite Description-md5: e045843e436e014e0fa5bcb7763bc7e1 Description-en: MySQL regression tests This is an empty package that depends on the current "best" version of mysql-testsuite (currently mysql-testsuite-5.7), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you want, as this is the one we consider to be in the best shape. Package: mysql-testsuite-5.7 Description-md5: 0557f3dcf33248a2caf2c603c14917dd Description-en: MySQL 5.7 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: netatalk Description-md5: 9400f37f8d52982c30c427813e004eab Description-en: AppleTalk user binaries Netatalk is an implementation of the AppleTalk Protocol Suite for BSD-derived systems. The current release contains support for EtherTalk Phase I and II, DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. . This package contains all daemon and utility programs as well as Netatalk's static libraries. Package: netatalk-dbg Description-md5: f7fe479bef08b7da27b486d7ba9a78a4 Description-en: Debug symbols for netatalk Netatalk is an implementation of the AppleTalk Protocol Suite for BSD-derived systems. The current release contains support for EtherTalk Phase I and II, DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. . This package contains the debugging symbols for Netatalk. Package: netbeans Description-md5: 26e2554fdd9aea3a39bf374f2f9703d0 Description-en: Extensible Java IDE Integrated Development Environment for software developers. It supports development of desktop, enterprise, web, and mobile applications. Package includes the Base IDE, Java Development Tools and Plug-in Development Tools. Support for PHP, Ruby, C/C++, Java EE and others can be added. Package: network-manager-config-connectivity-debian Description-md5: ee9b0c2af33d572bf2dba6f733d3d44b Description-en: NetworkManager configuration to enable connectivity checking This package contains a configuration file which enables NetworkManager's connectivity checking functionality. . NetworkManager will try to connect to a Debian server to determine the connection status. . This is particularly useful for captive portal detection. . No user data is transmitted in the connectivity checks, but merely contacting the Debian connectivity check servers reveals that the user is running a Debian(-based) operating system with NetworkManager. Package: network-manager-vpnc Description-md5: 41f3f439f21dbe62ff897a0b37a0f6fa 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 to 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: nginx-extras Description-md5: 225aac32714dab461692d2628eac8f17 Description-en: nginx web/proxy server (extended version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a version of nginx with the standard modules, plus extra features and modules such as the Perl module, which allows the addition of Perl in configuration files. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, FLV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, MP4, Embedded Perl, Random Index, Real IP, Slice, Secure Link, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . THIRD PARTY MODULES: Auth PAM, Cache Purge, DAV Ext, Echo, Fancy Index, Headers More, Embedded Lua, HTTP Substitutions, Nchan, Upload Progress, Upstream Fair Queue. Package: nginx-full Description-md5: fb2d2f2707ba78b7a34b5042b033f3ef Description-en: nginx web/proxy server (standard version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a version of nginx with the complete set of standard modules included (but omitting some of those included in nginx-extra). . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP, Slice, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, HTTP Substitutions, Upstream Fair Queue. Package: nginx-light Description-md5: dc750c339c49ba7f8f24198d00333f02 Description-en: nginx web/proxy server (basic version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a very light version of nginx with only the minimal set of features and modules. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Empty GIF, FastCGI, Map, Proxy, Rewrite, SCGI, uWSGI. . OPTIONAL HTTP MODULES: Auth Request, Charset, Gzip, Gzip Precompression, Headers, HTTP/2, Index, Log, Real IP, Slice, SSI, SSL, Stub Status, Thread Pool, WebDAV, Upstream. . THIRD PARTY MODULES: Echo. Package: node-fstream Description-md5: d3438a2fc439a8bca20e94d332862c29 Description-en: Advanced filesystem streaming tools for Node.js node-fstream is a high-level file stream module for Node.js, with a unified interface for reading and writing streams representing files, directories or symbolic links, as well as manipulating their attributes, such as atime/mtime or uid/guid. . Node.js is an event-based server-side javascript engine. Package: nodejs Description-md5: e507fb472d7cdaceffc5b285a62d5c1b Description-en: evented I/O for V8 javascript Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Package: nodejs-dev Description-md5: 80f21f18dc84266acebc6380c27c1a79 Description-en: evented I/O for V8 javascript (development files) Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . This package is needed to build plugins. Package: nodejs-doc Description-md5: 412a10c7e1cda220ce002c1fbb981adb Description-en: API documentation for Node.js, the javascript platform Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. . This package contains API documentation for nodejs. Package: nodejs-mozilla Description-md5: e507fb472d7cdaceffc5b285a62d5c1b Description-en: evented I/O for V8 javascript Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Package: nova-ajax-console-proxy Description-md5: 571664bc0008e44d5df6784807a6ecf0 Description-en: OpenStack Compute - AJAX console proxy - transitional package OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package used to provide the AJAX proxy, which is now gone. Package: nova-api-metadata Description-md5: ae9cd778d7894b1a89d138fe3587a7da Description-en: OpenStack Compute - metadata API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . This package provides the metadata API backend for guest VMs. Package: nova-api-os-compute Description-md5: 32fe3c17415adfec970c371f4bdff9b6 Description-en: OpenStack Compute - OpenStack Compute API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . This package provides the OpenStack Compute API frontend. Package: nova-api-os-volume Description-md5: f8cc143de25afd88a62e482808826104 Description-en: OpenStack Compute - OpenStack Volume API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . This is a dummy transitional package that can be removed after upgrade. Package: nova-cells Description-md5: a630a337cf802c4d29d91c1a6283fac5 Description-en: Openstack Compute - cells OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova cells component. Package: nova-compute-qemu Description-md5: 46acbb1c9b077142e1930821f7a05aed Description-en: OpenStack Compute - compute node (QEmu) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using QEmu. Package: nova-compute-vmware Description-md5: 3246e65f6c94fc6b7eccb5b2f332c4f1 Description-en: OpenStack Compute - compute node (VMware) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using VMware vCenter. Package: nova-compute-xen Description-md5: 8268c70ad765a6427d184e1c58a4472c Description-en: OpenStack Compute - compute node (Xen) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using Xen. Package: nova-console Description-md5: 095d3c39f30a44dd0768d8a869e4fa67 Description-en: OpenStack Compute - Console OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the console server. This enables the use of consoles to be used along with XVP and XenServer. It is a publically reachable component which proxies access to VNCs running on compute nodes. Package: nova-consoleauth Description-md5: 471ffbc52e68b19718599b8e938708d2 Description-en: OpenStack Compute - Console Authenticator OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the authentication service for nova-console. It grants user requests for console access based on tokens in the identity service and allows access to virtual consoles via a browser. Package: nova-novncproxy Description-md5: f71a025ccadd58aa7f26e66e99818fa8 Description-en: OpenStack Compute - NoVNC proxy OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the VNC proxy. It is a publically reachable component which proxies access to VNCs running on compute nodes. Package: nova-placement-api Description-md5: dcb1a7642fea15d823a096f421cb0e6d Description-en: OpenStack Compute - placement API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . This package provides the placement API frontend for managing resource providers. Package: nova-serialproxy Description-md5: a8fd3f5d6ac9bda37bd109530d1cfc96 Description-en: OpenStack Compute - serial proxy OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the serial proxy. It is a publically reachable component which proxies access to qemu-space running on compute nodes Package: nova-spiceproxy Description-md5: ea77a7b8b1a9e5a1953479bb5b89e219 Description-en: OpenStack Compute - spice html5 proxy OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the spice proxy. It is a publically reachable component which proxies access to qemu-space running on compute nodes Package: nova-xvpvncproxy Description-md5: b3739b7ab9595f5c68b1c0e141861b74 Description-en: OpenStack Compute - XVP VNC proxy OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the VNC proxy. It is a publically reachable component which proxies access to VNCs running on compute nodes. 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: ntp-doc Description-md5: f5c14d8cbc640d49a5c8a0eeaadac851 Description-en: Network Time Protocol documentation 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 HTML documentation for the ntp packages (ntp, ntpdate). Since there are no substantive man pages for ntp's programs and configuration files, this package is desirable for any setup beyond the simple default configuration. 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: ntpsec Description-md5: 95a8d09202caa65253f30fb1db647bdf 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, 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. . This is the NTPsec version of NTP. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntpsec-doc". Package: ntpsec-doc Description-md5: 305615088e9512416c11e16403af0a23 Description-en: Network Time Protocol documentation 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, or similar time signals. . This package contains HTML documentation for the ntpsec packages (ntpsec, ntpsec-ntpdate). . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: ntpsec-ntpdate Description-md5: 71e2f5537b567c32013b184c9137b5ef 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, 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. . This is the NTPsec version of ntpdate. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. . If the full NTP daemon from the package "ntpsec" is installed, then ntpsec-ntpdate is not necessary. Package: ntpsec-ntpviz Description-md5: 0eaae42373fa30a1293b94825738d9bd Description-en: NTP statistics graphing utility 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, or similar time signals. . ntpviz analyzes NTP log files and generates statistical plots from them. The output is in the form of HTML with images. If Apache is installed, it will be served at: /ntpviz . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: opencv-data Description-md5: 6309a2225945477162fd5b5b25620a83 Description-en: development data for opencv This package contains some architecture independent files useful for development with OpenCV. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: opencv-doc Description-md5: ee64a89ad004eac0997a2fd96a5627e5 Description-en: OpenCV documentation and examples This package contains the OpenCV documentation and example programs. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: openjdk-11-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-11-jre-dcevm Description-md5: 68e6b77fa629f8c7692e213584cd125f Description-en: Alternative VM for OpenJDK 11 with enhanced class redefinition The Dynamic Code Evolution Virtual Machine (DCE VM) is a modification of the Java HotSpot VM that allows unlimited redefinition of loaded classes at runtime. The current hotswapping mechanism of the HotSpot VM allows only changing method bodies. This enhanced VM allows adding and removing fields and methods as well as changes to the super types of a class. . This alternative VM is enabled by adding the -dcevm option when invoking the java command. Package: openjdk-11-jre-zero Description-md5: c714861c802c9808def07d5329c6ed78 Description-en: Alternative JVM for OpenJDK, using Zero The package provides an alternative runtime using the Zero VM. Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Package: openjdk-8-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-8-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-8-doc Description-md5: c1aebd5e8058a6cce0d5690571eddb7b Description-en: OpenJDK Development Kit (JDK) documentation OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the API documentation. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-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-8-jdk-headless Description-md5: d1221d55e35c3f9b061c79f97661bd96 Description-en: OpenJDK Development Kit (JDK) (headless) 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-8-jre Description-md5: adca808a02a80aed4051cc95b7fe5f37 Description-en: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jre-headless Description-md5: 20eb08d56f9496cba7ae5bc1fc762f93 Description-en: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jre-zero Description-md5: ca0db1fb38a237b982a1de5e6d632720 Description-en: Alternative JVM for OpenJDK, using Zero/Shark The package provides an alternative runtime using the Zero VM and the Shark Just In Time Compiler (JIT). Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Package: openjdk-8-source Description-md5: 328263bb6fbf81f04f5d459d67244ea0 Description-en: OpenJDK Development Kit (JDK) source files OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the Java programming language source files (src.zip) for all classes that make up the Java core API. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjfx Description-md5: c81023d9b26926c1219881c76843995a Description-en: JavaFX/OpenJFX - Rich client application platform for Java JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. Package: openjfx-source Description-md5: c01ab725de38eaf161e002db642eda0e Description-en: JavaFX/OpenJFX - Rich client application platform for Java (sources) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the source archive to be used with an IDE. Package: openssl1.0 Description-md5: bd5d2f6fd9cabf8ca8dfdd6df1453779 Description-en: Secure Sockets Layer toolkit 1.0 - cryptographic utility This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains the general-purpose command line binary /usr/lib/ssl1.0/openssl, useful for cryptographic operations such as: * creating RSA, DH, and DSA key parameters; * creating X.509 certificates, CSRs, and CRLs; * calculating message digests; * encrypting and decrypting with ciphers; * testing SSL/TLS clients and servers; * handling S/MIME signed or encrypted mail. Package: openvswitch-pki Description-md5: 7bc9647531060a37f72077a192bd67e9 Description-en: Open vSwitch public key infrastructure dependency package Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-pki provides PKI (public key infrastructure) support for Open vSwitch switches and controllers, reducing the risk of man-in-the-middle attacks on the Open vSwitch network infrastructure. Package: openvswitch-test Description-md5: 5e96c70d93748d31d15d453a8ccec079 Description-en: Open vSwitch test package Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package contains utilities that are useful to diagnose performance and connectivity issues in Open vSwitch setup. Package: openvswitch-testcontroller Description-md5: 55827d9f036c6bc8e9b4979e18054a4e Description-en: Simple controller for testing OpenFlow setups This controller enables OpenFlow switches that connect to it to act as MAC-learning Ethernet switches. It can be used for initial testing of OpenFlow networks. It is not a necessary or desirable part of a production OpenFlow deployment. Package: openvswitch-vtep Description-md5: be45108f46f34bd9625673e3854b516b Description-en: Open vSwitch VTEP utilities Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides utilities that are useful to interact with a VTEP-configured database and a VTEP emulator. Package: orthanc-imagej Description-md5: 8d273ba496e01f76aa13b08e9b2bdc53 Description-en: ImageJ plugin to import images from Orthanc This ImageJ plugin allows ImageJ to browse the content of an Orthanc server, then import 2D/3D DICOM images from Orthanc into ImageJ. Orthanc is a lightweight, RESTful DICOM server for healthcare and medical research. . This plugin simplifies the indexation of DICOM images if using ImageJ (e.g. for quality control of DICOM modalities, or for pedagogical use). There is also no need to carry on any complex network configuration, since the plugin directly uses the REST API of Orthanc. This makes its installation and its use quite straightforward. Package: ostree Description-md5: d767cb08238abbe08c2671b5e44f6d0b Description-en: content-addressed filesystem for operating system binaries libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files and has a content-addressed object store; unlike git, it "checks out" the files using hardlinks into an immutable directory tree. This can be used to provide atomic upgrades with rollback, history and parallel-installation, particularly useful on "fixed purpose" systems such as embedded devices. . This package contains the executables used to manage and create filesystem trees. It does not affect the boot process for the system on which it is installed. Package: ostree-tests Description-md5: d7b28e54f9327d4a658e4e5bdbf03edf Description-en: content-addressed filesystem for operating system binaries - tests libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. See the ostree package's description for more details. . This package contains automated tests. Package: ovn-central Description-md5: 51da9b332c86210741d1b832acebdd0e Description-en: OVN central components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-central provides the userspace daemons, utilities and databases for OVN that is run at a central location. Package: ovn-common Description-md5: cd4c2df976682d204b22ff3c4f5726a3 Description-en: OVN common components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-common provides components required by other OVN packages. Package: ovn-controller-vtep Description-md5: cb37ad1b93f4ced40b54aea4ed082bdb Description-en: OVN vtep controller ovn-controller-vtep is the local controller daemon in OVN, the Open Virtual Network, for VTEP enabled physical switches. It connects up to the OVN Southbound database over the OVSDB protocol, and down to the VTEP database over the OVSDB protocol. . ovn-controller-vtep provides the ovn-controller-vtep binary for controlling vtep gateways. Package: ovn-docker Description-md5: 79920f3b11526b699266eb2c6f47af5f Description-en: OVN Docker drivers OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-docker provides the docker drivers for OVN. Package: ovn-host Description-md5: dec3348dabde40372a2d4189bfddad30 Description-en: OVN host components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-host provides the userspace components and utilities for OVN that can be run on every host/hypervisor. Package: pacemaker-remote Description-md5: 52bc3efea373266e5ae769176139e31b Description-en: cluster resource manager proxy daemon for remote nodes At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the Pacemaker proxy daemon, which simulates cluster services on a node not running the cluster stack. Such "remote" nodes can run resources but don't participate in the quorum. This package is mutually exclusive with Pacemaker proper. Package: pango1.0-tests Description-md5: ff557306e029dcb08687d43f495b0d47 Description-en: Layout and rendering of internationalized text - installed tests 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 test programs, designed to be run as part of a regression testsuite. Package: passenger Description-md5: c4a13beb899287700f5e0b97e0d84998 Description-en: Rails and Rack support Phusion Passenger — a.k.a. mod_rails or mod_rack — makes deployment of Ruby web applications, such as those built on the revolutionary Ruby on Rails web framework, a breeze. Package: passenger-doc Description-md5: fcdcaf31ad62fe3ea32abdbb30448331 Description-en: Rails and Rack support for Apache2 - Documentation Phusion Passenger — a.k.a. mod_rails or mod_rack — makes deployment of Ruby web applications, such as those built on the revolutionary Ruby on Rails web framework, a breeze. . This package provides the documentation for Phusion Passenger. Package: pdfsam Description-md5: 91b6582b463e9d90cd973f46a1e383ba Description-en: PDF Split and Merge PDF Split and Merge is a very simple, easy to use, free, open source utility to split and merge pdf files. It has a simple graphical interface to let the user choose pdf files, split or merge them. Package: perlmagick Description-md5: 1f334da72af0f0bfe00d5b5136fed526 Description-en: Perl interface to ImageMagick -- dummy package 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. . This is a transitional package to help migrate systems to the new libimage-magick-perl perl library. . This is a dummy package. You can safely purge or remove it. Package: php-symfony Description-md5: 6bd880529267e45057ec9b7f9914c8cd Description-en: set of reusable components and framework for web projects The Symfony PHP framework allows one to create websites and web applications. It’s a set of tools and a development methodology. . This package depends on every component. Applications depending on Symfony should rather depend on individual components actually needed by them. Package: php-symfony-asset Description-md5: 88a909d373c0ea1ef4bed59e6fdd1714 Description-en: manage asset URLs The Symfony Asset Component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-browser-kit Description-md5: c68bebb46c44e60ae7ac981ae91b54c7 Description-en: simulate the behavior of a web browser The Symfony BrowserKit Component provides only an abstract client. It does not provide any "default" backend for the HTTP layer. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-cache Description-md5: b1cc2d20d3bf89a3b747beea66522714 Description-en: Symfony Cache component with PSR-6, PSR-16, and tags The Symfony Cache Component provides an extended PSR-6 implementation for adding cache to applications. It is designed to have a low overhead so that caching is fastest. It ships with a few caching adapters for the most widespread and suited to caching backends. It also provides a `doctrine/cache` proxy adapter to cover more advanced caching needs and a proxy adapter for greater interoperability between PSR-6 implementations. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-class-loader Description-md5: fa204c41f4fdf2f8a3365b40c2cba7c1 Description-en: load PHP classes automatically The Symfony ClassLoader Component makes it possible to automatically load PHP classes if they follow some standard PHP conventions such as the PSR-0 standard or the PEAR naming convention. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-config Description-md5: 15f26ec519ede2b9680ba325d2402e15 Description-en: load configurations from different data sources The Symfony Config Component provides the infrastructure for loading configurations from different data sources and optionally monitoring these for changes. Additional tools for validating, normalizing and handling of defaults are provided. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-console Description-md5: 1569b7c3031ce5cf720dddb0ed7582d9 Description-en: run tasks from the command line The Symfony Console Component can be used to implement recurring or long running tasks, such as cronjobs, imports or other batch jobs. Additionally it assists the creation of nice looking command line interfaces. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-css-selector Description-md5: 116c5f752f6f8c12d73cc780f3ee9813 Description-en: convert CSS selectors to XPath expressions The Symfony CssSelector Component can be used to convert CSS selectors to XPath expressions. It basically is a port of the Python lxml library. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-debug Description-md5: 0ec77704ff27294fb4b4208315107350 Description-en: tools to make debugging of PHP code easier The Symfony Debug Component contains various tools to assist PHP code debugging. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-debug-bundle Description-md5: 2065529ae7d1929a2fdb76f7e59a91a1 Description-en: debugging tools for the Symfony framework Symfony DebugBundle allows an application using it to dump variables from PHP or Twig in the web debug toolbar. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-dependency-injection Description-md5: ad53f72bd89233731e3bed605af700b4 Description-en: standardize and centralize construction of objects The Symfony DependencyInjection Component standardizes and centralizes the way objects are constructed in an application. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-doctrine-bridge Description-md5: d68f0864d6a4b6aa9fa3b14f3823b097 Description-en: integration for Doctrine with Symfony Components The Symfony Doctrine Bridge integrates the Doctrine Project with various Symfony Components. . The Doctrine Project provides several libraries primarily focused on database storage and object mapping. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-dom-crawler Description-md5: 924f5cf04b02920148ecf212ea3cf6eb Description-en: ease DOM navigation for HTML and XML documents The Symfony DomCrawler Component provides methods to query and manipulate HTML and XML documents. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-dotenv Description-md5: 93a097f6177c2ff81767d40edb48694c Description-en: .env files parser to make environment variables accessible The Symfony Dotenv Component parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-event-dispatcher Description-md5: e19f6f76d41e99d4860e64448d349b37 Description-en: dispatch events and listen to them The Symfony EventDispatcher Component implements the mediator pattern and thus allows individual parts of an application to communicate with each other by dispatching events and listening to them. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-expression-language Description-md5: 61eb76d07c97273dce968594b943678e Description-en: compile and evaluate expressions The Symfony ExpressionLanguage Component provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, Booleans). . By default, the engine implements simple math and logic functions, method calls, property accesses, and array accesses. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-filesystem Description-md5: 8259d68e5d2b27490a550f4be2e51a70 Description-en: basic filesystem utilities The Symfony Filesystem Component provides basic utilities to work with the filesystem, like creating directories, removing files or adding symlinks. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-finder Description-md5: 66b7bfe07c34cf3c994a2e6c674c5f95 Description-en: find files and directories The Symfony Finder Component provides an intuitive interface to find files and directories. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-form Description-md5: ef776c698e81ff530a4e27727d43a105 Description-en: create HTML forms and process request data The Symfony Form Component provide tools for defining HTML forms, rendering their request data and mapping this to related models. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-framework-bundle Description-md5: 9a947d91c567199ccb78a5bf72697f1e Description-en: basic, robust and flexible MVC framework Symfony FrameworkBundle contains most of the base framework functionality and can be configured by an application using it, including settings related to sessions, translation, forms, validation, routing and more. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-http-foundation Description-md5: d53a90c044793b166e5b9ae8cf6b45b3 Description-en: object-oriented layer for the HTTP specification The Symfony HttpFoundation Component provides an object-oriented abstraction for dealing with requests, responses, uploaded files, cookies and sessions. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-http-kernel Description-md5: c939e66572524bf5395e9b5e6788d97b Description-en: building blocks for flexible and fast HTTP-based frameworks The Symfony HttpKernel Component provides a structured process for converting requests into responses and is flexible enough to build full-stack frameworks like Symfony as well as micro frameworks like Silex on top of it. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-inflector Description-md5: f0cf30a23d0a0200e981e81f8b6b3abf Description-en: words conversion between their singular and plural forms The Symfony Inflector Component converts words between their singular and plural forms (English only). . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-intl Description-md5: e5f69f9da5edbf6c511b33a98adf8407 Description-en: limited replacement layer for the PHP extension intl The Symfony Intl Component provides a replacement layer for the PHP extension intl that is limited to the English locale and thus can not fully substitute the PHP extension it intends to replace. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-ldap Description-md5: 20a0e8ffc7c2454a293593dbe64b209f Description-en: abstraction layer for the PHP LDAP module The Symfony Ldap Component provides an abstraction layer for the functions provided by the LDAP module for PHP (php-ldap). . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-lock Description-md5: 651b82c72814581e7e92343a63e65a62 Description-en: creates and manages locks The Symfony Lock Component creates and manages locks, a mechanism to provide exclusive access to a shared resource. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-monolog-bridge Description-md5: 848175192661a328104a676e6dfc1c25 Description-en: integration for Monolog with Symfony Components The Symfony Monolog Bridge integrates Monolog with various Symfony Components. . Monolog can be used to send logs to various destination and web services. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-options-resolver Description-md5: 475754b8f3b3ae26ddd6a4fe2bb3cdc8 Description-en: configure objects with option arrays The Symfony OptionsResolver Component allows the configuration of objects with option arrays by supporting default values on different levels of class hierarchy, option constraints and lazy options whose default value depends on the value of another option. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-phpunit-bridge Description-md5: 77ee802d5294f9b9c892ff8beb50f6e0 Description-en: integration for PHPUnit with Symfony Components The Symfony PHPUnit Bridge integrates PHPUnit with various Symfony Components. . PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit testing framework. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-process Description-md5: 59c0b81a006da12ce1ef874262e1e20b Description-en: execute commands in sub-processes The Symfony Process Component helps with executing commands in sub-processes by providing easy access to standard and error output in real-time. It is especially handy for dealing with long running sub-processes due to its feature to run them asynchronously, while still providing access to their full and incremental output. It additionally supports signals, provides the PID of a sub-process and allows the definition of process timeouts. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-property-access Description-md5: 36fcf0d0c66b36cc314f16b24b572c28 Description-en: read from and write to an object or array The Symfony PropertyAccess Component provides functions to read from and write to an object or array using a simple string notation. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-property-info Description-md5: bda4c746bb05428d6e7ac86e28dcd771 Description-en: extract information about properties of PHP classes The Symfony Property Info Component extracts information about the properties of PHP classes using metadata of popular sources like Doctrine, PHP Reflection or PHPdoc. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-proxy-manager-bridge Description-md5: 5f11ff13c631bdc326ba0dce24821029 Description-en: integration for ProxyManager with Symfony Components The Symfony ProxyManager Bridge integrates ProxyManager with various Symfony Components. . ProxyManager is a library that provides abstraction for generating various kinds of proxy classes. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-routing Description-md5: c757fffcf018426da9cb7cba87a7e9b9 Description-en: associate a request with code that generates a response The Symfony Routing Component makes it easy to map HTTP requests to the code of an application that is able to process the request and generates a corresponding response. It thus serves as a router for an application, but should not be confused with a network router. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security Description-md5: 94e3d30300c308f4cd9a51790ccf140c Description-en: infrastructure for sophisticated authorization systems The Symfony Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. In addition the component contains an advanced ACL system and provides ways to authorize authenticated users based on their roles. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-bundle Description-md5: c24d30656781255a806ab744b355c79b Description-en: configurable security system for the Symfony framework Symfony SecurityBundle allows an application using it to configure security related matters like authentication and authorization within the Symfony framework. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-core Description-md5: a176c359ac7c648e5336fe605fd9b9c1 Description-en: infrastructure for authorization systems - common features The Symfony Security Component - Core Library provides all the common security features, from authentication to authorization and from encoding passwords to loading users. . The Symfony Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-csrf Description-md5: 3c0b91eafcffdef0046a3cac7122259b Description-en: infrastructure for authorization systems - CSRF protection The Symfony Security Component - CSRF Library provides a class `CsrfTokenManager` for generating and validating CSRF (cross-site request forgery) tokens. . The Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-guard Description-md5: 4c38ff162a0bd13be1308da93093d64b Description-en: infrastructure for authorization systems - Guard features The Symfony Security Component - Guard brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control. . The Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-http Description-md5: b7bc72e925efb1528754645739593128 Description-en: infrastructure for authorization systems - HTTP integration The Symfony Security Component - HTTP Integration allows one to handle HTTP requests and responses. . The Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-serializer Description-md5: a54d8e2131ba05cda7ee8c1b198b84b0 Description-en: convert PHP objects into specific formats and vice versa The Symfony Serializer Component can be used to serialize PHP objects into array structures or other formats like XML and JSON. It also supports deserializing of XML and JSON back to PHP objects. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-stopwatch Description-md5: 30acc09f66c2e723fc2b5c01c79d1bb0 Description-en: profile PHP code The Symfony Stopwatch Component provides an easy and consistent way to measure execution time of certain parts of PHP code. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-templating Description-md5: 9d622e976a5f8614d9c99045d3eca768 Description-en: tools needed to build a template system The Symfony Templating Component provides an infrastructure to load template files and optionally monitor them for changes. It also provides a concrete template engine implementation using PHP with additional tools for escaping and separating templates into blocks and layouts. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-translation Description-md5: aaeb9bb9d9b29bde6e7640fd354967b7 Description-en: tools to internationalize an application The Symfony Translation Component provides tools for loading translation files in order to generate translated strings from them by respecting pluralization. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-twig-bridge Description-md5: 251f86281b349843d33dc81db9a32088 Description-en: integration for Twig with Symfony Components The Symfony Twig Bridge integrates Twig with various Symfony Components. . Twig is a flexible, fast, and secure template engine for PHP. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-twig-bundle Description-md5: 4f5fd8099ab438a94235e8384b314993 Description-en: configurable integration of Twig with the Symfony framework Symfony TwigBundle integrates Twig with the Symfony framework by allowing an application using it to configure the Twig environment. . Twig is a flexible, fast, and secure template engine for PHP. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-validator Description-md5: b5d1d19a1f6bd04079febbb0309c2065 Description-en: tools to validate classes The Symfony Validator Component validates PHP objects against validation rules defined for their classes, which can be specified using XML, YAML, PHP or annotations. It is inspired by the JSR-303. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-var-dumper Description-md5: e076874e7e61413220095340e5a7a10e Description-en: Symfony mechanism for exploring and dumping PHP variables The Symfony VarDumper Component provides mechanisms to walk through any arbitrary PHP variable. Build on top of those, it features a dump() function as an improved alternative to the php build-in var_dump(). . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-web-link Description-md5: abb773430ffcf10b6fd91809f3888957 Description-en: manage links between resources The Symfony WebLink Component manages links between resources. It is particularly useful to advise clients to preload and prefetch documents through HTTP and HTTP/2 pushes. . This component implements the HTML5's Links, Preload and Resource Hints W3C's specifications. It can also be used with extensions defined in the HTML5 link type extensions wiki. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-web-profiler-bundle Description-md5: 204363f432ac642e05027694f91b814e Description-en: collect requests information for analysis and debugging Symfony WebProfilerBundle collects information about each request made to an application using it and stores them for later analysis. It includes a visual interface for analyzing profiling data as well as a toolbar for instant access to a lot of interesting information for debugging purposes. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-web-server-bundle Description-md5: fcdb59772498e6f3bb87c87e188b153d Description-en: provide commands for applications using the PHP built-in web server Symfony WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies local development setup, avoiding the configuration of a proper web server such as Apache or Nginx to run an application. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-workflow Description-md5: 7404984ecb15d1875d059fa222b3c046 Description-en: manage a workflow or finite state machine The Symfony Workflow Component provides tools for managing a workflow or finite state machine. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-yaml Description-md5: 53821297c9974ad1eee5a69ecdb7d9c7 Description-en: convert YAML to PHP arrays and the other way around The Symfony Yaml Component converts YAML strings into PHP arrays. It also can be used to convert PHP arrays to YAML strings. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-zeroc-ice Description-md5: 1db71b9b612d41111007e21a0a42e596 Description-en: PHP extension for Ice This package contains a PHP extension for communicating with Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: php7.2-bcmath Description-md5: 8f9f425714b203a9b7d1f3678f64c107 Description-en: Bcmath module for PHP This package provides the Bcmath module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-bz2 Description-md5: 6221ff838ed81a370f3420140a1ccf42 Description-en: bzip2 module for PHP This package provides the bzip2 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-dba Description-md5: a1c9cd8c67d752f4aaf0ba88ecb360df Description-en: DBA module for PHP This package provides the DBA module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-enchant Description-md5: 687582edca33aa141d3f62c1294fcb07 Description-en: Enchant module for PHP This package provides the Enchant module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-fpm Description-md5: 542b40cacbee93baaa98ebd0f607dc65 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-php7.2 package. . The following extensions are built in: Core date filter hash libxml openssl pcre Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-imap Description-md5: 73ce2e5dbb1377bc41524b600892883b Description-en: IMAP module for PHP This package provides the IMAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-interbase Description-md5: 40c18d15eeba50ef5700d72e1e45d586 Description-en: Interbase module for PHP This package provides the Interbase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-intl Description-md5: 576352b0c1559ceb07b3161367c69f39 Description-en: Internationalisation module for PHP This package provides the Internationalisation module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-mbstring Description-md5: 741a0b4b31628c18e80bdef4f0ec8141 Description-en: MBSTRING module for PHP This package provides the MBSTRING module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-phpdbg Description-md5: b63c3912ccce0ee2bb6442c443ae0fe2 Description-en: server-side, HTML-embedded scripting language (PHPDBG binary) This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. . The following extensions are built in: Core date filter hash libxml openssl pcntl pcre Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-soap Description-md5: 8ca6ca2ae4fbc6127f6522e73f05005a Description-en: SOAP module for PHP This package provides the SOAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-sybase Description-md5: c5f3c0b4521b40ee671df4ab3452df1d Description-en: Sybase module for PHP This package provides the Sybase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-xsl Description-md5: 93c8fc5e2935346a001f328e898c3cff Description-en: XSL module for PHP (dummy) This package is a transitional dummy package and can be safely removed. Package: php7.2-zip Description-md5: e148c478613188b645a0ec42c87f0518 Description-en: Zip module for PHP This package provides the Zip module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: phpliteadmin Description-md5: 1f159926bcae11bccac306430ad5aae9 Description-en: web-based SQLite database admin tool phpLiteAdmin is a web-based SQLite database admin tool written in PHP with support for SQLite3 and SQLite2 (not in Debian). Following in the spirit of the flat-file system used by SQLite, phpLiteAdmin consists of a single source file, phpliteadmin.php, that is dropped into a directory on a server and then visited in a browser. The available operations, feature set, interface, and user experience is comparable to that of phpMyAdmin. . In this package, you will find phpliteadmin.php already configured to work with Apache2. This package provides the main features of the script. Package: phpliteadmin-themes Description-md5: 745218d45dcf9dc1dacc4d3d9daa93d0 Description-en: web-based SQLite database admin tool - themes phpLiteAdmin is a web-based SQLite database admin tool written in PHP with support for SQLite3 and SQLite2 (not in Debian). Following in the spirit of the flat-file system used by SQLite, phpLiteAdmin consists of a single source file, phpliteadmin.php, that is dropped into a directory on a server and then visited in a browser. The available operations, feature set, interface, and user experience is comparable to that of phpMyAdmin. . This package contains styles of themes for phpLiteAdmin. Package: pkg-config-aarch64-linux-gnu Description-md5: 9ecb9d50ad023710b605df2c531efeb5 Description-en: manage compile and link flags for libraries for arm64 architecture 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. . This is a dependency package providing cross pkg-config support for the arm64 architecture. Package: pkg-config-alpha-linux-gnu Description-md5: bff6e495981c7438c0961602c6ecfc06 Description-en: manage compile and link flags for libraries for alpha architecture 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. . This is a dependency package providing cross pkg-config support for the alpha architecture. Package: pkg-config-arm-linux-gnueabi Description-md5: 4a63d184af5fac450919a60073966f04 Description-en: manage compile and link flags for libraries for armel architecture 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. . This is a dependency package providing cross pkg-config support for the armel architecture. Package: pkg-config-arm-linux-gnueabihf Description-md5: b6862e5f57b7572bcaeeedccbc245cca Description-en: manage compile and link flags for libraries for armhf architecture 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. . This is a dependency package providing cross pkg-config support for the armhf architecture. Package: pkg-config-hppa-linux-gnu Description-md5: 111c60cc41446f6f2fc38b5346cae589 Description-en: manage compile and link flags for libraries for hppa architecture 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. . This is a dependency package providing cross pkg-config support for the hppa architecture. Package: pkg-config-i686-linux-gnu Description-md5: bf5195f54158a7bb7cda8897463f9594 Description-en: manage compile and link flags for libraries for i386 architecture 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. . This is a dependency package providing cross pkg-config support for the i386 architecture. Package: pkg-config-m68k-linux-gnu Description-md5: 55b472015100fec109a54534b38d18cd Description-en: manage compile and link flags for libraries for m68k architecture 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. . This is a dependency package providing cross pkg-config support for the m68k architecture. Package: pkg-config-mips-linux-gnu Description-md5: 7523cf9639ca625e4b6d0688df50ad82 Description-en: manage compile and link flags for libraries for mips architecture 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. . This is a dependency package providing cross pkg-config support for the mips architecture. Package: pkg-config-mips64-linux-gnuabi64 Description-md5: 8fc6839e846119b7059ac36be8fa6ce0 Description-en: manage compile and link flags for libraries for mips64 architecture 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. . This is a dependency package providing cross pkg-config support for the mips64 architecture. Package: pkg-config-mips64el-linux-gnuabi64 Description-md5: 58db8fa20895afc06349f19440ef814d Description-en: manage compile and link flags for libraries for mips64el architecture 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. . This is a dependency package providing cross pkg-config support for the mips64el architecture. Package: pkg-config-mipsel-linux-gnu Description-md5: 971beebd0c65d7d60439908ac0d0866d Description-en: manage compile and link flags for libraries for mipsel architecture 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. . This is a dependency package providing cross pkg-config support for the mipsel architecture. Package: pkg-config-powerpc-linux-gnu Description-md5: 64005097e24ff53b6118ae16e358913c Description-en: manage compile and link flags for libraries for powerpc architecture 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. . This is a dependency package providing cross pkg-config support for the powerpc architecture. Package: pkg-config-powerpc-linux-gnuspe Description-md5: 10d15d886fe2ee55b75e8ea81544e365 Description-en: manage compile and link flags for libraries for powerpcspe architecture 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. . This is a dependency package providing cross pkg-config support for the powerpcspe architecture. Package: pkg-config-powerpc64-linux-gnu Description-md5: c16e4e10ff0cbf46351249d87e103eaa Description-en: manage compile and link flags for libraries for ppc64 architecture 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. . This is a dependency package providing cross pkg-config support for the ppc64 architecture. Package: pkg-config-powerpc64le-linux-gnu Description-md5: 0637e8bad43ba9b118ab6c60f1963eeb Description-en: manage compile and link flags for libraries for ppc64el architecture 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. . This is a dependency package providing cross pkg-config support for the ppc64el architecture. Package: pkg-config-riscv64-linux-gnu Description-md5: 148ab61e3da225a46ec66a594051c540 Description-en: manage compile and link flags for libraries for riscv64 architecture 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. . This is a dependency package providing cross pkg-config support for the riscv64 architecture. Package: pkg-config-s390x-linux-gnu Description-md5: 28921186a16a380dd31c3ddbfde7662b Description-en: manage compile and link flags for libraries for s390x architecture 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. . This is a dependency package providing cross pkg-config support for the s390x architecture. Package: pkg-config-sh4-linux-gnu Description-md5: f8842287525462d4f473b60d6643d67b Description-en: manage compile and link flags for libraries for sh4 architecture 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. . This is a dependency package providing cross pkg-config support for the sh4 architecture. Package: pkg-config-sparc64-linux-gnu Description-md5: 0587b95096d9a86e079b581333d1c693 Description-en: manage compile and link flags for libraries for sparc64 architecture 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. . This is a dependency package providing cross pkg-config support for the sparc64 architecture. Package: pkg-config-x86-64-linux-gnux32 Description-md5: b30901181950e5672a16ca4c9b016aa7 Description-en: manage compile and link flags for libraries for x32 architecture 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. . This is a dependency package providing cross pkg-config support for the x32 architecture. Package: postgresql-server-dev-10 Description-md5: c8d39f238468b286b21ae4e2feefff69 Description-en: development files for PostgreSQL 10 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: procyon-decompiler Description-md5: 308ca123810b7dc4c3bb0f9cf9ff4a83 Description-en: Procyon Java Decompiler Procyon is a Java decompiler handling language enhancements from Java 5 and beyond that most other decompilers don't. It also excels in areas where others fall short. Procyon in particular does well with: * Enum declarations * Enum and String switch statements * Local classes (both anonymous and named) * Annotations * Java 8 Lambdas and method references Package: python-apparmor Description-md5: ae6e3d87f22b57a379fbbb526551b980 Description-en: AppArmor Python utility library python-apparmor provides the Python modules that implement the higher-level AppArmor applications. Package: python-apport Description-md5: 23518535b15759d78d26010a6b43517a Description-en: Python library for Apport crash report handling This Python package provides high-level functions for creating and handling apport crash reports: . * Query available and new reports. * Add OS, packaging, and process runtime information to a report. * Various frontend utility functions. * Python hook to generate crash reports when Python scripts fail. 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-brotli Description-md5: 44f1706cef6311caf73e213bd7cf4708 Description-en: lossless compression algorithm and format (Python 2 version) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs a Python 2 module. Package: python-distro-info Description-md5: d6f02716543992714864a0bcca58d98c Description-en: information about distributions' releases (Python module) Information about all releases of Debian and Ubuntu. . This package contains a Python module for parsing the data in distro-info-data. There is also a command line interface in the distro-info package. Package: python-gnupg Description-md5: a44b21ad8a378f3eae8883dd3f9b1387 Description-en: Python wrapper for the GNU Privacy Guard (Python 2.x) Python-GnuPG allows easy and well-documented access to basic GnuPG functionality such as generating and managing keys, encrypting and decrypting data, signing and verifying messages. . This package provides Python 2.x version of python-gnupg. Package: python-libapparmor Description-md5: 4c9a1306a9d2f033dc9f57ff5bea6637 Description-en: AppArmor library Python bindings python-libapparmor provides the Python module that contains the language bindings for the AppArmor library, libapparmor, which were autogenerated via SWIG. 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-mediainfodll Description-md5: 77ebd4ba7eb0b17536860ac48faddf9a Description-en: library for reading metadata from media files -- shared library MediaInfo is a library used for retrieving technical information and other metadata about audio or video files. . A non-exhaustive list of the information MediaInfo can retrieve from media files include: - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters . MediaInfo supports the following formats: - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... . This package contains the Python 2.x module required for using this library from Python 2.x applications. Package: python-netsnmp 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: python-nltk Description-md5: 043650e538e2e2d0d18a8cfee2385c18 Description-en: Python libraries for natural language processing The Natural Language Toolkit (NLTK) is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning. . This package contains the modules for Python2. Package: python-opencv Description-md5: 882b87b0cdc3c3b619bfd32c682a4b0e Description-en: Python bindings for the computer vision library This package contains Python bindings for the OpenCV (Open Computer Vision) library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: python-problem-report Description-md5: 06dbdefca60b63fb6c44c8daf9a9cc5f Description-en: Python library to handle problem reports This Python library provides an interface for creating, modifying, and accessing standardized problem reports for program and kernel crashes and packaging bugs. . These problem reports use standard Debian control format syntax (RFC822). Package: python-unbound Description-md5: 103cd64b79e42ad710e19fe727ffce50 Description-en: library implementing DNS resolution and validation (Python bindings) Python extension module for libunbound. . libunbound performs and validates DNS lookups; it can be used to convert hostnames to IP addresses and back and obtain other information from the DNS. Cryptographic validation of results is performed with DNSSEC. Package: python-uwsgidecorators Description-md5: e7b016a000f7aecf17d6e4baead640b0 Description-en: module of decorators for elegant access to uWSGI API (Python 2) uwsgidecorators is a simple Python module that exports a bunch of decorators to allow a more elegant approach to uWSGI API. Provided decorators helps with creating of RPC functions, timers, filemonitors. . This package provides uwsgidecorators module for Python 2. Package: python-zeroc-ice Description-md5: 4810f69847f3145a07357abff14d2f32 Description-en: Python 2 extension for Ice This package contains a Python 2 extension for communication with Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: python3-brotli Description-md5: f79f8a65d809e32c7143932aeb4e3c15 Description-en: lossless compression algorithm and format (Python 3 version) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs a Python 3 module. Package: python3-ceph-argparse Description-md5: 54ff980109d2f3f2037d939a5f825081 Description-en: Python 3 utility libraries for Ceph CLI Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains types and routines for Python 3 used by the Ceph CLI as well as the RESTful interface. Package: python3-cephfs Description-md5: 7fc3f2adf5750a736d0cd3a1c2717e93 Description-en: Python 3 libraries for the Ceph libcephfs library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's CephFS file system client library. Package: python3-gnupg Description-md5: df5055eac3c87e4d151f1a8c413898a5 Description-en: Python wrapper for the GNU Privacy Guard (Python 3.x) Python-GnuPG allows easy and well-documented access to basic GnuPG functionality such as generating and managing keys, encrypting and decrypting data, signing and verifying messages. . This package provides Python 3.x version of python-gnupg. Package: python3-mediainfodll Description-md5: dabb794f5777d21eaa1da8e6cd9c0159 Description-en: library for reading metadata from media files -- shared library MediaInfo is a library used for retrieving technical information and other metadata about audio or video files. . A non-exhaustive list of the information MediaInfo can retrieve from media files include: - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters . MediaInfo supports the following formats: - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... . This package contains the Python 3.x module required for using this library from Python 3.x applications. Package: python3-nltk Description-md5: 98b8b4aedf8d1739d4ddb7af7b2e0bc0 Description-en: Python3 libraries for natural language processing The Natural Language Toolkit (NLTK) is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning. . This package contains the modules for Python3. Package: python3-ntp Description-md5: c4d6513317681c5e7fd330d6d5438546 Description-en: Python 3 NTP Helper Classes 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, or similar time signals. . This package contains the Python "ntp" module, which contains helper classes for NTP utilities written in Python. . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: python3-opencv Description-md5: dee464304625bd8d8fc8e276062d8904 Description-en: Python 3 bindings for the computer vision library This package contains Python 3 bindings for the OpenCV (Open Computer Vision) library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: python3-openvswitch Description-md5: b48125d32305301f27c5399b2d5f9139 Description-en: Python 3 bindings for Open vSwitch Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package contains the full Python 3 bindings for Open vSwitch database. Package: python3-rados Description-md5: 43720478205ddceed78c274d7e93065f Description-en: Python 3 libraries for the Ceph librados library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's RADOS object storage. Package: python3-rbd Description-md5: 22b3b790dd68095502c20dea19a0f940 Description-en: Python 3 libraries for the Ceph librbd library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's RBD block device library. Package: python3-rgw Description-md5: 06f6fa39d546967387c6ab7f058abce7 Description-en: Python 3 libraries for the Ceph librgw library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's RGW library. Package: python3-unbound Description-md5: af30f925fc4c43d06de34592670b36e8 Description-en: library implementing DNS resolution and validation (Python3 bindings) Python3 extension module for libunbound. . libunbound performs and validates DNS lookups; it can be used to convert hostnames to IP addresses and back and obtain other information from the DNS. Cryptographic validation of results is performed with DNSSEC. Package: python3-uwsgidecorators Description-md5: 88c152ff5aca00ae42f5ce9c36c7a798 Description-en: module of decorators for elegant access to uWSGI API (Python 3) uwsgidecorators is a simple Python module that exports a bunch of decorators to allow a more elegant approach to uWSGI API. Provided decorators helps with creating of RPC functions, timers, filemonitors. . This package provides uwsgidecorators module for Python 3. . uwsgidecorators module is not targeted at Python 3 officially, so some decorators may work improperly or not at all. Package: python3-zeroc-ice Description-md5: 07983db6d93b05052b0607ae176ae061 Description-en: Python 3 extension for Ice This package contains a Python 3 extension for communication with Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: python3.6-venv Description-md5: 8446f3e98e0dccd84caf27c6a968a630 Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.6) Python is a high-level, interactive, object-oriented language. Its 3.6 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the pyvenv-3.6 binary. Package: python3.7 Description-md5: f9b0089f09d7854b875ba02453cd5601 Description-en: Interactive high-level object-oriented language (version 3.7) Python is a high-level, interactive, object-oriented language. Its 3.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python3.7-dbg Description-md5: 29a1a7eddad575110833cff70c022276 Description-en: Debug Build of the Python Interpreter (version 3.7) The package holds two things: . - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as <foo>_d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. . See the README.debug for more information. Package: python3.7-dev Description-md5: 939837cea50d0b4d9e8851d69665485d Description-en: Header files and a static library for Python (v3.7) Header files, a static library and development tools for building Python (v3.7) modules, extending the Python interpreter or embedding Python (v3.7) in applications. . Maintainers of Python packages should read README.maintainers. Package: python3.7-doc Description-md5: 0bef38426b051243b6c8bcd6c2494295 Description-en: Documentation for the high-level object-oriented language Python (v3.7) These is the official set of documentation for the interactive high-level object-oriented language Python (v3.7). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python3.7 * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules Package: python3.7-examples Description-md5: ee70d16550f5df584f16f54f728c2189 Description-en: Examples for the Python language (v3.7) Examples, Demos and Tools for Python (v3.7). These are files included in the upstream Python distribution (v3.7). Package: python3.7-minimal Description-md5: 2ce3a4585490ce7ac2340e44421a26cf Description-en: Minimal subset of the Python language (version 3.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/python3.7-minimal/README.Debian for a list of the modules contained in this package. Package: python3.7-venv Description-md5: a9bfa9fd62afb7196c2eb2b8749b0a74 Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.7) Python is a high-level, interactive, object-oriented language. Its 3.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the pyvenv-3.7 binary. Package: qemu Description-md5: 976dc9e06bc50e9bc7637e1a34042953 Description-en: fast processor emulator QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. QEMU has two operating modes: . * User mode emulation: QEMU can launch Linux processes compiled for one CPU on another CPU. * Full system emulation: QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . As QEMU requires no host kernel patches to run, it is very safe and easy to use. . This package is a metapackage depending on all qemu-related packages. Package: qemu-guest-agent Description-md5: c2bc281a0e5a8e6c2185b336580fd595 Description-en: Guest-side qemu-system agent QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides a daemon (agent) to run inside qemu-system guests (full system emulation). It communicates with the host using a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform some functions in the guest from the host, including: - querying and setting guest system time - performing guest filesystem sync operation - initiating guest shutdown or suspend to ram - accessing guest files - freezing/thawing guest filesystem operations - others. . Install this package on a system which is running as guest inside qemu virtual machine. It is not used on the host. Package: qemu-system Description-md5: e4c58b37c60d1fc987e614cbc6f62355 Description-en: QEMU full system emulation binaries QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This metapackage provides the full system emulation binaries for all supported targets, by depending on all per-architecture system emulation packages which QEMU supports. Package: qemu-system-mips Description-md5: 9ae71e5c6f9c8388bc2c1a7dd03588a5 Description-en: QEMU full system emulation binaries (mips) QEMU is a fast processor emulator: currently the package supports MIPS emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following mips hardware: mips mipsel mips64 mips64el. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-misc Description-md5: 143f8bbce10b891e473510e55f54135b Description-en: QEMU full system emulation binaries (miscellaneous) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, M68k (ColdFire), MicroBlaze, and SH4 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate various other hardware which did not made into separate packages. Emulators for the following architectures are provided: alpha cris lm32 m68k microblaze microblazeel moxie nios2 or1k sh4 sh4eb tricore xtensa xtensaeb unicore32. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-sparc Description-md5: 8584000e342fca564033238e7f61d913 Description-en: QEMU full system emulation binaries (sparc) QEMU is a fast processor emulator: currently the package supports SPARC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following sparc hardware: sparc sparc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-user Description-md5: b7a34d8d1377ca0beb573e0e2b4ce914 Description-en: QEMU user mode emulation binaries QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If qemu-user-binfmt package is also installed, it will register binary format handlers from this qemu-user package with the kernel so it will be possible to run foreign binaries directly. However, this might not be suitable for using inside foreign chroots, in which case it is possible to use qemu-user-static package instead of qemu-user-binmft, -- qemu-user-static will register statically linked binfmt handlers instead. Package: qemu-user-binfmt Description-md5: b9d172841422ce933839d1a34cce7b20 Description-en: QEMU user mode binfmt registration for qemu-user QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides binfmt support registration for the user mode emulation binaries from qemu-user. This is an empty package, it does not contain any additional files, only registration scripts which run at install and remove times. Package: qemu-user-static Description-md5: 5d8ec17cec68244efa918fa841e2964c Description-en: QEMU user mode emulation binaries (static version) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries, built statically. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If binfmt-support package is installed, qemu-user-static package will register binary formats which the provided emulators can handle, so that it will be possible to run foreign binaries directly. Package: qt5-default Description-md5: dc660dc99de77417ffe18ef1a98f569e Description-en: Qt 5 development defaults package Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package sets Qt 5 to be the default Qt version to be used when using development binaries like qmake. It provides a default configuration for qtchooser, but does not prevent alternative Qt installations from being used. . This package should not be used for building Debian packages. Take a look at http://pkg-kde.alioth.debian.org/packagingqtbasedstuff.html for more information. Package: qtbase5-doc-html Description-md5: 2e4adf9de7ccece9e0fe9efb81d70fe6 Description-en: Qt 5 base HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 base libraries. Package: qutebrowser Description-md5: b7fc062267a5e4a39e86f36f8e800034 Description-en: Keyboard-driven, vim-like browser based on PyQt5 qutebrowser is a keyboard-focused browser with a minimal GUI. It's based on Python and PyQt5 and was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl. Package: r-cran-openssl Description-md5: 8c0f9c00e82da9593b5ea71bb950afcf Description-en: GNU R toolkit for encryption, signatures and certificates based on OpenSSL Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey parsers. Supports RSA, DSA and NIST curves P-256, P-384 and P-521. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES block cipher is used in CBC mode for symmetric encryption; RSA for asymmetric (public key) encryption. High- level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers. Package: rbd-fuse Description-md5: 15cf24eaec74387c1ae6ddef87cdb866 Description-en: FUSE-based rbd client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to map Ceph rbd images as files. Package: rbd-mirror Description-md5: 1d710ddd4d105de6cfd76d4ca18a79b3 Description-en: Ceph daemon for mirroring RBD images Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package provides a daemon for mirroring RBD images between Ceph clusters, streaming changes asynchronously. Package: rbd-nbd Description-md5: 7780c9ecf943aeed38e3b3d394062e74 Description-en: NBD-based rbd client for the Ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a NBD-based client that allows one to map Ceph rbd images as local block device. . NBD base client that allows one to map Ceph rbd images as local block device. Package: rdp-alignment Description-md5: 9ad4c9f8b883634484e0f38706166137 Description-en: Ribosomal Database Project (RDP) alignment tools package The Alignment tools package contains commands to do defined community analysis, pairwise alignment and hidden markov model (HMMER3 models, no training). . The package also contains the AlignmentTools Java library which is used by other RDP tools. Package: rdp-classifier Description-md5: cbe79b54495f0797c75136dbf6e0911e Description-en: extensible sequence classifier for fungal lsu, bacterial and archaeal 16s The RDP Classifier is a naive Bayesian classifier which was developed to provide rapid taxonomic placement based on rRNA sequence data. The RDP Classifier can rapidly and accurately classify bacterial and archaeal 16s rRNA sequences, and Fungal LSU sequences. It provides taxonomic assignments from domain to genus, with confidence estimates for each assignment. The RDP Classifier likely can be adapted to additional phylogenetically coherent bacterial taxonomies. Package: rdp-classifier-doc Description-md5: 9755acd98836f42964d57d10c7a9a644 Description-en: documentation and examples for rdp-classifier The RDP Classifier is a naive Bayesian classifier which was developed to provide rapid taxonomic placement based on rRNA sequence data. The RDP Classifier can rapidly and accurately classify bacterial and archaeal 16s rRNA sequences, and Fungal LSU sequences. It provides taxonomic assignments from domain to genus, with confidence estimates for each assignment. The RDP Classifier likely can be adapted to additional phylogenetically coherent bacterial taxonomies. . This package contains the JavaDoc generated HTML and examples for rdp-classifier. Package: rdp-readseq Description-md5: 124226f81a5ccc2095bb45c30b38c16c Description-en: Ribosomal Database Project (RDP) sequence reading and writing Rdp-readseq is a simple user interface to the sequence reading library developed by the Ribosomal Database Project. It can handle genbank, embl, fasta, fastq, sff and sto files. It can read from files or streams, and can handle indexing files. . The package also contains the ReadSeq Java library which is used by other RDP tools. Package: redis Description-md5: 78a6a1a27b35b2a9388a817f91f05f71 Description-en: Persistent key-value database with network interface (metapackage) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. . This package depends on the redis-server package. Package: redis-sentinel Description-md5: f4556dfa5cce22a246afed26179a780a Description-en: Persistent key-value database with network interface (monitoring) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the Redis Sentinel monitoring software. Package: redis-server Description-md5: 9160ed1405585ab844f8750a9305d33f Description-en: Persistent key-value database with network interface Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. Package: redis-tools Description-md5: 73e12355ae0942ddf9ddc6d068f95d50 Description-en: Persistent key-value database with network interface (client) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the command line client and other tools. Package: registry-tools Description-md5: 7266dad7d5ee9360537ffc04ec7157f3 Description-en: tools for viewing and manipulating the Windows registry Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains tools for viewing and manipulating the binary "registry" found on Windows machines, both locally and remote. Package: rssh Description-md5: e6da0a3c1de4215d173e77a2192d8ed0 Description-en: Restricted shell allowing scp, sftp, cvs, svn, rsync or rdist rssh is a restricted shell, used as a login shell, that allows users to perform only scp, sftp, cvs, svnserve (Subversion), rdist, and/or rsync operations. It can also optionally chroot user logins into a restricted jail. Package: ruby-openssl Description-md5: ed5ea92a8804faf7e13c61726bf6c055 Description-en: Ruby bindings for OpenSSL This package provides SSL, TLS and general purpose cryptography for Ruby by wrapping the OpenSSL library. It used to be bundled with the Ruby interpreter, but has been extracted to a standalone package. Package: ruby-passenger Description-md5: 2f5d491755cdbc674c0341cb5c81e9d0 Description-en: transitional dummy package for passenger This is a transitional dummy package. It can safely be removed. Package: ruby-passenger-doc Description-md5: c13e80d52245e76aad02a75455901270 Description-en: transitional dummy package for passenger-doc This is a transitional dummy package. It can be safely removed. Package: ruby-rack Description-md5: 19065860ac096ceaa0736619af45bcf7 Description-en: modular Ruby webserver interface Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. . Also see http://rack.github.io/. Package: ruby-rack-protection Description-md5: 41fea8854489142d6888ca5f6dfca3ed Description-en: Protects against typical web attacks for Rack apps This library protects against typical web attacks. Should work for all Rack apps, including Rails. Package: ruby-sanitize Description-md5: 2b64f78c43810e31c817317190e764b0 Description-en: whitelist-based HTML sanitizer Sanitize is a whitelist-based HTML sanitizer. Given a list of acceptable elements and attributes, Sanitize will remove all unacceptable HTML from a string. . Using a simple configuration syntax, you can tell Sanitize to allow certain elements, certain attributes within those elements, and even certain URL protocols within attributes that contain URLs. Any HTML elements or attributes that you don't explicitly allow will be removed. . Because it's based on Nokogiri, a full-fledged HTML parser, rather than a bunch of fragile regular expressions, Sanitize has no trouble dealing with malformed or maliciously-formed HTML and returning safe output. Package: ruby-sprockets Description-md5: 5eb26c5286663a6dd76eeff86573aad7 Description-en: Rack-based asset packaging system Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS. Package: ruby-zip Description-md5: f1b0b4db4514d5e75e10678e266a3e69 Description-en: Ruby module for reading and writing zip files rubyzip is a ruby library for reading and writing zip (pkzip format) files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib. zlib is accessible from ruby thanks to ruby/zlib Package: runc Description-md5: a681cc11f1d5cbf09bfaf6eed3f0ea95 Description-en: Open Container Project - runtime "runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. Package: rust-doc Description-md5: c9fc696f11bdef73526bdf4340964294 Description-en: Rust systems programming language - Documentation Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the Rust tutorial, language reference and standard library documentation. Package: rust-gdb Description-md5: 1afbf06d9ee3b7b85a98c81c15ed3109 Description-en: Rust debugger (gdb) Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains pretty printers and a wrapper script for invoking gdb on rust binaries. Package: rust-lldb Description-md5: 4da7dd4330a7b317624f536076fd1b69 Description-en: Rust debugger (lldb) Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains pretty printers and a wrapper script for invoking lldb on rust binaries. Package: rust-src Description-md5: 7c8d03ba583d96a9cc7a0dc63f208a52 Description-en: Rust systems programming language - source code Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains sources of the Rust compiler and standard libraries, useful for IDEs and code analysis tools such as Racer. Package: rustc Description-md5: 67ca6080eea53dc7f3cdf73bc6b8521e Description-en: Rust systems programming language Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. Package: samba-testsuite Description-md5: 9909252a54b8d1689d0ad0af3791b792 Description-en: test suite from Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains programs for testing the reliability and speed of SMB servers, Samba in particular. Package: scala Description-md5: c4ad9c8cdc32b480c48dbf9014880a0d Description-en: Scala programming language Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that Scala and Java classes can directly reference each other and subclass each other with no glue code needed. It includes modern language features such as closures, pattern-matching, parametric types, and virtual type members. . This package includes the various tools used to develop code written in Scala. It includes a compiler (scalac), an interpreter and script runner (scala), the offline compiler (fsc), and source-scanning documentation generator (scaladoc). Package: scala-doc Description-md5: 5d64d78025d0602fe45ed81e50239854 Description-en: Scala API documentation Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that Scala and Java classes can directly reference each other and subclass each other with no glue code needed. It includes modern language features such as closures, pattern-matching, parametric types, and virtual type members. . This package contains the API documentation for Scala. Package: scala-library Description-md5: 7ae8b8396c71d0f69fee3c25d120c634 Description-en: Scala standard library Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that Scala and Java classes can directly reference each other and subclass each other with no glue code needed. It includes modern language features such as closures, pattern-matching, parametric types, and virtual type members. . This package contains the run-time library needed to run Scala programs. It also provides scalacheck and scala-partest. Package: scdaemon Description-md5: b49c350b09e4d02f9121e9c67447bbdc Description-en: GNU privacy guard - smart card support 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 RFC4880. . This package contains the smart card program scdaemon, which is used by gpg-agent to access OpenPGP smart cards. Package: scilab Description-md5: 36b280660db0e407caf724c273ac9413 Description-en: Scientific software package for numerical computations Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . For a minimum version of scilab, install package "scilab-cli". Package: scilab-cli Description-md5: c82205392ad1a90583774dae1eb33898 Description-en: Scientific software package - Command Line Interpreter Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package provides Scilab as Command Line Interpreter (CLI). This package provides Scilab as a computing engine or script interpreter. Please install the package "scilab" to have all features. Package: scilab-data Description-md5: fa23f61e370b384e580df50863a46510 Description-en: Scientific software package for numerical computations (data files) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains the data files for Scilab. Package: scilab-doc Description-md5: 2d806e94ea03a4e506f4847044eb9d9f Description-en: Scientific software package (English documentations) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains demos, examples and help pages. Package: scilab-doc-fr Description-md5: 8acc7c8fa2dd47083e2bc10e25801da3 Description-en: Scientific software package (French documentation) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains help pages in French. Package: scilab-doc-ja Description-md5: 0c3a3d350093b95707f5bb9e59b96779 Description-en: Scientific software package (Japanese documentation) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains help pages in Japanese documentation. Package: scilab-doc-pt-br Description-md5: 6d55faf50c912a6a3b84f5bd8291ae6e Description-en: Scientific software package (Brazilian Portuguese documentation) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains help pages in Brazilian Portuguese documentation. Package: scilab-full-bin Description-md5: 30d04f61ad2b7de2e03b85cf2b5ba6c6 Description-en: Scientific software package for numerical computations (all binary files) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. . Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains the architecture specific binary files. Package: scilab-include Description-md5: 4fac92985e7799483e0d96922456d1f4 Description-en: Scientific software package for numerical computations (include files) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains the include files for Scilab (used in the dynamic link). Package: scilab-minimal-bin Description-md5: 019d4762370977bc7990af8b542c30a3 Description-en: Scientific software package for numerical computations (minimal binary files) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains the architecture specific binary files. All mandatory libraries for scilab-cli are shipped in this package. Please install the package "scilab" to have all features. Package: scilab-test Description-md5: 4054ca8da6df5bad9f6366dc2b0079ed Description-en: Scientific software package for numerical computations (test files) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains the test files (unitary, non regression, performance ...) for Scilab. . See Scilab function 'test_run' for usage. Package: sigil Description-md5: 88d7047856e5e6d5edbe1b6fc1c0482f Description-en: multi-platform ebook editor Sigil is a free, open source, multi-platform ebook editor. It is designed to edit books in ePub format. . Features: . * Full UTF-16 support; * Full EPUB 2 spec support; * Multiple Views: Book View, Code View and Preview View; * WYSIWYG editing in Book View; * Complete control over directly editing EPUB syntax in Code View; * Table of Contents generator with multi-level heading support; * Metadata editor with full support for all possible metadata entries (more than 200) with full descriptions for each; * User interface translated into many languages; * Spell checking with default and user configurable dictionaries; * Full Regular Expression (PCRE) support for Find & Replace; * Supports import of EPUB and HTML files, images, and style sheets; * Files can be validated for EPUB compliance with the FlightCrew validator; * HTML Tidy: all imported files have their formatting corrected, and your editing can be optionally cleaned. Package: sigil-data Description-md5: d697fcd1e7b4df79b24c90d3e49f5642 Description-en: multi-platform ebook editor - data files Sigil is a free, open source, multi-platform ebook editor. It is designed to edit books in ePub format. . Features: . * Full UTF-16 support; * Full EPUB 2 spec support; * Multiple Views: Book View, Code View and Preview View; * WYSIWYG editing in Book View; * Complete control over directly editing EPUB syntax in Code View; * Table of Contents generator with multi-level heading support; * Metadata editor with full support for all possible metadata entries (more than 200) with full descriptions for each; * User interface translated into many languages; * Spell checking with default and user configurable dictionaries; * Full Regular Expression (PCRE) support for Find & Replace; * Supports import of EPUB and HTML files, images, and style sheets; * Files can be validated for EPUB compliance with the FlightCrew validator; * HTML Tidy: all imported files have their formatting corrected, and your editing can be optionally cleaned. . This package provides the architecture-independant files. Package: signapk Description-md5: 9882ef958207360dac33110ccdeafa16 Description-en: Command line tool for signing Android ZIP/JAR/APK signapk is a command line tool for signing ZIP files, including JARs, APKs, and Over-The-Air (OTA) updates, in a way compatible with Android's mincrypt verifier, using EC or RSA keys and SHA1 or SHA-256. The tool can additionally sign APKs using APK Signature Scheme v2. It is the standard tool used to sign APK and JAR files distributed as part of Android ROMs. Package: signtos Description-md5: 1919a58e1c4f36e0e104efd05d2df185 Description-en: Android signing tool for signing Trusty images Signs ARM Trusty images for use with operating systems that support it. Trusty is a set of software components supporting a Trusted Execution Environment (TEE) on mobile devices. The key must be stored in PKCS8 format. Package: simg2img Description-md5: 098b53cb5345c79e9d43a7c3970e37d5 Description-en: Transitional package This is a transitional package. It can safely be removed. Package: slapd-smbk5pwd Description-md5: a42da43043b547911417d8552bc748a1 Description-en: Keeps Samba and Kerberos passwords in sync within slapd. Extends the PasswordModify Extended Operation to update Kerberos keys and Samba password hashes for an LDAP user. The Kerberos support is written for Heimdal using its hdb-ldap backend. The Samba support is written using the Samba 3.0 LDAP schema. Package: snap-confine Description-md5: 3223c275ff89224fda1b277eec5e7ffe Description-en: Transitional package for snapd This is a transitional dummy package. It can safely be removed. Package: snapd-xdg-open Description-md5: ba6c49ad1a4e739a75a7e8d0fde06a77 Description-en: Transitional package for snapd-xdg-open This is a transitional dummy package. It can safely be removed. 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: snmptrapd Description-md5: 5813c4c7d76971aa4ce271dad1bfb061 Description-en: Net-SNMP notification receiver The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . snmptrapd is an SNMP application (daemon) that receives and logs SNMP TRAP and INFORM messages. Package: sntp Description-md5: 7e0dde0d8d975f6bc88ed741333a0e63 Description-en: Network Time Protocol - sntp client 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. . sntp can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time. It is not sufficient, however, for maintaining an accurate clock in the long run. Package: solr-common Description-md5: d9d0b7c8ab3599e5d24583ba88c5996c Description-en: Enterprise search server based on Lucene3 - common files Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . This package provides the common files for Solr. Install solr-tomcat or solr-jetty to use Solr under Tomcat or Jetty. . This package also contains the dataimporthandler contrib while omitting dataimporthandler-extras, clustering, extraction and velocity due to missing dependencies. . libmysql-java is necessary to connect the dataimporthandler to MySQL. Package: solr-jetty Description-md5: f9bd6b37cab2818e5309a83177b84552 Description-en: Enterprise search server based on Lucene3 - Jetty integration Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . This package provides the Jetty integration files for Solr. Package: solr-tomcat Description-md5: eb7b14f88e5e0facbf4429a2f496d47f Description-en: Enterprise search server based on Lucene3 - Tomcat integration Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . This package provides the Tomcat integration files for Solr. Package: sox Description-md5: 333cd274ebee7570f357dafba9b6461d Description-en: Swiss army knife of sound processing SoX is a command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files during the conversion. As an added bonus, SoX can play and record audio files on several unix-style platforms. . SoX is able to handle formats like Ogg Vorbis, MP3, WAV, AIFF, VOC, SND, AU, GSM and several more. Any format support requires at least libsox-fmt-base. Some formats have their own package e.g. mp3 read and write support is provided by libsox-fmt-mp3. . SoX supports most common sound architectures i.e. Alsa, Libao, OSS and Pulse (respectively provided by libsox-fmt-alsa, libsox-fmt-ao, libsox-fmt-oss and libsox-fmt-pulse). It also supports LADSPA plugins. Package: split-select Description-md5: f4e2d6d03ce279ebaad9009d493c201e Description-en: APK split and selection tool Generates the logic for selecting a Split APK given some target Android device configuration. . Using the flag --generate will emit a JSON encoded tree of rules that must be satisfied in order to install the given Split APK. Using the flag --target along with the device configuration will emit the set of Split APKs to install, following the same logic that would have been emitted Package: squid-cgi Description-md5: f5629ee1f0974ccbb0cb7626340a3ec3 Description-en: Full featured Web Proxy cache (HTTP proxy) - control CGI Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, ICY and HTTP data objects. . Squid version 3 is a major rewrite of Squid in C++ and introduces a number of new features including ICAP and ESI support. . This package contains a CGI program that can be used to query and administrate a `squid' proxy cache through a web browser. Package: squid-purge Description-md5: 1f0ac66043729b3fb7702aa802ebdf9b Description-en: Full featured Web Proxy cache (HTTP proxy) - control utility Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, ICY and HTTP data objects. . Squid version 3 is a major rewrite of Squid in C++ and introduces a number of new features including ICAP and ESI support. . This package contains a small utility that can be used to manage the disk cache from the command line. Package: squidclient Description-md5: 496a594ac08f6190d306007269da1e8c Description-en: Full featured Web Proxy cache (HTTP proxy) - control utility Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, ICY and HTTP data objects. . Squid version 3 is a major rewrite of Squid in C++ and introduces a number of new features including ICAP and ESI support. . This package contains a small utility that can be used to get URLs from the command line. 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: strongswan-nm Description-md5: fe4e82468fec86f66c41601086865ec7 Description-en: strongSwan plugin to interact with NetworkManager The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This plugin provides an interface which allows NetworkManager to configure and control the IKEv2 daemon directly through D-Bus. It is designed to work in conjunction with the network-manager-strongswan package, providing a simple graphical frontend to configure IPsec based VPNs. Package: strongswan-pki Description-md5: e39ead8c35dce81cd768bc453bc29db7 Description-en: strongSwan IPsec client, pki command The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package contains the pki tool which allows on to run a simple public key infrastructure. Package: strongswan-scepclient Description-md5: fbc3cadf8a28f7b05798f7dbda6309c2 Description-en: strongSwan IPsec client, SCEP client The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package contains the SCEP client, an implementation of the Cisco System's Simple Certificate Enrollment Protocol (SCEP). Package: strongswan-swanctl Description-md5: 0da8661efd13d913c22e863856990337 Description-en: strongSwan IPsec client, swanctl command The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package contains the swanctl interface, used to configure a running charon daemon Package: strongswan-tnc-ifmap Description-md5: 5baaca9e63c539bfde051ce353c9baad Description-en: strongSwan plugin for Trusted Network Connect's (TNC) IF-MAP client The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package provides Trusted Network Connect's (TNC) IF-MAP 2.0 client. Package: substance Description-md5: 14752af4e817f8a51bed33849ce0ed59 Description-en: cross-platform look & feel for Swing applications The goal of this project is to provide a configurable and customizable production-quality Java look and feel library for Swing applications. This Java look and feel is available for JDK 5.0+ only. Package: substance-doc Description-md5: 9c4bbdd9cc1d2cbbf81558036c9e7cb3 Description-en: cross-platform look & feel for Swing applications - documentation The goal of this project is to provide a configurable and customizable production-quality Java look and feel library for Swing applications. This Java look and feel is available for JDK 5.0+ only. . This package contains API documentation (Javadoc) for substance. Package: substance-flamingo Description-md5: c8d68e1a2eb21e88fe5c94a655603b45 Description-en: Substance Flamingo plugin The goal of this project is to provide a consistent apperance for Flamingo components (see libflamingo-java) under the substance Substance (see substance) look-and-feel. This requires a JDK version 5.0+. Package: substance-flamingo-doc Description-md5: cc4b8088bc9ae37ee6aebe7fc027418b Description-en: Substance Flamingo plugin (documentation) The goal of this project is to provide a consistent apperance for Flamingo components (see libflamingo-java) under the substance Substance (see substance) look-and-feel. This requires a JDK version 5.0+. This package contains API documentation (Javadoc) for substance-flamingo. Package: substance-swingx Description-md5: 9ce52f3223ecb0a325c7ba92207e3135 Description-en: Swingx componennts for substance L&F The goal of this project is to provide a consistent apperance for SwingX components (see libswingx-java) under the substance (see substance) look-and-feel. Package: substance-swingx-doc Description-md5: 97f101e9c600e34e67e6592640c401ca Description-en: Swingx componennts for substance L&F (documentation) The goal of this project is to provide a consistent apperance for SwingX components (see libswingx-java) under the substance (see substance) look-and-feel. This package contains API documentation (Javadoc) for substance-swingx. Package: sweethome3d Description-md5: be1e68bf788e0d7930c88f7227149830 Description-en: Interior 2D design application with 3D preview Sweet Home 3D is an interior design Java application for quickly choosing and placing furniture on a house 2D plan drawn by the end-user, with a 3D preview. Package: systemd-container Description-md5: b7c71babcc98683461816fc34c8f42ba Description-en: systemd container/nspawn tools This package provides systemd's tools for nspawn and container/VM management: * systemd-nspawn * systemd-machined and machinectl * systemd-importd Package: systemd-coredump Description-md5: 149b22bdf2366b7d731957d1b710e54f Description-en: tools for storing and retrieving coredumps This package provides systemd tools for storing and retrieving coredumps: * systemd-coredump * coredumpctl Package: systemd-journal-remote Description-md5: 6bd80842a0c96acb169877c7a6a25ff6 Description-en: tools for sending and receiving remote journal logs This package provides tools for sending and receiving remote journal logs: * systemd-journal-remote * systemd-journal-upload * systemd-journal-gatewayd Package: systemd-tests Description-md5: ece07db851f8a2e9731975ec11eedb8d Description-en: tests for systemd This package contains the test binaries. Those binaries are primarily used for autopkgtest and not meant to be installed on regular user systems. Package: tcpflow Description-md5: 8b5d860e2da32a9ce8f2c9689abca505 Description-en: TCP flow recorder tcpflow is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. A program like 'tcpdump' shows a summary of packets seen on the wire, but usually doesn't store the data that's actually being transmitted. In contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis. . tcpflow understands sequence numbers and will correctly reconstruct data streams regardless of retransmissions or out-of-order delivery. However, it currently does not understand IP fragments; flows containing IP fragments will not be recorded properly. . tcpflow is based on the LBL Packet Capture Library and therefore supports the same rich filtering expressions that programs like 'tcpdump' support. tcpflow can also rebuild flows from data captured with 'tcpdump -w'. Package: tcpflow-nox Description-md5: 76da8a6b3535d01842b7329ec8415640 Description-en: TCP flow recorder - version without X11 dependencies tcpflow is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. A program like 'tcpdump' shows a summary of packets seen on the wire, but usually doesn't store the data that's actually being transmitted. In contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis. . tcpflow understands sequence numbers and will correctly reconstruct data streams regardless of retransmissions or out-of-order delivery. However, it currently does not understand IP fragments; flows containing IP fragments will not be recorded properly. . tcpflow is based on the LBL Packet Capture Library and therefore supports the same rich filtering expressions that programs like 'tcpdump' support. tcpflow can also rebuild flows from data captured with 'tcpdump -w'. . This package has no dependency on libcairo or any x11 libraries, and cannot generate graphical reports. Package: testng Description-md5: d2b6208d4934fc7baa97ad9dc66a441f Description-en: testing framework for Java TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: * Annotations. * Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.) * Test that your code is multithread safe. * Flexible test configuration. * Support for data-driven testing (with @DataProvider). * Support for parameters. * Powerful execution model (no more TestSuite). * Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.) * Embeds BeanShell for further flexibility. * Default JDK functions for runtime and logging (no dependencies). * Dependent methods for application server testing. TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration, etc. Package: thunderbird-globalmenu Description-md5: fd9f1e7c342cabe4de92af51203c160c 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-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: thunderbird-testsuite Description-md5: 743f5679caf063b6d5ed211311011154 Description-en: Email, RSS and newsgroup client - testsuite 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 Thunderbird testsuite Package: tkmib Description-md5: 3e99f331a5c32c38e42f396a8c41e207 Description-en: SNMP (Simple Network Management Protocol) MIB browser The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP MIB (Management Information Base) Browser provides a graphical frontend for the Net-SNMP tools. It can be used to browse the MIB tree and interactively send requests to SNMP agents. Package: tmpreaper Description-md5: a0e82c31f2d9aee95c0f41d6cc0557b2 Description-en: cleans up files in directories based on their age This package provides a program that can be used to clean out temporary-file directories. It recursively searches the directory, refusing to chdir() across symlinks, and removes files that haven't been accessed in a user-specified amount of time. You can specify a set of files to protect from deletion with a shell pattern. It will not remove files owned by the process EUID that have the `w' bit clear, unless you ask it to, much like `rm -f'. `tmpreaper' will not remove symlinks, sockets, fifos, or special files unless given a command line option enabling it to. . WARNING: Please do not run `tmpreaper' on `/'. There are no protections against this written into the program, as that would prevent it from functioning the way you'd expect it to in a `chroot(8)' environment. . The daily tmpreaper run can be configured through /etc/tmpreaper.conf . Package: tomcat8 Description-md5: 222d7392f8d16ebb149756c192015426 Description-en: Apache Tomcat 8 - Servlet and JSP engine Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains only the startup scripts for the system-wide daemon. No documentation or web applications are included here, please install the tomcat8-docs and tomcat8-examples packages if you want them. Install the authbind package if you need to use Tomcat on ports 1-1023. Install tomcat8-user instead of this package if you don't want Tomcat to start as a service. Package: tomcat8-admin Description-md5: d523a3ef1ec69e0b98bfd0017ca78a6c Description-en: Apache Tomcat 8 - Servlet and JSP engine -- admin web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the administrative web interfaces. Package: tomcat8-common Description-md5: c2eca3c452eff7c18647c91989381503 Description-en: Apache Tomcat 8 - Servlet and JSP engine -- common files Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains common files needed by the tomcat8 and tomcat8-user packages (Tomcat 8 scripts and libraries). Package: tomcat8-docs Description-md5: 7822d5907d923fb447ed6f6da9cee2cd Description-en: Apache Tomcat 8 - Servlet and JSP engine -- documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the online documentation web application. Package: tomcat8-examples Description-md5: efafb73265a132ee046a1bd2fb2a8af8 Description-en: Apache Tomcat 8 - Servlet and JSP engine -- example web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the default Tomcat example webapps. Package: tomcat8-user Description-md5: fe19024bad571e95ae7d6b858fb2f1d8 Description-en: Apache Tomcat 8 - Servlet and JSP engine -- tools to create user instances Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains files needed to create a user Tomcat instance. This user Tomcat instance can be started and stopped using the scripts provided in the Tomcat instance directory. Package: tomcat9 Description-md5: 7a68f37ed13aac35d7828572802e9468 Description-en: Apache Tomcat 9 - Servlet and JSP engine Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains only the startup scripts for the system-wide daemon. No documentation or web applications are included here, please install the tomcat9-docs and tomcat9-examples packages if you want them. Install tomcat9-user instead of this package if you don't want Tomcat to start as a service. Package: tomcat9-admin Description-md5: 51d7cb586eb104dc3ce0caacfee7da37 Description-en: Apache Tomcat 9 - Servlet and JSP engine -- admin web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the administrative web interfaces. Package: tomcat9-common Description-md5: ec570fcfeca10a70af97c9cb254cedfe Description-en: Apache Tomcat 9 - Servlet and JSP engine -- common files Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains common files needed by the tomcat9 and tomcat9-user packages (Tomcat 9 scripts and libraries). Package: tomcat9-docs Description-md5: 468777329726b07d1bb3fdd25be97d1e Description-en: Apache Tomcat 9 - Servlet and JSP engine -- documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the online documentation web application. Package: tomcat9-examples Description-md5: ed519ef875342eaa8d83107c5f828668 Description-en: Apache Tomcat 9 - Servlet and JSP engine -- example web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the default Tomcat example webapps. Package: tomcat9-user Description-md5: 7a67fd6cf68162cbe19dbf2d4a845fb0 Description-en: Apache Tomcat 9 - Servlet and JSP engine -- tools to create user instances Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains files needed to create a user Tomcat instance. This user Tomcat instance can be started and stopped using the scripts provided in the Tomcat instance directory. Package: tshark Description-md5: 17aa46d351c7c1a5aa0e49637765c939 Description-en: network traffic analyzer - console version Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides the console version of wireshark, named "tshark". Package: u2f-host Description-md5: 237819570c3e299e687665f1f0cba2cc Description-en: Command line tool to do Universal 2nd Factor (U2F) operations Libu2f is a package for doing Universal 2nd Factor (U2F) host communication and has functionality for the Registration and Authentication operations. The package contains a C library, a command line tool, and documentation. . This is a command line tool to do registration and authentication with a U2F device. Package: ubuntu-core-launcher Description-md5: 3223c275ff89224fda1b277eec5e7ffe Description-en: Transitional package for snapd This is a transitional dummy package. It can safely be removed. Package: ubuntu-snappy Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: ubuntu-snappy-cli Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: udhcpc Description-md5: e2345d2807e5393b509c38303e4ee886 Description-en: Provides the busybox DHCP client implementation Busybox contains a very small yet fully functional RFC compliant DHCP client formerly known as udhcpc. . This package contains the glue to use the busybox udhcpc as DHCP client in the system by providing the appropriate symbolic links and scripts. Package: udhcpd Description-md5: c737b2b2b9534ba766d99f6de6c31668 Description-en: Provides the busybox DHCP server implementation Busybox contains a very small yet fully function RFC compliant DHCP server formerly known as udhcpd. . This package contains the glue to use the busybox udhcpd as DHCP server in the system by providing the appropriate symbolic links and scripts. Package: udisks2-btrfs Description-md5: e3a6e47015948bca32be8aacaa0afcc4 Description-en: BTRFS support for udisks2 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 provides support for BTRFS configuration. Package: udisks2-lvm2 Description-md5: c1e16f4cc2cd50bc38bf13ed7ee4ce3d Description-en: LVM2 support for udisks2 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 provides support for LVM2 configuration. Package: ufraw Description-md5: 8acb7042912763fda6a990bd291a7dd6 Description-en: standalone importer for raw camera images This is a standalone tool to import raw data from high-end digital cameras. . The Unidentified Flying Raw (UFRaw) is a utility for converting and manipulating raw images from digital cameras. It can be used as a stand-alone tool or as a Gimp plug-in, and images can be batch processed using the command-line interface. UFRaw reads most existing raw formats using Dave Coffin's raw conversion utility DCRaw, and it supports basic color management using Little CMS, allowing the user to apply color profiles. Package: ufraw-batch Description-md5: 73ae28e977695832f9cc680998159ba4 Description-en: batch importer for raw camera images This is a command-line batch tool to import raw data from high-end digital cameras. . The Unidentified Flying Raw (UFRaw) is a utility for converting and manipulating raw images from digital cameras. It can be used as a stand-alone tool or as a Gimp plug-in, and images can be batch processed using the command-line interface. UFRaw reads most existing raw formats using Dave Coffin's raw conversion utility DCRaw, and it supports basic color management using Little CMS, allowing the user to apply color profiles. Package: uima-doc Description-md5: 0cf7ed941b109531609571b11fab6eca Description-en: Documentation for the Apache UIMA framework Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . All the documentations to run the UIMA framework. Package: uima-examples Description-md5: 82d6a88034c050a1864de23a8f2b9f54 Description-en: Examples of UIMA components Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This package provides some examples of UIMA components. Package: uima-utils Description-md5: 00d0cfa97cbd6e22458150f575b841bc Description-en: UIMA tools Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This package provides the UIMA tools : annotationViewer, cpeGui, documentAnalyzer, jcasgen, runAE, runCPE, runPearInstaller, runPearMerger, runPearPackager Package: unbound Description-md5: fbeecad8349f6b3042087b256bc69b68 Description-en: validating, recursive, caching DNS resolver Unbound is a recursive-only caching DNS server which can perform DNSSEC validation of results. It implements only a minimal amount of authoritative service to prevent leakage to the root nameservers: forward lookups for localhost, reverse for 127.0.0.1 and ::1, and NXDOMAIN for zones served by AS112. Stub and forward zones are supported. . This package contains the unbound daemon. Package: unbound-anchor Description-md5: f49fb3435120bde9cd4af959aeac719c Description-en: utility to securely fetch the root DNS trust anchor unbound-anchor is a utility which securely fetches or updates the root DNS zone trust anchor. A copy of the current root anchor and root update certificate is embedded in unbound-anchor. RFC 5011 trust anchor tracking is performed, with fallback to an SSL fetch if this fails. Package: unbound-host Description-md5: 287e113772f55d3575bb8577560cb3eb Description-en: reimplementation of the 'host' command This package provides the 'unbound-host' program that is bundled with the Unbound domain name server. This version differs from the one provided in the package called host, which is from NIKHEF, and bind9-host, which is from ISC, and has a similar but different set of features and options. Package: usb-creator-kde Description-md5: cc3fb792d79d0b5fa10c1afdb5909782 Description-en: create a startup disk using a CD or disc image (for KDE) Startup Disk Creator converts a USB key or SD card into a volume from which you can start up and run Ubuntu. You can also store files and settings in any space left over. . The program also works for Debian, or any other Debian-based OS for which you have a CD or .iso image. . This package contains the KDE client frontend. Package: uwsgi Description-md5: 58463849d39022e9bde2acbbc728d93e Description-en: fast, self-healing application container server uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . uWSGI can be run in preforking, threaded, asynchronous/evented modes and supports various forms of green threads/coroutines (such as uGreen, Greenlet, Fiber). uWSGI provides several methods of configuration: via command line, via environment variables, via XML, INI, YAML configuration files, via LDAP and more. . On top of all this, it is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package depends on uWSGI core binary and installs: * init.d script for running uWSGI daemon(s) with options defined in custom user-created configuration files * infrastructure for running daemons (like common locations of communication sockets, logs) Package: uwsgi-app-integration-plugins Description-md5: 5ce311b3904a2f577718c6662e3cf886 Description-en: plugins for integration of uWSGI and application uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This dependency package provides plugins for integration of uWSGI and application: * GNU Go * Java (OpenJDK 8) * JWSGI (OpenJDK 8) * Lua WSAPI (Lua 5.1 and 5.2) * Mono/ASP.NET * Perl PSGI * Python WSGI (Python 2 and 3) * Rack (ruby2.5) . Java and Mono plugins are provided only on supported architectures. Package: uwsgi-core Description-md5: 0d6a453da688007fb607aef8b0e18bd2 Description-en: fast, self-healing application container server (core) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . uWSGI can be run in preforking, threaded, asynchronous/evented modes and supports various forms of green threads/coroutines (such as uGreen, Greenlet, Fiber). uWSGI provides several methods of configuration: via command line, via environment variables, via XML, INI, YAML configuration files, via LDAP and more. . On top of all this, it is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides core uWSGI binary (built without any embedded plugins) and plugins with no or few dependencies: . * cache * carbon * cgi * cheaper_backlog2 * cheaper_busyness * clock_monotonic * clock_realtime * corerouter * echo * emperor_amqp * emperor_zeromq * fastrouter * forkptyrouter * http * logcrypto * logfile * logpipe * logsocket * logzmq * matheval * mongrel2 * msgpack * nagios * notfound * pam * ping * pty * rawrouter * redislog * router_basicauth * router_cache * router_expires * router_hash * router_http * router_memcached * router_metrics * router_radius * router_redirect * router_redis * router_rewrite * router_static * router_uwsgi * router_xmldir * rpc * rrdtool * rsyslog * signal * spooler * ssi * sslrouter * stats_pusher_file * stats_pusher_socket * stats_pusher_statsd * symcall * syslog * systemd_logger * transformation_chunked * transformation_gzip * transformation_offload * transformation_template * transformation_tofile * transformation_toupper * tuntap * ugreen * webdav * xattr * zabbix * zergpool . forkptyrouter, systemd and tuntap are provided only on supported architectures. . Developing external uWSGI plugin requires the package uwsgi-dev. Package: uwsgi-dbg Description-md5: 2562a97100731f3ae3815a97cacf19f4 Description-en: debugging symbols for uWSGI server and it's plugins uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package contains the debug symbols for uWSGI core binary and plugins. Install this package if you need to debug such a program or if you need a useful backtrace of a crash. Package: uwsgi-dev Description-md5: becd94640d027cc49f6f3ca8def26e6b Description-en: fast, self-healing application container server (headers) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package provides development headers and tools needed to develop external uWSGI plugins, either contained in this package or pulled in through depending on development packages of dependent projects. Package: uwsgi-emperor Description-md5: 64339e39f51b1bb021f154578159cd54 Description-en: fast, self-healing application container server (emperor scripts) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . uWSGI can be run in preforking, threaded, asynchronous/evented modes and supports various forms of green threads/coroutines (such as uGreen, Greenlet, Fiber). uWSGI provides several methods of configuration: via command line, via environment variables, via XML, INI, YAML configuration files, via LDAP and more. . On top of all this, it is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package depends on uWSGI core binary and installs: * init.d script for running uWSGI Emperor daemon with options defined in custom user-created configuration files * basic configuration for running uWSGI Emperor daemon Package: uwsgi-extra Description-md5: 3e43c6bd4ae0c57e86fa9aed8818463a Description-en: fast, self-healing application container server (extra files) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package provides extra files from uWSGI distribution. Package: uwsgi-infrastructure-plugins Description-md5: d27e3c8f22a18c6987eb8122dfc8bb3b Description-en: infrastructure plugins for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This dependency package provides infrastructure plugins for uWSGI: * alarm cURL * alarm XMPP * cURL cron * PostgreSQL emperor * graylog2 * GeoIP * LDAP * router access * SQLite 3 * XSLT request * GlusterFS storage * Ceph/RADOS storage . GlusterFS and Ceph/RADOS plugins are provided only on supported architectures. Package: uwsgi-plugin-alarm-curl Description-md5: c9945f01472d87a192b359c44b6f0685 Description-en: cURL alarm plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides alarm_curl plugin for uWSGI. Package: uwsgi-plugin-alarm-xmpp Description-md5: dbd9b2a3cbda003b2f928f7da81b4c11 Description-en: XMPP alarm plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides alarm_xmpp plugin for uWSGI. Package: uwsgi-plugin-asyncio-python Description-md5: 6801bf75f32755a81bf0a2cfe5129dbf Description-en: asyncio plugin for uWSGI (Python 2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides asyncio plugin for uWSGI with Python 2 WSGI interface. Package: uwsgi-plugin-asyncio-python3 Description-md5: 7a378c007c03cccc19e02f845bccfa86 Description-en: asyncio plugin for uWSGI (Python 3) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides asyncio plugin for uWSGI with Python 3 WSGI interface. Package: uwsgi-plugin-curl-cron Description-md5: a46df795e8a7276a2f4bf68f0dbdfa1a Description-en: cron cURL plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides curl_cron plugin for uWSGI. Package: uwsgi-plugin-emperor-pg Description-md5: cbe9a268a53bb8ddec94f5571b8d545f Description-en: Emperor PostgreSQL plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides emperor_pg plugin for uWSGI. Package: uwsgi-plugin-fiber Description-md5: dfa071e590d4246258197ef12d601476 Description-en: Fiber plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Fiber plugin for uWSGI with Ruby (ruby2.5). . Fibers are a form of coroutine, useful for implementing cooperative multitasking. Package: uwsgi-plugin-gccgo Description-md5: 41db975384db959caa33744aab9bc7fa Description-en: GNU Go plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides gccgo (GNU Go) plugin for uWSGI. Package: uwsgi-plugin-geoip Description-md5: b6599808704db6a575e47b5dfa474a37 Description-en: GeoIP plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides geoip plugin for uWSGI. Package: uwsgi-plugin-gevent-python Description-md5: 0ff9fe7551271b092156f06e5bd6707f Description-en: gevent plugin for uWSGI (Python 2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides gevent plugin for uWSGI with Python 2 WSGI interface. Package: uwsgi-plugin-glusterfs Description-md5: cc2ced6db49a60fb4518e573aaaa93a5 Description-en: GlusterFS storage plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides GlusterfS storage plugin for uWSGI. Package: uwsgi-plugin-graylog2 Description-md5: 9d2bdfa660c45ed3f72e19a121a4b7d3 Description-en: graylog2 plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides graylog2 plugin for uWSGI. Package: uwsgi-plugin-greenlet-python Description-md5: 54b1ca96f0b8ab2816b26413951e8744 Description-en: greenlet plugin for uWSGI (Python 2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides greenlet plugin for uWSGI with Python 2 WSGI interface. Package: uwsgi-plugin-jvm-openjdk-8 Description-md5: 270c25f155e68f12c739ef982268528a Description-en: Java plugin for uWSGI (OpenJDK 8) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Java plugin for uWSGI (linked with OpenJDK 8 runtime). Package: uwsgi-plugin-jwsgi-openjdk-8 Description-md5: 1feb73c733abfec455ea3df905952cc3 Description-en: JWSGI plugin for uWSGI (OpenJDK 8) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides JWSGI plugin for uWSGI (linked with OpenJDK 8 runtime). Package: uwsgi-plugin-ldap Description-md5: 1e50c20e96d37c14871bcd9945bf5e9b Description-en: LDAP plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides ldap plugin for uWSGI. Package: uwsgi-plugin-lua5.1 Description-md5: 555a2f06821ef97d5c04eb87bd090431 Description-en: Lua WSAPI plugin for uWSGI (Lua 5.1) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Lua WSAPI plugin for uWSGI (linked with Lua 5.1 runtime). Package: uwsgi-plugin-lua5.2 Description-md5: 93b340a7ca90415da200ab6c3620764a Description-en: Lua WSAPI plugin for uWSGI (Lua 5.2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Lua WSAPI plugin for uWSGI (linked with Lua 5.2 runtime). Package: uwsgi-plugin-mono Description-md5: c49a81762fa3ef44c0a7027428be0eb7 Description-en: Mono/ASP.NET plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Mono/ASP.NET plugin for uWSGI. Package: uwsgi-plugin-php Description-md5: 752f8a7048f3ecf5db6479dceb9047e0 Description-en: PHP plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides PHP plugin for uWSGI. Package: uwsgi-plugin-psgi Description-md5: 828d6498efae772fa540e29787676fbe Description-en: Perl PSGI plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides psgi plugin for uWSGI, to interface with Perl PSGI. Package: uwsgi-plugin-python Description-md5: 3189dc6198c4a76b290966cb99f38afb Description-en: WSGI plugin for uWSGI (Python 2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Python WSGI plugin for uWSGI (linked with Python 2 runtime). Package: uwsgi-plugin-python3 Description-md5: 11faa7d448ede3140d20ea26577cfb47 Description-en: WSGI plugin for uWSGI (Python 3) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Python 3 WSGI plugin for uWSGI (linked with Python 3 runtime). Package: uwsgi-plugin-rack-ruby2.5 Description-md5: 64abd770bd12ff5d7e40fffcce993af8 Description-en: Rack plugin for uWSGI (ruby2.5) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Rack plugin for uWSGI (linked with ruby2.5 runtime). Package: uwsgi-plugin-rados Description-md5: c57a43a89ef56db2c702cadba6644987 Description-en: Ceph/RADOS storage plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Ceph/RADOS storage plugin for uWSGI. Package: uwsgi-plugin-rbthreads Description-md5: db4bcd2f8615f5120786704f20eaffcc Description-en: Ruby native threads plugin for uWSGI (ruby2.5) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Ruby (ruby2.5) native threads plugin for uWSGI. Package: uwsgi-plugin-ring-openjdk-8 Description-md5: 036a52dd503eb75f74a83c54faafcd1f Description-en: Closure/Ring plugin for uWSGI (OpenJDK 8) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Closure/Ring plugin for uWSGI (linked with OpenJDK 8 runtime). Package: uwsgi-plugin-router-access Description-md5: 81c9fc541376c5a806ad37f769befa99 Description-en: Access router plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides router_access plugin for uWSGI. Package: uwsgi-plugin-servlet-openjdk-8 Description-md5: 71a2969479983577c6fca0cbf7373e94 Description-en: JWSGI plugin for uWSGI (OpenJDK 8) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Servlet 2.5 plugin for uWSGI (linked with OpenJDK 8 runtime). Package: uwsgi-plugin-sqlite3 Description-md5: 8dd97dba87fb4e4d4e93b258b0ce19bc Description-en: SQLite 3 configurations plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides sqlite3 plugin for uWSGI, to load configurations from SQLite 3 database. Package: uwsgi-plugin-tornado-python Description-md5: 8adf7144c565494670cd5d6417a15e62 Description-en: tornado plugin for uWSGI (Python 2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides tornado plugin for uWSGI with Python 2 WSGI interface. Package: uwsgi-plugin-xslt Description-md5: 1d0ff54facd7f55b2887b974fbb21b22 Description-en: XSLT request plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides xslt plugin for uWSGI. Package: uwsgi-plugins-all Description-md5: 277d307fddcf0fd72af64396f6b07b30 Description-en: all available plugins for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This dependency package provides all available plugins for uWSGI: * infrastructure - HTTP serving, RPC, etc. * application integration - PSGI, Rack, WSGI, etc. * coroutines - Fiber (ruby2.5) - gevent (Python 2) - greenlet (Python 2) - asyncio (Python 3, and Python 2 when Trollius is available) - Ruby native threads (ruby2.5) - tornado (Python 2) . Greenlet and gevent plugin is provided only on supported architectures. Package: uwsgi-src Description-md5: fc8923e4824755e3250741e0673c1f4a Description-en: sources for uWSGI plugins uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package contains the sources for uWSGI plugins. Package: vim-athena Description-md5: 1c61a087ff78396c79ad6890f632a2be 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 Lua, Perl, Python 3, Ruby, and Tcl. Package: vim-gtk Description-md5: 09017d04d64fc4f44f025c2f11760378 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 Lua, Perl, Python 3, Ruby, and Tcl. Package: vim-haproxy Description-md5: f0f210c34582537684988d90bc2d6337 Description-en: syntax highlighting for HAProxy configuration files The vim-haproxy package provides filetype detection and syntax highlighting for HAProxy configuration files. . As per the Debian vim policy, installed addons are not activated automatically, but the "vim-addon-manager" tool can be used for this purpose. Package: vim-nox Description-md5: f840d0104436408f409898adc9a43d8c Description-en: Vi IMproved - enhanced vi editor - with scripting languages support 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 Lua, Perl, Python 3, Ruby, and Tcl but no GUI. Package: vim-syntax-docker Description-md5: fcdf3cc569fec99526c4f1c044063f82 Description-en: Docker container engine - Vim highlighting syntax files This package provides syntax files for the Vim editor for editing Dockerfiles from the Docker container engine. Package: visualvm Description-md5: a7eebccbff6602e49964e71b25c6d1c6 Description-en: All-in-One Java Troubleshooting Tool VisualVM is a visual tool integrating several commandline JDK tools and lightweight profiling capabilities. Designed for both production and development time use, it further enhances the capability of monitoring and performance analysis for the Java SE platform. . VisualVM is designed for - Application Developers: Monitor, profile, take thread dumps, browse heap dumps. - System Administrators: Monitor and control Java applications across the entire network. - Java Application Users: Create bug reports containing all the necessary information. Package: vlc Description-md5: d96da6b991aa50928533b16fb11b3136 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 plugins: * vlc-plugin-access-extra * vlc-plugin-fluidsynth * vlc-plugin-jack * vlc-plugin-notify * vlc-plugin-samba * vlc-plugin-skins2 * vlc-plugin-svg * vlc-plugin-video-splitter * vlc-plugin-visualization Package: vlc-bin Description-md5: 95daedaad0e0f925e24501938e2ec38b Description-en: binaries from 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 VLC's binaries. Package: vlc-data Description-md5: ba0fd1de1b53a2231022b0fff46b7280 Description-en: common data 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 HTTP interface files, and Lua scripts for VLC media player. Package: vlc-l10n Description-md5: d5f59a6e5491d82c57f09523ce6360ec Description-en: translations 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 localisations for VLC media player. Package: vlc-plugin-access-extra Description-md5: eaf30470cf6ffebe05b13b2d1afe473a Description-en: multimedia player and streamer (extra access plugins) 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 additional access plugins. Package: vlc-plugin-base Description-md5: 103cb021db8e172eaddc03ab0f07e203 Description-en: multimedia player and streamer (base plugins) 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 most plugins which are shipped in more specialied plugin packages. Package: vlc-plugin-fluidsynth Description-md5: 987977beb56246deecee22dce0cacc10 Description-en: FluidSynth plugin 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 plugin adds support for playing MIDI file via the FluidSynth software synthesizer to the VLC media player. Package: vlc-plugin-jack Description-md5: c4d2077c730fa32d1421efc81f3cd32c Description-en: JACK audio 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. . 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=...' Package: vlc-plugin-notify Description-md5: 41baa12a2792d2ee801f697598ebd183 Description-en: LibNotify plugin 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 plugin adds support for libnotify track change notification to the VLC media player. Package: vlc-plugin-qt Description-md5: b369abb6f163cfcb1cbc0011ed281468 Description-en: multimedia player and streamer (Qt plugin) 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 VLC's Qt interface. Package: vlc-plugin-samba Description-md5: 23d77f3b1665060dfae5f3cef669e2b3 Description-en: Samba plugin 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 plugin adds support to access Samba shares from the VLC media player. Package: vlc-plugin-skins2 Description-md5: 9743a8607505f1e6a575e18a62e6e280 Description-en: multimedia player and streamer (Skins2 plugin) 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 VLC's Skins2 interface. Package: vlc-plugin-svg Description-md5: 0849a5da981125db8b598c3d38646f16 Description-en: SVG plugin 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 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. Package: vlc-plugin-video-output Description-md5: 304efe8a3dcaf595b6085adb45316c41 Description-en: multimedia player and streamer (video output plugins) 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 video output plugins. Package: vlc-plugin-video-splitter Description-md5: 782ab557a4f2909b787f11ea7b8081ae Description-en: multimedia player and streamer (video splitter plugins) 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 video splitter plugins. Package: vlc-plugin-visualization Description-md5: e6dede36648e266b9d6e6bb8dd2556c8 Description-en: multimedia player and streamer (visualization plugins) 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 visualization plugins. Package: vlc-plugin-zvbi Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: wavpack Description-md5: 2f6dc5f8dea0e19dbb79d23cf1e0eaca Description-en: 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: webkit2gtk-driver Description-md5: 1e1390a062f0330cff9b9fe01c387c3c Description-en: WebKitGTK+ WebDriver support 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. . WebKit2 is an API layer for WebKit designed from the ground up to support a split process model, where the web content lives in a separate process from the application UI. . This build comes from the GTK+ port of WebKit (API version 4.0). . This package provides the WebDriver service implementation for WebKitGTK+. Package: wesnoth Description-md5: 2a71a7a2a2874f7f0bf25835fd6bebf3 Description-en: fantasy turn-based strategy game - complete suite (metapackage) This metapackage pulls in the complete set of the latest stable version, most helpful if you always want to have all the official campaigns installed. If you only want to play over the network with other players or want to play only a few campaigns you just need to install the wesnoth-core package and the wanted campaign packages. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12 Description-md5: b4490f0b64389d931fdf07d83a102e7b Description-en: fantasy turn-based strategy game - complete suite (branch 1.12) This package depends on the complete set of packages built from the wesnoth source package but the server (which can be found in the wesnoth-1.12-server package), most helpful if you always want to have all the official campaigns installed. If you only want to play over the network with other players or want to play only a few campaigns you just need to install the wesnoth-1.12-core package and the wanted campaign packages. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-aoi Description-md5: affaa02b41ca4b96c91aca3e87881076 Description-en: "An Orcish Incursion" official campaign for Wesnoth (branch 1.12) This package contains the "An Orcish Incursion" campaign for Wesnoth: "Defend the forests of the elves against the first orcs to reach the Great Continent, learning valuable tactics as you do so." (Novice level, 7 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-core Description-md5: b2753a6d786335280668ec8e8e9afbb9 Description-en: fantasy turn-based strategy game (branch 1.12) This package contains the main program for wesnoth. It can be used to play multiplayer games. If you want to play campaigns you will have to install them individually, but if you prefer to have all the official campaigns installed please be advised to install the wesnoth-1.12 package which depends on all of them. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-data Description-md5: 82226fc89197ec6fe3fca3f87debdae1 Description-en: data files for Wesnoth (branch 1.12) This package contains the sound files and graphics for Wesnoth. It is required for being able to play wesnoth or create maps with the editor. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-dbg Description-md5: e868481dfe577eaadf9e65d20dc99d43 Description-en: fantasy turn-based strategy game (debugging symbols for branch 1.12) This package contains the debugging symbols for the wesnoth binaries. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-did Description-md5: 0247ce6d654c88414d801d5bcd58ba26 Description-en: "Descent Into Darkness" official campaign for Wesnoth (branch 1.12) This package contains the "Descent Into Darkness" campaign for Wesnoth: "Learn the dark arts of necromancy in order to save your people from an orcish incursion." (Intermediate level, 12 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-dm Description-md5: 54072dbdba1cecd3e8843858a998f446 Description-en: "Delfador's Memoirs" official campaign for Wesnoth (branch 1.12) This package contains the "Delfador's Memoirs" campaign for Wesnoth: "Wesnoth seems to be slipping inexorably into chaos, as marauding orcs pour south across the Great River, and mysterious and deadly creatures roam the night. Who is the shadowy Iliah-Malal? Can you defeat him before he destroys all life in Wesnoth?" (Intermediate level, 19 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-dw Description-md5: 8e22ee8c40c15a9818ccc7f61156f0ad Description-en: "Dead Water" official campaign for Wesnoth (branch 1.12) This package contains the "Dead Water" campaign for Wesnoth: "You are Kai Krellis, son and heir of the last merman king but only a child. A necromancer is turning your subjects into undead slaves! Lead your people on a mission to convince a powerful mer-sorceress to help you repel the invasion. The oceans near the Northern Lands are perilous, so you will need cunning and bravery to survive. But first you need to gain the respect of your troops!" (Intermediate level, 10 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-ei Description-md5: 8d0ccdb0ad3594b440b70f323923fabf Description-en: "The Eastern Invasion" official campaign for Wesnoth (branch 1.12) This package contains the "The Eastern Invasion" campaign for Wesnoth: "There are rumors of undead attacks on the eastern border of Wesnoth. You, an officer in the Royal Army, have been sent to the eastern front to protect the villagers and find out what is happening." (Intermediate level, 16 scenarios.)" . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-httt Description-md5: 14f233eb846a88c0d1fa8634d8e3f874 Description-en: "Heir to the Throne" official campaign for Wesnoth (branch 1.12) This package contains the "Heir to the Throne" campaign for Wesnoth: "Fight to regain the throne of Wesnoth, of which you are the legitimate heir." (Novice level, 23 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-l Description-md5: a8ee2e50aaa2325b529ca44c67cf1b7e Description-en: "Liberty" official campaign for Wesnoth (branch 1.12) This package contains the "Liberty" campaign for Wesnoth: "As the shadow of civil war lengthens across Wesnoth, a band of hardy marchlanders revolts against the tyranny of Queen Asheviere. To win their way to freedom, they must defeat not just the trained blades of Wesnothian troops but darker foes including orcs and undead." (Intermediate level, 8 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-low Description-md5: c12488f7e5d8494782a1f96799e24c56 Description-en: "Legend of Wesmere" official campaign for Wesnoth (branch 1.12) This package contains the "Legend of Wesmere" campaign for Wesnoth: "The tale of Kalenz, the High Lord who rallied his people after the second orcish invasion of the Great Continent and became the most renowned hero in the recorded history of the Elves." (Intermediate level, 18 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-music Description-md5: cbfa3fe59f937cbfdeb2d622d0f7dd93 Description-en: music files for Wesnoth (branch 1.12) This package contains the music files for Wesnoth. It is not required but gives nice background music and encouraged. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-nr Description-md5: 1b934a71fdabca636a4dc71b1e6279f2 Description-en: "Northern Rebirth" official campaign for Wesnoth (branch 1.12) This package contains the "Northern Rebirth" campaign for Wesnoth: "For the people of Dwarven Doors the choice was stark: either drudge as downtrodden slaves for the orcs until the end of their brief and miserable lives, or risk all for freedom and rise up against their cruel overlords. Little did they suspect that their struggle would be the hinge of great events that might restore the Northlands to the glory they had once known." (Expert level, 13 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-server Description-md5: aed8ac544569ad9144de9f09404ed547 Description-en: multiplayer network server for Wesnoth (branch 1.12) This package contains the multiplayer network server for Wesnoth. You need it if you want to host multiplayer games on your computer and don't want to use the official servers. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-sof Description-md5: 9520a776559c5ae23de86903cb1e14a2 Description-en: "The Sceptre of Fire" official campaign for Wesnoth (branch 1.12) This package contains the "The Sceptre of Fire" campaign for Wesnoth: "The land of Wesnoth's banner bold Comes not from its own land; It comes from Dwarfdom, grim and old Made by a runesmith's hand. So now I tell from whence it came - The Fire-sceptre great - And of the makers of the same, Their tale I now relate..." (Expert level, 9 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-sotbe Description-md5: 37cc240d5b47a7eefe9f42dee935e2d2 Description-en: "Son of the Black-Eye" official campaign for Wesnoth (branch 1.12) This package contains the "Son of the Black-Eye" campaign for Wesnoth: "Your father Karun Black-Eye was the greatest orcish leader that ever lived. Now, as his son, it's up to you to thwart the selfish designs of the humans who have broken the old agreements with the orcs and are bent upon taking your lands. Unite the warring orcish tribes, bring together the Orcish Council and call up the Great Horde to send the human-worms and their wose-born allies to the land of the dead!" (Expert level, 18 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-thot Description-md5: 7a52539d60f18f1b09534165ad4de5d8 Description-en: "The Hammer of Thursagan" official campaign for Wesnoth (branch 1.12) This package contains the "The Hammer of Thursagan" campaign for Wesnoth: "In the first years of the Northern Alliance, an expedition from Knalga seeks out their kin at Kal Kartha and to learn the fate of the legendary Hammer of Thursagan. The perils of their journey through the wild Northern Lands, though great, pale beside the evil they will face at its end." (Intermediate level, 11 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-tools Description-md5: 578246cf0f4df14054d40c01b6ae3c96 Description-en: tools for campaign developers for Wesnoth (branch 1.12) This package contains various tools for Wesnoth that are especially useful for campaign developers, including but not limited to scripts supporting the generation and checking of WML (Wesnoth Markup Language). You can find them in the directory /usr/share/games/wesnoth/1.12/data/tools after installation of the package. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-trow Description-md5: 31f781db81d9803f2fe75709109f8015 Description-en: "The Rise of Wesnoth" official campaign for Wesnoth (branch 1.12) This package contains the "The Rise of Wesnoth" campaign for Wesnoth: "Lead Prince Haldric through the destruction of the Green Isle and across the Ocean to establish the very kingdom of Wesnoth itself. The confrontation with Lich-Lord Jevyan awaits..." (Intermediate level, 24 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-tsg Description-md5: 0ff3bd02f8f9788f06725ed620fb4d7f Description-en: "The South Guard" official campaign for Wesnoth (branch 1.12) This package contains the "The South Guard" campaign for Wesnoth: "A young Knight, Deoran, is dispatched to take command of the South Guard... Note: This campaign is designed as an introduction to Wesnoth. The 'Civilian' difficulty level is aimed at first-time players." (Novice level, 9 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-ttb Description-md5: 054711d0cfec44dd573231baa517bdfe Description-en: "A Tale of Two Brothers" official campaign for Wesnoth (branch 1.12) This package contains the "A Tale of Two Brothers" campaign for Wesnoth: "An evil mage is threatening the small village of Maghre and its inhabitants. The village’s mage sends to his warrior brother for help, but not all goes as planned. Can you help?" (Novice level, 4 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-utbs Description-md5: 8fcaad789ea3d7f12db16dc2898e48ba Description-en: "Under the Burning Suns" official campaign for Wesnoth (branch 1.12) This package contains the "Under the Burning Suns" campaign for Wesnoth: "In the distant future a small band of elves struggles to survive amidst the ruins of fallen empires. Lead your people out of the desert on an epic journey to find a new home." (Expert level, 10 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-core Description-md5: 49034f8e7b5044fce1f03bd566a97f33 Description-en: fantasy turn-based strategy game (metapackage) This metapackage pulls in the core wesnoth package which allows you to play using the latest stable version. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-music Description-md5: 708dd00f3fd6bc8016e6d16439e8132f Description-en: music files for Wesnoth (metapackage) This metapackage pulls in the music package for use with the latest stable version of wesnoth. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wireshark Description-md5: e2e26f45272009095cc47933b48129a6 Description-en: network traffic analyzer - meta-package Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This is a meta-package for Wireshark. Package: wireshark-common Description-md5: 179c480769d1d5484751aefc4cde59a3 Description-en: network traffic analyzer - common files Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides files common to both wireshark (the GTK+ version) and tshark (the console version). Package: wireshark-dev Description-md5: 7a344f6feb13aa3b18ede52debae4fe2 Description-en: network traffic analyzer - development tools Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides idl2wrs and other files necessary for developing new packet dissectors. Package: wireshark-doc Description-md5: ed8b1896882405b928131b74c90e0b57 Description-en: network traffic analyzer - documentation Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package contains Wireshark User's guide, Wireshark Developer's Guide and the Lua Reference. Package: wireshark-gtk Description-md5: b97e4a12d4e72d8ae591a9602534c310 Description-en: network traffic analyzer - GTK+ version Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides the GTK+ version of Wireshark. Package: wireshark-qt Description-md5: 4aa78d5ff5497c82e96e6e723d3c5af6 Description-en: network traffic analyzer - Qt version Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides the Qt version of Wireshark. Package: woff2 Description-md5: 2e33024bf3802f9b4f853949157489b6 Description-en: utilities for converting fonts to WOFF 2.0 woff2 is a library for converting fonts from the TTF format to the WOFF 2.0 format. The library also allows decompression from WOFF 2.0 to TTF. . The WOFF 2.0 format uses the Brotli compression algorithm to compress fonts suitable for use in CSS @font-face rules. WOFF 2.0 is a W3C Candidate Recommendation. . This package contains the woff2_compress, woff2_decompress, and woff2_info utilities. 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: writer2latex Description-md5: 3682c8af6837fbfc499c94462e002f3a Description-en: OpenOffice.org Writer/Calc to LaTeX/XHTML converter Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents – in particular documents containing formulas – into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. Package: writer2latex-manual Description-md5: 0d547334a0e57eeafe65cb19a86c37b9 Description-en: OpenOffice.org Writer/Calc to LaTeX/XHTML converter -- manual Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents – in particular documents containing formulas – into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. . This package contains the manual. Package: xapian-tools Description-md5: a4e9d8b956a6ab5d2ffd8875247ee21d 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. - 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. - xapian-replicate: Replication client. - xapian-replicate-server: Replication server. - xapian-metadata: Inspect or set user metadata in a database. . 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: xdmx Description-md5: 9e6fe3aa398121b6dd37b516ff31f0fc 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: <URL:https://www.x.org> . This package is built from the X.org xserver module. Package: xdmx-tools Description-md5: 7c73525ee7871b6febd440ea9a0a08b9 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: <URL:https://www.x.org> . This package is built from the X.org xserver module. Package: xmir Description-md5: e4710b0dae734b672468e601172173bc Description-en: Xmir X server This package provides an X server running on top of Mir, using Mir input devices for input and forwarding either the root window or individual top-level windows as wayland surfaces. Package: xml-security-c-utils Description-md5: 31635658b5b50a720fa01408a0fad474 Description-en: C++ library for XML Digital Signatures (utilities) Apache XML Security for C++ is a library for the XML Digital Security specification. It provides processing and handling of XML Key Management Specifications (XKMS) messages. . This package contains the Apache XML Security for C++ utilities, which support signing and verifying XML files from the command line among other operations. Package: xmlbeans Description-md5: 94577c9b377068084fbb2feee6146b37 Description-en: Java library for accessing XML by binding it to Java types - tools XMLBeans is a technology for accessing XML by binding it to Java types. . XMLBeans provides several ways to get at the XML, including: * Through XML schema that has been compiled to generate Java types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo". The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model. * A cursor model through which you can traverse the full XML infoset. * Support for XML DOM. . This package provide some command-line tools: * dumpxsb: XSB File Dumper * inst2xsd: Instance to Schema Tool * scomp: Schema Compiler * sdownload: Schema Downloader * sfactor: Schema Factoring Tool * svalidate: Streaming Instance Validator * xsdvalidate: Instance Validator * xpretty: XML Pretty Printer * xsd2inst: Schema to Instance Tool * xsdtree: Schema Type Hierarchy Printer * xstc: Invoke XSTC Package: xmltooling-schemas Description-md5: 1be0c8f4b5f58fbfd2b5435eafbcb548 Description-en: XML schemas for XMLTooling The XMLTooling library contains generic XML parsing and processing classes based on the Xerces-C DOM. It adds more powerful facilities for declaring element- and type-specific API and implementation classes, as well as signing and encryption support. . This package contains the XML schema files used by the XMLTooling library. Package: xnest Description-md5: 8fb9e95ed5f9c018992a8cdc83935474 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: <URL:https://www.x.org> . This package is built from the X.org xserver module. Package: xorg-server-source Description-md5: 6be9dae6db2bfd4321ce1a5c689cbeb4 Description-en: Xorg X server - source files This package provides original Debian (with Debian patches already applied, and autotools files updated) sources for the X.Org ('Xorg') X server shipped in a tarball. This enables other projects re-using X server codebase (e.g. VNC servers) to (re-)use officially Debian-supported version of the X xserver for their builds. . Unless you are building a software product using X server sources, you probably want xserver-xorg and/or xserver-xorg-core instead. Package: xserver-xorg-xmir Description-md5: 701c25a1d8b425f073ac68ee21546d4b Description-en: Xmir X server (transitional package) This is a transitional package to ease upgrades to xmir. It can be safely removed. Package: xul-ext-calendar-timezones Description-md5: aa51586667f70f4444de07214c475b6d Description-en: Calendar Extension for Thunderbird (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: xul-ext-gdata-provider Description-md5: aa51586667f70f4444de07214c475b6d Description-en: Calendar Extension for Thunderbird (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed 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: xvfb Description-md5: 1cd5b85acd06c23d376b7b5a7f30a0b8 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: <URL:https://www.x.org> . This package is built from the X.org xserver module. Package: zeroc-glacier2 Description-md5: 6d5c13f0fb248d9bc5b65bf71d1589f7 Description-en: Glacier2 router This package contains the Glacier2 router. A Glacier2 router allows you to securely route Ice communications across networks, such as the public Internet and a private network behind a firewall. With Glacier2, you only need to open one port in your firewall to make multiple back-end Ice servers reachable by remote Ice clients on the Internet. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-all-dev Description-md5: fd5a4382e6303d46142d1064499a19b5 Description-en: Ice development packages (metapackage) This is a metapackage that depends on all development packages for Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-all-runtime Description-md5: 7ee93947e84fc077c2cc143bc29c5740 Description-en: Ice run-time packages (metapackage) This is a metapackage that depends on all run-time packages for Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-compilers Description-md5: 0f63ac9908f148a36e69397ebec0d2f8 Description-en: Slice compilers for developing Ice applications This package contains Slice compilers for developing Ice applications. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-slice Description-md5: 8dc75941ba50d429ff937f9d5534d3db Description-en: Slice files for Ice This package contains Slice files used by the Ice framework. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-utils Description-md5: ff214477773900d9f98861512e4c5b6b Description-en: Ice utilities and admin tools This package contains Ice utilities and admin tools. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-utils-java Description-md5: 3085e2d0404156beef5b19edc6962888 Description-en: zeroc-icegridgui transitional package This is a transitional package for zeroc-icegridgui. It can safely be removed. Package: zeroc-icebox Description-md5: 0410968de5906debc8787220af9b56ba Description-en: IceBox server, a framework for Ice application services This package contains the IceBox server, an easy-to-use framework for developing and deploying application services. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icebridge Description-md5: 3b1da3c995bbec01ac10dc2a134a001c Description-en: Bridge service This package contains the Ice bridge. The Ice bridge allows you to bridge connections securely between one or multiple clients and a server. It relays requests from clients to a target server and makes every effort to be as transparent as possible. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icegrid Description-md5: 5fc2244b227d7027d35c3a26860d28c6 Description-en: Locate, deploy, and manage Ice servers This package contains the IceGrid service, the IceGrid service helps you locate, deploy and manage Ice servers. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icegridgui Description-md5: 6348b814b4c9693ea79392af1e3b598b Description-en: IceGrid Admin graphical client The IceGrid service helps you locate, deploy and manage Ice servers. . The IceGrid GUI give you complete control over your deployed applications. Activities such as starting a server or modifying a configuration setting are just a mouse click away. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icepatch2 Description-md5: 30f07973b8ebdac37edac86c2be16911 Description-en: File distribution and patching This package contains IcePatch2 service, with IcePatch2, you can easily distribute a large set of files to many clients, and keep these files synced with your source set. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zipalign Description-md5: 7f578e69f3707e2a97bd1690104188b1 Description-en: Zip archive alignment tool zipalign is an archive alignment tool that provides important optimization to Android application (.apk) files. The purpose is to ensure that all uncompressed data starts with a particular alignment relative to the start of the file. Package: ziptime Description-md5: cd5fe196ce520fc753d9117721afac9f Description-en: Zip archive timestamp remover ziptime normalizes the timestamps in the header of a Zip file. It was created as part of the Android SDK to help make reproducible builds of Android application (.apk) files. It replaces all timestamps in the Zip headers with a static time (Jan 1 2008). The extra fields are not changed, so you'll need to use the -X option to zip so that it doesn't create the 'universal time' extra. Package: znc Description-md5: 9b4612c45a69774bb76ba3e438f750c7 Description-en: advanced modular IRC bouncer znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. Package: znc-dev Description-md5: 52f474b711dc1ef1b5080ac619e4daa2 Description-en: advanced modular IRC bouncer (development headers) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc development headers for developing modules. Package: znc-perl Description-md5: 3b9cef928cf90174b5c7358eb9faff82 Description-en: advanced modular IRC bouncer (Perl extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Perl extension. Package: znc-python Description-md5: 7850724d985b344f626787e4324ee8e1 Description-en: advanced modular IRC bouncer (Python extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Python extension. Package: znc-tcl Description-md5: a9d7945551f2c91a0a26d0284e01f934 Description-en: advanced modular IRC bouncer (Tcl extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Tcl extension. Package: zsh-static Description-md5: 23f1b767f357b2c1b99e434a26490622 Description-en: 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. Package: zstd Description-md5: d2e4d40bb07cc70b5a32d3b4a9b5f53d Description-en: fast lossless compression algorithm -- CLI tool Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level compression ratio. . This package contains the CLI program implementing zstd. Package: zziplib-bin Description-md5: 226d055c4f586cd69eb6f69325c1ca77 Description-en: library providing read access on ZIP-archives - binaries The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools. . This package contains some useful binaries to extract data from zip archives. Package: cpp-7-x86-64-linux-gnu Description-md5: 19592ef74b19df819d4a3dd5bc0d7ecc 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. . This package contains preprocessor configured for amd64 architecture. Package: cpp-8-x86-64-linux-gnu Description-md5: 19592ef74b19df819d4a3dd5bc0d7ecc 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. . This package contains preprocessor configured for amd64 architecture. Package: cpp-x86-64-linux-gnu Description-md5: 3fbc5e8c78ef39c4933d03ea07322966 Description-en: GNU C preprocessor (cpp) for the amd64 architecture 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 cross-compiler for amd64 architecture. . This is a dependency package providing the default GNU C preprocessor for the amd64 architecture. Package: g++-7-multilib-x86-64-linux-gnu Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-x86-64-linux-gnu Description-md5: a412100da23600c57825f7b39940dc75 Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for amd64 architecture. Package: g++-8-multilib-x86-64-linux-gnu Description-md5: e44e3a6ded1f1416ea9e07853c96b22d Description-en: GNU C++ compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-x86-64-linux-gnu Description-md5: 95c638db836528fc4cf4840ca84746fc Description-en: GNU C++ compiler (cross compiler for amd64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for amd64 architecture. Package: g++-multilib-x86-64-linux-gnu Description-md5: de3230a89a1d4f0c7d188e0e15b609df Description-en: GNU C++ compiler for the amd64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the amd64 architecture. Package: g++-x86-64-linux-gnu Description-md5: 07c4d20f560a847a660e3374549f85e8 Description-en: GNU C++ compiler for the amd64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the amd64 architecture. Package: gcc-7-multilib-x86-64-linux-gnu Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-plugin-dev-x86-64-linux-gnu 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-7-x86-64-linux-gnu Description-md5: cb72c0fe1cae56761b6b476e0c30ea22 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for amd64 architecture. Package: gcc-7-x86-64-linux-gnu-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-8-multilib-x86-64-linux-gnu Description-md5: 2054afcbe562603fef9d3bfde7384cc5 Description-en: GNU C compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-plugin-dev-x86-64-linux-gnu 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-8-x86-64-linux-gnu Description-md5: 27ad2535df4dd16de394d9e004be6da7 Description-en: GNU C compiler (cross compiler for amd64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for amd64 architecture. Package: gcc-8-x86-64-linux-gnu-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-multilib-x86-64-linux-gnu Description-md5: 74fd7698add747ec9f3ca61030b62c40 Description-en: GNU C compiler for the amd64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the amd64 architecture. Package: gcc-x86-64-linux-gnu Description-md5: 74fd7698add747ec9f3ca61030b62c40 Description-en: GNU C compiler for the amd64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the amd64 architecture. Package: gccbrig-7-x86-64-linux-gnu Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-8-x86-64-linux-gnu Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccgo-7-multilib-x86-64-linux-gnu Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-x86-64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-multilib-x86-64-linux-gnu Description-md5: 7b5921d11463dffed06bce1c21a3a9c1 Description-en: GNU Go compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-x86-64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-multilib-x86-64-linux-gnu Description-md5: 7d56231f49e335bcb5d334092ba8822c Description-en: Go compiler (based on GCC) for the amd64 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler cross-compiler for the amd64 architecture. Package: gccgo-x86-64-linux-gnu Description-md5: f1bf5b0ea5710b5b4434e3101c58fa90 Description-en: Go compiler (based on GCC) for the amd64 architecture This is the GNU Go compiler, which compiles Go 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 Go cross-compiler for the amd64 architecture. Package: gdc-7-multilib-x86-64-linux-gnu Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-x86-64-linux-gnu Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-multilib-x86-64-linux-gnu Description-md5: 3ef9b7affef29fd920ce8452141bcc4d Description-en: GNU D compiler (version 2, multilib support) (cross compiler for amd64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-x86-64-linux-gnu Description-md5: fa8af29ba6a9ce59f2f66492dac2b329 Description-en: GNU D compiler (version 2) (cross compiler for amd64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-multilib-x86-64-linux-gnu Description-md5: 72f851960af4e33907676d37bac4fe99 Description-en: GNU D compiler (based on GCC) for the amd64 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler cross-compiler for the amd64 architecture. Package: gdc-x86-64-linux-gnu Description-md5: e89bb6902b93a30c2a7a4b9cc6527e90 Description-en: GNU D compiler (based on GCC) for the amd64 architecture This is the GNU D compiler, which compiles D 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 D cross-compiler for the amd64 architecture. Package: gfortran-7-multilib-x86-64-linux-gnu Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-x86-64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-multilib-x86-64-linux-gnu Description-md5: 7a31ffdabd43243b4133a9cf946e759c Description-en: GNU Fortran compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-x86-64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-multilib-x86-64-linux-gnu Description-md5: 32b5c180e73f16721f981eb99622afad Description-en: GNU Fortran 95 compiler for the amd64 architecture 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 cross-compiler for the amd64 architecture. Package: gfortran-x86-64-linux-gnu Description-md5: 32b5c180e73f16721f981eb99622afad Description-en: GNU Fortran 95 compiler for the amd64 architecture 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 cross-compiler for the amd64 architecture. Package: gnat-7-sjlj-x86-64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-x86-64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-sjlj-x86-64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-x86-64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gobjc++-7-multilib-x86-64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-x86-64-linux-gnu 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++-8-multilib-x86-64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-x86-64-linux-gnu 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++-multilib-x86-64-linux-gnu Description-md5: 7522d1ae85b4c7943cc7bffcd42e46e0 Description-en: GNU Objective-C++ compiler for the amd64 architecture 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++ cross-compiler for the amd64 architecture. Package: gobjc++-x86-64-linux-gnu Description-md5: 7522d1ae85b4c7943cc7bffcd42e46e0 Description-en: GNU Objective-C++ compiler for the amd64 architecture 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++ cross-compiler for the amd64 architecture. Package: gobjc-7-multilib-x86-64-linux-gnu Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-x86-64-linux-gnu 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-8-multilib-x86-64-linux-gnu Description-md5: 0c9ddc2eb25605c830a9c8d341c546b0 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-x86-64-linux-gnu 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-multilib-x86-64-linux-gnu Description-md5: 167877cb0d873b34edff19e77685f6e6 Description-en: GNU Objective-C compiler for the amd64 architecture 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 cross-compiler for the amd64 architecture. Package: gobjc-x86-64-linux-gnu Description-md5: 167877cb0d873b34edff19e77685f6e6 Description-en: GNU Objective-C compiler for the amd64 architecture 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 cross-compiler for the amd64 architecture. Package: linux-buildinfo-4.15.0-1032-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1033-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1036-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1037-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1038-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1040-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1041-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1043-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1044-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1045-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1047-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1007-aws Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1008-aws Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1011-aws Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1012-aws Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1016-aws Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1017-aws Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1018-aws Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1020-aws Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1011-aws Description-md5: 4251be9ea6160826083100d084b4db7a Description-en: Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1012-aws Description-md5: 4251be9ea6160826083100d084b4db7a Description-en: Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1014-aws Description-md5: 4251be9ea6160826083100d084b4db7a Description-en: Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1016-aws Description-md5: 4251be9ea6160826083100d084b4db7a Description-en: Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-4.18.0-1006-aws Description-md5: d89d7ece87af70db8e74fa975229d698 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1006 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1006 on ARMv8. Package: linux-cloud-tools-4.18.0-1007-aws Description-md5: 187a7e965cbeecdc7350bb37e1a7f037 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1007 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1007 on ARMv8. Package: linux-cloud-tools-4.18.0-1008-aws Description-md5: b039404917dd070080ed5fab6b1ff132 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1008 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1008 on ARMv8. Package: linux-cloud-tools-4.18.0-1011-aws Description-md5: b8d2a98e903ad2a49701d5b35d44fd76 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1011 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1011 on ARMv8. Package: linux-cloud-tools-4.18.0-1012-aws Description-md5: f6a1bbfe1127984ccc6ff0a8f33ded2c Description-en: Linux kernel version specific cloud tools for version 4.18.0-1012 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1012 on ARMv8. Package: linux-cloud-tools-4.18.0-1016-aws Description-md5: 3d423021d37936ce117fad135be5019d Description-en: Linux kernel version specific cloud tools for version 4.18.0-1016 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1016 on ARMv8. Package: linux-cloud-tools-4.18.0-1017-aws Description-md5: 9f1238288bc6d0bf0b39960c8fc3588a Description-en: Linux kernel version specific cloud tools for version 4.18.0-1017 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1017 on ARMv8. Package: linux-cloud-tools-4.18.0-1018-aws Description-md5: d924d160b89d27e00c2850db6563e217 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1018 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1018 on ARMv8. Package: linux-cloud-tools-4.18.0-1020-aws Description-md5: a5ae4d64269ccce203796eccb13d5a86 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1020 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1020 on ARMv8. Package: linux-cloud-tools-5.0.0-1011-aws Description-md5: 7986dda8c85ebd549369120a3aabc19b Description-en: Linux kernel version specific cloud tools for version 5.0.0-1011 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.0.0-1011 on ARMv8. Package: linux-cloud-tools-5.0.0-1012-aws Description-md5: 0cc5f297a8da3b1fab1f84f667958194 Description-en: Linux kernel version specific cloud tools for version 5.0.0-1012 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.0.0-1012 on ARMv8. Package: linux-cloud-tools-5.0.0-1014-aws Description-md5: becf6f04cf36b5c3b9748828a219a412 Description-en: Linux kernel version specific cloud tools for version 5.0.0-1014 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.0.0-1014 on ARMv8. Package: linux-cloud-tools-5.0.0-1016-aws Description-md5: 66bc241bc9422b87b005cb27a41e1743 Description-en: Linux kernel version specific cloud tools for version 5.0.0-1016 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.0.0-1016 on ARMv8. Package: linux-headers-4.15.0-1012-raspi2 Description-md5: bf7641b973243636a3921b1a45d370a0 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1012/debian.README.gz for details. Package: linux-headers-4.15.0-1013-raspi2 Description-md5: 46fc501510653eb207a89b8b4fce8697 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1013/debian.README.gz for details. Package: linux-headers-4.15.0-1017-raspi2 Description-md5: 510c1830026c5aae9f2670ae2fc0bf37 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1017/debian.README.gz for details. Package: linux-headers-4.15.0-1018-raspi2 Description-md5: 4abb1f19929c0d72d23a4bdb7043672b Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1018/debian.README.gz for details. Package: linux-headers-4.15.0-1020-raspi2 Description-md5: e74f8ff2e8c91611d6df32079c7a9044 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1020/debian.README.gz for details. Package: linux-headers-4.15.0-1021-raspi2 Description-md5: 8c51a13c0adf8817fa1a701da8987167 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1021/debian.README.gz for details. Package: linux-headers-4.15.0-1022-raspi2 Description-md5: d063bfaee804485cec6347d2751bf79c Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1022/debian.README.gz for details. Package: linux-headers-4.15.0-1024-raspi2 Description-md5: cef181c111d44ab84485b7378ba897d6 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1024/debian.README.gz for details. Package: linux-headers-4.15.0-1028-raspi2 Description-md5: 034af2c77a8e5bb5774c25d27303dc71 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1028/debian.README.gz for details. Package: linux-headers-4.15.0-1029-raspi2 Description-md5: cfb8698133df78470786f1d7a89aa873 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1029/debian.README.gz for details. Package: linux-headers-4.15.0-1032-raspi2 Description-md5: e09f1596133bec6520957510808421fc Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1032/debian.README.gz for details. Package: linux-headers-4.15.0-1033-raspi2 Description-md5: c84637a924dae0bdc609e54383cd3673 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1033/debian.README.gz for details. Package: linux-headers-4.15.0-1036-raspi2 Description-md5: 242deb8d8bb5b3c0726d852d95b74dc3 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1036/debian.README.gz for details. Package: linux-headers-4.15.0-1037-raspi2 Description-md5: 834bf1b9442b0ddafe5b29ad4d8fbee8 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1037/debian.README.gz for details. Package: linux-headers-4.15.0-1038-raspi2 Description-md5: b7dc6b3fb9684874cfaff14936610bad Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1038/debian.README.gz for details. Package: linux-headers-4.15.0-1040-raspi2 Description-md5: d40a7312666c2053f62c9abaa3db3afe Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1040/debian.README.gz for details. Package: linux-headers-4.15.0-1041-raspi2 Description-md5: 3eb511297bdf398d810c2ecc77c5593c Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1041/debian.README.gz for details. Package: linux-headers-4.15.0-1043-raspi2 Description-md5: a6c68295182d574a49ced8c4a644fe38 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1043/debian.README.gz for details. Package: linux-headers-4.15.0-1044-raspi2 Description-md5: 2093f04440d64c3dd18e78181ee4223d Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1044/debian.README.gz for details. Package: linux-headers-4.15.0-1045-raspi2 Description-md5: 29e488d95a444bc841df1417ad0caa01 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1045/debian.README.gz for details. Package: linux-headers-4.15.0-1047-raspi2 Description-md5: 87dd9ff314d245d3eb47517bfc4c1997 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1047/debian.README.gz for details. Package: linux-headers-4.18.0-1006-aws Description-md5: 62b8397dd5d34f99c7993a484db594d6 Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1006/debian.README.gz for details. Package: linux-headers-4.18.0-1007-aws Description-md5: 173d186e944e89457c98bd131127ba6b Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1007/debian.README.gz for details. Package: linux-headers-4.18.0-1008-aws Description-md5: da18bf83d5b1f96c03273e20bfe58653 Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1008/debian.README.gz for details. Package: linux-headers-4.18.0-1011-aws Description-md5: 55e9ce0b4ca3f919476c638ed3e54ae4 Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1011/debian.README.gz for details. Package: linux-headers-4.18.0-1012-aws Description-md5: 79d9ce8a2d4779dddcd4cea62a5b33bd Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1012/debian.README.gz for details. Package: linux-headers-4.18.0-1016-aws Description-md5: bf696e01b5a6a145a0d2e1f8f84704fb Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1016/debian.README.gz for details. Package: linux-headers-4.18.0-1017-aws Description-md5: aa1f7dc0ca21739ebc7f71ecfc0e334b Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1017/debian.README.gz for details. Package: linux-headers-4.18.0-1018-aws Description-md5: 75615d480cbb6e77f435562eb40075b9 Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1018/debian.README.gz for details. Package: linux-headers-4.18.0-1020-aws Description-md5: 627324f3416d55a608e49a43457e36e1 Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1020/debian.README.gz for details. Package: linux-headers-5.0.0-1011-aws Description-md5: 942b3373b010f1cf4152391202cac237 Description-en: Linux kernel headers for version 5.0.0 on ARMv8 SMP This package provides kernel header files for version 5.0.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1011/debian.README.gz for details. Package: linux-headers-5.0.0-1012-aws Description-md5: 558b25acea0c2a91dbd19f21d590df68 Description-en: Linux kernel headers for version 5.0.0 on ARMv8 SMP This package provides kernel header files for version 5.0.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1012/debian.README.gz for details. Package: linux-headers-5.0.0-1014-aws Description-md5: a30b34500e17cf2a135b2d5bcfd32e6e Description-en: Linux kernel headers for version 5.0.0 on ARMv8 SMP This package provides kernel header files for version 5.0.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1014/debian.README.gz for details. Package: linux-headers-5.0.0-1016-aws Description-md5: bb4c166c64c5b1a11ec6c16968287d84 Description-en: Linux kernel headers for version 5.0.0 on ARMv8 SMP This package provides kernel header files for version 5.0.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1016/debian.README.gz for details. Package: linux-headers-raspi2 Description-md5: 325961295b16189333c01b5cecc65ef8 Description-en: Linux kernel headers for the BCM2709 architecture. This package will always depend on the latest kernel headers available for ARM BCM2709 systems. Package: linux-image-4.15.0-1012-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1013-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1017-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1018-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1020-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1021-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1022-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1024-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1028-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1029-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1032-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1033-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1036-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1037-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1038-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1040-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1041-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1043-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1044-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1045-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1047-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1006-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1007-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1008-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1011-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1012-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1016-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1017-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1018-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-1020-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.0.0-1011-aws Description-md5: f54e6cf51741651f0b53b45807b73df4 Description-en: Linux kernel image for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.0.0-1012-aws Description-md5: f54e6cf51741651f0b53b45807b73df4 Description-en: Linux kernel image for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.0.0-1014-aws Description-md5: f54e6cf51741651f0b53b45807b73df4 Description-en: Linux kernel image for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.0.0-1016-aws Description-md5: f54e6cf51741651f0b53b45807b73df4 Description-en: Linux kernel image for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-raspi2 Description-md5: 814523097d87cdb6c10b9bdee6d70059 Description-en: Linux kernel image for the BCM2709 architecture. This package will always depend on the latest kernel image available for ARM BCM2709 systems. Package: linux-modules-4.15.0-1012-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1013-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1017-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1018-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1020-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1021-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1022-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1024-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1028-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1029-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1032-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1033-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1036-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1037-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1038-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1040-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1041-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1043-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1044-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1045-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1047-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1006-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1007-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1008-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1011-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1012-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1016-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1017-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1018-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-1020-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1011-aws Description-md5: a043f53ea5548f249734a55e5bc5358f Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1012-aws Description-md5: a043f53ea5548f249734a55e5bc5358f Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1014-aws Description-md5: a043f53ea5548f249734a55e5bc5358f Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1016-aws Description-md5: a043f53ea5548f249734a55e5bc5358f Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP Contains 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1012-aws Description-md5: 44f3cf4f89761a9e6ec9bbcc1da5bb12 Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1014-aws Description-md5: 44f3cf4f89761a9e6ec9bbcc1da5bb12 Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1016-aws Description-md5: 44f3cf4f89761a9e6ec9bbcc1da5bb12 Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-raspi2 Description-md5: af1a07d43e83f239c2162c6c99131cc7 Description-en: Complete Linux kernel for the BCM2709 architecture. This package will always depend on the latest complete Linux kernel available for ARM BCM2709 systems. Package: linux-raspi2-headers-4.15.0-1012 Description-md5: c77e443b07d365aeefe4d73d13db90cf Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1012/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1013 Description-md5: 5f5b17d02b802efe8c11f93ddcc7f807 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1013/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1017 Description-md5: 6421e2d1c25e43b9448fa73eb0643d15 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1017/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1018 Description-md5: 66811c201e0e84cbcaad852e5d327f3b Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1018/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1020 Description-md5: 9c269ddf25aa2eb5229d151e4bce8900 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1020/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1021 Description-md5: a61a96dcace91f9d362573f44f6b6349 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1021/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1022 Description-md5: 94ee17c006594ce2c1fca5967ddc2c5c Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1022/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1024 Description-md5: 97b8fc01638a83d1c24e3da3c53b2e05 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1024/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1028 Description-md5: 810c1dfa1fcdfa1c0ba7fc07b22ce612 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1028/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1029 Description-md5: dc7874c671c50fe72f0ad87685969ad6 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1029/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1032 Description-md5: 5ad0177fdc701dc80e40a0043a67e9ea Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1032/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1033 Description-md5: 882b47dd86eeee80375d91b6fb2fb252 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1033/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1036 Description-md5: af61e6ab76e132d1beb5b170b82547db Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1036/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1037 Description-md5: c36c86d2d63341160391398e8e12adba Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1037/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1038 Description-md5: a35d47359c348c132c6a5bc0603d2160 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1038/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1040 Description-md5: 59733e835861fadaaf277434c146fa48 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1040/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1041 Description-md5: cb81c5ab51a3b5f02288d2fa22da2a54 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1041/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1043 Description-md5: f98686242a6e2cfa08eb62fb252a456c Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1043/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1044 Description-md5: f0122c0aa8d2bcce5b970cfabbb2a013 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1044/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1045 Description-md5: 7e85bc0f1637c22a1ce745df5f61178a Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1045/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1047 Description-md5: 67b0afe3b5c7f20700f209dfde1cb3c1 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1047/debian.README.gz for details Package: linux-raspi2-tools-4.15.0-1012 Description-md5: 59d485601cf8ed469975a67b02c2a800 Description-en: Linux kernel version specific tools for version 4.15.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1012 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1013 Description-md5: bfb3570aab3931a7ada88f8d5f504f72 Description-en: Linux kernel version specific tools for version 4.15.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1013 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1017 Description-md5: c8020cd1a4f91171e55ab660baa1ef94 Description-en: Linux kernel version specific tools for version 4.15.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1017 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1018 Description-md5: f97fa40f6f6eb5db1e2cbefaf7f0d4f9 Description-en: Linux kernel version specific tools for version 4.15.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1018 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1020 Description-md5: 56ee824a68a6fac5c14ddfdb1dfeb570 Description-en: Linux kernel version specific tools for version 4.15.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1020 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1021 Description-md5: ad49cd722658c581649616b2699d27bb Description-en: Linux kernel version specific tools for version 4.15.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1021 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1022 Description-md5: 7ca440af298616db3299558f443e23ea Description-en: Linux kernel version specific tools for version 4.15.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1022 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1024 Description-md5: 8f31a6fa61ff7ea3fb220b5082af98d7 Description-en: Linux kernel version specific tools for version 4.15.0-1024 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1024 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1028 Description-md5: 1082f002293b8784392bc25e0a3ee4ce Description-en: Linux kernel version specific tools for version 4.15.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1028 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1029 Description-md5: dfeae944a271ed50911ad21516836d22 Description-en: Linux kernel version specific tools for version 4.15.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1029 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1032 Description-md5: b56a57456686a41194ce13729d59a814 Description-en: Linux kernel version specific tools for version 4.15.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1032 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1033 Description-md5: c5512462412e37681ada549e11f49e72 Description-en: Linux kernel version specific tools for version 4.15.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1033 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1036 Description-md5: f53bea2f16082294669befbd3a0882ff Description-en: Linux kernel version specific tools for version 4.15.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1036 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1037 Description-md5: 6bc7ee3f678f1bc5175666eb3f5f122a Description-en: Linux kernel version specific tools for version 4.15.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1037 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1038 Description-md5: 4bf8604a7ae01e46328ad0002f1d2a21 Description-en: Linux kernel version specific tools for version 4.15.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1038 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1040 Description-md5: 802e2b6410a73fc117ff27712e816d87 Description-en: Linux kernel version specific tools for version 4.15.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1040 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1041 Description-md5: fde0319da821b8b9ccb3deaffddf1d31 Description-en: Linux kernel version specific tools for version 4.15.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1041 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1043 Description-md5: bd75dafbbf2ef3d6182e5b4dd36a730f Description-en: Linux kernel version specific tools for version 4.15.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1043 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1044 Description-md5: b82d7d1b1047bd6592760024eb5b9221 Description-en: Linux kernel version specific tools for version 4.15.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1044 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1045 Description-md5: 003d84e2e41980bc29f806f0bf3ddee1 Description-en: Linux kernel version specific tools for version 4.15.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1045 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1047 Description-md5: 51a43683a764b5fa8ed6aa412e692acb Description-en: Linux kernel version specific tools for version 4.15.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1047 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-tools-4.15.0-1012-raspi2 Description-md5: 347c47079f985b853b023d414c6a86fd Description-en: Linux kernel version specific tools for version 4.15.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1012 on ARMv8. Package: linux-tools-4.15.0-1013-raspi2 Description-md5: 477ba5aa444a50484be8c4aca95a9200 Description-en: Linux kernel version specific tools for version 4.15.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1013 on ARMv8. Package: linux-tools-4.15.0-1017-raspi2 Description-md5: 3a515a7c4d3751ae2fed969441e5c6cd Description-en: Linux kernel version specific tools for version 4.15.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1017 on ARMv8. Package: linux-tools-4.15.0-1018-raspi2 Description-md5: 170e9516cb724af47d4a9bae82c67377 Description-en: Linux kernel version specific tools for version 4.15.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1018 on ARMv8. Package: linux-tools-4.15.0-1020-raspi2 Description-md5: b9649374a98f918bd46350e3633020ac Description-en: Linux kernel version specific tools for version 4.15.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1020 on ARMv8. Package: linux-tools-4.15.0-1021-raspi2 Description-md5: 6dfc1ad03064e91e99c71b5bbc55c7a0 Description-en: Linux kernel version specific tools for version 4.15.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1021 on ARMv8. Package: linux-tools-4.15.0-1022-raspi2 Description-md5: 4faf0cc3ba814a7edd2133d96dce9f38 Description-en: Linux kernel version specific tools for version 4.15.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1022 on ARMv8. Package: linux-tools-4.15.0-1024-raspi2 Description-md5: c78802fb17eb92b67cedcc25cf11daf8 Description-en: Linux kernel version specific tools for version 4.15.0-1024 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1024 on ARMv8. Package: linux-tools-4.15.0-1028-raspi2 Description-md5: e9f924353f6ebf28ba5d3607299793ce Description-en: Linux kernel version specific tools for version 4.15.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1028 on ARMv8. Package: linux-tools-4.15.0-1029-raspi2 Description-md5: d42190ed4bfdeeb665e58aaf12d2e6d6 Description-en: Linux kernel version specific tools for version 4.15.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1029 on ARMv8. Package: linux-tools-4.15.0-1032-raspi2 Description-md5: 429d25da51bd3e7466ba0f16fa646d2c Description-en: Linux kernel version specific tools for version 4.15.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1032 on ARMv8. Package: linux-tools-4.15.0-1033-raspi2 Description-md5: b44099121ccf0a3f83105d9861fbbfa0 Description-en: Linux kernel version specific tools for version 4.15.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1033 on ARMv8. Package: linux-tools-4.15.0-1036-raspi2 Description-md5: 533f34843b9de3f10c17a15e6176f60a Description-en: Linux kernel version specific tools for version 4.15.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1036 on ARMv8. Package: linux-tools-4.15.0-1037-raspi2 Description-md5: d96494c5384d75007580d0b0a8706d03 Description-en: Linux kernel version specific tools for version 4.15.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1037 on ARMv8. Package: linux-tools-4.15.0-1038-raspi2 Description-md5: bb2d50b80564b7a91e0a5d068786fa4f Description-en: Linux kernel version specific tools for version 4.15.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1038 on ARMv8. Package: linux-tools-4.15.0-1040-raspi2 Description-md5: 60d826b3e65c798f2a2bc3673f56388c Description-en: Linux kernel version specific tools for version 4.15.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1040 on ARMv8. Package: linux-tools-4.15.0-1041-raspi2 Description-md5: b78334059433244f9f5370a9d21ff4bc Description-en: Linux kernel version specific tools for version 4.15.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1041 on ARMv8. Package: linux-tools-4.15.0-1043-raspi2 Description-md5: 79dda3bdf3ca539bac356ce9e2df0fdb Description-en: Linux kernel version specific tools for version 4.15.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1043 on ARMv8. Package: linux-tools-4.15.0-1044-raspi2 Description-md5: 60167ada4e339bde62b17964a731800f Description-en: Linux kernel version specific tools for version 4.15.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1044 on ARMv8. Package: linux-tools-4.15.0-1045-raspi2 Description-md5: bed551eca47efaf1c1fc1d5a5f4d944e Description-en: Linux kernel version specific tools for version 4.15.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1045 on ARMv8. Package: linux-tools-4.15.0-1047-raspi2 Description-md5: 22a9b597e312efc7203dbc234c0149a7 Description-en: Linux kernel version specific tools for version 4.15.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1047 on ARMv8. Package: linux-tools-4.18.0-1006-aws Description-md5: 5edda94ba99a2f50a08d8e9e2f921546 Description-en: Linux kernel version specific tools for version 4.18.0-1006 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1006 on ARMv8. Package: linux-tools-4.18.0-1007-aws Description-md5: bbe320dfd7e4d9e2e3439c6f147b3aeb Description-en: Linux kernel version specific tools for version 4.18.0-1007 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1007 on ARMv8. Package: linux-tools-4.18.0-1008-aws Description-md5: 7e0429fec39a4f30836601dd5235689f Description-en: Linux kernel version specific tools for version 4.18.0-1008 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1008 on ARMv8. Package: linux-tools-4.18.0-1011-aws Description-md5: ab7cd8a41fa3aa44a6b48e131374a777 Description-en: Linux kernel version specific tools for version 4.18.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1011 on ARMv8. Package: linux-tools-4.18.0-1012-aws Description-md5: fde4abd3ad162d7310188634faf0d3dd Description-en: Linux kernel version specific tools for version 4.18.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1012 on ARMv8. Package: linux-tools-4.18.0-1016-aws Description-md5: 5ad3e5c29b0375071a2e952dffb96a1e Description-en: Linux kernel version specific tools for version 4.18.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1016 on ARMv8. Package: linux-tools-4.18.0-1017-aws Description-md5: e04a4e09c1d00e8192e3a216f24249bf Description-en: Linux kernel version specific tools for version 4.18.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1017 on ARMv8. Package: linux-tools-4.18.0-1018-aws Description-md5: 174486cfa9eaf75842e68d60aa35b7e8 Description-en: Linux kernel version specific tools for version 4.18.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1018 on ARMv8. Package: linux-tools-4.18.0-1020-aws Description-md5: cd0369e5685a5ca95208a5e455f1c1d5 Description-en: Linux kernel version specific tools for version 4.18.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1020 on ARMv8. Package: linux-tools-5.0.0-1011-aws Description-md5: 63bd1a5bc74267d04fd37b4ef4af44ee Description-en: Linux kernel version specific tools for version 5.0.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1011 on ARMv8. Package: linux-tools-5.0.0-1012-aws Description-md5: 42b40332c4a69fd26eeebbaedc5e5c24 Description-en: Linux kernel version specific tools for version 5.0.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1012 on ARMv8. Package: linux-tools-5.0.0-1014-aws Description-md5: 09cac758fcc5f070422cec5932d6d7c3 Description-en: Linux kernel version specific tools for version 5.0.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1014 on ARMv8. Package: linux-tools-5.0.0-1016-aws Description-md5: e28bb4322c7531d37e178b0dc96acc62 Description-en: Linux kernel version specific tools for version 5.0.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1016 on ARMv8. Package: linux-tools-raspi2 Description-md5: 1dcd2a3e7720acd859349d339e6d4649 Description-en: Linux kernel versioned Tools. This package will always depend on the latest Linux kernel versioned tools available for ARM BCM2709 systems. The Ubuntu patches have been applied. Package: pkg-config-x86-64-linux-gnu Description-md5: b50627084ad0f58c0b88a9e32a32bfaa Description-en: manage compile and link flags for libraries for amd64 architecture 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. . This is a dependency package providing cross pkg-config support for the amd64 architecture. Package: libsfgfortran-8-dev Description-md5: 74ea81c9f0670b35ce8cd3205d466b98 Description-en: Runtime library for GNU Fortran applications (soft float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libsfgfortran5 Description-md5: 1f1e920680dffda67addfa653d51a350 Description-en: Runtime library for GNU Fortran applications (soft float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libsfgfortran5-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: libsfgphobos71-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos76-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfobjc-8-dev Description-md5: a463892c3f00f5e00d2e6faa0c1a8f90 Description-en: Runtime library for GNU Objective-C applications (soft float development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libsfobjc4-dbg Description-md5: 3897aa5d229ac2295aee1c8bec095781 Description-en: Runtime library for GNU Objective-C applications (soft float ABI debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libsfstdc++-8-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: libsfstdc++6-8-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: libsfubsan1-dbg Description-md5: 50f67ef7549065b9390e78a483e37af9 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: linux-buildinfo-4.15.0-1032-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1033-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1036-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1037-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1038-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1040-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1041-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1043-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1044-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1045-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1047-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-headers-4.15.0-1012-raspi2 Description-md5: 08031ea35e5fa580b2c7c88f62eb63ca Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1012/debian.README.gz for details. Package: linux-headers-4.15.0-1013-raspi2 Description-md5: 976f6bf629e39a9e8b9116209f1bcf9a Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1013/debian.README.gz for details. Package: linux-headers-4.15.0-1017-raspi2 Description-md5: f622ed76938ffcf372d64033a7fd6b75 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1017/debian.README.gz for details. Package: linux-headers-4.15.0-1018-raspi2 Description-md5: e54c76482ea36578f8d3f7b67a98a2ee Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1018/debian.README.gz for details. Package: linux-headers-4.15.0-1020-raspi2 Description-md5: 726c3158dcf992007efdfc83a6d3ae5c Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1020/debian.README.gz for details. Package: linux-headers-4.15.0-1021-raspi2 Description-md5: 261085c699569b9978e460bc7153288f Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1021/debian.README.gz for details. Package: linux-headers-4.15.0-1022-raspi2 Description-md5: 8e761c282852ee36224af219d623800c Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1022/debian.README.gz for details. Package: linux-headers-4.15.0-1024-raspi2 Description-md5: 1f13214a17a5689aaeb7598ccd97ee75 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1024/debian.README.gz for details. Package: linux-headers-4.15.0-1028-raspi2 Description-md5: 5b025634a77a84d56cf1af276aa318a7 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1028/debian.README.gz for details. Package: linux-headers-4.15.0-1029-raspi2 Description-md5: d57593769c9893b0a0e6b483f46e79fb Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1029/debian.README.gz for details. Package: linux-headers-4.15.0-1032-raspi2 Description-md5: f1c50f7420236b4e5312a5f8e227e940 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1032/debian.README.gz for details. Package: linux-headers-4.15.0-1033-raspi2 Description-md5: 5ee5e2317bdb07ca726b2a8b5884f127 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1033/debian.README.gz for details. Package: linux-headers-4.15.0-1036-raspi2 Description-md5: 0151b516218c6d4c45b4581c88fef2a7 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1036/debian.README.gz for details. Package: linux-headers-4.15.0-1037-raspi2 Description-md5: 85a9e6564a6a2439da3b43279370f8d6 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1037/debian.README.gz for details. Package: linux-headers-4.15.0-1038-raspi2 Description-md5: 3988de9b907bb810b27fbff9745efc15 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1038/debian.README.gz for details. Package: linux-headers-4.15.0-1040-raspi2 Description-md5: 5c71b7a8ed44dac1ed78a479e8f74c1c Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1040/debian.README.gz for details. Package: linux-headers-4.15.0-1041-raspi2 Description-md5: 89b521c00e5c25f4eef0f18bfcdcbb72 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1041/debian.README.gz for details. Package: linux-headers-4.15.0-1043-raspi2 Description-md5: cad87997f74a6de48e6d2e528e0c4684 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1043/debian.README.gz for details. Package: linux-headers-4.15.0-1044-raspi2 Description-md5: d2a2f7c5179515cc0323d3fcba241467 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1044/debian.README.gz for details. Package: linux-headers-4.15.0-1045-raspi2 Description-md5: 85f3f1e9537d177287759f26b771b004 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1045/debian.README.gz for details. Package: linux-headers-4.15.0-1047-raspi2 Description-md5: a68bce6ebcf769d15640d83481cf53a7 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1047/debian.README.gz for details. Package: linux-image-4.15.0-1012-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1013-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1017-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1018-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1020-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1021-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1022-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1024-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1028-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1029-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1032-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1033-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1036-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1037-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1038-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1040-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1041-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1043-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1044-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1045-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1047-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1012-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1013-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1017-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1018-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1020-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1021-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1022-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1024-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1028-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1029-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1032-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1033-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1036-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1037-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1038-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1040-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1041-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1043-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1044-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1045-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1047-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-raspi2-tools-4.15.0-1012 Description-md5: 960fcb50bcc10003214f41de71f045ba Description-en: Linux kernel version specific tools for version 4.15.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1012 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1013 Description-md5: e8648f8711f7b237e99fef470052479a Description-en: Linux kernel version specific tools for version 4.15.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1013 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1017 Description-md5: b7fb09a9f9d96102e8ba322f9cc6cd1e Description-en: Linux kernel version specific tools for version 4.15.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1017 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1018 Description-md5: 2687aa76d11a5ad2a49b1086870e6dba Description-en: Linux kernel version specific tools for version 4.15.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1018 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1020 Description-md5: 3b5c71870a75dcccf32faa8891cb3a96 Description-en: Linux kernel version specific tools for version 4.15.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1020 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1021 Description-md5: be064ef1bf5bacc354eaa6b294017167 Description-en: Linux kernel version specific tools for version 4.15.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1021 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1022 Description-md5: 905b3266f4d4ca4b7882dbdc7d80f49a Description-en: Linux kernel version specific tools for version 4.15.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1022 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1024 Description-md5: aacd32828e8ab6a4824e7a8cbc28adce Description-en: Linux kernel version specific tools for version 4.15.0-1024 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1024 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1028 Description-md5: b15c71b2932da8c9829bb70ee96e98e0 Description-en: Linux kernel version specific tools for version 4.15.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1028 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1029 Description-md5: 764877cf59197660cbe2a512e7ab7076 Description-en: Linux kernel version specific tools for version 4.15.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1029 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1032 Description-md5: 0c9184b14730284d7d9bbb05493f7446 Description-en: Linux kernel version specific tools for version 4.15.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1032 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1033 Description-md5: aa1649bcd53ffd6b36bc1c2cd3445845 Description-en: Linux kernel version specific tools for version 4.15.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1033 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1036 Description-md5: ea2cd503d5264b6930c0ea9f4caf4096 Description-en: Linux kernel version specific tools for version 4.15.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1036 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1037 Description-md5: 47a7bdf7ced08aafaa7247d4fe5a1fdd Description-en: Linux kernel version specific tools for version 4.15.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1037 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1038 Description-md5: 37018a1caa3062663d2bc39cd52c9e8d Description-en: Linux kernel version specific tools for version 4.15.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1038 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1040 Description-md5: e7abf2d63464d2008931d68424bb894e Description-en: Linux kernel version specific tools for version 4.15.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1040 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1041 Description-md5: 6d457c7c89830e7f61e58e9527664717 Description-en: Linux kernel version specific tools for version 4.15.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1041 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1043 Description-md5: 44b87d081a2f2379c3afa8baba796abc Description-en: Linux kernel version specific tools for version 4.15.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1043 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1044 Description-md5: 6ef03d2a745ea654fa2c34d855de85ef Description-en: Linux kernel version specific tools for version 4.15.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1044 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1045 Description-md5: 5e76322d7a9b641a0a0de5130abfc0b1 Description-en: Linux kernel version specific tools for version 4.15.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1045 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1047 Description-md5: 5ab72274f19c39df56e97e78ee87ad7d Description-en: Linux kernel version specific tools for version 4.15.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1047 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-tools-4.15.0-1012-raspi2 Description-md5: 4772e8daa32cdb335b00fdf6547df1cd Description-en: Linux kernel version specific tools for version 4.15.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1012 on ARM (hard float). Package: linux-tools-4.15.0-1013-raspi2 Description-md5: 1906dbbfeb3ade6beeda7d8b0428ed64 Description-en: Linux kernel version specific tools for version 4.15.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1013 on ARM (hard float). Package: linux-tools-4.15.0-1017-raspi2 Description-md5: f3807bbbf29fb112fd00afc7159b8e64 Description-en: Linux kernel version specific tools for version 4.15.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1017 on ARM (hard float). Package: linux-tools-4.15.0-1018-raspi2 Description-md5: 9d9bda012f575571f34b783f8a8d5518 Description-en: Linux kernel version specific tools for version 4.15.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1018 on ARM (hard float). Package: linux-tools-4.15.0-1020-raspi2 Description-md5: 5089cc14cc63fe918cc7425dd3a2ef12 Description-en: Linux kernel version specific tools for version 4.15.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1020 on ARM (hard float). Package: linux-tools-4.15.0-1021-raspi2 Description-md5: 9508104b3ae99ad507c8445f804e61d0 Description-en: Linux kernel version specific tools for version 4.15.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1021 on ARM (hard float). Package: linux-tools-4.15.0-1022-raspi2 Description-md5: 242ffcd0636f0ccdc7ac83d9e54a09f6 Description-en: Linux kernel version specific tools for version 4.15.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1022 on ARM (hard float). Package: linux-tools-4.15.0-1024-raspi2 Description-md5: 254a36b0da8bbeb9ac6bf4465bc98baf Description-en: Linux kernel version specific tools for version 4.15.0-1024 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1024 on ARM (hard float). Package: linux-tools-4.15.0-1028-raspi2 Description-md5: 439a24d0c45df573962803db6c633cbd Description-en: Linux kernel version specific tools for version 4.15.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1028 on ARM (hard float). Package: linux-tools-4.15.0-1029-raspi2 Description-md5: a39579b31d112e37de54d3a76827306f Description-en: Linux kernel version specific tools for version 4.15.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1029 on ARM (hard float). Package: linux-tools-4.15.0-1032-raspi2 Description-md5: e4b24e38b2856c43ac3570c71df12039 Description-en: Linux kernel version specific tools for version 4.15.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1032 on ARM (hard float). Package: linux-tools-4.15.0-1033-raspi2 Description-md5: e9f5109d7e1ae3d3c2a79d4465e5dd33 Description-en: Linux kernel version specific tools for version 4.15.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1033 on ARM (hard float). Package: linux-tools-4.15.0-1036-raspi2 Description-md5: 80fd22b843612feac8fe78c074d65ee0 Description-en: Linux kernel version specific tools for version 4.15.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1036 on ARM (hard float). Package: linux-tools-4.15.0-1037-raspi2 Description-md5: 003987b4394d201301e7614714209ce9 Description-en: Linux kernel version specific tools for version 4.15.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1037 on ARM (hard float). Package: linux-tools-4.15.0-1038-raspi2 Description-md5: 77ae378a199677355c9ed39d8d4f0427 Description-en: Linux kernel version specific tools for version 4.15.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1038 on ARM (hard float). Package: linux-tools-4.15.0-1040-raspi2 Description-md5: f61757900a726f2408c5ad43c5ead7fa Description-en: Linux kernel version specific tools for version 4.15.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1040 on ARM (hard float). Package: linux-tools-4.15.0-1041-raspi2 Description-md5: 429ddcdafc4c4751a4c35f36be47ba74 Description-en: Linux kernel version specific tools for version 4.15.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1041 on ARM (hard float). Package: linux-tools-4.15.0-1043-raspi2 Description-md5: a47d31ff0b959f1a0d6d052f66553f9e Description-en: Linux kernel version specific tools for version 4.15.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1043 on ARM (hard float). Package: linux-tools-4.15.0-1044-raspi2 Description-md5: 966b2019e47f5a93103ff306e41e48ae Description-en: Linux kernel version specific tools for version 4.15.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1044 on ARM (hard float). Package: linux-tools-4.15.0-1045-raspi2 Description-md5: 99050d75692a4b770c2a31eac53555e1 Description-en: Linux kernel version specific tools for version 4.15.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1045 on ARM (hard float). Package: linux-tools-4.15.0-1047-raspi2 Description-md5: 6b5e32bdf5b9fb934271f13acc37c822 Description-en: Linux kernel version specific tools for version 4.15.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1047 on ARM (hard float). Package: lib64gfortran-8-dev Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran5 Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64go11 Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go11-dbg Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13 Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-dbg Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64gphobos71-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64objc-8-dev Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc4-dbg Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64stdc++-8-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: lib64stdc++6-8-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: lib64ubsan1-dbg Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: openjdk-8-jre Description-md5: d8844993602e4875dfbd87983091c18c 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-8-jre-headless Description-md5: 501cffbd670429c46b6c73ca3974ed93 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.