Package: 2ping
Description-md5: 2543c220a763445976d1348c5b593743
Description-en: Ping utility to determine directional packet loss
2ping is a bi-directional ping utility. It uses 3-way pings (akin to
TCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a
2ping listener and a 2ping client to determine which direction packet
loss occurs.
Package: 2to3
Description-md5: f8d1571da456d6c8d5e1a0140cc92b40
Description-en: 2to3 binary using python3
Python, the high-level, interactive object oriented language,
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
.
This package is a dependency package, which depends on Debian's default
Python 3 2to3 version (currently v3.6).
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: abcm2ps
Description-md5: dc3b0135560bf2cbe06ba992dbc0bb85
Description-en: Translates ABC music description files to PostScript
This is the Debian port of the abcm2ps program by Jean-François Moine.
The program translates tunes written in the ABC format to PostScript,
which can then be viewed using Ghostview et al. or printed on a
PostScript printer or through Ghostscript. It supports various
semi-standard extensions to the ABC standard, such as multiple
voices and staves.
.
This program is a vastly improved spin-off from Michael Methfessel's
abc2ps, which is no longer supplied as part of Debian. In particular,
it contains a lot of extensions to help typeset classical music.
Package: acmetool
Description-md5: 3e5e145ae880b97f3b6e825daf35ce32
Description-en: automatic certificate acquisition tool for Let's Encrypt
acmetool is an easy-to-use command line tool for automatically
acquiring TLS certificates from ACME (Automated Certificate Management
Environment) servers such as Let's Encrypt, designed to flexibly
integrate into your webserver setup to enable automatic verification.
.
acmetool is designed to work like make: you specify what certificates
you want, and acmetool obtains certificates as necessary to satisfy
those requirements. If the requirements are already satisfied,
acmetool doesn't do anything when invoked. Thus, acmetool is
ideally suited for use on a cron job; it will do nothing until
certificates are near expiry, and then obtain new ones.
.
acmetool is designed to minimise the use of state and be transparent
in the state that it does use. All state, including certificates, is
stored in a single directory, by default /var/lib/acme. The schema
for this directory is simple, comprehensible and documented.
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: adcli
Description-md5: 3f005076e7a98a598f65545cbab3b448
Description-en: Tool for performing actions on an Active Directory domain
This tool allows the administrator to join the local machine to an Active
Directory (AD) domain. It's taking care of creating the computer account on the
domain and adjusting the kerberos (keytab) configuration.
.
It also allows the domain administrator to manage the users or the groups and
the computer accounts in Active Directory (AD) domains.
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: aide-dynamic
Description-md5: 3c085f51d721d7dcb93bb05d2c714096
Description-en: Advanced Intrusion Detection Environment - dynamic binary
AIDE is an intrusion detection system that detects changes to files on
the local system. It creates a database from the regular expression rules
that it finds from the config file. Once this database is initialized
it can be used to verify the integrity of the files. It has several
message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are
used to check the integrity of the file. More algorithms can be added
with relative ease. All of the usual file attributes can also be checked
for inconsistencies.
.
This package contains a dynamically linked binary and should only be
used in exeptional circumstances. To avoid exposure to trojaned
libraries, it is advised to use one of the statically linked binaries.
Package: aide-xen
Description-md5: c100d4da9f2f66ebd26e35d911fddc82
Description-en: Advanced Intrusion Detection Environment - static binary for XEN
AIDE is an intrusion detection system that detects changes to files on
the local system. It creates a database from the regular expression rules
that it finds from the config file. Once this database is initialized
it can be used to verify the integrity of the files. It has several
message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are
used to check the integrity of the file. More algorithms can be added
with relative ease. All of the usual file attributes can also be checked
for inconsistencies.
.
This package contains the statically linked binary for XEN-enabled
systems and should be used in Dom0 and DomU.
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: amanda-client
Description-md5: eb340217bc77fc442e67d6d525d8c0fb
Description-en: Advanced Maryland Automatic Network Disk Archiver (Client)
Amanda is a backup system designed to archive many computers on a
network to a single large-capacity tape drive. This package is
suitable for large amounts of data to backup. For smaller solutions
take a look at afbackup, tob, ...
.
Features:
* will back up multiple machines in parallel to a holding disk, blasting
finished dumps one by one to tape as fast as they can be can written to
tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
with a large holding disk can be filled by Amanda in under 4 hours.
* built on top of standard backup software: Unix dump/restore, and
later GNU Tar and others.
* does simple tape management: will not overwrite the wrong tape.
* supports tape changers via a generic interface. Easily customizable
to any type of tape carousel, robot, or stacker that can be controlled
via the unix command line.
* for a restore, tells you what tapes you need, and finds the proper
backup image on the tape for you.
* recovers gracefully from errors, including down or hung machines.
* reports results, including all errors in detail, in email to operators.
* will dynamically adjust backup schedule to keep within constraints:
no more juggling by hand when adding disks and computers to network.
* includes a pre-run checker program, that conducts sanity checks on both
the tape server host and all the client hosts (in parallel), and will
send an e-mail report of any problems that could cause the backups to
fail.
* can compress dumps before sending or after sending over the net, with
either compress or gzip.
* can optionally synchronize with external backups, for those large
timesharing computers where you want to do full dumps when the system
is down in single-user mode (since BSD dump is not reliable on active
filesystems): Amanda will still do your daily dumps.
* lots of other options; Amanda is very configurable.
.
THIS PACKAGE RELIES ON A RUNNING AMANDA SERVER IN YOUR NETWORK.
.
For important notes, see /usr/share/doc/amanda-client/README.Debian.
.
Explanation of suggested programs:
- gnuplot is needed for plotting statistics of backups
Package: amanda-common
Description-md5: 9be314450886c6bdecdb2064ccfdb4bd
Description-en: Advanced Maryland Automatic Network Disk Archiver (Libs)
This package contains libraries required by the amanda client and
server packages and includes the documentation.
Package: amanda-server
Description-md5: 7a44af7cb005595215636c1ed7a211fa
Description-en: Advanced Maryland Automatic Network Disk Archiver (Server)
Amanda is a backup system designed to archive many computers on a
network to a single large-capacity tape drive. This package is
suitable for large amounts of data to backup. For smaller solutions
take a look at afbackup, tob, ...
.
Features:
* will back up multiple machines in parallel to a holding disk, blasting
finished dumps one by one to tape as fast as they can be written to
tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
with a large holding disk can be filled by Amanda in under 4 hours.
* built on top of standard backup software: Unix dump/restore, and
later GNU Tar and others.
* does simple tape management: will not overwrite the wrong tape.
* supports tape changers via a generic interface. Easily customizable
to any type of tape carousel, robot, or stacker that can be controlled
via the unix command line.
* for a restore, tells you what tapes you need, and finds the proper
backup image on the tape for you.
* recovers gracefully from errors, including down or hung machines.
* reports results, including all errors in detail, in email to operators.
* will dynamically adjust backup schedule to keep within constraints:
no more juggling by hand when adding disks and computers to network.
* includes a pre-run checker program, that conducts sanity checks on both
the tape server host and all the client hosts (in parallel), and will
send an e-mail report of any problems that could cause the backups to
fail.
* can compress dumps before sending or after sending over the net, with
either compress or gzip.
* can optionally synchronize with external backups, for those large
timesharing computers where you want to do full dumps when the system
is down in single-user mode (since BSD dump is not reliable on active
filesystems): Amanda will still do your daily dumps.
* lots of other options; Amanda is very configurable.
.
For important notes, see /usr/share/doc/amanda-server/README.Debian.
.
Explanation of suggested programs:
- perl is needed for some non essential server utilities
- gnuplot is needed for plotting statistics of backups
- to backup the tape server, you need to install the client too
Package: amavisd-new-postfix
Description-md5: 773545be8d857a68c40886e6112d0450
Description-en: part of Ubuntu mail stack provided by Ubuntu server team
AMaViSd-new is a script that interfaces a mail transport agent (MTA) with
zero or more virus scanners, and spamassassin (optional).
.
It supports all common virus scanners (more than 20 different AVs), with
direct talk-to-daemon support for ClamAV, OpenAntiVirus, Trophie, AVG,
f-prot, and Sophos AVs.
.
AMaViSd-new supports all MTAs through its generic SMTP/LMTP filter mode
(ideal for postfix and exim). It is faster and safer to use the SMTP/LMTP
filter mode than using the AMaViS pipe client. It supports sendmail milter
through this package.
.
This package contains configuration files for amavis and alters postfix
configuration to utilize amavisd-new.
Package: amqp-tools
Description-md5: 8059068d01bfb939336097d2add7f12f
Description-en: Command-line utilities for interacting with AMQP servers
RabbitMQ provides robust messaging for applications. It is easy to use, fit
for purpose at cloud scale and supported on all major operating systems and
developer platforms. librabbitmq is a C-language AMQP client library for use
with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1.
.
This package includes command line utilities.
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: ardour
Description-md5: da4b23920a85356ff3a27154c8159a99
Description-en: the digital audio workstation
Ardour is a multichannel hard disk recorder (HDR) and digital audio
workstation (DAW). It can be used to control, record, edit and run
complex audio setups.
.
Ardour supports pro-audio interfaces
through the ALSA project, which provides high quality, well designed
device drivers and API's for audio I/O under Linux. Any interface
supported by ALSA can be used with Ardour. This includes the
all-digital 26 channel RME Hammerfall, the Midiman Delta 1010 and many
others.
.
Ardour has support for 24 bit samples
using floating point internally, non-linear editing with unlimited undo,
a user-configurable mixer, MTC master/slave capabilities, MIDI hardware
control surface compatibility.
.
It supports MIDI
Machine Control, and so can be controlled from any MMC controller and
many modern digital mixers.
.
Ardour contains a
powerful multitrack audio editor/arranger that is completely
non-destructive and capable of all standard non-linear editing
operations (insert, replace, delete, move, trim, select,
cut/copy/paste). The editor has unlimited undo/redo capabilities and can
save independent "versions" of a track or an entire piece
.
Ardour's editor supports the community-developed LADSPA
plugin standard. Arbitrary chains of plugins can be attached to any
portion of a track. Every mixer strip can have any number of inputs
and outputs, not just mono, stereo or 5.1. An N-way panner is
included, with support for various panning models. Pre- and post-fader
sends exist, each with their own gain and pan controls. Every mixer
strip acts as its own bus, and thus the bus count in Ardour is
unlimited. You can submix any number of strips into another
strip.
.
Ardour's channel capacity is limited only
by the number on your audio interface and the ability of your disk
subsystem to stream the data back and forth.
.
JACK
(the JACK Audio Connection Kit) is used for all audio I/O, permitting
data to be exchanged in perfect samplesync with other applications
and/or hardware audio interfaces.
.
Ardour is
sample rate and size neutral - any hardware formats from 8 to 32 bits,
and rates from 8kHz to 192kHz. Internal processing in 32/64 bit IEEE
floating point format.
.
Further information can be
found at .
Package: ardour-data
Description-md5: 4ded9cf3260ffb84c002d9516a4ead91
Description-en: digital audio workstation (data)
Ardour is a multichannel hard disk recorder (HDR) and digital audio
workstation (DAW). It can be used to control, record, edit and run
complex audio setups.
.
This package contains the architecture-independent data files.
Package: ardour-video-timeline
Description-md5: a011c8553d01c1a76ef7a4a0fe4ca2dd
Description-en: digital audio workstation - video timeline
Ardour is a multichannel hard disk recorder (HDR) and digital audio
workstation (DAW). It can be used to control, record, edit and run
complex audio setups.
.
This is a dependency package to add video timeline capabilities to ardour.
Package: ark
Description-md5: 2826617260d5fe4c63c9795973445730
Description-en: archive utility
Ark manages various archive formats, including tar, gzip, bzip2, rar and zip,
as well as CD-ROM images. Ark can be used to browse, extract, create, and
modify archives.
.
This package is part of the KDE SC utilities module.
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: atftp
Description-md5: f898d8c7e405abc5e5a5efa0aefed626
Description-en: advanced TFTP client
Interactive client for the Trivial File Transfer Protocol (TFTP). Its
usage is mainly for testing and debugging the Atftp server. TFTP client
is usually implemented in BIOS and bootstraps programs like pxelinux when
booting from LAN. Atftp also supports non-interactive invocation for
easy use in scripts.
Package: atftpd
Description-md5: 3eb0b0a3696106c263bd0289e3d92e83
Description-en: advanced TFTP server
Multi-threaded TFTP server implementing all options (option extension and
multicast) as specified in RFC1350, RFC2090, RFC2347, RFC2348 and RFC2349.
Atftpd also supports multicast protocol known as mtftp, defined in the PXE
specification. The server supports being started from inetd(8) as well as
in daemon mode using init scripts.
Package: audispd-plugins
Description-md5: ecd45b16b4549199dcd0e47ca9b67251
Description-en: Plugins for the audit event dispatcher
The audispd-plugins package provides plugins for the real-time
interface to the audit system, audispd. These plugins can do things
like relay events to remote machines or analyze events for suspicious
behavior.
Package: augeas-tools
Description-md5: 3910bb8edac0a7a2eb4c78437f67490b
Description-en: Augeas command line tools
Augeas is a configuration editing tool. It parses configuration files in their
native formats and transforms them into a tree. Configuration changes are made
by manipulating this tree and saving it back into native config files.
.
This package provides command line tools based on libaugeas0:
- augtool, a tool to manage configuration files.
- augparse, a testing and debugging tool for augeas lenses.
Package: autofs-hesiod
Description-md5: caf58cc4e5f7f3998e052ab3860d2108
Description-en: Hesiod map support for autofs
Autofs controls the operation of the automount daemons. The
automount daemons automatically mount filesystems when they
are used and unmount them after a period of inactivity. This
is done based on a set of pre-configured maps.
.
The kernel automounter implements an almost complete SunOS
style automounter under Linux. A recent version of the kernel
autofs4 module (builtin or separate) is required.
.
This is the Hesiod module of the autofs.
Package: autofs-ldap
Description-md5: 986dad815486127857fb80647532fa9c
Description-en: LDAP map support for autofs
Autofs controls the operation of the automount daemons. The
automount daemons automatically mount filesystems when they
are used and unmount them after a period of inactivity. This
is done based on a set of pre-configured maps.
.
The kernel automounter implements an almost complete SunOS
style automounter under Linux. A recent version of the kernel
autofs4 module (builtin or separate) is required.
.
This is the LDAP module of the autofs.
Package: autofs5-hesiod
Description-md5: 3119da0d298c944d2e25fbf294737656
Description-en: transitional dummy package for 'autofs-hesiod'
This transitional dummy package is safe to remove.
Package: autofs5-ldap
Description-md5: 34c829fb3392ae0819c99cd6fe7e399a
Description-en: transitional dummy package for 'autofs-ldap'
This transitional dummy package is safe to remove.
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: awscli
Description-md5: aaf8e6b3ff4426c8a7b4d7d49df6ee53
Description-en: Universal Command Line Environment for AWS
This package provides a unified command line interface to many
Amazon Web Services.
.
The currently supported services include:
.
* AWS CloudFormation
* AWS Data Pipeline
* AWS Direct Connect
* AWS Elastic Beanstalk
* AWS Identity and Access Management
* AWS Import/Export
* AWS OpsWorks
* AWS Security Token Service
* AWS Storage Gateway
* Amazon CloudWatch
* Amazon ElastiCache
* Amazon Elastic Compute Cloud
* Amazon Elastic MapReduce
* Amazon Elastic Transcoder
* Amazon Redshift
* Amazon Relational Database Service (Beta)
* Amazon Simple Email Service
* Amazon Simple Notification Service
* Amazon Simple Queue Service
* Amazon Simple Storage Service
* Amazon Simple Workflow Service
* Auto Scaling
* Elastic Load Balancing
Package: backport-iwlwifi-dkms
Description-md5: 3fea51b673a87cb9951330bfdfa9cc73
Description-en: iwlwifi driver backport in DKMS format
Intel works with periodic releases of the iwlwifi driver that are
tested with a specific combination of components such as firmware and
hostap. These releases can be seen as snapshots of the development
trees (including upstream) that can be used on older kernels.
.
This package provides iwlwifi modules built from iwlwifi-public
defconfig based on upstream master branch.
Package: bash-builtins
Description-md5: af509aa37177542db29bd85c79695512
Description-en: Bash loadable builtins - headers & examples
Bash can dynamically load new builtin commands. Included are the
necessary headers to compile your own builtins and lots of examples.
Package: bash-static
Description-md5: ae0b688f32951bcf52b5c025ab588a4c
Description-en: GNU Bourne Again SHell (static version)
Bash is an sh-compatible command language interpreter that executes
commands read from the standard input or from a file. Bash also
incorporates useful features from the Korn and C shells (ksh and csh).
.
Statically linked.
Package: 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: blender
Description-md5: 90b4f36fda45432800e6a278de5b06b4
Description-en: Very fast and versatile 3D modeller/renderer
Blender is an integrated 3d suite for modelling, animation, rendering,
post-production, interactive creation and playback (games). Blender has its
own particular user interface, which is implemented entirely in OpenGL and
designed with speed in mind. Python bindings are available for scripting;
import/export features for popular file formats like 3D Studio and Wavefront
Obj are implemented as scripts by the community. Stills, animations, models
for games or other third party engines and interactive content in the form of
a standalone binary are common products of Blender use.
Package: blender-data
Description-md5: cf40bbb7bd8bb0c71e9c32489ca7949e
Description-en: Very fast and versatile 3D modeller/renderer - data package
Blender is an integrated 3d suite for modelling, animation, rendering,
post-production, interactive creation and playback (games). Blender has its
own particular user interface, which is implemented entirely in OpenGL and
designed with speed in mind. Python bindings are available for scripting;
import/export features for popular file formats like 3D Studio and Wavefront
Obj are implemented as scripts by the community. Stills, animations, models
for games or other third party engines and interactive content in the form of
a standalone binary are common products of Blender use.
.
This package contains documentation, libraries and images for blender.
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: bluedevil
Description-md5: c6ec1bf024a5119d3bd9fa4a8a899625
Description-en: KDE Bluetooth stack
BlueDevil is a set of components which integrate Bluetooth in KDE.
It contains:
* A KDE Control Module (KCM) to configure all the Bluetooth-related options.
* Integration with the KDE input/output system (KIO), which allows you to
discover and explore Bluetooth devices from your favorite file browser.
* A wizard to pair your devices and connect directly to services they offer,
such as input (mouse, keyboard, Wiimote) and audio (headsets, phones).
* A system tray application from where all BlueDevil actions can be done
(disconnect devices, send files, configure, etc).
* A daemon which listens to incoming requests, for example to receive files
or to introduce a requested PIN.
Package: blueman
Description-md5: 0d53e070801b0cf7f6808bfd0b84a60f
Description-en: Graphical bluetooth manager
Blueman is a GTK+ bluetooth management utility for GNOME using bluez D-Bus
backend.
Package: bluetooth
Description-md5: c9c3278c19393dc7c6582892d29bf660
Description-en: Bluetooth support
This package provides all of the different plugins supported
by the Bluez bluetooth stack.
Package: bluez-hcidump
Description-md5: 4ebfd05a0b1b606a60e737cc590e2325
Description-en: Analyses Bluetooth HCI packets
The hcidump utility allows the monitoring of Bluetooth activity.
It provides a disassembly of the Bluetooth traffic and can display
packets from higher level protocols such as RFCOMM, SDP and BNEP.
.
This was the software that is independent as bluez-hcidump, but this has been
integrated into BlueZ from BlueZ 5.0.
.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
Package: bluez-tests
Description-md5: 70d0f4a675d48599e09b3248e2e1adfe
Description-en: BlueZ test tools and scripts
This package contains test tools and scripts used for testing BlueZ.
.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL).
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: boinc
Description-md5: 79307295fad5fe1f0172f7d981ebfbac
Description-en: metapackage for the BOINC client and the manager
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform for distributed computing: several initiatives of
various scientific disciplines all compete for the idle time of
desktop computers. The developers' web site at the University of
Berkeley serves as a common portal to the otherwise independently run
projects.
.
This package depends both on the BOINC core client program that is
required to participate in any project that uses BOINC, and the
BOINC Manager, a graphical monitor and control utility for the
BOINC core client.
Package: boinc-client
Description-md5: 9bd4f63a5f0f805b9edce1e36fefff24
Description-en: core client for the BOINC distributed computing infrastructure
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform for distributed computing: several initiatives of
various scientific disciplines all compete for the idle time of
desktop computers. The developers' web site at the University of
Berkeley serves as a common portal to the otherwise independently run
projects.
.
This package contains the BOINC core client program that is required
to participate in any project that uses BOINC. A central server
distributes work units and collects results via this client. When
attaching a local machine to a project, this client will also
dynamically download the scientific data and executables to be then
wrapped by the BOINC core client.
Package: boinc-client-nvidia-cuda
Description-md5: 9384e2173f2ed43c0d057c1770da614c
Description-en: metapackage for CUDA-savvy BOINC client and manager
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform for distributed computing: several initiatives of
various scientific disciplines all compete for the idle time of
desktop computers. The developers' web site at the University of
Berkeley serves as a common portal to the otherwise independently run
projects.
.
Regular users (righteously) often find it an unbearable nuisance to
care for the exact configuration of BOINC for CUDA-savvy graphics
cards. This package adds a series of dependencies from the non-free
section to the regular boinc package. This also meant this binary
package to be redistributed in the contrib section of Debian.
Package: boinc-client-opencl
Description-md5: 1d8bb1ed221af82159a83aac2ed26b88
Description-en: metapackage for AMD/ATI OpenCL-savvy BOINC client and manager
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform for distributed computing: several initiatives of
various scientific disciplines all compete for the idle time of
desktop computers. The developers' web site at the University of
Berkeley serves as a common portal to the otherwise independently run
projects.
.
Regular users (righteously) often find it an unbearable nuisance to
care for the configuration of BOINC for the OpenCL-savvy AMD/ATI
graphics cards. This package adds a series of dependencies from the
non-free section to the regular boinc package. This also meant this
binary package to be redistributed in the contrib section of Debian.
Package: boinc-dev
Description-md5: 9094e8539819f44becbdb4bdca550442
Description-en: development files to build applications for BOINC projects (transitional)
Dummy transitional package helping the transition of a split of
architecture-independent development files and the architecture-dependent
dynamic libraries. Static libraries are no longer redistributed.
Package: boinc-manager
Description-md5: 18cdf3bcfd01c25a71225cc0291571cd
Description-en: GUI to control and monitor the BOINC core client
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform for distributed computing using volunteered computer
resources.
.
This package contains the BOINC Manager, a graphical monitor and
control utility for the BOINC core client. It gives a detailed
overview of the state of the client it is monitoring, as there are
* attached projects
* running tasks
* file transfers between the client and project servers
* statistics about granted credits and disk usage for every project
* constraints on CPU usage
The BOINC Manager has two modes of operation, the "Simple View" in which
it only displays the most important information and the "Advanced View"
in which all information and all control elements are available.
.
For active participation in any BOINC project the recommended
boinc-client package, not the boinc-manager, is required for every
machine contributing.
Package: boinc-screensaver
Description-md5: ba066f78393e8713c0e55232ad35eddf
Description-en: screen saver auto-controlling volunteer computing
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform for distributed computing: several initiatives of
various scientific disciplines all compete for the idle time of
desktop computers. The developers' web site at the University of
Berkeley serves as a common portal to the otherwise independently run
projects.
.
The BOINC client is configurable by the command line or the BOINC
manager's GUI to compute with any range between 0% and 100% of
available resources, and to change that ratio to a higher after
some user determined duration of inactivity. There is now quite
a number of individuals who prefer to have everything presented
with their accustomed principle for setting and choosing a screen
saver. Upon inactivity, the BOINC client is started, and stopped
again when the user is back. To save the screen, it then shows
the graphical progress indication as optionally shown also by
the manager.
.
This package is excellent to further promote BOINC, recalling the
effect SETI@Home once had in the Cambridge, UK, CB2 Cybercafe.
Just, when using it together with the regular BOINC client setup,
it is suggested not to have all CPUs used to avoid multiple
processes running on the same core.
Package: borgbackup
Description-md5: 8a56876615c13f6f25a373ef5d5c2017
Description-en: deduplicating and compressing backup program
Borg is a deduplicating and compressing backup program. Optionally, it
also supports authenticated encryption. It was forked from the attic
backup program.
.
The main goal of Borg is to provide an efficient and secure way to
backup data. The data deduplication technique used makes Borg suitable
for daily backups since only the changes are stored. The authenticated
encryption makes it suitable for backups to not fully trusted targets.
.
It can push backups to remote repositories accessed via ssh. A client
pushing a backup invokes "borg serve" on the repository host. It is
possible to restrict the ssh key to "borg serve" using the
authorized_keys command= clause.
.
Please note that the server and the client should be on the same
version of borgbackup. Using different versions of borgbackup on
client and server might result in 'incompatible API version' error
messages and a non-working backup.
.
While there is no direct operations mode for pull-type backups, you
can configure the backup target in append-only mode, preventing the
backup source from deleting or altering previous backups.
Package: borgbackup-doc
Description-md5: 04d1acfe5fec11e4caa380114fa4d94a
Description-en: deduplicating and compressing backup program (documentation)
Borg is a deduplicating and compressing backup program. Optionally, it
also supports authenticated encryption. It was forked from the attic
backup program.
.
The main goal of Borg is to provide an efficient and secure way to
backup data. The data deduplication technique used makes Borg suitable
for daily backups since only the changes are stored. The authenticated
encryption makes it suitable for backups to not fully trusted targets.
.
It can push backups to remote repositories accessed via ssh. A client
pushing a backup invokes "borg serve" on the repository host. It is
possible to restrict the ssh key to "borg serve" using the
authorized_keys command= clause.
.
This is the documentation package
Package: breeze
Description-md5: b3a6646f0a235f56befa3ba88bf5b826
Description-en: Default Plasma theme (meta-package).
This is the default theme for the KDE Plasma desktop.
.
This package includes wallpapers, icons, cursors, KWin style and Qt
widget style for the Plasma 5 desktop.
.
This package is part of the KDE base workspace module.
Package: breeze-cursor-theme
Description-md5: 0b33c55b799ebd80c6311ff5c1c81ff6
Description-en: Default Plasma cursor theme.
This is the default cursor theme for the KDE Plasma 5 desktop.
.
This package is part of the Breeze theme module.
Package: breeze-dev
Description-md5: c9f40073696fbd01634da3d5d1c5ebbc
Description-en: Default Plasma theme (development files).
This is the default theme for the KDE Plasma desktop.
.
This package includes development files.
.
This package is part of the KDE base workspace module.
Package: breeze-gtk-theme
Description-md5: ef3d64eedcb0233aa0b20895e9335f22
Description-en: GTK theme built to match KDE's Breeze
A GTK Theme Built to Match KDE's Breeze. Widget theme for GTK 2 and 3.
Package: brltty-espeak
Description-md5: 12128acd3d15ad48324d1b92f13bb467
Description-en: Access software for a blind person - espeak driver
BRLTTY is a daemon which provides access to the Linux console (text mode)
for a blind person using a braille display. It drives the braille
display and provides complete screen review functionality.
.
This package contains an optional speech driver for the espeak
speech synthesis engine.
Package: brltty-flite
Description-md5: 2e07054b3b97962c487b79ded37eb57b
Description-en: Access software for a blind person - Flite speech driver
BRLTTY is a daemon which provides access to the Linux console (text mode)
for a blind person using a braille display. It drives the braille
display and provides complete screen review functionality.
.
This package contains an optional speech driver for the Festival Lite
speech synthesis engine.
Package: brltty-speechd
Description-md5: b90b3fdef13512fbc1fa9b477812709a
Description-en: Access software for a blind person - Speech Dispatcher driver
BRLTTY is a daemon which provides access to the Linux console (text mode)
for a blind person using a braille display. It drives the braille
display and provides complete screen review functionality.
.
This package contains an optional speech driver for the speech-dispatcher
speech synthesis server.
Package: brltty-x11
Description-md5: 3f30d80e7a87ea3ecbcc6f909e8a1667
Description-en: Access software for a blind person using a braille display - X11 drivers
BRLTTY is a daemon which provides access to the Linux console (text mode)
for a blind person using a braille display. It drives the braille
display and provides complete screen review functionality.
.
This package contains optional screen drivers for BRLTTY which require X11 or
GNOME.
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: brz-debian
Description-md5: 20ce59bb8aaee0f2743ed51122668356
Description-en: breezy plugin for Debian package management
brz-debian is a plugin for the breezy version control system that helps to
automate the task of maintaining Debian packages using breezy. It is similar
in intent to cvs-buildpackage, svn-buildpackage and the similar scripts.
.
It builds a Debian package from a branch, optionally using a separate
upstream tarball.
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: budgie-clockworks-applet
Description-md5: 2a3b563c2a78e99c05e9dc7e0448f4a4
Description-en: Applet to display clock across multiple time zones
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The Clockworks applet displays the current time across multiple
time zones.
Package: budgie-core
Description-md5: 6c2190c1b77711c5ead3489e8810d5fe
Description-en: Core package for Budgie-Desktop
Budgie-Desktop is a GTK+ based desktop environment which focuses on
simplicity and elegance. It provides a traditional desktop metaphor
based interface utilising customisable panel based menu driven system.
Budgie-Desktop is written from scratch utilising many GNOME based
sub-systems such as GNOME-Session and Mutter.
.
This is the base package for budgie-desktop. This package provides:
GNOME Network Manager autostart file specifically for Budgie
budgie-desktop plugins
locales and icons for budgie-desktop
budgie-desktop executables
GLib schemas for budgie-desktop
Session file for budgie-desktop
Package: budgie-core-dev
Description-md5: 596f7e0f81c9299755e53b7d2ff0905c
Description-en: Development package for budgie-desktop
Budgie-Desktop is a GTK+ based desktop environment which focuses on
simplicity and elegance. It provides a traditional desktop metaphor
based interface utilising customisable panel based menu driven system.
Budgie-Desktop is written from scratch utilising many GNOME based
sub-systems such as GNOME-Session and Mutter.
.
This package provides the development files allowing compilation
through the budgie-desktop API. This package provides:
C Header files
Vala .vapi files
Package: budgie-countdown-applet
Description-md5: 5b8d02ea8cf3da232280d4244e30e726
Description-en: Applet providing a countdown capability on the Budgie Desktop
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The Countdown applet provides the user the ability to start an
action when the countdown reaches 0 seconds. Actions include flashing
an icon in the panel, opening a notification window, sounding a
bell or running a custom command.
Package: budgie-desktop
Description-md5: 66a8b138593a7e78e7cd56ecbc86786b
Description-en: Desktop package for budgie-desktop
Budgie-Desktop is a GTK+ based desktop environment which focuses on
simplicity and elegance. It provides a traditional desktop metaphor
based interface utilising customisable panel based menu driven system.
Budgie-Desktop is written from scratch utilising many GNOME based
sub-systems such as GNOME-Session and Mutter.
.
This package installs the minimal GNOME based package-set together with
the key budgie-desktop packages to produce a working desktop
environment.
Package: budgie-desktop-common
Description-md5: b91d64b3e6b976d039da3b256dbdeff7
Description-en: Common Ubuntu Budgie desktop components customisation
While this common budgie-desktop package can be installed manually,
it is recommended that the binary packages budgie-desktop-minimal or
budgie-desktop-environment be used to install working minimal or
the recommended full budgie-desktop environment.
.
This package provides common:
ubuntu and budgie-desktop gsettings overrides
make QT apps look like GTK+ apps
default icon-theme for GTK+ applications
Ubuntu Budgie plymouth branding
Package: budgie-desktop-doc
Description-md5: 4ad36e980d7fa9f2fadf205591a6d5bf
Description-en: documentation files for the budgie-desktop
Budgie-Desktop is a GTK+ based desktop environment which focuses on
simplicity and elegance. It provides a traditional desktop metaphor
based interface utilising customisable panel based menu driven system.
Budgie-Desktop is written from scratch utilising many GNOME based
sub-systems such as GNOME-Session and Mutter.
.
This package contains the API documentation in HTML format
Package: budgie-desktop-environment
Description-md5: dfa589b2c807e8746b4856aedb88bee1
Description-en: Desktop environment customisation for Ubuntu Budgie
Installs all Ubuntu Budgie packages, both essential dependencies
as well as recommended packages and applications.
Installs:
Ubuntu Budgie panel configuration
plank dock customisation
gsettings overrides
totem thumbnailer config using ffmpegthumbnailer
Tilix integration
Package: budgie-desktop-minimal
Description-md5: ac42aa0bba15f27db8bb93a7e3bf1f40
Description-en: Minimal desktop environment for Ubuntu Budgie
Installs a minimal set of Ubuntu Budgie packages, both essential
dependencies as well as recommended packages and applications.
This package is useful for system builders who want budgie-desktop
without the full set of applications recommended in Ubuntu Budgie.
Package: budgie-dropby-applet
Description-md5: 605fe771be3d30063ba14bb4f490f7a2
Description-en: Applet to popup when a USB device is connected
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The DropBy applet pops up in the panel when connecting a usb device.
The applet subsequently offers the option(s) to mount, unmount/eject
and in case of a flash drive, to make a local copy of the drive's
content. The info shows the free space on the volume.
.
The applet is context- sensitive, meaning: it only shows its icon in
the panel if, and as long as, any usb drive is connected.
Package: budgie-hotcorners-applet
Description-md5: 3f7d2b195886cb58950053b9b4840b9a
Description-en: Applet providing hotcorners capabilities for the Budgie Desktop
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The hotcorners applet allow user defined commands to be executed
when the mouse cursor is pushed into a corner of the main desktop.
Package: budgie-keyboard-autoswitch-applet
Description-md5: abc191a82326dcc01edb878f6100a9e1
Description-en: Applet adding the ability to set a different keyboard layout per application
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The Keyboard Auto Switcher applet provides the user the ability to set
a different keyboard layout per application. Exceptions to the default
layout can be set by simply choosing a different layout using the
Keyboard Layout applet.
Package: budgie-lightdm-theme
Description-md5: 7d17e9cb6c5b8cc27a07f05ab93eec2a
Description-en: LightDM Greeter theme for Ubuntu Budgie
This is the LightDM greeter theme and configuration
used for a standalone Ubuntu Budgie installation.
.
This package can also be installed on
other Ubuntu desktops desiring to use this
theme, but it will replace the LightDM theme.
Package: budgie-lightdm-theme-base
Description-md5: 050ef92244b8d78286dc9ee87bc02bf9
Description-en: LightDM Session for Ubuntu Budgie
This is the LightDM Session used to launch budgie-desktop
without needing all of the Ubuntu Budgie styling changes.
.
This package allows ubiquity to autologin on self build installations.
Package: budgie-previews-applet
Description-md5: c7c153ee6d3288a788eb07e6c0b59c29
Description-en: Applet providing window previews capabilities for the Budgie Desktop
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The Previews applet shows an overview of windows in an expose like way.
Package: budgie-quicknote-applet
Description-md5: bb7d83d0b1fd581dd1521273d04287ee
Description-en: Applet providing simple notes capability for the Budgie Desktop
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The quicknote applet allows a user to record a text based note.
The applet supports multiple undo and redo capabilities.
Package: budgie-rotation-lock-applet
Description-md5: 02c2a0ae4d9f2f1d7a2d6dadd569c2ac
Description-en: Applet to lock or unlock the screen rotation
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The Rotation Lock applet provides the user an easy way to lock or
unlock the screen rotation.
Package: budgie-showtime-applet
Description-md5: c0066be49c07393a22185c2f59ae3c0a
Description-en: Applet displaying date and time on the Budgie Desktop
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The ShowTime applet is a digital desktop clock, showing time and/or
date. Text color of both the displayed time and date can be set
separately from the applet's menu
Package: budgie-window-mover-applet
Description-md5: fbf327f900226ff63ed1937b66b95538
Description-en: Applet allows moving windows between workspaces for the Budgie Desktop
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The Window Mover applet allows the user to quickly move windows to any
of the other workspaces. Just drag a window to the bottom of the screen
and a bar will popup, representing the workspaces. Click on
any of the numbers (or press the corresponding number on the keyboard)
and the window will move to that workspace.
Package: budgie-workspace-overview-applet
Description-md5: 4f0847eb8e25966cfa85d825403acbc4
Description-en: Applet providing quick access to workspaces for the Budgie Desktop
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The workspace overview applet allows a user to quickly navigate
workspaces using the applet's menu. Optionally, navigation to any
window in any workspace is possible.
Package: budgie-workspace-wallpaper-applet
Description-md5: db4ae97908d999a85b86547fe3d86fa3
Description-en: Applet providing per workspace wallpaper
This is part of a suite of python3 based applets for the Budgie
Desktop that provide additional user orientated capabilities.
The applets can be used individually or as a set.
.
The workspace wallpaper applet shows a different wallpaper on each of
the workspaces. Usage is simple: add the applet to the panel and set
wallpapers on each of the workspaces in the way you are used to.
The applet will remember what wallpaper was set on each of the
workspaces.
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: cachefilesd
Description-md5: a43d1c7ece3d6a969e37f3e55b7bb374
Description-en: support fscache on already mounted filesystem
FSCache is a generic caching manager in the Linux kernel which can be used
by network and other filesystems to cache data locally.
.
CacheFiles is an FSCache backend that's meant to use as a cache a directory on
an already mounted filesystem of a local type (such as Ext3). This package
installs the userspace support required by the cachefiles backend.
Package: cairo-perf-utils
Description-md5: 393a362d567a90781c3ca1cb47cb8355
Description-en: Cairo 2D vector graphics library performance utilities
Cairo is a multi-platform library providing anti-aliased
vector-based rendering for multiple target backends.
.
This package contains a set of utilities for capturing and replaying cairo
execution traces using various backends, in order to be able to measure the
performance of cairo for real-world applications in a reproducible way.
Package: 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: cec-utils
Description-md5: 1cada05ded3a092df64a7f10e4b34be9
Description-en: USB CEC Adaptor communication Library (utility programs)
This library provides support for the Pulse-Eight USB-CEC adapter and
other CEC capable hardware, like the Raspberry Pi.
.
This package provides the CEC utility programs.
Package: ceilometer-agent-ipmi
Description-md5: 7db139fd7b44649a5c9c5b4d42f93279
Description-en: ceilometer ipmi agent
Ceilometer aims to deliver a unique point of contact for billing systems to
acquire all counters they need to establish customer billing, across all
current and future OpenStack components. The delivery of counters must
be traceable and auditable, the counters must be easily extensible to support
new projects, and agents doing data collections should be
independent of the overall system.
.
(A ceilometer is an instrument that measures cloud coverage.)
.
This package contains the ipmi agent.
Package: ceilometer-agent-notification
Description-md5: 8b0e885afabe5cb497d26a5f59977c71
Description-en: ceilometer notification agent
Ceilometer aims to deliver a unique point of contact for billing systems to
acquire all counters they need to establish customer billing, across all
current and future OpenStack components. The delivery of counters must
be traceable and auditable, the counters must be easily extensible to support
new projects, and agents doing data collections should be
independent of the overall system.
.
(A ceilometer is an instrument that measures cloud coverage.)
.
This package contains the notification agent.
Package: ceilometer-polling
Description-md5: e22697074a3a10ed6635f213d9cf9d07
Description-en: ceilometer polling service
Ceilometer aims to deliver a unique point of contact for billing systems to
acquire all counters they need to establish customer billing, across all
current and future OpenStack components. The delivery of counters must
be traceable and auditable, the counters must be easily extensible to support
new projects, and agents doing data collections should be
independent of the overall system.
.
(A ceilometer is an instrument that measures cloud coverage.)
.
This package contains the polling service.
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: certbot
Description-md5: deb7e404ce1b150b59379c3f9a73ac1a
Description-en: automatically configure HTTPS using Let's Encrypt
The objective of Certbot, Let's Encrypt, and the ACME (Automated
Certificate Management Environment) protocol is to make it possible
to set up an HTTPS server and have it automatically obtain a
browser-trusted certificate, without any human intervention. This is
accomplished by running a certificate management agent on the web
server.
.
This agent is used to:
.
- Automatically prove to the Let's Encrypt CA that you control the website
- Obtain a browser-trusted certificate and set it up on your web server
- Keep track of when your certificate is going to expire, and renew it
- Help you revoke the certificate if that ever becomes necessary.
.
This package contains the main application, including the standalone
and the manual authenticators.
Package: certspotter
Description-md5: dcd7ea2910639d061748abb8f430bfd1
Description-en: Certificate Transparency Log Monitor
Cert Spotter is a Certificate Transparency log monitor from SSLMate that
alerts you when a SSL/TLS certificate is issued for one of your domains.
Cert Spotter is easier than other open source CT monitors, since it does
not require a database. It's also more robust, since it uses a special
certificate parser that ensures it won't miss certificates.
.
Cert Spotter is also available as a hosted service by SSLMate,
.
You can use Cert Spotter to detect:
* Certificates issued to attackers who have compromised a certificate
authority and want to impersonate your site.
* Certificates issued to attackers who are using your infrastructure
to serve malware.
* Certificates issued in violation of your corporate policy
or outside of your centralized certificate procurement process.
* Certificates issued to your infrastructure providers without your
consent.
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: chasquid
Description-md5: 99dd66b4ce66bf52ba8438c0b1d84724
Description-en: simple SMTP (email) server written in go
chasquid is an SMTP (email) server. It aims to be easy to configure and
maintain for a small mail server, at the expense of flexibility and
functionality.
.
It's written in Go, and is open source under the Apache license 2.0.
.
It is currently in beta: it's functional and has had some production exposure,
but some things may still change in backwards-incompatible ways, including the
configuration format. It should be rare and will be avoided if possible.
Package: check-mk-agent
Description-md5: 3f86936826ff07f683b7a821e7c9e0f8
Description-en: general purpose monitoring plugin for retrieving data
Check_mk adopts a new a approach for collecting data from operating systems
and network components. It obsoletes NRPE, check_by_ssh, NSClient and
check_snmp. It has many benefits, the most important of which are:
.
* Significant reduction of CPU usage on the monitoring host.
* Automatic inventory of items to be checked on hosts.
.
This package contains the agent part of check-mk.
Package: check-mk-agent-logwatch
Description-md5: 62c1178acdaf17966ac3d340ba4b5beb
Description-en: general purpose monitoring plugin for retrieving data
Check_mk adopts a new a approach for collecting data from operating systems
and network components. It obsoletes NRPE, check_by_ssh, NSClient and
check_snmp. It has many benefits, the most important of which are:
.
* Significant reduction of CPU usage on the monitoring host.
* Automatic inventory of items to be checked on hosts.
.
This package contains the logwatch plugin for the agent.
Package: check-mk-config-icinga
Description-md5: b9374acfd802bb2a195831c8f233343d
Description-en: general purpose monitoring plugin for retrieving data
Check_mk adopts a new a approach for collecting data from operating systems
and network components. It obsoletes NRPE, check_by_ssh, NSClient and
check_snmp. It has many benefits, the most important of which are:
.
* Significant reduction of CPU usage on the Nagios host.
* Automatic inventory of items to be checked on hosts.
.
This package contains the icinga specific part of check_mk
Package: check-mk-doc
Description-md5: df65777618b9e8af174de8a8938724f5
Description-en: general purpose monitoring plugin for retrieving data (documentation)
Check_mk adopts a new a approach for collecting data from operating systems
and network components. It obsoletes NRPE, check_by_ssh, NSClient and
check_snmp. It has many benefits, the most important of which are:
.
* Significant reduction of CPU usage on the Nagios host.
* Automatic inventory of items to be checked on hosts.
.
This package contains the check_mk documentation.
Package: check-mk-livestatus
Description-md5: 4a27a58b8113169d5a3672e4236f1974
Description-en: general purpose monitoring plugin for retrieving data
Check_mk adopts a new a approach for collecting data from operating systems
and network components. It obsoletes NRPE, check_by_ssh, NSClient and
check_snmp. It has many benefits, the most important of which are:
.
* Significant reduction of CPU usage on the Nagios host.
* Automatic inventory of items to be checked on hosts.
.
This package contains livestatus
Package: check-mk-multisite
Description-md5: a1e73e3607e8b90989b1c9ae29981f76
Description-en: general purpose monitoring plugin for retrieving data
Check_mk adopts a new a approach for collecting data from operating systems
and network components. It obsoletes NRPE, check_by_ssh, NSClient and
check_snmp. It has many benefits, the most important of which are:
.
* Significant reduction of CPU usage on the Nagios host.
* Automatic inventory of items to be checked on hosts.
.
This package contains the webfrontend of check_mk also known as
"MK-Multisite"
Package: check-mk-server
Description-md5: c43e4e821678886e4c1d33eb79ca931a
Description-en: general purpose monitoring plugin for retrieving data
Check_mk adopts a new a approach for collecting data from operating systems
and network components. It obsoletes NRPE, check_by_ssh, NSClient and
check_snmp. It has many benefits, the most important of which are:
.
* Significant reduction of CPU usage on the monitoring host.
* Automatic inventory of items to be checked on hosts.
.
This package contains the server part of check_mk
Package: chkrootkit
Description-md5: 1fb422eb07ad1833888e688ab81e8df9
Description-en: rootkit detector
The chkrootkit security scanner searches the local system for signs
that it is infected with a 'rootkit'. Rootkits are set of programs
and hacks designed to take control of a target machine by using known
security flaws.
.
Types that chkrootkit can identify are listed on the project's home page.
.
Please note that where chkrootkit detects no intrusions, this does
not guarantee that the system is uncompromised. In addition to
running chkrootkit, more specific tests should always be performed.
Package: 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
and 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
and 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: ckeditor
Description-md5: 71b06b05fb0eb089dea4bb9079109b68
Description-en: text editor which can be embedded into web pages
CKEditor is a WYSIWYG editor which can be embedded into web pages.
WYSIWYG means that the text being edited looks as similar
as possible to the results users have when publishing it.
.
It brings to the web common editing features found on desktop
editing applications like Microsoft Word and OpenOffice.
Package: cl-brlapi
Description-md5: 3d138eb9b5759e26473f9b6ed2a9b4ad
Description-en: Common Lisp bindings for BrlAPI
BRLTTY is a daemon which provides access to the console (text mode)
for a blind person using a braille display. It drives the braille
display and provides complete screen review functionality.
.
BrlAPI is a library which gives an application access to a braille display and
lets it write braille.
.
This package provides Common Lisp bindings vor BrlAPI.
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: clang
Description-md5: 417b47912f4072aafff4541922523a39
Description-en: C, C++ and Objective-C compiler (LLVM based)
Clang project is a C, C++, Objective C and Objective C++ front-end
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This is a dependency package providing the default clang compiler.
Package: clang-10
Description-md5: c364160e44345420df0f2e97b3082b69
Description-en: C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
Package: clang-10-doc
Description-md5: 6bf5242bfe6f159fd907beb982f2315f
Description-en: C, C++ and Objective-C compiler - Documentation
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the documentation.
Package: clang-10-examples
Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06
Description-en: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang examples.
Package: clang-7
Description-md5: 224e1c81284b37e6720b78f6cf56d36b
Description-en: C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
Package: clang-7-doc
Description-md5: a362b805a7230bf3a9d9d558b30d2a59
Description-en: C, C++ and Objective-C compiler - Documentation
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the documentation.
Package: clang-7-examples
Description-md5: 8c0030ae4303d1ed71b02679b563c06d
Description-en: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the clang examples.
Package: clang-8
Description-md5: 224e1c81284b37e6720b78f6cf56d36b
Description-en: C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
Package: clang-8-doc
Description-md5: a362b805a7230bf3a9d9d558b30d2a59
Description-en: C, C++ and Objective-C compiler - Documentation
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the documentation.
Package: clang-8-examples
Description-md5: 9e24e5183658bfc1863c33a6d462636a
Description-en: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the Clang examples.
Package: clang-9
Description-md5: 224e1c81284b37e6720b78f6cf56d36b
Description-en: C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
Package: clang-9-doc
Description-md5: a362b805a7230bf3a9d9d558b30d2a59
Description-en: C, C++ and Objective-C compiler - Documentation
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the documentation.
Package: clang-9-examples
Description-md5: 9e24e5183658bfc1863c33a6d462636a
Description-en: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the Clang examples.
Package: clang-format
Description-md5: b50362fb3abbe4fca65017f3e1c209b3
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This is a dependency package providing the clang format tool.
Package: clang-format-10
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Package: clang-format-7
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Package: clang-format-8
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Package: clang-format-9
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Package: clang-tidy
Description-md5: e32373427b28170217c40b30ee117e2f
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
.
clang-tidy replaces clang-modernize
.
This is a dependency package providing the clang tidy tool.
Package: clang-tidy-10
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clang-tidy-7
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clang-tidy-8
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clang-tidy-9
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clang-tools
Description-md5: 35e3559feb87e5ef96dd76ef6e569cfd
Description-en: clang-based tools
Clang project is a C, C++, Objective C and Objective C++ front-end
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This is a dependency package providing the clang tools package.
Package: clang-tools-10
Description-md5: da24a5a87f39211c1ff10f03f06e0a3c
Description-en: clang-based tools for C/C++ developments
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains some clang-based tools like scan-build, clang-cl, etc.
Package: clang-tools-7
Description-md5: e0ee42d606f86c7a3ed2a8807472b9f3
Description-en: clang-based tools for C/C++ developments
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains some clang-based tools like scan-build, clangd,
clang-cl, etc.
Package: clang-tools-8
Description-md5: e0ee42d606f86c7a3ed2a8807472b9f3
Description-en: clang-based tools for C/C++ developments
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains some clang-based tools like scan-build, clangd,
clang-cl, etc.
Package: clang-tools-9
Description-md5: 7383eb4c4968d58c794ab9a86ffc588e
Description-en: clang-based tools for C/C++ developments
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains some clang-based tools like scan-build, clang-cl, etc.
Package: clangd-10
Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb
Description-en: Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion
- compile errors
- go-to-definition
- and more.
.
clangd is a language server that implements the Language Server Protocol;
it can work with many editors through a plugin.
Package: clangd-9
Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb
Description-en: Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion
- compile errors
- go-to-definition
- and more.
.
clangd is a language server that implements the Language Server Protocol;
it can work with many editors through a plugin.
Package: clevis
Description-md5: dc0c3db8dbf8108d86430dda99d9bf6c
Description-en: automated encryption framework
Clevis is a plugable framework for automated decryption. It can be used
to provide automated decryption of data or even automated unlocking of
LUKS volumes.
.
It supports tang, shamir secret sharing, escrow using HTTP.
Package: clevis-dracut
Description-md5: edece8415f2fce8ac6c727c65dbaf7d4
Description-en: Dracut integration for clevis
Clevis is a plugable framework for automated decryption. This package
provides integration for the dracut initramfs to automatically unlock
LUKSv1 block devices in early boot.
Package: clevis-initramfs
Description-md5: 71e6956c28f7656e5cfa67e9b9ba0cfe
Description-en: Clevis initramfs integration
Clevis is a plugable framework for automated decryption. This package
provides integration for initramfs-tools to automatically unlock LUKSv1
block devices in early boot.
Package: clevis-luks
Description-md5: ac3cb2305c24e58aaa531cd61fc468ae
Description-en: LUKSv1 integration for clevis
This package allows you to bind a LUKSv1 volume to a clevis unlocking
policy. For automated unlocking, an unlocker will also be required.
See, for example, clevis-dracut and clevis-udisks2.
Package: clevis-systemd
Description-md5: 819a075becf102e0f1c853af6e2f6c9e
Description-en: systemd integration for clevis
Clevis is a plugable framework for automated decryption. This package
provides automatic unlocking of LUKSv1 _netdev block devices from
/etc/crypttab.
Package: clevis-udisks2
Description-md5: c1f01ed461c42d384f9fd19ef39347d2
Description-en: UDisks2/Storaged integration for clevis
Clevis is a plugable framework for automated decryption. This package
provides automatic unlocking LUKSv1 block devices in desktop
environments that use UDisks2 or storaged.
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: cloud-initramfs-growroot
Description-md5: 2a0d4bed7bada9873cf69d658abe0c23
Description-en: automatically resize the root partition on first boot
This package adds functionality to an initramfs built by initramfs-tools.
When installed, the initramfs will repartition a disk to make the
root volume consume all space that follows it.
.
You most likely do not want this package unless you know what you are
doing. It is primarily interesting in a virtualized environment when
a disk can provisioned with a size larger than its original size.
In this case, with this package installed, you can automatically use
the new space without requiring a reboot to re-read the partition table.
Package: cloud-initramfs-rescuevol
Description-md5: bd1aa20bccdfa138c49bcdbb3244b5c9
Description-en: boot off a rescue volume rather than root filesystem
This package adds functionality to an initramfs built by initramfs-tools.
When installed the initramfs will check to see if any partitions
with a label of 'RESCUE_VOL' are attached. If such a volume is attached,
it will boot off that volume rather than the root volume.
.
This is useful in a cloud environment, when the user is able to attach
and detach volumes to a running system, but has no other mechanism
for interupting of fixing a failed boot. It is analogous to inserting
a rescue CD into a system to recover from failure.
Package: cloud-initramfs-rooturl
Description-md5: 600f26e2a9d6f264aaac2b9ee0d3a937
Description-en: use a tarball or squashfs image in a url as the root filesystem
Allows user to pass in root=http://example.com/your.tar.gz
Root filesystem will be tmpfs from that url.
Package: cloud-initramfs-updateroot
Description-md5: f3db8d34df0e9fc0c67e5d7c16f80476
Description-en: extract a tarball over root filesystem before pivot
Allows kernel command line updateroot=http://your.tar.gz
And then tarball will be pulled and extracted over the root.
Package: clvm
Description-md5: a37547410cdc74ef1c2e6cdc215e1a4b
Description-en: Cluster extensions for userland logical volume management tools
This package provides the clustering interface for lvm2, when used with
corosync based (eg Pacemaker) cluster infrastructure. It allows
logical volumes to be created on shared storage devices (eg Fibre
Channel, or iSCSI).
Package: cmake-curses-gui
Description-md5: 9b41ab000523f38307827365d113b808
Description-en: curses based user interface for CMake (ccmake)
CMake is used to control the software compilation process using simple
platform and compiler independent configuration files. CMake generates native
makefiles and workspaces that can be used in the compiler environment of your
choice.
.
This package provides the CMake curses interface. Project configuration
settings may be specified interactively through this GUI. Brief instructions
are provided at the bottom of the terminal when the program is running. The
main executable file for this GUI is "ccmake".
Package: cmake-mozilla
Description-md5: 3840be106d9be52ce4a480b630a7bc8e
Description-en: cross-platform, open-source make system
This version is a backport of a newer version to Ubuntu 18.04 to enable
building the version of rustc required to build new versions of firefox.
.
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake
generates native makefiles and workspaces that can be used in the
compiler environment of your choice. CMake is quite sophisticated: it
is possible to support complex environments requiring system
configuration, pre-processor generation, code generation, and template
instantiation.
.
CMake was developed by Kitware as part of the NLM Insight
Segmentation and Registration Toolkit project. The ASCI VIEWS project
also provided support in the context of their parallel computation
environment. Other sponsors include the Insight, VTK, and VXL open
source software communities.
Package: cmake-mozilla-data
Description-md5: 6bbe41d3da42648c4f788cbee8126869
Description-en: CMake data files (modules, templates and documentation)
This version is a backport of a newer version to Ubuntu 18.04 to enable
building the version of rustc required to build new versions of firefox.
.
This package provides CMake architecture independent data files (modules,
templates, documentation etc.). Unless you have cmake installed, you probably
do not need this package.
Package: cmake-qt-gui
Description-md5: 2b605ffa84235b56fbc6540b628c2c5f
Description-en: Qt based user interface for CMake (cmake-gui)
CMake is used to control the software compilation process using simple
platform and compiler independent configuration files. CMake generates native
makefiles and workspaces that can be used in the compiler environment of your
choice.
.
This package provides the CMake Qt based GUI. Project configuration
settings may be specified interactively. Brief instructions are provided at
the bottom of the window when the program is running. The main executable
file for this GUI is "cmake-gui".
Package: cobra
Description-md5: fbcf8ccfc0a3061ed7139da0143db05f
Description-en: Tool to generate Cobra-based modern Go CLI application
Cobra is a Go library providing a simple interface to create powerful
modern CLI interfaces similar to git & go tools.
.
Cobra has an exceptionally clean interface and simple design without
needless constructors or initialization methods.
.
This package contains the Cobra Generator as /usr/bin/cobra,
a tool that will generate your application scaffolding
to rapidly develop a Cobra-based application.
Package: coinor-libipopt-dev
Description-md5: 004a2b4e162fc64f12e7d4eb4d34e764
Description-en: Interior-Point Optimizer - header files
Ipopt is an open-source solver for large-scale nonlinear continuous
optimization. It can be used from modeling environments, such as AMPL,
GAMS, or Matlab, and it is also available as a callable library with
interfaces to C++, C, and Fortran. Ipopt uses an interior point method,
together with a filter linear search procedure. Ipopt is part of the
larger COIN-OR initiative (Computational Infrastructure for Operations
Research).
.
The Debian package is compiled against MUMPS (as it is the only one of
the available solvers that is Free Software and included in Debian).
.
This package contains the header files for developers.
Package: coinor-libipopt-doc
Description-md5: ace0722ec70c25cead2c4fcc86a4a74d
Description-en: Interior-Point Optimizer - documentation
Ipopt is an open-source solver for large-scale nonlinear continuous
optimization. It can be used from modeling environments, such as AMPL,
GAMS, or Matlab, and it is also available as a callable library with
interfaces to C++, C, and Fortran. Ipopt uses an interior point method,
together with a filter linear search procedure. Ipopt is part of the
larger COIN-OR initiative (Computational Infrastructure for Operations
Research).
.
The Debian package is compiled against MUMPS (as it is the only one of
the available solvers that is Free Software and included in Debian).
.
This package contains the documentation.
Package: coinor-libipopt1v5
Description-md5: b22cc6665e1345d36a3c5f15fa8b6fb8
Description-en: Interior-Point Optimizer, for large-scale nonlinear optimization
Ipopt is an open-source solver for large-scale nonlinear continuous
optimization. It can be used from modeling environments, such as AMPL,
GAMS, or Matlab, and it is also available as a callable library with
interfaces to C++, C, and Fortran. Ipopt uses an interior point method,
together with a filter linear search procedure. Ipopt is part of the
larger COIN-OR initiative (Computational Infrastructure for Operations
Research).
.
The Debian package is compiled against MUMPS (as it is the only one of
the available solvers that is Free Software and included in Debian).
.
This package contains the library.
Package: coinor-libipopt1v5-dbg
Description-md5: 80f963768d87ff823fbdb833d6440d67
Description-en: Interior-Point Optimizer - debugging symbols
Ipopt is an open-source solver for large-scale nonlinear continuous
optimization. It can be used from modeling environments, such as AMPL,
GAMS, or Matlab, and it is also available as a callable library with
interfaces to C++, C, and Fortran. Ipopt uses an interior point method,
together with a filter linear search procedure. Ipopt is part of the
larger COIN-OR initiative (Computational Infrastructure for Operations
Research).
.
The Debian package is compiled against MUMPS (as it is the only one of
the available solvers that is Free Software and included in Debian).
.
This package contains the debugging symbols.
Package: collectd
Description-md5: 4cab05e1aaeb16dba768fed7b2d14922
Description-en: statistics collection and monitoring daemon
collectd is a small daemon which collects system information periodically and
provides mechanisms to monitor and store the values in a variety of ways.
Since the daemon doesn't need to startup every time it wants to update the
values it's very fast and easy on the system. Also, the statistics are very
fine grained since the files are updated every 10 seconds by default.
.
The collected information can be used to find current performance bottlenecks
(performance analysis) and predict future system load (capacity planning).
.
This package provides a full installation of the daemon, including the
configuration. For the core system, see the "collectd-core" package, which
allows sites to, e.g., provide customizations (like a custom default
configuration) on top of it without having to modify the "collectd" package.
Package: collectd-core
Description-md5: 6a5823d5285ba0cddb5c7dd09c5a7aaf
Description-en: statistics collection and monitoring daemon (core system)
collectd is a small daemon which collects system information periodically and
provides mechanisms to monitor and store the values in a variety of ways.
Since the daemon doesn't need to startup every time it wants to update the
values it's very fast and easy on the system. Also, the statistics are very
fine grained since the files are updated every 10 seconds by default.
.
The collected information can be used to find current performance bottlenecks
(performance analysis) and predict future system load (capacity planning).
.
This package contains the main program file and the plugins listed below (some
of those plugins require additional libraries - for more details see
/usr/share/doc/collectd-core/README.Debian.plugins) but no configuration. For
a full installation (including configuration), see the "collectd" package.
This package allows sites to, e.g., provide customizations (like a custom
default configuration) on top of it without having to modify the "collectd"
package.
.
* AMQP output plugin: amqp
* Apache and lighttpd statistics provided by mod_status: apache
* APC UPS's charge, load, input/output/battery voltage, etc.: apcups
* Ascent server statistics: ascent
* Bosch and Freescale barometers: barometer
* battery status: battery
* bind9 name-server and zone statistics: bind
* Ceph distributed storage system statitics: ceph
* CGroups resource usage: cgroups
* Chrony daemon statistics: Local clock drift, offset to peers: chrony
* connection tracking table size: conntrack
* number of context switches done by the operating system: contextswitch
* CPU utilization: cpu
* CPU frequency: cpufreq
* CPU sleep: Time spent in suspend : cpusleep
* output to comma separated values (CSV) files: csv
* parse statistics from websites: curl
* parse JSON files: curl_json
* parse XML data: curl_xml
* query data from a relational database: dbi
* disk space usage: df
* disk and partition throughput: disk
* DNS traffic information: dns
* DPDK interface statistics: dpdkstat
* Distributed Replicated Block Device status: drbd
* E-Mail statistics (count, traffic, spam scores and checks): email
* amount of available entropy: entropy
* execution of external programs: exec
* count the number of open file handles: fhcount
* count the number of files in directories: filecount
* Linux file-system based caching framework statistics: fscache
* Monitor gps related data through gpsd: gps
* query data from Java processes using JMX: GenericJMX (Java based plugin)
* receive and interpret Ganglia multicast traffic: gmond
* harddisk temperature: hddtemp
* Report the number of used and free hugepages: hugepages
* network traffic: interface
* IPC statistics: ipc
* IPMI sensors information: ipmi
* iptables statistics: iptables
* IPVS connection statistics: ipvs
* IRQ counters: irq
* embedded Java Virtual Machine: java
* system load averages: load
* logging to files, STDOUT and STDERR: logfile
* logging in logstash's JSON event format: log_logstash
* embedded Lua interpreter: lua
* Logical Volume Manager usage: lvm
* Atheros wireless LAN chipset statistics: madwifi
* motherboard monitor: mbmon
* query and parse data from a memcache daemon: memcachec
* statistics of the memcached distributed caching system: memcached
* memory usage: memory
* read values from Modbus/TCP enabled devices: modbus
* statistics from mon.itor.us: Monitorus (Perl based plugin)
* Publishes and subscribes to MQTT topics: mqtt
* multimeter statistics: multimeter
* MySQL statistics provided by MySQL's "show status" command: mysql
* detailed Linux network interface and routing statistics: netlink
* IO via the network: network
* NFS utilization: nfs
* Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
* send desktop notifications to a notification daemon: notify_desktop
* send notification E-mails: notify_email
* send notifications to nagios: notify_nagios
* NTP daemon's local clock drift, offset to peers, etc.: ntpd
* UPS information: nut
* Optimized Link State Routing daemon statistics: olsrd
* OpenLDAP's cn=Monitor statistics: openldap
* OpenVPN traffic and compression statistics: openvpn
* OpenVZ statistics: OpenVZ (Perl based plugin)
* embedded Perl interpreter: perl
* timing values from Pinba: pinba
* network latency statistics: ping
* PostgreSQL database statistics: postgresql
* PowerDNS name server statistics: powerdns
* number of processes: processes
* information about network protocols: protocols
* embedded Python interpreter: python
* Redis server statistics: redis
* write data via the RRD accelerator daemon: rrdcached
* output to RRD files: rrdtool
* lm_sensors information (e.g. CPU temperature, fan speeds): sensors
* serial port traffic: serial
* values from SNMP enabled network devices: snmp
* aggregate values received with the StatsD protocol: statsd
* SMART statistics: smart
* swap usage: swap
* logging to syslog: syslog
* parse table-like structured files: table
* incremental parsing of logfiles: tail
* incremental parsing of CSV files: tail_csv
* number of TCP connections to specific ports: tcpconns
* TeamSpeak2 server statistics: teamspeak2
* power consumption measurements from "The Energy Detective" (TED): ted
* Linux ACPI thermal zone information: thermal
* check thresholds and for missing values: threshold
* statistics from Intel turbo-capable processors: turbostat
* Tokyo Tyrant server statistics: tokyotyrant
* external runtime interface: unixsock
* system uptime: uptime
* number of users logged into the system: users
* set the hostname to an unique identifier: uuid
* CPU, disk, network statistics of guest systems: virt
* detailed virtual memory statistics: vmem
* system resources used by Linux-VServers: vserver
* wireless network stats: wireless
* send collected values to a graphite server: write_graphite
* send collected values to a web-server: write_http
* send collected values to an Apache Kafka message broker: write_kafka
* send collected values to the logging subsystem: write_log
* send collected values to MongoDB, a NoSQL database: write_mongodb
* publish collected values as a Prometheus exporter: write_prometheus
* send collected values to a Redis server: write_redis
* send collected values to a Riemann server: write_riemann
* send collected values to a Sensu client: write_sensu
* send collected values to an OpenTSDB server: write_tsdb
* XEN Hypervisor CPU stats: xencpu
* ZFS's Adaptive Replacement Cache statistics: zfs_arc
* data from Zookeeper's MNTR command: zookeeper
Package: collectd-dbg
Description-md5: a45e8b46ecec1490f78401e414f11ddc
Description-en: statistics collection and monitoring daemon (debugging symbols)
collectd is a small daemon which collects system information periodically and
provides mechanisms to monitor and store the values in a variety of ways.
Since the daemon doesn't need to startup every time it wants to update the
values it's very fast and easy on the system. Also, the statistics are very
fine grained since the files are updated every 10 seconds by default.
.
This package contains the debugging symbols.
Package: collectd-dev
Description-md5: f3446ffaf6495cfe6eeded886300ad69
Description-en: statistics collection and monitoring daemon (development files)
collectd is a small daemon which collects system information periodically and
provides mechanisms to monitor and store the values in a variety of ways.
Since the daemon doesn't need to startup every time it wants to update the
values it's very fast and easy on the system. Also, the statistics are very
fine grained since the files are updated every 10 seconds by default.
.
This package contains the development files needed to create your own
plugins.
Package: collectd-utils
Description-md5: 9e642f2a954c69592f11d4db8ecd29e0
Description-en: statistics collection and monitoring daemon (utilities)
collectd is a small daemon which collects system information periodically and
provides mechanisms to monitor and store the values in a variety of ways.
Since the daemon doesn't need to startup every time it wants to update the
values it's very fast and easy on the system. Also, the statistics are very
fine grained since the files are updated every 10 seconds by default.
.
This package contains the following utility:
.
* collectdctl: Control interface for collectd
* collectd-nagios: Nagios plugin for querying collectd
Package: console-setup-mini
Description-md5: ea2483d2cc1b85309cba9011538d041b
Description-en: console font and keymap setup program - reduced version for Linux
This package provides the console with the same keyboard
configuration scheme as the X Window System. As a result, there is no
need to duplicate or change the keyboard files just to make simple
customizations such as the use of dead keys, the key functioning as
AltGr or Compose key, the key(s) to switch between Latin and
non-Latin mode, etc.
.
This package can be useful for handhelds or other devices with small
storage space.
Package: 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: courier-authdaemon
Description-md5: 48c71af6b56ddad7d969cb6a2ff8a060
Description-en: Courier authentication daemon
This package contains the authentication daemon for the Courier
applications.
Package: courier-authlib
Description-md5: df47cce316c565912b13c565476e8761
Description-en: Courier authentication library
The Courier authentication library provides authentication services
for other Courier applications.
Package: courier-authlib-dev
Description-md5: 8959e6186e43e1f0907ee705b7526166
Description-en: Development libraries for the Courier authentication library
This package contains the development libraries and files needed to
compile Courier packages that use the Courier authentication library.
Package: courier-authlib-ldap
Description-md5: 0f4f8f674c030d05f05042a3f255703a
Description-en: LDAP support for the Courier authentication library
This package contains the LDAP support for the Courier authentication
library.
Package: courier-authlib-mysql
Description-md5: f305ead8efa36cfda2d75a0673c57eec
Description-en: MySQL support for the Courier authentication library
This package contains the MySQL support for the Courier
authentication library.
Package: courier-authlib-pipe
Description-md5: b5e53c9b4126f288c7aa26ed257d2347
Description-en: External authentication support for the Courier authentication library
This package contains external authentication support via pipes for
the Courier authentication library. The authpipe module is a generic
plugin that enables authentication requests to be serviced by an
external program, then communicates through messages on stdin and
stdout.
Package: courier-authlib-postgresql
Description-md5: 3bfd13f8d2b23d8f93c06ffcf8393b6f
Description-en: PostgreSQL support for the Courier authentication library
This package contains the PostgreSQL support for the Courier
authentication library.
Package: courier-authlib-sqlite
Description-md5: b61c6c8cf150a1e2b8a7b7c88ae8b2bb
Description-en: SQLite 3 support for the Courier authentication library
This package contains the SQLite 3 support for the Courier
authentication library.
Package: courier-authlib-userdb
Description-md5: e51045b8c13d9c35a109bca2e4293839
Description-en: userdb support for the Courier authentication library
This package contains the userdb support for the Courier
authentication library. Userdb is a simple way to manage virtual mail
accounts using a GDBM-based database file.
Package: coyim
Description-md5: a1aa812403b7246be602e0e623675ba9
Description-en: safe and secure XMPP chat client
CoyIM is a chat client using the XMPP protocol. It is built upon
https://github.com/agl/xmpp-client and https://github.com/twstrike/otr3.
It adds a graphical user interface and tries to be safe and secure by default.
The authors' ambition is that it should be possible for even the most
high-risk people on the planet to safely use CoyIM, without having to make
any configuration changes.
.
To do this, OTR is enabled by default, Tor is used by default, and the Tor
Onion Service will be used for a server if it is known. Also, TLS and TLS
certificates are used to verify the connection - no configuration necessary.
The implementation is written in the Go language, to avoid many common types
of vulnerabilities that come from using unsafe languages.
Package: cpio-win32
Description-md5: ebbadd3ead55d624e521032f77be2333
Description-en: GNU cpio -- a program to manage archives of files (win32 build)
GNU cpio is a tool for creating and extracting archives, or copying
files from one place to another. It handles a number of cpio formats
as well as reading and writing tar files.
.
This is a win32 version of cpio. It's meant to be used by the win32-loader
component of Debian-Installer.
Package: cpp-6
Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3
Description-en: GNU C preprocessor
A macro processor that is used automatically by the GNU C compiler
to transform programs before actual compilation.
.
This package has been separated from gcc for the benefit of those who
require the preprocessor but not the compiler.
Package: cpp-6-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-6-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-6-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-6-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-6-doc
Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf
Description-en: Documentation for the GNU C preprocessor (cpp)
Documentation for the GNU C preprocessor in info format.
Package: cpp-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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: creduce
Description-md5: 13f2f6d719c0bda2b83a6e7a20474eab
Description-en: Test-Case Reduction for C Compiler Bugs
C-Reduce is a tool which takes a large C or C++ program that has a
property of interest (such as triggering a compiler bug) and
automatically produces a much smaller C/C++ program that has the same
property. It is intended for use by people who discover and report
bugs in compilers and other tools that process C/C++ code.
Package: csh
Description-md5: 2c5801ae50d85749f7c5723b77605b5d
Description-en: Shell with C-like syntax
The C shell was originally written at UCB to overcome limitations in the
Bourne shell. Its flexibility and comfort (at that time) quickly made it
the shell of choice until more advanced shells like ksh, bash, zsh or
tcsh appeared. Most of the latter incorporate features original to csh.
.
This package is based on current OpenBSD sources.
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: cvise
Description-md5: 0d97eed0474b333b884c9bef9da0e19d
Description-en: super-parallel Python port of the C-Reduce project
C-Vise is a tool that takes a large C, C++ or OpenCL program that has
a property of interest (such as triggering a compiler bug) and
automatically produces a much smaller C/C++ or OpenCL program that
has the same property. It is intended for use by people who discover
and report bugs in compilers and other tools that process C/C++ or
OpenCL code.
.
NOTE: C-Vise happens to do a pretty good job reducing the size of
programs in languages other than C/C++, such as JavaScript and
Rust. If you need to reduce programs in some other language, please
give it a try.
Package: cyrus-admin
Description-md5: 30d4f431154e19f3badd2b37661f7170
Description-en: Cyrus mail system - administration tools
This package provides the administrative tools for the Cyrus IMAPd suite.
It contains the cyradm tool which can be used to administer
both local and remote Cyrus mail systems. It also contains sieveshell
and its deprecated cousin installsieve, which can be used to manage
sieve scripts.
.
For more information, please see the cyrus-common package.
Package: cyrus-caldav
Description-md5: 4a2a6a95eea3e87b63bd5ba8d5020b3d
Description-en: Cyrus mail system - CalDAV and CardDAV support
This package contains the CalDAV and CardDAV portion of the Cyrus
IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-clients
Description-md5: 992ed3dec2e38f35f5825dbbb87631db
Description-en: Cyrus mail system - test clients
This package contains client tools to test the Cyrus IMAPd suite.
It contains the mupdatetest, sivtest, smtptest, lmtptest,
imtest and pop3test tools which can be used to interactively talk to
a mupdate, Sieve, SMTP, LMTP, IMAP or POP3 server.
The clients are fully SASL-enabled for authentication.
.
For more information, please see the cyrus-common package.
Package: cyrus-common
Description-md5: ce477374fcdec4eb4b04c5e339e4a360
Description-en: Cyrus mail system - common files
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
Cyrus doesn't support reading from and storing mail in the
standard mail spool. It stores mail in a separate directory in its
own MH-like format.
.
This package contains the common files needed by the other Cyrus
components. The cyrus-imapd and/or cyrus-pop3d packages are needed
to enable IMAP and POP3 support respectively. cyrus-murder can be
used to enable IMAP, POP3 and LMTP proxying. cyrus-replication
can be used to provide server replication between two imap servers.
Package: cyrus-dev
Description-md5: 16eb6f696ea714cc04c10da3bf1af891
Description-en: Cyrus mail system - developer files
This package contains header files and the static library needed
to develop IMAP applications that interface with the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-doc
Description-md5: dc4db33c7f92d614299003a2faaa98f8
Description-en: Cyrus mail system - documentation files
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
This package contains the documentation for the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-imapd
Description-md5: 2013b72b2b05fdd34a3b3dd1c1ba084e
Description-en: Cyrus mail system - IMAP support
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
This package contains the IMAP (Internet Mail Access Protocol) portion
of the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-murder
Description-md5: ab90b0c9d4129b972ab15fe6e9c32d5d
Description-en: Cyrus mail system - proxies and aggregator
This package contains the Cyrus IMAPd suite murder aggregator system,
i.e. IMAP, POP3 and LMTP proxies, and the mupdate mailbox master daemon.
It allows for cluster setups where there are many backend Cyrus spools and
frontend proxy servers.
.
For more information, please see the cyrus-common package.
Package: cyrus-nntpd
Description-md5: bcca7012a9781e9e61073187c18156df
Description-en: Cyrus mail system - NNTP support
This package contains the NNTP (Network News Transfer Protocol) portion of
the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-pop3d
Description-md5: 70c2ae7050e6313a16eb7cb9d9341a7f
Description-en: Cyrus mail system - POP3 support
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
This package contains the POP3 (Post Office Protocol) portion of the Cyrus
IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-replication
Description-md5: b418abba8bf22d6e89141717800813af
Description-en: Cyrus mail system - replication
This package contains the Cyrus IMAPd suite replication system.
It allows the replication of the mail spool between two imap or pop servers.
.
For more information, please see the cyrus-common package.
Package: dahdi-dkms
Description-md5: 4007cf991f28d703e2eb4f8efca6497b
Description-en: DAHDI telephony interface (dkms kernel driver)
DAHDI (formly Zaptel) is an interface for telephony devices used by e.g.
the Asterisk PBX software. The dahdi-* packages provide the kernel
DAHDI kernel modules and their required setup environment.
.
The dkms package will automatically compile the driver for your current
kernel version.
Package: dahdi-linux
Description-md5: e1e054877d910931f4986c97c5409ce3
Description-en: DAHDI telephony interface - Linux userspace parts
DAHDI (formly Zaptel) is an interface for telephony devices used by e.g.
the Asterisk PBX software. The dahdi-* packages provide the kernel
DAHDI kernel modules and their required setup environment.
.
This package includes the minimal Linux-specific userspace parts: udev
configuration, xpp initialization scripts.
Package: dahdi-source
Description-md5: d2e5ee14624a73fdf11e1da1de44def0
Description-en: DAHDI telephony interface - source code for kernel driver
DAHDI (formly Zaptel) is an interface for telephony devices used by e.g.
the Asterisk PBX software. The dahdi-* packages provide the kernel
DAHDI kernel modules and their required setup environment, as well as
basic headers for building DAHDI modules and utilities.
.
It is normally used to build kernel modules package: m-a a-i dahdi
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: dansguardian
Description-md5: e49d916232fc830dd2aaeb359bd27098
Description-en: Web content filtering
DansGuardian filters the content of pages based on many methods
including phrase matching, PICS filtering and URL filtering. It does
not purely filter based on a banned list of sites.
.
It provides real-time virus scanning capabilities for content access.
.
DansGuardian is designed to be completely flexible and allows you to tailor
the filtering to your exact needs. It can be as draconian or as
unobstructive as you want. The default settings are geared towards what a
primary school might want but DansGuardian puts you in control of what you
want to block.
.
DansGuardian requires squid or another similar caching proxy server
on your local network.
Package: daxctl
Description-md5: 1a6c4f8f613d78f7819fe2b068874dcd
Description-en: Utility for managing the device DAX subsystem
"DAX" are file system extensions to bypass the page cache and block layer to
mmap persistent memory, from a PMEM block device, directly into a process
address space.
.
This package contains an utility for managing the device DAX subsystem in the
Linux kernel.
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: ddcci-dkms
Description-md5: 394917cff687f0556534ade69ee9e94a
Description-en: DDC/CI driver
This set of kernel modules provides a DDC/CI driver for compatible
monitors, and integration into the backlight system class. With the
latter, many desktop environments can control the backlight on
external monitors.
Package: debconf-utils
Description-md5: 6ee047164ccc84b6b919790585947b39
Description-en: debconf utilities
This package contains some small utilities for debconf developers.
Package: debian-lan-config
Description-md5: 9867849aaa2469068b24df3326ad3b26
Description-en: FAI config space for the Debian-LAN system
The Debian-LAN (Debian Local Area Network) project makes running
Debian in a local area network easy without losing flexibility.
It may be used by schools, work groups, associations and small
enterprises or to install complex test environments.
.
Debian-LAN uses FAI (Fully Automatic Installation) to install and
configure all machines in the network.
.
This package contains the FAI config space.
Package: dehydrated
Description-md5: c09902462a0a5f656bb0a6b7c2847ea9
Description-en: ACME client implemented in Bash
The dehydrated ACME client allows signing certificates with an
ACME server, like the one provided by the Let’s Encrypt certificate
authority (letsencrypt.org). It is implemented as a relatively simple
Bash script, which uses curl to communicate with the ACME server and
OpenSSL to deal with keys, sign requests and certificates.
.
The ACME (Automated Certificate Management Environment) protocol makes
it possible to automatically obtain browser-trusted certificate.
Package: dehydrated-apache2
Description-md5: 2abf97dfda95b9574d67e1247ae21509
Description-en: dehydrated challenge response support for Apache2
This package provides an Apache2 config snippet to serve the http-01 challenge
responses for dehydrated.
.
Installing this package together with dehydrated is enough to have a fully
functional ACME client, including replying to the HTTP challenge.
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-modaliases
Description-md5: 1a811f1261ebf8d94f48be93de246b96
Description-en: debhelper extension for scanning kernel module aliases
dh_modaliases is useful for packages that ship third-party kernel modules,
either in binary form, or as sources (with e. g. DKMS). It extracts the
modules' modaliases from either the compile .ko files themselves (for packages
which ship them in compiled form, using modinfo), or from a package file
debian/packagename.modaliases.
.
This enables software which is looking for missing driver packages (such as
Jockey or the operating system installer) to identify which package(s) will
provide a driver for a piece of hardware, identified by its modalias.
Package: dh-systemd
Description-md5: 67a68071a0cbbaa9df2bcd81ec5a29b1
Description-en: debhelper add-on to handle systemd unit files - transitional package
This package is for transitional purposes and can be removed safely.
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: dino-im
Description-md5: 2be006f68a33d677073bc2d607d2fc05
Description-en: modern XMPP client
Dino is a modern XMPP client with a nice and clean look.
It does support OMEMO and OpenPGP for end-to-end encryption.
If you are looking for a Conversations look-alike, this
program might be for you.
Package: dino-im-common
Description-md5: 3baf001b075b379ef6f7841ce784c0fb
Description-en: modern XMPP client - common files
Dino is a modern XMPP client with a nice and clean look.
It does support OMEMO and OpenPGP for end-to-end encryption.
If you are looking for a Conversations look-alike, this
program might be for you.
.
This package contains platform independent files.
Package: djview
Description-md5: 70f803a157a01cd392d199dbc03dfe1f
Description-en: Transition package, djview3 to djview4
Ease transition from djview or djview3 to djview4 with this dummy package.
Package: djview3
Description-md5: 723d08e2761fe57a16db0f1a5d75091f
Description-en: Transition package, djview3 to djview4
Ease transition from djview3 to djview4 with this dummy package.
Package: djvulibre-bin
Description-md5: c7421d25ec9e74924d5b7540e469b4bd
Description-en: Utilities for the DjVu image format
Executables including utilities for conversion between DjVu and other
formats.
Package: djvulibre-desktop
Description-md5: e5da3aea9677bafe75a1aaa48a76c12e
Description-en: Desktop support for the DjVu image format
Miscellaneous files to support the DjVu image format on the desktop.
Package: djvuserve
Description-md5: 1440f01db6ede771bb8636f76fcccfda
Description-en: CGI program for unbundling DjVu files on the fly
CGI program to convert a bundled multi-page DjVu document into an
indirect DjVu document on the fly. This provides for efficiently
browsing large DjVu documents without transferring unnecessary pages.
Package: dm-writeboost-dkms
Description-md5: f31e3a9e5e9bd1dcfc6fc960a5d44843
Description-en: log-structured caching for Linux
dm-writeboost is an OS-level IO controller that builds logs from in-coming
writes (data and metadata) and then writes the logs sequentially similar
to log-structured filesystem. As a further extension, dm-writeboost
supports read-caching which also writes data sequentially.
.
This package provides DKMS kernel module for Linux Kernel 3.10+.
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: dnsmasq
Description-md5: d4d0c88134cc703150a59b83cb68304c
Description-en: Small caching DNS proxy and DHCP/TFTP server
Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP
server. It is designed to provide DNS and optionally, DHCP, to a
small network. It can serve the names of local machines which are
not in the global DNS. The DHCP server integrates with the DNS
server and allows machines with DHCP-allocated addresses
to appear in the DNS with names configured either in each host or
in a central configuration file. Dnsmasq supports static and dynamic
DHCP leases and BOOTP/TFTP for network booting of diskless machines.
Package: dnsmasq-base-lua
Description-md5: 50a4d5794976e19c43acd5677364d255
Description-en: Small caching DNS proxy and DHCP/TFTP server
This package contains the dnsmasq executable and documentation, but
not the infrastructure required to run it as a system daemon. For
that, install the dnsmasq package. This package is an alternative
to dnsmasq-base which includes the LUA interpreter.
Package: docker-containerd
Description-md5: 198b6d26fb5eecfe00e01a51a677a4bc
Description-en: daemon to control runC (Docker's version)
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 version to be used with the docker.io package,
and provides all binaries with a "docker-" prefix.
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: dosbox
Description-md5: 1906aae222a3fb5d512786300b09b087
Description-en: x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS
DOSBox is a x86 emulator with Tandy/Hercules/CGA/EGA/VGA/SVGA graphics,
sound and DOS. It's been designed to run old DOS games under platforms that
don't support it. (Win2k/XP/FreeBSD/Linux/MAC OS X)
.
The following legacy sound devices are emulated: PC Speaker, Creative
CMS/Gameblaster, Tandy 3 voice, Adlib, Sound Blaster Pro/16,
Disney Soundsource and a Gravis Ultrasound. MPU-401 is forwarded to the host.
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: drbd8-utils
Description-md5: 6e516950cf4883cfac8cf055b0dd091c
Description-en: transitional dummy package
This is a transitional dummy package for drbd-utils. It can be removed safely.
Package: drkonqi
Description-md5: 62285fde8f307362552a3dd45b880b37
Description-en: Crash handler for Qt applications
Drkonqi shows a dialog for dealing with application crashes.
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: dwarves
Description-md5: f56916834da42533de4999daa9a31a25
Description-en: set of advanced DWARF utilities
This package contains tools that use the DWARF debugging information
inserted in ELF binaries by the compiler. This information is used by
debuggers (e.g. GDB), and other tools such as systemtap.
.
Utilities in the dwarves suite include:
.
- pahole: finds alignment holes in structs and classes in languages
such as C/C++, CPU cacheline alignment. Helps repack those structures
to achieve more cache hits.
- codiff: a diff like tool to compare the effects changes in source
code generate on the resulting binaries
- pfunct: displays all sorts of information about functions, inlines, etc.
- pdwtags: pretty-prints DWARF information
- pglobal: lists global symbols
- prefcnt: counts DWARF tags usage
- syscse: system call sign extender
- dtagnames: lists tag names
Package: e2fsck-static
Description-md5: 0f5fb4f2ba168adf31e7b0a640de0d89
Description-en: statically-linked version of the ext2/ext3/ext4 filesystem checker
This may be of some help to you if your filesystem gets corrupted enough
to break the shared libraries used by the dynamically linked checker.
.
This binary takes much more space than its dynamic counterpart located
in e2fsprogs, though.
.
You may want to install a statically-linked shell as well, to be able
to run this program if something like your C library gets corrupted.
Package: e2fsprogs-l10n
Description-md5: 807b6cb4fcea4e66152bf7951fcc5515
Description-en: ext2/ext3/ext4 file system utilities - translations
The ext2, ext3 and ext4 file systems are successors of the original ext
("extended") file system. They are the main file system types used for
hard disks on Debian and other Linux systems.
.
This package provides translations for messages for programs found in
the 'e2fsprogs' package.
Package: ec2-instance-connect
Description-md5: 4165e41ee22df85cadf5c0c02e2e3390
Description-en: Configures ssh daemon to accept EC2 Instance Connect ssh keys
EC2 Instance Connect is a service that publishes ssh keys for use by EC2
instances based on AWS Credentials. These keys are consumed by on-instance
configuration provided by this package. The ssh daemon will query EC2
Instance Metadata service for user-keys at ssh calltime, validate any if
present as well as validating their signature, and if all checks pass return
will include them in the authorized keys list.
.
In addition, there is an agent that harvests instance ssh host keys and
passes them back to the service. This is for authentication purposes by
the EC2 console to open an in-browser ssh terminal connection.
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: emacs-mozc
Description-md5: d7fbcd37fe4b1aea877c378ab81adc91
Description-en: Mozc for Emacs
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux.
.
This package provides the elisp files to run mozc with GNU Emacs.
.
This open-source project originates from Google Japanese Input.
Package: emacs-mozc-bin
Description-md5: d0382006f98c09382d8522d3a438b943
Description-en: Helper module for emacs-mozc
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux.
.
This package provides the helper module to the GNU Emacs.
.
This open-source project originates from Google Japanese Input.
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: epiphany-browser
Description-md5: 767a0ee0cafbd123a7d0ad923e60350d
Description-en: Intuitive GNOME web browser
Epiphany is a simple yet powerful GNOME web browser targeted at
non-technical users. Its principles are simplicity and standards
compliance.
.
Simplicity is achieved by a well designed user interface and reliance
on external applications for performing external tasks (such as reading
email). Simplicity does not mean less features; Epiphany has everything
a modern web browser is expected to have.
.
Standards compliance is achieved on the HTML side by using the
WebKitGTK+ rendering engine (which is based on the engine used by
Apple Safari and Google Chrome); and on the user interface side by
closely following the GNOME Human Interface Guidelines (HIG) and by
close integration with the GNOME desktop.
Package: epiphany-browser-data
Description-md5: 602cd9c52c5ffccb213ecf3dec85b99d
Description-en: Data files for the GNOME web browser
Epiphany is a simple yet powerful GNOME web browser targeted at
non-technical users. Its principles are simplicity and standards
compliance.
.
This package contains the common files, artwork and translations for
Epiphany.
Package: erlang-guestfs
Description-md5: eeff7de949f0c278c77ee4d627b20c96
Description-en: guest disk image management system - Erlang bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains Erlang bindings to libguestfs.
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: erlang-yapp
Description-md5: 0317ed11120545bd2da99b5404aea656
Description-en: Erlang application for deploying Yaws webserver applications
Yaws-yapp (Yaws application handler) is a helper application.
It takes care of adding, and removing, the applications into a running
server. When anyone access the server with an URL that matches the path
for an added application, the docroot will be temporarily switched
to where the web pages for that application are located.
.
This package includes the Yapp Erlang module which can be used in Yaws
embedded mode without separate server config.
Package: erlang-yaws
Description-md5: 5b0c044f6a0b17be3335d646ccb1307c
Description-en: Erlang application which implements HTTP webserver
Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
multithreaded webserver where one Erlang light weight process is used to
handle each client. Two separate modes of operation are supported.
.
This package includes Erlang Yaws application suitable to work in embedded
mode where it runs as a webserver in another Erlang application.
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: etcd
Description-md5: 6dbc0ea9774e15122c9e2d090649b4ac
Description-en: Transitional package for etcd-client and etcd-server
This is a transitional package to ease upgrades for splitting the
etcd package into a separate client and server piece. It can be
safely removed.
Package: etcd-client
Description-md5: df7ad39b54e72898624c05a59914bc7e
Description-en: highly-available key value store -- client
A highly-available key value store for shared configuration and service
discovery. etcd is inspired by zookeeper and doozer, with a focus on:
.
* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: Properly distributed using Raft
.
Etcd uses the Raft consensus algorithm to manage a highly-available replicated
log.
.
This package contains the client binaries.
Package: etcd-server
Description-md5: 8f85560d0278814c3be68fd7bc841ca2
Description-en: highly-available key value store -- daemon
A highly-available key value store for shared configuration and service
discovery. etcd is inspired by zookeeper and doozer, with a focus on:
.
* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: Properly distributed using Raft
.
Etcd uses the Raft consensus algorithm to manage a highly-available replicated
log.
.
This package contains the server binaries.
Package: evolution
Description-md5: 714300f71a889c8a0e5d1c77a799651c
Description-en: groupware suite with mail client and organizer
Evolution is a groupware suite which integrates mail, calendar,
address book, to-do list and memo tools.
.
Additional features include integration with Exchange
servers, newsgroup client, LDAP support and web calendars
.
The following plugins belonging to the "base" set are included.
- calendar-file
- calendar-http
- itip-formatter
- default-source
- addressbook-file
- mark-all-read
- publish-calendar
- caldav
- imap-features
- google-account-setup
- webdav-account-setup
- calendar-weather
- sa-junk-plugin
- bogo-junk-plugin
Package: evolution-common
Description-md5: 63a9c80d6efb5e50b74aae7ebcc8bf5c
Description-en: architecture independent files for Evolution
Evolution is a groupware suite which integrates mail, calendar,
address book, to-do list and memo tools.
.
This package contains the architecture independent files needed
by the evolution package.
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: evolution-dev
Description-md5: e8841388a6199690879d253b06445273
Description-en: development library files for Evolution
Evolution is a groupware suite which integrates mail, calendar,
address book, to-do list and memo tools.
.
This package contains header and static library files
for developing Evolution components.
Package: evolution-ews
Description-md5: 22b4a10de423e4dcffab7f7acca33c94
Description-en: Exchange Web Services integration for Evolution
This package allows the Evolution mail and groupware suite to connect
to Microsoft Exchange servers using the Exchange Web Services interface.
.
It works in a very similar way to the Evolution Exchange connector, but
it supports the Exchange 2007 version.
Package: evolution-plugin-bogofilter
Description-md5: ea7228ccd6349df7257c61f0ee7152e5
Description-en: standard plugins for Evolution (bogofilter)
Evolution is a groupware suite which integrates mail, calendar,
address book, to-do list and memo tools.
.
This package includes the bogofilter spam filter module for Evolution.
Package: evolution-plugin-pstimport
Description-md5: 235e34cceea2b696a02434f108471df1
Description-en: standard plugins for Evolution (pstimport)
Evolution is a groupware suite which integrates mail, calendar,
address book, to-do list and memo tools.
.
This package includes a plugin for Evolution that enables importing
Microsoft Outlook messages from a PST file.
Package: evolution-plugin-spamassassin
Description-md5: 2f0f85442a14a2c0f09e25029136c49d
Description-en: standard plugins for Evolution (spamassassin)
Evolution is a groupware suite which integrates mail, calendar,
address book, to-do list and memo tools.
.
This package includes the spamassasin spam filter module for Evolution.
Package: evolution-plugins
Description-md5: 9adfff174085505ff725e655ff059c90
Description-en: standard plugins for Evolution
Evolution is a groupware suite which integrates mail, calendar,
address book, to-do list and memo tools.
.
This package includes plugins for evolution. The plugins belong
to the set of "standard" plugins, which are useful, but not
necessary for a functioning application.
.
The following standard plugins are included.
- attachment-reminder
- bbdb
- dbx-import
- email-custom-header
- face
- mailing-list-actions
- mail-notification
- mail-to-task
- prefer-plain
- save-calendar
- templates
Package: evolution-plugins-experimental
Description-md5: d7002a313af115cfa4e69a3a6c08f948
Description-en: experimental plugins for Evolution
Evolution is a groupware suite which integrates mail, calendar,
address book, to-do list and memo tools.
.
This package includes plugins for Evolution. The plugins belong
to the set of "experimental" plugins, which are unsupported, have
undergone little testing, and might cause problems to the rest of
Evolution. Use with care.
.
The following plugins are included.
- external-editor
- contacts-map
Package: exempi
Description-md5: e4a2622036610d98f6a26321be774b28
Description-en: command line tool to manipulate XMP metadata
Exempi is a library to parse XMP metadata as defined by the
specification.
.
XMP (Extensible Metadata Platform) facilitates embedding metadata in files
using a subset of RDF. Most notably XMP supports embedding metadata in PDF
and many image formats, though it is designed to support nearly any file type.
.
This package provides a command line tool to manipulate XMP metadata.
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: exo-utils
Description-md5: cd370d50b53f589936df00fa4f544dd6
Description-en: Utility files for libexo
This package contains the Xfce settings plugin and the utility files for
libexo-2-0 which are:
- exo-csource
- exo-desktop-item-edit
- exo-open
- exo-preferred-applications
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: fancontrol
Description-md5: 40bbe60666b413905e3697f812762e1c
Description-en: utility to control the fan speed
Lm-sensors is a hardware health monitoring package for Linux. It allows you
to access information from temperature, voltage, and fan speed sensors. It
works with most newer systems.
.
This package contains a daemon that calculates fan speeds from temperatures
and sets the corresponding PWM outputs to the computed values. This is
useful when this feature is not provided by the BIOS or ACPI, which should
normally be the case on a laptop.
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: fastd
Description-md5: 000185f3aeae57fb6da286b5b030eb70
Description-en: Fast and Secure Tunneling Daemon
A VPN daemon that has many features of OpenVPN and Tinc and is optimized
for small code size and small number of dependencies. Fastd became
popular on small devices like routers.
Package: fcitx-mozc
Description-md5: cc0f91c7fed6f08bdb82d8e08a339167
Description-en: Mozc engine for fcitx - Client of the Mozc input method
Fcitx is a input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible, with GTK+ 2/3 and Qt4 IM Modules,
support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and
a developer-friendly API.
.
fcitx-mozc provides client part of the Mozc input method.
Package: fdroidserver
Description-md5: 1cfe8671ed59e0b2cce72f3d8f629ded
Description-en: F-Droid build server and repository tools for Android
F-Droid is an installable catalogue of FOSS (Free and Open Source Software)
applications for the Android platform. The client makes it easy to browse,
install, and keep track of updates on your device.
.
The F-Droid server tools provide various scripts and tools that are used to
maintain the main F-Droid application repository. You can use these same
tools to create your own additional or alternative repository for publishing,
or to assist in creating, testing and submitting metadata to the main
repository.
Package: fence-agents
Description-md5: 72b55d53977d02ac633e401326313c10
Description-en: Fence Agents for Red Hat Cluster
Red Hat Fence Agents is a collection of scripts to handle remote
power management for several devices. They allow failed or
unreachable nodes to be forcibly restarted and removed from the
cluster.
.
Fence agents included:
fence_alom: Sun ALOM
fence_amt: AMT
fence_amt_ws: AMT (WS)
fence_apc: APC over telnet/ssh
fence_apc_snmp: APC, Tripplite PDU over SNMP
fence_aws: AWS (Amazon Web Services)
fence_azure_arm: Azure Resource Manager
fence_bladecenter: IBM BladeCenter
fence_brocade: HP Brocade over telnet/ssh
fence_cisco_mds: Cisco MDS
fence_cisco_ucs: Cisco UCS
fence_compute: the automatic resurrection of OpenStack compute instances
fence_docker: Docker
fence_drac: Dell DRAC IV
fence_drac5: Dell DRAC CMC/5
fence_dummy: Dummy fence agent
fence_eaton_snmp: Eaton over SNMP
fence_emerson: Emerson over SNMP
fence_eps: ePowerSwitch
fence_hds_cb: Hitachi Compute Blade systems
fence_hpblade: HP BladeSystem
fence_ibmblade: IBM BladeCenter over SNMP
fence_idrac: IPMI
fence_ifmib: IF MIB
fence_ilo: HP iLO
fence_ilo2: HP iLO
fence_ilo3: IPMI
fence_ilo3_ssh: HP iLO over SSH
fence_ilo4: IPMI
fence_ilo4_ssh: HP iLO over SSH
fence_ilo_moonshot: HP Moonshot iLO
fence_ilo_mp: HP iLO MP
fence_ilo_ssh: HP iLO over SSH
fence_imm: IPMI
fence_intelmodular: Intel Modular
fence_ipdu: iPDU over SNMP
fence_ipmilan: IPMI
fence_ironic: OpenStack's Ironic (Bare Metal as a service) service
fence_ldom: Sun LDOM
fence_lpar: IBM LPAR
fence_mpath: multipath persistent reservation
fence_netio: Koukaam NETIO-230B
fence_ovh: OVH
fence_powerman: Fence Agent for Powerman
fence_pve: the Proxmox Virtual Environment
fence_raritan: Raritan Dominion PX
fence_rcd_serial: rcd_serial fence agent
fence_rhevm: RHEV-M REST API
fence_rsa: IBM RSA
fence_rsb: Fujitsu-Siemens RSB
fence_sanbox2: QLogic SANBox2 FC switches
fence_sbd: sbd
fence_scsi: SCSI persistent reservation
fence_tripplite_snmp: APC, Tripplite PDU over SNMP
fence_vbox: VirtualBox
fence_virsh: virsh
fence_vmware: VMWare
fence_vmware_soap: VMWare over SOAP API
fence_wti: WTI
fence_xenapi: Citrix XenServer over XenAPI
fence_zvmip: use with z/VM Virtual Machines
Package: fetchmailconf
Description-md5: 732fdf8557a72e3ea33c3415f9b996d7
Description-en: fetchmail configurator
A GUI wrapper to configure fetchmail's .fetchmailrc, suitable for
end-users. It assists end-users in setting up and editing fetchmail
configuration files. See fetchmail package for more information.
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: fig2dev
Description-md5: 6de03973d0c4860a151a29dbf9a05de0
Description-en: Utilities for converting XFig figure files
This package contains utilities (mainly fig2dev) to handle XFig
(Facility for Interactive Generation of figures) files.
.
It can convert files produced by xfig to box, cgm, dxf, epic, eepic,
eepicemu, emf, eps, gbx, ge, gif, ibmgl, jpeg, latex, map (HTML image
map), mf (MetaFont), mp (MetaPost), mmp (Multi-Meta-Post), pcx, pdf,
pdftex, pdftex_t, pic, pict2e, pictex, png, ppm, ps, pstex, pstex_t,
pstricks, ptk (Perl/tk), shape, sld (AutoCad slide format), svg,
textyl, tiff, tikz, tk (Tcl/Tk), tpic, xbm and xpm.
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: fixincludes
Description-md5: 4eec63ec6a45894436866732b96c2698
Description-en: Fix non-ANSI header files
FixIncludes was created to fix non-ANSI system header files. Many
system manufacturers supply proprietary headers that are not ANSI compliant.
The GNU compilers cannot compile non-ANSI headers. Consequently, the
FixIncludes shell script was written to fix the header files.
.
Not all packages with header files are installed on the system, when the
package is built, so we make fixincludes available at build time of other
packages, such that checking tools like lintian can make use of it.
Package: flac
Description-md5: f1560839832c89e0262853df6c9f7e62
Description-en: Free Lossless Audio Codec - command line tools
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
similar to MP3, but lossless. The FLAC project consists of:
.
* The stream format
* libFLAC, which implements a reference encoder, stream decoder, and file
decoder
* flac, which is a command-line wrapper around libFLAC to encode and decode
.flac files
* Input plugins for various music players (Winamp, XMMS, and more in the
works)
.
This package contains the command-line tools flac (used for encoding and
decoding FLACs) and metaflac (used for manipulating FLAC metadata.)
Package: 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-builder
Description-md5: 89c6b69c9118935a588236acc7ce68f9
Description-en: Flatpak application building helper
Flatpak installs, manages and runs sandboxed desktop application bundles.
See the flatpak package for a more comprehensive description.
.
flatpak-builder is a tool that makes it easy to build applications and their
dependencies by automating the configure && make && make install steps.
Package: flatpak-builder-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: 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: fonts-lyx
Description-md5: 0b744f00a75e4039d36926b5ec9b5245
Description-en: TrueType versions of some TeX fonts used by LyX
These fonts are needed for the visual math symbol display in
LyX. They can also be used to display MathML in Gecko-based browsers
like Firefox.
.
The following fonts are included in this package:
* cmex10 - Computer Modern math extension
* cmmi10 - Computer Modern math italic
* cmr10 - Computer Modern Roman
* cmsy10 - Computer Modern math symbols
* esint10 - Alternate integrals
* eufm10 - Euler Fraktur (medium-weight)
* msam10 - Extra math symbols, first series
* msbm10 - Extra math symbols, second series, including Blackboard Bold
* wasy10 - Waldi symbol fonts
Package: fp-compiler
Description-md5: a8d7d8737d893733a2cffaecf2cac458
Description-en: Free Pascal - compiler dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
Extensions have been added to the language, such as function overloading,
creation and linking of shared libraries, and Delphi language extensions
including classes, exceptions, ANSI strings, and open arrays.
.
This dependency package always depends on the latest available version of
the package containing the command line compiler.
Package: fp-compiler-3.0.4
Description-md5: 63713eee8e06aca4b4428ee844beaa96
Description-en: Free Pascal - compiler
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
Extensions have been added to the language, such as function overloading,
creation and linking of shared libraries, and Delphi language extensions
including classes, exceptions, ANSI strings, and open arrays.
.
This package contains the command line compiler.
Package: fp-docs
Description-md5: 87030c98df63171b1a3903d17286416a
Description-en: Free Pascal - documentation dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing documentation for the Free Pascal Compiler in HTML
format.
Package: fp-docs-3.0.4
Description-md5: 143764395ee871181071ce25cc590993
Description-en: Free Pascal - documentation
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package provides documentation for the Free Pascal Compiler in HTML
format.
Package: fp-ide
Description-md5: 833771529aa9954efe6d2950e13bffc6
Description-en: Free Pascal - IDE dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
Extensions have been added to the language, such as function overloading,
creation and linking of shared libraries, and Delphi language extensions
including classes, exceptions, ANSI strings, and open arrays.
.
This dependency package always depends on the latest available version of
the package containing the Integrated Development Environment (IDE). The IDE
has an internal compiler.
Package: fp-ide-3.0.4
Description-md5: 0c775e9bd2bab35e68a41e63d2ffaec7
Description-en: Free Pascal - IDE
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
Extensions have been added to the language, such as function overloading,
creation and linking of shared libraries, and Delphi language extensions
including classes, exceptions, ANSI strings, and open arrays.
.
This package contains the Integrated Development Environment (IDE). The IDE
has an internal compiler.
Package: fp-units-base
Description-md5: ac8ae251072c9a38e311648315a7b0fc
Description-en: Free Pascal - base units dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing Free Pascal units for common libraries (some of which
are also required by the Free Component Library): NCurses, X11 (Xlib,
Xutil), and ZLib.
Package: fp-units-base-3.0.4
Description-md5: 1f5b86e2d3012a425e60c02e04941229
Description-en: Free Pascal - base units
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains Free Pascal units for common libraries (some of which
are also required by the Free Component Library): NCurses, X11 (Xlib,
Xutil), and ZLib.
Package: fp-units-db
Description-md5: 7cc1ac6e7f8c271a06030379ab8c6e9d
Description-en: Free Pascal - database-library units dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing Free Pascal units with bindings for GDBM, Interbase,
MySQL, PostgreSQL, ODBC, Oracle, and SQLite.
Package: fp-units-db-3.0.4
Description-md5: fc9677bc51d01a4478e803f7fe8ebdea
Description-en: Free Pascal - database-library units
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains Free Pascal units with bindings for GDBM, Interbase,
MySQL, PostgreSQL, ODBC, Oracle, and SQLite.
Package: fp-units-fcl
Description-md5: 263bb8d2c3929df6845ebc00e421b61c
Description-en: Free Pascal - Free Component Library dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing the Free Component Library for the Free Pascal Compiler.
Package: fp-units-fcl-3.0.4
Description-md5: 998a24bd855977c5f2247590e4fa39fa
Description-en: Free Pascal - Free Component Library
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains the Free Component Library for the Free Pascal Compiler.
Package: fp-units-fv
Description-md5: b01fcc2bc910452afc8844b23d128541
Description-en: Free Pascal - Free Vision units dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing the Free Vision units for the Free Pascal Compiler
(which provide a framework for developing text user interfaces).
Package: fp-units-fv-3.0.4
Description-md5: 4d0968ad113531e9ffaf936115d98458
Description-en: Free Pascal - Free Vision units
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains the Free Vision units for the Free Pascal Compiler
(which provide a framework for developing text user interfaces).
Package: fp-units-gfx
Description-md5: 759f11e7a44580a56a488edd8342a616
Description-en: Free Pascal - graphics-library units dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing Free Pascal units with bindings for cairo, forms, ggi,
graph, libgd, libpng, opengl, and svgalib.
.
SVGALib is no longer packaged by Debian and should be installed manually by
users who want to link against it.
Package: fp-units-gfx-3.0.4
Description-md5: 5004bf55c210eff05cd526d9f1d316dd
Description-en: Free Pascal - graphics-library units
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains Free Pascal units with bindings for cairo, forms, ggi,
graph, libgd, libpng, opengl, and svgalib.
.
SVGALib is no longer packaged by Debian and should be installed manually by
users who want to link against it.
Package: fp-units-gtk2
Description-md5: e564d7cf698380a9efe635d9f2c3d9f6
Description-en: Free Pascal - GTK+ 2.x units dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing Free Pascal units and examples to create
programs with GTK+ 2.x.
Package: fp-units-gtk2-3.0.4
Description-md5: deb572a4c869b97386961af09a7346d7
Description-en: Free Pascal - GTK+ 2.x units
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains Free Pascal units and examples to create
programs with GTK+ 2.x.
Package: fp-units-math
Description-md5: 73e070ec4f1ad53b77254e382bc7856d
Description-en: Free Pascal - math units dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing Free Pascal math interfacing units for:
* gmp (the GNU Multiple Precision arithmetic library);
* numlib (numerical computing);
* proj4 (cartographic projections);
* symbolic (symbolic computing).
Package: fp-units-math-3.0.4
Description-md5: 32f8990183224659357bc760d29e6c7a
Description-en: Free Pascal - math units
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains Free Pascal math interfacing units for:
* gmp (the GNU Multiple Precision arithmetic library);
* numlib (numerical computing);
* proj4 (cartographic projections);
* symbolic (symbolic computing).
Package: fp-units-misc
Description-md5: 8ceac8a7b9ad07aadac92dac389ce805
Description-en: Free Pascal - miscellaneous units dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing miscellaneous Free Pascal units: fppkg (the FPC
packaging system), PasZLib (a Pascal-only zlib implementation), and Utmp.
Package: fp-units-misc-3.0.4
Description-md5: c7020a40d9768d977adda0cf8c053d78
Description-en: Free Pascal - miscellaneous units
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains miscellaneous Free Pascal units: fppkg (the FPC
packaging system), PasZLib (a Pascal-only zlib implementation), and Utmp.
Package: fp-units-multimedia
Description-md5: 6ea49b46460db675563eee2e20685944
Description-en: Free Pascal - multimedia units dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing Free Pascal multimedia units: a52, dts, mad, modplug,
oggvorbis, openal, and vlc.
Package: fp-units-multimedia-3.0.4
Description-md5: 5104ed16e2a6fb716d7e7d859ac1d9d6
Description-en: Free Pascal - multimedia units
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains Free Pascal multimedia units: a52, dts, mad, modplug,
oggvorbis, openal, and vlc.
Package: fp-units-net
Description-md5: c0cbe4cce5252033a0619131316d8893
Description-en: Free Pascal - networking units dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing Free Pascal units for creating network tools: D-Bus,
httpd-1.3, httpd-2.0, httpd-2.2, ldap, libasync, libcurl, netdb, openssl,
and pcap.
Package: fp-units-net-3.0.4
Description-md5: 817164b48d34728d272d528595974deb
Description-en: Free Pascal - networking units
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains Free Pascal units for creating network tools: D-Bus,
httpd-1.3, httpd-2.0, httpd-2.2, ldap, libasync, libcurl, netdb, openssl,
and pcap.
Package: fp-units-rtl
Description-md5: 19ba7fc0b1618747f892772b63502125
Description-en: Free Pascal - runtime libraries dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing the RunTime Libraries for the Free Pascal Compiler.
Package: fp-units-rtl-3.0.4
Description-md5: 55969a41e7006e4059f6e696dfead87b
Description-en: Free Pascal - runtime libraries
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains the RunTime Libraries for the Free Pascal Compiler.
Package: fp-utils
Description-md5: 00fc6b3eb34ba1fdf92986ca84a3276e
Description-en: Free Pascal - utilities dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing some handy utilities for use with the Free Pascal
Compiler:
* data2inc convert binary/text data to include files;
* fpcmake create Makefile from Makefile.fpc;
* h2pas convert .h files to Pascal units;
* plex/pyacc Pascal Lex and Yacc implementations;
* ppdep create a dependency file for use with Makefiles;
* ppudump dump the information stored in a .ppu (unit) file;
* ppufiles show needed files for units;
* ppumove place multiple units in a shared library;
* ptop beautify source.
Package: fp-utils-3.0.4
Description-md5: bff84a46907553f97fdee849a7e5a5cf
Description-en: Free Pascal - utilities
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains some handy utilities for use with the Free Pascal
Compiler:
* data2inc convert binary/text data to include files;
* fpcmake create Makefile from Makefile.fpc;
* h2pas convert .h files to Pascal units;
* plex/pyacc Pascal Lex and Yacc implementations;
* ppdep create a dependency file for use with Makefiles;
* ppudump dump the information stored in a .ppu (unit) file;
* ppufiles show needed files for units;
* ppumove place multiple units in a shared library;
* ptop beautify source.
Package: fpc
Description-md5: a512a55eb79abd843319a1d1b6eb771d
Description-en: Free Pascal - SDK suite dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
Extensions have been added to the language, such as function overloading,
creation and linking of shared libraries, and Delphi language extensions
including classes, exceptions, ANSI strings, and open arrays.
.
This dependency package always depends on the latest available version of
the metapackage pulling in all the FPC packages provided for this
architecture. Experienced users may instead prefer to install the particular
packages they require by hand.
Package: fpc-3.0.4
Description-md5: 802b66716ff3a767b85748440f6f6d3a
Description-en: Free Pascal - SDK-3.0.4 suite
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
Extensions have been added to the language, such as function overloading,
creation and linking of shared libraries, and Delphi language extensions
including classes, exceptions, ANSI strings, and open arrays.
.
This metapackage pulls in all the FPC packages provided for this
architecture. Experienced users may instead prefer to install the particular
packages they require by hand.
Package: fpc-source
Description-md5: b92de8e5e2b0506af9e3e2d19ff92477
Description-en: Free Pascal - SDK source code dependency package
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This dependency package always depends on the latest available version of
the package containing Free Pascal's own source code. It is meant to be used by
the Lazarus IDE.
Package: fpc-source-3.0.4
Description-md5: 2ca7ad1302a80136317c534a3c10119d
Description-en: Free Pascal - SDK source code
The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi
and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a
completely portable RunTime Library (RTL) available on many platforms and
compatible with Turbo Pascal, along with a platform-independent class-based
Free Component Library (FCL) adding many Delphi extensions and interfacing
with many popular open source libraries.
.
This package contains Free Pascal's own source code. It is meant to be used by
the Lazarus IDE.
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: freeipmi
Description-md5: 691cff5182f8f0538ed75a6712f46bcd
Description-en: GNU implementation of the IPMI protocol
FreeIPMI is a collection of Intelligent Platform Management IPMI
system software. It provides in-band and out-of-band software and a
development library conforming to the Intelligent Platform Management
Interface (IPMI v1.5 and v2.0) standards.
.
This metapackage depends on all separate modules of freeipmi.
Package: freeipmi-bmc-watchdog
Description-md5: de829f061dc1ffe58f7abb1eed647eb0
Description-en: GNU implementation of the IPMI protocol - BMC watchdog
FreeIPMI is a collection of Intelligent Platform Management IPMI
system software. It provides in-band and out-of-band software and a
development library conforming to the Intelligent Platform Management
Interface (IPMI v1.5 and v2.0) standards.
.
This package contains a watchdog daemon for hardware BMC watchdogs.
Package: freeipmi-ipmidetect
Description-md5: f8c1d52ac5eb3aad1539b827d381d2dd
Description-en: GNU IPMI - IPMI node detection tool
FreeIPMI is a collection of Intelligent Platform Management IPMI
system software. It provides in-band and out-of-band software and a
development library conforming to the Intelligent Platform Management
Interface (IPMI v1.5 and v2.0) standards.
.
This package contains a tool and a daemon for detecting IPMI nodes.
Package: freeipmi-ipmiseld
Description-md5: b124bef84b88838f40cc0b634b3e466f
Description-en: GNU IPMI - IPMI node detection tool
FreeIPMI is a collection of Intelligent Platform Management IPMI
system software. It provides in-band and out-of-band software and a
development library conforming to the Intelligent Platform Management
Interface (IPMI v1.5 and v2.0) standards.
.
This package contains ipmiseld which takes the system event log from
the BMC and imports it to syslog
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: freetds-bin
Description-md5: ecc81bdba70ea8f8a0ff19107655f93a
Description-en: FreeTDS command-line utilities
FreeTDS is an implementation of the Tabular DataStream protocol, used for
connecting to MS SQL and Sybase servers over TCP/IP.
.
This package includes the command-line utilities shipped with FreeTDS.
Package: freetype2-demos
Description-md5: 0346a29c9d44ad378ec96e2493d955e5
Description-en: FreeType 2 demonstration programs
This package contains some demonstration programs and utilities
which showcase the features of the FreeType 2 font engine.
Package: 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: fswatch
Description-md5: aa1bf18a104c789c85633b68e3f0b7e5
Description-en: file change monitor based on inotify
fswatch is a file change monitor that receives notifications when the contents
of the specified files or directories are modified. fswatch implements four
kinds of monitors:
* A monitor based on the File System Events API of Apple OS X.
* A monitor based on kqueue, an event notification interface introduced in
FreeBSD 4.1 and supported on most *BSD systems (including OS X).
* A monitor based on inotify, a Linux kernel subsystem that reports file
system changes to applications.
* A monitor based on File Events Notification, a Solaris/Illumos kernel API
that reports file events.
* A monitor which periodically stats the file system, saves file modification
times in memory and manually calculates file system changes, which can work
on any operating system where stat (2) can be used.
.
fswatch should build and work correctly on any system shipping either of the
aforementioned APIs
Package: fuse2fs
Description-md5: f46223c6f3fa81ecb1aab45af7c4f382
Description-en: ext2 / ext3 / ext4 file system driver for FUSE
fuse2fs is a FUSE file system client that supports reading and
writing from devices or image files containing ext2, ext3, and ext4
file systems.
Package: fuseext2
Description-md5: 262c364fbdecec469f19ae2e22a01527
Description-en: File System in User Space - Module for ext2
This module for the FUSE kernel service allows any FUSE-enabled user to mount
Second Extended file systems, e.g. disk images.
.
The module has been initially written for UMView, the user-mode
implementation of View-OS. If you want to allow completely user-mode disk
images mounting (with no kernel/superuser support at all), take a look at
umview-mod-umfuseext2 and its dependencies.
Package: fusiondirectory
Description-md5: 80d4ea53a23561f1fcf05a768a1d906b
Description-en: Web Based LDAP Administration Program
Provided is access to posix, shadow, samba, proxy, pureftp and
kerberos accounts. It is able to manage the postfix/cyrus server
combination and can write user adapted sieve scripts.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-alias
Description-md5: ac66ccb9d75e40a0e0b7f34e7709322d
Description-en: alias plugin for FusionDirectory
This plugin is designed to configure mail aliases for postfix.
It provide description and expiration Date
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-alias-schema
Description-md5: 2f7e68f2e13459a671a4f7642ac6457c
Description-en: LDAP schema for FusionDirectory alias plugin
This package includes the LDAP schema needed by the FusionDirectory
alias plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-applications
Description-md5: 077ce5edbed698574ca5a0c641d0ed89
Description-en: Applications management plugin for FusionDirectory
Application management plugin for desktop and web.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-applications-schema
Description-md5: 8c2933a14228d2ce0ef1dbf2d82419ce
Description-en: LDAP schema for FusionDirectory application management plugin
This package includes the LDAP schema needed by the FusionDirectory
application management plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-argonaut
Description-md5: e7081e80cd14435201b0af6476b68b6f
Description-en: Argonaut plugin for FusionDirectory
Store all the configuration for the Argonaut deployment system.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-argonaut-schema
Description-md5: 6957e10ad0e589538c75d4ff0e7700ee
Description-en: LDAP schema for FusionDirectory Argonaut plugin
This package includes the LDAP schema needed by the FusionDirectory
Argonaut plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-audit
Description-md5: df692a9f3bd0098964ab8d6e396ea120
Description-en: audit plugin for FusionDirectory
This package contains the audit plugin for FusionDirectory
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-audit-schema
Description-md5: cab5562037b723cb7c946ba75c9b0ac1
Description-en: LDAP schema for FusionDirectory audit plugin
This package includes the LDAP schema needed by the FusionDirectory
audit plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-autofs
Description-md5: f36f200ef8a1c4edeab153309419ff1d
Description-en: autofs plugin for FusionDirectory
Automount management plugin for FusionDirectory
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-autofs-schema
Description-md5: 75e4339a5cd4a001c5466c25788d652e
Description-en: LDAP schema for FusionDirectory autofs plugin
This package includes the LDAP schema needed by the FusionDirectory
autofs plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-certificates
Description-md5: feb6a3121a2a19468fc13e88a1acf339
Description-en: certificates plugin for FusionDirectory
Allow storage of SSL certificates in the user entries.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-community
Description-md5: ecec8171030150c117fe8702c5f240bd
Description-en: community plugin for FusionDirectory
Community and Organization management plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-community-schema
Description-md5: 2fcbb49a11d247f2cc6b8c527ce9aaf2
Description-en: LDAP schema for FusionDirectory community plugin
This package includes the LDAP schema needed by the FusionDirectory
community plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-cyrus
Description-md5: 546fa8d50984e7c33ef796e81e156546
Description-en: cyrus plugin for FusionDirectory
Cyrus account management plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-cyrus-schema
Description-md5: 5aabe410cc7b97dc0c66a2c87806c535
Description-en: LDAP schema for FusionDirectory cyrus plugin
This package includes the LDAP schema needed by the FusionDirectory
cyrus plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-debconf
Description-md5: 24abebe712b7a674f6429dc50ef034ba
Description-en: Debconf plugin for FusionDirectory
Simple debconf plugin for FusionDirectory.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-debconf-schema
Description-md5: 8749d8ed80e5e2dd072331e3f27d2632
Description-en: LDAP schema for FusionDirectory Debconf Plugin
This package includes the LDAP schema needed by the FusionDirectory
Debconf Plugin. It is the same LDAP schema as distributed in the
debconf-doc package for the Debconf's basic, built-in LDAP driver.
.
FusionDirectory is a combination of system-administrator and end-user
web interface, designed to handle LDAP-based setups.
Package: fusiondirectory-plugin-developers
Description-md5: 89ef517bf33e7359627968e3c8ad70b4
Description-en: Provide doc and tools for FusionDirectory development
This package provides codesniffer templates for code conformity,
a plugin to show reference between classes, and a simple plugin
example to show the basic use of the API and a doxyfile to generate API
from sourcecode.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-dhcp
Description-md5: 178cf50a11e045ed34956afbeb54f2eb
Description-en: dhcp plugin for FusionDirectory
DHCP service management plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-dhcp-schema
Description-md5: f258538d54ed9ea17808c150ce8e7448
Description-en: LDAP schema for FusionDirectory dhcp plugin
This package includes the LDAP schema needed by the FusionDirectory
dhcp plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-dns
Description-md5: 471b8cb108fbaa3124530f8644d283dd
Description-en: dns plugin for FusionDirectory
DNS service management plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-dns-schema
Description-md5: 0797ccc72984cc56efb4c1c100246a1b
Description-en: LDAP schema for FusionDirectory dns plugin
This package includes the LDAP schema needed by the FusionDirectory
dns plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-dovecot
Description-md5: 0cd999e5a1c45c2e1633805b527b0c82
Description-en: dovecot plugin for FusionDirectory
Dovecot account management plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-dovecot-schema
Description-md5: 91600e571dcdb6d88c19cc8984089052
Description-en: LDAP schema for FusionDirectory dovecot plugin
This package includes the LDAP schema needed by the FusionDirectory
dovecot plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-dsa
Description-md5: 4ce8fb925e0df7a9dd8e69ba3c62a664
Description-en: dsa plugin for FusionDirectory
This plugin is designed to maintain the dsa branch of your LDAP directory.
The dsa branch is the one tha contains the security account for LDAP clients
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-dsa-schema
Description-md5: 85ec51160c836733fb05f661b4d3ba79
Description-en: LDAP schema for FusionDirectory dsa plugin
This package includes the LDAP schema needed by the FusionDirectory
dsa plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-ejbca
Description-md5: 99a3f5d241a2291f27ec31bbe143ae26
Description-en: ejbca plugin for FusionDirectory
This plugin is designed to show the certificates for servers and users
stored by ejbca inside LDAP.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-ejbca-schema
Description-md5: 58141d2d2c947ee2227c2d968d94bac5
Description-en: LDAP schema for FusionDirectory ejbca plugin
This package includes the LDAP schema needed by the FusionDirectory
ejbca plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-fai
Description-md5: 38b2929cf41e33a2cc4fd129e55e64db
Description-en: fai plugin for FusionDirectory
FAI plugin for managing Linux system deployment.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-fai-schema
Description-md5: 78fdca68caac250db8666ab925b569e2
Description-en: LDAP schema for FusionDirectory fai plugin
This package includes the LDAP schema needed by the FusionDirectory
fai plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-freeradius
Description-md5: e06ebaebcfc22d9055e782c5eb114695
Description-en: freeradius plugin for FusionDirectory
This package adds FreeRADIUS management to FusionDirectory.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-freeradius-schema
Description-md5: 1ee0fd0321160e6ea3c67c60850b4d89
Description-en: LDAP schema for FusionDirectory freeradius plugin
This package includes the LDAP schema needed by the FusionDirectory
freeradius plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-fusioninventory
Description-md5: afd03a84305cfb985c0bbe93a835f065
Description-en: FusionInventory plugin for FusionDirectory
This plugin allow you to manage your inventories with the fusioninventory
agent.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-fusioninventory-schema
Description-md5: 90d65da9b757e43eba4bc6c1230791c3
Description-en: LDAP schema for FusionDirectory fusioninventory plugin
This package includes the LDAP schema needed by the FusionDirectory
fusioninventory plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-gpg
Description-md5: 1ef1e410aaa9976bf39406318896f4f0
Description-en: gpg plugin for FusionDirectory
This plugin allow you to manage gpg key for the user in your LDAP tree.
It also allow you to configure a gpg server to fetch his key from the
LDAP server.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-gpg-schema
Description-md5: 6f1dccd14d71ad72c54201e978528eff
Description-en: LDAP schema for FusionDirectory gpg plugin
This package includes the LDAP schema needed by the FusionDirectory
gpg plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-ipmi
Description-md5: 38bdf8b5984548a328b85664ba01d3e6
Description-en: ipmi plugin for FusionDirectory
This plugin allow you to manage ipmi services.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-ipmi-schema
Description-md5: 79e55d23e31d7713c78abf4de45dc105
Description-en: LDAP schema for FusionDirectory ipmi plugin
This package includes the LDAP schema needed by the FusionDirectory
ipmi plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-kolab2
Description-md5: 2a620251073abbee18e19360e72a13a5
Description-en: kolab 2 plugin for FusionDirectory
Kolab 2 account management plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-kolab2-schema
Description-md5: d124fee58debb398fb91af1bac655a15
Description-en: LDAP schema for FusionDirectory Kolab 2 plugin
This package includes the LDAP schema needed by the FusionDirectory
Kolab 2 plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-ldapdump
Description-md5: 4069d8d9db09beb519786311a6dc01cc
Description-en: ldapdump plugin for FusionDirectory
Show raw LDAP data
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-ldapmanager
Description-md5: cc492a15afebf9000575cd0c54c67c72
Description-en: ldapmanager plugin for FusionDirectory
LDAP import and export management plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-mail
Description-md5: e8e738013f47733ad7aaf386f945de31
Description-en: base mail plugin for FusionDirectory
Mail management base plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-mail-schema
Description-md5: d1684d325e43a68d646ef1f024ad3c6a
Description-en: LDAP schema for FusionDirectory mail plugin
This package includes the LDAP schema needed by the FusionDirectory
mail plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-mixedgroups
Description-md5: af8942a46312e4243b274ccb06e5b89f
Description-en: plugin to manage groups mixing memberuid and member
Member and memberuid mixed in the same groups, this need specific
modified core ldap schema
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-nagios
Description-md5: 0af6e531afd6495432de18841d582534
Description-en: nagios plugin for FusionDirectory
Nagios account settings management
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-nagios-schema
Description-md5: 08a54b5621ea08f9972d6af53aa614a9
Description-en: LDAP schema for FusionDirectory nagios plugin
This package includes the LDAP schema needed by the FusionDirectory
nagios plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-netgroups
Description-md5: b40d4fb3d6eec70f71e37f8d015a1555
Description-en: netgroup plugin for FusionDirectory
Nis Netgroups account management plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-netgroups-schema
Description-md5: 4ee9163909a4bd52790027f73d2ebe8d
Description-en: LDAP schema for FusionDirectory netgroups plugin
This package includes the LDAP schema needed by the FusionDirectory
netgroups plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-newsletter
Description-md5: 4b100e559cf3c9ab1feeb9acd0b335d8
Description-en: newsletter plugin for FusionDirectory
Newsletter account management plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-newsletter-schema
Description-md5: a0a0c8b31504fd571bbab984c8fa62c2
Description-en: LDAP schema for FusionDirectory newsletter plugin
This package includes the LDAP schema needed by the FusionDirectory
newsletter plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-opsi
Description-md5: 0f6b6b6d9e690597262f447233386e90
Description-en: opsi plugin for FusionDirectory
Opsi management plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-opsi-schema
Description-md5: 9fe81ebc471e934dc56238bca8ec1faf
Description-en: LDAP schema for FusionDirectory opsi plugin
This package includes the LDAP schema needed by the FusionDirectory
opsi plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-personal
Description-md5: f02abdfe9fcbeea1b2c372230e33730c
Description-en: Personal plugin for FusionDirectory
The personal plugin for FusionDirectory is used to stored personal data,
like twitter, facebook, private email addresses and nickname.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-personal-schema
Description-md5: c3f524a4bfa5010561a28722d4d876b0
Description-en: LDAP schema for FusionDirectory personal Plugin
This package includes the LDAP schema needed by the FusionDirectory
personal Plugin.
.
FusionDirectory is a combination of system-administrator and end-user
web interface, designed to handle LDAP-based setups.
Package: fusiondirectory-plugin-postfix
Description-md5: 8750b1ce40c1513791c41c97c0871025
Description-en: postfix service plugin for FusionDirectory
Postfix service plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-postfix-schema
Description-md5: 8bc50fd3572877f9a10a24d2355a3eb8
Description-en: LDAP schema for FusionDirectory postfix plugin
This package includes the LDAP schema needed by the FusionDirectory
postfix plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-ppolicy
Description-md5: 825a821e0fa486bb63eab9fa81457895
Description-en: ppolicy overlay module plugin for FusionDirectory
Manage the LDAP ppolicy overlay via FusionDirectory. Ppolicy provides enhanced
password management capabilities that are applied to non-rootdn bind attempts
in OpenLDAP.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-ppolicy-schema
Description-md5: 154ed27637c33622699702f5542e5202
Description-en: LDAP schema for FusionDirectory ppolicy Plugin
This package includes the LDAP schema needed by the FusionDirectory
ppolicy Plugin.
.
FusionDirectory is a combination of system-administrator and end-user
web interface, designed to handle LDAP-based setups.
Package: fusiondirectory-plugin-puppet
Description-md5: fba39e9754296329ba90a92b11a0552b
Description-en: Puppet plugin for FusionDirectory
Simple puppet plugin for FusionDirectory.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-puppet-schema
Description-md5: 1a5b2aaf871cc08b007ff30240c515d1
Description-en: LDAP schema for FusionDirectory puppet Plugin
This package includes the LDAP schema needed by the FusionDirectory
Puppet Plugin.
.
FusionDirectory is a combination of system-administrator and end-user
web interface, designed to handle LDAP-based setups.
Package: fusiondirectory-plugin-pureftpd
Description-md5: 6cb7cc7bf7bd15e10c8f67e7df4e1d17
Description-en: pureftpd plugin for FusionDirectory
PureFTPD plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-pureftpd-schema
Description-md5: f3403ded18d2d12d7787c68499fc5ebc
Description-en: LDAP schema for FusionDirectory pureftpd plugin
This package includes the LDAP schema needed by the FusionDirectory
pureftpd plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-quota
Description-md5: 670d7683b23c101e4b451de0ce710a5e
Description-en: quota plugin for FusionDirectory
Linux Quota plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-quota-schema
Description-md5: 20ba093b3627e1d59d33b285306cb18e
Description-en: LDAP schema for FusionDirectory quota plugin
This package includes the LDAP schema needed by the FusionDirectory
quota plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-repository
Description-md5: c936678cf5a3abc2f392982b2ec69b90
Description-en: repository plugin for FusionDirectory
Repository plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-repository-schema
Description-md5: 002c2b2dccb928293b4b4de2928e792e
Description-en: LDAP schema for FusionDirectory repository plugin
This package includes the LDAP schema needed by the FusionDirectory
repository plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-samba
Description-md5: 520a38bf3c40fd49c8108d17291be0e3
Description-en: samba3 plugin for FusionDirectory
Plugin for Samba 3 management.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-samba-schema
Description-md5: 9b13aec20ec8d3144d23e92d19545e41
Description-en: LDAP schema for FusionDirectory samba plugin
This package includes the LDAP schema needed by the FusionDirectory
samba plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-sogo
Description-md5: 143fea0f385b5b2ca4e86150eee886b3
Description-en: SOGo plugin for FusionDirectory
SOGo resource management plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-sogo-schema
Description-md5: a99898543d39ed9e2659e9be3b36fa0a
Description-en: LDAP schema for FusionDirectory SOgo plugin
This package includes the LDAP schemas needed by the FusionDirectory
SOGo plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-spamassassin
Description-md5: 98a857c27dafc23cc4a3ef1d01998598
Description-en: spamassassin plugin for FusionDirectory
spamassassin plugin
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-spamassassin-schema
Description-md5: e7bf142566b11c90c6b16863bfa6dbb4
Description-en: LDAP schema for FusionDirectory spamassassin plugin
This package includes the LDAP schema needed by the FusionDirectory
spamassassin plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-squid
Description-md5: c39f149aaad805d698d3e8704cad4ff9
Description-en: squid plugin for FusionDirectory
Squid plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-squid-schema
Description-md5: 2f57304469d206951aeadc676807646b
Description-en: LDAP schema for FusionDirectory squid plugin
This package includes the LDAP schema needed by the FusionDirectory
squid plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-ssh
Description-md5: 49ebe7ba5a4001be97b08240d6a68252
Description-en: ssh plugin for FusionDirectory
SSH key management plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-ssh-schema
Description-md5: 93df1d843427e2c0b09ebb3476b87b94
Description-en: LDAP schema for FusionDirectory ssh plugin
This package includes the LDAP schema needed by the FusionDirectory
ssh plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-subcontracting
Description-md5: 1b6982fb66231c58746099d51a98febf
Description-en: subcontracting plugin for FusionDirectory
This package includes the subcontracting plugin for FusionDirectory.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-subcontracting-schema
Description-md5: c68cae12ef1e7076ea57d46ebefe1b4e
Description-en: LDAP schema for FusionDirectory subcontracting plugin
This package includes the LDAP schema needed by the FusionDirectory
subcontracting plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-sudo
Description-md5: 86eaa4faf1e68a3ddefb37d9e943e3cb
Description-en: sudo plugin for FusionDirectory
Sudo management plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-sudo-schema
Description-md5: aadd21678905ee9eef29ff49506efc34
Description-en: LDAP schema for FusionDirectory sudo plugin
This package includes the LDAP schema needed by the FusionDirectory
sudo plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-supann
Description-md5: 22be747e923f6dceefd9aa10094c7702
Description-en: supann plugin for FusionDirectory
Supann management plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-supann-schema
Description-md5: 199e38898e72cc0977981e9094c7687f
Description-en: LDAP schema for FusionDirectory supann plugin
This package includes the LDAP schema needed by the FusionDirectory
supann plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-sympa
Description-md5: 93d078e2cd519bebac2e2b18f0aadca2
Description-en: sympa plugin for FusionDirectory
This plugin is designed to configure basic sympa lists.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-sympa-schema
Description-md5: 8e45e77506bcd6f1d027f56b46432fae
Description-en: LDAP schema for FusionDirectory sympa plugin
This package includes the LDAP schema needed by the FusionDirectory
sympa plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-systems
Description-md5: d68420a20585b5a1ae7fc3cd69765e3d
Description-en: systems plugin for FusionDirectory
Systems management base plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-systems-schema
Description-md5: d1a18cd56397cfc639f6344e5d4cbe05
Description-en: LDAP schema for FusionDirectory systems plugin
This package includes the LDAP schema needed by the FusionDirectory
systems plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-user-reminder
Description-md5: d30202f9d7c81f66b9e329d798153a2d
Description-en: user reminder plugin for FusionDirectory
The user reminder plugin allows you to configure a reminder for expiring
account to ask user if they want to keep the account open or not.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-user-reminder-schema
Description-md5: 3f5d8d07fce64a56ef08811b6edf4b77
Description-en: LDAP schema for FusionDirectory user reminder plugin
This package includes the LDAP schema needed by the FusionDirectory
user-reminder plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-weblink
Description-md5: 4217035c331d4531b14aa7f262ed0e85
Description-en: weblink plugin for FusionDirectory
The weblink plugin allows you to add a link to systems pointing
to their web interface.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-plugin-weblink-schema
Description-md5: 6f40ca4e212eace5334d4e90fc1d3a8e
Description-en: LDAP schema for FusionDirectory weblink plugin
This package includes the LDAP schema needed by the FusionDirectory
weblink plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-webservice
Description-md5: dfb1cf9ff6afe0ac3f0ea70a92ea6019
Description-en: webservice plugin for FusionDirectory
This plugin is designed to manage FusionDirectory with a webservice.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-plugin-webservice-schema
Description-md5: 1b4deb74eeba3c2187badfe3cb61b7e8
Description-en: schema for the webservice plugin for FusionDirectory
This package includes the LDAP schema needed by the FusionDirectory
webservice plugin.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fusiondirectory-schema
Description-md5: 915f5633f1ce93592de7b1c8b4d2fd8a
Description-en: LDAP schema for FusionDirectory
This package includes the basics LDAP schemas needed by FusionDirectory.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-smarty3-acl-render
Description-md5: efe56bb1b8cb88292375c4cfe20528d5
Description-en: Provide FusionDirectory ACL based rendering for Smarty3
This package provides acl based rendering support for Smarty3,
the popular PHP templating engine (http://smarty.php.net/). This
module is mainly used by FusionDirectory.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based network infrastructures.
Package: fusiondirectory-theme-oxygen
Description-md5: da5cb99f62a85b18a52e88082456c71c
Description-en: Icon theme Oxygen for FusionDirectory
This package makes Oxygen icon theme available in FusionDirectory.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups
Package: fusiondirectory-webservice-shell
Description-md5: c5d5f430b9494f4b86a06433c92033f2
Description-en: webservice shell for FusionDirectory
This is the conmand line shell for the FusionDirectory with a webservice.
.
FusionDirectory is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
Package: fwts
Description-md5: 2ced4a548490b16630bde449e3861f20
Description-en: FirmWare Test Suite
This is a firmware test suite that performs sanity checks on system
firmware. It is intended to identify BIOS and ACPI errors and
if appropriate it will try to explain the errors and give advice to
help workaround or fix firmware bugs. It is primarily intended to
be a Linux-centric firmware troubleshooting tool.
Package: fwts-efi-runtime-dkms
Description-md5: 872c3fa1034eabae1745eeec37ab3e38
Description-en: Firmware Test Suite UEFI Runtime Service kernel driver
This package provides the efi_runtime kernel driver in DKMS format,
which is required for accessing UEFI Runtime Services.
Package: fwts-frontend
Description-md5: fc98ee1ccd80b6332c879648cc78e424
Description-en: Firmware Test Suite frontend interface
This is a dialog based interface designed to provide an easy to use method
to execute tests via Firmware Test Suite and is also used as the primary
interface within Firmware Test Suite live images.
Package: fwupd-tests
Description-md5: cfcb8aca6441d30ac34e047caca2a7fc
Description-en: Test suite for firmware update daemon
fwupd is a daemon to allow session software to update device firmware.
You can either use a GUI software manager like GNOME Software to view and
apply updates, the command-line tool or the system D-Bus interface directly.
Firmware updates are supported for a variety of technologies.
See for details
.
This package provides a set of installed tests that can be run to validate
the daemon in a continuous integration system.
Package: fwupd-unsigned
Description-md5: 6ac8eb0218063e55ab61f28d7962c47b
Description-en: Firmware update daemon (Unsigned EFI binaries)
fwupd is a daemon to allow session software to update device firmware.
You can either use a GUI software manager like GNOME Software to view and
apply updates, the command-line tool or the system D-Bus interface directly.
Firmware updates are supported for a variety of technologies.
See for details
.
This package provides the EFI binaries used for UEFI capsule updates
Package: fwupd-unsigned-dev
Description-md5: 3762bbf184b5b856c9a9a3196969b9a2
Description-en: Firmware update daemon (Development information)
fwupd is a daemon to allow session software to update device firmware.
You can either use a GUI software manager like GNOME Software to view and
apply updates, the command-line tool or the system D-Bus interface directly.
Firmware updates are supported for a variety of technologies.
See for details
.
This package provides the dependencies for the fwupd daemon to resolve
Package: fwupdate-amd64-signed
Description-md5: f02de4140f906f51e01f60c78acfc305
Description-en: Linux Firmware Updater EFI binary (EFI-AMD64 version, signed)
This is a transitional package to move to a common fwupdate-signed package
Package: g++-6
Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c
Description-en: GNU C++ compiler
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
Package: g++-6-aarch64-linux-gnu
Description-md5: 375cdf23ac087e4b16d8e29883083ecd
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 arm64 architecture.
Package: g++-6-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++-6-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++-6-arm-linux-gnueabihf
Description-md5: 1af3e5930fd0d3a33d12f0f8bc7e2f24
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 armhf architecture.
Package: g++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-powerpc-linux-gnu
Description-md5: 2c5b1836d138ff53e7df7f27a0862e1e
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 powerpc architecture.
Package: g++-6-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++-6-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++-6-powerpc64le-linux-gnu
Description-md5: 7326febff1363e9a9e082bce774ea2a4
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 ppc64el architecture.
Package: g++-6-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++-6-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++-6-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++-6-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-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-6
Description-md5: 394374e688b1afb3af5f419895d29698
Description-en: GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C.
Package: gcc-6-aarch64-linux-gnu
Description-md5: 828abc0c548c8d3a65e71359bac1dfd7
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 arm64 architecture.
Package: gcc-6-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-6-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-6-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-6-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-6-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-6-arm-linux-gnueabihf
Description-md5: a8c6e1ef7e1b049137f2e6519bdc7073
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 armhf architecture.
Package: gcc-6-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-6-base
Description-md5: b6e93638a6d08ea7a18929d7cf078e5d
Description-en: GCC, the GNU Compiler Collection (base package)
This package contains files common to all languages and libraries
contained in the GNU Compiler Collection (GCC).
Package: gcc-6-cross-base
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-6-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-6-doc
Description-md5: bf320d6d806b62ff03b567626d36b1fb
Description-en: Documentation for the GNU compilers (gcc, gobjc, g++)
Documentation for the GNU compilers in info format.
Package: gcc-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-plugin-dev
Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155
Description-en: Files for GNU GCC plugin development.
This package contains (header) files for GNU GCC plugin development. It
is only used for the development of GCC plugins, but not needed to run
plugins.
Package: gcc-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-powerpc-linux-gnu
Description-md5: 33e193e34c96ee2f0388ed9d3fe40d3f
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 powerpc architecture.
Package: gcc-6-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-6-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-6-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-6-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-6-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-6-powerpc64le-linux-gnu
Description-md5: b0d3628b0ae68d51d3d28e1503c35c1e
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 ppc64el architecture.
Package: gcc-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-7-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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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-6
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-6-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-6-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-6-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-6-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-6-doc
Description-md5: 76326180b2469131aa9547f46e5b3105
Description-en: Documentation for the GNU Go compiler (gccgo)
Documentation for the GNU Go compiler in info format.
Package: gccgo-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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: 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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-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: gce-compute-image-packages
Description-md5: 80b63009609ad08d1fc3b6f017dd400f
Description-en: transitional dummy package
This dummy package is provided for a smooth transition from the
previous old package name to google-compute-engine.
.
It may be safely removed after installation.
Package: gdb-multiarch
Description-md5: a1817b57c8908df620117da195d633bc
Description-en: GNU Debugger (with support for multiple architectures)
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains a version of GDB which supports multiple
target architectures.
Package: gdb-source
Description-md5: f6e1298a18996d699ccfb824f5342e59
Description-en: GNU Debugger (source)
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
.
This package contains the sources and patches which are needed
to build GDB.
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-6
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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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: 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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-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: 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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-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: geary
Description-md5: 6a6881196e68bf9cefed2acbee9bf940
Description-en: lightweight email client designed for the GNOME desktop
Geary is an email reader for GNOME designed to let you read your email
quickly and effortlessly. Its interface is based on conversations, so you
can easily read an entire discussion without having to click from message
to message.
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: ges1.0-tools
Description-md5: c59e8d2cae5d7d4114d74760a82cde3f
Description-en: Tools for use with the GStreamer editing services
The GStreamer multimedia framework and the accompanying NLE set of
plugins for non-linear editing offer all the building blocks for:
* Decoding and encoding to a wide variety of formats, through all the
available GStreamer plugins.
* Easily choosing segments of streams and arranging them through time
through the NLE set of plugins.
But all those building blocks only offer stream-level access, which
results in developers who want to write non-linear editors to write a
consequent amount of code to get to the level of non-linear editing
notions which are closer and more meaningful for the end-user
(and therefore the application).
.
The GStreamer Editing Services (GES) aims to fill the gap between
GStreamer/NLE and the application developer by offering a series
of classes to simplify the creation of many kind of editing-related
applications.
.
This package contains command-line tools for GStreamer editing
services.
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-6
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-6-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-6-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-6-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-6-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-6-doc
Description-md5: 17a01a9ada93e104865a01e6615e2401
Description-en: Documentation for the GNU Fortran compiler (gfortran)
Documentation for the GNU Fortran compiler in info format.
Package: gfortran-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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: 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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-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: gif2apng
Description-md5: e2dcc55a41873b23feafa04a7ad24634
Description-en: tool for converting animated GIF images to APNG format
This package provides a command line tool for converting images from
animated GIF to Animated PNG format.
.
The Animated Portable Network Graphics (APNG) file format is an
extension to the Portable Network Graphics (PNG) specification. It
allows for animated PNG files that work similarly to animated GIF
files, while retaining backward compatibility with non-animated PNG
files and adding support for 8-bit transparency and 24-bit images.
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-appindicator-0.1
Description-md5: fd2d1c899c298f83c6cd1e90eb9f78b6
Description-en: Typelib files for libappindicator1.
.
This package can be used by other packages using the GIRepository format
to generate dynamic bindings.
Package: gir1.2-budgie-1.0
Description-md5: ef470e44d1fcfcf9314c35611c496bc0
Description-en: GNOME introspection library for budgie-desktop
Budgie-Desktop is a GTK+ based desktop environment which focuses on
simplicity and elegance. It provides a traditional desktop metaphor
based interface utilising customisable panel based menu driven system.
Budgie-Desktop is written from scratch utilising many GNOME based
sub-systems such as GNOME-Session and Mutter.
.
This is the introspection library and allows creating plugins in
python3, C and Vala
Package: gir1.2-dbusmenu-gtk-0.4
Description-md5: 3f3980e25152e413f88a2d127cddbec2
Description-en: typelib file for libdbusmenu-gtk4
libdbusmenu passes a menu structure across DBus so that a program can
create a menu simply without worrying about how it is displayed on the
other side of the bus.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings for libdbusmenu-gtk4.
Package: gir1.2-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-gda-5.0
Description-md5: d5ac64d27e1fb0047b64887210de5f4f
Description-en: data abstraction library based on GLib -- GObject Introspection
libgda is a (relatively small) database abstraction/access library
integrated on the GLib object model. It can be used as a metadata
extractor, to get information about all database objects in a common
way, and as an ODBC-like wrapper to access data in different engines
through an easier API.
.
This package contains introspection data for libgda.
Package: gir1.2-ges-1.0
Description-md5: 6becd314b8c159acf979f724d8fa3df7
Description-en: GObject introspection data for the GES library
The GStreamer multimedia framework and the accompanying NLE set of
plugins for non-linear editing offer all the building blocks for:
* Decoding and encoding to a wide variety of formats, through all the
available GStreamer plugins.
* Easily choosing segments of streams and arranging them through time
through the NLE set of plugins.
But all those building blocks only offer stream-level access, which
results in developers who want to write non-linear editors to write a
consequent amount of code to get to the level of non-linear editing
notions which are closer and more meaningful for the end-user
(and therefore the application).
.
The GStreamer Editing Services (GES) aims to fill the gap between
GStreamer/NLE and the application developer by offering a series
of classes to simplify the creation of many kind of editing-related
applications.
.
This package contains introspection data for the GStreamer editing
services.
Package: gir1.2-gst-plugins-bad-1.0
Description-md5: 8dab6f0721a81295bbb56dd6445f5f5b
Description-en: GObject introspection data for the GStreamer libraries from the "bad" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains introspection data for the GStreamer libraries from
the "bad" set. It can be used by packages using the GIRepository format to
generate dynamic bindings.
Package: gir1.2-gst-rtsp-server-1.0
Description-md5: 86caaabae9e614dcf85cc74d17bd9192
Description-en: GObject introspection data for the GStreamer RTSP Server
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
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 introspection data for the GStreamer RTSP Server.
Package: gir1.2-guestfs-1.0
Description-md5: 10c3e57f26ba608aa3690bd897efa916
Description-en: guest disk image management system - GObject introspection files
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the GObject introspection data.
Package: gir1.2-nemo-3.0
Description-md5: c4827a75ac412d89715206ac95b437d4
Description-en: libraries for nemo components - gir bindings
Nemo is the official file manager for the Cinnamon desktop. It allows one
to browse directories, preview files and launch applications associated
with them. It is also responsible for handling the icons on the Cinnamon
desktop. It works on local and remote filesystems.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
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: gir1.2-umockdev-1.0
Description-md5: fbb61fba8c934a3abb2dd226ec23d275
Description-en: introspection data for umockdev library
umockdev mocks hardware devices for creating unit tests for libraries and
programs that handle Linux hardware devices.
.
This package contains the introspection data for the libumockdev library.
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-review
Description-md5: c8aa8354000e086523e1a4af03abd557
Description-en: git command for submitting branches to Gerrit
git-review is a tool that helps submitting git branches to gerrit for review.
It is used extensively for the development and maintenance of OpenStack, but
it can be used for any project using Gerrit.
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: gjs-tests
Description-md5: 65d2f8378592f443ca7bfee4656f3e90
Description-en: Mozilla-based javascript bindings for the GNOME platform
Makes it possible for applications to use all of GNOME's platform
libraries using the JavaScript language. It's mainly based on the
Mozilla JavaScript engine and the GObject introspection framework.
.
This package contains test programs, designed to be run as part of a
regression testsuite.
Package: glib-networking-tests
Description-md5: 29c11a56653d19186378a0027c69788a
Description-en: network-related giomodules for GLib - installed tests
This package contains test programs, designed to be run as part of a
regression testsuite.
Package: glibc-source
Description-md5: 1892ef83f2f36db0d236ccc041158b32
Description-en: GNU C Library: sources
This package contains the sources and patches which are needed to
build glibc.
Package: glusterfs-client
Description-md5: 8efac921cc08866346a58b8e20a68019
Description-en: clustered file-system (client package)
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility. It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.
.
This package provides the FUSE based GlusterFS tool.
Package: glusterfs-common
Description-md5: 14fb61656fcb482fb70b2a8d7b3de9e4
Description-en: GlusterFS common libraries and translator modules
GlusterFS is a clustered file-system capable of scaling to several
petabytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility. It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.
.
This package includes libglusterfs and glusterfs translator modules
common to both GlusterFS server and client framework.
Package: glusterfs-server
Description-md5: 86750d22647555f4666d8172dd62fdae
Description-en: clustered file-system (server package)
GlusterFS is a clustered file-system capable of scaling to several
peta-bytes. It aggregates various storage bricks over Infiniband RDMA
or TCP/IP interconnect into one large parallel network file
system. GlusterFS is one of the most sophisticated file system in
terms of features and extensibility. It borrows a powerful concept
called Translators from GNU Hurd kernel. Much of the code in GlusterFS
is in userspace and easily manageable.
.
This package installs init scripts and configuration files to turn
GlusterFS into a fully fledged file server.
Package: gnat-6
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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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
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-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-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-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-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: gnocchi-api
Description-md5: e7c870b77ca712a5618255b3e2532740
Description-en: Metric as a Service - API daemon
Gnocchi is a service for managing a set of resources and storing metrics about
them, in a scalable and resilient way. Its functionalities are exposed over an
HTTP REST API.
.
This package contains the API server.
Package: gnocchi-common
Description-md5: 1bd56e577a579993460d9e1bb5621308
Description-en: Metric as a Service - common files
Gnocchi is a service for managing a set of resources and storing metrics about
them, in a scalable and resilient way. Its functionalities are exposed over an
HTTP REST API.
.
This package contains the common files.
Package: gnocchi-metricd
Description-md5: 0e7f1b702365aa5a9abad215e79c0cc1
Description-en: Metric as a Service - metric daemon
Gnocchi is a service for managing a set of resources and storing metrics about
them, in a scalable and resilient way. Its functionalities are exposed over an
HTTP REST API.
.
This package contains the metric daemon.
Package: gnocchi-statsd
Description-md5: fb97bffff7f28c5b8a79dfb320b1120d
Description-en: Metric as a Service - statsd daemon
Gnocchi is a service for managing a set of resources and storing metrics about
them, in a scalable and resilient way. Its functionalities are exposed over an
HTTP REST API.
.
This package contains the metric daemon.
Package: gnome-flashback
Description-md5: 4f53d5aaecced181d79002bded154c01
Description-en: helper application for the GNOME Flashback session
This package provides a helper application for the GNOME Flashback
desktop session. This application:
- provides the Logout, Reboot and Shutdown dialogs;
- provides the Sound, Bluetooth and Power tray applets;
- implements screenshot and screencast functionality;
- implements input source switching functionality;
- draws desktop background;
- implements other functionality which was previously handled by
gnome-settings-daemon.
Package: gnome-flashback-common
Description-md5: b448c89ad8d6d7c0cb23dd6d7d0ee906
Description-en: GNOME Flashback helper application - common data files
This package contains translations and data files for the GNOME
Flashback application.
Package: gnome-games-app
Description-md5: 836fae346651a8655668124e13c58400
Description-en: Game browser and launcher for GNOME
GNOME Games lets you browse your video games library and easily pick
and play a game from it.
Package: gnome-packagekit-session
Description-md5: 81326cca7ecc22db7ca10454f793f49f
Description-en: Transitional package (gnome-packagekit-session -> gnome-software)
Transitional dummy package replacing gnome-packagekit-session with
gnome-software.
.
The PackageKit session interface is no separate component anymore, but built
into GNOME-Software.
Package: gnome-panel-control
Description-md5: 4409b9c3cacc0a251ef8a1278a66db17
Description-en: command line utility to invoke GNOME panel run dialog/menu
gnome-panel-control can be used to invoke the GNOME panel run or main
menu from the command line. This is originally a helper utility of openbox
since gnome-panel is no longer managing its own key bindings.
Package: gnome-session
Description-md5: 7cfb8372c3ddbf9bd501f540d336a524
Description-en: GNOME Session Manager - GNOME 3 session
The GNOME Session Manager is in charge of starting the core components
of the GNOME desktop, and applications that should be launched at
login time. It also features a way to save and restore currently
running applications.
.
This package contains the required components for the standard GNOME 3
session, based on the GNOME Shell. It can be started from a display
manager such as GDM, and requires 3D acceleration to work properly.
Package: gnome-session-flashback
Description-md5: a7ddbb3186df90f765f0a5e61d98c16d
Description-en: GNOME Session Manager - GNOME Flashback session
The GNOME Session Manager is in charge of starting the core components
of the GNOME desktop, and applications that should be launched at
login time. It also features a way to save and restore currently
running applications.
.
This package contains the required components for the GNOME Flashback
session, based on GNOME Panel 3. It can be started from a display
manager such as GDM, and doesn’t have specific hardware requirements.
Package: gnome-session-wayland
Description-md5: 7ae1d09faba99d406d069eec99eee4aa
Description-en: GNOME Session Manager - GNOME 3 session (transitional package)
This is a transitional package. It can safely be removed.
Package: gnome-shell-extension-system-monitor
Description-md5: b76d7de24b2f4053f8eb0181bb2d31bb
Description-en: Display system information in GNOME Shell status bar
System information such as memory usage, cpu usage, network rates and more
can be displayed in the notification area in GNOME Shell.
.
Settings can be accessed via gnome-tweak-tool where monitoring settings
can be adjusted.
Package: gnome-software-plugin-flatpak
Description-md5: 17e17f1c979bf0356663d39a226e1efb
Description-en: Flatpak support for GNOME Software
Software lets you install and update applications and system extensions.
.
Software uses a plugin architecture to separate the frontend from the
technologies that are used underneath. Currently, a PackageKit plugin provides
data from a number of traditional packaging systems, such as rpm or apt. An
appdata plugin provides additional metadata from locally installed data in the
appdata format.
.
This package contains the Flatpak plugin.
Package: gnome-software-plugin-limba
Description-md5: 209538ba0c7d2311d77dfec3959d2d26
Description-en: Limba support for GNOME Software
Software lets you install and update applications and system extensions.
.
Software uses a plugin architecture to separate the frontend from the
technologies that are used underneath. Currently, a PackageKit plugin provides
data from a number of traditional packaging systems, such as rpm or apt. An
appdata plugin provides additional metadata from locally installed data in the
appdata format.
.
This package contains the Limba plugin.
Package: gnome-split
Description-md5: 6469b6814b9ab25cfe0215014d6ca258
Description-en: GNOME Split - File splitter for GNOME desktop
Tool that allows you to split files and merge them back. It is written in Java
and uses a GTK+ user interface (thanks to the java-gnome project). The goal is
to offer a native implementation of similar projects which can handle multiple
file formats (e.g. Xtremsplit).
Package: gnome-twitch
Description-md5: 26f51c9e3244c4216c907b2266f303d5
Description-en: GNOME Twitch app for watching Twitch.tv streams without a browser or flash
gnome-twitch provides a GTK3 interface for viewing streams on Twitch.
At the moment you can
* browse popular streams,
* browse streams by game,
* search for streams,
* view streams,
* use the chat with a Twitch account,
* change the video quality,
* follow streams on your Twitch account and
* switch between player backends.
More features like recording streams, VODs (Video-On-Demand),
integration of Twitch account features
like following streams are planned.
Package: gnome-twitch-player-backend-gstreamer-cairo
Description-md5: f4d994148bee865308c24784d7f020e7
Description-en: Player backend for GNOME Twitch based on gstreamer+cairo
Player backends are responsible for playing the actual video streams.
Different player backends use different libraries to do this.
This player backend uses GStreamer and cairo.
Package: gnome-twitch-player-backend-gstreamer-clutter
Description-md5: 9bdd81cbd7b6b0f195ca978d69f694e9
Description-en: Player backend for GNOME Twitch based on gstreamer+clutter
Player backends are responsible for playing the actual video streams.
Different player backends use different libraries to do this.
This player backend uses GStreamer and clutter.
Package: gnome-twitch-player-backend-gstreamer-opengl
Description-md5: dba478c62adf894ad89d1804cc4a7160
Description-en: Player backend for GNOME Twitch based on gstreamer+opengl
Player backends are responsible for playing the actual video streams.
Different player backends use different libraries to do this.
This player backend uses GStreamer and OpenGL.
Package: gnome-twitch-player-backend-mpv-opengl
Description-md5: 33d8817d0b61f360245b5a9594174552
Description-en: Player backend for GNOME Twitch based on mpv
Player backends are responsible for playing the actual video streams.
Different player backends use different libraries to do this.
This player backend uses mpv and OpenGL.
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: go-md2man
Description-md5: dbfae9643547bb6a568949d24262f23a
Description-en: utility to create manpages from markdown
Turns Markdown into manpages, which is really handy for people
that don't want to learn how to make manpages from stuff like DocBook.
.
This package contains the conversion binary.
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++-6
Description-md5: b9baa94c6e3efdfa23b7927008258616
Description-en: GNU Objective-C++ compiler
This is the GNU Objective-C++ compiler, which compiles
Objective-C++ on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
Package: gobjc++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-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-6
Description-md5: ef51de6b57526dc4a161944678606486
Description-en: GNU Objective-C compiler
This is the GNU Objective-C compiler, which compiles
Objective-C on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
Package: gobjc-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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: 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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-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-1.13
Description-md5: 8650a23f44e2d60a785ad3123733d6d8
Description-en: Go programming language compiler - metapackage
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a
dynamically typed, interpreted language.
.
This package is a metapackage that, when installed, guarantees
that (most of) a full Go development environment is installed.
Package: golang-1.13-doc
Description-md5: 08db79dfd10a3139299bb398a7206206
Description-en: Go programming language - documentation
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a fast,
statically typed, compiled language that feels like a dynamically
typed, interpreted language.
.
This package provides the documentation for the Go programming
language. You can view the formatted documentation by running
"godoc --http=:6060", and then visiting
http://localhost:6060/doc/install.html.
Package: golang-1.13-go
Description-md5: 9791676e1d7825e569bdb76ce1ad2e08
Description-en: Go programming language compiler, linker, compiled stdlib
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides an assembler, compiler, linker, and compiled libraries
for the Go programming language.
.
Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to
pre-compile the standard library inside GOROOT for cross-compilation to work.
Package: golang-1.13-src
Description-md5: 541938e00b2a0c85f1fbae617a75fcd4
Description-en: Go programming language - source files
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides the Go programming language source files needed for
cross-compilation.
Package: golang-1.16
Description-md5: 8650a23f44e2d60a785ad3123733d6d8
Description-en: Go programming language compiler - metapackage
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a
dynamically typed, interpreted language.
.
This package is a metapackage that, when installed, guarantees
that (most of) a full Go development environment is installed.
Package: golang-1.16-doc
Description-md5: 08db79dfd10a3139299bb398a7206206
Description-en: Go programming language - documentation
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a fast,
statically typed, compiled language that feels like a dynamically
typed, interpreted language.
.
This package provides the documentation for the Go programming
language. You can view the formatted documentation by running
"godoc --http=:6060", and then visiting
http://localhost:6060/doc/install.html.
Package: golang-1.16-go
Description-md5: 9791676e1d7825e569bdb76ce1ad2e08
Description-en: Go programming language compiler, linker, compiled stdlib
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides an assembler, compiler, linker, and compiled libraries
for the Go programming language.
.
Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to
pre-compile the standard library inside GOROOT for cross-compilation to work.
Package: golang-1.16-src
Description-md5: 541938e00b2a0c85f1fbae617a75fcd4
Description-en: Go programming language - source files
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides the Go programming language source files needed for
cross-compilation.
Package: golang-1.18
Description-md5: 9cf65eae35075e419830b9eee734720c
Description-en: Go programming language compiler - metapackage
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a
dynamically typed, interpreted language.
.
This package is a metapackage that, when installed, guarantees
that (most of) a full Go development environment is installed.
.
To use this version, instead of the default one provided by golang-go
package, add /usr/lib/go-1.18/bin/ to PATH, or invoke /usr/lib/go-1.18/bin/go
directly.
Package: golang-1.18-doc
Description-md5: 70faba58bee63cd1d9d375165fa0d6d6
Description-en: Go programming language - documentation
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a fast,
statically typed, compiled language that feels like a dynamically
typed, interpreted language.
.
This package provides the documentation for the Go programming
language.
Package: golang-1.18-go
Description-md5: 1ec6f32a57cb9015a94451f3ed9734c7
Description-en: Go programming language compiler, linker, compiled stdlib
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides an assembler, compiler, linker, and compiled libraries
for the Go programming language.
.
To use this version, instead of the default one provided by golang-go package,
add /usr/lib/go-1.18/bin/ to PATH, or invoke /usr/lib/go-1.18/bin/go directly.
Package: golang-1.18-src
Description-md5: 641317c503e9fe0a9039cd8790bb4657
Description-en: Go programming language - source files
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides the Go programming language source files needed for
compilation.
Package: golang-1.8
Description-md5: 8650a23f44e2d60a785ad3123733d6d8
Description-en: Go programming language compiler - metapackage
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a
dynamically typed, interpreted language.
.
This package is a metapackage that, when installed, guarantees
that (most of) a full Go development environment is installed.
Package: golang-1.8-doc
Description-md5: c56cb747f65b0bf2f5cac5edc1d0e9a5
Description-en: Go programming language - documentation
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a fast,
statically typed, compiled language that feels like a dynamically
typed, interpreted language.
.
This package provides the documentation for the Go programming
language. You can view the formatted documentation by running "godoc
--http=:6060", and then visiting http://localhost:6060/doc/install.html.
Package: golang-1.8-go
Description-md5: 9791676e1d7825e569bdb76ce1ad2e08
Description-en: Go programming language compiler, linker, compiled stdlib
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides an assembler, compiler, linker, and compiled libraries
for the Go programming language.
.
Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to
pre-compile the standard library inside GOROOT for cross-compilation to work.
Package: golang-1.8-go-shared-dev
Description-md5: c3bb788fe4d01868164f604e8c127ef5
Description-en: Go standard shared library support files
This package contains the files necessary to link against the shared
library packaged in libgolang-1.8-std1.
Package: golang-1.8-src
Description-md5: 541938e00b2a0c85f1fbae617a75fcd4
Description-en: Go programming language - source files
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides the Go programming language source files needed for
cross-compilation.
Package: golang-docker-credential-helpers
Description-md5: 644749d414f966cf290307b53116aed8
Description-en: Use native stores to safeguard Docker credentials
The docker-credential-helpers package is a suite of programs to use
the built-in OS native stores to keep Docker credentials safe.
.
This package contains the command-line executables.
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-etcd-server-dev
Description-md5: 079c5d4a9b52c6679d966bcf7042bb15
Description-en: highly-available key value store -- source
A highly-available key value store for shared configuration and service
discovery. etcd is inspired by zookeeper and doozer, with a focus on:
.
* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: Properly distributed using Raft
.
Etcd uses the Raft consensus algorithm to manage a highly-available replicated
log.
.
This package contains the source.
Package: golang-github-containerd-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-containerd-docker-containerd-dev
Description-md5: eab38512a829bcb6ecbf6a7c0777acad
Description-en: Containerd develpoment files (Docker's version)
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.
.
This package contains the version to be used with the docker.io package.
Package: golang-github-cpuguy83-go-md2man-dev
Description-md5: 2e78a7e27edd4fe94622606a373e2e48
Description-en: utility to create manpages from markdown (source)
Turns Markdown into manpages, which is really handy for people
that don't want to learn how to make manpages from stuff like DocBook.
.
This package contains the source.
Package: golang-github-docker-containerd-dev
Description-md5: 3c47f3dcaaae47eab035baa2fdac8fec
Description-en: Transitional package for golang-github-containerd-containerd-dev
This is a transitional package to ease upgrades to the
golang-github-containerd-containerd-dev package. It can safely be removed.
Package: golang-github-docker-docker-credential-helpers-dev
Description-md5: b30f510084a2a8979b83de2616da2813
Description-en: Use native stores to safeguard Docker credentials
The docker-credential-helpers package is a suite of programs to use
the built-in OS native stores to keep Docker credentials safe.
.
This package contains the 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-fsouza-go-dockerclient-dev
Description-md5: f6a5f82c0050749bd444f0faaffaff2b
Description-en: Docker client library in Go
Client for the Docker remote API with support for the extensions in the
Swarm API.
.
This package also provides support for docker's network API, which is a
simple passthrough to the libnetwork remote API. Note that docker's
network API is only available in docker 1.8 and above, and only enabled in
docker if DOCKER_EXPERIMENTAL is defined during the docker build process.
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-influxdb-influxdb-dev
Description-md5: 2b8dad855d6efaa79da9c90da171b9f5
Description-en: Scalable datastore for metrics, events, and real-time analytics. Dev package
InfluxDB is a time series, metrics, and analytics database. It’s written
in Go and has no external dependencies. That means once you install it
there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra,
HBase, or anything else). InfluxDB is targeted at use cases for DevOps,
metrics, sensor data, and real-time analytics.
.
This is the dev package.
Package: golang-github-ishidawataru-sctp-dev
Description-md5: 3eaf69ac40a265a6f3c4a63c87aa991e
Description-en: SCTP library for the Go programming language
Stream Control Transmission Protocol (SCTP)
Package: golang-github-ncw-rclone-dev
Description-md5: 4378dab5720b04e3e7e8dfd4e68a9c0a
Description-en: go source code of rclone
Rclone is a program to sync files and directories between the local
file system and a variety of commercial cloud storage providers.
.
This package contains rclone's source code.
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: golang-github-prometheus-alertmanager-dev
Description-md5: 88fb4acbdb239e739d3a9bdddc74bf65
Description-en: Handle and deliver alerts created by Prometheus -- source
The Alertmanager handles alerts sent by client applications such as the
Prometheus server. It takes care of deduplicating, grouping, and routing them
to the correct receiver integration such as email, PagerDuty, or OpsGenie. It
also takes care of silencing and inhibition of alerts.
.
This package provides the source code to be used as a library.
Package: golang-github-spf13-cobra-dev
Description-md5: 16414fad5da572d72074a37d4a0dee3e
Description-en: Go library for creating powerful modern Go CLI applications
Cobra is a Go library providing a simple interface to create powerful
modern CLI interfaces similar to git & go tools.
.
Cobra has an exceptionally clean interface and simple design without
needless constructors or initialization methods.
.
This package contains the Cobra library for Go.
Package: golang-github-ubuntu-ubuntu-report-dev
Description-md5: 20a5645e972c9b1a6c983ddba96eaf86
Description-en: Report hardware and other collected metrics - source
The tool will show you what is going to be reported and ask for your
acknowledgement before uploading it. This information can't be used to
identify a single machine and is presented before being sent to the server.
.
This package provides Golang sources and API to use sysmetrics collection
and report functionality.
Package: golang-golang-x-text-dev
Description-md5: 52899223c66b159943bbdd9d3c873da0
Description-en: Supplementary Go text-related libraries
golang.org/x/text is a repository of text-related packages, such as character
encodings, text transformations, and locale-specific text handling.
.
- cases: Package cases provides general and language-specific case mappers.
- cldr: Package cldr provides a parser for LDML and related XML formats.
- collate: Package collate contains types for comparing and sorting Unicode
strings according to a given collation order.
- display: Package display provides display names for languages, scripts and
regions in a requested language.
- encoding: Package encoding defines an interface for character encodings,
such as Shift JIS and Windows 1252, that can convert to and from UTF-8.
- encoding/charmap: Package charmap provides simple character encodings such
as IBM Code Page 437 and Windows 1252.
- encoding/japanese: Package japanese provides Japanese encodings such as
EUC-JP and Shift JIS.
- encoding/korean: Package korean provides Korean encodings such as EUC-KR.
- encoding/simplifiedchinese: Package simplifiedchinese provides Simplified
Chinese encodings such as GBK.
- encoding/traditionalchinese: Package traditionalchinese provides
Traditional Chinese encodings such as Big5.
- encoding/unicode: Package unicode provides Unicode encodings such as
UTF-16.
- internal/colltab: Package colltab contains functionality related to
collation tables.
- internal/gen: Package gen contains common code for the various code
generation tools in the text repository.
- internal/testtext: Package testtext contains test data that is of common
use to the text repository.
- internal/triegen: Package triegen implements a code generator for a trie
for associating unsigned integer values with UTF-8 encoded runes.
- internal/ucd: Package ucd provides a parser for Unicode Character Database
files, the format of which is defined in
http://www.unicode.org/reports/tr44/.
- language: Package language implements BCP 47 language tags and related
functionality.
- runes: Package runes provide transforms for UTF-8 encoded text.
- search: Package search provides language-specific search and string
matching.
- transform: Package transform provides reader and writer wrappers that
transform the bytes passing through as well as various transformations.
- unicode/norm: Package norm contains types and functions for normalizing
Unicode strings.
- unicode/rangetable: Package rangetable creates new unicode.RangeTables.
- width: Package width provides functionality for handling different widths
in text.
.
This repository was previously available at https://code.google.com/p/go.text/
Package: golang-google-grpc-dev
Description-md5: 310f3b05d40bb64e3e4e772ee87302ac
Description-en: implementation of gRPC in Go
Implementation of an RPC system called gRPC in Golang.
.
Remote Procedure Calls (RPCs) provide a useful abstraction for building
distributed applications and services. This library provides a concrete
implementation of the gRPC protocol, layered over HTTP/2.
Package: golang-guestfs-dev
Description-md5: 81d5f68a5cacd378d31ecfde67a47153
Description-en: guest disk image management system - Golang bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains source for the Golang bindings.
Package: golang-x-text-dev
Description-md5: b5329026b7ea6fb8504d8bc7bee08454
Description-en: Transitional package for golang-golang-x-text-dev
This is a transitional package to ease upgrades to the
golang-golang-x-text-dev package. It can safely be removed.
Package: google-compute-engine
Description-md5: 3d02273d24f60afb7027868edacd1b20
Description-en: Google Compute Engine guest environment.
This package contains scripts and configuration files for
features specific to the Google Compute Engine cloud environment.
Package: google-compute-engine-oslogin
Description-md5: 8ef2174f2e88cc973684fcd465db1eb7
Description-en: Google Compute Engine OS Login
Contains libraries, applications and configurations for using OS Login
on Google Compute Engine Virtual Machine Instances.
Package: google-guest-agent
Description-md5: 631281603d95decc0c24b058cbfb142f
Description-en: Google Compute Engine Guest Agent
Contains the guest agent and metadata script runner binaries.
Package: google-osconfig-agent
Description-md5: d340d4bbff21c26cce4994d051e1eed4
Description-en: Google OS Config Agent
The OS Config agent currently supports the following main features:
* OS inventory management
* OS patch management
* OS configuration management
Package: gosu
Description-md5: 72c0b42347139534207936c653f27fc4
Description-en: Simple Go-based setuid+setgid+setgroups+exec
This is a simple tool grown out of the simple fact that "su" and "sudo" have
very strange and often annoying TTY and signal-forwarding behavior. They're
also somewhat complex to setup and use (especially in the case of "sudo"),
which allows for a great deal of expressivity, but falls flat if all you need
is "run this specific application as this specific user and get out of the
pipeline".
.
The core of how "gosu" works is stolen directly from how Docker/libcontainer
itself starts an application inside a container (and in fact, is using the
"/etc/passwd" processing code directly from libcontainer's codebase).
.
Once the user/group is processed, we switch to that user, then we "exec" the
specified process and "gosu" itself is no longer resident or involved in the
process lifecycle at all. This avoids all the issues of signal passing and TTY,
and punts them to the process invoking "gosu" and the process being invoked by
"gosu", where they belong.
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: graphicsmagick
Description-md5: 49dce754c724afc2a734936e7250be4b
Description-en: collection of image processing tools
GraphicsMagick provides a set of command-line applications to manipulate
image files. It is a fork of the ImageMagick project and therefore offers
a similar set of features, but puts a larger emphasis on stability.
.
The tools support a large variety of image formats from the widely used
jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image
formats found on some photo CDs. They can convert between formats,
concatenate several images into one, annotate and distort them, create
thumbnails or manipulate the colormap. While all features are available
from the command-line, the package also includes an image viewer that
allows interactive manipulation.
.
Note that unlike ImageMagick, the GraphicsMagick tools are accessed
through a single executable called 'gm'. Therefore, GraphicsMagick and
ImageMagick can be used in parallel. Install package
graphicsmagick-imagemagick-compat to obtain a set of several executables
that is compatible to ImageMagick's interface.
Package: graphicsmagick-dbg
Description-md5: fcc436d75960b67f4f57213c969230ff
Description-en: format-independent image processing - debugging symbols
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains debugging symbols for the gm executable as well as the
C, C++, and Perl bindings. Tools like gdb and ltrace make use of these
symbols.
Package: graphicsmagick-imagemagick-compat
Description-md5: 06e8ce60c8b196d658a1e3bb6c1eebec
Description-en: image processing tools providing ImageMagick interface
GraphicsMagick provides a set of command-line applications to manipulate
image files. It is a fork of the ImageMagick project and therefore offers
a similar set of features, but puts a larger emphasis on stability.
.
With this package installed, the GraphicsMagick command line tools can
be executed like their ImageMagick counterparts. It allows one to migrate
scripts from ImageMagick to GraphicsMagick without any code changes.
Package: graphicsmagick-libmagick-dev-compat
Description-md5: 9f57ab3d18417d8eacccdce6026304cc
Description-en: image processing libraries providing ImageMagick interface
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick libraries are a fork of ImageMagick and therefore offer
programming interfaces that are mostly compatible. While there might be
small differences, experience tells that many programs only use a compatible
subset and build fine with either GraphicsMagick or ImageMagick.
.
While GraphicsMagick uses different names for libraries, classes, and
helper applications in order to coexist with ImageMagick, this package
intends to minimise porting efforts by exporting the GraphicsMagick
interface with the usual ImageMagick names. Note that this package only
tries to provide build-time compatibility. Run-time libraries of
ImageMagick and GraphicsMagick are incompatible and cannot be interchanged.
.
This package includes compatibility wrappers for the C, C++, and Perl
libraries.
Package: 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: grub-coreboot
Description-md5: e3a74b03a25816ffb7b75c5773005346
Description-en: GRand Unified Bootloader, version 2 (Coreboot version)
GRUB is a portable, powerful bootloader. This version of GRUB is based on a
cleaner design than its predecessors, and provides the following new features:
.
- Scripting in grub.cfg using BASH-like syntax.
- Support for modern partition maps such as GPT.
- Modular generation of grub.cfg via update-grub. Packages providing GRUB
add-ons can plug in their own script rules and trigger updates by invoking
update-grub.
.
This package contains a version of GRUB that has been built for use with
platforms running the Coreboot firmware.
Package: grub-coreboot-bin
Description-md5: 27630a86a2bd55396b12089deb2cf0f5
Description-en: GRand Unified Bootloader, version 2 (Coreboot binaries)
GRUB is a portable, powerful bootloader. This version of GRUB is based on a
cleaner design than its predecessors, and provides the following new features:
.
- Scripting in grub.cfg using BASH-like syntax.
- Support for modern partition maps such as GPT.
- Modular generation of grub.cfg via update-grub. Packages providing GRUB
add-ons can plug in their own script rules and trigger updates by invoking
update-grub.
.
This package contains a version of GRUB that has been built for use with
platforms running the Coreboot firmware. It will not automatically install
GRUB as the active boot loader, nor will it automatically update grub.cfg
on upgrade, so most people should install grub-coreboot instead.
Package: grub-coreboot-dbg
Description-md5: ee3f45ba8ef408dea3b4e172ff46a041
Description-en: GRand Unified Bootloader, version 2 (Coreboot debug files)
This package contains debugging files for grub-coreboot-bin. You only need
these if you are trying to debug GRUB using its GDB stub.
Package: grub-emu
Description-md5: eaa24f3f146f8d2e05f7109f088cfa8b
Description-en: GRand Unified Bootloader, version 2 (emulated version)
This package contains grub-emu, an emulated version of GRUB. It is only
provided for debugging purposes.
Package: grub-emu-dbg
Description-md5: 4066695808b06e6425e6d4c1f6d4205e
Description-en: GRand Unified Bootloader, version 2 (emulated debug files)
This package contains debugging files for grub-emu. You only need these if
you are trying to debug GRUB using its GDB stub.
Package: grub-firmware-qemu
Description-md5: cc3754b92a7e1d8e16c04265627088b6
Description-en: GRUB firmware image for QEMU
This package contains a binary of GRUB that has been built for use as
firmware for QEMU. It can be used as a replacement for other PC BIOS
images provided by seabios, bochsbios, and so on.
.
In order to make QEMU use this firmware, simply add `-bios grub.bin' when
invoking it.
.
This package behaves in the same way as GRUB for coreboot, but doesn't
contain any code from coreboot itself, and is only suitable for QEMU. If
you want to install GRUB as firmware on real hardware, you need to use the
grub-coreboot package, and manually combine that with coreboot.
Package: grub-linuxbios
Description-md5: 8d63829707a75c424f8ce33f10391cc0
Description-en: GRand Unified Bootloader, version 2 (dummy package)
This is a dummy transitional package that depends on grub-coreboot.
Package: grub-rescue-pc
Description-md5: 5e771fe83a2112f4f90cabc9f93cbd47
Description-en: GRUB bootable rescue images, version 2 (PC/BIOS version)
This package contains three GRUB rescue images that have been built for use
with the traditional PC/BIOS architecture:
.
- grub-rescue-floppy.img: floppy image.
- grub-rescue-cdrom.iso: El Torito CDROM image.
- grub-rescue-usb.img: USB image.
Package: grub-theme-starfield
Description-md5: 52232de4094a1dafa8ade1df40ec6451
Description-en: GRand Unified Bootloader, version 2 (starfield theme)
This is the default theme for GRUB's graphical menu.
Package: grub-xen-host
Description-md5: fd8c60ce62b7d58e25af7b045851f73b
Description-en: GRand Unified Bootloader, version 2 (Xen host version)
GRUB is a portable, powerful bootloader. This version of GRUB is based on a
cleaner design than its predecessors, and provides the following new features:
.
- Scripting in grub.cfg using BASH-like syntax.
- Support for modern partition maps such as GPT.
- Modular generation of grub.cfg via update-grub. Packages providing GRUB
add-ons can plug in their own script rules and trigger updates by invoking
update-grub.
.
This package arranges for GRUB binary images which can be used to boot a Xen
guest (i.e. PV-GRUB) to be present in the control domain filesystem.
Package: grub2
Description-md5: bbb470013d1f2450dba730f10fbd09b4
Description-en: GRand Unified Bootloader, version 2 (dummy package)
This is a dummy transitional package to handle GRUB 2 upgrades. It can be
safely removed.
Package: grunt
Description-md5: d210f6aa660cd8879638edf283f54759
Description-en: JavaScript task runner/build system/maintainer tool
GRUNT automates several tasks related to maintaining a JavaScript library
or framework. It can be used for JS code minification, unit testing, code
checking, and several other tasks.
Package: gstreamer1.0-libav
Description-md5: 4debf4a2ff249684cbce4f4c7161770f
Description-en: libav plugin for GStreamer
This GStreamer plugin supports a large number of audio and video compression
formats through the use of the libav library. The plugin contains GStreamer
elements for encoding 40+ formats (MPEG, DivX, MPEG4, AC3, DV, ...), decoding
elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
demuxing 30+ formats and colorspace conversion.
.
http://www.libav.org/
http://gstreamer.freedesktop.org/
http://gstreamer.freedesktop.org/modules/gst-libav.html
Package: gstreamer1.0-libav-dbg
Description-md5: 74fb6581aa790a699f7ae22d75e8ee8b
Description-en: libav plugin for GStreamer (debug symbols)
This GStreamer plugin supports a large number of audio and video compression
formats through the use of the libav library. The plugin contains GStreamer
elements for encoding 40+ formats (MPEG, DivX, MPEG4, AC3, DV, ...), decoding
elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...),
demuxing 30+ formats and colorspace conversion.
.
http://www.libav.org/
http://gstreamer.freedesktop.org/
http://gstreamer.freedesktop.org/modules/gst-libav.html
.
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-opencv
Description-md5: c7e225953a0291993c213186484f1f36
Description-en: GStreamer OpenCV plugins
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains the OpenCV plugins.
Package: gstreamer1.0-plugins-bad
Description-md5: 96aaaad9b842ce9ddb51b002cc05eca0
Description-en: GStreamer plugins from the "bad" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
Package: gstreamer1.0-plugins-bad-dbg
Description-md5: 0144acc8435d5a037793c91c8b38f83c
Description-en: GStreamer plugins from the "bad" set (debug symbols)
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-plugins-bad-doc
Description-md5: 51fb5c44051312c56f11b688ba0347ae
Description-en: GStreamer documentation for plugins from the "bad" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains the documentation for plugins from the "bad" set.
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-plugins-ugly
Description-md5: c036226562f55540aad2e51fbde63d54
Description-en: GStreamer plugins from the "ugly" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains plugins from the "ugly" set, a set of
good-quality plug-ins that might pose distribution problems.
Package: gstreamer1.0-plugins-ugly-dbg
Description-md5: 47702d7e32f410e08f88c3d445b6a122
Description-en: GStreamer plugins from the "ugly" set (debug symbols)
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-plugins-ugly-doc
Description-md5: 4dc4589fd84941ce672ce2ec90d43924
Description-en: GStreamer documentation for plugins from the "ugly" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains documentation for plugins from the "ugly" set,
a set of good-quality plug-ins that might pose distribution problems.
Package: gstreamer1.0-python3-dbg-plugin-loader
Description-md5: 3f53c1644e8f6a51aec7ef4297bb0c0b
Description-en: GStreamer Loader for Python Plugin (Python 3, debug extensions)
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 Python 3 version of the Python plugin loader,
which allows GStreamer plugins to be written in Python.
Package: gstreamer1.0-python3-plugin-loader
Description-md5: 95096b7522782c3f7600444ec56c34a6
Description-en: GStreamer Loader for Python Plugin (Python 3)
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 Python 3 version of the Python plugin loader,
which allows GStreamer plugins to be written in Python.
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: gstreamer1.0-rtsp
Description-md5: 324c293cb019895b9491331ce49fd119
Description-en: RTSP plugin for GStreamer
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains the GStreamer plugin for RTSP.
Package: gstreamer1.0-rtsp-dbg
Description-md5: 324c293cb019895b9491331ce49fd119
Description-en: RTSP plugin for GStreamer
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains the GStreamer plugin for RTSP.
Package: gstreamer1.0-vaapi
Description-md5: 8adddb56a86e9aa5c8e45098c3045f7a
Description-en: VA-API plugins for GStreamer
Gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding, encoding and processing through
VA-API.
.
This package contains GStreamer plugins for VA-API support:
- `vaapiconvert': converts from YUV pixels to VA surfaces
- `vaapisink': a VA-API based video sink
Package: gstreamer1.0-vaapi-doc
Description-md5: 008862739eacaf739927ea33e30c7a1f
Description-en: GStreamer VA-API documentation and manuals
Gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding, encoding and processing through
VA-API.
.
This package contains documentation for libraries and elements.
Package: gtk3-engines-breeze
Description-md5: a7d1a1974ba99f84b00ae6450358d12d
Description-en: Transitional package for KDE's Breeze
This transitional package allows one to migrate to the package providing
the KDE's Breeze GTK theme.
.
It can be safely removed after the installation.
Package: guestfsd
Description-md5: 08296bddcf65cda2436f60a7c10347c3
Description-en: Daemon to access to guest virtual machine through virtio serial
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains a standalone version the back-end daemon that
carries out file system access on behalf of libguestfs applications.
It is not needed for regular operation.
Package: guile-2.2
Description-md5: 92e64a8da1c1f586d1a7fc7b1ad1ec5d
Description-en: GNU extension language and Scheme interpreter
Guile is a Scheme implementation designed for real world programming,
providing a rich Unix interface, a module system, an interpreter, and
many extension languages. Guile can be used as a standard #! style
interpreter, via #!/usr/bin/guile, or as an extension language for
other applications via libguile.
Package: guile-2.2-dev
Description-md5: f332612b79c2a0065fe4424a9541bb73
Description-en: Development files for Guile 2.2
This package contains files needed for development using Guile 2.2.
.
Guile is a Scheme implementation designed for real world programming,
providing a rich Unix interface, a module system, an interpreter, and
many extension languages. Guile can be used as a standard #! style
interpreter, via #!/usr/bin/guile, or as an extension language for
other applications via libguile.
Package: guile-2.2-doc
Description-md5: e945a4ca89cb2febbc501a3dca8bd8a6
Description-en: Documentation for Guile 2.2
This package contains the Guile documentation, including the Guile
Reference Manual.
.
Guile is a Scheme implementation designed for real world programming,
providing a rich Unix interface, a module system, an interpreter, and
many extension languages. Guile can be used as a standard #! style
interpreter, via #!/usr/bin/guile, or as an extension language for
other applications via libguile.
Package: guile-2.2-libs
Description-md5: cba24c28494e692c2455c31f93fe375a
Description-en: Core Guile libraries
Guile is a Scheme implementation designed for real world programming,
providing a rich Unix interface, a module system, an interpreter, and
many extension languages. Guile can be used as a standard #! style
interpreter, via #!/usr/bin/guile, or as an extension language for
other applications via libguile.
Package: gzip-win32
Description-md5: e5550f175fbb84d1bdaa6ee641bd5f8d
Description-en: GNU compression utility (win32 build)
This is a win32 version of gzip, meant to be used by the win32-loader
component of Debian-Installer.
Package: 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: havp
Description-md5: 9a86c1dfa5f633dbbde0d75c2edbb28a
Description-en: HTTP Anti Virus Proxy
HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The
main aims are continuous, non-blocking downloads and smooth scanning of
dynamic and password protected HTTP traffic. Havp antivirus proxy has a
parent and transparent proxy mode. It can be used with squid or standalone.
Package: health-check
Description-md5: dd818751875dba2377f169ecb27865ba
Description-en: process monitoring tool
Health-check monitors processes and optionally their child
processes and threads for a given amount of time. At the end
of the monitoring it will display the CPU time used, wakeup
events generated and I/O operations of the given processes.
It can be used to diagnose unhealthy bad processes.
Package: hedgewars
Description-md5: 95a283ed5766101c57cbbde0d1b67a66
Description-en: Funny turn-based artillery game, featuring fighting hedgehogs!
Each player controls a team of several hedgehogs. During the
course of the game, players take turns with one of their
hedgehogs. They then use whatever tools and weapons are
available to attack and kill the opponents' hedgehogs, thereby
winning the game. Hedgehogs may move around the terrain in a
variety of ways, normally by walking and jumping but also by
using particular tools such as the "Rope" or "Parachute", to
move to otherwise inaccessible areas. Each turn is time-limited
to ensure that players do not hold up the game with excessive
thinking or moving.
.
A large variety of tools and weapons are available for players
during the game: Grenade, Cluster Bomb, Bazooka, UFO, Homing Bee,
Shotgun, Desert Eagle, Fire Punch, Baseball Bat, Dynamite, Mine,
Rope, Pneumatic pick, Parachute. Most weapons, when used, cause
explosions that deform the terrain, removing circular chunks.
The landscape is an island floating on a body of water, or a
restricted cave with water at the bottom. A hedgehog dies when
it enters the water (either by falling off the island, or
through a hole in the bottom of it), it is thrown off either
side of the arena or when its health is reduced, typically from
contact with explosions, to zero (the damage dealt to the
attacked hedgehog or hedgehogs after a player's or CPU turn is
shown only when all movement on the battlefield has ceased).
Package: hedgewars-data
Description-md5: a00ae77af1a4a8317e7becce4e0821a3
Description-en: Data files for hedgewars
This package contains data files for the hedgewars package.
Examples of files are: maps, scripts, themes, images, sounds,
level data and other miscellaneous files needed by hedgewars.
Package: heimdal-clients
Description-md5: f60ede2793e741fd3d7f011dec220928
Description-en: Heimdal Kerberos - clients
Heimdal is a free implementation of Kerberos 5 that aims to be
compatible with MIT Kerberos.
.
This package includes Kerberos utilities like kadmin, kinit, kpasswd and
klist.
Package: heimdal-kcm
Description-md5: 86f9cce037e4e689b26fa360d8bf0702
Description-en: Heimdal Kerberos - KCM daemon
Heimdal is a free implementation of Kerberos 5 that aims to be
compatible with MIT Kerberos.
.
This package includes the KCM daemon which can hold the credentials
for all users in the system. Access control is done with Unix-like
permissions. The daemon checks the access on all operations based on
the UID and GID of the user. The tickets are renewed as long as is
permitted by the KDC's policy.
Package: heimdal-kdc
Description-md5: 341da9732edd5d975ab7c6361f80ddfe
Description-en: Heimdal Kerberos - key distribution center (KDC)
Heimdal is a free implementation of Kerberos 5 that aims to be
compatible with MIT Kerberos.
.
This package includes the KDC (key distribution center) server,
which is designed to run on a secure computer and keeps track
of users' passwords. This is done using the Kerberos protocol in
such a way that the server computers do not need to know the
passwords.
Package: heimdal-servers
Description-md5: 9208757d7183097184487952fa5b222d
Description-en: Heimdal Kerberos - server programs
Heimdal is a free implementation of Kerberos 5 that aims to be
compatible with MIT Kerberos.
.
This package contains the kfd server, for receiving forwarded tickets.
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: hexchat
Description-md5: 355cb18c605fe27ffc9810a3700b8583
Description-en: IRC client for X based on X-Chat 2
HexChat is a graphical IRC client with a GTK+ GUI. Features include Python
and Perl scripting support, a plugin API, multiple server/channel windows,
spell checking, multiple authentication methods including SASL,
and customizable notifications. For more information on IRC,
see http://irchelp.org/.
Package: hexchat-common
Description-md5: aa1d4fd0c11a8d9b810f38999ed64ded
Description-en: Common files for HexChat
This package includes documentation, headers, and locale files for the
Debian HexChat packages that are common for all architectures. Hexchat is a
popular and featureful IRC client with a GTK+ GUI. For more information on
IRC, see http://irchelp.org/.
Package: hexchat-dev
Description-md5: 3a82bddb41ba7f4457573e9e10933d8c
Description-en: Development files for HexChat
This package contains the hexchat-plugin.h and hexchat-plugin.pc
files, which facilitate building binary plugins. Hexchat is a
popular and featureful IRC client with a GTK+ GUI. For more information on
IRC, see http://irchelp.org/.
Package: hexchat-lua
Description-md5: d6963485b4835624cb4d1a7cbe14202e
Description-en: Lua plugin for HexChat
This package contains the Lua plugin for Hexchat.
Previously included in the main HexChat package, it's now separate as it's not
actually required for core functionality.
Package: hexchat-perl
Description-md5: d8453713ad1cc654dacacd420df73fa7
Description-en: Perl plugin for HexChat
This package contains the perl plugin for HexChat. Previously included in the
main HexChat package, it's now separate as it's not actually required for core
functionality.
Package: hexchat-plugins
Description-md5: 4032377420fef37282baa6e24d01e9ac
Description-en: Common plugins for HexChat
This package contains the FiSHLiM, Sysinfo, Do At and Checksum plugins.
Previously included in the main HexChat package, they're now separate as
they're not actually required for core functionality.
Package: hexchat-python2
Description-md5: 31fdb556fe4aafa8014cc69df4b57fbf
Description-en: Python 2 plugin for HexChat
This package contains the Python 2 plugin for HexChat. Previously included in
the main HexChat package, it's now separate as it's not actually required for
core functionality.
Package: hexchat-python3
Description-md5: 0c9908188183179286e4c8e916a6eaba
Description-en: Python 3 plugin for HexChat
This package contains the Python 3 plugin for HexChat. Previously included in
the main HexChat package, it's now separate as it's not actually required for
core functionality.
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: htmldoc
Description-md5: 7eac64051be488714b6fe5cba14de685
Description-en: HTML processor that generates indexed HTML, PS, and PDF
HTMLDOC is a program for writing documentation in HTML and producing
indexed HTML, PostScript, or PDF output (with tables of contents).
It supports most HTML 3.2 and some HTML 4.0 syntax, as well as GIF,
JPEG, and PNG images.
Package: htmldoc-common
Description-md5: 901a9dca8c859918d977a5cca8bdc4a0
Description-en: Common arch-independent files for htmldoc
HTMLDOC is a program for writing documentation in HTML and producing
indexed HTML, PostScript, or PDF output (with tables of contents).
It supports most HTML 3.2 and some HTML 4.0 syntax, as well as GIF,
JPEG, and PNG images.
.
This package contains the htmldoc files common to all architectures.
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: ibacm
Description-md5: 94afd2c241abf6569edf525ba236170f
Description-en: InfiniBand Communication Manager Assistant (ACM)
The IB ACM implements and provides a framework for name, address, and
route (path) resolution services over InfiniBand.
It is intended to address connection setup scalability issues running
MPI applications on large clusters. The IB ACM provides information
needed to establish a connection, but does not implement the CM protocol.
A primary user of the ibacm service is the librdmacm library.
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: ibverbs-utils
Description-md5: a33873b95d7b0cff0d895ec3f573b2fc
Description-en: Examples for the libibverbs library
libibverbs is a library that allows userspace processes to use RDMA
"verbs" as described in the InfiniBand Architecture Specification and
the RDMA Protocol Verbs Specification. iWARP ethernet NICs support
RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
high-throughput, low-latency networking technology. InfiniBand host
channel adapters (HCAs) and iWARP NICs commonly support direct
hardware access from userspace (kernel bypass), and libibverbs
supports this when available.
.
This package contains useful libibverbs1 example programs such as
ibv_devinfo, which displays information about InfiniBand devices.
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: icingacli
Description-md5: 1a6656d7bea04a0cb347e50677ad69a3
Description-en: simple CLI tool for Icingaweb2 and its modules
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
`icingacli` is a command line utility, allowing the admin to configure Icinga
Web 2 and provides the possibility to query Icinga data from your shell.
All modules of Icingaweb2 can add additional commands to the icingacli.
Package: icingaweb2
Description-md5: ad76bf54e5536f365d3c1bcd65b635a7
Description-en: simple and responsive web interface for Icinga
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
The software will give you a web frontend for your monitoring solution, and
can run additional modules, extending monitoring data, or even supplying
something new to the webinterface.
.
This package installs the web interface with all needed dependencies.
Package: icingaweb2-common
Description-md5: 3754116cfd44cbbaf7a457d6b618ee01
Description-en: simple and responsive web interface for Icinga - common files
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
The software will give you a web frontend for your monitoring solution, and
can run additional modules, extending monitoring data, or even supplying
something new to the webinterface.
.
This package contains common files for the web interface, and the CLI tool.
Package: icingaweb2-module-doc
Description-md5: 7794ede3b5f64cd453511ac5f2f0de6a
Description-en: simple and responsive web interface for Icinga - documentation module
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
This module adds the documentation viewer of Icinga Web 2, which can also
display the documentation of other modules.
Package: icingaweb2-module-monitoring
Description-md5: 5d6b8ef6da875c41de5c8a60b0eadee8
Description-en: simple and responsive web interface for Icinga - monitoring module
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
This module adds the Icinga monitoring frontend to the web interface.
Package: idle
Description-md5: ff5025fabdf8f33168eebe5975d32c8f
Description-en: IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python.
IDLE is written using Tkinter and therefore quite platform-independent.
.
This package is a dependency package, which depends on Debian's default
Python 3 version (currently v3.6).
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: idle-python3.8
Description-md5: 58009ba2bb385e2cf47cec312a6405fb
Description-en: IDE for Python (v3.8) using Tkinter
IDLE is an Integrated Development Environment for Python (v3.8).
IDLE is written using Tkinter and therefore quite platform-independent.
Package: idle3
Description-md5: 4b22643c8e35d9c200ff9cf8ea4b9d66
Description-en: IDE for Python using Tkinter (transitional package)
IDLE is an Integrated Development Environment for Python.
.
This package is a transitional package, you can safely remove it.
Package: idn
Description-md5: c73d65fb80d0787b438d9f81db3da87b
Description-en: Command line and Emacs interface to GNU Libidn
GNU Libidn is a fully documented implementation of the Stringprep,
Punycode and IDNA specifications. Libidn's purpose is to encode and
decode internationalized domain names. The Nameprep, XMPP, SASLprep,
and iSCSI profiles are supported.
.
This package contains the idn command-line tool and its Emacs lisp
interface.
Package: idn2
Description-md5: 2e8d88bb53c68f06d46ec1acfecc8143
Description-en: Internationalized domain names (IDNA2008/TR46) command line tool
Libidn2 implements the revised algorithm for internationalized domain
names called IDNA2008/TR46.
.
This package contains the idn2 command-line tool.
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: indicator-application
Description-md5: fec3a294dcadc4ec7cf73d92b3adc2ae
Description-en: Application Indicators
An indicator to take menus from applications and place them in the panel.
Package: inetutils-ftp
Description-md5: 73d2fe548303a3bcc7b121f6b8c9426a
Description-en: File Transfer Protocol client
The ftp command is used to transfer files between hosts using the
FTP protocol.
Package: inetutils-ftpd
Description-md5: ab797b9be2c2043f3a1cccfcbbd951f0
Description-en: File Transfer Protocol server
Ftpd is the server that allows another host to connect with the ftp
command to transfer files using the FTP protocol.
Package: inetutils-inetd
Description-md5: 4d6f447fb5156051840d637383dc72ad
Description-en: internet super server
Inetd is the daemon that listens on various TCP and UDP ports and spawns
programs that can't or won't do it for themselves.
.
This is the portable GNU implementation of inetd. The package supports
IPv6, tcpmux services and unlimited server arguments.
Package: inetutils-ping
Description-md5: 6200ee972698b85f830ed80937e3d9da
Description-en: ICMP echo tool
Ping uses ICMP to send out echo requests, and uses the reply packets to
calculate latency between the sending and the destination hosts.
.
This is the portable GNU implementation of ping.
Package: inetutils-syslogd
Description-md5: 2114d87f02896f73b904f74e7b55d1af
Description-en: system logging daemon
The syslog daemon is responsible for providing logging of messages
received from programs and facilities on the local host as well as
from remote hosts.
Package: inetutils-talk
Description-md5: cde471b5a5efdf23f3a11e79f5aa22fe
Description-en: talk to another user
Talk is a visual communication program which copies lines from your terminal
to that of another user.
Package: inetutils-talkd
Description-md5: 37f99045d03bb12798fa38fc19e717cb
Description-en: remote user communication server
Talkd is the server that notifies a user that someone else wants to initiate
a conversation. It acts a repository of invitations, responding to requests
by clients wishing to rendezvous to hold a conversation.
Package: inetutils-telnet
Description-md5: e8f16d39a9ea57d2216c233cbe9d1901
Description-en: telnet client
The telnet command is used for interactive communication with another host
using the TELNET protocol.
Package: inetutils-telnetd
Description-md5: 307eb7852949929b7d82313556f3dc78
Description-en: telnet server
The in.telnetd program is a server which supports the DARPA telnet
interactive communication protocol.
Package: inetutils-tools
Description-md5: 20eb5c48f2a63877e97a3c9a5a4ff7ca
Description-en: base networking utilities (experimental package)
Base utilities for network administration (ifconfig, etc).
.
WARNING: The current ifconfig implementation provided is not fully
compatible with the net-tool's ifconfig version.
Package: inetutils-traceroute
Description-md5: 4a32545f5c244d2cb70b9da16bbc2212
Description-en: trace the IPv4 route to another host
The traceroute utility displays the route taken by IP packets on their
way to another host or another network.
.
Install this package if you need a tool to examine network connectivity
or to diagnose network problems.
Package: influxdb
Description-md5: d2c23046924ed5fc4da44930df902688
Description-en: Scalable datastore for metrics, events, and real-time analytics
InfluxDB is a time series, metrics, and analytics database. It’s written
in Go and has no external dependencies. That means once you install it
there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra,
HBase, or anything else). InfluxDB is targeted at use cases for DevOps,
metrics, sensor data, and real-time analytics.
Package: influxdb-client
Description-md5: 6a069ec63536b234ccfd6c6cb9c622be
Description-en: command line interface for InfluxDB
InfluxDB is a time series, metrics, and analytics database. It’s written
in Go and has no external dependencies. That means once you install it
there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra,
HBase, or anything else). InfluxDB is targeted at use cases for DevOps,
metrics, sensor data, and real-time analytics.
.
This package contains the command line interface.
Package: influxdb-dev
Description-md5: aacab723a3b68878099dda85cc693914
Description-en: Transitional package for golang-github-influxdb-influxdb-dev
This is a transitional package to ease upgrades to the
golang-github-influxdb-influxdb-dev package. It can safely be removed.
Package: installation-guide-powerpc
Description-md5: 92a1f217bd580e43e3bcf77a8a095906
Description-en: Ubuntu installation guide for powerpc
This package contains the Ubuntu installation guide for the PowerPC
architecture, in a variety of languages.
.
A shorter reference, the installation HOWTO, is included in an appendix.
Package: iperf
Description-md5: 1b25d29ae979d65c1a67cf08177ba875
Description-en: Internet Protocol bandwidth measuring tool
Iperf is a modern alternative for measuring TCP and UDP bandwidth performance,
allowing the tuning of various parameters and characteristics.
.
Features:
* Measure bandwidth, packet loss, delay jitter
* Report MSS/MTU size and observed read sizes.
* Support for TCP window size via socket buffers.
* Multi-threaded. Client and server can have multiple simultaneous
connections.
* Client can create UDP streams of specified bandwidth.
* Multicast and IPv6 capable.
* Options can be specified with K (kilo-) and M (mega-) suffices.
* Can run for specified time, rather than a set amount of data to transfer.
* Picks the best units for the size of data being reported.
* Server handles multiple connections.
* Print periodic, intermediate bandwidth, jitter, and loss reports at
specified intervals.
* Server can be run as a daemon.
* Use representative streams to test out how link layer compression affects
your achievable bandwidth.
Package: ipmitool
Description-md5: 25a9e9b297f6cb408542afe642c815cb
Description-en: utility for IPMI control with kernel driver or LAN interface (daemon)
A utility for managing and configuring devices that support the
Intelligent Platform Management Interface. IPMI is an open standard
for monitoring, logging, recovery, inventory, and control of hardware
that is implemented independent of the main CPU, BIOS, and OS. The
service processor (or Baseboard Management Controller, BMC) is the
brain behind platform management and its primary purpose is to handle
the autonomous sensor monitoring and event logging features.
.
The ipmitool program provides a simple command-line interface to this
BMC. It features the ability to read the sensor data repository
(SDR) and print sensor values, display the contents of the System
Event Log (SEL), print Field Replaceable Unit (FRU) inventory
information, read and set LAN configuration parameters, and perform
remote chassis power control.
.
This package contains the daemon.
Package: iptables-nftables-compat
Description-md5: 982055acdda000ce0ea43b8ddf7b892f
Description-en: iptables compat tools for nftables
this package includes the compat tools to load iptables, ip6tables, arptables
and ebtables rules to the nf_tables kernel subsystem.
.
The tools are called: 'iptables-compat', 'iptables-compat-save',
'iptables-compat-restore', 'ip6tables-compat', 'ip6tables-compat-save',
'ip6tables-compat-restore', 'arptables-compat' and 'ebtables-compat'.
.
.
A basic way to understand this compat stuff is to load the ruleset
skeleton, i.e: a first call `iptables-compat -L'. Then, you can use nft,
i.e: `nft list ruleset'. Same for the other families.
.
Also, this package contains the translation tools, which are
'iptables-translate', 'ip6tables-translate', 'iptables-restore-translate',
and 'ip6tables-restore-translate'.
.
These translation tools works by reading an input in iptables native syntax
and then printing the nftables syntax equivalent.
Package: iptables-persistent
Description-md5: 1cde2713365aeda7fa3bba00e9a06380
Description-en: boot-time loader for netfilter rules, iptables plugin
netfilter-persistent is a loader for netfilter configuration using a
plugin-based architecture.
.
This package contains the iptables and ip6tables plugins.
Package: iputils-clockdiff
Description-md5: 9decf160dafd56034002d36fa8dc3289
Description-en: Measure the time difference between networked computers
Clockdiff computes the difference between the time of the machine on
which it is called and the time of other network-accessible machines.
The time differences measured by clockdiff are obtained using a
sequence of ICMP TSTAMP messages which are returned to the sender by
the IP module in the remote machine.
Package: isag
Description-md5: 10d9efc76195047a9a61b2432a52444d
Description-en: Interactive System Activity Grapher for sysstat
This package provides the command isag, which graphically displays the
system activity data stored in the binary logs produced by sar (in the
package sysstat).
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: iscsiuio
Description-md5: 79d033daf8cf245af6e699a137d27da9
Description-en: iSCSI offloading daemon for QLogic devices
Open-iSCSI is a high-performance, transport independent, multi-platform
implementation of the RFC3720 Internet Small Computer Systems Interface
(iSCSI).
.
This package contains the userspace offloading daemon, for use with
QLogic (formerly Broadcom) NetXtreme II hardware, as supported by the
'bnx2' and 'bnx2x' drivers, in conjunction with the 'bnx2i' driver.
.
The following network controllers are supported:
bnx2: BCM5706, BCM5708, BCM5709 devices
bnx2x: BCM57710, BCM57711, BCM57711E, BCM57712, BCM57712E, BCM57800,
BCM57810, BCM57840
.
This package is required to offload iSCSI onto these devices.
Package: isync
Description-md5: 2304fc754da07ee341c66b6081d0d798
Description-en: IMAP and MailDir mailbox synchronizer
mbsync/isync is a command line application which synchronizes mailboxes;
currently Maildir and IMAP4 mailboxes are supported. New messages, message
deletions and flag changes can be propagated both ways. isync is suitable
for use in IMAP-disconnected mode.
.
The main application was much improved in version 1.0. Those improvements
lead to interface changes and the application being renamed to mbsync. The
application isync is now only a wrapper to keep compatibility with earlier
versions.
.
Features:
* Fine-grained selection of synchronization operations to perform
* Synchronizes single mailboxes or entire mailbox collections
* Partial mirrors possible: keep only the latest messages locally
* Trash functionality: backup messages before removing them
IMAP features:
* Security: supports TLS/SSL via imaps: (port 993) and STARTTLS; CRAM-MD5
for authentication
* Supports NAMESPACE for simplified configuration
* Pipelining for maximum speed (currently only partially implemented)
Package: italc-client
Description-md5: 12604f9a7323c4340328f6f95db9a0a2
Description-en: intelligent Teaching And Learning with Computers - client
iTALC makes it possible to access and guide the activities of students
from the computer of the teacher. For example, with the help of iTALC
a teacher can view the contents of students' screens and see if any of
them need help. If so, the teacher can access the student's desktop and
provide support; the student can watch the teacher's actions and learn
from them. Alternatively the teacher can switch into "demo-mode", where
all the students' screens show the contents of the teacher's screen.
Furthermore, actions like locking students' screens, killing games,
powering clients on or off, and much more can all be performed via iTALC.
.
This package contains the client software for iTALC, which can be
controlled using italc-master.
Package: italc-management-console
Description-md5: 07adf502f5c8f540ee1630d175e49988
Description-en: intelligent Teaching And Learning with Computers - management console
iTALC makes it possible to access and guide the activities of students
from the computer of the teacher. For example, with the help of iTALC
a teacher can view the contents of students' screens and see if any of
them need help. If so, the teacher can access the student's desktop and
provide support; the student can watch the teacher's actions and learn
from them. Alternatively the teacher can switch into "demo-mode", where
all the students' screens show the contents of the teacher's screen.
Furthermore, actions like locking students' screens, killing games,
powering clients on or off, and much more can all be performed via iTALC.
.
This package contains the management console for iTALC, which helps to
configure and manage iTALC installations.
Package: italc-master
Description-md5: 748e0a8e41a86d25f4aade8453f525ce
Description-en: intelligent Teaching And Learning with Computers - master
iTALC makes it possible to access and guide the activities of students
from the computer of the teacher. For example, with the help of iTALC
a teacher can view the contents of students' screens and see if any of
them need help. If so, the teacher can access the student's desktop and
provide support; the student can watch the teacher's actions and learn
from them. Alternatively the teacher can switch into "demo-mode", where
all the students' screens show the contents of the teacher's screen.
Furthermore, actions like locking students' screens, killing games,
powering clients on or off, and much more can all be performed via iTALC.
.
This package contains the software necessary to observe and control iTALC
clients provided by the italc-client package.
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: jbigkit-bin
Description-md5: c24110cd197abef8c60744cecc6c49ed
Description-en: JBIGkit binaries
JBIG-KIT provides a portable library of compression and decompression functions
with a documented interface that you can include very easily into your image or
document processing software.
.
This package contains the binaries from JBIG-KIT.
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: json-glib-tools
Description-md5: a3993eb653a1a654b72146670c3113ac
Description-en: GLib JSON manipulation library (tools)
JSON-GLib is a library for parsing, generating and manipulating JavaScript
Object Notation (JSON) data streams using the GLib type system. It allows
manipulating JSON data types with a Document Object Model API. It also
allows serializing and deserializing simple or complex GObjects to and
from JSON data types.
.
This package contains the json-glib-format and json-glib-validate
tools.
Package: jsunit
Description-md5: 4bc635e05c4e623778cde0cf70c446e4
Description-en: empty package
The JSUnit package has been removed from Ubuntu because it has not been
ported to thunderdird series 78
(https://www.mail-archive.com/enigmail-users@enigmail.net/msg05251.html).
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: jtreg6
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: jupyter-notebook
Description-md5: a1f300590a1412cd831ab1ad0a2faf40
Description-en: Jupyter interactive notebook
The Jupyter Notebook is a web application that allows you to create and
share documents that contain live code, equations, visualizations, and
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.
.
This package provides the jupyter subcommands "notebook", "nbextension",
"serverextension" and "bundlerextension".
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: kactivitymanagerd
Description-md5: a9bed58e742e6b5388dfcd0771bd567d
Description-en: System service to manage user's activities
System service to manage user's activities, track the usage patterns
etc.
Package: kde-cli-tools
Description-md5: ec416f18a4737b8b6cc6e006a745596f
Description-en: tools to use KDE services from the command line
These command line tools enable you to use KDE services such as
kioslaves, kdesu, QtSVG, kcontrol modules, KDE trader and start
applications from the command line.
.
This package is part of the KDE Plasma.
Package: kde-cli-tools-data
Description-md5: f4fd4613a60dec4dc609bfe3c66e0aca
Description-en: tools to use kioslaves from the command line
These command line tools enable you to use KDE services such as
kioslaves, kdesu, QtSVG, kcontrol modules, KDE trader and start
applications from the command line.
.
This package is part of the KDE Plasma.
.
This package contains the data files
Package: kde-config-gtk-style
Description-md5: 5368451e1e11dd0589201cdff120bf19
Description-en: KDE configuration module for GTK+ 2.x and GTK+ 3.x styles selection
Configuration dialog to adapt GTK+ applications appearance to your taste
under KDE. Among its many features, it lets you:
- Choose which theme is used for GTK+ 2.x and GTK+ 3.x applications.
- Tweak some GTK+ applications behaviour.
- Select what icon theme to use in GTK+ applications.
- Select GTK+ applications default fonts.
- Easily browse and install new GTK+ 2.x and GTK+ 3.x themes.
.
This package contains kde-gtk-config module for KDE System Settings and
common files (icons, localization files and etc).
Package: kde-config-gtk-style-preview
Description-md5: cafef5367a2764d53f58f7eaa06bfbc3
Description-en: KDE configuration module for GTK+ 2.x and GTK+ 3.x styles selection (extras)
Configuration dialog to adapt GTK+ applications appearance to your taste
under KDE. Among its many features, it lets you:
- Choose which theme is used for GTK+ 2.x and GTK+ 3.x applications.
- Tweak some GTK+ applications behaviour.
- Select what icon theme to use in GTK+ applications.
- Select GTK+ applications default fonts.
- Easily browse and install new GTK+ 2.x and GTK+ 3.x themes.
.
This package contains binary files for previewing Gtk themes and applying
them without restarting of Gtk applications.
Package: kde-config-plymouth
Description-md5: 199f5c2c525ebc8cef6be05b5981f385
Description-en: KCM for Plymouth
KDE systemsettings module to manage plymouth theming.
Package: kde-config-screenlocker
Description-md5: 0461dd20309a7615d5567aae126edc55
Description-en: KCM Module for kscreenlocker
KDE systemsettings module to configure kscreenlocker
Package: kde-config-sddm
Description-md5: c4d0e4cd0506a50301b0cbabb884d63f
Description-en: KCM module for SDDM
KDE systemsettings module to configure SDDM login manager.
Package: kde-config-touchpad
Description-md5: 1f317b04f78374dba7d1e14def0b7f80
Description-en: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: kde-style-breeze
Description-md5: 20c52eb5b3cb5345027f447533e5f9c2
Description-en: Widget style for Qt and KDE Software
This is the default widget style for KDE's Plasma desktop.
.
This package is part of the Breeze theme module.
Package: kde-style-breeze-qt4
Description-md5: f1ac9edf633e09b75562f00681cd687a
Description-en: Widget style for Qt 4 and KDE Software
This is the default widget style for KDE's Plasma desktop. This
build has the plugin for with Qt 4.
.
This package is part of the Breeze theme module.
Package: kde-style-oxygen
Description-md5: 1f317b04f78374dba7d1e14def0b7f80
Description-en: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: kde-style-oxygen-qt4
Description-md5: f2b7397f69787bcbe840ad008017b66a
Description-en: Qt 4 decoration for the Oxygen desktop theme
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This is the version shipped with Plasma 5. This package contains the
Qt 4 widget theme.
Package: kde-style-oxygen-qt5
Description-md5: ed5bd6595528ec9657ad5c728258d9c8
Description-en: Qt decoration for the Oxygen desktop theme
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the Qt 5 widget theme.
Package: kde-touchpad
Description-md5: 1f317b04f78374dba7d1e14def0b7f80
Description-en: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: kde-window-manager
Description-md5: e67011e711b5bf92533b5eee72850124
Description-en: transitional package for kwin-x11
This transitional package allows one to migrate to the packages providing
the X11 version of the KDE window manager.
.
It can be safely removed after the installation.
Package: kdeconnect
Description-md5: 395c15316506015011d076d74e8c39b2
Description-en: connect smartphones to your KDE Plasma Workspace
Tool to integrate the KDE Plasma Workspace with your smartphones and
similar devices.
It adds a set of plasmoid, plugins and services to the KDE Plasma Workspace.
At the moment it only supports Android based devices.
Package: kdeconnect-plasma
Description-md5: a58b0f037091377425623fbd5c3fabe3
Description-en: Transitional package (kdeconnect-plasma -> kdeconnect)
This is a transitional package for kdeconnect-plasma and can safely be
removed.
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: kdeplasma-addons-data
Description-md5: 725b91561b2c3d40bf18afd7b7e4df3f
Description-en: locale files for kdeplasma-addons
The KDE Plasma addons module is a collection of additional Plasma 5
data engines, widgets and krunner plugins. It is part of
the official KDE distribution.
.
This package contains locale files for KDE Plasma addons 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: kgamma5
Description-md5: f056942c2f5f7109127886d528429674
Description-en: monitor calibration panel for KDE
This package contains a settings panel for adjusting the brightness, contrast,
and gamma-correction of a monitor. Test patterns are shown to help
determine the settings that accurately display the full range of colors.
.
Each of the red, green, and blue components can be adjusted individually,
or all three components can be adjusted together.
Package: khotkeys
Description-md5: 141d2a57d637fe441636e6796c3a3fda
Description-en: configure input actions settings
Configure input actions settings in Plasma.
.
KHotKeys is part of the KDE Plasma desktop.
.
This package contains the runtime files.
Package: khotkeys-data
Description-md5: 65f22c16bf16e430082b2ca792a1fe70
Description-en: configure input actions settings
Configure input actions settings in Plasma.
.
KHotKeys is part of the KDE Plasma desktop.
.
This package contains the translations and other
data files.
Package: khotkeys-dev
Description-md5: c43df95dc05e2c5ce44de6bc6cdd3fe4
Description-en: configure input actions settings
Configure input actions settings in Plasma.
.
KHotKeys is part of the KDE Plasma desktop.
.
This package contains the development files.
Package: kinfocenter
Description-md5: 72a193c9dc89940db318996c6bccbc7a
Description-en: system information viewer
The kinfocenter provides you with a centralized and convenient
overview of your system and desktop environment.
.
The information center is made up of multiple modules. Each module is a
separate application, but the information center organizes all of these
programs into a convenient location.
Package: kio-gdrive
Description-md5: 244a9aa906bc1695842c0c57b2f2faad
Description-en: KIO access for Google Drive
KIO GDrive enables KIO-aware applications (such as Dolphin, Kate
or Gwenview) to access and edit Google Drive files on the cloud.
Package: kmenuedit
Description-md5: 12bafba27a1d36d24d639d2ecde64ce5
Description-en: XDG menu editor
This package provides a menu editor which may be used to edit the KDE Plasma
workspaces menu or any other XDG menu.
.
This package contains the runtime files.
Package: knockd
Description-md5: 299f4f026135628095f21e7271283e1f
Description-en: small port-knock daemon
A port-knock server that listens to all traffic on a given network
interface (only Ethernet and PPP are currently supported), looking for
a special "knock" sequences of port-hits. A remote system
makes these port-hits by sending a TCP (or UDP) packet to a port on the
server. When the server detects a specific sequence of port-hits, it
runs a command defined in its configuration file. This can be used to
open up holes in a firewall for quick access.
Package: kpatch
Description-md5: b40bb7cc8d2040c3fd10f40569b93874
Description-en: Runtime tools for Kpatch
kpatch is a Linux dynamic kernel patching tool which allows you to patch a
running kernel without rebooting or restarting any processes. It enables
sysadmins to apply critical security patches to the kernel immediately, without
having to wait for long-running tasks to complete, users to log off, or
for scheduled reboot windows. It gives more control over up-time without
sacrificing security or stability.
Package: kpatch-build
Description-md5: 53001888ae99d7cf2438fb09765cb4c6
Description-en: Build Tools for Kpatch and Livepatch
kpatch-build is a tool that can build both kpatch and livepatch modules from
a given patch.
Package: kpatch-dkms
Description-md5: 89ee835f78cde08950b763e13c581063
Description-en: DKMS module for Kpatch
This package contains the Kpatch module built with DKMS. It installs the source
and makefiles into the appropriate locations in order to handle various kernel
versions.
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: kscreen
Description-md5: 067f74c026f07364b4067bc3034b4197
Description-en: KDE monitor hotplug and screen handling
KScreen provides multiple monitor support. This support tries to be
as smart as possible adapting the behavior of it to each use case
making the configuration of monitors as simple as plugging them into
your computer.
.
This package contains the modules and plugins for monitor hotplug and
automatic screen handling.
Package: kscreenlocker-dev
Description-md5: 32198d3b930ca4435124e83282e54c2d
Description-en: Development files for kscreenlocker
Library and components for secure lock screen architecture.
.
This package contains development files for kscreenlocker.
Package: ksshaskpass
Description-md5: d40d0f70b976182c062e39109a47b97c
Description-en: interactively prompt users for a passphrase for ssh-add
A version of ssh-askpass with KWallet support.
Package: ksysguard
Description-md5: 45f3cad5fe486395c402158a8258c378
Description-en: process monitor and system statistics
System Guard allows you to monitor various statistics about your system.
.
In addition to monitoring the local system, it can connect to remote systems
running the System Guard Daemon, which is in the 'ksysguardd' package.
.
This package is part of the KDE base workspace module.
Package: ksysguard-data
Description-md5: 1ad67f353058d2b7d325881f7bb34479
Description-en: library for monitoring your system - shared library
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
Currently the daemon has been ported to Linux, FreeBSD, Irix, NetBSD,
OpenBSD, Solaris and Tru64 with varying degrees of completion.
.
This package contains the locale files
Package: ksysguardd
Description-md5: a50ff16b1d24b1ee25745b87e5def50a
Description-en: System Guard Daemon
System Guard Daemon can be installed on a remote system so that the KDE
System Guard can connect to and monitor it.
.
This package is part of the KDE base workspace module.
Package: ktap
Description-md5: 02bcadfeb226f895ed2a6173ad27160b
Description-en: lightweight script-based dynamic tracing tool for Linux
ktap is a new script-based dynamic tracing tool for Linux, it uses a scripting
language and lets users trace the Linux kernel dynamically. ktap is designed to
give operational insights with interoperability that allows users to tune,
troubleshoot and extend kernel and application. It's similar with Linux
Systemtap and Solaris Dtrace.
.
ktap have different design principles from Linux mainstream dynamic tracing
language in that it's based on bytecode, so it doesn't depend upon GCC, doesn't
require compiling kernel module for each script, safe to use in production
environment, fulfilling the embedded ecosystem's tracing needs.
Package: kwin
Description-md5: 7a69a2f0b21743c9e512506f20c5efb1
Description-en: Transitional dummy for kwin-x11
This package is a transitional dummy to depend on the renamed kwin-x11 and
can be removed.
Package: kwin-addons
Description-md5: 77130048996c2b746f6d989a7ac02671
Description-en: additional desktop and window switchers for KWin
This package contains additional KWin desktop and window switchers shipped in
the Plasma 5 addons module.
.
This package is part of the KDE Plasma addons module.
Package: kwin-common
Description-md5: d812e38ecc0856bb858fffec17c3f257
Description-en: KDE window manager, common files
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: kwin-data
Description-md5: 1d697d510504cce76cd18beb1fe47f23
Description-en: KDE window manager data files
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package contains the data files
Package: kwin-decoration-oxygen
Description-md5: 0f2d780b285372a292d82d4eff036ae0
Description-en: KWin decoration for the Oxygen desktop theme
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the KWin decoration and settings modules.
Package: kwin-dev
Description-md5: e981f5e39df0aa1878605e91238fad93
Description-en: KDE window manager - devel files
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: kwin-style-breeze
Description-md5: b886476117343d3fd79be6f0d3eddd93
Description-en: KWin Breeze Style
This is the Breeze window manager style for the KDE Plasma 5 desktop.
.
This package is part of the Breeze theme module.
Package: kwin-wayland
Description-md5: ed95a1760e65a42042e7cb0c9f3133f5
Description-en: KDE window manager, wayland version
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: kwin-wayland-backend-drm
Description-md5: 065a515394efb8aaa9b993b952ec6e7e
Description-en: KDE window manager drm plugin
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module
Package: kwin-wayland-backend-fbdev
Description-md5: f066e6903615d4f94cf1f37bd625aedd
Description-en: KDE window manager fbdev plugin
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module
Package: kwin-wayland-backend-virtual
Description-md5: 62bd60f2739dc1f0e94ad8db05ba7cbf
Description-en: KDE window manager virtual plugin
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This backend allows running kwin-wayland in headless mode, useful for testing,
or in the Cloud.
Package: kwin-wayland-backend-wayland
Description-md5: 96604a8a2eba3fab95ee5e5846be40e8
Description-en: KDE window manager nested wayland plugin
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module
Package: kwin-wayland-backend-x11
Description-md5: f41c3158d740e34ec15cd4c387195591
Description-en: KDE window manager x11 plugin
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module
Package: kwin-x11
Description-md5: b49a23f2e017f3c5499b70ce757a376c
Description-en: KDE window manager, X11 version
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: kwrited
Description-md5: fd7c9d49b7119c96c9f5bfb8c67212da
Description-en: Read and write console output to X.
Kwrited captures console output (e.g. broadcast messages) and prints
it in a X window.
.
This package is part of the KDE base workspace module.
Package: lastpass-cli
Description-md5: 09db552a7aaade4cdf8cb8ecddada1e6
Description-en: command line interface to LastPass.com
This application is a command line interface to the LastPass.com services. It
brings both better security and convenience by allowing you to access, add,
modify, and delete entries in your online LastPass vault, all from the
terminal. You can also generate passwords for every server you use and
securely store those passwords directly in LastPass. LastPass Enterprise
features are supported as well, including Shared Folders.
.
Users who prefer the command line can access their data directly with “lpass
ls” then using “lpass show -c --password Sitename” to put the Sitename
password on the copy buffer. You can utilize “lpass show” to store passwords
used in scripts, rather than putting passwords in the scripts themselves.
LastPass can also be used as you work within the command line to help you
login to servers. We’ve included some example scripts below.
.
The new tool is beneficial for LastPass users who want to use the command
line to login to other machines as they work. There are examples such as
contrib/examples/change-ssh-password.sh which shows automated password
changing on a server. You could run it automatically on a nightly basis,
regularly changing the password on the server as a security measure.
Package: 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: ldirectord
Description-md5: d72d6b56a28652bb82109ce53fb17aad
Description-en: Monitors virtual services provided by LVS
ldirectord is a stand-alone daemon to monitor real servers behind
virtual services provided by The Linux Virtual Server (LVS).
Package: ldnsutils
Description-md5: f9d658a5ff7103e0aaa996f3fc4c800d
Description-en: ldns library for DNS programming
The goal of ldns is to simplify DNS programming, it supports recent RFCs
like the DNSSEC documents, and allows developers to easily create software
conforming to current RFCs, and experimental software for current Internet
Drafts.
.
This package contains various client programs related to DNS that are
based on top of libldns library and DRILL tool which is similar to dig.
These tools were designed with DNSSEC in mind and are useful for DNS
and DNSSEC testing and debugging.
Package: ledmon
Description-md5: 007af04ef82b824ecd544a9e11d5cc0b
Description-en: Enclosure LED Utilities
ledmon and ledctl are userspace tools designed to control storage
enclosure LEDs. The user must have root privileges to use these tools.
.
These tools use the SGPIO and SES-2 protocols to monitor and control LEDs.
They been verified to work with Intel(R) storage controllers (i.e. the
Intel(R) AHCI controller) and have not been tested with storage controllers of
other vendors (especially SAS/SCSI controllers).
.
For backplane enclosures attached to ISCI controllers, support is limited to
Intel(R) Intelligent Backplanes.
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: letsencrypt
Description-md5: b77c3edb2fdeaba6edecc4488cb24985
Description-en: transitional dummy package
This is a transitional dummy package for the rename of letsencrypt to certbot.
It can safely be removed.
Package: lexicon
Description-md5: 89a29977b31900669136be6212d9f9f9
Description-en: CLI for manipulating DNS records on various DNS providers (Python 3)
Lexicon provides a way to manipulate DNS records on multiple DNS
providers in a standardized way. Lexicon was designed to be used in
automation, specifically letsencrypt.
.
This package installs the tool for Python 3.
Package: lib32asan3
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: lib32asan3-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: lib32asan3-dbg
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: lib32asan3-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: lib32asan3-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: lib32asan3-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: lib32asan3-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: lib32asan3-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: lib32asan3-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: lib32asan3-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: 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-6-dev
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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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: c63fecbede41e11da6e7e7eb4dfe7229
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mips64 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: 72ddc0904e54cf7bb0d5cb059b90a213
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mips64el 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: 681bc2998a2d639f3c2e8b9ba74fceda
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for ppc64 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: 204d8588af64c5baba1541758b0fe629
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for sparc64 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: ae951a44ce65a9ecbdc6022486c17a04
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for x32 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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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: lib32gfortran3
Description-md5: 6b1141cbf03c78b07b329d00c2e7823f
Description-en: Runtime library for GNU Fortran applications (32bit)
Library needed for GNU Fortran applications linked against the
shared library.
Package: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: lib32gfortran3-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: 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: lib32go9
Description-md5: 7174520aedfeba49e54b8c36f55b7e95
Description-en: Runtime library for GNU Go applications (32bit)
Library needed for GNU Go applications linked against the
shared library.
Package: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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: lib32go9-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-6-dev
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-6-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-6-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-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: lib32gphobos68
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: lib32gphobos68-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: lib32gphobos68-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: lib32gphobos68-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: lib32gphobos68-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: lib32gphobos68-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: 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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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++-6-dev
Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e
Description-en: GNU Standard C++ Library v3 (development files)
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
Package: lib32stdc++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-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-6-dbg
Description-md5: 6d699ea4429a346bc58e56d70e561407
Description-en: GNU Standard C++ Library v3 (debugging files)
This package contains the shared library of libstdc++ compiled with
debugging symbols.
Package: lib32stdc++6-6-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-6-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-6-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-6-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-6-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-6-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-6-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-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: 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-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: 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-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: 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-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: 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-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: 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-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: lib64asan3-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: lib64asan3-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: lib64asan3-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: lib64asan3-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: lib64asan3-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: lib64asan3-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: 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-6-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-6-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-6-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-6-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-6-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-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: dd3d7e0ba479e98a11965405e9099d15
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mips 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: 3cb96e2976afbb0e3cd0868d64da2907
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mipsel 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: ae951a44ce65a9ecbdc6022486c17a04
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for x32 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: bd06455b0b59aee3cd8410319dd59033
Description-en: GCC support library (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-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: a86fe5ad56fc9a20f1df525a4613ff6b
Description-en: GCC support library (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-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: 89a13e644736300f0c72f6b4f26bd6e5
Description-en: GCC support library (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: 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-6-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-6-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-6-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-6-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-6-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-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: lib64gfortran3-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: lib64gfortran3-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: lib64gfortran3-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: lib64gfortran3-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: lib64gfortran3-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: lib64gfortran3-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: lib64gfortran3-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: lib64gfortran3-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: lib64gfortran3-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: lib64gfortran3-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: 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: lib64go9-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: lib64go9-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: lib64go9-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: lib64go9-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: lib64go9-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: lib64go9-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: lib64go9-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: lib64go9-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: lib64go9-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: lib64go9-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-6-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-6-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-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: lib64gphobos68-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: lib64gphobos68-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: lib64gphobos68-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: lib64gphobos68-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: 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-6-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-6-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-6-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-6-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-6-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-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++-6-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++-6-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++-6-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++-6-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++-6-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++-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-6-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-6-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-6-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-6-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-6-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-7-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-7-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-7-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-7-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-7-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-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: 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-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: 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-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: 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-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: 4f67f1c2b7493d3c363d870d9467d1bb
Description-en: GNU Standard C++ Library v3 (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-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: f91ec9ec5dea1c47dc14b6e4453ce09f
Description-en: GNU Standard C++ Library v3 (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-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: 61d104a287fcb470927b3ec243c0b8f1
Description-en: GNU Standard C++ Library v3 (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: 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: libafsauthent2
Description-md5: a0feedf62f2fa5d341102110cd7a1d2b
Description-en: AFS distributed file system runtime library (authentication)
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides the shared library implementing AFS client
authentication and token management.
Package: libafsrpc2
Description-md5: 7523708cbcd58ca51ccd0bb131f7807a
Description-en: AFS distributed file system runtime library (RPC layer)
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides the shared library implementing the Rx protocol and
other AFS RPC functionality.
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-apreq2
Description-md5: 1d2af6984c5d28eda964cc2022c20b5c
Description-en: generic Apache request library - Apache module
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the Apache module itself.
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-svn
Description-md5: e15ffe075b3a61d7ee31166809f7092c
Description-en: Apache Subversion server modules for Apache httpd
This package provides the mod_dav_svn and mod_authz_svn modules for
the Apache 2.4 web server. These modules provide Apache Subversion's WebDAV
server backend, to serve repositories over the http and https
protocols. See the 'subversion' package for more information.
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: libapache2-mod-wsgi-py3
Description-md5: 9804c7965adca269cbc58c4a8eb236d8
Description-en: Python 3 WSGI adapter module for Apache
The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server
Gateway Interface, a standard interface between web server software and
web applications written in Python) compliant interface for hosting Python
based web applications within Apache. The adapter provides significantly
better performance than using existing WSGI adapters for mod_python or CGI.
.
This package provides module for Python 3.X.
Package: libapache2-request-perl
Description-md5: af1b5c05334cf2fa9c66195dedeafd89
Description-en: generic Apache request library - Perl modules
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the Perl bindings, which are simply a thin XS layer on
top of libapreq, making them a lighter and faster alternative to CGI.pm and
CGI::Cookie.
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: libappindicator-dev
Description-md5: 8892169afb7b9bc499e71c9594bafe1b
Description-en: Application Indicators
A library and indicator to take menus from applications and place them in
the panel.
.
This package contains files that are needed to build applications.
Package: libappindicator0.1-cil
Description-md5: 1847e304f46bfd56eda1cdad308e1f7c
Description-en: CLI bindings for libappindicator
This package provides the appindicator-sharp assembly that allows CLI (.NET)
programs to take menus from applications and place them in the panel.
.
This package contains assemblies to be used by applications.
Package: libappindicator0.1-cil-dev
Description-md5: 8892169afb7b9bc499e71c9594bafe1b
Description-en: Application Indicators
A library and indicator to take menus from applications and place them in
the panel.
.
This package contains files that are needed to build applications.
Package: libappindicator1
Description-md5: 19c351a0f9348d05d8bfa4468c6db3f5
Description-en: Application Indicators
A library and indicator to take menus from applications and place them in
the panel.
.
This package contains shared libraries to be used by applications.
Package: libappstreamqt-dev
Description-md5: 0a7919e7eb3578aabb849ac6507d3493
Description-en: Qt5 library to access AppStream services (development files)
AppStream is a metadata specification, allowing to write metadata for
software projects in a standardized format. This allows software centers
to display useful information for not installed software, as well as
determining software the user might want to install (e.g. to open an
unknown file type or to make missing firmware available).
.
This package contains development files necessary to develop
software management tools which use the Qt-based AppStream library.
Package: libappstreamqt2
Description-md5: 1fde835e1d44f3e9d2ed1be217653777
Description-en: Qt5 library to access AppStream services
AppStream is a metadata specification, allowing to write metadata for
software projects in a standardized format. This allows software centers
to display useful information for not installed software, as well as
determining software the user might want to install (e.g. to open an
unknown file type or to make missing firmware available).
.
This package contains a Qt-based library to access AppStream
services, like the software component metadata pool.
Package: libapreq2-3
Description-md5: a7cbbe5541f0b98aaaa957c43520424f
Description-en: generic Apache request library
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the main library.
Package: libapreq2-dev
Description-md5: c9af9099a3246332c834d078304ac945
Description-en: generic Apache request library - development files
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the development library and C headers required for
compiling programs against the library.
Package: libapreq2-doc
Description-md5: 92318dc20bfd3cf171825757d8cc86a1
Description-en: generic Apache request library - documentation
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the programming documentation for the library.
Package: libaprutil1-dbd-mysql
Description-md5: 15a666ed46c11f75bd13c5e02383601c
Description-en: Apache Portable Runtime Utility Library - MySQL Driver
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
.
This package contains the MySQL / mariadb database driver.
Package: libaprutil1-dbd-odbc
Description-md5: 085602535c579227169d691cc9bd9db1
Description-en: Apache Portable Runtime Utility Library - ODBC Driver
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
.
This package contains the ODBC database driver.
Package: libaprutil1-dbd-pgsql
Description-md5: 3e0d8248ad62a14f055f01f5218a8c8f
Description-en: Apache Portable Runtime Utility Library - PostgreSQL Driver
APR is Apache's Portable Runtime Library, designed to be a support library
that provides a predictable and consistent interface to underlying
platform-specific implementations.
.
APR Util is a utilities library implemented on top of apr, providing database
access, xml parsing, and other useful functionality.
.
This package contains the PostgreSQL database driver.
Package: 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: libasan3
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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-dbg
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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: libasan3-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: 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: libasmtools-java
Description-md5: a62683bdb3a1a58e92e12a9aab2e7023
Description-en: OpenJDK AsmTools
The AsmTools open source project is used to develop tools for the production
of proper and improper Java '.class' files. AsmTools are being opened in order
to facilitate a community of Java .class file production for various testing
and other OpenJDK development applications.
Package: libasound2-plugin-smixer
Description-md5: 690859b414c92870a8828f1886b0d9dd
Description-en: smixer plugin for ALSA library
This package contains the smixer (Simple Mixer) interface for the ALSA
library.
.
ALSA is the Advanced Linux Sound Architecture.
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: libboinc-app-dev
Description-md5: 14bf791641e7ac0e849dc1dede8fcd86
Description-en: development files to build applications for BOINC projects
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform for distributed computing using volunteered computer
resources.
.
This package contains header files that are needed to develop and
compile applications which utilizes the BOINC infrastructure.
Package: libboinc-app7
Description-md5: c61445098356f24f852e0a3c9ef219e7
Description-en: libraries for BOINC's scientific applications
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform for distributed computing using volunteered computer
resources.
.
This package contains dynamic libraries that are needed for applications
which utilizes the BOINC infrastructure and the boinc-client itself.
Package: libboinc7
Description-md5: 11081d0d4ad203dafbfd2b8fc5e1425b
Description-en: libraries of BOINC the client depends on
The Berkeley Open Infrastructure for Network Computing (BOINC) is a
software platform for distributed computing using volunteered computer
resources.
.
The environment offers a series of libraries that both the user-run
client and the client-invoked scientific applications depend on. With
the number of cores per machine growing, and with scientific apps
commonly started for every core, it is essential to have memory
shared as much as possible between binaries of all projects.
Package: libbpp-core-dev
Description-md5: cdb7982ac0345bfeaa2a4b3751d0553e
Description-en: Bio++ Core library development files
Bio++ is a set of C++ libraries for Bioinformatics, including sequence
analysis, phylogenetics, molecular evolution and population genetics.
Bio++ is Object Oriented and is designed to be both easy to use and
computer efficient. Bio++ intends to help programmers to write computer
expensive programs, by providing them a set of re-usable tools.
.
This package contains the static library and the header files of the
Bio++ core classes.
Package: libbpp-core4
Description-md5: 41283ea0cba5f10d17a7daaeff42ea9f
Description-en: Bio++ Core library
Bio++ is a set of C++ libraries for Bioinformatics, including sequence
analysis, phylogenetics, molecular evolution and population genetics.
Bio++ is Object Oriented and is designed to be both easy to use and
computer efficient. Bio++ intends to help programmers to write computer
expensive programs, by providing them a set of re-usable tools.
.
This package contains the dynamic library of the Bio++ core classes.
Package: libbpp-seq-dev
Description-md5: 277fc09c00aacce05de693cc1624eff6
Description-en: Bio++ Sequence library development files
Bio++ is a set of C++ libraries for Bioinformatics, including sequence
analysis, phylogenetics, molecular evolution and population genetics.
Bio++ is Object Oriented and is designed to be both easy to use and
computer efficient. Bio++ intends to help programmers to write computer
expensive programs, by providing them a set of re-usable tools.
.
This package contains the static library and the header files of Bio++
classes for sequence analysis classes.
Package: libbpp-seq-omics-dev
Description-md5: 0691977b662e1cda905f3c7fda528e1c
Description-en: Bio++ Sequence library: genomics components (development files)
Bio++ is a set of C++ libraries for Bioinformatics, including sequence
analysis, phylogenetics, molecular evolution and population genetics.
Bio++ is Object Oriented and is designed to be both easy to use and
computer efficient. Bio++ intends to help programmers to write computer
expensive programs, by providing them a set of re-usable tools.
.
This package contains the static library and the header files of the
Bio++ classes dedicated to genomic sequencing.
Package: libbpp-seq-omics3
Description-md5: 24bf0b8d0df837ea2ae82773ed44ee9e
Description-en: Bio++ Sequence library: genomics components
Bio++ is a set of C++ libraries for Bioinformatics, including sequence
analysis, phylogenetics, molecular evolution and population genetics.
Bio++ is Object Oriented and is designed to be both easy to use and
computer efficient. Bio++ intends to help programmers to write computer
expensive programs, by providing them a set of re-usable tools.
.
This package contains the dynamic library of the Bio++ classes
dedicated to genomic sequencing.
Package: libbpp-seq12
Description-md5: cf118c42cb51cd6712d33e4c5537ce2f
Description-en: Bio++ Sequence library
Bio++ is a set of C++ libraries for Bioinformatics, including sequence
analysis, phylogenetics, molecular evolution and population genetics.
Bio++ is Object Oriented and is designed to be both easy to use and
computer efficient. Bio++ intends to help programmers to write computer
expensive programs, by providing them a set of re-usable tools.
.
This package contains the Bio++ classes for sequence analysis.
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: libbrlapi-java
Description-md5: 550798d32e56d5123c7e48d253383d72
Description-en: Java bindings for BrlAPI
BRLTTY is a daemon which provides access to the console (text mode)
for a blind person using a braille display. It drives the braille
display and provides complete screen review functionality.
.
BrlAPI is a library which gives an application access to a braille display and
lets it write braille.
.
This package provides java classes to access a braille display via BrlAPI.
Package: libbrlapi-jni
Description-md5: eafbff381891784e8b3d70095621f0d7
Description-en: Java bindings for BrlAPI (native library)
BRLTTY is a daemon which provides access to the console (text mode)
for a blind person using a braille display. It drives the braille
display and provides complete screen review functionality.
.
BrlAPI is a library which gives an application access to a braille display and
lets it write braille.
.
This package provides the architecture-dependant files required to
access a braille terminal via BrlAPI from 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: libbudgie-plugin0
Description-md5: 17aeb698890bc0c7f269538eecce8de0
Description-en: Plugin library for budgie-desktop
Budgie-Desktop is a GTK+ based desktop environment which focuses on
simplicity and elegance. It provides a traditional desktop metaphor
based interface utilising customisable panel based menu driven system.
Budgie-Desktop is written from scratch utilising many GNOME based
sub-systems such as GNOME-Session and Mutter.
.
This adds the plugin library to budgie-desktop
Package: libbudgietheme0
Description-md5: e3bdad239ff0a71f067a1357037d314e
Description-en: Theme library for budgie-desktop
Budgie-Desktop is a GTK+ based desktop environment which focuses on
simplicity and elegance. It provides a traditional desktop metaphor
based interface utilising customisable panel based menu driven system.
Budgie-Desktop is written from scratch utilising many GNOME based
sub-systems such as GNOME-Session and Mutter.
.
This adds the theme controls for budgie-desktop
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: libc++-10-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++-7-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++-8-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++-9-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++1-10
Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca
Description-en: LLVM C++ Standard library
libc++ is another implementation of the C++ standard library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++1-7
Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca
Description-en: LLVM C++ Standard library
libc++ is another implementation of the C++ standard library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++1-8
Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca
Description-en: LLVM C++ Standard library
libc++ is another implementation of the C++ standard library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++1-9
Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca
Description-en: LLVM C++ Standard library
libc++ is another implementation of the C++ standard library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++abi-10-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi-7-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi-8-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi-9-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi1-10
Description-md5: 6a197f8a8ae8385e801b369ea97886ce
Description-en: LLVM low level support for a standard C++ library
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi1-7
Description-md5: 6a197f8a8ae8385e801b369ea97886ce
Description-en: LLVM low level support for a standard C++ library
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi1-8
Description-md5: 6a197f8a8ae8385e801b369ea97886ce
Description-en: LLVM low level support for a standard C++ library
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi1-9
Description-md5: 6a197f8a8ae8385e801b369ea97886ce
Description-en: LLVM low level support for a standard C++ library
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc-client2007e
Description-md5: 48fa45722d1b998449c387d673b91573
Description-en: c-client library for mail protocols - library files
IMAP (Internet Message Access Protocol) is a method of accessing
electronic messages kept on a (possibly shared) mail server.
.
The UW (University of Washington) IMAP toolkit provides the c-client
mail-handling library supporting various network transport methods,
file system storage formats, and authentication and authorization
methods.
.
This package contains the shared c-client library.
Package: libc-client2007e-dev
Description-md5: add4c4d00dfe93627d556cd726165101
Description-en: c-client library for mail protocols - development files
IMAP (Internet Message Access Protocol) is a method of accessing
electronic messages kept on a (possibly shared) mail server.
.
The UW (University of Washington) IMAP toolkit provides the c-client
mail-handling library supporting various network transport methods,
file system storage formats, and authentication and authorization
methods.
.
This package contains the static c-client library and development
headers.
Package: libc-icap-mod-clamav
Description-md5: d022b4cd65360a59d321e029d730c59e
Description-en: transitional dummy package
This package is a dummy transitional package. It can be safely removed.
Package: libc-icap-mod-contentfiltering
Description-md5: 99f03b262675e3273abfba9801638ab5
Description-en: Content filtering Service for c-icap
This is an score based content filtering icap service. It is distributed with
c-icap and written by the same author.
Package: libc-icap-mod-urlcheck
Description-md5: 8200a081f38385b61d3569124b1e21cb
Description-en: URL Check Service for c-icap
This is an URL Check Service for c-icap. It is
distributed with c-icap and written by the same author.
Package: libc-icap-mod-virus-scan
Description-md5: 9a1feb12d473b8a6d38b3d0fdcbffc97
Description-en: Antivirus Service for c-icap
This is an antivirus Service for c-icap which uses libclamav or clamd to do
scanning. It is distributed with c-icap and written by the same author.
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: libc6-amd64-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-amd64-i386-cross
Description-md5: 90eac660991e1fea8af2dc1445cb077b
Description-en: GNU C Library: 64bit Shared libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for AMD64 systems.
Package: libc6-amd64-x32-cross
Description-md5: 90eac660991e1fea8af2dc1445cb077b
Description-en: GNU C Library: 64bit Shared libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for AMD64 systems.
Package: libc6-armel-armhf-cross
Description-md5: 780e9a19653fff3e8fee03fa7d0e12fd
Description-en: Dummy package to get libc6:armel installed
Package: libc6-armel-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-armhf-armel-cross
Description-md5: 333e2f1d8b10257f1afd140586c24642
Description-en: Dummy package to get libc6:armhf installed
Package: libc6-dbg-amd64-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-arm64-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-armel-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-armhf-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-hppa-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-i386-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-m68k-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mips-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mips64-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mips64el-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mips64r6-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mips64r6el-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mipsel-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mipsn32-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mipsn32el-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mipsn32r6-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mipsn32r6el-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mipsr6-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-mipsr6el-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-powerpc-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-powerpcspe-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-ppc64-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-ppc64el-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-riscv64-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-s390x-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-sh4-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-sparc64-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dbg-x32-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6-dev-amd64-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-amd64-i386-cross
Description-md5: 539c1605208f0bf01da31ad6bd971c23
Description-en: GNU C Library: 64bit Development Libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for AMD64 systems.
Package: libc6-dev-amd64-x32-cross
Description-md5: 539c1605208f0bf01da31ad6bd971c23
Description-en: GNU C Library: 64bit Development Libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for AMD64 systems.
Package: libc6-dev-armel-armhf-cross
Description-md5: f80e6c73db074d37066ad221aa84dc6c
Description-en: Dummy package to get libc6-dev:armel installed
Package: libc6-dev-armel-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-armhf-armel-cross
Description-md5: 64c90bb20f08f2c6689cc12bf4b92cf1
Description-en: Dummy package to get libc6-dev:armhf installed
Package: libc6-dev-hppa-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-i386-amd64-cross
Description-md5: 6f806ee4e757d7383cd6757e6a169292
Description-en: GNU C Library: 32-bit development libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 32bit version of the
library, meant for AMD64 systems.
Package: libc6-dev-i386-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-i386-x32-cross
Description-md5: 6f806ee4e757d7383cd6757e6a169292
Description-en: GNU C Library: 32-bit development libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 32bit version of the
library, meant for AMD64 systems.
Package: libc6-dev-m68k-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mips-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mips32-mips64-cross
Description-md5: 0d93a5febe0cbda57c14ef57d80daed2
Description-en: GNU C Library: o32 Development Libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the o32 version of the
library, meant for MIPS systems.
Package: libc6-dev-mips32-mips64el-cross
Description-md5: 0d93a5febe0cbda57c14ef57d80daed2
Description-en: GNU C Library: o32 Development Libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the o32 version of the
library, meant for MIPS systems.
Package: libc6-dev-mips32-mips64r6-cross
Description-md5: 0d93a5febe0cbda57c14ef57d80daed2
Description-en: GNU C Library: o32 Development Libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the o32 version of the
library, meant for MIPS systems.
Package: libc6-dev-mips32-mips64r6el-cross
Description-md5: 0d93a5febe0cbda57c14ef57d80daed2
Description-en: GNU C Library: o32 Development Libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the o32 version of the
library, meant for MIPS systems.
Package: libc6-dev-mips32-mipsn32-cross
Description-md5: 0d93a5febe0cbda57c14ef57d80daed2
Description-en: GNU C Library: o32 Development Libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the o32 version of the
library, meant for MIPS systems.
Package: libc6-dev-mips32-mipsn32el-cross
Description-md5: 0d93a5febe0cbda57c14ef57d80daed2
Description-en: GNU C Library: o32 Development Libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the o32 version of the
library, meant for MIPS systems.
Package: libc6-dev-mips32-mipsn32r6-cross
Description-md5: 0d93a5febe0cbda57c14ef57d80daed2
Description-en: GNU C Library: o32 Development Libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the o32 version of the
library, meant for MIPS systems.
Package: libc6-dev-mips32-mipsn32r6el-cross
Description-md5: 0d93a5febe0cbda57c14ef57d80daed2
Description-en: GNU C Library: o32 Development Libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the o32 version of the
library, meant for MIPS systems.
Package: libc6-dev-mips64-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mips64-mips-cross
Description-md5: 151cb526cdda85496eb6da94138a2f37
Description-en: GNU C Library: 64bit Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mips64-mipsel-cross
Description-md5: 151cb526cdda85496eb6da94138a2f37
Description-en: GNU C Library: 64bit Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mips64-mipsn32-cross
Description-md5: 151cb526cdda85496eb6da94138a2f37
Description-en: GNU C Library: 64bit Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mips64-mipsn32el-cross
Description-md5: 151cb526cdda85496eb6da94138a2f37
Description-en: GNU C Library: 64bit Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mips64-mipsn32r6-cross
Description-md5: 151cb526cdda85496eb6da94138a2f37
Description-en: GNU C Library: 64bit Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mips64-mipsn32r6el-cross
Description-md5: 151cb526cdda85496eb6da94138a2f37
Description-en: GNU C Library: 64bit Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mips64-mipsr6-cross
Description-md5: 151cb526cdda85496eb6da94138a2f37
Description-en: GNU C Library: 64bit Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mips64-mipsr6el-cross
Description-md5: 151cb526cdda85496eb6da94138a2f37
Description-en: GNU C Library: 64bit Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mips64el-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mips64r6-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mips64r6el-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mipsel-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mipsn32-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mipsn32-mips-cross
Description-md5: 5d6d5df5f38d4454d93cb2c42018ec5b
Description-en: GNU C Library: n32 Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the n32 version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mipsn32-mips64-cross
Description-md5: 5d6d5df5f38d4454d93cb2c42018ec5b
Description-en: GNU C Library: n32 Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the n32 version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mipsn32-mips64el-cross
Description-md5: 5d6d5df5f38d4454d93cb2c42018ec5b
Description-en: GNU C Library: n32 Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the n32 version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mipsn32-mips64r6-cross
Description-md5: 5d6d5df5f38d4454d93cb2c42018ec5b
Description-en: GNU C Library: n32 Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the n32 version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mipsn32-mips64r6el-cross
Description-md5: 5d6d5df5f38d4454d93cb2c42018ec5b
Description-en: GNU C Library: n32 Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the n32 version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mipsn32-mipsel-cross
Description-md5: 5d6d5df5f38d4454d93cb2c42018ec5b
Description-en: GNU C Library: n32 Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the n32 version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mipsn32-mipsr6-cross
Description-md5: 5d6d5df5f38d4454d93cb2c42018ec5b
Description-en: GNU C Library: n32 Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the n32 version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mipsn32-mipsr6el-cross
Description-md5: 5d6d5df5f38d4454d93cb2c42018ec5b
Description-en: GNU C Library: n32 Development Libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the n32 version of the
library, meant for MIPS64 systems.
Package: libc6-dev-mipsn32el-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mipsn32r6-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mipsn32r6el-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mipsr6-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-mipsr6el-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-powerpc-ppc64-cross
Description-md5: 75670e8b467db3ae588c19a0f750d72f
Description-en: GNU C Library: 32bit powerpc development libraries for ppc64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 32bit version of the
library, meant for ppc64 systems.
Package: libc6-dev-powerpcspe-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-ppc64-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-ppc64-powerpc-cross
Description-md5: 40830d53ae7d4f878756116065b1f9e5
Description-en: GNU C Library: 64bit Development Libraries for PowerPC64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 64bit version of the
library, meant for PowerPC64 systems.
Package: libc6-dev-riscv64-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-s390-s390x-cross
Description-md5: 1999184c3b8e147a69695ffb273dc650
Description-en: GNU C Library: 32bit Development Libraries for IBM zSeries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 32bit version of the
library.
Package: libc6-dev-s390x-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-sh4-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-sparc-sparc64-cross
Description-md5: 505d919869b47ce2ae19500eff514ca6
Description-en: GNU C Library: 32bit Development Libraries for SPARC (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the 32bit version of the
library, meant for SPARC systems.
Package: libc6-dev-sparc64-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-x32-amd64-cross
Description-md5: ce902e17792a1f6f55caa01d881d0b93
Description-en: GNU C Library: X32 ABI Development Libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the X32 ABI version of the
library, meant for amd64 systems.
Package: libc6-dev-x32-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
Package: libc6-dev-x32-i386-cross
Description-md5: ce902e17792a1f6f55caa01d881d0b93
Description-en: GNU C Library: X32 ABI Development Libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks and object files needed to compile and link programs
which use the standard C library. This is the X32 ABI version of the
library, meant for amd64 systems.
Package: libc6-hppa-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-i386-amd64-cross
Description-md5: 5c31c1b9d190705f988b3d90b31e65f7
Description-en: GNU C Library: 32-bit shared libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C
library and the standard math library, as well as many others.
This is the 32bit version of the library, meant for AMD64 systems.
Package: libc6-i386-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-i386-x32-cross
Description-md5: 5c31c1b9d190705f988b3d90b31e65f7
Description-en: GNU C Library: 32-bit shared libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C
library and the standard math library, as well as many others.
This is the 32bit version of the library, meant for AMD64 systems.
Package: libc6-m68k-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mips-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mips32-mips64-cross
Description-md5: d64bb63d3f35f4ae0d6d34b723389c01
Description-en: GNU C Library: o32 Shared libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the o32 version
of the library, meant for MIPS systems.
Package: libc6-mips32-mips64el-cross
Description-md5: d64bb63d3f35f4ae0d6d34b723389c01
Description-en: GNU C Library: o32 Shared libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the o32 version
of the library, meant for MIPS systems.
Package: libc6-mips32-mips64r6-cross
Description-md5: d64bb63d3f35f4ae0d6d34b723389c01
Description-en: GNU C Library: o32 Shared libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the o32 version
of the library, meant for MIPS systems.
Package: libc6-mips32-mips64r6el-cross
Description-md5: d64bb63d3f35f4ae0d6d34b723389c01
Description-en: GNU C Library: o32 Shared libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the o32 version
of the library, meant for MIPS systems.
Package: libc6-mips32-mipsn32-cross
Description-md5: d64bb63d3f35f4ae0d6d34b723389c01
Description-en: GNU C Library: o32 Shared libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the o32 version
of the library, meant for MIPS systems.
Package: libc6-mips32-mipsn32el-cross
Description-md5: d64bb63d3f35f4ae0d6d34b723389c01
Description-en: GNU C Library: o32 Shared libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the o32 version
of the library, meant for MIPS systems.
Package: libc6-mips32-mipsn32r6-cross
Description-md5: d64bb63d3f35f4ae0d6d34b723389c01
Description-en: GNU C Library: o32 Shared libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the o32 version
of the library, meant for MIPS systems.
Package: libc6-mips32-mipsn32r6el-cross
Description-md5: d64bb63d3f35f4ae0d6d34b723389c01
Description-en: GNU C Library: o32 Shared libraries for MIPS (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the o32 version
of the library, meant for MIPS systems.
Package: libc6-mips64-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mips64-mips-cross
Description-md5: e3aaa406e83c551fb079b8bb733644fa
Description-en: GNU C Library: 64bit Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for MIPS64 systems.
Package: libc6-mips64-mipsel-cross
Description-md5: e3aaa406e83c551fb079b8bb733644fa
Description-en: GNU C Library: 64bit Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for MIPS64 systems.
Package: libc6-mips64-mipsn32-cross
Description-md5: e3aaa406e83c551fb079b8bb733644fa
Description-en: GNU C Library: 64bit Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for MIPS64 systems.
Package: libc6-mips64-mipsn32el-cross
Description-md5: e3aaa406e83c551fb079b8bb733644fa
Description-en: GNU C Library: 64bit Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for MIPS64 systems.
Package: libc6-mips64-mipsn32r6-cross
Description-md5: e3aaa406e83c551fb079b8bb733644fa
Description-en: GNU C Library: 64bit Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for MIPS64 systems.
Package: libc6-mips64-mipsn32r6el-cross
Description-md5: e3aaa406e83c551fb079b8bb733644fa
Description-en: GNU C Library: 64bit Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for MIPS64 systems.
Package: libc6-mips64-mipsr6-cross
Description-md5: e3aaa406e83c551fb079b8bb733644fa
Description-en: GNU C Library: 64bit Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for MIPS64 systems.
Package: libc6-mips64-mipsr6el-cross
Description-md5: e3aaa406e83c551fb079b8bb733644fa
Description-en: GNU C Library: 64bit Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for MIPS64 systems.
Package: libc6-mips64el-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mips64r6-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mips64r6el-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mipsel-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mipsn32-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mipsn32-mips-cross
Description-md5: 08ff9be02984292473357e8bfeca1f43
Description-en: GNU C Library: n32 Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the n32 version
of the library, meant for MIPS64 systems.
Package: libc6-mipsn32-mips64-cross
Description-md5: 08ff9be02984292473357e8bfeca1f43
Description-en: GNU C Library: n32 Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the n32 version
of the library, meant for MIPS64 systems.
Package: libc6-mipsn32-mips64el-cross
Description-md5: 08ff9be02984292473357e8bfeca1f43
Description-en: GNU C Library: n32 Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the n32 version
of the library, meant for MIPS64 systems.
Package: libc6-mipsn32-mips64r6-cross
Description-md5: 08ff9be02984292473357e8bfeca1f43
Description-en: GNU C Library: n32 Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the n32 version
of the library, meant for MIPS64 systems.
Package: libc6-mipsn32-mips64r6el-cross
Description-md5: 08ff9be02984292473357e8bfeca1f43
Description-en: GNU C Library: n32 Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the n32 version
of the library, meant for MIPS64 systems.
Package: libc6-mipsn32-mipsel-cross
Description-md5: 08ff9be02984292473357e8bfeca1f43
Description-en: GNU C Library: n32 Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the n32 version
of the library, meant for MIPS64 systems.
Package: libc6-mipsn32-mipsr6-cross
Description-md5: 08ff9be02984292473357e8bfeca1f43
Description-en: GNU C Library: n32 Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the n32 version
of the library, meant for MIPS64 systems.
Package: libc6-mipsn32-mipsr6el-cross
Description-md5: 08ff9be02984292473357e8bfeca1f43
Description-en: GNU C Library: n32 Shared libraries for MIPS64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the n32 version
of the library, meant for MIPS64 systems.
Package: libc6-mipsn32el-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mipsn32r6-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mipsn32r6el-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mipsr6-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-mipsr6el-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-pic
Description-md5: f7532ae2bb48ede897a6da638f062d2e
Description-en: GNU C Library: PIC archive library
Contains an archive library (ar file) composed of individual shared objects.
This is used for creating a library which is a smaller subset of the
standard libc shared library. The reduced library is used by debian-installer
and may be useful for custom installation media and in embedded systems.
Package: libc6-powerpc-ppc64-cross
Description-md5: 25e7cbeaad8f68c146fede12bd968ddc
Description-en: GNU C Library: 32bit powerpc shared libraries for ppc64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C
library and the standard math library, as well as many others.
This is the 32bit version of the library, meant for ppc64 systems.
Package: libc6-powerpcspe-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-ppc64-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-ppc64-powerpc-cross
Description-md5: c5a7a7575a89a36e58d5e9f47ce1c521
Description-en: GNU C Library: 64bit Shared libraries for PowerPC64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 64bit version
of the library, meant for PowerPC64 systems.
Package: libc6-riscv64-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-s390-s390x-cross
Description-md5: 2c7735adffb5f6882cf5045071fc72b3
Description-en: GNU C Library: 32bit Shared libraries for IBM zSeries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 32bit version
of the library.
Package: libc6-s390x-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-sh4-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-sparc-sparc64-cross
Description-md5: 8e87d2da5c41e50953de58852b489e1f
Description-en: GNU C Library: 32bit Shared libraries for SPARC (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the 32bit version
of the library, meant for SPARC systems.
Package: libc6-sparc64-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-x32-amd64-cross
Description-md5: 5dce7768d6cba17025bfaf870f4a171a
Description-en: GNU C Library: X32 ABI Shared libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the X32 ABI version
of the library, meant for AMD64 systems.
Package: libc6-x32-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6-x32-i386-cross
Description-md5: 5dce7768d6cba17025bfaf870f4a171a
Description-en: GNU C Library: X32 ABI Shared libraries for AMD64 (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package includes shared versions of the standard C library and the
standard math library, as well as many others. This is the X32 ABI version
of the library, meant for AMD64 systems.
Package: libc6.1-alpha-cross
Description-md5: b266351f0a5ff19b39a85a1e2ab438d7
Description-en: GNU C Library: Shared libraries (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the standard libraries that are used by nearly all programs on
the system. This package includes shared versions of the standard C library
and the standard math library, as well as many others.
Package: libc6.1-dbg-alpha-cross
Description-md5: 8e33deb1e3b96d190323ece33ca4e219
Description-en: GNU C Library: detached debugging symbols (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
This package contains the detached debugging symbols for the GNU C
library.
Package: libc6.1-dev-alpha-cross
Description-md5: fc7d1124da33f2f1ca4b4e0833019db4
Description-en: GNU C Library: Development Libraries and Header Files (for cross-compiling)
This package was generated by dpkg-cross for cross compiling.
.
Contains the symlinks, headers, and object files needed to compile
and link programs which use the standard C library.
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: libcec-dev
Description-md5: a90478ffeddfa2b232fd76330aacdc92
Description-en: USB CEC Adaptor communication Library (development files)
This library provides support for the Pulse-Eight USB-CEC adapter and
other CEC capable hardware, like the Raspberry Pi.
.
This package provides the necessary files needed for development.
Package: libcec4
Description-md5: 8fa24da000d1436d85e6a210d9640157
Description-en: USB CEC Adaptor communication Library (shared library)
This library provides support for the Pulse-Eight USB-CEC adapter and
other CEC capable hardware, like the Raspberry Pi.
.
This package provides the shared library.
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: libclang-10-dev
Description-md5: 9b3b942eb350ec8edab23ebcc8784d58
Description-en: Clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang headers to develop extensions over
libclang1-10.
Package: libclang-7-dev
Description-md5: b72a7ffad878d8d5825a7cfd669ed3cd
Description-en: clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the clang headers to develop extensions over
libclang1-7.
Package: libclang-8-dev
Description-md5: 859e6cb68eddf4aec1ccbffaf6e2c3ee
Description-en: Clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the Clang headers to develop extensions over
libclang1-8.
Package: libclang-9-dev
Description-md5: d391930d72c946f1d8a7675e049eec45
Description-en: Clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the Clang headers to develop extensions over
libclang1-9.
Package: libclang-common-10-dev
Description-md5: ae6d2a86e34e75b11fc16e55a9058fa7
Description-en: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang generic headers and some libraries
(profiling, etc).
Package: libclang-common-7-dev
Description-md5: 56247ef9bb2ea4872ba8afd968b3b7d2
Description-en: clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the clang generic headers and some libraries
(profiling, etc).
Package: libclang-common-8-dev
Description-md5: 058258ae071a45e0d321dcabad2d07f3
Description-en: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the Clang generic headers and some libraries
(profiling, etc).
Package: libclang-common-9-dev
Description-md5: 058258ae071a45e0d321dcabad2d07f3
Description-en: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the Clang generic headers and some libraries
(profiling, etc).
Package: libclang-cpp1-9
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
Package: libclang-cpp10
Description-md5: 8acc7c5b41666c14f1ef5e79310225e6
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang-cpp10-dev
Description-md5: eb68ebc9bab41ce1391f23d48dd41739
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
.
This package contains the Clang headers to develop extensions over
libclang-cpp10.
Package: libclang-cpp9
Description-md5: df15daa6dd324d0fb064175e2e0fc5c7
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang-dev
Description-md5: 85edab1339a6f2db87a0465e411e77e2
Description-en: clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This is a dependency package providing the default libclang libraries and
headers.
Package: libclang1
Description-md5: 071c8bb9bae1c79ad698910d3c1ada68
Description-en: C, C++ and Objective-C compiler (LLVM based)
Clang project is a C, C++, Objective C and Objective C++ front-end
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This is a dependency package providing the default clang libraries.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang1-10
Description-md5: 6fbabc5fd121a4ff6b254de59627b6de
Description-en: C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang1-8
Description-md5: b773817295739e0f81822ebebd8bbc53
Description-en: C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the Clang library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang1-9
Description-md5: b773817295739e0f81822ebebd8bbc53
Description-en: C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This package contains the Clang library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclc-amdgcn
Description-md5: 39486dab626c4327d37f6c917c921988
Description-en: OpenCL C language implementation - amdgcn support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains support for the amdgcn (AMD GPU) platform.
Supported GPU families: Southern Islands and newer.
Package: libclc-dev
Description-md5: af42cc63b204a8c47b782398389a6170
Description-en: OpenCL C language implementation - development files
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains development header files.
Package: libclc-ptx
Description-md5: 2d3caf1ad35d421b87f2e21988576a5f
Description-en: OpenCL C language implementation - ptx support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains support for the PTX platform.
Package: libclc-r600
Description-md5: 47251ab631031c2daed4679d552bad08
Description-en: OpenCL C language implementation - r600 support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains support for the r600 (AMD GPU) platform.
Supported GPU families: Evergreen and Northern Islands.
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: libcollectdclient-dev
Description-md5: d44ea5f8057bb716907e3f9b870da882
Description-en: client library for collectd's control interface (development files)
libcollectdclient provides an API to access the control interface provided by
the unixsock plugin of collectd, a statistics collection and monitoring
daemon. It can be used to access values collected by collectd or dispatch new
values and notifications to the daemon. This allows for integration with
other applications such as monitoring solutions.
.
This package contains the header files and the static library.
Package: libcollectdclient1
Description-md5: d7728be60ea0a78c5c3ec23914fc235c
Description-en: client library for collectd's control interface
libcollectdclient provides an API to access the control interface provided by
the unixsock plugin of collectd, a statistics collection and monitoring
daemon. It can be used to access values collected by collectd or dispatch new
values and notifications to the daemon. This allows for integration with
other applications such as monitoring solutions.
.
This package contains the shared library.
Package: libcolorcorrect5
Description-md5: e9e5299834d00e49b98f0cc27ce7a598
Description-en: Plasma Workspace for KF5 library
Plasma Workspace for KF5. Workspaces provide
support for KDE Plasma Widgets, integrated search,
hardware management and a high degree of customizability.
ColorCorrect library.
.
This package contains library 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-io-java
Description-md5: ab9a7ea305f82fb4e55b875ca4cdebe8
Description-en: Common useful IO related classes
Commons-IO contains utility classes, stream implementations, file filters and
endian classes.
Package: libcommons-io-java-doc
Description-md5: 4208986ef444c6a3799df296be1e7b40
Description-en: Common useful IO related classes - documentation
Commons-IO contains utility classes, stream implementations, file filters and
endian classes.
.
This package provides the API documentation for the Commons-IO library.
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: libcommons-net-java
Description-md5: 17f2b226d0c52354a61f4992bc295d90
Description-en: Apache Commons Net - Java client API for basic Internet protocols
The Apache Commons Net library implements the client side of many basic
Internet protocols. The purpose of the library is to provide fundamental
protocol access, not higher-level abstractions. Therefore, some of the
design violates object-oriented design principles. The philosophy is to
make the global functionality of a protocol accessible (e.g., TFTP send
file and receive file) when possible, but also provide access to the
fundamental protocols where applicable so that a programmer may construct
his own custom implementations (e.g, the TFTP packet classes and the TFTP
packet send and receive methods are exposed).
.
The supported protocols include:
* FTP/FTPS
* FTP over HTTP (experimental)
* NNTP
* SMTP(S)
* POP3(S)
* IMAP(S)
* Telnet
* TFTP
* Finger
* Whois
* rexec/rcmd/rlogin
* Time (rdate) and Daytime
* Echo
* Discard
* NTP/SNTP
Package: libcommons-net-java-doc
Description-md5: 05442f2240b479256b16e4a9ecf8ad5d
Description-en: Apache Commons Net (API documentation)
The Apache Commons Net library implements the client side of many basic
Internet protocols. The purpose of the library is to provide fundamental
protocol access, not higher-level abstractions. Therefore, some of the
design violates object-oriented design principles. The philosophy is to
make the global functionality of a protocol accessible (e.g., TFTP send
file and receive file) when possible, but also provide access to the
fundamental protocols where applicable so that a programmer may construct
his own custom implementations (e.g, the TFTP packet classes and the TFTP
packet send and receive methods are exposed).
.
This package contains the API documentation for libcommons-net-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: libcyrus-imap-perl
Description-md5: 494afce8d261b8e3f1678df0243f477f
Description-en: Interface to Cyrus imap client imclient library
The Cyrus::IMAP module provides an interface to the Cyrus imclient
library. These are primarily useful for implementing cyradm operations
within a Perl script; there are easier ways to implement general client
operations, although they may be more limited in terms of authentication
options when talking to a Cyrus imapd.
.
The modules that compose Cyrus::SIEVE are also included, but they are
undocumented upstream.
.
For more information, please see the cyrus-common package.
Package: libdaxctl-dev
Description-md5: 9ab313052268f772a3532f3f94a4009d
Description-en: Development files for libdaxctl
Header files and development library for compiling C programs to link
with the libdaxctl library and manage the device DAX subsystem in the
Linux kernel.
Package: libdaxctl1
Description-md5: 27dee1ceb9da6a773a7f55d2f6921459
Description-en: Utility library for managing the device DAX subsystem
"DAX" are file system extensions to bypass the page cache and block layer to
mmap persistent memory, from a PMEM block device, directly into a process
address space.
.
This package contains an utility library used by applications to manage the
device DAX subsystem in the Linux kernel.
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: libdbd-csv-perl
Description-md5: 0e1fb9c03fe342ef9c374c13ac054aa1
Description-en: DBI driver for CSV files
DBD::CSV is a Perl DBI Driver for providing an SQL-based interface to records
stored in Comma-Separated Value (CSV) files. Such files are frequently used
for exporting data from Microsoft's Access and Excel applications.
Package: libdbusmenu-gtk-dev
Description-md5: 67bb3e998dab738032b93e4b5bb82284
Description-en: library for passing menus over DBus - GTK+ version developement files
libdbusmenu passes a menu structure across DBus so that a program can
create a menu simply without worrying about how it is displayed on the
other side of the bus.
.
This package contains files that are needed to build GTK+ applications.
Package: libdbusmenu-tools
Description-md5: 8868484dcc04142a5081a5a8f9557c3d
Description-en: tools useful during development with libdbusmenu
libdbusmenu passes a menu structure across DBus so that a program can
create a menu simply without worrying about how it is displayed on the
other side of the bus.
.
This package contains tools that are useful when developing and building
applications with libdbusmenu.
Package: 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: libemail-address-list-perl
Description-md5: 3fc6255da5265acbc59619c9e81436bc
Description-en: RFC close address list parsing
Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixed
with Resent- (eg Resent-From) e-mail headers.
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: libevdev-tools
Description-md5: 8215286e33efa9da0bec00b270659e56
Description-en: wrapper library for evdev devices - tools
libevdev is a wrapper library for evdev devices. It provides
functions covering the common tasks when dealing with evdev devices,
thus avoiding erroneous ioctls and other errors.
.
This package contains touchpad-edge-detector.
Package: libevent-rpc-perl
Description-md5: e00da4e93e9925a16e061f18494cbe08
Description-en: Event based transparent Client/Server RPC framework
Event::RPC supports you in developing Event based networking client/server
applications with transparent object/method access from the client to the
server. Network communication is optionally encrypted using IO::Socket::SSL.
Several event loop managers are supported due to an extensible API. Currently
Event, Glib and AnyEvent are implemented.
.
Event::RPC consists of a server and a client library. The server exports a
list of classes and methods, which are allowed to be called over the network.
More specific it acts as a proxy for objects created on the server side (on
demand of the connected clients) which handles client side methods calls with
transport of method arguments and return values.
Package: libevolution
Description-md5: dddb88bf2627f20726827c1d29351350
Description-en: evolution libraries
This package contains libraries used by Evolution.
Package: libexo-1-0
Description-md5: 0f4a28069a6e30a5429549712320998f
Description-en: Library with extensions for Xfce (GTK-2 version)
libexo is a library for Xfce that contains a bunch of additional widgets and
a framework for editable toolbars (an improved version of the framework
present in GNOME), light-weight session management support, functions to
automatically synchronize object properties (based on GObject Binding
Properties) and several miscellaneous utility and helper functions for
application developers.
.
While Xfce ships with quite a few libraries that are primarily targeted at
desktop development, libexo is targeted at application development, with a
focus on applications for Xfce.
.
This package provides GTK-2 version.
Package: libexo-1-dev
Description-md5: 4d4c7597975a6e60f9ef8783172b284d
Description-en: Development files for libexo (GTK-2 version)
libexo is a library for Xfce that contains a bunch of additional widgets and
a framework for editable toolbars (an improved version of the framework
present in GNOME), light-weight session management support, functions to
automatically synchronize object properties (based on GObject Binding
Properties) and several miscellaneous utility and helper functions for
application developers.
.
This package contains the headers and the static library
for libexo-1-0.
Package: libexo-2-0
Description-md5: 916d430dd1c3c7c067d4519ef1b4504b
Description-en: Library with extensions for Xfce (GTK-3 version)
libexo is a library for Xfce that contains a bunch of additional widgets and
a framework for editable toolbars (an improved version of the framework
present in GNOME), light-weight session management support, functions to
automatically synchronize object properties (based on GObject Binding
Properties) and several miscellaneous utility and helper functions for
application developers.
.
While Xfce ships with quite a few libraries that are primarily targeted at
desktop development, libexo is targeted at application development, with a
focus on applications for Xfce.
.
This package provides GTK-3 version.
Package: libexo-2-dev
Description-md5: 3a1c0578453de53b3c5e2247383f66da
Description-en: Development files for libexo (GTK-3 version)
libexo is a library for Xfce that contains a bunch of additional widgets and
a framework for editable toolbars (an improved version of the framework
present in GNOME), light-weight session management support, functions to
automatically synchronize object properties (based on GObject Binding
Properties) and several miscellaneous utility and helper functions for
application developers.
.
This package contains the headers and the static library
for libexo-2-0.
Package: libexo-common
Description-md5: 820e9f19c07fa1bebbcd4a373298fef6
Description-en: libexo common files
libexo is a library for Xfce that contains a bunch of additional widgets and
a framework for editable toolbars (an improved version of the framework
present in GNOME), light-weight session management support, functions to
automatically synchronize object properties (based on GObject Binding
Properties) and several miscellaneous utility and helper functions for
application developers.
.
This package contains the common files in use by exo library. It ships
desktop files and documentation.
Package: libexo-helpers
Description-md5: 0517374b8858d3bee5b1d3c6167b5678
Description-en: helpers for the exo library
libexo is a library for Xfce that contains a bunch of additional widgets and
a framework for editable toolbars (an improved version of the framework
present in GNOME), light-weight session management support, functions to
automatically synchronize object properties (based on GObject Binding
Properties) and several miscellaneous utility and helper functions for
application developers.
.
This package contains the helper files in use by exo library for its
preferred applications framework.
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: libfreeimage-dev
Description-md5: 4129e76eb9e52c897ce2fb9f8fd275f0
Description-en: Support library for graphics image formats (development files)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the headers and static libraries needed to develop
programs using FreeImage.
Package: libfreeimage3
Description-md5: 2f539de70cf9d55bc83670220e485935
Description-en: Support library for graphics image formats (library)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the FreeImage library.
Package: libfreeimage3-dbg
Description-md5: 58deb9e650554970c252053702d41a01
Description-en: Support library for graphics image formats (debugging symbols)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the debugging symbols for the FreeImage library.
Package: libfreeimageplus-dev
Description-md5: a2d8ef35cb3e1db7404b59417b2fa2ea
Description-en: C++ wrappers for FreeImage (development files)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the headers and static libraries needed to develop
programs using FreeImagePlus.
Package: libfreeimageplus-doc
Description-md5: 423cbb5aa34be3a4af0dcf1e28a74993
Description-en: C++ wrappers for FreeImage (documentation)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the documentation for FreeImagePlus.
Package: libfreeimageplus3
Description-md5: bae4fb27f6e46fa967704c6d473a0f63
Description-en: C++ wrappers for freeimage (library)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the FreeImagePlus library.
Package: libfreeimageplus3-dbg
Description-md5: 015c3eddf36ca83ab03cd6dbb79e469b
Description-en: C++ wrappers for FreeImage (debugging symbols)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the debugging symbols for the FreeImagePlus 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: libfribidi-bin
Description-md5: 5bd2ed1fd36acd62b51191a5c088558f
Description-en: Free Implementation of the Unicode BiDi algorithm (utility)
FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic
languages.
This package contains a command line interface for the fribidi library.
Package: libfswatch-dev
Description-md5: 659d3b2b4699fa1764c896eb8f2ad02b
Description-en: file change monitor based on inotify (dev-files)
fswatch is a file change monitor that receives notifications when the contents
of the specified files or directories are modified.
.
This package contain the development files.
Package: libfswatch9
Description-md5: 011c892ead2494ad5bbee09213b49bb1
Description-en: file change monitor based on inotify (library)
fswatch is a file change monitor that receives notifications when the contents
of the specified files or directories are modified.
.
This package contains the shared library needed by the fswatch.
Package: libfuzzer-10-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Package: libfuzzer-7-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Package: libfuzzer-8-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Package: libfuzzer-9-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Package: libfwts1
Description-md5: 52ff91e0d92988cc3e64dca37e83ded3
Description-en: FirmWare Test Suite core support library
This is the fwts core library. It contains a top level test framework
and a rich range of firmware specific testing support code for the
various fwts tests.
Package: libfwtsacpica1
Description-md5: a5000d353030a31da5111f9694fad744
Description-en: FirmWare Test Suite ACPICA core built for acpiexec functionality
The firmware test suite requires the ACPICA core engine to be built in
execution mode (with ACPI_EXEC_APP enabled) to support run time execution
of ACPI Machine Language (AML) in the ACPI DSDT and SSDTs. This library
contains this code with a thin fwts specific API to interface with fwts.
Package: libfwtsiasl1
Description-md5: 0fdb8bb43f21085e686e7b8bb3529034
Description-en: FirmWare Test Suite ACPICA core built for iasl functionality
The firmware test suite requires the ACPICA core engine to be built in
compiler mode (with ACPI_ASL_COMPILER enabled) to support assembly and
disassembly of ACPI Machine Language (AML) in the ACPI DSDT and SSDTs.
This library contains this code with a thin fwts specific API to
interface with fwts.
Package: libgcc-6-dev
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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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: 2074f89187d02a0c503b50f85c9c9e21
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for alpha architecture, for use in cross-compile
environment.
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: 5f80acd1256b4f86fdd8168444838de8
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for alpha 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: dd3d7e0ba479e98a11965405e9099d15
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mips 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: c63fecbede41e11da6e7e7eb4dfe7229
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mips64 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: 72ddc0904e54cf7bb0d5cb059b90a213
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mips64el 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: 3cb96e2976afbb0e3cd0868d64da2907
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mipsel 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: d2a91b987c12703ee231cbc42225f773
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for powerpcspe 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: 681bc2998a2d639f3c2e8b9ba74fceda
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for ppc64 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: a549eb40537b02955d96e9ed6e29e25b
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for riscv64 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: dd61fa3ff5fb95db93c4248e27ee7f17
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for sh4 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: 204d8588af64c5baba1541758b0fe629
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for sparc64 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: ae951a44ce65a9ecbdc6022486c17a04
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for x32 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: 511d929f94d09ff9ea49890a433a86a6
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for mips 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: 815675cde65c8f74d794667e4d96ee6c
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for mips64 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: 5a0a68daa115f2eae5c1ed540d0c1edb
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for mips64el 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: 146cb842634aa0a4d46b29fe3687e5aa
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for mipsel 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: cbfe6789a03806e25389edaaf53a6595
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for powerpcspe 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: e890b4482923e576f64f8f558e0a93ba
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for ppc64 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: 8e3168d4ab735d625d3b035b8d78b7cf
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for riscv64 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: c92ca46d585cd462bc54eabdf9918fb0
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for sh4 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: 08e9b665d919187ffa2b5b6d80486fb1
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for sparc64 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: 294c9518723b75e9e9ca54887fa6928f
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
This package contains files for x32 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: f4e2907637993baf55239af20d2366a9
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for m68k 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: 091f3ad734d11ff9b855336034afd324
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
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: 117d8173f56a873beefcf4c4530be830
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for hppa 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: df8c490aa68497310243cc22b905f831
Description-en: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
.
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-6-dev
Description-md5: edfbe45c4dd603bd5f9c67ae4ba8c494
Description-en: GCC just-in-time compilation (development files)
libgccjit provides an embeddable shared library with an API for adding
compilation to existing programs using GCC.
Package: libgccjit-6-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: 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: libgda-5.0-4
Description-md5: 43c2a89546a761618f0ea61d898a9dc3
Description-en: data abstraction library based on GLib
libgda is a (relatively small) database abstraction/access library
integrated on the GLib object model. It can be used as a metadata
extractor, to get information about all database objects in a common
way, and as an ODBC-like wrapper to access data in different engines
through an easier API.
Package: libgda-5.0-bin
Description-md5: aad080fd59b162ab0d9d209c3093d4ba
Description-en: data abstraction library based on GLib -- binary files
libgda is a (relatively small) database abstraction/access library
integrated on the GLib object model. It can be used as a metadata
extractor, to get information about all database objects in a common
way, and as an ODBC-like wrapper to access data in different engines
through an easier API.
.
This package contains binary files for libgda.
Package: libgda-5.0-common
Description-md5: df628fc356f27ff912f3c5e71d3e9cca
Description-en: data abstraction library based on GLib -- common files
libgda is a (relatively small) database abstraction/access library
integrated on the GLib object model. It can be used as a metadata
extractor, to get information about all database objects in a common
way, and as an ODBC-like wrapper to access data in different engines
through an easier API.
.
This package contains common files for libgda.
Package: libgda-5.0-dev
Description-md5: eb4b078ee337e39c4b5cbcc16718f40e
Description-en: data abstraction library based on GLib -- development files
libgda is a (relatively small) database abstraction/access library
integrated on the GLib object model. It can be used as a metadata
extractor, to get information about all database objects in a common
way, and as an ODBC-like wrapper to access data in different engines
through an easier API.
.
This package contains the header files and libraries needed for
development.
Package: libgda-5.0-doc
Description-md5: 2674df705ebc776d0c36bfa69a7bcb4e
Description-en: data abstraction library based on GLib -- documentation files
libgda is a (relatively small) database abstraction/access library
integrated on the GLib object model. It can be used as a metadata
extractor, to get information about all database objects in a common
way, and as an ODBC-like wrapper to access data in different engines
through an easier API.
.
This package contains document files about libgda API.
Package: libgda-5.0-mysql
Description-md5: 9f882a4e85a930890af1159d3fdd3edc
Description-en: MySQL provider for libgda database abstraction library
libgda is a (relatively small) database abstraction/access library
integrated on the GLib object model. It can be used as a metadata
extractor, to get information about all database objects in a common
way, and as an ODBC-like wrapper to access data in different engines
through an easier API.
.
This package contains the provider needed to access MySQL databases
through libgda.
Package: libgda-5.0-postgres
Description-md5: 1b7e146ea5e70a6252b953141bf6996d
Description-en: PostgreSQL provider for libgda database abstraction library
libgda is a (relatively small) database abstraction/access library
integrated on the GLib object model. It can be used as a metadata
extractor, to get information about all database objects in a common
way, and as an ODBC-like wrapper to access data in different engines
through an easier API.
.
This package contains the provider needed to access PostgreSQL
databases through libgda.
Package: libges-1.0-0
Description-md5: de28b750b9b6e559b75ec37765eea314
Description-en: GStreamer editing services (shared library)
The GStreamer multimedia framework and the accompanying NLE set of
plugins for non-linear editing offer all the building blocks for:
* Decoding and encoding to a wide variety of formats, through all the
available GStreamer plugins.
* Easily choosing segments of streams and arranging them through time
through the NLE set of plugins.
But all those building blocks only offer stream-level access, which
results in developers who want to write non-linear editors to write a
consequent amount of code to get to the level of non-linear editing
notions which are closer and more meaningful for the end-user
(and therefore the application).
.
The GStreamer Editing Services (GES) aims to fill the gap between
GStreamer/NLE and the application developer by offering a series
of classes to simplify the creation of many kind of editing-related
applications.
.
This package contains the shared library for the GStreamer editing
services.
Package: libges-1.0-0-dbg
Description-md5: c2efaf6a32927e0db9273b3c2fa34e12
Description-en: GStreamer editing services (debug symbols)
The GStreamer multimedia framework and the accompanying NLE set of
plugins for non-linear editing offer all the building blocks for:
* Decoding and encoding to a wide variety of formats, through all the
available GStreamer plugins.
* Easily choosing segments of streams and arranging them through time
through the NLE set of plugins.
But all those building blocks only offer stream-level access, which
results in developers who want to write non-linear editors to write a
consequent amount of code to get to the level of non-linear editing
notions which are closer and more meaningful for the end-user
(and therefore the application).
.
The GStreamer Editing Services (GES) aims to fill the gap between
GStreamer/NLE and the application developer by offering a series
of classes to simplify the creation of many kind of editing-related
applications.
.
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: libges-1.0-dev
Description-md5: 74b2379c8aaad1a31d6e1510697d736e
Description-en: GStreamer editing services (development files)
The GStreamer multimedia framework and the accompanying NLE set of
plugins for non-linear editing offer all the building blocks for:
* Decoding and encoding to a wide variety of formats, through all the
available GStreamer plugins.
* Easily choosing segments of streams and arranging them through time
through the NLE set of plugins.
But all those building blocks only offer stream-level access, which
results in developers who want to write non-linear editors to write a
consequent amount of code to get to the level of non-linear editing
notions which are closer and more meaningful for the end-user
(and therefore the application).
.
The GStreamer Editing Services (GES) aims to fill the gap between
GStreamer/NLE and the application developer by offering a series
of classes to simplify the creation of many kind of editing-related
applications.
.
This package contains development files for the GStreamer
editing services.
Package: libges-1.0-doc
Description-md5: 6b900982a4837455445162a7782c1d07
Description-en: GStreamer editing services (documentation)
The GStreamer multimedia framework and the accompanying NLE set of
plugins for non-linear editing offer all the building blocks for:
* Decoding and encoding to a wide variety of formats, through all the
available GStreamer plugins.
* Easily choosing segments of streams and arranging them through time
through the NLE set of plugins.
But all those building blocks only offer stream-level access, which
results in developers who want to write non-linear editors to write a
consequent amount of code to get to the level of non-linear editing
notions which are closer and more meaningful for the end-user
(and therefore the application).
.
The GStreamer Editing Services (GES) aims to fill the gap between
GStreamer/NLE and the application developer by offering a series
of classes to simplify the creation of many kind of editing-related
applications.
.
This package contains the documentation for the GStreamer editing services.
Package: libgfortran-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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: libgfortran3
Description-md5: bb4b9e7dbbaa67e95441936718b11f39
Description-en: Runtime library for GNU Fortran applications
Library needed for GNU Fortran applications linked against the
shared library.
Package: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-dbg
Description-md5: 8e6e17da8d0b42fc976ade7330c11a20
Description-en: Runtime library for GNU Fortran applications (debug symbols)
Library needed for GNU Fortran applications linked against the
shared library.
Package: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: libgfortran3-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: 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: libgles2-mesa
Description-md5: 635a93bcd1440d16621693fe064c2aa9
Description-en: transitional dummy package
This is a transitional dummy package, it can be safely removed.
Package: libglewmx-dev
Description-md5: 1f335e2fba3aa466ce34107ce6e92bee
Description-en: OpenGL Extension Wrangler MX - development environment
The OpenGL Extension Wrangler, GLEW for short, is a library that
handles initialization of OpenGL extensions in a portable and simple
way. Once the program initializes the library and checks the
availability of extensions, it can safely call the entry points defined
by the extension. Currently GLEW supports almost all the extensions
found in the OpenGL extension registry (https://www.opengl.org/registry).
.
This package contains the development libraries compiled with GLEW_MX.
Package: libglewmx1.13
Description-md5: e0a1d2c5e61300cfeae79ea23128afb5
Description-en: OpenGL Extension Wrangler (Multiple Rendering Contexts)
For more information about GLEW please refer to the description of the
libglewmx-dev package.
.
This package contains the runtime support files, built with GLEW_MX option,
adding support for thread-safe usage of multiple rendering contexts.
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-6
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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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
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-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-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-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-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: libgnatprj6
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-alpha-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-amd64-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-arm64-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-armel-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-armhf-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-dbg
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-alpha-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-amd64-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-arm64-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-armel-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-armhf-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-hppa-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-i386-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-mips-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-mips64el-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-mipsel-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-powerpc-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-ppc64-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-ppc64el-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-s390x-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-sh4-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dbg-sparc64-cross
Description-md5: 0eabb3b5fbe5e4f083c3f0baf7b6a80b
Description-en: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
Package: libgnatprj6-dev
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-alpha-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-amd64-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-arm64-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-armel-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-armhf-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-hppa-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-i386-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-mips-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-mips64el-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-mipsel-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-powerpc-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-ppc64-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-ppc64el-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-s390x-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-sh4-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-dev-sparc64-cross
Description-md5: ee8c8bb38216ee28da6c5f1eb6380715
Description-en: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
Package: libgnatprj6-hppa-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-i386-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-mips-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-mips64el-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-mipsel-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-powerpc-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-ppc64-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-ppc64el-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-s390x-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-sh4-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatprj6-sparc64-cross
Description-md5: cf808c029e0061472cc5f696126966f0
Description-en: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
Package: libgnatvsn6
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: libgnatvsn6-alpha-cross
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: libgnatvsn6-amd64-cross
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: libgnatvsn6-arm64-cross
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: libgnatvsn6-armel-cross
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: libgnatvsn6-armhf-cross
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: libgnatvsn6-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: libgnatvsn6-dbg-alpha-cross
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: libgnatvsn6-dbg-amd64-cross
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: libgnatvsn6-dbg-arm64-cross
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: libgnatvsn6-dbg-armel-cross
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: libgnatvsn6-dbg-armhf-cross
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: libgnatvsn6-dbg-hppa-cross
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: libgnatvsn6-dbg-i386-cross
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: libgnatvsn6-dbg-mips-cross
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: libgnatvsn6-dbg-mips64el-cross
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: libgnatvsn6-dbg-mipsel-cross
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: libgnatvsn6-dbg-powerpc-cross
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: libgnatvsn6-dbg-ppc64-cross
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: libgnatvsn6-dbg-ppc64el-cross
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: libgnatvsn6-dbg-s390x-cross
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: libgnatvsn6-dbg-sh4-cross
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: libgnatvsn6-dbg-sparc64-cross
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: libgnatvsn6-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: libgnatvsn6-dev-alpha-cross
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: libgnatvsn6-dev-amd64-cross
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: libgnatvsn6-dev-arm64-cross
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: libgnatvsn6-dev-armel-cross
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: libgnatvsn6-dev-armhf-cross
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: libgnatvsn6-dev-hppa-cross
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: libgnatvsn6-dev-i386-cross
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: libgnatvsn6-dev-mips-cross
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: libgnatvsn6-dev-mips64el-cross
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: libgnatvsn6-dev-mipsel-cross
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: libgnatvsn6-dev-powerpc-cross
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: libgnatvsn6-dev-ppc64-cross
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: libgnatvsn6-dev-ppc64el-cross
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: libgnatvsn6-dev-s390x-cross
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: libgnatvsn6-dev-sh4-cross
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: libgnatvsn6-dev-sparc64-cross
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: libgnatvsn6-hppa-cross
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: libgnatvsn6-i386-cross
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: libgnatvsn6-mips-cross
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: libgnatvsn6-mips64el-cross
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: libgnatvsn6-mipsel-cross
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: libgnatvsn6-powerpc-cross
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: libgnatvsn6-ppc64-cross
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: libgnatvsn6-ppc64el-cross
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: libgnatvsn6-s390x-cross
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: libgnatvsn6-sh4-cross
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: libgnatvsn6-sparc64-cross
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
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: libgo9
Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c
Description-en: Runtime library for GNU Go applications
Library needed for GNU Go applications linked against the
shared library.
Package: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgo9-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: libgolang-1.8-std1
Description-md5: eb591bb5626b791e2d2923563230216a
Description-en: Go standard shared library
This package contains the Go standard library built as a shared library.
Packages should not depend on this package directly but rather the ABI-stamped
value in Provides:. dpkg-shlibdeps will do this automatically.
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-6-dev
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-6-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-6-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-6-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-6-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-6-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-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: libgphobos68
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: libgphobos68-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: libgphobos68-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: libgphobos68-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: libgphobos68-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: libgphobos68-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: libgphobos68-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: libgphobos68-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: libgphobos68-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: libgphobos68-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: libgphobos68-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: libgphobos68-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: 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: libgraphics-magick-perl
Description-md5: 694d24fef1105bb316b3f9173117fd3c
Description-en: format-independent image processing - perl interface
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the classes to access GraphicsMagick functionality from
Perl scripts. It is mostly similar to PerlMagick from the ImageMagick suite,
but uses a different class name.
Package: libgraphicsmagick++-q16-12
Description-md5: 1fe23345dc7cd3338f53a708adf5ba04
Description-en: format-independent image processing - C++ shared library
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C++ libraries needed to run executables that use
the GraphicsMagick++ library.
Package: libgraphicsmagick++1-dev
Description-md5: c434d28c960294b4a0907771a5da8424
Description-en: format-independent image processing - C++ development files
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C++ development headers and library files needed to
compile programs using the GraphicsMagick++ library.
Package: libgraphicsmagick-q16-3
Description-md5: d06d6596f024f6bf4586132dd3ff4b7b
Description-en: format-independent image processing - C shared library
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C libraries needed to run executables that use
the GraphicsMagick library.
Package: libgraphicsmagick1-dev
Description-md5: 961bf066eabe097555c4949fc351c377
Description-en: format-independent image processing - C development files
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C development headers and library files needed to
compile programs using the GraphicsMagick library.
Package: libgrilo-0.3-bin
Description-md5: 2c40ba71303b39aff11904c08bc1b5bb
Description-en: Framework for discovering and browsing media - Binaries
Grilo is a framework focused on making media discovery and browsing
easy for application developers.
.
More precisely, Grilo provides:
* A single, high-level API that abstracts the differences among
various media content providers, allowing application developers
to integrate content from various services and sources easily.
* A collection of plugins for accessing content from various media
providers. Developers can share efforts and code by writing
plugins for the framework that are application agnostic.
* A flexible API that allows plugin developers to write plugins of
various kinds.
.
This package contains the utilities.
Package: libgstreamer-opencv1.0-0
Description-md5: dafe2f24cb1bdb14d6d6b274151c793e
Description-en: GStreamer OpenCV libraries
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains shared GStreamer libraries for OpenCV.
Package: libgstreamer-plugins-bad1.0-0
Description-md5: dbdd7ec6aeb78f2810dfd938e41a97bc
Description-en: GStreamer libraries from the "bad" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains shared GStreamer libraries from the "bad" set. The API
is not guaranteed to be stable.
Package: libgstreamer-plugins-bad1.0-dev
Description-md5: 3cf8ed7e757b9244dc8826f7bf3f2b29
Description-en: GStreamer development files for libraries from the "bad" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains development files for GStreamer libraries from the
"bad" set. The API is not guaranteed to be stable.
Package: libgstrtspserver-1.0-0
Description-md5: 0ea9e7419c3c2010a3995c527c7eb8c9
Description-en: GStreamer RTSP Server (shared library)
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
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 shared library for the GStreamer RTSP Server.
Package: libgstrtspserver-1.0-0-dbg
Description-md5: 290eef003fca0135687e6701cb1d365b
Description-en: GStreamer RTSP Server (debug symbols)
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
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: libgstrtspserver-1.0-dev
Description-md5: 7ce729f941b78969393e0b9114c91c2d
Description-en: GStreamer RTSP Server (development files)
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains development files for the GStreamer RTSP Server.
Package: libgstrtspserver-1.0-doc
Description-md5: 69e2cb8a912371212eead0c8a32a4e26
Description-en: GStreamer RTSP Server (documentation)
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
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 documentation for the GStreamer RTSP Server.
Package: libguestfs-dev
Description-md5: 702a85e8480fb1be78f543019a09580d
Description-en: guest disk image management system - development headers
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the development headers.
Package: libguestfs-gfs2
Description-md5: c6601ac5f6c9f98afb17a39f9fe6cff7
Description-en: guest disk image management system - GFS2 support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for Global Filesystem
(GFS2) support.
Package: libguestfs-gobject-1.0-0
Description-md5: 297a8d150deaf545dc6377267e3c79b6
Description-en: guest disk image management system - GObject bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the GObject bindings.
Package: libguestfs-gobject-dev
Description-md5: b7113593b4d48f4550b08525cf492675
Description-en: guest disk image management system - GObject development headers
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the development headers and documentation for
the GObject bindings.
Package: libguestfs-hfsplus
Description-md5: ea5906bfd147ee46a7f33416ae450088
Description-en: guest disk image management system - HFS+ support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for HFS+ support.
Package: libguestfs-java
Description-md5: 131958fceff780a08da5538a00119621
Description-en: guest disk image management system - Java bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains Java bindings to libguestfs.
Package: libguestfs-jfs
Description-md5: 2cf12cd0b9c814fb6d57655217a75732
Description-en: guest disk image management system - JFS support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for JFS support.
Package: libguestfs-nilfs
Description-md5: 0028109c85cb0cff3e8800bde38f5c2a
Description-en: guest disk image management system - NILFS v2 support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for NILFS v2 support.
Package: libguestfs-ocaml
Description-md5: a757fa6f9275c46da2de36c12b577c13
Description-en: guest disk image management system - OCaml bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package includes the OCaml shared runtime stub libraries.
Package: libguestfs-ocaml-dev
Description-md5: 7de7be7896c24ccd3ab979df88c80a31
Description-en: guest disk image management system - OCaml development files
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains all the files needed to develop OCaml programs
which use OCaml bindings to libguestfs.
Package: libguestfs-perl
Description-md5: bf6bd60c46c6f0d533925be393d8e2ee
Description-en: guest disk image management system - Perl bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the Perl bindings.
Package: libguestfs-reiserfs
Description-md5: 69fd5415d4437d6e145f183d5f1ab76f
Description-en: guest disk image management system - ReiserFS support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for ReiserFS support.
Package: libguestfs-rescue
Description-md5: 0564f26c826835a8e12a9c593d42c856
Description-en: guest disk image management system - virt-rescue enhancements
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains additional tools to use inside the virt-rescue
shell, such as ssh, network utilities, editors and debugging
utilities.
Package: libguestfs-rsync
Description-md5: 28f9cb32a2c4450a59e2c89ec202f33d
Description-en: guest disk image management system - rsync support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for using rsync to/from
guest filesystems.
Package: libguestfs-tools
Description-md5: ed6bd6bdc9905b545cffd9cdfa793d00
Description-en: guest disk image management system - tools
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the guestfish interactive shell and various
virtualization tools, including virt-cat, virt-df, virt-edit,
virt-filesystems, virt-inspector, virt-ls, virt-make-fs, virt-rescue,
virt-resize, virt-tar, and virt-win-reg.
Package: libguestfs-xfs
Description-md5: 5c7d00c081f22eeb296ca33f9061d478
Description-en: guest disk image management system - XFS support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for XFS support.
Package: libguestfs-zfs
Description-md5: 5336f8f926ca7c5d82d8840667a73262
Description-en: guest disk image management system - ZFS support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for ZFS support.
Package: libguestfs0
Description-md5: 09eb4589f8a971622769ace74830dcb3
Description-en: guest disk image management system - shared library
The libguestfs library allows accessing and modifying guest disk
images. It offers the following features, among many others:
* making batch configuration changes to guests;
* viewing and editing files inside guests;
* getting disk used/free statistics;
* migrating between virtualization systems;
* performing partial backups;
* performing partial guest clones;
* cloning guests and changing registry/UUID/hostname info.
.
It uses the Linux kernel and qemu code, and can access any type of guest
file system that Linux and qemu can, including but not limited to: ext2/3/4,
btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2,
vmdk.
.
The library provides ways to enumerate guest storage (such as partitions, LVs,
what file system is in each LV, etc.); to run commands in the context of the
guest; and to upload and download files and directories.
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: libhfasan3-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: libhfasan3-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: 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-6-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-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-6-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-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: libhfgfortran3-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: libhfgfortran3-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: 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-6-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-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++-6-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++-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-6-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-7-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-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: libhivex-bin
Description-md5: 89fa267ea5ad3e7afa9180854b40559f
Description-en: utilities for reading and writing Windows Registry hives
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
This package contains a few command line programs that utilize libhivex.
Package: libhivex-dev
Description-md5: a35a894e56b30e590b859ae01c6cf84e
Description-en: library for reading and writing Windows Registry hives
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
This package provides static libraries and header files.
Package: libhivex-ocaml
Description-md5: 1623b0e7530f23ef553e4a918e9d5528
Description-en: OCaml bindings for hivex -- runtime files
OCaml bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
.
This package include only the shared runtime stub libraries.
Package: libhivex-ocaml-dev
Description-md5: 9ddfa7e26a1aeab261f075cfd0a8a0c0
Description-en: OCaml bindings for hivex -- development files
OCaml bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
.
This package contains all the files needed to develop OCaml programs
which use OCaml bindings to libhivex.
Package: libhivex0
Description-md5: 3d0eb54ce30942f3cfec8dcf94168cd1
Description-en: library for reading and writing Windows Registry hives
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
Unlike many other tools in this area, it doesn't use the textual .REG
format for output, because parsing that is as much trouble as parsing
the original binary format. Instead it makes the file available
through a C API, or there is a separate program to export the hive as
XML.
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: libhtml-stripscripts-perl
Description-md5: 5630c87178afcfe3f49d16005cba6177
Description-en: module for removing scripts from HTML
HTML::StripScripts is a Perl module for neutralizes scripting constructs in
HTML, leaving as much non-scripting markup in place as possible. This allows
web applications to display HTML originating from an untrusted source without
introducing cross-site scripting (XSS) vulnerabilities.
.
The process is based on whitelists of tags, attributes and attribute values.
This approach is the most secure against disguised scripting constructs hidden
in malicious HTML documents.
.
As well as removing scripting constructs, this module ensures that there is a
matching end for each start tag, and that the tags are properly nested.
.
You will probably use HTML::StripScripts::Parser rather than using this module
directly (see libhtml-stripscripts-parser-perl).
Package: libidn11-java
Description-md5: 0c8f901ab06c323e7f8b2327e440794a
Description-en: Java port of the GNU Libidn library, an IDN implementation
GNU Libidn is an implementation of the Stringprep, Punycode and IDNA
specifications defined by the IETF Internationalized Domain Names
(IDN) working group, used for internationalized domain names.
Currently the Nameprep, Kerberos 5 and XMPP Stringprep profiles are
supported.
.
This package contains the native Java port of the library.
Package: libigraph0-dev
Description-md5: f5c998c77b6e408f6030ecba1f61565e
Description-en: library for creating and manipulating graphs - development files
igraph is a library for creating and manipulating graphs.
It is intended to be as powerful (ie. fast) as possible to enable the
analysis of large graphs.
.
This package contains the include files and static library for igraph.
Package: libigraph0v5
Description-md5: 3ea33fb618124d2b325cdee8e15acf48
Description-en: library for creating and manipulating graphs
igraph is a library for creating and manipulating graphs.
It is intended to be as powerful (ie. fast) as possible to enable the
analysis of large graphs.
.
This is the runtime library package.
Package: libimage-exiftool-perl
Description-md5: 6a9fcb8900a4bcf06c6df9e0a5368b62
Description-en: library and program to read and write meta information in multimedia files
Image::ExifTool is a Perl module with an included command-line application
called exiftool for reading and writing meta information in a wide variety of
files, including the maker note information of many digital cameras by
various manufacturers such as Canon, Casio, FLIR, FujiFilm, GE, HP,
JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo,
Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh,
Samsung, Sanyo, Sigma/Foveon and Sony.
.
The following modules/packages are recommended for specific features, e.g.
decoding compressed and/or encrypted information from the indicated file
types, calculating digest values for some information types, etc.:
.
* Archive::Zip / libarchive-zip-perl: ZIP, DOCX, PPTX, XLSX, ODP, ODS, ODT,
EIP, iWork
* Unicode::LineBreak / libunicode-linebreak-perl: for column-alignment of
alternate language output
* POSIX::strptime / libposix-strptime-perl: for inverse date/time conversion
* Time::Piece (in perl core): alternative to POSIX::strptime
* IO::Compress::RawDeflate + IO::Uncompress::RawInflate (in perl core): for
reading FLIF images
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: libinput-tools
Description-md5: a3cb13b88fab5ad6bc4954352ff16f8f
Description-en: input device management and event handling library - command line tools
libinput is a library that handles input devices for display servers and
other applications that need to directly deal with input devices.
.
It provides device detection, device handling, input device event
processing and abstraction so minimize the amount of custom input
code the user of libinput need to provide the common set of
functionality that users expect.
.
This package includes the command line tools.
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: libitalccore
Description-md5: 34eb796020804b71c1180927ee20245a
Description-en: intelligent Teaching And Learning with Computers - libraries
iTALC makes it possible to access and guide the activities of students
from the computer of the teacher. For example, with the help of iTALC
a teacher can view the contents of students' screens and see if any of
them need help. If so, the teacher can access the student's desktop and
provide support; the student can watch the teacher's actions and learn
from them. Alternatively the teacher can switch into "demo-mode", where
all the students' screens show the contents of the teacher's screen.
Furthermore, actions like locking students' screens, killing games,
powering clients on or off, and much more can all be performed via iTALC.
.
This package provides the common libraries needed for iTALC.
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: libjs-moment
Description-md5: 328a4a8ef1520f887064832b3e02121c
Description-en: Work with dates in JavaScript (library)
A lightweight JavaScript date library to parse, validate,
manipulate and format dates.
.
This package contains the JavaScript library.
Package: libjson-smart-java
Description-md5: af1c870487291a41ab9f4aa008a77a1d
Description-en: JSON Small and Fast Parser
Json-smart is a performance focused, JSON processor library. The API
is similar to json-simple but the performance is improved (at least
twice faster).
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: libjsyntaxpane-java
Description-md5: 7e9cfc8dae17b89209f8df13f639ee0a
Description-en: Java EditorPane with support for Syntax Highlighting
JSyntaxPane provides you with a very simple to use, and now with
simple method to configure, way to handle simple Syntax Highlighting
and editing of various languages within your Java Swing application.
.
Currently supported out of the box are Java, JavaScript, Properties,
Groovy, C, C++, XML, SQL, Ruby and Python.
Package: libjsyntaxpane-java-doc
Description-md5: 7b27b903caaa920df1bb5a9f70b286a8
Description-en: Java EditorPane with support for Syntax Highlighting (javadoc files)
JSyntaxPane provides you with a very simple to use, and now with
simple method to configure, way to handle simple Syntax Highlighting
and editing of various languages within your Java Swing application.
.
Currently supported out of the box are Java, JavaScript, Properties,
Groovy, C, C++, XML, SQL, Ruby and Python.
.
This package contains the JavaDoc documentation of the package.
Package: libjtharness-java
Description-md5: 2ce82b773bfb8b14edd151cb8c51a5d1
Description-en: General purpose test harness for Java
The JT harness is a general purpose, fully-featured, flexible, and configurable
test harness very well suited for most types of unit testing. Originally
developed as a test harness to run TCK test suites, it has since evolved into a
general purpose test platform.
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: libkf5screen-bin
Description-md5: 3dbfb2a2fb6671c59383798dcdeb95c4
Description-en: library for screen management - helpers
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the library helpers and the corresponding dbus service.
Package: libkf5screen-dev
Description-md5: 5a9972d118274e22de9a4ec2ad3410d1
Description-en: library for screen management - development files
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the files necessary for development.
Package: libkf5screen7
Description-md5: 3cd8fb562d4e37428a482afe3debac1e
Description-en: library for screen management - shared library
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the shared library
Package: libkf5sysguard-bin
Description-md5: 3db6290d075dfe9bbb485be967a4e45a
Description-en: library for monitoring your system - shared library
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
.
This package contains the shared library
Package: libkf5sysguard-data
Description-md5: 1b68684b1656f5b47b6c6f470944e769
Description-en: library for monitoring your system - shared library
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
.
This package contains the data files
Package: libkf5sysguard-dev
Description-md5: 81bf88bad7e93f21112f94520b41e196
Description-en: library for monitoring your system - development files
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
.
This package contains the files necessary for development.
Package: libkf5sysguard5
Description-md5: 1f317b04f78374dba7d1e14def0b7f80
Description-en: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: libkf5sysguard5-data
Description-md5: 1f317b04f78374dba7d1e14def0b7f80
Description-en: transitional dummy package
This is a transitional dummy package. It can safely be removed.
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: libkfontinst5
Description-md5: 66b4ec4c7e71a8a971b4c2d1d8842f83
Description-en: Tools and widgets for the desktop library
Plasma Desktop offers a beautiful looking desktop
that takes complete advantage of modern computing technology.
Through the use of visual effects and scalable graphics,
the desktop experience is not only smooth but also pleasant
to the eye. The looks of Plasma Desktop not only provide beauty,
they are also used to support and improve your computer
activities effectively, without being distracting.
.
This package is part of the KDE Plasma.
Package: libkfontinstui5
Description-md5: 66b4ec4c7e71a8a971b4c2d1d8842f83
Description-en: Tools and widgets for the desktop library
Plasma Desktop offers a beautiful looking desktop
that takes complete advantage of modern computing technology.
Through the use of visual effects and scalable graphics,
the desktop experience is not only smooth but also pleasant
to the eye. The looks of Plasma Desktop not only provide beauty,
they are also used to support and improve your computer
activities effectively, without being distracting.
.
This package is part of the KDE Plasma.
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: libknopflerfish-osgi-framework-java
Description-md5: 49322ad2b65c4748382466578a9ad814
Description-en: Java framework implementing the OSGi R6 version
OSGi, Open Service Gateway Initiative, specifies an industry standard Java
application platform, allowing multiple applications, to securely run in a
single JVM. These programs can share resources as data, functionality and
threads.
.
Applications areas for OSGi ranges from use as a service platform on embedded
devices, to plugin mechanisms for larger programs. The initial goal of OSGi
was the embedded market, but other uses are certainly possible.
.
This package specifically provides the framework JAR file.
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: libkopenafs2
Description-md5: 0f99201d0fae91ddb99faa36485b802d
Description-en: AFS distributed file system runtime library (PAGs)
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides the shared library implementing an interface to
manipulating AFS process authentication groups (PAGs). It provides the
a subset of the interface provided by the Heimdal libkafs library.
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: libkscreenlocker5
Description-md5: d8006b7271413cfd56be9dc99f16ab73
Description-en: Secure lock screen architecture
Library and components for secure lock screen architecture.
Package: libksgrd7
Description-md5: 3db6290d075dfe9bbb485be967a4e45a
Description-en: library for monitoring your system - shared library
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
.
This package contains the shared library
Package: libksignalplotter7
Description-md5: 3db6290d075dfe9bbb485be967a4e45a
Description-en: library for monitoring your system - shared library
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
.
This package contains the shared library
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: libkwin4-effect-builtins1
Description-md5: c91b8e9a18d0f455169dc8d5c9d9df71
Description-en: KDE window manager effect builtins library
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: libkwineffects11
Description-md5: 369c6490ef9bdfbd7a1b365d7c9e10e4
Description-en: KDE window manager effects library
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: libkwinglutils11
Description-md5: 9818b64a308a0d4530a66e11e0a4ae0d
Description-en: KDE window manager gl utils library
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: libkwinxrenderutils11
Description-md5: 231d4b0bc8daef5198f9f6c5f784bc5f
Description-en: KDE window manager render utils library
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: libkworkspace5-5
Description-md5: 2b66bc842f9506411a5abae88d53e05e
Description-en: Plasma Workspace for KF5 library
Plasma Workspace for KF5. Workspaces provide
support for KDE Plasma Widgets, integrated search,
hardware management and a high degree of customizability.
Kworkspace library.
.
This package contains library files.
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: liblasso-perl
Description-md5: a6fed384a4da3dba999199b652c91c55
Description-en: Library for Liberty Alliance and SAML protocols - Perl bindings
Lasso is an implementation of Liberty Alliance and related protocols, for
network identity federations, single sign-on and other web services protocols.
The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
.
This package contains Perl bindings for liblasso, needed to use lasso
in Perl applications.
Package: liblld-10
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library.
Package: liblld-10-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package provides the header files to build extension over lld.
Package: liblld-7
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library.
Package: liblld-7-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package provides the header files to build extension over lld.
Package: liblld-8
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library.
Package: liblld-8-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package provides the header files to build extension over lld.
Package: liblld-9
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library.
Package: liblld-9-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package provides the header files to build extension over lld.
Package: liblldb-10
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package contains the LLDB runtime library.
Package: liblldb-10-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package provides the header files to build extension over lldb.
Package: liblldb-7
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package contains the LLDB runtime library.
Package: liblldb-7-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package provides the header files to build extension over lldb.
Package: liblldb-8
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package contains the LLDB runtime library.
Package: liblldb-8-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package provides the header files to build extension over lldb.
Package: liblldb-9
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package contains the LLDB runtime library.
Package: liblldb-9-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package provides the header files to build extension over lldb.
Package: liblldpctl-dev
Description-md5: 7c07279ef9f74d6b4a4b659882b71c38
Description-en: implementation of IEEE 802.1ab (LLDP) - development files
LLDP is an industry standard protocol designed to supplant
proprietary Link-Layer protocols such as Extreme's EDP (Extreme
Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
LLDP is to provide an inter-vendor compatible mechanism to deliver
Link-Layer notifications to adjacent network devices.
.
This implementation provides LLDP sending and reception, supports
VLAN and includes an SNMP subagent that can interface to an SNMP
agent through AgentX protocol.
.
This daemon is also able to deal with CDP, SONMP, FDP and EDP
protocol. It also handles LLDP-MED extension.
.
This package contains development files to develop clients for lldpd.
Package: libllvm-10-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Package: libllvm-7-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Package: libllvm-8-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Package: libllvm-9-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Package: liblmdb-dev
Description-md5: 5f89a06580a0fff610ed7f46de603936
Description-en: Lightning Memory-Mapped Database development files
This package contains the development libraries, header files. Install
lmdb-doc package for man pages.
.
Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
key-value embedded data store developed for the OpenLDAP Project. It uses
memory-mapped files, so it has the read performance of a pure in-memory
database while still offering the persistence of standard disk-based
databases, and is only limited to the size of the virtual address space, (it
is not limited to the size of physical RAM).
Package: liblmdb0
Description-md5: 205529036e221ed86db40fcd32032a9e
Description-en: Lightning Memory-Mapped Database shared library
This package contains the LMDB shared library.
.
Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
key-value embedded data store developed for the OpenLDAP Project. It uses
memory-mapped files, so it has the read performance of a pure in-memory
database while still offering the persistence of standard disk-based
databases, and is only limited to the size of the virtual address space, (it
is not limited to the size of physical RAM).
Package: liblog4j1.2-java
Description-md5: 6852e874e3a0a408361775c4958b1233
Description-en: Logging library for java
log4j is a tool to help the programmer output log statements to a variety of
output targets.
.
It is possible to enable logging at runtime without modifying the application
binary. The log4j package is designed so that log statements can remain in
shipped code without incurring a high performance cost.
.
One of the distinctive features of log4j is the notion of hierarchical
loggers. Using loggers it is possible to selectively control which log
statements are output at arbitrary granularity.
.
Log4j can output to: a file, a rolling file, a database with a JDBC driver,
many output asynchronously, a JMS Topic, a swing based logging console,
the NT event log, /dev/null, a SMTP server (using javamail), a socket server,
syslog, telnet daemon and stdout.
.
The format of the output can be defined using one of the various layout
(or user defined layout) like: simple text, html, date, pattern defined and
XML.
Package: liblog4j1.2-java-doc
Description-md5: 4de3d2b07bbd8d616f084238c912527a
Description-en: Documentation for liblog4j1.2-java
The javadoc API documentation for the logging library
from the Apache Jakarta project. The documentation is
for the version 1.2 of the log4j API.
Package: liblog4j2-java
Description-md5: 45f804957a9794c4f807c12a4e0985f7
Description-en: Apache Log4j - Logging Framework for Java
Apache Log4j 2 is an upgrade to Log4j that provides significant improvements
over its predecessor, Log4j 1.x:
.
API Separation: The API for Log4j is separate from the implementation making
it clear for application developers which classes and methods they can use
while ensuring forward compatibility.
.
Improved Performance: Log4j 2 contains next-generation Asynchronous Loggers
based on the LMAX Disruptor library. In multi-threaded scenarios Asynchronous
Loggers have 10 times higher throughput and orders of magnitude lower latency
than Log4j 1.x.
.
Support for multiple APIs: While the Log4j 2 API will provide the best
performance, Log4j 2 provides support for the SLF4J and Commons Logging APIs.
.
Automatic Reloading of Configurations: Log4j 2 can automatically reload its
configuration upon modification. It will do so without losing log events
while reconfiguration is taking place.
.
Advanced Filtering: Log4j 2 supports filtering based on context
data, markers, regular expressions, and other components in the Log event.
Filtering can be specified to apply to all events before being passed to
Loggers or as they pass through Appenders.
.
Plugin Architecture: Log4j uses the plugin pattern to configure components.
As such, no code is needed to create and configure an Appender, Layout,
Pattern Converter, and so on. Log4j automatically recognizes plugins
and uses them when a configuration references them.
.
Property Support: Properties can be referenced in a configuration, Log4j will
directly replace them, or Log4j will pass them to an underlying component that
will dynamically resolve them. Properties come from values defined in the
configuration file, system properties, environment variables, the
ThreadContext Map, and data present in the event.
Package: liblog4j2-java-doc
Description-md5: 1b7e8ca14f9fa79dce6dd2fef44c1d0e
Description-en: Documentation for Apache Log4j 2
Apache Log4j 2 is an upgrade to Log4j that provides significant improvements
over its predecessor, Log4j 1.x.
.
This package contains the API documentation of liblog4j2-java.
Package: liblog4net-cil-dev
Description-md5: cf21e8f012cbc72f9e8bf9c1f27640c4
Description-en: highly configurable logging API for the CLI
log4net is a tool to help the programmer output log statements to a variety
of output targets. log4net is a port of the excellent log4j framework to the
Common Language Infrastructure (CLI). The framework is similar to the
original log4j as possible while taking advantage of new features in the
CLI runtime. For more information on log4net see the features document.
.
log4net is part of the Apache Logging Services project. The Logging
Services project is intended to provide cross-language logging
services for purposes of application debugging and auditing.
.
This package contains development headers for the log4net library
Package: liblog4net1.2-cil
Description-md5: 18cf719b7f552ecdddb6bd473c10790f
Description-en: highly configurable logging API for the CLI
log4net is a tool to help the programmer output log statements to a variety
of output targets. log4net is a port of the excellent log4j framework to the
Common Language Infrastructure (CLI). The framework is similar to the
original log4j as possible while taking advantage of new features in the
CLI runtime. For more information on log4net see the features document.
.
log4net is part of the Apache Logging Services project. The Logging
Services project is intended to provide cross-language logging
services for purposes of application debugging and auditing.
.
This package contains the log4net library itself
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: liblsofui7
Description-md5: 3db6290d075dfe9bbb485be967a4e45a
Description-en: library for monitoring your system - shared library
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
.
This package contains the shared library
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: liblz4-tool
Description-md5: 559a59fa22d506a3fde0f4eef6db1a8d
Description-en: Fast LZ compression algorithm library - tool
LZ4 is a very fast lossless compression algorithm, providing compression speed
at 400 MB/s per core, scalable with multi-cores CPU. It also features an
extremely fast decoder, with speed in multiple GB/s per core, typically
reaching RAM speed limits on multi-core systems.
.
This package contains files that is tool using liblz4.
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: libmbim-utils
Description-md5: 26954fb9739457f3079bb1d716bba004
Description-en: Utilities to use the MBIM protocol from the command line
libmbim is a glib-based library for talking to WWAN modems and devices
which speak the Mobile Interface Broadband Model (MBIM) protocol.
.
This package contains the utilities that make it easier to use MBIM
functionality from the command line.
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: libmetacity-dev
Description-md5: 73dfc7ddc60f3c7fc625adfe06749201
Description-en: development files for the Metacity window manager
Metacity is a small window manager, using GTK+ to do everything.
.
As the author says, metacity is a "Boring window manager for the adult in
you. Many window managers are like Marshmallow Froot Loops; Metacity is
like Cheerios."
.
This package contains the development files.
Package: libmetacity1
Description-md5: ee7c90f337314f26935c451de494dba0
Description-en: library for the Metacity window manager
Metacity is a small window manager, using GTK+ to do everything.
.
As the author says, metacity is a "Boring window manager for the adult in
you. Many window managers are like Marshmallow Froot Loops; Metacity is
like Cheerios."
.
This package contains the shared library.
Package: 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: libmodbus-dev
Description-md5: 319ed6ee1d4051d730fb32bd227a21ca
Description-en: development files for the Modbus protocol library
A Modbus library written in C, to send/receive data with a device which
respects the Modbus protocol. This library can use a serial port or an
Ethernet connection.
.
This package contains the development files.
Package: libmodbus5
Description-md5: c6ad0aa78fc2b26d475235f37a7cbbff
Description-en: library for the Modbus protocol
A Modbus library written in C, to send/receive data with a device which
respects the Modbus protocol. This library can use a serial port or an
Ethernet connection.
.
This package contains the shared library.
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-6-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-6-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-6-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-6-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-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: dd3d7e0ba479e98a11965405e9099d15
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mips architecture, for use in cross-compile
environment.
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: c63fecbede41e11da6e7e7eb4dfe7229
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mips64 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: 72ddc0904e54cf7bb0d5cb059b90a213
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mips64el 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: 3cb96e2976afbb0e3cd0868d64da2907
Description-en: GCC support library (debug symbols)
Debug symbols for the GCC support library.
.
This package contains files for mipsel 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: b12c7c87f687c48f585441e8c139e024
Description-en: GCC support library (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-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: 2dde149b311524cdaa4399a8c216f041
Description-en: GCC support library (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-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: b770bd08d6e16e8905618976a89222de
Description-en: GCC support library (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-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: 6011d5dcdd7bb9cb01b3d17fc8c278a9
Description-en: GCC support library (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: 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-6-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-6-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-6-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-6-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-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: libn32gfortran3-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: libn32gfortran3-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: libn32gfortran3-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: libn32gfortran3-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: libn32gfortran3-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: libn32gfortran3-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: libn32gfortran3-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: libn32gfortran3-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: 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: libn32go9-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: libn32go9-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: libn32go9-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: libn32go9-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: libn32go9-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: libn32go9-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: libn32go9-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: libn32go9-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-6-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-6-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-6-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-6-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-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++-6-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++-6-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++-6-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++-6-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++-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-6-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-6-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-6-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-6-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-7-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-7-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-7-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-7-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-8-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-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: 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-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: 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-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: 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-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: 093c12adf0418551e5f7f10e91d9177d
Description-en: GNU Standard C++ Library v3 (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-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: 99cf6e3d9cd04251a8f25b604da3b687
Description-en: GNU Standard C++ Library v3 (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-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: 9368881116e8272c7eb881ab7da611c3
Description-en: GNU Standard C++ Library v3 (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-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: 4248964e7d4e4c289e21151dd1d5b998
Description-en: GNU Standard C++ Library v3 (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: 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: libndctl-dev
Description-md5: 06d894de8c4f2ae5d66e342b240454d8
Description-en: Development files for libndctl
Header files and development library for compiling C programs to link
with the libndctl library and manage the libnvdimm sub-system in the
Linux kernel.
Package: libndctl6
Description-md5: a0dcba6d493038a7bfb26147e1a2cd91
Description-en: Utility library for managing the libnvdimm subsystem
The nvdimm subsystem defines a kernel device model and control message
interface for platform NVDIMM resources like those defined by the ACPI 6+ NFIT
(NVDIMM Firmware Interface Table).
.
This package contains an utility library for managing the libnvdimm
(non-volatile memory device) sub-system in the Linux kernel.
Package: libnemo-extension-dev
Description-md5: 0846f43492eb6c2c33ee91f3ad3d1d0c
Description-en: Nemo component system facilities (development files)
Nemo is the official file manager for the Cinnamon desktop. It allows one
to browse directories, preview files and launch applications associated
with them. It is also responsible for handling the icons on the Cinnamon
desktop. It works on local and remote filesystems.
.
This package contains the files needed to compile and link nemo extensions.
Package: libnemo-extension1
Description-md5: d4d691032b1dfa111e4b7768fbfeca28
Description-en: Nemo component system facilities
Nemo is the official file manager for the Cinnamon desktop. It allows one
to browse directories, preview files and launch applications associated
with them. It is also responsible for handling the icons on the Cinnamon
desktop. It works on local and remote filesystems.
.
This package contains the shared library needed by the nemo extensions.
Package: libnetty-3.9-java
Description-md5: 4e808a51970b88a65d2691382ec76d52
Description-en: Java NIO client/server socket framework
Netty is a Java NIO client/server framework which enables quick and easy
development of network applications such as protocol servers and clients.
It greatly simplifies and streamlines network programming such as TCP and UDP
socket server.
Package: libnetty-java
Description-md5: 4e808a51970b88a65d2691382ec76d52
Description-en: Java NIO client/server socket framework
Netty is a Java NIO client/server framework which enables quick and easy
development of network applications such as protocol servers and clients.
It greatly simplifies and streamlines network programming such as TCP and UDP
socket server.
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: libnewlib-arm-none-eabi
Description-md5: 47fc4150018135ba1d1e6d59b3f93b52
Description-en: C library and math library compiled for bare metal using Cortex A/R/M
Newlib is a C library and math library intended for use on embedded systems.
It is a conglomeration of several library parts, all under free software
licenses that make them easily usable on embedded products.
.
This package contains the newlib library compiled for Cortex-A*,
Cortex-R4/R5/R7 and Cortex-M0/M0+/M3/M4 targets.
Package: libnewlib-dev
Description-md5: 162c7aade6589c92a4fbbfc3569b799e
Description-en: C library and math library intended for use on embedded systems
Newlib is a C library and math library intended for use on embedded systems.
It is a conglomeration of several library parts, all under free software
licenses that make them easily usable on embedded products.
.
This package contains the newlib headers.
Package: libnewlib-doc
Description-md5: 40948aff3525e14c614fec3d16fcd682
Description-en: C library and math library intended for use on embedded systems (doc)
Newlib is a C library and math library intended for use on embedded systems.
It is a conglomeration of several library parts, all under free software
licenses that make them easily usable on embedded products.
.
This package contains the newlib documentation.
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: libntlm0
Description-md5: 5ca436a27af5b826b05597158eb164e9
Description-en: NTLM authentication library
NTLM is an authentication protocol used in various Microsoft network
protocol implementations and supported by the NTLM Security Support
Provider ("NTLMSSP"). Originally used for authentication and negotiation
of secure DCE/RPC, NTLM is also used throughout Microsoft's systems as
an integrated single sign-on mechanism.
.
NTLM employs a challenge-response mechanism for authentication, in which
clients are able to prove their identities without sending a password to
the server. It consists of three messages, commonly referred to as Type 1
(negotiation), Type 2 (challenge) and Type 3 (authentication).
Package: libntlm0-dev
Description-md5: 098568fa96bce198e4e7278e947c8085
Description-en: Development files for the NTLM authentication library
Libntlm is a library that implements Microsoft's NTLM authentication.
This package contains all the files necessary for developing programs
with NTLM support.
Package: libnux-4.0-0
Description-md5: 90d396a1d9bee5777dd30987b07c2d73
Description-en: Visual rendering toolkit for real-time applications - shared lib
Nux is a graphical user interface toolkit for applications that mixes opengl
hardware acceleration with high quality visual rendering.
.
This package contains shared libraries to be used by applications.
Package: libnux-4.0-common
Description-md5: 4c25406b214daa0c0f7508e217b5c92b
Description-en: Visual rendering toolkit for real-time applications - common files
Nux is a graphical user interface toolkit for applications that mixes opengl
hardware acceleration with high quality visual rendering.
.
This package contains common architecture files used by the library.
Package: libnux-4.0-dev
Description-md5: cb19142683fff19dae7d5f404499bcd9
Description-en: Visual rendering toolkit for real-time applications - dev files
Nux is a graphical user interface toolkit for applications that mixes opengl
hardware acceleration with high quality visual rendering.
.
This package contains files that are needed to build applications.
Package: 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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-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: libobrender32v5
Description-md5: bdd80e6a0bfc7f451e19916277d01495
Description-en: rendering library for openbox themes
Openbox works with your applications, and makes your desktop easier to manage.
This is because the approach to its development was the opposite of what seems
to be the general case for window managers. Openbox was written first to
comply with standards and to work properly. Only when that was in place did
the team turn to the visual interface.
.
Openbox is fully functional as a stand-alone working environment, or can be
used as a drop-in replacement for the default window manager in the GNOME or
KDE desktop environments.
.
Openbox 3 is a completely new breed of window manager. It is not based upon
any existing code base, although the visual appearance has been based upon
that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase.
.
This package contains the libobrender library files used by openbox
for theme rendering.
Package: libobt2v5
Description-md5: c6c89fc6e3fd0e035c3b5033ac8de758
Description-en: parsing library for openbox
Openbox works with your applications, and makes your desktop easier to manage.
This is because the approach to its development was the opposite of what seems
to be the general case for window managers. Openbox was written first to
comply with standards and to work properly. Only when that was in place did
the team turn to the visual interface.
.
Openbox is fully functional as a stand-alone working environment, or can be
used as a drop-in replacement for the default window manager in the GNOME or
KDE desktop environments.
.
Openbox 3 is a completely new breed of window manager. It is not based upon
any existing code base, although the visual appearance has been based upon
that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase.
.
This package contains the libobt library files used by openbox
to load and parse configuration and theme files of openbox.
Package: libocxl-doc
Description-md5: f88369c64d004158b113b46860031ede
Description-en: Documentation files for development with libocxl
LibOCXL provides an access library which allows the user to implement a
userspace driver for an OpenCAPI accelerator.
.
This package contains the documentation files.
Package: libomp-10-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp-10-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
.
This package contains the documentation of this package.
Package: libomp-7-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp-7-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
.
This package contains the documentation of this package.
Package: libomp-8-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp-8-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
.
This package contains the documentation of this package.
Package: libomp-9-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp-9-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
.
This package contains the documentation of this package.
Package: libomp5-10
Description-md5: e28f50eb4beb8e316b69da2c1c0194c3
Description-en: LLVM OpenMP runtime
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp5-7
Description-md5: e28f50eb4beb8e316b69da2c1c0194c3
Description-en: LLVM OpenMP runtime
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp5-8
Description-md5: e28f50eb4beb8e316b69da2c1c0194c3
Description-en: LLVM OpenMP runtime
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp5-9
Description-md5: e28f50eb4beb8e316b69da2c1c0194c3
Description-en: LLVM OpenMP runtime
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libopenafs-dev
Description-md5: b6f316eebfa1cc038bb9afed528de9fc
Description-en: AFS distributed filesystem development libraries
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides static development libraries and headers
needed to compile AFS applications.
Package: libopenconnect-dev
Description-md5: 2fe0d2d4cb68b8030c7a55258936f922
Description-en: open client for Cisco AnyConnect VPN - development files
OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by
the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800,
2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others.
OpenConnect also supports the Pulse Connect Secure SSL VPN, formerly known as
the Juniper SSL VPN or the Junos Pulse VPN.
.
This package provides the header and development files.
Package: libopenconnect5
Description-md5: e307158c2a897d2ea8800a7d7e6349c3
Description-en: open client for Cisco AnyConnect VPN - shared library
OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by
the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800,
2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others.
OpenConnect also supports the Pulse Connect Secure SSL VPN, formerly known as
the Juniper SSL VPN or the Junos Pulse VPN.
.
This package provides the shared library.
Package: libopencryptoki-dev
Description-md5: 5ccede4e52f23a23ec6f510afbb7738e
Description-en: PKCS#11 implementation (development)
openCryptoki is a PKCS#11 Cryptographic Token Interface Standard
implementation. It includes drivers and libraries to enable IBM cryptographic
hardware such as Trusted Computing Platform (TPM) cryptographic devices as well
as a software token for testing.
.
This package contains the development files.
Package: libopencryptoki0
Description-md5: 8feafc6f1695544c5f562059012b0d01
Description-en: PKCS#11 implementation (library)
openCryptoki is a PKCS#11 Cryptographic Token Interface Standard
implementation. It includes drivers and libraries to enable IBM cryptographic
hardware such as Trusted Computing Platform (TPM) cryptographic devices as well
as a software token for testing.
.
This package contains the library.
Package: 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: libopendmarc-dev
Description-md5: 6738e49405f629656d0c2e887c895829
Description-en: Headers and development libraries for the OpenDMARC library
Domain-based Message Authentication, Reporting and Conformance (DMARC),
builds on the successes of technologies such as DomainKeys Identified Mail
(DKIM) and the Sender Policy Framework (SPF) to create an infrastructure that
enforces policy on domain names that are visible to end users, and creates a
feedback framework for identifying and tracking fraudulent use of domain
names in email.
.
This package provides the required header files and development libraries for
developing against the OpenDMARC library.
Package: libopendmarc2
Description-md5: 71bbf52de43abedcb507d8bbad49846a
Description-en: Library for DMARC validation and reporting
Domain-based Message Authentication, Reporting and Conformance (DMARC),
builds on the successes of technologies such as DomainKeys Identified Mail
(DKIM) and the Sender Policy Framework (SPF) to create an infrastructure that
enforces policy on domain names that are visible to end users, and creates a
feedback framework for identifying and tracking fraudulent use of domain
names in email.
.
This package provides library for implementing mail validation and reporting
for the experimental DMARC standard.
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: libopenscap-dev
Description-md5: d2dd68f6585ea71ee270c720423811f0
Description-en: Set of libraries enabling integration of the SCAP line of standards
OpenSCAP is a set of open source libraries providing an easier path
for integration of the SCAP line of standards. SCAP is a line of
standards managed by NIST with the goal of providing a standard language
for the expression of Computer Network Defense related information.
.
The intended scope of this project is to implement working interface
wrappers for parsing and querying SCAP content including:
* Common Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
.
This package contains the development files for OpenSCAP.
Package: libopenscap-perl
Description-md5: af5a812c7a29a25300f29be5496acae2
Description-en: Set of libraries enabling integration of the SCAP line of standards
OpenSCAP is a set of open source libraries providing an easier path
for integration of the SCAP line of standards. SCAP is a line of
standards managed by NIST with the goal of providing a standard language
for the expression of Computer Network Defense related information.
.
The intended scope of this project is to implement working interface
wrappers for parsing and querying SCAP content including:
* Common Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
.
This package contains the Perl bindings for OpenSCAP.
Package: libopenscap8
Description-md5: 55b42427d03da20f3fcfb46dd1a78783
Description-en: Set of libraries enabling integration of the SCAP line of standards
OpenSCAP is a set of open source libraries providing an easier path
for integration of the SCAP line of standards. SCAP is a line of
standards managed by NIST with the goal of providing a standard language
for the expression of Computer Network Defense related information.
.
The intended scope of this project is to implement working interface
wrappers for parsing and querying SCAP content including:
* Common Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
Package: libopenscap8-dbg
Description-md5: f86424929b4f70b6769276deae8be2f8
Description-en: Set of libraries enabling integration of the SCAP line of standards
OpenSCAP is a set of open source libraries providing an easier path
for integration of the SCAP line of standards. SCAP is a line of
standards managed by NIST with the goal of providing a standard language
for the expression of Computer Network Defense related information.
.
The intended scope of this project is to implement working interface
wrappers for parsing and querying SCAP content including:
* Common Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
.
This package contains debugging symbols for OpenSCAP.
Package: liboss4-salsa-asound2
Description-md5: ba4b32966a682b6600ab6e8f12bc04ce
Description-en: OSS to Alsa compatibility library - binary compatibility symlink
Liboss4-salsa is a library providing an ALSA interface on top of OSS.
.
This package contains a symbolic link that makes applications already compiled
with ALSA use liboss4-salsa.
Package: liboss4-salsa2
Description-md5: 1ee9befd9bbe018d6f278dddb477dbd5
Description-en: OSS to Alsa compatibility library
Liboss4-salsa is a library providing an ALSA interface on top of OSS.
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: liboxygenstyle5-5
Description-md5: d365c1da5d3c4fdad34292a8c1199a5f
Description-en: style library for the Oxygen desktop theme
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the private library used by the widget theme
and KWin style.
Package: liboxygenstyleconfig5-5
Description-md5: 14500848198e2a0647ab61bbcefce6ff
Description-en: style library configuration for the Oxygen desktop theme
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the private library used to configure the widget theme
and KWin style.
Package: libp11-kit-gnome-keyring
Description-md5: ca1a3f289565f8b6f1aeea6b1e349266
Description-en: GNOME keyring module for PKCS#11 (transitional package)
gnome-keyring is a daemon in the session, similar to ssh-agent,
and other applications can use it to store passwords and other
sensitive information.
.
This package is here to ensure smooth upgrades. It can be removed when
you see fit.
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-heimdal
Description-md5: 66e4a509213fb644555c0cb0d4c1efd6
Description-en: PAM module for Heimdal Kerberos
A Kerberos PAM module build against the Heimdal libraries. It supports
authenticating against a Kerberos KDC, obtaining tickets and populating
an initial ticket cache, authorizing users via a ~/.k5login file, and
changing Kerberos passwords.
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: libpam-python
Description-md5: 894c07d34a094a24a02bc960f8dc0943
Description-en: Enables PAM modules to be written in Python
This PAM module runs the Python interpreter, thus allowing PAM
modules to be written in Python. As a Python incurs a considerable
overhead its intended audience is SysAdmins writing one off PAM
modules. If you are doing that, you should probably install
the documentation in libpam-python-doc as well.
Package: libpam-python-doc
Description-md5: 9f2d4bc8e296e3f593cfce29edad6e2e
Description-en: Documentation for the bindings provided by libpam-python
The libpam-python PAM module runs the Python interpreter, thus allowing
PAM modules to be written in Python. This package documents the bindings
provided by libpam-python.
Package: libpam-ssh-agent-auth
Description-md5: b497af339bd0a11905af49467fcfcf83
Description-en: PAM Authentication via forwarded ssh-agent
pam_ssh_agent_auth is a PAM module which permits PAM authentication via your
keyring in a forwarded ssh-agent.
.
This module can be used to provide authentication for anything run locally that
supports PAM. It was written specifically with the intention of permitting
authentication for sudo without password entry, and also has been proven useful
for use with su as an alternative to wheel.
Package: libpam-tacplus
Description-md5: af520f2d3b293d29e4e182e19cc5f0d0
Description-en: PAM module for using TACACS+ as an authentication service
This PAM module support authentication, authorization (account management) and
accounting (session management) performed using TACACS+ protocol designed by
Cisco.
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: libparted-i18n
Description-md5: 877b5444c339988ec68855c01cf352df
Description-en: disk partition manipulator - i18n support
GNU Parted is a program that allows you to create, destroy, resize,
move, and copy disk partitions. This is useful for creating space
for new operating systems, reorganizing disk usage, and copying data
to new hard disks.
.
This package contains localization data.
Package: libpcl-apps1.8
Description-md5: bcb6542b5aab1c011a19e1efc585d7b8
Description-en: Point Cloud Library - apps library
The PCL framework contains numerous state-of-the art algorithms including
filtering, feature estimation, surface reconstruction, registration, model
fitting and segmentation.
.
This package contains the libraries needed to run applications depending
on PCL apps.
Package: libpcl-common1.8
Description-md5: e124d70174bf8fd27896e1a2702f7c75
Description-en: Point Cloud Library - common library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL common library.
Package: libpcl-dev
Description-md5: 621d78511d316c10676102f4eb2d5e65
Description-en: Point Cloud Library - development files
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains development files (headers and shared library
symbolic link).
Package: libpcl-doc
Description-md5: 2eac989d9e8426e817a291a4d72d8b4d
Description-en: Point Cloud Library - documentation
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the Doxygen generated documentation.
Package: libpcl-features1.8
Description-md5: 6b2cfde4ea608cec5667c51cecae1d04
Description-en: Point Cloud Library - features library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL features library.
Package: libpcl-filters1.8
Description-md5: 5dc174cffaaecba9a8e6573ea3742124
Description-en: Point Cloud Library - filters library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL filters library.
Package: libpcl-io1.8
Description-md5: 32b70475a17565f461df37256996889a
Description-en: Point Cloud Library - I/O library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the libraries needed to run applications
depending on PCL io.
Package: libpcl-kdtree1.8
Description-md5: 2b746b073bd8243924b1f76887ef7870
Description-en: Point Cloud Library - kdtree library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL kdtree library.
Package: libpcl-keypoints1.8
Description-md5: 2ebd8d288fd640a31cadb9a47aea2b49
Description-en: Point Cloud Library - keypoints library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL keypoints library.
Package: libpcl-ml1.8
Description-md5: 555d995717db7a2124ff109f381f6b9c
Description-en: Point Cloud Library - ml library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL ml library.
Package: libpcl-octree1.8
Description-md5: 3e222bdd6932ba069557aae7996aee8a
Description-en: Point Cloud Library - octree library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL octree library.
Package: libpcl-outofcore1.8
Description-md5: 4c16f051606217e64d34ed8ce60ab7be
Description-en: Point Cloud Library - outofcore library
The PCL framework contains numerous state-of-the art algorithms including
filtering, feature estimation, surface reconstruction, registration, model
fitting and segmentation.
.
This package contains the libraries needed to run applications
depending on PCL outofcore.
Package: libpcl-people1.8
Description-md5: 9bbbaf09df0646f982c872efc12d8350
Description-en: Point Cloud Library - people library
The PCL framework contains numerous state-of-the art algorithms including
filtering, feature estimation, surface reconstruction, registration, model
fitting and segmentation.
.
This package contains the libraries needed to run applications
depending on PCL people.
Package: libpcl-recognition1.8
Description-md5: e9620e4fb4078a49c799a114eaa07ee5
Description-en: Point Cloud Library - recognition library
The PCL framework contains numerous state-of-the art algorithms including
filtering, feature estimation, surface reconstruction, registration, model
fitting and segmentation.
.
This package contains the libraries needed to run applications
depending on PCL recognition.
Package: libpcl-registration1.8
Description-md5: 99866bb3c92cf3b4f48a9ad2a5ba3faa
Description-en: Point Cloud Library - registration library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL registration library.
Package: libpcl-sample-consensus1.8
Description-md5: 231c3575c742c67f65c7337736d3c42c
Description-en: Point Cloud Library - sample consensus library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL sample consensus library.
Package: libpcl-search1.8
Description-md5: 08d512cb4be213d02f0208aa68cfbe10
Description-en: Point Cloud Library - search library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL search library.
Package: libpcl-segmentation1.8
Description-md5: d78224d9a2146191c1882e51ec9c34bb
Description-en: Point Cloud Library - segmentation library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL segmentation library.
Package: libpcl-stereo1.8
Description-md5: 1d394a47859d0d2b58cbaa560b3c2c06
Description-en: Point Cloud Library - stereo library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL stereo library.
Package: libpcl-surface1.8
Description-md5: d3a8222ea16ee8055baf78527c964e45
Description-en: Point Cloud Library - surface library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL surface library.
Package: libpcl-tracking1.8
Description-md5: 3b3ad71f463a97f672c9a544e952698c
Description-en: Point Cloud Library - tracking library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL tracking library.
Package: libpcl-visualization1.8
Description-md5: 0e570a53d7eb86b10ad020e182428d16
Description-en: Point Cloud Library - visualization library
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package contains the PCL visualization library.
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: libplasma-geolocation-interface5
Description-md5: 4f3b0402a92ec99812086cab6e493f91
Description-en: Plasma Workspace for KF5 library
Plasma Workspace for KF5. Workspaces provide
support for KDE Plasma Widgets, integrated search,
hardware management and a high degree of customizability.
Interface library for geolocation.
.
This package contains library files.
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: libpmem-dev
Description-md5: 38fe4660227e9261ad546879858ab0f7
Description-en: Development files for libpmem1
libpmem provides low level persistent memory support. In particular, support
for the persistent memory instructions for flushing changes to pmem is
provided.
.
This package contains libraries and header files used for linking programs
against libpmem.
Package: libpmem1
Description-md5: a387b1b968e3b5b59d511947c8fd7388
Description-en: Persistent Memory low level support library
libpmem provides low level persistent memory support. In particular, support
for the persistent memory instructions for flushing changes to pmem is
provided.
.
This library is provided for software which tracks every store to pmem and
needs to flush those changes to durability. Most developers will find higher
level libraries like libpmemobj to be much more convenient.
Package: libpmem1-debug
Description-md5: 31c10ec9c87d256d6fb22086953c0fb0
Description-en: Persistent Memory low level support library - debug build
libpmem provides low level persistent memory support. In particular, support
for the persistent memory instructions for flushing changes to pmem is
provided.
.
This library is provided for software which tracks every store to pmem and
needs to flush those changes to durability. Most developers will find higher
level libraries like libpmemobj to be much more convenient.
.
This package contains a special build of this library meant for debugging
purposes. It contains extra logging, assertions and expensive checks that
should not be used otherwise.
Package: libpmemblk-dev
Description-md5: d4a7d8e9dea981c4b33d5c17d02ab79f
Description-en: Development files for libpmemblk1
libpmemblk implements a pmem-resident array of blocks, all the same size, where
a block is updated atomically with respect to power failure or program
interruption (no torn blocks).
.
This package contains libraries and header files used for linking programs
against libpmemblk.
Package: libpmemblk1
Description-md5: 9ae61987c139bdd3ec5d4d21cef34cbb
Description-en: Persistent Memory block array support library
libpmemblk implements a pmem-resident array of blocks, all the same size, where
a block is updated atomically with respect to power failure or program
interruption (no torn blocks).
.
This library is provided for cases requiring large arrays of objects at least
512 bytes each. Most developers will find higher level libraries like
libpmemobj to be more generally useful.
Package: libpmemblk1-debug
Description-md5: 59c5cc35497f72c6289876be1e8796be
Description-en: Persistent Memory block array support library - debug build
libpmemblk implements a pmem-resident array of blocks, all the same size, where
a block is updated atomically with respect to power failure or program
interruption (no torn blocks).
.
This library is provided for cases requiring large arrays of objects at least
512 bytes each. Most developers will find higher level libraries like
libpmemobj to be more generally useful.
.
This package contains a special build of this library meant for debugging
purposes. It contains extra logging, assertions and expensive checks that
should not be used otherwise.
Package: libpmemcto-dev
Description-md5: b2075a9278fda3ed876272bda03ed43a
Description-en: Development files for libpmemcto1
The libpmemcto library is a persistent memory allocator providing malloc-like
interfaces, with no overhead imposed by run-time flushing or transactional
updates. An overhead is imposed only when program exits normally and have to
flush the pool contents.
.
NOTE: This is an experimental API and should not be used in production
environments.
.
This package contains libraries and header files used for linking programs
against libpmemcto.
Package: libpmemcto1
Description-md5: 4b5d983f7399cb0d0d1190c75270756b
Description-en: Persistent Memory allocator cto library
The libpmemcto library is a persistent memory allocator providing malloc-like
interfaces, with no overhead imposed by run-time flushing or transactional
updates. An overhead is imposed only when program exits normally and have to
flush the pool contents.
.
NOTE: This is an experimental API and should not be used in production
environments.
Package: libpmemcto1-debug
Description-md5: 55d2d17a34ff5f41b1db32b7b32bc852
Description-en: Persistent Memory allocator cto library - debug build
The libpmemcto library is a persistent memory allocator providing malloc-like
interfaces, with no overhead imposed by run-time flushing or transactional
updates. An overhead is imposed only when program exits normally and have to
flush the pool contents.
.
NOTE: This is an experimental API and should not be used in production
environments.
.
This package contains a special build of this library meant for debugging
purposes. It contains extra logging, assertions and expensive checks that
should not be used otherwise.
Package: libpmemlog-dev
Description-md5: 5cb3204b5e9c7eb03e3d1a9807e134c5
Description-en: Development files for libpmemlog1
libpmemlog implements a pmem-resident log file.
.
This package contains libraries and header files used for linking programs
against libpmemlog.
Package: libpmemlog1
Description-md5: df6848e3cc6bcdb280ee9ae9a2c7b099
Description-en: Persistent Memory log file support library
libpmemlog implements a pmem-resident log file.
.
This library is provided for cases requiring an append-mostly file to record
variable length entries. Most developers will find higher level libraries like
libpmemobj to be more generally useful.
Package: libpmemlog1-debug
Description-md5: 6fd4643ec0a90e29f06dde10ad1a19b7
Description-en: Persistent Memory log file support library - debug build
libpmemlog implements a pmem-resident log file.
.
This library is provided for cases requiring an append-mostly file to record
variable length entries. Most developers will find higher level libraries like
libpmemobj to be more generally useful.
.
This package contains a special build of this library meant for debugging
purposes. It contains extra logging, assertions and expensive checks that
should not be used otherwise.
Package: libpmemobj-dev
Description-md5: ccd163602dc64a0fb4a9e5b761e18c1c
Description-en: Development files for libpmemobj1
libpmemobj turns a persistent memory file into a flexible object store,
supporting transactions, memory management, locking, lists, and a number of
other features.
.
This package contains libraries and header files used for linking programs
against libpmemobj.
Package: libpmemobj-doc
Description-md5: 319ef183818e342f81437c3b97aac2d1
Description-en: Development documentation for libpmemobj
libpmemobj turns a persistent memory file into a flexible object store,
supporting transactions, memory management, locking, lists, and a number of
other features.
.
This package contains the C++ API documentation for libpmemobj.
Package: libpmemobj1
Description-md5: 7ba84bd5e05127b370be21b770e51e73
Description-en: Persistent Memory object store support library
libpmemobj turns a persistent memory file into a flexible object store,
supporting transactions, memory management, locking, lists, and a number of
other features.
Package: libpmemobj1-debug
Description-md5: 12e67e3bf371626419a29b512a2b84c5
Description-en: Persistent Memory object store support library - debug build
libpmemobj turns a persistent memory file into a flexible object store,
supporting transactions, memory management, locking, lists, and a number of
other features.
.
This package contains a special build of this library meant for debugging
purposes. It contains extra logging, assertions and expensive checks that
should not be used otherwise.
Package: libpmempool-dev
Description-md5: 7ae52666269ea1343b76b6db0c223145
Description-en: Development files for libpmempool1
libpmempool provides a set of utilities for management, diagnostics and repair
of persistent memory pools.
.
This package contains libraries and header files used for linking programs
against libpmempool.
Package: libpmempool1
Description-md5: 4009779d727f2ff72090dcc3cc220b1b
Description-en: Persistent Memory pool management support library
libpmempool provides a set of utilities for management, diagnostics and repair
of persistent memory pools. A pool in this context means a pmemobj pool,
pmemblk pool, pmemlog pool or BTT layout, independent of the underlying
storage. The libpmempool is for applications that need high reliability or
built-in troubleshooting. It may be useful for testing and debugging purposes
also.
Package: libpmempool1-debug
Description-md5: a133c8b8757aadb06524004ccd206aee
Description-en: Persistent Memory pool management support library - debug build
libpmempool provides a set of utilities for management, diagnostics and repair
of persistent memory pools. A pool in this context means a pmemobj pool,
pmemblk pool, pmemlog pool or BTT layout, independent of the underlying
storage. The libpmempool is for applications that need high reliability or
built-in troubleshooting. It may be useful for testing and debugging purposes
also.
.
This package contains a special build of this library meant for debugging
purposes. It contains extra logging, assertions and expensive checks that
should not be used otherwise.
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: libpowerdevilcore2
Description-md5: 8c32d1a6343e997fdec4f09dac398675
Description-en: Global power saver settings ui library.
Power Devil allows you to define your all power settings.
.
This package contains the library files.
Package: libpowerdevilui5
Description-md5: 8c32d1a6343e997fdec4f09dac398675
Description-en: Global power saver settings ui library.
Power Devil allows you to define your all power settings.
.
This package contains the library files.
Package: libprocesscore7
Description-md5: 3db6290d075dfe9bbb485be967a4e45a
Description-en: library for monitoring your system - shared library
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
.
This package contains the shared library
Package: libprocessui7
Description-md5: 3db6290d075dfe9bbb485be967a4e45a
Description-en: library for monitoring your system - shared library
KSysGuard is a program to monitor various elements of your system, or any
other remote system with the KSysGuard daemon (ksysgardd) installed.
.
This package contains the shared library
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: libprotobuf-java
Description-md5: 2ac9477d01e9d2920f1793f9f58f3aa6
Description-en: Java bindings for protocol buffers
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the Java bindings for the protocol buffers. You will
need the protoc tool (in the protobuf-compiler package) to compile your
definition to Java classes, and then the modules in this package will allow
you to use those classes in your programs.
Package: libproxy-cil-dev
Description-md5: f84b6b72fea878076ed72e52808dc0ba
Description-en: automatic proxy configuration management library (CLI devel)
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains development files for the CLI bindings, and should be
used for compilation.
Package: libproxy-tools
Description-md5: aac59bba35e1a229fc8c5ffe6e4ba4cb
Description-en: automatic proxy configuration management library (tools)
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains a program to interact with libproxy from the
command line.
Package: libproxy0.4-cil
Description-md5: 42776b22a3576eff412b0a43566c3c44
Description-en: automatic proxy configuration management library (CLI)
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains the CLI bindings.
Package: libproxy1-plugin-kconfig
Description-md5: f9b50798054bc63f81dfbd1c8764aafc
Description-en: automatic proxy configuration management library (KConfig plugin)
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains the plugin to allow libproxy to read proxy settings from
KConfig (KDE 4)
Package: libproxy1-plugin-webkit
Description-md5: 20f65401cda862ebec9528e2cbd29339
Description-en: automatic proxy configuration management library (Webkit plugin)
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains the plugin to allow libproxy to interpret PAC files
using Webkit
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: libpython3.8
Description-md5: bddac2d41665b65e94f14c9d1961b798
Description-en: Shared Python runtime library (version 3.8)
Python is a high-level, interactive, object-oriented language. Its 3.8 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.8-dbg
Description-md5: aa5f9d1d2a7e85dc60bd3039fb01d567
Description-en: Debug Build of the Python Interpreter (version 3.8)
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.8-dev
Description-md5: dfbdc55d4f1681cadd32418844efea0d
Description-en: Header files and a static library for Python (v3.8)
Header files, a static library and development tools for building
Python (v3.8) modules, extending the Python interpreter or embedding
Python (v3.8) 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.8-dev.
Package: libpython3.8-minimal
Description-md5: ee96b2a18dd4a3b93625d55b6df8a03c
Description-en: Minimal subset of the Python language (version 3.8)
This package contains some essential modules. It is normally not
used on it's own, but as a dependency of python3.8-minimal.
Package: libpython3.8-stdlib
Description-md5: e0568d39405f127b27b7d7da0a9a33bf
Description-en: Interactive high-level object-oriented language (standard library, version 3.8)
Python is a high-level, interactive, object-oriented language. Its 3.8 version
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
.
This package contains Python 3.8's standard library. It is normally not
used on its own, but as a dependency of python3.8.
Package: libpython3.8-testsuite
Description-md5: e066f95a68978dfc6eb1f76eb3c824e9
Description-en: Testsuite for the Python standard library (v3.8)
The complete testsuite for the Python standard library. Note that
a subset is found in the libpython3.8-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.8-stdlib package).
Package: libqmi-utils
Description-md5: 76e1eda70baf3a1a86ec637dca8a1dd9
Description-en: Utilities to use the QMI protocol from the command line
This package contains the utilities that make it easier to use QMI
functionality from the command line.
Package: libqt5qml5
Description-md5: a738ffdd7112e97f1f00381ee382723b
Description-en: Qt 5 QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt QML module provides a framework for developing applications and
libraries with the QML language. It defines and implements the language
and engine infrastructure, and provides an API to enable application
developers to extend the QML language with custom types and integrate
QML code with JavaScript and C++.
Package: libqt5quick5
Description-md5: b007eea137d3d44d7f8ffa1d25ab7526
Description-en: Qt 5 Quick library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Quick is a collection of technologies that are designed to help
developers create the kind of intuitive, modern, fluid user interfaces
that are increasingly used on mobile phones, media players, set-top
boxes and other portable devices.
Package: libqt5quickparticles5
Description-md5: 938aa93447dd78ea7f9aad01a0de0dc4
Description-en: Qt 5 Quick particles module
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 Qt Quick Particles support library.
Package: libqt5quicktest5
Description-md5: 62d336fbf0430511d8db72f806e6fba5
Description-en: Qt 5 Quick Test library
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 Qt Quick Test library for QtDeclarative module.
Package: libqt5quickwidgets5
Description-md5: 361283124e954f5db8ff11d3fb23121e
Description-en: Qt 5 Quick Widgets library
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 Qt Quick Widgets library for QtDeclarative module.
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: librabbitmq-dbg
Description-md5: c76092813f0fe2bb0c116439d063bad2
Description-en: AMQP client library written in C - Debug Files
RabbitMQ provides robust messaging for applications. It is easy to use, fit
for purpose at cloud scale and supported on all major operating systems and
developer platforms. librabbitmq is a C-language AMQP client library for use
with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1.
.
This package provides debugging symbols.
Package: librabbitmq-dev
Description-md5: 328f6d1c1ad91f4390a538abfb93a5cf
Description-en: AMQP client library written in C - Dev Files
RabbitMQ provides robust messaging for applications. It is easy to use, fit
for purpose at cloud scale and supported on all major operating systems and
developer platforms. librabbitmq is a C-language AMQP client library for use
with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1.
.
This package provides the files needed for development.
Package: librabbitmq4
Description-md5: d813b0dbcf2f33c93fba8ae5959a1228
Description-en: AMQP client library written in C
RabbitMQ provides robust messaging for applications. It is easy to use, fit
for purpose at cloud scale and supported on all major operating systems and
developer platforms. librabbitmq is a C-language AMQP client library for use
with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1.
.
This package includes the library itself.
Package: libraven0
Description-md5: 79da31133055c18caac93b1de4c3a3e8
Description-en: Raven library for budgie-desktop
Budgie-Desktop is a GTK+ based desktop environment which focuses on
simplicity and elegance. It provides a traditional desktop metaphor
based interface utilising customisable panel based menu driven system.
Budgie-Desktop is written from scratch utilising many GNOME based
sub-systems such as GNOME-Session and Mutter.
.
This provides the budgie-desktop user-defined settings called raven.
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: librecad
Description-md5: d9135c95b7b340a7d52e6f02c873080e
Description-en: Computer-aided design (CAD) system
LibreCAD is an application for computer aided design (CAD) in two
dimensions (2D). With LibreCAD you can create technical drawings such as
plans for buildings, interiors, mechanical parts or schematics and
diagrams.
Package: librecad-data
Description-md5: 0e5eafc76941eb84c7ad1d26fcab39e8
Description-en: Computer-aided design (CAD) system -- shared files
LibreCAD is an application for computer aided design (CAD) in two
dimensions (2D).
.
This package contains platform independent files for LibreCAD, including
fonts, patterns, and interface translations.
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: libretro-nestopia
Description-md5: fd0bebeb73a2d0ad03a57d71b515e585
Description-en: libretro wrapper for Nestopia
Nestopia is a cycle-accurate NES/Famicom emulator. It has a high
compatibility rate and support for many peripherals and input
devices.
.
This package contains a wrapper allowing the Nestopia engine to be
used with libretro frontends such as RetroArch.
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: librpmem-dev
Description-md5: 30780caadeb15bc3d69fb8457fcbd279
Description-en: Development files for librpmem1
librpmem provides low-level support for remote access to persistent memory
(pmem) utilizing RDMA-capable RNICs.
.
This package contains libraries and header files used for linking programs
against librpmem.
Package: librpmem1
Description-md5: 609efca26b8128c811cf0da839735e65
Description-en: Persistent Memory remote access support library
librpmem provides low-level support for remote access to persistent memory
(pmem) utilizing RDMA-capable RNICs. The library can be used to replicate
remotely a memory region over RDMA protocol. It utilizes appropriate
persistency mechanism based on remote node’s platform capabilities. The
librpmem utilizes the ssh client to authenticate a user on remote node and for
encryption of connection’s out-of-band configuration data.
.
This library is for applications that use remote persistent memory directly,
without the help of any library-supplied transactions or memory allocation.
Higher-level libraries that build on libpmem are available and are recommended
for most applications.
Package: librpmem1-debug
Description-md5: 9cb6d719929810a666621bead2deacf5
Description-en: Persistent Memory remote access support library - debug build
librpmem provides low-level support for remote access to persistent memory
(pmem) utilizing RDMA-capable RNICs. The library can be used to replicate
remotely a memory region over RDMA protocol. It utilizes appropriate
persistency mechanism based on remote node’s platform capabilities. The
librpmem utilizes the ssh client to authenticate a user on remote node and for
encryption of connection’s out-of-band configuration data.
.
This library is for applications that use remote persistent memory directly,
without the help of any library-supplied transactions or memory allocation.
Higher-level libraries that build on libpmem are available and are recommended
for most applications.
.
This package contains a special build of this library meant for debugging
purposes. It contains extra logging, assertions and expensive checks that
should not be used otherwise.
Package: librsvg2-bin
Description-md5: 5b2874a6506a4f661cb57262a5690742
Description-en: command-line and graphical viewers for SVG files
The rsvg library is an efficient renderer for Scalable Vector Graphics
(SVG) pictures.
.
This package includes a command-line utility to convert the SVG files
to the PNG format and a graphical SVG viewer.
Package: 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: librxtx-java
Description-md5: 5574a55ba7d39c43255d9020bc086491
Description-en: Full Java CommAPI implementation
RXTX is a full implementation of the Java CommAPI from Sun. It
contains native libraries providing serial and parallel
communication for the Java Development Toolkit.
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: libsasl2-modules-gssapi-heimdal
Description-md5: 0897adbbfbdac08aea71f426460e48d0
Description-en: Pluggable Authentication Modules for SASL (GSSAPI)
This is the Cyrus SASL API implementation, version 2.1. See package
libsasl2-2 and RFC 2222 for more information.
.
This package provides the GSSAPI plugin, compiled with the Heimdal
Kerberos 5 library.
Package: libsasl2-modules-ldap
Description-md5: 046fb452cdaf5f7c51dacdbf2922d5de
Description-en: Cyrus SASL - pluggable authentication modules (LDAP)
This is the Cyrus SASL API implementation, version 2.1. See package
libsasl2-2 and RFC 2222 for more information.
.
This package provides the LDAP plugin, which supports OpenLDAP.
Package: libsasl2-modules-otp
Description-md5: fb6fbc4df1a9ad29b0ddb7f30c4d227f
Description-en: Cyrus SASL - pluggable authentication modules (OTP)
This is the Cyrus SASL API implementation, version 2.1. See package
libsasl2-2 and RFC 2222 for more information.
.
This package provides the OTP plugin, which supports one time passwords.
Package: 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: libsdl-image1.2
Description-md5: b04046f8d6efcac7094eea4596dd127a
Description-en: Image loading library for Simple DirectMedia Layer 1.2, libraries
This is a simple library to load images of various formats as SDL surfaces. It
supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
WEBP, XCF, XPM, XV.
.
This package contains the shared library.
Package: libsdl-image1.2-dev
Description-md5: 88e45ebbfade6fd5cc266ca8c5364641
Description-en: Image loading library for Simple DirectMedia Layer 1.2, development files
This is a simple library to load images of various formats as SDL surfaces. It
supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
WEBP, XCF, XPM, XV.
.
This package contains the development files.
Package: libsdl2-2.0-0
Description-md5: d559f821a8f0d5e89c678fe44650c80c
Description-en: Simple DirectMedia Layer
SDL is a library that allows programs portable low level access to a video
framebuffer, audio output, mouse, and keyboard.
.
This version of SDL is compiled with X11 and Wayland graphics drivers and OSS,
ALSA, sndio and PulseAudio sound drivers.
Package: libsdl2-dev
Description-md5: 9a82f59c5790721baad7ffc5f181d3d6
Description-en: Simple DirectMedia Layer development files
SDL is a library that allows programs portable low level access to a video
framebuffer, audio output, mouse, and keyboard.
.
This package contains the files needed to compile and link programs which
use SDL.
Package: libsdl2-doc
Description-md5: a30e9f79cd550bfdc77322c7f6f892eb
Description-en: Reference manual for libsdl2
SDL is a library that allows programs portable low level access to a video
framebuffer, audio output, mouse, and keyboard.
.
This package contains the reference manual and examples.
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: libsfasan3-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: libsfasan3-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: 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-6-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-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-6-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-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: libsfgfortran3-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: libsfgfortran3-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: 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-6-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-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: libsfgphobos68-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: libsfgphobos68-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: 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-6-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-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++-6-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++-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-6-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-7-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-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: libsofia-sip-ua-dev
Description-md5: eea423e4e1b42614202f89598835c7c0
Description-en: Sofia-SIP library development files
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
This package provides the headers and libraries needed to build
applications against the Sofia-SIP library.
Package: libsofia-sip-ua-glib-dev
Description-md5: 7df07b6adec04309355355a6a71ff8c0
Description-en: Sofia-SIP library glib/gobject interface development files
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
This package provides the headers and libraries needed to build
applications against the glib/object interfaces of Sofia-SIP library.
Package: libsofia-sip-ua-glib3
Description-md5: 91fe9a8d309a6f7c31435ffc7e6b478b
Description-en: Sofia-SIP library glib/gobject interfaces runtime
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
This package provides glib/object interfaces to the Sofia-SIP library.
Package: libsofia-sip-ua0
Description-md5: e921b85f67d50b90ca35d41ec1c1571f
Description-en: Sofia-SIP library runtime
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
The library is implemented in ANSI C, and provides an extensive
set of features for implementing SIP/SIMPLE User-Agents. Highlights
include full UDP/TCP/TLS support, IPv4/6 support, SIMPLE presence
and messaging support, SIP offer/answer engine and numerous
mechanisms for NAT/FW traversal.
.
This package provides the main library runtime files.
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: libssh2-1
Description-md5: a72806365acab9f7b0057c7e13cb7b14
Description-en: SSH2 client-side library
libssh2 is a client-side C library implementing the SSH2 protocol.
It supports regular terminal, SCP and SFTP (v1-v5) sessions;
port forwarding, X11 forwarding; password, key-based and
keyboard-interactive authentication.
.
This package contains the runtime library.
Package: libssh2-1-dbg
Description-md5: cd1ab478ff368ea5d4a8b7bece7e7342
Description-en: SSH2 client-side library (debug package)
libssh2 is a client-side C library implementing the SSH2 protocol.
It supports regular terminal, SCP and SFTP (v1-v5) sessions;
port forwarding, X11 forwarding; password, key-based and
keyboard-interactive authentication.
.
This package contains the debugging symbols.
Package: libssh2-1-dev
Description-md5: 069490795958c24c9fe87f4f276ea25c
Description-en: SSH2 client-side library (development headers)
libssh2 is a client-side C library implementing the SSH2 protocol.
It supports regular terminal, SCP and SFTP (v1-v5) sessions;
port forwarding, X11 forwarding; password, key-based and
keyboard-interactive authentication.
.
This package contains the development files.
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-1.37
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.39
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.41
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.43
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.47
Description-md5: 389c19dd2d0c1e29221148ed6870c4a9
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,
needed to run dynamically-linked Rust programs (-C prefer-dynamic).
Package: libstd-rust-1.51
Description-md5: 389c19dd2d0c1e29221148ed6870c4a9
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,
needed to run dynamically-linked Rust programs (-C prefer-dynamic).
Package: libstd-rust-1.53
Description-md5: 389c19dd2d0c1e29221148ed6870c4a9
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,
needed to run dynamically-linked Rust programs (-C prefer-dynamic).
Package: libstd-rust-1.57
Description-md5: 389c19dd2d0c1e29221148ed6870c4a9
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,
needed to run dynamically-linked Rust programs (-C prefer-dynamic).
Package: libstd-rust-1.59
Description-md5: 389c19dd2d0c1e29221148ed6870c4a9
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,
needed to run dynamically-linked Rust programs (-C prefer-dynamic).
Package: libstd-rust-1.61
Description-md5: 389c19dd2d0c1e29221148ed6870c4a9
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,
needed to run dynamically-linked Rust programs (-C prefer-dynamic).
Package: libstd-rust-1.65
Description-md5: 389c19dd2d0c1e29221148ed6870c4a9
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,
needed to run dynamically-linked Rust programs (-C prefer-dynamic).
Package: libstd-rust-dev
Description-md5: d179f786c5d3afccd5d86929b4043021
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 for the standard Rust libraries,
needed to compile Rust programs. It may also be installed on a system
of another host architecture, for cross-compiling to this architecture.
Package: libstd-rust-dev-wasm32-cross
Description-md5: 717d546ee1f6e73daa506806a81c1790
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, for cross-compiling to the wasm32-unknown-unknown target.
Package: libstdc++-6-dev
Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e
Description-en: GNU Standard C++ Library v3 (development files)
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
Package: libstdc++-6-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++-6-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++-6-dev-arm64-cross
Description-md5: 2c7e3503793ee58c31e3f3fdda6ca624
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 arm64 architecture, for use in cross-compile
environment.
Package: libstdc++-6-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++-6-dev-armhf-cross
Description-md5: 918ad95d39a63b9b7c5e2d45f913e11c
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 armhf architecture, for use in cross-compile
environment.
Package: libstdc++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-dev-powerpc-cross
Description-md5: 2a2aa127ed9c499d57417a7065fccc24
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 powerpc architecture, for use in cross-compile
environment.
Package: libstdc++-6-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++-6-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++-6-dev-ppc64el-cross
Description-md5: 4169349002915f58859aff33a61f1cdb
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 ppc64el architecture, for use in cross-compile
environment.
Package: libstdc++-6-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++-6-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++-6-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++-6-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++-6-doc
Description-md5: 1a4b88b8d9f96dfb2ac2be1049b4db01
Description-en: GNU Standard C++ Library v3 (documentation files)
This package contains documentation files for the GNU stdc++ library.
.
One set is the distribution documentation, the other set is the
source documentation including a namespace list, class hierarchy,
alphabetical list, compound list, file list, namespace members,
compound members and file members.
Package: libstdc++-6-pic
Description-md5: 1b398e74a3b20401a8669d8c6472c7cc
Description-en: GNU Standard C++ Library v3 (shared library subset kit)
This is used to develop subsets of the libstdc++ shared libraries for
use on custom installation floppies and in embedded systems.
.
Unless you are making one of those, you will not need this package.
Package: libstdc++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-6-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++-7-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++-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: libstdc++-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: libstdc++-7-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++-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: libstdc++-7-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++-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: libstdc++-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: libstdc++-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: libstdc++-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: libstdc++-7-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++-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: libstdc++-7-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++-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: libstdc++-7-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++-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: libstdc++-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: libstdc++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-7-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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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++-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: 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-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-6-dbg
Description-md5: 6d699ea4429a346bc58e56d70e561407
Description-en: GNU Standard C++ Library v3 (debugging files)
This package contains the shared library of libstdc++ compiled with
debugging symbols.
Package: libstdc++6-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-6-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-7-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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 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-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: 6037e05d77fb034e21dd3cdb8bb979b7
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for alpha 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: 89fd8853ef4e1808b032f7e4fbbce3f9
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for hppa 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: 010ae4ad5839d72594570d1d6dd1b8a5
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for m68k 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: 91ce4759aac8773b7d6dacd8080803c2
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for mips 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: 64b7d4b6198f0208e6dde75c8abae331
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for mips64 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: 507e40471ccfd2cd5877ffafa36425e5
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for mips64el 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: 9352a379c2a84c792adc27a2563b9340
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for mipsel 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: 056e21caf535d2ceafcfa82a6031fc0e
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for powerpcspe 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: 43fa41b5dc41a38bae7a5bd6cf360af9
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for ppc64 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: 84c75c07b9e11dcee1853955b07a00d1
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for riscv64 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: 799dad04f4ac1a65f1d7fdc9927d5da9
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for sh4 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: 1b2910ec1d3c2c7e8eed1dfa55362be9
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for sparc64 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: 085f0d6404dea255b8f586b5eeb5ca89
Description-en: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
.
This package contains files for x32 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: libsvn-dev
Description-md5: d7ba285f3a44ff8995f08ac293b28fe7
Description-en: Development files for Apache Subversion libraries
This package contains the symlinks, headers, and object files needed
to compile and link programs which use libsvn1, the Apache Subversion
libraries. This package is needed only in order to compile software
that uses libsvn1.
Package: libsvn-doc
Description-md5: 8d748bf81b749540b1f83fe4f991a0e6
Description-en: Developer documentation for libsvn
This package contains development (API) documentation for libsvn1, the
Apache Subversion libraries. See the 'libsvn1' package for more information.
Package: libsvn-java
Description-md5: 7fe80f50698182cc45e487dedf954400
Description-en: Java bindings for Apache Subversion
This is a set of Java classes which provide the functionality of
libsvn, the Apache Subversion libraries. It is useful if you want to,
for example, write a Java class that manipulates a Subversion repository
or working copy. See the 'subversion' package for more information.
Package: libsvn-perl
Description-md5: aa3fb72865b42c59ad1e6eae171929c3
Description-en: Perl bindings for Apache Subversion
This is a set of Perl interfaces to libsvn, the Apache Subversion libraries.
It is useful if you want to, for example, write a Perl script that
manipulates a Subversion repository or working copy. See the
'subversion' package for more information.
Package: libsvn1
Description-md5: e815569b5d20540901c51f341d283767
Description-en: Shared libraries used by Apache Subversion
This package includes shared libraries to manipulate Apache Subversion
(svn) repositories and working copies. See the 'subversion' package for
more information.
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: libtaskmanager6
Description-md5: f1bb4603fcff3e44ccc7366f0dcda36a
Description-en: Plasma Workspace for KF5 library
Plasma Workspace for KF5. Workspaces provide
support for KDE Plasma Widgets, integrated search,
hardware management and a high degree of customizability.
Taskmanager library.
.
This package contains library files.
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: libtestng7-java
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: 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: libthunarx-2-0
Description-md5: a776999a1a1d1cd89b141fe9303e683d
Description-en: extension library for thunar
This package contains the Thunar extension library which permits adding new
features to the Thunar file manager.
Package: libthunarx-2-dev
Description-md5: 0d4661e4e1e07c636d1d14b457e9e7f0
Description-en: Development files for libthunarx
This package contains the headers and the static library for libthunarx,
the extension library used by thunar
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: libucommon-dev
Description-md5: 63af00b1c01943f007da720666ec31e2
Description-en: lightweight C++ threading and sockets - development files
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for
systems using uClibc along with POSIX threading support. For this
reason, uCommon disables language features that consume memory or
introduce runtime overhead. uCommon introduces some design patterns
from Objective-C, such as reference counted objects, memory pools, and
smart pointers. uCommon introduces some new concepts for handling of
thread locking and synchronization.
.
This package contains the development headers and static libraries.
Package: libucommon8
Description-md5: 64722b65b91a51d0c92f3e4c85215b16
Description-en: lightweight C++ threading and sockets - shared libraries
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for
systems using uClibc along with POSIX threading support. For this
reason, uCommon disables language features that consume memory or
introduce runtime overhead. uCommon introduces some design patterns
from Objective-C, such as reference counted objects, memory pools, and
smart pointers. uCommon introduces some new concepts for handling of
thread locking and synchronization.
.
This package contains the shared libraries.
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: .
.
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: .
.
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: .
.
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: .
.
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: .
.
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: .
.
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: .
.
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: libumockdev-dev
Description-md5: e20e1fd5f7c452d037e06ca09da31d81
Description-en: development files and documentation for libumockdev
umockdev mocks hardware devices for creating unit tests for libraries and
programs that handle Linux hardware devices.
.
This library provides an UMockdevTestbed class for running a program or test
suite under a test bed with the previously recorded devices loaded.
.
Right now this covers sysfs, uevents, basic support for /dev devices, and
recording/mocking usbdevfs ioctls (for PtP/MTP devices).
.
With this you can simulate particular hardware in virtual environments up to
some degree, without needing any particular privileges or disturbing the whole
system.
.
The library supports gobject-introspection and builds a VAPI, so that you can
also use it with Python, JavaScript, and other languages which support GI, and
Vala.
.
This package contains the header, development, and documentation files which
are needed for building umockdev applications.
Package: libumockdev0
Description-md5: ebb621f9941ee1cde03190e72e506f3c
Description-en: hardware mocking testbed for bug reports and regression tests
umockdev mocks hardware devices for creating unit tests for libraries and
programs that handle Linux hardware devices.
.
This library provides an UMockdevTestbed class for running a program or test
suite under a test bed with the previously recorded devices loaded.
.
Right now this covers sysfs, uevents, basic support for /dev devices, and
recording/mocking usbdevfs ioctls (for PtP/MTP devices).
.
With this you can simulate particular hardware in virtual environments up to
some degree, without needing any particular privileges or disturbing the whole
system.
.
The library supports gobject-introspection and builds a VAPI, so that you can
also use it with Python, JavaScript, and other languages which support GI, and
Vala.
Package: libunity-core-6.0-9
Description-md5: 2ee857fee5d2f8dbac3e4840d118df06
Description-en: core library for the Unity interface
Unity is a desktop experience that sings. Designed by Canonical and the Ayatana
community, Unity is all about the combination of familiarity and the future. We
bring together visual design, analysis of user experience testing, modern
graphics technologies and a deep understanding of the free software landscape
to produce what we hope will be the lightest, most elegant and most delightful
way to use your PC.
.
This package contains shared libraries to be used by unity-3d.
Package: libunity-core-6.0-dev
Description-md5: 9d4511f2e1fa9f78a3708127328fd86b
Description-en: Core library for the Unity interface - development files
Unity is a desktop experience that sings. Designed by Canonical and the Ayatana
community, Unity is all about the combination of familiarity and the future. We
bring together visual design, analysis of user experience testing, modern
graphics technologies and a deep understanding of the free software landscape
to produce what we hope will be the lightest, most elegant and most delightful
way to use your PC.
.
This package contains development files for libraries to be used by unity.
Package: libunity-settings-daemon-dev
Description-md5: a63b34861cea91102a69170b872eb11f
Description-en: Helper library for accessing settings (development files)
This package contains a headers for using libunity-settings-daemon
Package: libunity-settings-daemon1
Description-md5: 0ac97c800f21728126b5a4023bdbb541
Description-en: Helper library for accessing settings
This package contains a helper library for unity-control-center
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: liburdfdom-dev
Description-md5: 12c2fd546b7a5581f5eb9a69cd4d1ed3
Description-en: URDF DOM - development files
The URDF (U-Robot Description Format) library provides core data
structures and a simple XML parsers for populating the class data
structures from an URDF file.
.
This package contains the development files (headers, pkg-config and
CMake files).
Package: liburdfdom-headers-dev
Description-md5: 9632d95def16d2866a394d6232d41955
Description-en: URDF DOM - header files
The URDF (U-Robot Description Format) library provides core data
structures and a simple XML parsers for populating the class data
structures from an URDF file.
.
This package contains the headers files.
Package: liburdfdom-model
Description-md5: 14dff247cb313deeb7d921b30693260f
Description-en: URDF DOM - model library
The URDF (U-Robot Description Format) library provides core data
structures and a simple XML parsers for populating the class data
structures from an URDF file.
.
This package contains the URDF DOM model library.
Package: liburdfdom-model-state
Description-md5: 7774dde5b21ae25b35328dd490bc1a96
Description-en: URDF DOM - model state library
The URDF (U-Robot Description Format) library provides core data
structures and a simple XML parsers for populating the class data
structures from an URDF file.
.
This package contains the URDF DOM model state library.
Package: liburdfdom-sensor
Description-md5: c8bdf99ea3a514803568b2942ace04ec
Description-en: URDF DOM - sensor library
The URDF (U-Robot Description Format) library provides core data
structures and a simple XML parsers for populating the class data
structures from an URDF file.
.
This package contains the URDF DOM sensor library.
Package: liburdfdom-tools
Description-md5: 6773c579f5b9a150cd19bf9704842cbe
Description-en: URDF DOM - tools
The URDF (U-Robot Description Format) library provides core data
structures and a simple XML parsers for populating the class data
structures from an URDF file.
.
This package contains additional tools.
Package: liburdfdom-world
Description-md5: a84d2e4a9038c9e72d682f9ea758bdf1
Description-en: URDF DOM - world library
The URDF (U-Robot Description Format) library provides core data
structures and a simple XML parsers for populating the class data
structures from an URDF file.
.
This package contains the URDF DOM world library.
Package: liburiparser-dev
Description-md5: 7c19dfa07f254b32160e3463004a5798
Description-en: development files for uriparser
This package provides the development files for uriparser, a library to parse
Uniform Resource Identifiers (URIs). Install it if you want to compile a
program that makes use of this library.
Package: liburiparser-doc
Description-md5: ac5ca99dca7e21036ca511a721fac97b
Description-en: documentation files for uriparser
uriparser is a library that parses Uniform Resource Identifiers (URIs),
strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
are used to identify resources, like http://www.debian.org/ or
urn:isbn:0-395-36341-1. This package provides the documentation
files for uriparser.
Package: liburiparser1
Description-md5: 3e5858ee07d918323487df71ddecd78b
Description-en: URI parsing library compliant with RFC 3986
uriparser is a library that parses Uniform Resource Identifiers (URIs),
strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
are used to identify resources, like http://www.debian.org/ or
urn:isbn:0-395-36341-1.
.
uriparser has the following features:
.
* strictly compliant to RFC 3986, implementing:
+ parsing
+ reference resolution
+ reference creation
+ recomposition
+ syntax-based normalization
* fast (linear input length time complexity)
* unicode support
Package: libvala-0.40-0
Description-md5: 77cfb8d2a0f3e59618630e2a604740e0
Description-en: C# like language for the GObject system - library
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.
.
This library contains the parser used by valac. It can be used for
building tools around Vala.
Package: libvala-0.40-dev
Description-md5: 9b64d2066da66406573be47d933fd9db
Description-en: C# like language for the GObject system - development headers
Vala is a new programming language that aims to bring modern
programming language features to GNOME developers without imposing
any additional runtime requirements and without using a different ABI
compared to applications and libraries written in C.
.
This package has the development library and headers for valac. These
headers can be used for building tools around Vala.
Package: libvaladoc-0.40-0
Description-md5: c967c06f087d4373c9e4b86e6ddde741
Description-en: API documentation generator for vala (library)
Valadoc is a documentation generator for generating API documentation
in HTML format from Vala source code. It can be used for *.vala and
*.vapi files.
.
This package contains the library used by valadoc.
Package: libvaladoc-0.40-dev
Description-md5: 99af63669a21ee2f327c38227f2e1357
Description-en: API documentation generator for vala (devel files)
Valadoc is a documentation generator for generating API documentation
in HTML format from Vala source code. It can be used for *.vala and
*.vapi files.
.
This package contains the devel files for the valadoc library.
Package: libvaladoc-data
Description-md5: cc914022ba75a87e72560988b920ff87
Description-en: API documentation generator for vala (data)
Valadoc is a documentation generator for generating API documentation
in HTML format from Vala source code. It can be used for *.vala and
*.vapi files.
.
This package contains the icons used by valadoc.
Package: libvarnishapi-dev
Description-md5: 9c15761c354c732b35ffb9837d7b1ea0
Description-en: development files for Varnish
Development files for the Varnish HTTP accelerator.
Package: libvarnishapi1
Description-md5: b62e58460782f2fccf788b20917cd377
Description-en: shared libraries for Varnish
Shared libraries for the Varnish HTTP accelerator.
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: libvmem-dev
Description-md5: 9557095f8fbb6785f8058fd901964d98
Description-en: Development files for libvmem1
The libvmem library turns a pool of persistent memory into a volatile memory
pool, similar to the system heap but kept separate and with its own
malloc-style API.
.
This package contains libraries and header files used for linking programs
against libvmem.
Package: libvmem1
Description-md5: 96b785069cbac91d5bf4251740e8a884
Description-en: Persistent Memory volatile memory support library
The libvmem library turns a pool of persistent memory into a volatile memory
pool, similar to the system heap but kept separate and with its own
malloc-style API.
.
libvmem supports the traditional malloc/free interfaces on a memory mapped
file. This allows the use of persistent memory as volatile memory, for cases
where the pool of persistent memory is useful to an application, but when the
application doesn’t need it to be persistent.
Package: libvmem1-debug
Description-md5: 7a2c0186c86bc8276c3c935acb034f29
Description-en: Persistent Memory volatile memory support library - debug build
The libvmem library turns a pool of persistent memory into a volatile memory
pool, similar to the system heap but kept separate and with its own
malloc-style API.
.
libvmem supports the traditional malloc/free interfaces on a memory mapped
file. This allows the use of persistent memory as volatile memory, for cases
where the pool of persistent memory is useful to an application, but when the
application doesn’t need it to be persistent.
.
This package contains a special build of this library meant for debugging
purposes. It contains extra logging, assertions and expensive checks that
should not be used otherwise.
Package: libvmmalloc-dev
Description-md5: 5e1e0684738dcdbc65bc7b175fe0c683
Description-en: Development files for libvmmalloc1
The libvmmalloc library transparently converts all the dynamic memory
allocations into persistent memory allocations.
.
This package contains libraries and header files used for linking programs
against libvmalloc.
Package: libvmmalloc1
Description-md5: 607f79bb66281d494e3e26c194172100
Description-en: Persistent Memory dynamic allocation support library
The libvmmalloc library transparently converts all the dynamic memory
allocations into persistent memory allocations. This allows the use of
persistent memory as volatile memory without modifying the target
application.
Package: libvmmalloc1-debug
Description-md5: bd869ffdbcc5fab446aa6bd9eed0c925
Description-en: Persistent Memory dynamic allocation support library - debug build
The libvmmalloc library transparently converts all the dynamic memory
allocations into persistent memory allocations. This allows the use of
persistent memory as volatile memory without modifying the target
application.
.
This package contains a special build of this library meant for debugging
purposes. It contains extra logging, assertions and expensive checks that
should not be used otherwise.
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: libvulkan-dev
Description-md5: 037cce5ca6a3bf8610b524ff26253723
Description-en: Vulkan loader library -- development files
The Loader implements the main VK library. It handles layer management and
driver management. The loader fully supports multi-gpu operation. As part of
this, it dispatches API calls to the correct driver, and to the correct
layers, based on the GPU object selected by the application.
.
This package includes files needed for development.
Package: libvulkan1
Description-md5: f5e062d54743b536f33527b69a36753e
Description-en: Vulkan loader library
The Loader implements the main VK library. It handles layer management and
driver management. The loader fully supports multi-gpu operation. As part of
this, it dispatches API calls to the correct driver, and to the correct
layers, based on the GPU object selected by the application.
.
This package includes the loader library.
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: libweather-ion7
Description-md5: b1bc4c131733a1a5f4c157c588f97211
Description-en: Plasma Workspace for KF5 library
Plasma Workspace for KF5. Workspaces provide
support for KDE Plasma Widgets, integrated search,
hardware management and a high degree of customizability.
Weather_ion library.
.
This package contains library files.
Package: libwebkit2gtk-4.0-37-gtk2
Description-md5: 6f9942fc5c89d6509a6a0d29c52e612b
Description-en: Transitional dummy package
This is a transitional dummy package, it can be safely removed.
.
WebKitGTK no longer supports plugins that depend on GTK 2. If you
still need to use the Adobe Flash Player then you can install
browser-plugin-freshplayer-pepperflash.
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: libwin-hivex-perl
Description-md5: 3e474899bbf5728b3679672f4e5830c6
Description-en: Perl bindings to hivex
Perl bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
.
This package also contains hivexregedit, a low-level command-line
tool for manipulating and dumping registry hives.
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: libx32asan3
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: libx32asan3-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: libx32asan3-dbg
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: libx32asan3-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: libx32asan3-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: libx32asan3-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: 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-6-dev
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-6-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-6-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-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-6-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-6-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-6-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-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: libx32gfortran3
Description-md5: 3c011e928f9c344ce5ade56af0ec77b2
Description-en: Runtime library for GNU Fortran applications (x32)
Library needed for GNU Fortran applications linked against the
shared library.
Package: libx32gfortran3-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: libx32gfortran3-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: libx32gfortran3-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: libx32gfortran3-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: libx32gfortran3-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: 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: libx32go9
Description-md5: 274d67a4807b2168ae6370f3e1f6a565
Description-en: Runtime library for GNU Go applications (x32)
Library needed for GNU Go applications linked against the
shared library.
Package: libx32go9-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: libx32go9-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: libx32go9-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: libx32go9-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: libx32go9-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-6-dev
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-6-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-6-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-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: libx32gphobos68
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: libx32gphobos68-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: libx32gphobos68-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: libx32gphobos68-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: libx32gphobos68-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: libx32gphobos68-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: 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-6-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-6-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-6-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-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++-6-dev
Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e
Description-en: GNU Standard C++ Library v3 (development files)
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
Package: libx32stdc++-6-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++-6-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++-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-6-dbg
Description-md5: 6d699ea4429a346bc58e56d70e561407
Description-en: GNU Standard C++ Library v3 (debugging files)
This package contains the shared library of libstdc++ compiled with
debugging symbols.
Package: libx32stdc++6-6-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-6-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-7-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-7-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-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: libxmlrpc3-client-java
Description-md5: 8949b50a3df2e53bfbdc28676925b8fa
Description-en: XML-RPC implementation in Java (client side)
This package contains the client-side code needed to invoke XML-RPC
services.
.
For more information on XML-RPC protocol, see libxmlrpc3-common-java
package.
Package: libxmlrpc3-common-java
Description-md5: 0055e3efa4b134fb018478a90fe90672
Description-en: XML-RPC implementation in Java
XML-RPC is a popular protocol using XML over HTTP to implement remote
procedure calls.
.
Apache XML-RPC is a Java implementation of the XML-RPC specification.
Package: libxmlrpc3-java-doc
Description-md5: a42d7228145ab45d3ba04a42f686cfc6
Description-en: XML-RPC implementation in Java (API documentation)
This package contains documentation for Apache XML-RPC library. Both
client and server API are documented.
.
For more information on XML-RPC protocol, see libxmlrpc3-common-java
package.
Package: libxmlrpc3-server-java
Description-md5: 3e40f505f55087c513394b9d28af9598
Description-en: XML-RPC implementation in Java (server side)
This package contains the server-side code needed to write XML-RPC
services.
.
For more information on XML-RPC protocol, see libxmlrpc3-common-java
package.
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: libxxhash-dev
Description-md5: 45228533bdb4734b654bc55f84bec40f
Description-en: header files and a static library for libxxhash
xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
It successfully completes the SMHasher test suite which evaluates collision,
dispersion and randomness qualities of hash functions. Code is highly portable,
and hashes are identical on all platforms (little / big endian).
.
This package contains xxHash static library and header files.
Package: libxxhash0
Description-md5: 6bd5146e7d8c018b3155cacf897b1233
Description-en: shared library for xxhash
xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
It successfully completes the SMHasher test suite which evaluates collision,
dispersion and randomness qualities of hash functions. Code is highly portable,
and hashes are identical on all platforms (little / big endian).
.
This package contains the shared library.
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: libykpiv-dev
Description-md5: c05d08fe15f0558898f0eb816f712894
Description-en: Development files for the YubiKey PIV Library
The Yubico PIV tool is used for interacting with the Personal
Identity Verification Card (PIV) application on a YubiKey. With it
you may generate keys on the device, import keys and certificates,
create certificate requests, and other operations. A shared library,
a PKCS#11 module a command-line tool are included.
.
This package contains the development files for the library.
Package: libykpiv1
Description-md5: b8721f459e3ea91642dfbf58851a40d2
Description-en: Library for communication with the YubiKey PIV smartcard
The Yubico PIV tool is used for interacting with the Personal
Identity Verification Card (PIV) application on a YubiKey. With it
you may generate keys on the device, import keys and certificates,
create certificate requests, and other operations. A shared library,
a PKCS#11 module a command-line tool are included.
.
This package contains the run-time shared library. You normally don't
need to install it manually.
Package: libzen-dev
Description-md5: fd715c913b6da32e7465db188780786d
Description-en: ZenLib C++ utility library -- development files
ZenLib is a C++ utility library. It includes classes for handling strings,
configuration, bit streams, threading, translation, and cross-platform
operating system functions.
.
This package contains the headers required for compiling applications/libraries
which use this library.
Package: libzen-doc
Description-md5: ea8634da071a42ce8508d04755b10795
Description-en: ZenLib C++ utility library -- documentation
ZenLib is a C++ utility library. It includes classes for handling strings,
configuration, bit streams, threading, translation, and cross-platform
operating system functions.
.
This package contains the Doxygen generated API reference for developing
applications/libraries using this library.
Package: libzen0v5
Description-md5: 44c91cf8a569a195b1bf36947bdf9416
Description-en: ZenLib C++ utility library -- runtime
ZenLib is a C++ utility library. It includes classes for handling strings,
configuration, bit streams, threading, translation, and cross-platform
operating system functions.
.
This package contains the shared library needed for running applications which
use this library.
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: lightdm-gtk-greeter
Description-md5: c095387d293abe3bd155c995649d9b99
Description-en: simple display manager (GTK+ greeter)
A LightDM greeter that uses the GTK+ toolkit.
Package: lighttpd
Description-md5: 3cbd5b2dae1802558158d8c2aae494ab
Description-en: fast webserver with minimal memory footprint
lighttpd is a small webserver and fast webserver developed with
security in mind and a lot of features.
It has support for
* CGI, FastCGI and SSI
* virtual hosts
* URL rewriting
* authentication (plain files, htpasswd, LDAP)
* transparent content compression
* conditional configuration
* HTTP proxying
and configuration is straight-forward and easy.
Package: lighttpd-dev
Description-md5: f1fc9af82b36575ba112fed026bd55dc
Description-en: Development files for lighttpd
This package contains the development header-files for lighttpd.
Package: lighttpd-doc
Description-md5: 71123b17b9134699e9fdc68a1dc47ca8
Description-en: documentation for lighttpd
lighttpd is a small webserver and fast webserver developed with
security in mind and a lot of features.
.
This package contains documentation for lighttpd.
Package: lighttpd-mod-authn-gssapi
Description-md5: ba412cbdf2713032fe7f70e0ec561644
Description-en: GGSAPI authentication for lighttpd
This package contains the authn_gssapi module for lighttpd. With
this module, it is possible to perform GSSAPI authentication.
Package: lighttpd-mod-authn-ldap
Description-md5: b68829f005ecee61396d662a30216cf0
Description-en: LDAP authentication for lighttpd
This package contains the authn_ldap module for lighttpd. With
this module, it is possible to perform authentication against an LDAP
server.
Package: lighttpd-mod-authn-mysql
Description-md5: 7bd7fa6575ab09399811611258d35ee1
Description-en: MySQL authentication for lighttpd
This package contains the authn_mysql module for lighttpd. With
this module, it is possible to perform authentication using a MySQL
table.
Package: lighttpd-mod-cml
Description-md5: 6b01103472dbc855b6405ef22727388a
Description-en: cache meta language module for lighttpd
With the cache meta language, it is possible to describe to the
dependencies of a cached file to its source files/scripts. For the
cache files, the scripting language Lua is used.
.
THIS MODULE IS OBSOLETED AND WILL BE REMOVED IN LIGHTTPD 2.0.
USE mod_magnet INSTEAD.
Package: lighttpd-mod-geoip
Description-md5: ab547b8ad21a623471cbdc43eb5be98f
Description-en: GeoIP restrictions for lighttpd
This package contains the geoip module for lighttpd. With
this module, it is possible to distinguish users based on the location
using a GeoIP database.
Package: lighttpd-mod-magnet
Description-md5: 21507a9a15e97ab84f252703ace80d9d
Description-en: control the request handling module for lighttpd
mod_magnet can attract a request in several stages in the request-handling.
either at the same level as mod_rewrite, before any parsing of the URL is done
or at a later stage, when the doc-root is known and the physical-path is
already setup
Package: lighttpd-mod-mysql-vhost
Description-md5: d61f2d47fbad322114a93bb39253ef96
Description-en: MySQL-based virtual host configuration for lighttpd
This package contains the myqsl_vhost module for lighttpd. With
this module, it is possible to write the configuration for virtual
hosts into a MySQL table instead of including it in the lighttpd
configuration file.
Package: lighttpd-mod-trigger-b4-dl
Description-md5: adbb0418f4a65a954f7d36639cd523e0
Description-en: anti-deep-linking module for lighttpd
The trigger-b4-dl module for lighttpd can prevent deep linking
from other sites by requiring users to visit a trigger URL to
be able to download certain files.
Package: lighttpd-mod-webdav
Description-md5: 8b407fc645d38800308ef71a9223ad32
Description-en: WebDAV module for lighttpd
The WebDAV module is a very minimalistic implementation of RFC 2518.
Minimalistic means that not all operations are implemented yet.
.
Currently supports:
GET
POST
HEAD
PROPFIND
OPTIONS
MKCOL
DELETE
PUT
Package: limnoria
Description-md5: 33156b967de31535f327652d89476669
Description-en: robust and user-friendly Python IRC bot
A robust, full-featured Python IRC bot with a clean and flexible plugin API.
Equipped with a complete ACL system for specifying user permissions with as
much as per-command granularity. Batteries are included in the form of
numerous plugins already written.
.
Limnoria is robust (it doesn't crash), user friendly (it's easy to configure)
and programmer friendly (plugins are *extremely* easy to write). It aims to
be an adequate replacement for most existing IRC bots.
.
It is the maintained fork of supybot.
.
This package provides Python 3-only modules and scripts.
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-.
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-.
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-.
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-.
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-.
Package: linux-aws-edge-tools-4.18.0-1013
Description-md5: fe3b17565f83278445433fcbc057aa3a
Description-en: Linux kernel version specific tools for version 4.18.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.18.0-1013 on
64 bit x86.
You probably want to install linux-tools-4.18.0-1013-.
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-.
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-.
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-.
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-.
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-.
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-.
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-.
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-.
Package: linux-aws-edge-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-.
Package: linux-aws-edge-tools-5.0.0-1019
Description-md5: 5d7a0e6f4c5de514393cd33237ae48a7
Description-en: Linux kernel version specific tools for version 5.0.0-1019
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-1019 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1019-.
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-1013
Description-md5: 8f617d454f3b9d00f268bfcff35a1eb4
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-1013/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-aws-headers-5.0.0-1018
Description-md5: a56805c38f4bf00bcd92649ea688b9de
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-1018/debian.README.gz for details
Package: linux-aws-headers-5.0.0-1019
Description-md5: 0e1c24bf874f5e2ff540c4b3038ab851
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-1019/debian.README.gz for details
Package: linux-buildinfo-4.15.0-1005-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1006-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1007-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1009-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1010-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1011-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1012-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1013-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1015-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1016-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1017-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1018-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1022-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1027-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1028-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1029-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1030-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1031-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1033-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1034-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1035-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1037-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1038-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1040-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1041-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1042-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1047-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1048-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1049-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1051-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1052-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1053-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1054-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1055-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1057-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1058-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1060-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1061-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1062-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1063-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1064-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1065-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1066-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1067-dell300x
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1071-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1077-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1078-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1080-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1081-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1083-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1084-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1086-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1087-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1090-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1091-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-4.15.0-1092-gcp
Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc
Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 4.15.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
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-1013-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-1010-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-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-1012-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-1013-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-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-1015-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-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-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-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-1019-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-1020-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-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-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-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-buildinfo-5.0.0-1023-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-1024-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-1025-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-1025-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-1026-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-1027-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-1027-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-1028-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-1029-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-1030-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-1030-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-1032-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-1033-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-1033-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-1035-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-1037-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-1037-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-1039-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-1040-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-1042-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-1043-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-1043-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-1045-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-1046-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-1046-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-1047-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-1047-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-1049-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-1050-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-1050-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-1051-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-1052-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-1059-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-1062-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-1063-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-1065-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-1067-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-1068-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-1069-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-1070-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-1071-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.3.0-1011-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1012-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1014-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1016-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1017-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1018-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1020-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1026-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1030-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1032-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1033-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1034-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1036-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1038-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1039-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1040-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1041-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1042-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1043-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1044-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1045-gke
Description-md5: be858704b5236baccdea7501e8946c21
Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1010-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1012-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1014-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1015-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1017-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1018-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1019-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1020-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1021-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1023-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1026-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1028-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1029-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1031-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1032-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1033-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1034-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1036-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1037-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1040-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1041-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1042-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1044-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1045-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1046-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1047-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1048-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1049-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1050-ibm
Description-md5: c79565f112d2e0641f167d6a73a33455
Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
64 bit x86 SMP.
.
You likely do not want to install this package.
Package: linux-dell300x
Description-md5: ce026c246c0415de0a78026f92849d0c
Description-en: Complete Linux kernel for Dell Edge Gateway 300x systems.
This package will always depend on the latest complete Linux kernel available
for Dell Edge Gateway 300x systems.
Package: linux-dell300x-headers-4.15.0-1005
Description-md5: cfd734f1b0dac460b202b20090598f47
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-dell300x-headers-4.15.0-1005/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1006
Description-md5: a6e18c9d13824728b392d5c3e3a0c859
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-dell300x-headers-4.15.0-1006/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1007
Description-md5: 3727e2fc0b2d8acbc4edcff339906f77
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-dell300x-headers-4.15.0-1007/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1009
Description-md5: f9dc0f1157782c1ddc0e103fa7f1b4cb
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-dell300x-headers-4.15.0-1009/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1010
Description-md5: cef9b6fd9d03383d408ecd5bcaf7146b
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-dell300x-headers-4.15.0-1010/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1011
Description-md5: 7dcb69d54b6bc62682851e9f5aa2e804
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-dell300x-headers-4.15.0-1011/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1012
Description-md5: 0289c7bdac5d8b4fe5765b3cd931c533
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-dell300x-headers-4.15.0-1012/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1013
Description-md5: 7c453e40b18c007e3fee8823e78481bb
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-dell300x-headers-4.15.0-1013/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1015
Description-md5: 538b75ef7b96b2a5e711665a4ebcd0f8
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-dell300x-headers-4.15.0-1015/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1016
Description-md5: dde0979a0f68d0e70a675eb50e61e6a6
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-dell300x-headers-4.15.0-1016/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1017
Description-md5: ff27b2fb7809f912a780a18f37db8b5b
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-dell300x-headers-4.15.0-1017/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1018
Description-md5: 43a70a7039a9c4468af72c77332990f6
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-dell300x-headers-4.15.0-1018/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1022
Description-md5: bb5268a287cedd3f199b89fd9f46b288
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-dell300x-headers-4.15.0-1022/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1027
Description-md5: 9d5b401533d93a8c146827267ecf715e
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-dell300x-headers-4.15.0-1027/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1028
Description-md5: b16cb54860cbb93e5bbbb4ba79200df6
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-dell300x-headers-4.15.0-1028/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1029
Description-md5: 3f77acc84757e9365f0bc9cde135603b
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-dell300x-headers-4.15.0-1029/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1030
Description-md5: 12a1fef9a4e9bf55c3d2adcd107e6021
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-dell300x-headers-4.15.0-1030/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1031
Description-md5: 79a6fe2bd59820eb26213d95f31207b1
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-dell300x-headers-4.15.0-1031/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1033
Description-md5: 0253291ed7514ec912b6d8ab51c1f844
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-dell300x-headers-4.15.0-1033/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1034
Description-md5: 2bb1336c8a711b9e2006308183273cb1
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-dell300x-headers-4.15.0-1034/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1035
Description-md5: 36b81a2de2e7ac2faa9ba068edf8e623
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-dell300x-headers-4.15.0-1035/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1037
Description-md5: 5d473d7357be3f746abfb3e74f2598d8
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-dell300x-headers-4.15.0-1037/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1038
Description-md5: da24faa86776363f11d38a4a7dec5102
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-dell300x-headers-4.15.0-1038/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1040
Description-md5: bd8eb184d6c3d7dcb3d9d950684b3543
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-dell300x-headers-4.15.0-1040/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1041
Description-md5: b758bb8ae694918214b158a9c41283fd
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-dell300x-headers-4.15.0-1041/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1042
Description-md5: 3ed816eb50a20c04de64ff6c16ad4d39
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-dell300x-headers-4.15.0-1042/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1047
Description-md5: 02110a033f61e06fa47e1ff0baa1641e
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-dell300x-headers-4.15.0-1047/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1048
Description-md5: c031b75581c39123c481459ea0839e38
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-dell300x-headers-4.15.0-1048/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1049
Description-md5: 7c83c234feeb1b40535332b983d98bfa
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-dell300x-headers-4.15.0-1049/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1051
Description-md5: 6a459e37dbcaa4ed89eec1579237b8a6
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-dell300x-headers-4.15.0-1051/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1052
Description-md5: c5b28249c8d860742c2c150d9c9eb8fd
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-dell300x-headers-4.15.0-1052/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1053
Description-md5: 32c8cebab80067084a0b1f70fe779249
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-dell300x-headers-4.15.0-1053/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1054
Description-md5: b0b143b411c7a7b27160b4afcf161f3b
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-dell300x-headers-4.15.0-1054/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1055
Description-md5: 5bbf59d84ef4cbb9b3f8951cd7312430
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-dell300x-headers-4.15.0-1055/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1057
Description-md5: c869b784461e46fa321c6e16f439a8f8
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-dell300x-headers-4.15.0-1057/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1058
Description-md5: 4ab5a9352f26624d8a4eb0396d9ec997
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-dell300x-headers-4.15.0-1058/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1060
Description-md5: 51e388c4c926b714e267b853f60650d5
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-dell300x-headers-4.15.0-1060/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1061
Description-md5: 7cf03f213e6d8864435c8f416b67d947
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-dell300x-headers-4.15.0-1061/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1062
Description-md5: 8529450d37c425bbbc74188c49cab2d1
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-dell300x-headers-4.15.0-1062/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1063
Description-md5: 4d2306f6d158eebe8d95817750e62bc8
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-dell300x-headers-4.15.0-1063/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1064
Description-md5: dba21726578140af7bd9f5f6515ee9a4
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-dell300x-headers-4.15.0-1064/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1065
Description-md5: 51f0068e36b026ae6ad9873c3332f364
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-dell300x-headers-4.15.0-1065/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1066
Description-md5: 6d116a7268e6a397b74f4e50aa5916d5
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-dell300x-headers-4.15.0-1066/debian.README.gz for details
Package: linux-dell300x-headers-4.15.0-1067
Description-md5: 916532aa37bfd9f13ef24ac4f8848fdb
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-dell300x-headers-4.15.0-1067/debian.README.gz for details
Package: linux-dell300x-tools-4.15.0-1005
Description-md5: bad89e103669a27b5d533452dac47cf9
Description-en: Linux kernel version specific tools for version 4.15.0-1005
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-1005 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1005-.
Package: linux-dell300x-tools-4.15.0-1006
Description-md5: 69b82b53612436d88c13f99bdec44a08
Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1006 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1006-.
Package: linux-dell300x-tools-4.15.0-1007
Description-md5: eeef7b40bc7fe8de20d0f2a3de65bed2
Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1007 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1007-.
Package: linux-dell300x-tools-4.15.0-1009
Description-md5: e4386d7648f8a27a6aedab729d7b6c1f
Description-en: Linux kernel version specific tools for version 4.15.0-1009
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-1009 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1009-.
Package: linux-dell300x-tools-4.15.0-1010
Description-md5: 4933ac3e66f6ee3c59733fe3ead879a5
Description-en: Linux kernel version specific tools for version 4.15.0-1010
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-1010 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1010-.
Package: linux-dell300x-tools-4.15.0-1011
Description-md5: 05a34584bb1732758c8af2c1a1636ce5
Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1011 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1011-.
Package: linux-dell300x-tools-4.15.0-1012
Description-md5: 5b407d04fb0008bcef89eb48596f53a5
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1012-.
Package: linux-dell300x-tools-4.15.0-1013
Description-md5: e877e671086e10a6c5ff3d0398fe3572
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1013-.
Package: linux-dell300x-tools-4.15.0-1015
Description-md5: 84972f0c8cf4bec5a25a319b669b0ced
Description-en: Linux kernel version specific tools for version 4.15.0-1015
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-1015 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1015-.
Package: linux-dell300x-tools-4.15.0-1016
Description-md5: 760436eb717ab6168cb35f901c2002c4
Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1016 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1016-.
Package: linux-dell300x-tools-4.15.0-1017
Description-md5: c8beb5cba9b83d8aaef978beb94000a7
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1017-.
Package: linux-dell300x-tools-4.15.0-1018
Description-md5: 6171ef7f3133e09a8c758795fc7b27be
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1018-.
Package: linux-dell300x-tools-4.15.0-1022
Description-md5: 33efc6ff474d3e8667024425cc570707
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1022-.
Package: linux-dell300x-tools-4.15.0-1027
Description-md5: ed9ed7018d3d164d1ec5d81c1c1ad55a
Description-en: Linux kernel version specific tools for version 4.15.0-1027
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-1027 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1027-.
Package: linux-dell300x-tools-4.15.0-1028
Description-md5: 2b0f0d37b7be84f05bbf29eb6ccba51c
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1028-.
Package: linux-dell300x-tools-4.15.0-1029
Description-md5: 3cb68cf08ba30c1e8a11fee387b85707
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1029-.
Package: linux-dell300x-tools-4.15.0-1030
Description-md5: 3b940cc8db086c54eff6258814dc11a9
Description-en: Linux kernel version specific tools for version 4.15.0-1030
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-1030 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1030-.
Package: linux-dell300x-tools-4.15.0-1031
Description-md5: 22fc64c4d45c199c53e8f22009fdd21f
Description-en: Linux kernel version specific tools for version 4.15.0-1031
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-1031 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1031-.
Package: linux-dell300x-tools-4.15.0-1033
Description-md5: 867730730b1675446e88db0c890e3530
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1033-.
Package: linux-dell300x-tools-4.15.0-1034
Description-md5: 94dd97a72d327c3437371d5fbffc4b1e
Description-en: Linux kernel version specific tools for version 4.15.0-1034
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-1034 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1034-.
Package: linux-dell300x-tools-4.15.0-1035
Description-md5: 56965ff79c2ee95316670fdd3adf0245
Description-en: Linux kernel version specific tools for version 4.15.0-1035
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-1035 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1035-.
Package: linux-dell300x-tools-4.15.0-1037
Description-md5: 91ea88f621d82617476b031e2e0c4d72
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1037-.
Package: linux-dell300x-tools-4.15.0-1038
Description-md5: 384db9ade8572314a82173c5b891b901
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1038-.
Package: linux-dell300x-tools-4.15.0-1040
Description-md5: e4d4ab39fa140e523c785cffcf33e371
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1040-.
Package: linux-dell300x-tools-4.15.0-1041
Description-md5: e4c8dbe214375f8f1294da41c36dfcc5
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1041-.
Package: linux-dell300x-tools-4.15.0-1042
Description-md5: 4275ecfbed058485ba34895e829651a2
Description-en: Linux kernel version specific tools for version 4.15.0-1042
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-1042 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1042-.
Package: linux-dell300x-tools-4.15.0-1047
Description-md5: 6a96ba18cf7c18513754483fd9d53c34
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
64 bit x86.
You probably want to install linux-tools-4.15.0-1047-.
Package: linux-dell300x-tools-4.15.0-1048
Description-md5: 8cc6cdf0054b4c7ba8ed2668aeb9e07f
Description-en: Linux kernel version specific tools for version 4.15.0-1048
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-1048 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1048-.
Package: linux-dell300x-tools-4.15.0-1049
Description-md5: d4061be1754bcbe98d29d10098298bca
Description-en: Linux kernel version specific tools for version 4.15.0-1049
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-1049 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1049-.
Package: linux-dell300x-tools-4.15.0-1051
Description-md5: 1f42e359eab6a18741dca3b2972f9590
Description-en: Linux kernel version specific tools for version 4.15.0-1051
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-1051 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1051-.
Package: linux-dell300x-tools-4.15.0-1052
Description-md5: 135bad13ce1f6255837d54671a8bcb7c
Description-en: Linux kernel version specific tools for version 4.15.0-1052
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-1052 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1052-.
Package: linux-dell300x-tools-4.15.0-1053
Description-md5: 4d9a790fff0b91c1638a65c268ffcd16
Description-en: Linux kernel version specific tools for version 4.15.0-1053
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-1053 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1053-.
Package: linux-dell300x-tools-4.15.0-1054
Description-md5: abe373a5ccaa587c324be330bcb016de
Description-en: Linux kernel version specific tools for version 4.15.0-1054
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-1054 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1054-.
Package: linux-dell300x-tools-4.15.0-1055
Description-md5: 5211e40fd52695d1fdccbbb4abbfd235
Description-en: Linux kernel version specific tools for version 4.15.0-1055
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-1055 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1055-.
Package: linux-dell300x-tools-4.15.0-1057
Description-md5: 4a5d4e65b53fea3cd97fcabf7afa4348
Description-en: Linux kernel version specific tools for version 4.15.0-1057
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-1057 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1057-.
Package: linux-dell300x-tools-4.15.0-1058
Description-md5: f1e09c686753e8aa26bf9d1f580e1a87
Description-en: Linux kernel version specific tools for version 4.15.0-1058
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-1058 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1058-.
Package: linux-dell300x-tools-4.15.0-1060
Description-md5: dc377d50ed2d4088af6e95cc830c8a7d
Description-en: Linux kernel version specific tools for version 4.15.0-1060
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-1060 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1060-.
Package: linux-dell300x-tools-4.15.0-1061
Description-md5: 8f88dae8af786828f7ccc2f951b3984e
Description-en: Linux kernel version specific tools for version 4.15.0-1061
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-1061 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1061-.
Package: linux-dell300x-tools-4.15.0-1062
Description-md5: 404608caafe014d9d982b4941e192689
Description-en: Linux kernel version specific tools for version 4.15.0-1062
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-1062 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1062-.
Package: linux-dell300x-tools-4.15.0-1063
Description-md5: e5afbbb3c3e3ff835a5a0fcc95a6b39f
Description-en: Linux kernel version specific tools for version 4.15.0-1063
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-1063 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1063-.
Package: linux-dell300x-tools-4.15.0-1064
Description-md5: 355f6901187f8e931b57203c1318f96d
Description-en: Linux kernel version specific tools for version 4.15.0-1064
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-1064 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1064-.
Package: linux-dell300x-tools-4.15.0-1065
Description-md5: 7976d830a345608cde675c4f9e56ee42
Description-en: Linux kernel version specific tools for version 4.15.0-1065
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-1065 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1065-.
Package: linux-dell300x-tools-4.15.0-1066
Description-md5: 31822e2ca802816caa49b31d358e79c7
Description-en: Linux kernel version specific tools for version 4.15.0-1066
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-1066 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1066-.
Package: linux-dell300x-tools-4.15.0-1067
Description-md5: 74fc471c9d1d72c7d725a9d890375637
Description-en: Linux kernel version specific tools for version 4.15.0-1067
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-1067 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1067-.
Package: linux-gcp-4.15-headers-4.15.0-1071
Description-md5: 968f49ed65cb293c491eaca2654a2f1e
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-gcp-4.15-headers-4.15.0-1071/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1077
Description-md5: 0df9f746e71e9ad6b8c108fdff36568f
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-gcp-4.15-headers-4.15.0-1077/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1078
Description-md5: f50419daa0e2a5e7f7e3cf9e7eb86dce
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-gcp-4.15-headers-4.15.0-1078/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1080
Description-md5: fd04bf5ddf3320823f3037d51ce402e8
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-gcp-4.15-headers-4.15.0-1080/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1081
Description-md5: d962001a198574cb0bfaf38f7c53594b
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-gcp-4.15-headers-4.15.0-1081/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1083
Description-md5: f1f3585556cab4b3836e4d2b386d2cf9
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-gcp-4.15-headers-4.15.0-1083/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1084
Description-md5: ae8f0f34971ba360fce3d0e4990e99b6
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-gcp-4.15-headers-4.15.0-1084/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1086
Description-md5: a2abe9794cabfe736c2a26c4b4869f7b
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-gcp-4.15-headers-4.15.0-1086/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1087
Description-md5: 3e32578cf2df5d3b194d4df656e8409f
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-gcp-4.15-headers-4.15.0-1087/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1090
Description-md5: 4e4c407c90946c8b52a4ac20c153b988
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-gcp-4.15-headers-4.15.0-1090/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1091
Description-md5: 96fdb75acba354f422dcc3c2329c6741
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-gcp-4.15-headers-4.15.0-1091/debian.README.gz for details
Package: linux-gcp-4.15-headers-4.15.0-1092
Description-md5: 5ecc0a24209191af659a6e76447ee492
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-gcp-4.15-headers-4.15.0-1092/debian.README.gz for details
Package: linux-gcp-4.15-tools-4.15.0-1071
Description-md5: a17e7af651fcc3df632a0c8a02aa890b
Description-en: Linux kernel version specific tools for version 4.15.0-1071
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-1071 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1071-.
Package: linux-gcp-4.15-tools-4.15.0-1077
Description-md5: 50fb734444355a8f42cb06236f30e103
Description-en: Linux kernel version specific tools for version 4.15.0-1077
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-1077 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1077-.
Package: linux-gcp-4.15-tools-4.15.0-1078
Description-md5: 46f7897f890799d5b75277d75cb34126
Description-en: Linux kernel version specific tools for version 4.15.0-1078
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-1078 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1078-.
Package: linux-gcp-4.15-tools-4.15.0-1080
Description-md5: 9e382c3cf57c78d56e158f242251bf7f
Description-en: Linux kernel version specific tools for version 4.15.0-1080
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-1080 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1080-.
Package: linux-gcp-4.15-tools-4.15.0-1081
Description-md5: a3f2b7ddd4b7495344c2bfd650ee8154
Description-en: Linux kernel version specific tools for version 4.15.0-1081
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-1081 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1081-.
Package: linux-gcp-4.15-tools-4.15.0-1083
Description-md5: 7604f7617680ffd70427e1b2437932ea
Description-en: Linux kernel version specific tools for version 4.15.0-1083
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-1083 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1083-.
Package: linux-gcp-4.15-tools-4.15.0-1084
Description-md5: 4d8f2a1816ece228a8204781fe3769a0
Description-en: Linux kernel version specific tools for version 4.15.0-1084
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-1084 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1084-.
Package: linux-gcp-4.15-tools-4.15.0-1086
Description-md5: 630937a55446c2b6145fabf443efe498
Description-en: Linux kernel version specific tools for version 4.15.0-1086
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-1086 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1086-.
Package: linux-gcp-4.15-tools-4.15.0-1087
Description-md5: fe722f58c31a527ee7fada41eb99eca5
Description-en: Linux kernel version specific tools for version 4.15.0-1087
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-1087 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1087-.
Package: linux-gcp-4.15-tools-4.15.0-1090
Description-md5: c6b4ab0d2922959c25f4b122b401b9b3
Description-en: Linux kernel version specific tools for version 4.15.0-1090
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-1090 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1090-.
Package: linux-gcp-4.15-tools-4.15.0-1091
Description-md5: 94ff8d9aa612e29d095c4498cf8e3690
Description-en: Linux kernel version specific tools for version 4.15.0-1091
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-1091 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1091-.
Package: linux-gcp-4.15-tools-4.15.0-1092
Description-md5: c320cbe107a8e554033e90e2ff50e6ad
Description-en: Linux kernel version specific tools for version 4.15.0-1092
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-1092 on
64 bit x86.
You probably want to install linux-tools-4.15.0-1092-.
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-1013
Description-md5: 4b3797680a3267efe5488a5b66da7549
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-1013/debian.README.gz for details
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-headers-5.0.0-1020
Description-md5: 471a92a35e666eafa471ebdb589792de
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-1020/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1022
Description-md5: 29e9198f73a558b39177939ecfcecfa4
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-1022/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1023
Description-md5: 7e2c84529adb69105ff9c7a9b6f57413
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-1023/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1025
Description-md5: 4c72bf57e63604b93db93f71e677bcee
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-1025/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1026
Description-md5: 7f5b09171795ba8913307675a17ce803
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-1026/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1027
Description-md5: 07b650dc43bc8ace39e5f952543fa46e
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-1027/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1029
Description-md5: d72845c2a58d8ec2f102802ec6c1144d
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-1029/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1030
Description-md5: e316796dff8abef133d6fae1d80f558e
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-1030/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1032
Description-md5: b6ab6d874428247a4930ee57cea31046
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-1032/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1033
Description-md5: 9ed69317e3c2c26a1f0596110b64693e
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-1033/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1035
Description-md5: d80a8613ca1a19fbf968c24d460a702d
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-1035/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1037
Description-md5: 6a5e5c17146b2725e84379b0c7005937
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-1037/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1042
Description-md5: 9eaec4ba3d8a2bfb4883b09fd45cd402
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-1042/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1043
Description-md5: 4de0285b62fca041cf2f25ecb4b63fa0
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-1043/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1045
Description-md5: a1990a972f22d8b2124aa34c4bb678d8
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-1045/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1046
Description-md5: 211f300bf56eccd6a700e26825741113
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-1046/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1047
Description-md5: 147c1746603c4d8e6335f66b6322f223
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-1047/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1049
Description-md5: 0ea5fd092366a40d768bf0992b42e011
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-1049/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1050
Description-md5: 03ce498f11ee6d90bbed795f252fd55f
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-1050/debian.README.gz for details
Package: linux-gke-5.0-headers-5.0.0-1051
Description-md5: 93cd8891bf18aa68333bea30a98495eb
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-1051/debian.README.gz for details
Package: linux-gke-5.0-tools-5.0.0-1013
Description-md5: 6e2d81e47d6914f2bec6b58f237e2cea
Description-en: Linux kernel version specific tools for version 5.0.0-1013
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-1013 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1013-.
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-.
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-.
Package: linux-gke-5.0-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-.
Package: linux-gke-5.0-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-.
Package: linux-gke-5.0-tools-5.0.0-1023
Description-md5: a49a6a277607402c98813cea6fe630e5
Description-en: Linux kernel version specific tools for version 5.0.0-1023
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-1023 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1023-.
Package: linux-gke-5.0-tools-5.0.0-1025
Description-md5: e0765bb3909cbc17e915d80d0ccd4598
Description-en: Linux kernel version specific tools for version 5.0.0-1025
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-1025 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1025-.
Package: linux-gke-5.0-tools-5.0.0-1026
Description-md5: fdd5ca5acc623e514aae5e2251055e50
Description-en: Linux kernel version specific tools for version 5.0.0-1026
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-1026 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1026-.
Package: linux-gke-5.0-tools-5.0.0-1027
Description-md5: 478637576e1c4a2c425c0cda054e0b1a
Description-en: Linux kernel version specific tools for version 5.0.0-1027
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-1027 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1027-.
Package: linux-gke-5.0-tools-5.0.0-1029
Description-md5: 97eb54df0c68a240ea5250a56b9c7573
Description-en: Linux kernel version specific tools for version 5.0.0-1029
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-1029 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1029-.
Package: linux-gke-5.0-tools-5.0.0-1030
Description-md5: 39716afb5233c4f52a31c224ee6757e3
Description-en: Linux kernel version specific tools for version 5.0.0-1030
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-1030 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1030-.
Package: linux-gke-5.0-tools-5.0.0-1032
Description-md5: a311b84769ea45f87b898d86487f57be
Description-en: Linux kernel version specific tools for version 5.0.0-1032
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-1032 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1032-.
Package: linux-gke-5.0-tools-5.0.0-1033
Description-md5: fa0063ffebc4f9b95aaaffd7b700fb21
Description-en: Linux kernel version specific tools for version 5.0.0-1033
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-1033 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1033-.
Package: linux-gke-5.0-tools-5.0.0-1035
Description-md5: 6099e4b9996119f09729185a6dc491b8
Description-en: Linux kernel version specific tools for version 5.0.0-1035
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-1035 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1035-.
Package: linux-gke-5.0-tools-5.0.0-1037
Description-md5: 201e0ca95def6014c278613ca7cd88b8
Description-en: Linux kernel version specific tools for version 5.0.0-1037
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-1037 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1037-.
Package: linux-gke-5.0-tools-5.0.0-1042
Description-md5: 6af02564c3c5d9ec104d1eedee621f49
Description-en: Linux kernel version specific tools for version 5.0.0-1042
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-1042 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1042-.
Package: linux-gke-5.0-tools-5.0.0-1043
Description-md5: 5152316e282e735797241683abe9fc1c
Description-en: Linux kernel version specific tools for version 5.0.0-1043
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-1043 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1043-.
Package: linux-gke-5.0-tools-5.0.0-1045
Description-md5: ca0e5fbf08b278dae9c0050bc22ba9a7
Description-en: Linux kernel version specific tools for version 5.0.0-1045
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-1045 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1045-.
Package: linux-gke-5.0-tools-5.0.0-1046
Description-md5: d64c575102e9692184e632d583f79cce
Description-en: Linux kernel version specific tools for version 5.0.0-1046
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-1046 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1046-.
Package: linux-gke-5.0-tools-5.0.0-1047
Description-md5: cfe4d3e3ca17424749a5671e612193a1
Description-en: Linux kernel version specific tools for version 5.0.0-1047
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-1047 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1047-.
Package: linux-gke-5.0-tools-5.0.0-1049
Description-md5: 69b302671c53c4dcd36574d6249384a3
Description-en: Linux kernel version specific tools for version 5.0.0-1049
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-1049 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1049-.
Package: linux-gke-5.0-tools-5.0.0-1050
Description-md5: e8d51b6b65b586dc7611944af4be2567
Description-en: Linux kernel version specific tools for version 5.0.0-1050
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-1050 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1050-.
Package: linux-gke-5.0-tools-5.0.0-1051
Description-md5: 5b65fd7f70268a72b8527e25f54edc5d
Description-en: Linux kernel version specific tools for version 5.0.0-1051
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-1051 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1051-.
Package: linux-gke-5.3
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.3-headers-5.3.0-1011
Description-md5: dc61ecc8f1f1dbe9800aa583d93cbdb4
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1011/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1012
Description-md5: ecb74a5f54909e0697b3dd387ad6d9e6
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1012/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1014
Description-md5: e9821a11e9c7d7290cbe70fbe84767ca
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1014/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1016
Description-md5: 1291141324e1c30aa705577aa532a0f2
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1016/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1017
Description-md5: 5f9e3c42d35f045e14f6f2044faa1878
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1017/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1018
Description-md5: c4f3f99beebbe2c80f93cca918ac788c
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1018/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1020
Description-md5: b7fc2ca38a108791c6484dbc6c8f51d3
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1020/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1026
Description-md5: 2462e053aa9e34bc7d9c7e92120de3a8
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1026/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1030
Description-md5: 2a40dd0322decd08b04ad473cd1593f3
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1030/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1032
Description-md5: 4db7974bb50db3613060fda2e1594056
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1032/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1033
Description-md5: f3698e6b4fcb01dd44dc82b9cca87567
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1033/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1034
Description-md5: 2a9ba59ea7d0d9b22a49d934d3144d4f
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1034/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1036
Description-md5: c56ccded803a69a6b07be4db42052197
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1036/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1038
Description-md5: fc3a9fa672276475e37f11e093e345fb
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1038/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1039
Description-md5: 37a27ef1e336437f582618ff12248b26
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1039/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1040
Description-md5: fac688f9ba27f09c7894537941d2e5cf
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1040/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1041
Description-md5: 0a0b4bfffcbb6484b26d9f3adf0ef578
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1041/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1042
Description-md5: 2ec118603bf401a19301d358c1d37680
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1042/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1043
Description-md5: 3bd66dec6613039abca7032b31d28301
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1043/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1044
Description-md5: d45c4c8e7d99f026b714c9196d65a333
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1044/debian.README.gz for details
Package: linux-gke-5.3-headers-5.3.0-1045
Description-md5: a9584f9f6d0a88b1db8f2ff1609b68b1
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-gke-5.3-headers-5.3.0-1045/debian.README.gz for details
Package: linux-gke-5.3-tools-5.3.0-1011
Description-md5: 7f5762bdd61a399b089b56bfc4abd19d
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1011 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1011-.
Package: linux-gke-5.3-tools-5.3.0-1012
Description-md5: 7e51a800df4e01b2c916595b872fcfa6
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1012 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1012-.
Package: linux-gke-5.3-tools-5.3.0-1014
Description-md5: 51cc875ecc4ec6e88ef204bc26ae34f5
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1014 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1014-.
Package: linux-gke-5.3-tools-5.3.0-1016
Description-md5: 835f1d6e81cdf5ed55c282f43d8bc500
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1016 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1016-.
Package: linux-gke-5.3-tools-5.3.0-1017
Description-md5: c0e62a3a6596049f4488d0dab3cbf6bd
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1017 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1017-.
Package: linux-gke-5.3-tools-5.3.0-1018
Description-md5: 414dcd1ea814ace77f4d101e7b0d3565
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1018 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1018-.
Package: linux-gke-5.3-tools-5.3.0-1020
Description-md5: 6054491c55dc238e9dbda7263ec54e0a
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1020 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1020-.
Package: linux-gke-5.3-tools-5.3.0-1026
Description-md5: 7d0a0d26638e123b13bf31bfd374dc60
Description-en: Linux kernel version specific tools for version 5.3.0-1026
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1026 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1026-.
Package: linux-gke-5.3-tools-5.3.0-1030
Description-md5: d8afb7bf06acbf546f808f24b3807f59
Description-en: Linux kernel version specific tools for version 5.3.0-1030
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1030 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1030-.
Package: linux-gke-5.3-tools-5.3.0-1032
Description-md5: b385f7471d38cc2573dd1051af220660
Description-en: Linux kernel version specific tools for version 5.3.0-1032
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1032 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1032-.
Package: linux-gke-5.3-tools-5.3.0-1033
Description-md5: 0ee883213949015506324e5c1b070b16
Description-en: Linux kernel version specific tools for version 5.3.0-1033
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1033 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1033-.
Package: linux-gke-5.3-tools-5.3.0-1034
Description-md5: 6098ddf96cbff48b9a2a745f665c6358
Description-en: Linux kernel version specific tools for version 5.3.0-1034
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1034 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1034-.
Package: linux-gke-5.3-tools-5.3.0-1036
Description-md5: f2cb4518ccf3fc7d01400ef7187c243c
Description-en: Linux kernel version specific tools for version 5.3.0-1036
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1036 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1036-.
Package: linux-gke-5.3-tools-5.3.0-1038
Description-md5: 4d8ee76db90d486c0b14d3744c19b721
Description-en: Linux kernel version specific tools for version 5.3.0-1038
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1038 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1038-.
Package: linux-gke-5.3-tools-5.3.0-1039
Description-md5: a331c25c5460ba8b86d706f929248f61
Description-en: Linux kernel version specific tools for version 5.3.0-1039
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1039 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1039-.
Package: linux-gke-5.3-tools-5.3.0-1040
Description-md5: 1717f6f7f318d33c1204e23dc4108785
Description-en: Linux kernel version specific tools for version 5.3.0-1040
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1040 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1040-.
Package: linux-gke-5.3-tools-5.3.0-1041
Description-md5: b8b77d620f1bf06848db0eb5ab201818
Description-en: Linux kernel version specific tools for version 5.3.0-1041
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1041 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1041-.
Package: linux-gke-5.3-tools-5.3.0-1042
Description-md5: b5d8428046c45537ddcb91279e233712
Description-en: Linux kernel version specific tools for version 5.3.0-1042
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1042 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1042-.
Package: linux-gke-5.3-tools-5.3.0-1043
Description-md5: ba83b2acacc48bef655274d46111939c
Description-en: Linux kernel version specific tools for version 5.3.0-1043
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1043 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1043-.
Package: linux-gke-5.3-tools-5.3.0-1044
Description-md5: c4213b73f57c0030f305434a2d7108e6
Description-en: Linux kernel version specific tools for version 5.3.0-1044
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1044 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1044-.
Package: linux-gke-5.3-tools-5.3.0-1045
Description-md5: 0ddb03b301709959e665d577e6d898a1
Description-en: Linux kernel version specific tools for version 5.3.0-1045
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1045 on
64 bit x86.
You probably want to install linux-tools-5.3.0-1045-.
Package: linux-headers-4.15.0-1005-dell300x
Description-md5: 7dd597b4f4d4bbf3a6f56e747a89b781
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1005/debian.README.gz for details.
Package: linux-headers-4.15.0-1006-dell300x
Description-md5: 23520e7aa15a0cdb547261e9ca037526
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1006/debian.README.gz for details.
Package: linux-headers-4.15.0-1007-dell300x
Description-md5: 0c601cae412486a01c87a12f27dc408a
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1007/debian.README.gz for details.
Package: linux-headers-4.15.0-1009-dell300x
Description-md5: 7672249c086e70fd2f90b70ecc65a4a8
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1009/debian.README.gz for details.
Package: linux-headers-4.15.0-1010-dell300x
Description-md5: 7976d9940464e673146bcbc972e9eedf
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1010/debian.README.gz for details.
Package: linux-headers-4.15.0-1011-dell300x
Description-md5: de3e282d76231e6728182533ffd7bfdb
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1011/debian.README.gz for details.
Package: linux-headers-4.15.0-1012-dell300x
Description-md5: 62e4171d2157a854f5890108fa879620
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-dell300x
Description-md5: 848f0e3315fec6b86ed77e201cb64586
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-1015-dell300x
Description-md5: a57571ceeec645963bf57032d05d8ea3
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1015/debian.README.gz for details.
Package: linux-headers-4.15.0-1016-dell300x
Description-md5: 37753341c75a4bc070ac22cc1a91974d
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1016/debian.README.gz for details.
Package: linux-headers-4.15.0-1017-dell300x
Description-md5: 75ec83811a6c708127013d4fe9d4954b
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-dell300x
Description-md5: f87a11117ff8f9f1e6e9dfb78d4208d0
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-1022-dell300x
Description-md5: 0a6c8b1889009da0b915293aa2bde14e
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-1027-dell300x
Description-md5: dd54316915c1f044b9b4ef1b399f1d11
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1027/debian.README.gz for details.
Package: linux-headers-4.15.0-1028-dell300x
Description-md5: 0fb133a573d60aac5748bd3189002344
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-dell300x
Description-md5: a321b26bcdcd413feaf3bef3a2b9c706
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-1030-dell300x
Description-md5: 059282771fcecbf6fcd68dd4a1b7a7b7
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1030/debian.README.gz for details.
Package: linux-headers-4.15.0-1031-dell300x
Description-md5: 7efb225ded3e8e647f6e8345d2375d94
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1031/debian.README.gz for details.
Package: linux-headers-4.15.0-1033-dell300x
Description-md5: 012d7099477b8a4f468eab160c131f65
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-1034-dell300x
Description-md5: dfdeb8f3c672b25fee606bced69b83cc
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1034/debian.README.gz for details.
Package: linux-headers-4.15.0-1035-dell300x
Description-md5: 21991400297dd71b251c1187a95dd549
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1035/debian.README.gz for details.
Package: linux-headers-4.15.0-1037-dell300x
Description-md5: 093c92c9851d188a2a3657fb3fc5769a
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-dell300x
Description-md5: a66d8bf19c38c10f0a221364bcda7d09
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-dell300x
Description-md5: f0fb55e90e786e879368877ae6785d6c
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-dell300x
Description-md5: 61479cc652d8166cc097637c93c88850
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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-1042-dell300x
Description-md5: 5bf8be7f958d09648b37ada0c9914352
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1042/debian.README.gz for details.
Package: linux-headers-4.15.0-1047-dell300x
Description-md5: 33fb9a27f88b9bd967850c072896bcbb
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 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.15.0-1048-dell300x
Description-md5: 09c482a3f0f87d61f95f4821ff8ae529
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1048/debian.README.gz for details.
Package: linux-headers-4.15.0-1049-dell300x
Description-md5: 8b67b1ad25f5744870d561d0a687cdb4
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1049/debian.README.gz for details.
Package: linux-headers-4.15.0-1051-dell300x
Description-md5: be03862788912bf9fca73a842aeec94a
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1051/debian.README.gz for details.
Package: linux-headers-4.15.0-1052-dell300x
Description-md5: 8b37c2faaac7b81255436ee97c7730ca
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1052/debian.README.gz for details.
Package: linux-headers-4.15.0-1053-dell300x
Description-md5: 28c4e2aab08abb2d4c895c936f6d4b5a
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1053/debian.README.gz for details.
Package: linux-headers-4.15.0-1054-dell300x
Description-md5: f4448e615a2d35b389780469be2e3c2a
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1054/debian.README.gz for details.
Package: linux-headers-4.15.0-1055-dell300x
Description-md5: 5fa8b4705257a1905b3be8e3547a5889
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1055/debian.README.gz for details.
Package: linux-headers-4.15.0-1057-dell300x
Description-md5: 5473be2a3044576121aae81bb3fe80e3
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1057/debian.README.gz for details.
Package: linux-headers-4.15.0-1058-dell300x
Description-md5: 30b0ecca81e1ba9216a978ba6d2abf03
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1058/debian.README.gz for details.
Package: linux-headers-4.15.0-1060-dell300x
Description-md5: afbb7dd3ec32dab1f53bb394278d0310
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1060/debian.README.gz for details.
Package: linux-headers-4.15.0-1061-dell300x
Description-md5: c7abf7c4fd4e26340b39a5e8c39eacd1
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1061/debian.README.gz for details.
Package: linux-headers-4.15.0-1062-dell300x
Description-md5: 6b0047a8c4d16b1c7f2ad64191c8bcdf
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1062/debian.README.gz for details.
Package: linux-headers-4.15.0-1063-dell300x
Description-md5: ffd16585235bcfac5cd88595c31777b3
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1063/debian.README.gz for details.
Package: linux-headers-4.15.0-1064-dell300x
Description-md5: ebc5b6258c8ebb3cd5d7bdfaedbb4f54
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1064/debian.README.gz for details.
Package: linux-headers-4.15.0-1065-dell300x
Description-md5: 80ffaab040569ba3bf6b05e5ab184404
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1065/debian.README.gz for details.
Package: linux-headers-4.15.0-1066-dell300x
Description-md5: 0a4f4e03f3550e0c204b4f2f06a442a6
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1066/debian.README.gz for details.
Package: linux-headers-4.15.0-1067-dell300x
Description-md5: 9e3a227f0795ccbddddec297db0d422a
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1067/debian.README.gz for details.
Package: linux-headers-4.15.0-1071-gcp
Description-md5: 22bd19400c0db99cda3688f16b24f4d9
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1071/debian.README.gz for details.
Package: linux-headers-4.15.0-1077-gcp
Description-md5: ac2afd4585489972c7818b685d489038
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1077/debian.README.gz for details.
Package: linux-headers-4.15.0-1078-gcp
Description-md5: b72da70f64393bd2603aafbe889e0727
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1078/debian.README.gz for details.
Package: linux-headers-4.15.0-1080-gcp
Description-md5: 1828df3457793ab3ae6862446080a069
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1080/debian.README.gz for details.
Package: linux-headers-4.15.0-1081-gcp
Description-md5: db56c3ebbcd27c9cbd63aa667f64069b
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1081/debian.README.gz for details.
Package: linux-headers-4.15.0-1083-gcp
Description-md5: 25a5a021d4f1a4e821a33eb3e4191900
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1083/debian.README.gz for details.
Package: linux-headers-4.15.0-1084-gcp
Description-md5: 1aa555a4ba8bf80b8d02297cd00b9089
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1084/debian.README.gz for details.
Package: linux-headers-4.15.0-1086-gcp
Description-md5: 7fc537e5ff925db55630dbe6d1e72c03
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1086/debian.README.gz for details.
Package: linux-headers-4.15.0-1087-gcp
Description-md5: 8eca18b04350eb2ca1dcf553f583fd8f
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1087/debian.README.gz for details.
Package: linux-headers-4.15.0-1090-gcp
Description-md5: 62aa65b194bf19c85eb80c9aef3d5850
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1090/debian.README.gz for details.
Package: linux-headers-4.15.0-1091-gcp
Description-md5: 8dbe7e516dc23d1f788e187a11dd4ea9
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1091/debian.README.gz for details.
Package: linux-headers-4.15.0-1092-gcp
Description-md5: 71009e6c35165eea7f83d525c428a03d
Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
This package provides kernel header files for version 4.15.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-4.15.0-1092/debian.README.gz for details.
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-1013-aws
Description-md5: 77168a8fcd8af9c85154961c9d28b490
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-1013/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-1010-oem-osp1
Description-md5: b412b352e452add72f84ec0c0677c134
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-1010/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-1012-oem-osp1
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-1013-gke
Description-md5: 17dfc7b69adaf1aed01297349ab72041
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-1013/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-1015-oem-osp1
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-aws
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-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-1019-aws
Description-md5: 4e809ca28176c86d5e03a670cd6171f3
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-1019/debian.README.gz for details.
Package: linux-headers-5.0.0-1020-gke
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-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-gke
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-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-5.0.0-1023-gke
Description-md5: fbadb939387ea9104f020866d7d3b796
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-1023/debian.README.gz for details.
Package: linux-headers-5.0.0-1024-oem-osp1
Description-md5: 2336c006b9ca522f457f89ea46f6793d
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-1024/debian.README.gz for details.
Package: linux-headers-5.0.0-1025-gke
Description-md5: b69ee2b9f5a2291b546463df13dc9f59
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-1025/debian.README.gz for details.
Package: linux-headers-5.0.0-1025-oem-osp1
Description-md5: b69ee2b9f5a2291b546463df13dc9f59
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-1025/debian.README.gz for details.
Package: linux-headers-5.0.0-1026-gke
Description-md5: 38bafcf1c7ddea5846c747aa281ef9a0
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-1026/debian.README.gz for details.
Package: linux-headers-5.0.0-1027-gke
Description-md5: a7f26cab27b935591cbac2158c3aa1d7
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-1027/debian.README.gz for details.
Package: linux-headers-5.0.0-1027-oem-osp1
Description-md5: a7f26cab27b935591cbac2158c3aa1d7
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-1027/debian.README.gz for details.
Package: linux-headers-5.0.0-1028-oem-osp1
Description-md5: e0647f4f4abfc29174d12364e97144ff
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-1028/debian.README.gz for details.
Package: linux-headers-5.0.0-1029-gke
Description-md5: a8200d9f8d54be53c06bded14220e1b8
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-1029/debian.README.gz for details.
Package: linux-headers-5.0.0-1030-gke
Description-md5: 150a8b3c049d31991c6c3e8aecb0fa8a
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-1030/debian.README.gz for details.
Package: linux-headers-5.0.0-1030-oem-osp1
Description-md5: 150a8b3c049d31991c6c3e8aecb0fa8a
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-1030/debian.README.gz for details.
Package: linux-headers-5.0.0-1032-gke
Description-md5: e2dd177b0897f2c5a1569652036ec429
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-1032/debian.README.gz for details.
Package: linux-headers-5.0.0-1033-gke
Description-md5: e108d3a0c0793d24383f1ffcdb7513c8
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-1033/debian.README.gz for details.
Package: linux-headers-5.0.0-1033-oem-osp1
Description-md5: e108d3a0c0793d24383f1ffcdb7513c8
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-1033/debian.README.gz for details.
Package: linux-headers-5.0.0-1035-gke
Description-md5: 889644410c990989c8ebec0dfbbedc8b
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-1035/debian.README.gz for details.
Package: linux-headers-5.0.0-1037-gke
Description-md5: 58236e642a80097d4b2ece061f8cbb86
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-1037/debian.README.gz for details.
Package: linux-headers-5.0.0-1037-oem-osp1
Description-md5: 58236e642a80097d4b2ece061f8cbb86
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-1037/debian.README.gz for details.
Package: linux-headers-5.0.0-1039-oem-osp1
Description-md5: 79883e7e173e6eac6bb70e05693c5272
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-1039/debian.README.gz for details.
Package: linux-headers-5.0.0-1040-oem-osp1
Description-md5: fab9e1cb5007ebfd508a6173de7e57af
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-1040/debian.README.gz for details.
Package: linux-headers-5.0.0-1042-gke
Description-md5: d3dbd89551d6e1a6ffbb75482f7a46fd
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-1042/debian.README.gz for details.
Package: linux-headers-5.0.0-1043-gke
Description-md5: bd4e3518d0e18d24bb45344f8e8956d5
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-1043/debian.README.gz for details.
Package: linux-headers-5.0.0-1043-oem-osp1
Description-md5: bd4e3518d0e18d24bb45344f8e8956d5
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-1043/debian.README.gz for details.
Package: linux-headers-5.0.0-1045-gke
Description-md5: 2a4914e55905d85a906ad84cdbefcc7d
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-1045/debian.README.gz for details.
Package: linux-headers-5.0.0-1046-gke
Description-md5: eb492b8e2c0dcde389cde0a8660ac9f6
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-1046/debian.README.gz for details.
Package: linux-headers-5.0.0-1046-oem-osp1
Description-md5: eb492b8e2c0dcde389cde0a8660ac9f6
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-1046/debian.README.gz for details.
Package: linux-headers-5.0.0-1047-gke
Description-md5: 8b04cde639cfd7e281fad4ca1a679610
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-1047/debian.README.gz for details.
Package: linux-headers-5.0.0-1047-oem-osp1
Description-md5: 8b04cde639cfd7e281fad4ca1a679610
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-1047/debian.README.gz for details.
Package: linux-headers-5.0.0-1049-gke
Description-md5: 797e810eb47acb4542ecbaaa220cfcdd
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-1049/debian.README.gz for details.
Package: linux-headers-5.0.0-1050-gke
Description-md5: 3a68912b76cacc04466c96de4c1f5496
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-1050/debian.README.gz for details.
Package: linux-headers-5.0.0-1050-oem-osp1
Description-md5: 3a68912b76cacc04466c96de4c1f5496
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-1050/debian.README.gz for details.
Package: linux-headers-5.0.0-1051-gke
Description-md5: 59f172478c698c9c4a0286851d697c49
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-1051/debian.README.gz for details.
Package: linux-headers-5.0.0-1052-oem-osp1
Description-md5: 3a5c94bc7acfe25e0eb6ede766d36f56
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-1052/debian.README.gz for details.
Package: linux-headers-5.0.0-1059-oem-osp1
Description-md5: 4e73ff223594392880ee94f3e9723777
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-1059/debian.README.gz for details.
Package: linux-headers-5.0.0-1062-oem-osp1
Description-md5: 2f3fbdcfea46da68311c8bf1ffacde36
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-1062/debian.README.gz for details.
Package: linux-headers-5.0.0-1063-oem-osp1
Description-md5: f72c1c9e1095540bbff6811454f6150a
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-1063/debian.README.gz for details.
Package: linux-headers-5.0.0-1065-oem-osp1
Description-md5: fdb0410f38cdecf3b043f0831fb919b9
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-1065/debian.README.gz for details.
Package: linux-headers-5.0.0-1067-oem-osp1
Description-md5: 04aeb27b210ae54ae091caaca691c34e
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-1067/debian.README.gz for details.
Package: linux-headers-5.0.0-1068-oem-osp1
Description-md5: 91d60407c62dea2c2ba64d43c98bc8ae
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-1068/debian.README.gz for details.
Package: linux-headers-5.0.0-1069-oem-osp1
Description-md5: 964185599f07fb9858b4b89110a5b39d
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-1069/debian.README.gz for details.
Package: linux-headers-5.0.0-1070-oem-osp1
Description-md5: 6b08cd87fe091feaefbf8fbe24c5fa16
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-1070/debian.README.gz for details.
Package: linux-headers-5.0.0-1071-oem-osp1
Description-md5: 74c86ee0fa1b22b5d13efb04d7bb31f0
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-1071/debian.README.gz for details.
Package: linux-headers-5.3.0-1011-gke
Description-md5: 10987822bf130104bd611980129bb094
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1011/debian.README.gz for details.
Package: linux-headers-5.3.0-1012-gke
Description-md5: cda04c5fa364932420bc317f962263dd
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1012/debian.README.gz for details.
Package: linux-headers-5.3.0-1014-gke
Description-md5: d7488a07e0bcafb30c81bb91020deff3
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1014/debian.README.gz for details.
Package: linux-headers-5.3.0-1016-gke
Description-md5: cea4fb72b0f1676b898554a9621488bc
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1016/debian.README.gz for details.
Package: linux-headers-5.3.0-1017-gke
Description-md5: e4089a6a5974611d2d1f7b1ad050a83d
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1017/debian.README.gz for details.
Package: linux-headers-5.3.0-1018-gke
Description-md5: e843368e9bae2809d3cec3b8d786633d
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1018/debian.README.gz for details.
Package: linux-headers-5.3.0-1020-gke
Description-md5: ae80aeef5d33467fd6f1cff92e9e7544
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1020/debian.README.gz for details.
Package: linux-headers-5.3.0-1026-gke
Description-md5: 4e1b5f21a14bd98479bef3250b1a8366
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1026/debian.README.gz for details.
Package: linux-headers-5.3.0-1030-gke
Description-md5: 30796b236cc1dec11e5eff430cae49e5
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1030/debian.README.gz for details.
Package: linux-headers-5.3.0-1032-gke
Description-md5: 601736a977131bd354eb469ce104efeb
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1032/debian.README.gz for details.
Package: linux-headers-5.3.0-1033-gke
Description-md5: 048ba5bf1a3c8b4cc5e58362a565a560
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1033/debian.README.gz for details.
Package: linux-headers-5.3.0-1034-gke
Description-md5: a285a004a1857522db394b78666c824e
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1034/debian.README.gz for details.
Package: linux-headers-5.3.0-1036-gke
Description-md5: fca80af18f26935832a86f77c9dad492
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1036/debian.README.gz for details.
Package: linux-headers-5.3.0-1038-gke
Description-md5: 2b33583b033a2b20c70fc7c790330348
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1038/debian.README.gz for details.
Package: linux-headers-5.3.0-1039-gke
Description-md5: 63b953c2835dd0c3932c3d6ba2f1437a
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1039/debian.README.gz for details.
Package: linux-headers-5.3.0-1040-gke
Description-md5: 4da535dcfe6d3be5abdd44af057c0808
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1040/debian.README.gz for details.
Package: linux-headers-5.3.0-1041-gke
Description-md5: 5b1b7846dd64a320a9c1463639215056
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1041/debian.README.gz for details.
Package: linux-headers-5.3.0-1042-gke
Description-md5: 9e20d94f64f80bd0c30092c323ce14c6
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1042/debian.README.gz for details.
Package: linux-headers-5.3.0-1043-gke
Description-md5: 2991313e0773eac3c027f9afb0e10007
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1043/debian.README.gz for details.
Package: linux-headers-5.3.0-1044-gke
Description-md5: ea944fd4002d7b6ce00501737c223e57
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1044/debian.README.gz for details.
Package: linux-headers-5.3.0-1045-gke
Description-md5: 87fb2290ffe446e2e331a1a9bc3c4bf0
Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.3.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1045/debian.README.gz for details.
Package: linux-headers-5.4.0-1010-ibm
Description-md5: ff7f086e4e62bfd398b964c8260a8f80
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1010/debian.README.gz for details.
Package: linux-headers-5.4.0-1012-ibm
Description-md5: ee973c52b0a7a49dd60e424bdeae5586
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1012/debian.README.gz for details.
Package: linux-headers-5.4.0-1014-ibm
Description-md5: 9ffc21706d9dc8748356536b3d1d941c
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1014/debian.README.gz for details.
Package: linux-headers-5.4.0-1015-ibm
Description-md5: b078e2748708060655871145c488a336
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1015/debian.README.gz for details.
Package: linux-headers-5.4.0-1017-ibm
Description-md5: 4e72c32bf1a3c7e526583452d333ae4d
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1017/debian.README.gz for details.
Package: linux-headers-5.4.0-1018-ibm
Description-md5: 444528b365c567ac9f8f8e4db9fa607c
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1018/debian.README.gz for details.
Package: linux-headers-5.4.0-1019-ibm
Description-md5: eccd8f8505de3f1dbbf95d0cf6ebd5af
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1019/debian.README.gz for details.
Package: linux-headers-5.4.0-1020-ibm
Description-md5: 29b6661d4db227975a212d6b9e3d3f4a
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1020/debian.README.gz for details.
Package: linux-headers-5.4.0-1021-ibm
Description-md5: 2c9674c71e2cd022bed88b24be35b173
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1021/debian.README.gz for details.
Package: linux-headers-5.4.0-1023-ibm
Description-md5: d7cccfa3189643aeac4dc6ab861e4584
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1023/debian.README.gz for details.
Package: linux-headers-5.4.0-1026-ibm
Description-md5: 902e897cebb1c4ce11468370ebf18a43
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1026/debian.README.gz for details.
Package: linux-headers-5.4.0-1028-ibm
Description-md5: d866c3a8bc2e0f67b032b0fc70f069a1
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1028/debian.README.gz for details.
Package: linux-headers-5.4.0-1029-ibm
Description-md5: fbcc0e4b31bf9619f46e89c2255f150b
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1029/debian.README.gz for details.
Package: linux-headers-5.4.0-1031-ibm
Description-md5: b91e49f056eae71383f62481fdea9925
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1031/debian.README.gz for details.
Package: linux-headers-5.4.0-1032-ibm
Description-md5: d2183b64995ff2f6595cb98d4e3d967e
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1032/debian.README.gz for details.
Package: linux-headers-5.4.0-1033-ibm
Description-md5: f338774840e194daf1c580c26025bb1e
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1033/debian.README.gz for details.
Package: linux-headers-5.4.0-1034-ibm
Description-md5: 630a58990c9ce0ca6caad3149a7f1c66
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1034/debian.README.gz for details.
Package: linux-headers-5.4.0-1036-ibm
Description-md5: 9694b7973eefe0566d2a7f9a8ca5bbe4
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1036/debian.README.gz for details.
Package: linux-headers-5.4.0-1037-ibm
Description-md5: 21ce46dcbdc49362653d60d73e2ca1fa
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1037/debian.README.gz for details.
Package: linux-headers-5.4.0-1040-ibm
Description-md5: ce42e487d60f286487b87848fb76faf3
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1040/debian.README.gz for details.
Package: linux-headers-5.4.0-1041-ibm
Description-md5: 24be671a1777ec83cdf83b7d68461d55
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1041/debian.README.gz for details.
Package: linux-headers-5.4.0-1042-ibm
Description-md5: 1d81d8882c9835d5b0a9896b6da2b75c
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1042/debian.README.gz for details.
Package: linux-headers-5.4.0-1044-ibm
Description-md5: 47ec0f56f967a52ee1f89c24ec237c41
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1044/debian.README.gz for details.
Package: linux-headers-5.4.0-1045-ibm
Description-md5: 4d4a5977c528b8004407f9584c172c74
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1045/debian.README.gz for details.
Package: linux-headers-5.4.0-1046-ibm
Description-md5: d709ba24f2d22c0129841284a601983a
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1046/debian.README.gz for details.
Package: linux-headers-5.4.0-1047-ibm
Description-md5: 4e93a9a2308eec37624699e9f0d0942c
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1047/debian.README.gz for details.
Package: linux-headers-5.4.0-1048-ibm
Description-md5: 89625032077e13cd075f7d33b3ceb75c
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1048/debian.README.gz for details.
Package: linux-headers-5.4.0-1049-ibm
Description-md5: 67fd75b81eed88f73455a41ada9d2691
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1049/debian.README.gz for details.
Package: linux-headers-5.4.0-1050-ibm
Description-md5: 73fc36cd62fdaf6768e29ed06a62d456
Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP
This package provides kernel header files for version 5.4.0 on
64 bit x86 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1050/debian.README.gz for details.
Package: linux-headers-dell300x
Description-md5: 91c1a593a793183a9c15616fcb1cab49
Description-en: Linux kernel headers for Dell Edge Gateway 300x systems.
This package will always depend on the latest kernel headers available
for Dell Edge Gateway 300x 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-gke-5.3
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-ibm
Description-md5: d72226dc43edcab5cbdac3a9f29093a4
Description-en: IBM Cloud Platform (ibm) Linux kernel headers
This package will always depend on the latest IBM Cloud Platform (ibm)
kernel headers available.
Package: linux-headers-ibm-edge
Description-md5: d72226dc43edcab5cbdac3a9f29093a4
Description-en: IBM Cloud Platform (ibm) Linux kernel headers
This package will always depend on the latest IBM Cloud Platform (ibm)
kernel headers available.
Package: linux-ibm
Description-md5: cfb35117d1425a2981440e0ddb58b00b
Description-en: Complete IBM Cloud Platform (ibm) Linux kernel and headers
This package will always depend on the latest complete IBM Cloud Platform
(ibm) Linux kernel and headers.
Package: linux-ibm-5.4-cloud-tools-common
Description-md5: 2c4af1c4a4f9a7d1c8b5d411c88a8808
Description-en: Linux kernel version specific cloud tools for version 5.4.0
This package provides the architecture independent parts for kernel
version locked tools for cloud tools for version 5.4.0.
Package: linux-ibm-5.4-headers-5.4.0-1010
Description-md5: 316f7660362fe5a381c92fae7c380c2c
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1010/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1012
Description-md5: 5e097d438fdaf77bc08a2452dc8f2e59
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1012/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1014
Description-md5: 3eff82288d16c86b518127c8c805a5b3
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1014/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1015
Description-md5: 32d545b988ba36be817cc94fb2a74ac6
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1015/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1017
Description-md5: afae3dd20e46813373f000698f3bab21
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1017/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1018
Description-md5: 17683fe4b26146574d16761ff0bf205f
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1018/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1019
Description-md5: a481f766cd669f12f68c355a2f7f240b
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1019/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1020
Description-md5: a9fcc55ae1c3c835d47c4dd39b27e99a
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1020/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1021
Description-md5: eed8df52cd18cec924f0b3aefa74d7a6
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1021/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1023
Description-md5: d021abe9cdff406fe4071587faf96c21
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1023/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1026
Description-md5: 50ef16fdeb74b0af0353b0f5ef98a4eb
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1026/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1028
Description-md5: 8ce6368e065aa8d57fa8138aca4ecd6a
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1028/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1029
Description-md5: 15b3418e36a26898941c0ed76e2d3327
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1029/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1031
Description-md5: 812266cafce80118984443e2cbc1796f
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1031/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1032
Description-md5: 0a7fc112c3c6e687ce9f3fa770fe0a72
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1032/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1033
Description-md5: 30adceffbf5c82af13a7bd38fd72d568
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1033/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1034
Description-md5: b1ba56d8aabbf4d47ec6124e0f54a94b
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1034/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1036
Description-md5: 84e86bdf4cefd7484162a7035e79ccd4
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1036/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1037
Description-md5: 61fd457a692244ffdec004b59dd171cb
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1037/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1040
Description-md5: 398327fd4fceb0416454cf4cc6ce150f
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1040/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1041
Description-md5: e8d04a20d7a9be9af761ac24cddd25c6
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1041/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1042
Description-md5: 2ce520be13c217c4e1d5e900d272f82f
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1042/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1044
Description-md5: 3f32e192d777241a47c8bc83041eed79
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1044/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1045
Description-md5: 60e90822d24f86e81b645675bae86208
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1045/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1046
Description-md5: 78bae85755584b8fdf266e9a9e7f2528
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1046/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1047
Description-md5: fd79c7874427bec1261489ba8164cb17
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1047/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1048
Description-md5: db30c8276961ccee87069eff36d7c8f1
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1048/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1049
Description-md5: 9282b2146fb0cc0c738765d88da063fa
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1049/debian.README.gz for details
Package: linux-ibm-5.4-headers-5.4.0-1050
Description-md5: 497acd65de7f8ef36c2e347bae52af20
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-ibm-5.4-headers-5.4.0-1050/debian.README.gz for details
Package: linux-ibm-5.4-source-5.4.0
Description-md5: 476ca09f4271c56c46b39b9a9b2abeed
Description-en: Linux kernel source for version 5.4.0 with Ubuntu patches
This package provides the source code for the Linux kernel version
5.4.0.
.
This package is mainly meant for other packages to use, in order to build
custom flavours.
.
If you wish to use this package to create a custom Linux kernel, then it
is suggested that you investigate the package kernel-package, which has
been designed to ease the task of creating kernel image packages.
.
If you are simply trying to build third-party modules for your kernel,
you do not want this package. Install the appropriate linux-ibm-5.4-headers
package instead.
Package: linux-ibm-5.4-tools-5.4.0-1010
Description-md5: dae15b65300da3b1f7db183534e19e98
Description-en: Linux kernel version specific tools for version 5.4.0-1010
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1010 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1010-.
Package: linux-ibm-5.4-tools-5.4.0-1012
Description-md5: 82d6d3e77c2c5bc1195ae3a14f9a6dad
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1012 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1012-.
Package: linux-ibm-5.4-tools-5.4.0-1014
Description-md5: 6184fbd6574bbf29281a682a5b911deb
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1014 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1014-.
Package: linux-ibm-5.4-tools-5.4.0-1015
Description-md5: c25d1501f3d351fc2f3ee28dab3b6526
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1015 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1015-.
Package: linux-ibm-5.4-tools-5.4.0-1017
Description-md5: ee0c907e4ca50d090d55ffc8aacd1d95
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1017 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1017-.
Package: linux-ibm-5.4-tools-5.4.0-1018
Description-md5: 7f2f3223415b0598e79bdd82941d28eb
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1018 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1018-.
Package: linux-ibm-5.4-tools-5.4.0-1019
Description-md5: 18d9087705783d92e0b33a3cf11436b3
Description-en: Linux kernel version specific tools for version 5.4.0-1019
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1019 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1019-.
Package: linux-ibm-5.4-tools-5.4.0-1020
Description-md5: a1a7ca2b3b8d238ba44155adb72fa6c9
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1020 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1020-.
Package: linux-ibm-5.4-tools-5.4.0-1021
Description-md5: 8cd9a2e9f9057f7f0afd3449bea64a10
Description-en: Linux kernel version specific tools for version 5.4.0-1021
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1021 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1021-.
Package: linux-ibm-5.4-tools-5.4.0-1023
Description-md5: 7393ea50c1e1427364f2e419754b1f1f
Description-en: Linux kernel version specific tools for version 5.4.0-1023
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1023 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1023-.
Package: linux-ibm-5.4-tools-5.4.0-1026
Description-md5: f56919e1b0c30405a3d16a8c96d29187
Description-en: Linux kernel version specific tools for version 5.4.0-1026
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1026 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1026-.
Package: linux-ibm-5.4-tools-5.4.0-1028
Description-md5: 18901034118455ce28710db4c1c99890
Description-en: Linux kernel version specific tools for version 5.4.0-1028
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1028 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1028-.
Package: linux-ibm-5.4-tools-5.4.0-1029
Description-md5: 31e8c5aaee9a9bc5f88b2b7da0d6b4f2
Description-en: Linux kernel version specific tools for version 5.4.0-1029
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1029 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1029-.
Package: linux-ibm-5.4-tools-5.4.0-1031
Description-md5: dde1492d58f44ce622255d917889a123
Description-en: Linux kernel version specific tools for version 5.4.0-1031
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1031 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1031-.
Package: linux-ibm-5.4-tools-5.4.0-1032
Description-md5: 921484e1e9601bad3789325205e9c9ae
Description-en: Linux kernel version specific tools for version 5.4.0-1032
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1032 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1032-.
Package: linux-ibm-5.4-tools-5.4.0-1033
Description-md5: 0a2a7eb9dfa4c74af450c62a59dcf406
Description-en: Linux kernel version specific tools for version 5.4.0-1033
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1033 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1033-.
Package: linux-ibm-5.4-tools-5.4.0-1034
Description-md5: 545fafd1d0e899b09e97a808241f0f10
Description-en: Linux kernel version specific tools for version 5.4.0-1034
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1034 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1034-.
Package: linux-ibm-5.4-tools-5.4.0-1036
Description-md5: 35b45e1b51478d04877e3ac8ecba7a0f
Description-en: Linux kernel version specific tools for version 5.4.0-1036
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1036 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1036-.
Package: linux-ibm-5.4-tools-5.4.0-1037
Description-md5: 24fff9a4e3f06abade12a533d8afd49d
Description-en: Linux kernel version specific tools for version 5.4.0-1037
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1037 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1037-.
Package: linux-ibm-5.4-tools-5.4.0-1040
Description-md5: 4e3768c62ac0f3d6151c916e23f1b012
Description-en: Linux kernel version specific tools for version 5.4.0-1040
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1040 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1040-.
Package: linux-ibm-5.4-tools-5.4.0-1041
Description-md5: 3b6ab85f917c680bf770ceb61b898801
Description-en: Linux kernel version specific tools for version 5.4.0-1041
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1041 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1041-.
Package: linux-ibm-5.4-tools-5.4.0-1042
Description-md5: 6720e75dfcaa64af77450dbb23178740
Description-en: Linux kernel version specific tools for version 5.4.0-1042
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1042 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1042-.
Package: linux-ibm-5.4-tools-5.4.0-1044
Description-md5: 89b7af1b3762f36603c1151e6cfc7051
Description-en: Linux kernel version specific tools for version 5.4.0-1044
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1044 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1044-.
Package: linux-ibm-5.4-tools-5.4.0-1045
Description-md5: ccd04a5672b9b06252a4c68d98aaa4bc
Description-en: Linux kernel version specific tools for version 5.4.0-1045
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1045 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1045-.
Package: linux-ibm-5.4-tools-5.4.0-1046
Description-md5: 5a0b7a554b47e7840ccd31fd4e1e0134
Description-en: Linux kernel version specific tools for version 5.4.0-1046
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1046 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1046-.
Package: linux-ibm-5.4-tools-5.4.0-1047
Description-md5: 7890a251a484515d5f29ba5889eb9e69
Description-en: Linux kernel version specific tools for version 5.4.0-1047
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1047 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1047-.
Package: linux-ibm-5.4-tools-5.4.0-1048
Description-md5: 3cfb5702c30822ac84558994ad203513
Description-en: Linux kernel version specific tools for version 5.4.0-1048
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1048 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1048-.
Package: linux-ibm-5.4-tools-5.4.0-1049
Description-md5: 5b396e6e74a7c2fa697b78145dea3557
Description-en: Linux kernel version specific tools for version 5.4.0-1049
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1049 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1049-.
Package: linux-ibm-5.4-tools-5.4.0-1050
Description-md5: 93f7313aea6108901f14a125e9be4390
Description-en: Linux kernel version specific tools for version 5.4.0-1050
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1050 on
64 bit x86.
You probably want to install linux-tools-5.4.0-1050-.
Package: linux-ibm-5.4-tools-common
Description-md5: e2938b09d257e8b72e17adc9b5a8a936
Description-en: Linux kernel version specific tools for version 5.4.0
This package provides the architecture independent parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0.
Package: linux-ibm-edge
Description-md5: cfb35117d1425a2981440e0ddb58b00b
Description-en: Complete IBM Cloud Platform (ibm) Linux kernel and headers
This package will always depend on the latest complete IBM Cloud Platform
(ibm) Linux kernel and headers.
Package: linux-image-4.15.0-1005-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1006-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1007-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1009-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1010-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1011-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1012-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1013-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1015-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1016-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1017-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1018-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1022-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1027-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1028-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1029-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1030-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1031-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1033-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1034-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1035-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1037-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1038-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1040-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1041-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1042-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1047-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1048-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1049-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1051-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1052-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1053-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1054-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1055-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1057-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1058-dell300x
Description-md5: bfac87d3d723134b0b4212c3924dd4f3
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1060-dell300x
Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's signing key.
Package: linux-image-4.15.0-1061-dell300x
Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's signing key.
Package: linux-image-4.15.0-1062-dell300x
Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's signing key.
Package: linux-image-4.15.0-1063-dell300x
Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's signing key.
Package: linux-image-4.15.0-1064-dell300x
Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's signing key.
Package: linux-image-4.15.0-1065-dell300x
Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's signing key.
Package: linux-image-4.15.0-1066-dell300x
Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's signing key.
Package: linux-image-4.15.0-1067-dell300x
Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c
Description-en: Signed kernel image dell300x
A kernel image for dell300x. This version of it is signed with
Canonical's signing key.
Package: linux-image-4.15.0-1071-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1077-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1078-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1080-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1081-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1083-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1084-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1086-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1087-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1090-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1091-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-4.15.0-1092-gcp
Description-md5: a844e08bb9bc7e5da00eb900399526fd
Description-en: Signed kernel image GCP
A kernel image for GCP. This version of it is signed with
Canonical's UEFI/Opal signing key.
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-1013-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-1010-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-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-1012-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-1013-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-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-1015-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-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-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-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-1019-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-1020-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-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-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-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-5.0.0-1023-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-1024-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-1025-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-1025-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-1026-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-1027-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-1027-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-1028-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-1029-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-1030-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-1030-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-1032-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-1033-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-1033-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-1035-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-1037-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-1037-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-1039-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-1040-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-1042-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-1043-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-1043-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-1045-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-1046-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-1046-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-1047-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-1047-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-1049-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-1050-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-1050-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-1051-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-1052-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-1059-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-1062-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-1063-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-1065-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-1067-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-1068-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-1069-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-1070-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-1071-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.3.0-1011-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1012-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1014-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1016-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1017-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1018-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1020-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1026-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1030-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1032-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1033-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1034-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1036-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1038-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1039-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1040-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1041-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1042-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1043-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1044-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.3.0-1045-gke
Description-md5: 182d72dbc3c5047657b55dd9728c6003
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.4.0-1010-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1012-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1014-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1015-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1017-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1018-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1019-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1020-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1021-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1023-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1026-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1028-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1029-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1031-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1032-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1033-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1034-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1036-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1037-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1040-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1041-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1042-ibm
Description-md5: 7fcd26cb86575618025545fb17196c1c
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's UEFI/Opal signing key.
Package: linux-image-5.4.0-1044-ibm
Description-md5: 37112d568f64b0d65fad68b1aa6f4721
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's signing key.
Package: linux-image-5.4.0-1045-ibm
Description-md5: 37112d568f64b0d65fad68b1aa6f4721
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's signing key.
Package: linux-image-5.4.0-1046-ibm
Description-md5: 37112d568f64b0d65fad68b1aa6f4721
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's signing key.
Package: linux-image-5.4.0-1047-ibm
Description-md5: 37112d568f64b0d65fad68b1aa6f4721
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's signing key.
Package: linux-image-5.4.0-1048-ibm
Description-md5: 37112d568f64b0d65fad68b1aa6f4721
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's signing key.
Package: linux-image-5.4.0-1049-ibm
Description-md5: 37112d568f64b0d65fad68b1aa6f4721
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's signing key.
Package: linux-image-5.4.0-1050-ibm
Description-md5: 37112d568f64b0d65fad68b1aa6f4721
Description-en: Signed kernel image ibm
A kernel image for ibm. This version of it is signed with
Canonical's signing key.
Package: linux-image-dell300x
Description-md5: b6a390c1b88a50cebe0ee35c68f97b0a
Description-en: Linux kernel image for Dell Edge Gateway 300x systems.
This package will always depend on the latest kernel image available
for Dell Edge Gateway 300x 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-gke-5.3
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-ibm
Description-md5: b262c281d3c130bcb913abdd3ee98449
Description-en: IBM Cloud Platform (ibm) Linux kernel image
This package will always depend on the latest IBM Cloud Platform (ibm)
kernel image available.
Package: linux-image-ibm-edge
Description-md5: b262c281d3c130bcb913abdd3ee98449
Description-en: IBM Cloud Platform (ibm) Linux kernel image
This package will always depend on the latest IBM Cloud Platform (ibm)
kernel image available.
Package: linux-image-unsigned-4.15.0-1005-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1006-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1007-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1009-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1010-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1011-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1012-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1013-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1015-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1016-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1017-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1018-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1022-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1027-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1028-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1029-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1030-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1031-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1033-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1034-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1035-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1037-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1038-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1040-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1041-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1042-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1047-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1048-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1049-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1051-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1052-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1053-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1054-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1055-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1057-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1058-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1060-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1061-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1062-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1063-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1064-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1065-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1066-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1067-dell300x
Description-md5: 53d17ef4539b12c709fbb86c22435f01
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1071-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1077-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1078-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1080-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1081-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1083-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1084-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1086-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1087-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1090-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1091-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-4.15.0-1092-gcp
Description-md5: 19716cef7153082e26c9e1965f0cd9f9
Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 4.15.0 on
64 bit x86 SMP.
.
Supports amd64 processors.
.
Geared toward GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.0.0-1010-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-1012-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-1013-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-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-1015-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-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-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-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-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-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-image-unsigned-5.0.0-1023-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-1024-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-1025-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-1025-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-1026-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-1027-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-1027-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-1028-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-1029-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-1030-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-1030-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-1032-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-1033-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-1033-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-1035-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-1037-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-1037-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-1039-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-1040-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-1042-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-1043-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-1043-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-1045-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-1046-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-1046-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-1047-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-1047-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-1049-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-1050-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-1050-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-1051-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-1052-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-1059-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-1062-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-1063-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-1065-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-1067-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-1068-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-1069-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-1070-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-1071-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.3.0-1011-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1012-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1014-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1016-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1017-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1018-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1020-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1026-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1030-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1032-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1033-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1034-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1036-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1038-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1039-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1040-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1041-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1042-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1043-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1044-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.3.0-1045-gke
Description-md5: fc65975381dfa2951666a369dd4d4e4c
Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.3.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.4.0-1010-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1012-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1014-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1015-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1017-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1018-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1019-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1020-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1021-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1023-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1026-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1028-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1029-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1031-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1032-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1033-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1034-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1036-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1037-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1040-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1041-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1042-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1044-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1045-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1046-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1047-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1048-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1049-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-unsigned-5.4.0-1050-ibm
Description-md5: dbbfd967a3e01cdf251e21a6b0502222
Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP
This package contains the unsigned Linux kernel image for version 5.4.0 on
64 bit x86 SMP.
.
Supports IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-libc-dev-alpha-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-amd64-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-armel-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-hppa-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-i386-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-m68k-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mips-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mips64-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mips64el-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mips64r6-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mips64r6el-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mipsel-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mipsn32-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mipsn32el-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mipsn32r6-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mipsn32r6el-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mipsr6-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-mipsr6el-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-powerpcspe-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-ppc64-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-riscv64-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-s390x-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-sh4-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-sparc64-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-libc-dev-x32-cross
Description-md5: 1451bbb6883623d253eaf0cf7565213a
Description-en: Linux Kernel Headers for development (for cross-compiling)
This package provides headers from the Linux kernel. These headers
are used by the installed headers for GNU glibc and other system
libraries. They are NOT meant to be used to build third-party modules for
your kernel. Use linux-headers-* packages for that.
Package: linux-modules-4.15.0-1005-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1006-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1007-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1009-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1010-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1011-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1012-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1013-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1015-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1016-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1017-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1018-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1022-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1027-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1028-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1029-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1030-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1031-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1033-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1034-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1035-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1037-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1038-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1040-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1041-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1042-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1047-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1048-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1049-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1051-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1052-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1053-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1054-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1055-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1057-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1058-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1060-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1061-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1062-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1063-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1064-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1065-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1066-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1067-dell300x
Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25
Description-en: Linux kernel extra modules for version 4.15.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 Dell-edge-300x processors.
.
Geared toward Dell Edge Gateway 300x systems.
.
You likely do not want to install this package directly. Instead, install
the linux-dell300x meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1071-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1077-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1078-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1080-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1081-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1083-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1084-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1086-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1087-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1090-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1091-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-4.15.0-1092-gcp
Description-md5: 0c2b75c701ce9d39246729a5be61dd33
Description-en: Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp 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-1013-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-1010-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-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-1012-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-1013-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-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-1015-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-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-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-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-1019-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-1020-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-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-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-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-5.0.0-1023-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-1024-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-1025-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-1025-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-1026-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-1027-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-1027-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-1028-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-1029-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-1030-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-1030-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-1032-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-1033-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-1033-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-1035-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-1037-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-1037-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-1039-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-1040-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-1042-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-1043-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-1043-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-1045-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-1046-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-1046-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-1047-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-1047-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-1049-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-1050-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-1050-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-1051-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-1052-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-1059-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-1062-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-1063-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-1065-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-1067-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-1068-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-1069-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-1070-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-1071-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.3.0-1011-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1012-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1014-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1016-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1017-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1018-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1020-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1026-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1030-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1032-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1033-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1034-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1036-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1038-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1039-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1040-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1041-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1042-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1043-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1044-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.3.0-1045-gke
Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9
Description-en: Linux kernel extra modules for version 5.3.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.4.0-1010-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1012-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1014-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1015-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1017-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1018-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1019-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1020-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1021-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1023-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1026-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1028-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1029-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1031-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1032-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1033-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1034-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1036-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1037-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1040-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1041-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1042-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1044-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1045-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1046-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1047-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1048-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1049-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1050-ibm
Description-md5: 10f057f5ece886191a14e86186b7de69
Description-en: Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1071-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1077-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1078-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1080-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1081-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1083-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1084-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1086-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1087-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1090-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1091-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-4.15.0-1092-gcp
Description-md5: 95e2468efba7be918f6aa822cedab467
Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 4.15.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 GCP systems.
.
You likely do not want to install this package directly. Instead, install
the linux-gcp 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-1013-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-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-5.0.0-1018-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-1019-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-1020-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-1022-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-1023-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-1025-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-1026-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-1027-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-1029-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-1030-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-1032-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-1033-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-1035-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-1037-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-1042-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-1043-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-1045-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-1046-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-1047-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-1049-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-1050-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-1051-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.3.0-1011-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1012-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1014-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1016-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1017-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1018-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1020-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1026-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1030-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1032-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1033-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1034-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1036-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1038-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1039-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1040-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1041-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1042-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1043-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1044-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.3.0-1045-gke
Description-md5: d1c0138f65269484140ae1477e8fbe81
Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.3.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.4.0-1010-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1012-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1014-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1015-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1017-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1018-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1019-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1020-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1021-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1023-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1026-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1028-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1029-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1031-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1032-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1033-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1034-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1036-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1037-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1040-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1041-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1042-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1044-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1045-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1046-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1047-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1048-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1049-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-extra-5.4.0-1050-ibm
Description-md5: 403d1878b208182ccee3ca9fb6283346
Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
This package contains the Linux kernel extra modules for version 5.4.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 IBM processors.
.
Geared toward IBM systems.
.
You likely do not want to install this package directly. Instead, install
the linux-ibm meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
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-modules-extra-gke-5.3
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-modules-extra-ibm
Description-md5: 8c7f2bdf685ca407c22193c70e792792
Description-en: IBM Cloud Platform (ibm) Linux kernel extra modules
This package will always depend on the latest IBM Cloud Platform (ibm)
extra modules package available.
Package: linux-modules-extra-ibm-edge
Description-md5: 8c7f2bdf685ca407c22193c70e792792
Description-en: IBM Cloud Platform (ibm) Linux kernel extra modules
This package will always depend on the latest IBM Cloud Platform (ibm)
extra modules package available.
Package: linux-oem-osp1-headers-5.0.0-1010
Description-md5: 0eebd3739e8c060d83a851fabb34f49f
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-1010/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1012
Description-md5: 67c5f4998e5c9ae9b2a8801a01679c80
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-1012/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1015
Description-md5: 82a93899102b07ef243a4bfcd7d97b83
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-1015/debian.README.gz for details
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-headers-5.0.0-1024
Description-md5: 8a9a0fb60e60490519df35460ba016c9
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-1024/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1025
Description-md5: e16c9ab38ebb31255e7807588a5a956f
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-1025/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1027
Description-md5: fbb022e6bb2c0a08e1f8cf559d78a997
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-1027/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1028
Description-md5: 0cf14e335ec3f5066366c0274da63f02
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-1028/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1030
Description-md5: 07dd200cd0a6784080da15a1d0aea52b
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-1030/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1033
Description-md5: 5a974490b6a4f3da9ab8b5b1a6a66773
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-1033/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1037
Description-md5: f641fe0c264155ff69b9f8148c0e1505
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-1037/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1039
Description-md5: 094dab601b70ff47333aae5c68210e65
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-1039/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1040
Description-md5: a1db51ddec558f0c896d53c98ec57774
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-1040/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1043
Description-md5: ce05fb63a5789d9242286bad4e33900f
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-1043/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1046
Description-md5: abee757cf7af03cc32f1de5efdef5d5e
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-1046/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1047
Description-md5: 76e890ffbf6179f03d8d40e2d8b31268
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-1047/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1050
Description-md5: 550cf1d526b2d26403141da24cd6353d
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-1050/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1052
Description-md5: 7c1e8c5eb6391ac2a4967f92f6182716
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-1052/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1059
Description-md5: 5baec13c95160832acd0b5f13ef26019
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-1059/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1062
Description-md5: 94c0038a9e102107687b4cf4dfdf8273
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-1062/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1063
Description-md5: 80f3737fcf20063e457841bee6b3c362
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-1063/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1065
Description-md5: 6a2560185929dd188a5f3db0701b86e2
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-1065/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1067
Description-md5: 539a0d7bb9f4484ad54245da9e6d6482
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-1067/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1068
Description-md5: dffecc764a4176798977572e781e0591
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-1068/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1069
Description-md5: 3f11e5496b42d1f660272641577b0206
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-1069/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1070
Description-md5: 5deda0e28766b54d920604ece93e6587
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-1070/debian.README.gz for details
Package: linux-oem-osp1-headers-5.0.0-1071
Description-md5: e2fc8db75970eaf6b8cc771a7d3e6994
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-1071/debian.README.gz for details
Package: linux-oem-osp1-tools-5.0.0-1010
Description-md5: b35ca5d1a05fc7f090574e2a8da42d6b
Description-en: Linux kernel version specific tools for version 5.0.0-1010
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-1010 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1010-.
Package: linux-oem-osp1-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-.
Package: linux-oem-osp1-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-.
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-.
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-.
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-.
Package: linux-oem-osp1-tools-5.0.0-1024
Description-md5: f09843c8600eb61ac87d55686e556367
Description-en: Linux kernel version specific tools for version 5.0.0-1024
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-1024 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1024-.
Package: linux-oem-osp1-tools-5.0.0-1025
Description-md5: e0765bb3909cbc17e915d80d0ccd4598
Description-en: Linux kernel version specific tools for version 5.0.0-1025
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-1025 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1025-.
Package: linux-oem-osp1-tools-5.0.0-1027
Description-md5: 478637576e1c4a2c425c0cda054e0b1a
Description-en: Linux kernel version specific tools for version 5.0.0-1027
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-1027 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1027-.
Package: linux-oem-osp1-tools-5.0.0-1028
Description-md5: 0d37de9fb7c6e8a8cafa5ce7ba932c9b
Description-en: Linux kernel version specific tools for version 5.0.0-1028
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-1028 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1028-.
Package: linux-oem-osp1-tools-5.0.0-1030
Description-md5: 39716afb5233c4f52a31c224ee6757e3
Description-en: Linux kernel version specific tools for version 5.0.0-1030
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-1030 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1030-.
Package: linux-oem-osp1-tools-5.0.0-1033
Description-md5: fa0063ffebc4f9b95aaaffd7b700fb21
Description-en: Linux kernel version specific tools for version 5.0.0-1033
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-1033 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1033-.
Package: linux-oem-osp1-tools-5.0.0-1037
Description-md5: 201e0ca95def6014c278613ca7cd88b8
Description-en: Linux kernel version specific tools for version 5.0.0-1037
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-1037 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1037-.
Package: linux-oem-osp1-tools-5.0.0-1039
Description-md5: 5dab34bdd782ffa9419d5bb1df469782
Description-en: Linux kernel version specific tools for version 5.0.0-1039
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-1039 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1039-.
Package: linux-oem-osp1-tools-5.0.0-1040
Description-md5: dbdf1a0c11182b8c9920d2f009e4d815
Description-en: Linux kernel version specific tools for version 5.0.0-1040
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-1040 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1040-.
Package: linux-oem-osp1-tools-5.0.0-1043
Description-md5: 5152316e282e735797241683abe9fc1c
Description-en: Linux kernel version specific tools for version 5.0.0-1043
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-1043 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1043-.
Package: linux-oem-osp1-tools-5.0.0-1046
Description-md5: d64c575102e9692184e632d583f79cce
Description-en: Linux kernel version specific tools for version 5.0.0-1046
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-1046 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1046-.
Package: linux-oem-osp1-tools-5.0.0-1047
Description-md5: cfe4d3e3ca17424749a5671e612193a1
Description-en: Linux kernel version specific tools for version 5.0.0-1047
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-1047 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1047-.
Package: linux-oem-osp1-tools-5.0.0-1050
Description-md5: e8d51b6b65b586dc7611944af4be2567
Description-en: Linux kernel version specific tools for version 5.0.0-1050
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-1050 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1050-.
Package: linux-oem-osp1-tools-5.0.0-1052
Description-md5: c63df8f53006b9221383ad6e4b78450b
Description-en: Linux kernel version specific tools for version 5.0.0-1052
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-1052 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1052-.
Package: linux-oem-osp1-tools-5.0.0-1059
Description-md5: 53e3c48a598bd528ab602ba1aeae1761
Description-en: Linux kernel version specific tools for version 5.0.0-1059
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-1059 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1059-.
Package: linux-oem-osp1-tools-5.0.0-1062
Description-md5: 877a8133da2cad480772e17ecf65a6eb
Description-en: Linux kernel version specific tools for version 5.0.0-1062
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-1062 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1062-.
Package: linux-oem-osp1-tools-5.0.0-1063
Description-md5: 7a7928a4f00fdab7ae38e844b743bc30
Description-en: Linux kernel version specific tools for version 5.0.0-1063
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-1063 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1063-.
Package: linux-oem-osp1-tools-5.0.0-1065
Description-md5: ec0e1e9acebfe638fdeac7b65fc14462
Description-en: Linux kernel version specific tools for version 5.0.0-1065
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-1065 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1065-.
Package: linux-oem-osp1-tools-5.0.0-1067
Description-md5: cc14370fa69a096cf133f24d90d45371
Description-en: Linux kernel version specific tools for version 5.0.0-1067
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-1067 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1067-.
Package: linux-oem-osp1-tools-5.0.0-1068
Description-md5: 28ebeec96be4c3b459c027a8515e7c28
Description-en: Linux kernel version specific tools for version 5.0.0-1068
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-1068 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1068-.
Package: linux-oem-osp1-tools-5.0.0-1069
Description-md5: 1e529f89e9416bca30220f7c626a99cf
Description-en: Linux kernel version specific tools for version 5.0.0-1069
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-1069 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1069-.
Package: linux-oem-osp1-tools-5.0.0-1070
Description-md5: 3a2a9eb60513aec16e44fcd3d182e4e3
Description-en: Linux kernel version specific tools for version 5.0.0-1070
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-1070 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1070-.
Package: linux-oem-osp1-tools-5.0.0-1071
Description-md5: 12b2a8081ee3e2fa47e5fc5eab3a3f8e
Description-en: Linux kernel version specific tools for version 5.0.0-1071
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-1071 on
64 bit x86.
You probably want to install linux-tools-5.0.0-1071-.
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.15.0-1005-dell300x
Description-md5: b7597e029aa33edec5cc47a4b59e51c4
Description-en: Linux kernel version specific tools for version 4.15.0-1005
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-1005 on
64 bit x86.
Package: linux-tools-4.15.0-1006-dell300x
Description-md5: 3bcfb2900162bc8d35c444e52c460a32
Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1006 on
64 bit x86.
Package: linux-tools-4.15.0-1007-dell300x
Description-md5: 05058c0bfc5848c5e93ca33faa4bb745
Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1007 on
64 bit x86.
Package: linux-tools-4.15.0-1009-dell300x
Description-md5: 779f9f9c98b6796f480947d8502bdd93
Description-en: Linux kernel version specific tools for version 4.15.0-1009
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-1009 on
64 bit x86.
Package: linux-tools-4.15.0-1010-dell300x
Description-md5: 5108030641849a9dec327ab0cc258bc2
Description-en: Linux kernel version specific tools for version 4.15.0-1010
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-1010 on
64 bit x86.
Package: linux-tools-4.15.0-1011-dell300x
Description-md5: 6836401588a9eec176488b1b19c8c725
Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1011 on
64 bit x86.
Package: linux-tools-4.15.0-1012-dell300x
Description-md5: a627def2b88007367b8450f5bc52bcc4
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
64 bit x86.
Package: linux-tools-4.15.0-1013-dell300x
Description-md5: 88ad05f5d4725f66e8b02756a1ebf20f
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
64 bit x86.
Package: linux-tools-4.15.0-1015-dell300x
Description-md5: 4c00edad3d350ba84cc6357c49c4bd19
Description-en: Linux kernel version specific tools for version 4.15.0-1015
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-1015 on
64 bit x86.
Package: linux-tools-4.15.0-1016-dell300x
Description-md5: 782b17bc381d48144de9002e88810e7d
Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1016 on
64 bit x86.
Package: linux-tools-4.15.0-1017-dell300x
Description-md5: cb22a56d52862c34709bac0b4df6bd47
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
64 bit x86.
Package: linux-tools-4.15.0-1018-dell300x
Description-md5: c424125e77078c62c676dcd0505f469c
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
64 bit x86.
Package: linux-tools-4.15.0-1022-dell300x
Description-md5: a5fd367751111feb0f03dcce64264dba
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
64 bit x86.
Package: linux-tools-4.15.0-1027-dell300x
Description-md5: 70162ffe0b497e0fd80f75ff5caa7fd9
Description-en: Linux kernel version specific tools for version 4.15.0-1027
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-1027 on
64 bit x86.
Package: linux-tools-4.15.0-1028-dell300x
Description-md5: f9bce54f605d9f3f326b4d6d1352d0b1
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
64 bit x86.
Package: linux-tools-4.15.0-1029-dell300x
Description-md5: 0625593c6eaf9c2f51a24d928a0fa2c7
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
64 bit x86.
Package: linux-tools-4.15.0-1030-dell300x
Description-md5: 907d915479824d16e827a6a098131cb6
Description-en: Linux kernel version specific tools for version 4.15.0-1030
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-1030 on
64 bit x86.
Package: linux-tools-4.15.0-1031-dell300x
Description-md5: 8f6abec61e55498aec3602b686cc429d
Description-en: Linux kernel version specific tools for version 4.15.0-1031
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-1031 on
64 bit x86.
Package: linux-tools-4.15.0-1033-dell300x
Description-md5: 2a92a2ee88c33c99532614e91693c2eb
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
64 bit x86.
Package: linux-tools-4.15.0-1034-dell300x
Description-md5: 450de56677dde168da9d395721a72ebc
Description-en: Linux kernel version specific tools for version 4.15.0-1034
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-1034 on
64 bit x86.
Package: linux-tools-4.15.0-1035-dell300x
Description-md5: aabe551a6bb109c71eff09bdc0301b2e
Description-en: Linux kernel version specific tools for version 4.15.0-1035
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-1035 on
64 bit x86.
Package: linux-tools-4.15.0-1037-dell300x
Description-md5: 3987e0955ff85a1553215b1d89401494
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
64 bit x86.
Package: linux-tools-4.15.0-1038-dell300x
Description-md5: 49f980d1c52b964d23ec046344c654d3
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
64 bit x86.
Package: linux-tools-4.15.0-1040-dell300x
Description-md5: 43dc298db6e420a902f3b982350552e7
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
64 bit x86.
Package: linux-tools-4.15.0-1041-dell300x
Description-md5: a9826e213903054ea047e4d29a1d9209
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
64 bit x86.
Package: linux-tools-4.15.0-1042-dell300x
Description-md5: 4195ab59149249d1ba1d7d5e41840d06
Description-en: Linux kernel version specific tools for version 4.15.0-1042
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-1042 on
64 bit x86.
Package: linux-tools-4.15.0-1047-dell300x
Description-md5: 59be1201dc0104cf434e92b12e26b818
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
64 bit x86.
Package: linux-tools-4.15.0-1048-dell300x
Description-md5: 19e97a096a0714534ef46a8866ad19df
Description-en: Linux kernel version specific tools for version 4.15.0-1048
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-1048 on
64 bit x86.
Package: linux-tools-4.15.0-1049-dell300x
Description-md5: 377c8e6181ddc5ccefc9715c357ff813
Description-en: Linux kernel version specific tools for version 4.15.0-1049
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-1049 on
64 bit x86.
Package: linux-tools-4.15.0-1051-dell300x
Description-md5: ec5254ead4fc8a0e65edf9737c034741
Description-en: Linux kernel version specific tools for version 4.15.0-1051
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-1051 on
64 bit x86.
Package: linux-tools-4.15.0-1052-dell300x
Description-md5: 69e5c281f6da9389f2ba659c0e3d849b
Description-en: Linux kernel version specific tools for version 4.15.0-1052
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-1052 on
64 bit x86.
Package: linux-tools-4.15.0-1053-dell300x
Description-md5: ddb172429438ed03cc92d22e88f10f33
Description-en: Linux kernel version specific tools for version 4.15.0-1053
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-1053 on
64 bit x86.
Package: linux-tools-4.15.0-1054-dell300x
Description-md5: 3b087d657a9dce6de65b4eab057bfd0f
Description-en: Linux kernel version specific tools for version 4.15.0-1054
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-1054 on
64 bit x86.
Package: linux-tools-4.15.0-1055-dell300x
Description-md5: 57fe767ae22bedaffb2747787052a819
Description-en: Linux kernel version specific tools for version 4.15.0-1055
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-1055 on
64 bit x86.
Package: linux-tools-4.15.0-1057-dell300x
Description-md5: d9c747d184fa137c6190360e63eb9216
Description-en: Linux kernel version specific tools for version 4.15.0-1057
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-1057 on
64 bit x86.
Package: linux-tools-4.15.0-1058-dell300x
Description-md5: f1a8cc763ffa3c252765b91d3a8ef2ac
Description-en: Linux kernel version specific tools for version 4.15.0-1058
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-1058 on
64 bit x86.
Package: linux-tools-4.15.0-1060-dell300x
Description-md5: bf87326cb9a4c705ebc87f7e27ccf102
Description-en: Linux kernel version specific tools for version 4.15.0-1060
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-1060 on
64 bit x86.
Package: linux-tools-4.15.0-1061-dell300x
Description-md5: b6eb1b0c8d1993b3df01bf6e062dc2d4
Description-en: Linux kernel version specific tools for version 4.15.0-1061
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-1061 on
64 bit x86.
Package: linux-tools-4.15.0-1062-dell300x
Description-md5: 1ea1e28b15e606675b79d1328963a080
Description-en: Linux kernel version specific tools for version 4.15.0-1062
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-1062 on
64 bit x86.
Package: linux-tools-4.15.0-1063-dell300x
Description-md5: b77579657c24fb32eeac7a8056594126
Description-en: Linux kernel version specific tools for version 4.15.0-1063
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-1063 on
64 bit x86.
Package: linux-tools-4.15.0-1064-dell300x
Description-md5: 24a80d5a94b7e5315acb90fbf73e4d63
Description-en: Linux kernel version specific tools for version 4.15.0-1064
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-1064 on
64 bit x86.
Package: linux-tools-4.15.0-1065-dell300x
Description-md5: 7ca1e545a502e8192d4186f33e248e00
Description-en: Linux kernel version specific tools for version 4.15.0-1065
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-1065 on
64 bit x86.
Package: linux-tools-4.15.0-1066-dell300x
Description-md5: e43eef80775b6530e6b4f8a9ea1e08ad
Description-en: Linux kernel version specific tools for version 4.15.0-1066
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-1066 on
64 bit x86.
Package: linux-tools-4.15.0-1067-dell300x
Description-md5: 4b7268c4135ce2cbcbd072bf3bd1765e
Description-en: Linux kernel version specific tools for version 4.15.0-1067
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-1067 on
64 bit x86.
Package: linux-tools-4.15.0-1071-gcp
Description-md5: 0f25d6bcd20c26cbd23d82b7026037bc
Description-en: Linux kernel version specific tools for version 4.15.0-1071
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-1071 on
64 bit x86.
Package: linux-tools-4.15.0-1077-gcp
Description-md5: d1677910539f9ba36f1b5c2f2a10d534
Description-en: Linux kernel version specific tools for version 4.15.0-1077
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-1077 on
64 bit x86.
Package: linux-tools-4.15.0-1078-gcp
Description-md5: 7f13b5df1198db9b959847275cfb9b28
Description-en: Linux kernel version specific tools for version 4.15.0-1078
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-1078 on
64 bit x86.
Package: linux-tools-4.15.0-1080-gcp
Description-md5: 159d29807baf9c1b004773fa4e285ee7
Description-en: Linux kernel version specific tools for version 4.15.0-1080
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-1080 on
64 bit x86.
Package: linux-tools-4.15.0-1081-gcp
Description-md5: 1306e1e7bad16fcfc7cda812873721ad
Description-en: Linux kernel version specific tools for version 4.15.0-1081
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-1081 on
64 bit x86.
Package: linux-tools-4.15.0-1083-gcp
Description-md5: d4d3b0f9704f074a465a3bd44ddc6402
Description-en: Linux kernel version specific tools for version 4.15.0-1083
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-1083 on
64 bit x86.
Package: linux-tools-4.15.0-1084-gcp
Description-md5: 28de9e12a5410b54bad999ddd83b3236
Description-en: Linux kernel version specific tools for version 4.15.0-1084
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-1084 on
64 bit x86.
Package: linux-tools-4.15.0-1086-gcp
Description-md5: 24f78f162d360d1ac3c1f05f49dcd197
Description-en: Linux kernel version specific tools for version 4.15.0-1086
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-1086 on
64 bit x86.
Package: linux-tools-4.15.0-1087-gcp
Description-md5: e11a134b6b24a5c44591ef074ea13f87
Description-en: Linux kernel version specific tools for version 4.15.0-1087
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-1087 on
64 bit x86.
Package: linux-tools-4.15.0-1090-gcp
Description-md5: 18ec326a1c0863591bd2d3dd1a619a70
Description-en: Linux kernel version specific tools for version 4.15.0-1090
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-1090 on
64 bit x86.
Package: linux-tools-4.15.0-1091-gcp
Description-md5: 35ba42bddbbfca1eb8ad9adc54733a75
Description-en: Linux kernel version specific tools for version 4.15.0-1091
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-1091 on
64 bit x86.
Package: linux-tools-4.15.0-1092-gcp
Description-md5: b48645fbb072075f1c200559d9c9f6ec
Description-en: Linux kernel version specific tools for version 4.15.0-1092
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-1092 on
64 bit x86.
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-1013-aws
Description-md5: 38bd4228637c7ca2e73581aa9dec5aed
Description-en: Linux kernel version specific tools for version 4.18.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.18.0-1013 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-1010-oem-osp1
Description-md5: 78c26b4aac0bfccf5331ae312eec1a09
Description-en: Linux kernel version specific tools for version 5.0.0-1010
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-1010 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-1012-oem-osp1
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-1013-gke
Description-md5: 35bb77fc1537fc3786f2eab97ead7f7a
Description-en: Linux kernel version specific tools for version 5.0.0-1013
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-1013 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-1015-oem-osp1
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-aws
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-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-1019-aws
Description-md5: 7ca52e1eaa89897a6c630cef36b364fe
Description-en: Linux kernel version specific tools for version 5.0.0-1019
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-1019 on
64 bit x86.
Package: linux-tools-5.0.0-1020-gke
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-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-gke
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-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-5.0.0-1023-gke
Description-md5: f80ef3df839ca7e1a21a390112cb4561
Description-en: Linux kernel version specific tools for version 5.0.0-1023
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-1023 on
64 bit x86.
Package: linux-tools-5.0.0-1024-oem-osp1
Description-md5: 5f707761594b629f003164c62b1c2f63
Description-en: Linux kernel version specific tools for version 5.0.0-1024
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-1024 on
64 bit x86.
Package: linux-tools-5.0.0-1025-gke
Description-md5: ef99ecb53413cdcef207ee3ff4031038
Description-en: Linux kernel version specific tools for version 5.0.0-1025
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-1025 on
64 bit x86.
Package: linux-tools-5.0.0-1025-oem-osp1
Description-md5: ef99ecb53413cdcef207ee3ff4031038
Description-en: Linux kernel version specific tools for version 5.0.0-1025
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-1025 on
64 bit x86.
Package: linux-tools-5.0.0-1026-gke
Description-md5: 614da254414a4e9e2361e4852519bf7c
Description-en: Linux kernel version specific tools for version 5.0.0-1026
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-1026 on
64 bit x86.
Package: linux-tools-5.0.0-1027-gke
Description-md5: c4b5a7b93f4b3e1a6934026736bfc840
Description-en: Linux kernel version specific tools for version 5.0.0-1027
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-1027 on
64 bit x86.
Package: linux-tools-5.0.0-1027-oem-osp1
Description-md5: c4b5a7b93f4b3e1a6934026736bfc840
Description-en: Linux kernel version specific tools for version 5.0.0-1027
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-1027 on
64 bit x86.
Package: linux-tools-5.0.0-1028-oem-osp1
Description-md5: 3991513614c9675e32c3f22b45c6f273
Description-en: Linux kernel version specific tools for version 5.0.0-1028
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-1028 on
64 bit x86.
Package: linux-tools-5.0.0-1029-gke
Description-md5: 46557d19dcdd6416f23a916f4c3eba04
Description-en: Linux kernel version specific tools for version 5.0.0-1029
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-1029 on
64 bit x86.
Package: linux-tools-5.0.0-1030-gke
Description-md5: 05e77780ddd3f5f96e4dfff0c66e453d
Description-en: Linux kernel version specific tools for version 5.0.0-1030
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-1030 on
64 bit x86.
Package: linux-tools-5.0.0-1030-oem-osp1
Description-md5: 05e77780ddd3f5f96e4dfff0c66e453d
Description-en: Linux kernel version specific tools for version 5.0.0-1030
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-1030 on
64 bit x86.
Package: linux-tools-5.0.0-1032-gke
Description-md5: e6ba1a58ec054fd75fad8dfb82560d97
Description-en: Linux kernel version specific tools for version 5.0.0-1032
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-1032 on
64 bit x86.
Package: linux-tools-5.0.0-1033-gke
Description-md5: 44b7cce4c41894d9af40ad33c32a6ebd
Description-en: Linux kernel version specific tools for version 5.0.0-1033
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-1033 on
64 bit x86.
Package: linux-tools-5.0.0-1033-oem-osp1
Description-md5: 44b7cce4c41894d9af40ad33c32a6ebd
Description-en: Linux kernel version specific tools for version 5.0.0-1033
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-1033 on
64 bit x86.
Package: linux-tools-5.0.0-1035-gke
Description-md5: c8f4fc8d0a9f5e6bec83ce63b0a99c13
Description-en: Linux kernel version specific tools for version 5.0.0-1035
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-1035 on
64 bit x86.
Package: linux-tools-5.0.0-1037-gke
Description-md5: 55468ffeaf511ed8c7645d4b66a7b19f
Description-en: Linux kernel version specific tools for version 5.0.0-1037
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-1037 on
64 bit x86.
Package: linux-tools-5.0.0-1037-oem-osp1
Description-md5: 55468ffeaf511ed8c7645d4b66a7b19f
Description-en: Linux kernel version specific tools for version 5.0.0-1037
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-1037 on
64 bit x86.
Package: linux-tools-5.0.0-1039-oem-osp1
Description-md5: 6f65c4c99ed31dae25fec05e8c32c78a
Description-en: Linux kernel version specific tools for version 5.0.0-1039
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-1039 on
64 bit x86.
Package: linux-tools-5.0.0-1040-oem-osp1
Description-md5: e7bfafab6e734781f725cf4d1e91ab31
Description-en: Linux kernel version specific tools for version 5.0.0-1040
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-1040 on
64 bit x86.
Package: linux-tools-5.0.0-1042-gke
Description-md5: 6b2978bc6eead0cdcee14d365d28fe0c
Description-en: Linux kernel version specific tools for version 5.0.0-1042
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-1042 on
64 bit x86.
Package: linux-tools-5.0.0-1043-gke
Description-md5: a65e0bfc2e81e8b9e587305d71d7ff62
Description-en: Linux kernel version specific tools for version 5.0.0-1043
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-1043 on
64 bit x86.
Package: linux-tools-5.0.0-1043-oem-osp1
Description-md5: a65e0bfc2e81e8b9e587305d71d7ff62
Description-en: Linux kernel version specific tools for version 5.0.0-1043
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-1043 on
64 bit x86.
Package: linux-tools-5.0.0-1045-gke
Description-md5: bc2b64161f22736a1aac16d467724fab
Description-en: Linux kernel version specific tools for version 5.0.0-1045
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-1045 on
64 bit x86.
Package: linux-tools-5.0.0-1046-gke
Description-md5: 52417e7f7c1adb057bd4c15e88994015
Description-en: Linux kernel version specific tools for version 5.0.0-1046
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-1046 on
64 bit x86.
Package: linux-tools-5.0.0-1046-oem-osp1
Description-md5: 52417e7f7c1adb057bd4c15e88994015
Description-en: Linux kernel version specific tools for version 5.0.0-1046
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-1046 on
64 bit x86.
Package: linux-tools-5.0.0-1047-gke
Description-md5: 6a144ffae4eb418d1b77dba273c15b53
Description-en: Linux kernel version specific tools for version 5.0.0-1047
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-1047 on
64 bit x86.
Package: linux-tools-5.0.0-1047-oem-osp1
Description-md5: 6a144ffae4eb418d1b77dba273c15b53
Description-en: Linux kernel version specific tools for version 5.0.0-1047
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-1047 on
64 bit x86.
Package: linux-tools-5.0.0-1049-gke
Description-md5: e196daff886f3c5cc8626158d00e909b
Description-en: Linux kernel version specific tools for version 5.0.0-1049
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-1049 on
64 bit x86.
Package: linux-tools-5.0.0-1050-gke
Description-md5: b197af204ea42df97915cbaf659beacd
Description-en: Linux kernel version specific tools for version 5.0.0-1050
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-1050 on
64 bit x86.
Package: linux-tools-5.0.0-1050-oem-osp1
Description-md5: b197af204ea42df97915cbaf659beacd
Description-en: Linux kernel version specific tools for version 5.0.0-1050
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-1050 on
64 bit x86.
Package: linux-tools-5.0.0-1051-gke
Description-md5: b6262bb5aff8d4c33dd53885fcae3640
Description-en: Linux kernel version specific tools for version 5.0.0-1051
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-1051 on
64 bit x86.
Package: linux-tools-5.0.0-1052-oem-osp1
Description-md5: 4f4711adc77b1a5f3207c6377407c47a
Description-en: Linux kernel version specific tools for version 5.0.0-1052
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-1052 on
64 bit x86.
Package: linux-tools-5.0.0-1059-oem-osp1
Description-md5: 586a16faff21074855640c0ca065e340
Description-en: Linux kernel version specific tools for version 5.0.0-1059
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-1059 on
64 bit x86.
Package: linux-tools-5.0.0-1062-oem-osp1
Description-md5: 6155c0ac0b294f9db7a56346d0af48d9
Description-en: Linux kernel version specific tools for version 5.0.0-1062
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-1062 on
64 bit x86.
Package: linux-tools-5.0.0-1063-oem-osp1
Description-md5: 65ba1b6aa472c89822588108cc42de58
Description-en: Linux kernel version specific tools for version 5.0.0-1063
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-1063 on
64 bit x86.
Package: linux-tools-5.0.0-1065-oem-osp1
Description-md5: 99aa65b4947cb16d3e78aa69e74548fc
Description-en: Linux kernel version specific tools for version 5.0.0-1065
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-1065 on
64 bit x86.
Package: linux-tools-5.0.0-1067-oem-osp1
Description-md5: cf80c80f65886f228b039cc5f5121efe
Description-en: Linux kernel version specific tools for version 5.0.0-1067
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-1067 on
64 bit x86.
Package: linux-tools-5.0.0-1068-oem-osp1
Description-md5: 6783f2dba5c45cfbccf466c133a08911
Description-en: Linux kernel version specific tools for version 5.0.0-1068
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-1068 on
64 bit x86.
Package: linux-tools-5.0.0-1069-oem-osp1
Description-md5: 4f3b96532768b63890062e49e027e1ae
Description-en: Linux kernel version specific tools for version 5.0.0-1069
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-1069 on
64 bit x86.
Package: linux-tools-5.0.0-1070-oem-osp1
Description-md5: 61c5c6b19cadafdc0d89eac81776b72f
Description-en: Linux kernel version specific tools for version 5.0.0-1070
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-1070 on
64 bit x86.
Package: linux-tools-5.0.0-1071-oem-osp1
Description-md5: a456ec3cd31db30a9a85d9069db226a2
Description-en: Linux kernel version specific tools for version 5.0.0-1071
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-1071 on
64 bit x86.
Package: linux-tools-5.3.0-1011-gke
Description-md5: b48a5a6504ea8786a67e3366eb802195
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1011 on
64 bit x86.
Package: linux-tools-5.3.0-1012-gke
Description-md5: c49cbaf98b98bc49faf411fd66c5e660
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1012 on
64 bit x86.
Package: linux-tools-5.3.0-1014-gke
Description-md5: f54dede7df446b1299c43a11f48be6e1
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1014 on
64 bit x86.
Package: linux-tools-5.3.0-1016-gke
Description-md5: 6ca963d74f875317c808131f2fae38bb
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1016 on
64 bit x86.
Package: linux-tools-5.3.0-1017-gke
Description-md5: d6f2c339badd2bab3f64fa19aa9f6301
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1017 on
64 bit x86.
Package: linux-tools-5.3.0-1018-gke
Description-md5: e082659b893e9312c3868f9cc6d78c09
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1018 on
64 bit x86.
Package: linux-tools-5.3.0-1020-gke
Description-md5: 36b40065e48aff0526877844622894e2
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1020 on
64 bit x86.
Package: linux-tools-5.3.0-1026-gke
Description-md5: cde32c26f90687aa25478eac0217e085
Description-en: Linux kernel version specific tools for version 5.3.0-1026
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1026 on
64 bit x86.
Package: linux-tools-5.3.0-1030-gke
Description-md5: ed6f677db945e43fe336265a7109ec56
Description-en: Linux kernel version specific tools for version 5.3.0-1030
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1030 on
64 bit x86.
Package: linux-tools-5.3.0-1032-gke
Description-md5: f55d9c1c6df573ddd065360c242d447c
Description-en: Linux kernel version specific tools for version 5.3.0-1032
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1032 on
64 bit x86.
Package: linux-tools-5.3.0-1033-gke
Description-md5: 337420a7a481e964fb5eec6581fb161c
Description-en: Linux kernel version specific tools for version 5.3.0-1033
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1033 on
64 bit x86.
Package: linux-tools-5.3.0-1034-gke
Description-md5: afb7a66e56e9931db19d97589aa4641a
Description-en: Linux kernel version specific tools for version 5.3.0-1034
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1034 on
64 bit x86.
Package: linux-tools-5.3.0-1036-gke
Description-md5: feb291f596bbdb8867d8703251c60d00
Description-en: Linux kernel version specific tools for version 5.3.0-1036
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1036 on
64 bit x86.
Package: linux-tools-5.3.0-1038-gke
Description-md5: 932e9c684d48537f8f0bc5311096f7b0
Description-en: Linux kernel version specific tools for version 5.3.0-1038
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1038 on
64 bit x86.
Package: linux-tools-5.3.0-1039-gke
Description-md5: 49f05530c99a1db77c874b1623f950fd
Description-en: Linux kernel version specific tools for version 5.3.0-1039
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1039 on
64 bit x86.
Package: linux-tools-5.3.0-1040-gke
Description-md5: b38201d61632d566d01264518a56e2c0
Description-en: Linux kernel version specific tools for version 5.3.0-1040
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1040 on
64 bit x86.
Package: linux-tools-5.3.0-1041-gke
Description-md5: 447d142c71791a836b1b453bcf34bf28
Description-en: Linux kernel version specific tools for version 5.3.0-1041
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1041 on
64 bit x86.
Package: linux-tools-5.3.0-1042-gke
Description-md5: 279a848967a61787d20793dac03735d7
Description-en: Linux kernel version specific tools for version 5.3.0-1042
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1042 on
64 bit x86.
Package: linux-tools-5.3.0-1043-gke
Description-md5: ee6854ee3685b163f564184084b8f436
Description-en: Linux kernel version specific tools for version 5.3.0-1043
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1043 on
64 bit x86.
Package: linux-tools-5.3.0-1044-gke
Description-md5: d05819c0bf24db9356acf38c62b472e9
Description-en: Linux kernel version specific tools for version 5.3.0-1044
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1044 on
64 bit x86.
Package: linux-tools-5.3.0-1045-gke
Description-md5: e907d7c2436c18ad0fc06f0cbc29b865
Description-en: Linux kernel version specific tools for version 5.3.0-1045
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1045 on
64 bit x86.
Package: linux-tools-5.4.0-1010-ibm
Description-md5: 1bba16310bb8df3797555d53abcc0789
Description-en: Linux kernel version specific tools for version 5.4.0-1010
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1010 on
64 bit x86.
Package: linux-tools-5.4.0-1012-ibm
Description-md5: c57a4c99e406eb9a66d1f3cca327f9a8
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1012 on
64 bit x86.
Package: linux-tools-5.4.0-1014-ibm
Description-md5: a35bd6505936f83720c95f23816e0e2e
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1014 on
64 bit x86.
Package: linux-tools-5.4.0-1015-ibm
Description-md5: b3b4d63f89c8181a426371d280d45e38
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1015 on
64 bit x86.
Package: linux-tools-5.4.0-1017-ibm
Description-md5: 635d3fa8473bc19f999a478c5cf4f6c9
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1017 on
64 bit x86.
Package: linux-tools-5.4.0-1018-ibm
Description-md5: 843400dc6e4175604dbd6474e20b3f8f
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1018 on
64 bit x86.
Package: linux-tools-5.4.0-1019-ibm
Description-md5: ae955a59098b483f8e53e430ef8aad26
Description-en: Linux kernel version specific tools for version 5.4.0-1019
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1019 on
64 bit x86.
Package: linux-tools-5.4.0-1020-ibm
Description-md5: 4a5c5cb1ac68074346ddc4b39d9ae003
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1020 on
64 bit x86.
Package: linux-tools-5.4.0-1021-ibm
Description-md5: 03823badd969117ae36761d2af0dc636
Description-en: Linux kernel version specific tools for version 5.4.0-1021
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1021 on
64 bit x86.
Package: linux-tools-5.4.0-1023-ibm
Description-md5: 56ffa57f9466d4ebf8b65219c2306f91
Description-en: Linux kernel version specific tools for version 5.4.0-1023
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1023 on
64 bit x86.
Package: linux-tools-5.4.0-1026-ibm
Description-md5: 30af30840e39b336efbbb9c982f28f6f
Description-en: Linux kernel version specific tools for version 5.4.0-1026
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1026 on
64 bit x86.
Package: linux-tools-5.4.0-1028-ibm
Description-md5: 87b7a947d1156fc3b3c770152b4a8cd1
Description-en: Linux kernel version specific tools for version 5.4.0-1028
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1028 on
64 bit x86.
Package: linux-tools-5.4.0-1029-ibm
Description-md5: 37beb482860b91915a9ad87293cba74b
Description-en: Linux kernel version specific tools for version 5.4.0-1029
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1029 on
64 bit x86.
Package: linux-tools-5.4.0-1031-ibm
Description-md5: 4837d85afbdbfc24c1760702d68f5bef
Description-en: Linux kernel version specific tools for version 5.4.0-1031
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1031 on
64 bit x86.
Package: linux-tools-5.4.0-1032-ibm
Description-md5: 7414cc4cd105326ad03c774abb404554
Description-en: Linux kernel version specific tools for version 5.4.0-1032
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1032 on
64 bit x86.
Package: linux-tools-5.4.0-1033-ibm
Description-md5: fe153c8fe9d9843cede7f74c617c42bc
Description-en: Linux kernel version specific tools for version 5.4.0-1033
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1033 on
64 bit x86.
Package: linux-tools-5.4.0-1034-ibm
Description-md5: e926f5685b472ccf06182fff26647814
Description-en: Linux kernel version specific tools for version 5.4.0-1034
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1034 on
64 bit x86.
Package: linux-tools-5.4.0-1036-ibm
Description-md5: 324489361d9f4bee8538d0d7c743fc83
Description-en: Linux kernel version specific tools for version 5.4.0-1036
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1036 on
64 bit x86.
Package: linux-tools-5.4.0-1037-ibm
Description-md5: a170e021e3c249f5bec6534fba82d70f
Description-en: Linux kernel version specific tools for version 5.4.0-1037
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1037 on
64 bit x86.
Package: linux-tools-5.4.0-1040-ibm
Description-md5: 8c1aadbb67cbcf8bec41289c7315b447
Description-en: Linux kernel version specific tools for version 5.4.0-1040
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1040 on
64 bit x86.
Package: linux-tools-5.4.0-1041-ibm
Description-md5: c196d10a78848ebb809c7e29eaccb883
Description-en: Linux kernel version specific tools for version 5.4.0-1041
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1041 on
64 bit x86.
Package: linux-tools-5.4.0-1042-ibm
Description-md5: 84c154d956799521c4d1b609133b3d30
Description-en: Linux kernel version specific tools for version 5.4.0-1042
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1042 on
64 bit x86.
Package: linux-tools-5.4.0-1044-ibm
Description-md5: 44d170408546008df6e76d482ab3c4f8
Description-en: Linux kernel version specific tools for version 5.4.0-1044
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1044 on
64 bit x86.
Package: linux-tools-5.4.0-1045-ibm
Description-md5: c67f1076f8a08a43cbe637d1df3aa053
Description-en: Linux kernel version specific tools for version 5.4.0-1045
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1045 on
64 bit x86.
Package: linux-tools-5.4.0-1046-ibm
Description-md5: 5735e123572eec171bae31f46e007f1d
Description-en: Linux kernel version specific tools for version 5.4.0-1046
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1046 on
64 bit x86.
Package: linux-tools-5.4.0-1047-ibm
Description-md5: bd4f667efa616cd491cd9f318360a4eb
Description-en: Linux kernel version specific tools for version 5.4.0-1047
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1047 on
64 bit x86.
Package: linux-tools-5.4.0-1048-ibm
Description-md5: 0f561d199e2ff5ecfbe0078073373a02
Description-en: Linux kernel version specific tools for version 5.4.0-1048
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1048 on
64 bit x86.
Package: linux-tools-5.4.0-1049-ibm
Description-md5: 1b5faf648e4f4f8e5d4c7c1e0cda1d88
Description-en: Linux kernel version specific tools for version 5.4.0-1049
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1049 on
64 bit x86.
Package: linux-tools-5.4.0-1050-ibm
Description-md5: 54cbf3b3322a8432eed678c0d33cd394
Description-en: Linux kernel version specific tools for version 5.4.0-1050
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1050 on
64 bit x86.
Package: linux-tools-dell300x
Description-md5: 76c55420b8c05f77e1e2eebd2cc01b1e
Description-en: Linux kernel versioned tools for Dell Edge Gateway 300x systems.
This package will always depend on the latest Linux kernel versioned tools
available for Dell Edge Gateway 300x 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-gke-5.3
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-ibm
Description-md5: 28ea2c16382bc8345e38e32ba1f02015
Description-en: IBM Cloud Platform (ibm) Linux kernel tools
This package will always depend on the latest IBM Cloud Platform (ibm)
kernel tools available.
Package: linux-tools-ibm-edge
Description-md5: 28ea2c16382bc8345e38e32ba1f02015
Description-en: IBM Cloud Platform (ibm) Linux kernel tools
This package will always depend on the latest IBM Cloud Platform (ibm)
kernel tools available.
Package: linuxptp
Description-md5: 3678f13807c05861be8c708a652e8e9d
Description-en: Precision Time Protocol (PTP, IEEE1588) implementation for Linux
Linuxptp is an implementation of the Precision Time Protocol (PTP)
according to IEEE standard 1588 for Linux. Features include:
- support for hardware and software time stamping via the Linux
SO_TIMESTAMPING socket option.
- support for the Linux PTP Hardware Clock (PHC) subsystem by using the
clock_gettime family of calls, including the new clock_adjtimex
system call
- implementation of Boundary Clock (BC) and Ordinary Clock (OC)
- transport over UDP/IPv4, UDP/IPv6, and raw Ethernet (Layer 2)
- support for IEEE 802.1AS-2011 in the role of end station
.
PTP provides higher precision and faster synchronization than NTP even
without hardware support. With hardware support, sub-microsecond
accuracy can be expected. Whereas NTP is intended for WAN use, PTP is
designed for LAN environments and makes use of UDP multicast.
Package: live-build-cgi
Description-md5: f4c71dad5330df75c843617cf4d9fe41
Description-en: Debian Live - System build scripts (CGI frontend)
live-build contains the scripts that build a Debian Live system image from a
configuration directory.
.
This package contains the CGI frontend.
Package: lld
Description-md5: 39b52f07f105b329dd7852cce89ebb7d
Description-en: LLVM-based linker
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
Package: lld-10
Description-md5: 39b52f07f105b329dd7852cce89ebb7d
Description-en: LLVM-based linker
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
Package: lld-7
Description-md5: 39b52f07f105b329dd7852cce89ebb7d
Description-en: LLVM-based linker
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
Package: lld-8
Description-md5: 39b52f07f105b329dd7852cce89ebb7d
Description-en: LLVM-based linker
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
Package: lld-9
Description-md5: 39b52f07f105b329dd7852cce89ebb7d
Description-en: LLVM-based linker
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
Package: lldb
Description-md5: ead6eb91f74bd6143cb488df627284c1
Description-en: Next generation, high-performance debugger
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This is a dependency package providing the default version of lldb.
Package: lldb-10
Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f
Description-en: Next generation, high-performance debugger
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
Package: lldb-7
Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f
Description-en: Next generation, high-performance debugger
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
Package: lldb-8
Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f
Description-en: Next generation, high-performance debugger
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
Package: lldb-9
Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f
Description-en: Next generation, high-performance debugger
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
Package: lldpd
Description-md5: 4f097f2036684d8c2f91a8dc0e5f8db0
Description-en: implementation of IEEE 802.1ab (LLDP)
LLDP is an industry standard protocol designed to supplant
proprietary Link-Layer protocols such as Extreme's EDP (Extreme
Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of
LLDP is to provide an inter-vendor compatible mechanism to deliver
Link-Layer notifications to adjacent network devices.
.
This implementation provides LLDP sending and reception, supports
VLAN and includes an SNMP subagent that can interface to an SNMP
agent through AgentX protocol.
.
This daemon is also able to deal with CDP, SONMP, FDP and EDP
protocol. It also handles LLDP-MED extension.
Package: llvm
Description-md5: ffb2ad1faa8b9702532e67eba7253b5f
Description-en: Low-Level Virtual Machine (LLVM)
The Low-Level Virtual Machine (LLVM) is a collection of libraries and
tools that make it easy to build compilers, optimizers, Just-In-Time
code generators, and many other compiler-related programs.
.
This is a dependency package providing the default llvm package.
Package: llvm-10
Description-md5: 07d463911771b9679a5f0131f40992d4
Description-en: Modular compiler and toolchain technologies
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
The strengths of the LLVM infrastructure are its extremely
simple design (which makes it easy to understand and use),
source-language independence, powerful mid-level optimizer, automated
compiler debugging support, extensibility, and its stability and
reliability. LLVM is currently being used to host a wide variety of
academic research projects and commercial projects. LLVM includes C
and C++ front-ends, a front-end for a Forth-like language (Stacker),
a young scheme front-end, and Java support is in development. LLVM can
generate code for X96, SparcV10, PowerPC or many other architectures.
Package: llvm-10-dev
Description-md5: 29f654aa391c01f742a2023c872d7a49
Description-en: Modular compiler and toolchain technologies, libraries and headers
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the libraries and headers to develop applications
using llvm.
Package: llvm-10-doc
Description-md5: 19896d0a63f9911e3a7a7b85ecfac407
Description-en: Modular compiler and toolchain technologies, documentation
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package contains all documentation (extensive).
Package: llvm-10-examples
Description-md5: 61fee537b751bf39ce1ac5bf27ca3806
Description-en: Modular compiler and toolchain technologies, examples
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package contains examples for using LLVM, both in developing
extensions to LLVM and in using it to compile code.
Package: llvm-10-runtime
Description-md5: a2e425ebfc2fcd56b539f44a28559b4a
Description-en: Modular compiler and toolchain technologies, IR interpreter
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the minimal required to execute programs in LLVM
format.
Package: llvm-10-tools
Description-md5: 709eba32627c3c079585c05fc5963fe8
Description-en: Modular compiler and toolchain technologies, tools
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides tools for testing.
Package: llvm-7
Description-md5: e971ae25bca86cd8f4914ecf62f6301c
Description-en: Modular compiler and toolchain technologies
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
The strengths of the LLVM infrastructure are its extremely
simple design (which makes it easy to understand and use),
source-language independence, powerful mid-level optimizer, automated
compiler debugging support, extensibility, and its stability and
reliability. LLVM is currently being used to host a wide variety of
academic research projects and commercial projects. LLVM includes C
and C++ front-ends, a front-end for a Forth-like language (Stacker),
a young scheme front-end, and Java support is in development. LLVM can
generate code for X86, SparcV9, PowerPC or many other architectures.
Package: llvm-7-dev
Description-md5: 29f654aa391c01f742a2023c872d7a49
Description-en: Modular compiler and toolchain technologies, libraries and headers
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the libraries and headers to develop applications
using llvm.
Package: llvm-7-doc
Description-md5: 19896d0a63f9911e3a7a7b85ecfac407
Description-en: Modular compiler and toolchain technologies, documentation
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package contains all documentation (extensive).
Package: llvm-7-examples
Description-md5: 61fee537b751bf39ce1ac5bf27ca3806
Description-en: Modular compiler and toolchain technologies, examples
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package contains examples for using LLVM, both in developing
extensions to LLVM and in using it to compile code.
Package: llvm-7-runtime
Description-md5: a2e425ebfc2fcd56b539f44a28559b4a
Description-en: Modular compiler and toolchain technologies, IR interpreter
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the minimal required to execute programs in LLVM
format.
Package: llvm-7-tools
Description-md5: 709eba32627c3c079585c05fc5963fe8
Description-en: Modular compiler and toolchain technologies, tools
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides tools for testing.
Package: llvm-8
Description-md5: e971ae25bca86cd8f4914ecf62f6301c
Description-en: Modular compiler and toolchain technologies
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
The strengths of the LLVM infrastructure are its extremely
simple design (which makes it easy to understand and use),
source-language independence, powerful mid-level optimizer, automated
compiler debugging support, extensibility, and its stability and
reliability. LLVM is currently being used to host a wide variety of
academic research projects and commercial projects. LLVM includes C
and C++ front-ends, a front-end for a Forth-like language (Stacker),
a young scheme front-end, and Java support is in development. LLVM can
generate code for X86, SparcV9, PowerPC or many other architectures.
Package: llvm-8-dev
Description-md5: 29f654aa391c01f742a2023c872d7a49
Description-en: Modular compiler and toolchain technologies, libraries and headers
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the libraries and headers to develop applications
using llvm.
Package: llvm-8-doc
Description-md5: 19896d0a63f9911e3a7a7b85ecfac407
Description-en: Modular compiler and toolchain technologies, documentation
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package contains all documentation (extensive).
Package: llvm-8-examples
Description-md5: 61fee537b751bf39ce1ac5bf27ca3806
Description-en: Modular compiler and toolchain technologies, examples
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package contains examples for using LLVM, both in developing
extensions to LLVM and in using it to compile code.
Package: llvm-8-runtime
Description-md5: a2e425ebfc2fcd56b539f44a28559b4a
Description-en: Modular compiler and toolchain technologies, IR interpreter
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the minimal required to execute programs in LLVM
format.
Package: llvm-8-tools
Description-md5: 709eba32627c3c079585c05fc5963fe8
Description-en: Modular compiler and toolchain technologies, tools
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides tools for testing.
Package: llvm-9
Description-md5: c0407a823731253111d3bc7df8551893
Description-en: Modular compiler and toolchain technologies
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
The strengths of the LLVM infrastructure are its extremely
simple design (which makes it easy to understand and use),
source-language independence, powerful mid-level optimizer, automated
compiler debugging support, extensibility, and its stability and
reliability. LLVM is currently being used to host a wide variety of
academic research projects and commercial projects. LLVM includes C
and C++ front-ends, a front-end for a Forth-like language (Stacker),
a young scheme front-end, and Java support is in development. LLVM can
generate code for X96, SparcV9, PowerPC or many other architectures.
Package: llvm-9-dev
Description-md5: 29f654aa391c01f742a2023c872d7a49
Description-en: Modular compiler and toolchain technologies, libraries and headers
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the libraries and headers to develop applications
using llvm.
Package: llvm-9-doc
Description-md5: 19896d0a63f9911e3a7a7b85ecfac407
Description-en: Modular compiler and toolchain technologies, documentation
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package contains all documentation (extensive).
Package: llvm-9-examples
Description-md5: 61fee537b751bf39ce1ac5bf27ca3806
Description-en: Modular compiler and toolchain technologies, examples
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package contains examples for using LLVM, both in developing
extensions to LLVM and in using it to compile code.
Package: llvm-9-runtime
Description-md5: a2e425ebfc2fcd56b539f44a28559b4a
Description-en: Modular compiler and toolchain technologies, IR interpreter
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the minimal required to execute programs in LLVM
format.
Package: llvm-9-tools
Description-md5: 709eba32627c3c079585c05fc5963fe8
Description-en: Modular compiler and toolchain technologies, tools
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides tools for testing.
Package: llvm-dev
Description-md5: 839c8452aa522f4ab279ec24b671361f
Description-en: Low-Level Virtual Machine (LLVM), libraries and headers
The Low-Level Virtual Machine (LLVM) is a collection of libraries and
tools that make it easy to build compilers, optimizers, Just-In-Time
code generators, and many other compiler-related programs.
.
This is a dependency package providing the default libraries and headers.
Package: llvm-runtime
Description-md5: 32f47f27b29cdb85b9de3aecb3953a42
Description-en: Low-Level Virtual Machine (LLVM), bytecode interpreter
The Low-Level Virtual Machine (LLVM) is a collection of libraries and
tools that make it easy to build compilers, optimizers, Just-In-Time
code generators, and many other compiler-related programs.
.
This is a dependency package providing the default bytecode interpreter.
Package: lm-sensors
Description-md5: 491418ae94ae096e9d6b05b0cf47c351
Description-en: utilities to read temperature/voltage/fan sensors
Lm-sensors is a hardware health monitoring package for Linux. It allows you
to access information from temperature, voltage, and fan speed sensors. It
works with most newer systems.
.
This package contains programs to help you set up and read data from
lm-sensors.
Package: lmdb-doc
Description-md5: 76adb97f0851fb6cf4f777f7c68adab4
Description-en: Lightning Memory-Mapped Database doxygen documentation
This package contains the doxygen generated documentation and the man
pages for the LMDB library.
.
Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
key-value embedded data store developed for the OpenLDAP Project. It uses
memory-mapped files, so it has the read performance of a pure in-memory
database while still offering the persistence of standard disk-based
databases, and is only limited to the size of the virtual address space, (it
is not limited to the size of physical RAM).
Package: lmdb-utils
Description-md5: e456d80fa8a524a61833c95d96211e00
Description-en: Lightning Memory-Mapped Database Utilities
This package provides tools for manipulating LMDB databases:
* mdb_stat - LMDB environment status tool
* mdb_copy - LMDB environment copy tool
.
Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
key-value embedded data store developed for the OpenLDAP Project. It uses
memory-mapped files, so it has the read performance of a pure in-memory
database while still offering the persistence of standard disk-based
databases, and is only limited to the size of the virtual address space, (it
is not limited to the size of physical RAM).
Package: locales-all
Description-md5: c360552536cba624a24a347b513939dd
Description-en: GNU C Library: Precompiled locale data
This package contains the precompiled locale data for all supported locales.
A better alternative is to install the locales package and only select
desired locales, but it can be useful on a low-memory machine because some
locale files take a lot of memory to be compiled.
Package: lrzip
Description-md5: 3790656513d7f6048496d52bba0592cf
Description-en: compression program with a very high compression ratio
A compression program that can achieve very high compression
ratios and speed when used with large files. It uses the combined
compression algorithms of zpaq and lzma for maximum compression, lzo
for maximum speed, and the long range redundancy reduction of rzip.
It is designed to scale with increases with RAM size, improving
compression further. A choice of either size or speed optimizations
allows for either better compression than even lzma can provide, or
better speed than gzip, but with bzip2 sized compression levels.
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: lshw-gtk
Description-md5: 5db6f64eacd69eb948a83477966cd1db
Description-en: graphical information about hardware configuration
A small tool to provide detailed information on the hardware
configuration of the machine. It can report exact memory
configuration, firmware version, mainboard configuration, CPU version
and speed, cache configuration, bus speed, etc. on DMI-capable x86
systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64.
.
This package provides lshw-gtk (the GTK+ version)
Package: lttng-modules-dkms
Description-md5: a5bcab8927cca4938e9c6c31dce67928
Description-en: Linux Trace Toolkit (LTTng) kernel modules (DKMS)
The LTTng project aims at providing highly efficient tracing tools for Linux.
Its tracers help tracking down performance issues and debugging problems
involving multiple concurrent processes and threads. Tracing across multiple
systems is also possible.
.
This package contains the LTTng kernel modules. These provide additional
instrumentation (not found in the mainline kernel), the ring buffer library,
the tracer itself, and some additional utilities.
.
Installing on kernel versions prior to 2.6.38 might be possible, but has not
been tested.
Package: lua-guestfs
Description-md5: 5002198b3678c7401771813a5f89a4fc
Description-en: guest disk image management system - Lua bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the Lua bindings.
Package: lua-lpeg
Description-md5: 7b03d1547704cdb88762b282cc5bdeea
Description-en: LPeg library for the Lua language
LPeg is a new pattern-matching library for Lua, based on Parsing Expression
Grammars (PEGs). PEGs look similar to regular expressions or context-free
grammars in Backus-Naur form (BNF) notation. PEGs make a good replacement for
regular expressions, because they are strictly more powerful. For example, a
regular expression inherently cannot find matched pairs of parentheses, because
it is not recursive, but a PEG can.
Package: lua-lpeg-dev
Description-md5: 02e27799dfab8f8b8cce85c2bd902e93
Description-en: LPeg development files for the Lua language
This package contains the development files of the lpeg library,
useful to create a statically linked binary (like a C application or a
standalone Lua interpreter).
Documentation is also shipped within this package.
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: lubuntu-artwork
Description-md5: a9056d69b8e61831d93640a2dcee8bc9
Description-en: artwork for Lubuntu
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
Package: lubuntu-artwork-10-04
Description-md5: 9fc63315435dabb81150172218c31eb7
Description-en: artwork for Lubuntu - 10.04 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 10.04
Package: lubuntu-artwork-10-10
Description-md5: a024e10ef7ad01bf010574b7fb723af9
Description-en: artwork for Lubuntu - 10.10 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 10.10
Package: lubuntu-artwork-11-04
Description-md5: cc2083223ac0600eb6b68050a5476187
Description-en: artwork for Lubuntu - 11.04 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 11.04
Package: lubuntu-artwork-11-10
Description-md5: d447f5e95170dc886baad635dcfb0794
Description-en: artwork for Lubuntu - 11.10 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 11.10
Package: lubuntu-artwork-12-04
Description-md5: e0d084ebf2a968ac0a949712a88cd5ae
Description-en: artwork for Lubuntu - 12.04 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 12.04
Package: lubuntu-artwork-12-10
Description-md5: 4cb5d2aec56a64fcd37894b56f16e16d
Description-en: artwork for Lubuntu - 12.10 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 12.10
Package: lubuntu-artwork-13-04
Description-md5: face1a7db409067d65dfc65b3decb6c7
Description-en: artwork for Lubuntu - 13.04 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 13.04
Package: lubuntu-artwork-13-10
Description-md5: 27a74e16ef44eeef75b21b60dc6d2cce
Description-en: artwork for Lubuntu - 13.10 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 13.10.
Package: lubuntu-artwork-14-04
Description-md5: a60e344b661e53c5bed31ddef534d401
Description-en: artwork for Lubuntu - 14.04 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 14.04.
Package: lubuntu-artwork-14-10
Description-md5: 959a63338586f05af99a830fe780c5f9
Description-en: artwork for Lubuntu - 14.10 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 14.10.
Package: lubuntu-artwork-15-04
Description-md5: 4b085ba00720b1264b802ddc5c08cb26
Description-en: artwork for Lubuntu - 15.04 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 15.04.
Package: lubuntu-artwork-15-10
Description-md5: 734e2a9ecae883f2fecce02ab267e8c0
Description-en: artwork for Lubuntu - 15.10 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 15.10.
Package: lubuntu-artwork-16-04
Description-md5: 28bea80066473505649f8ff0fb1ef68b
Description-en: artwork for Lubuntu - 16.04 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 16.04.
Package: lubuntu-artwork-16-10
Description-md5: 8dcde6ddebdcf0ca68d5ab7d098c57f9
Description-en: artwork for Lubuntu - 16.10 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 16.10.
Package: lubuntu-artwork-17-04
Description-md5: 805e7d4a3d856ad50b04f0caebe71f20
Description-en: artwork for Lubuntu - 17.04 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 17.04.
Package: lubuntu-artwork-17-10
Description-md5: 456bca629beec6a7022589c1c0d100ef
Description-en: artwork for Lubuntu - 17.10 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 17.10.
Package: lubuntu-artwork-18-04
Description-md5: 3f7612996b2ea31521278f63f95cf128
Description-en: artwork for Lubuntu - 18.04 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 18.04.
Package: lubuntu-core
Description-md5: ae9c51f48a979c3505cd53dfc1cdb772
Description-en: Lubuntu Desktop environment - minimal installation
This metapackage package depends on the minimal components for an installation
of Lubuntu.
.
It is also used to help ensure proper upgrades, so it is recommended that it
not be removed.
Package: lubuntu-default-session
Description-md5: 0fd1313a7fe2cc27fa71d8a10c30a725
Description-en: Set default session to Lubuntu
This package sets the default session to Lubuntu by default.
Package: lubuntu-default-settings
Description-md5: 730943a528b08741e058cfc5a1b5d8f7
Description-en: default settings for Lubuntu
Various system settings tailored for Lubuntu.
Package: lubuntu-desktop
Description-md5: 4b566a27d2f6acd63de01fba297a527d
Description-en: Lubuntu Desktop environment
This metapackage package depends on all components of Lubuntu Desktop system.
.
It is also used to help ensure proper upgrades, but it can be safely removed
if you want to remove some applications installed by default.
Package: lubuntu-extra-sessions
Description-md5: 003c5534c3ac70d75475a840b82970d8
Description-en: extra session for different default settings of Lubuntu
Various system settings tailored for various version of Lubuntu.
Package: lubuntu-gtk-core
Description-md5: b752b72c61b49d2bc513c85bcd759219
Description-en: Lubuntu Desktop Gtk environment - minimal installation
This metapackage package depends on the minimal components for an installation
of Lubuntu Desktop system using Gtk and the LXDE environment.
.
It is also used to help ensure proper upgrades, but it can be safely removed
if you want to remove some applications installed by default.
Package: lubuntu-gtk-desktop
Description-md5: c8d0fe798ebd1758b776daa1b89bdd4b
Description-en: Lubuntu Desktop Gtk environment
This metapackage package depends on all components of Lubuntu Desktop system
using Gtk and the LXDE environment.
.
It is also used to help ensure proper upgrades, but it can be safely removed
if you want to remove some applications installed by default.
Package: lubuntu-icon-theme
Description-md5: 4f096ed27ffc40970dbbdb268ebd4f66
Description-en: icon theme for Lubuntu
This package contains a specific icon theme for Lubuntu.
Package: lubuntu-live-settings
Description-md5: 8120ee1e9353ada6b3ffdeed52d8938d
Description-en: default settings for Lubuntu live ISO
Various system settings tailored for Lubuntu ISO.
Package: lubuntu-lxpanel-icons
Description-md5: 2355157a78219389f964d930fe678be8
Description-en: panel specific icons for Lubuntu artwork
This package contain specific lxpanel icons for Lubuntu theme.
Package: lubuntu-nexus7-default-session
Description-md5: 2cdbf7f3be1dc782844533ec6ebc9c16
Description-en: Set default session to Lubuntu Nexus7 version
This package sets the default session to Lubuntu Nexus7 version by default.
Package: lubuntu-nexus7-extra-files
Description-md5: 8e553787f14da905cddeb1380594aacc
Description-en: Extra files for the nexus7 session
This package contents extra files for the nexus7 session.
Package: lubuntu-qt-core
Description-md5: 10aa251e55a36af3e27416927286ac18
Description-en: Lubuntu Desktop Qt environment - minimal installation
This metapackage package depends on the minimal components for an installation
of Lubuntu Desktop system using Qt and the LXQt environment.
.
It is also used to help ensure proper upgrades, but it can be safely removed
if you want to remove some applications installed by default.
Package: lubuntu-qt-desktop
Description-md5: f2a02596cbca663cdea37dcf88fb88af
Description-en: Lubuntu Desktop Qt environment
This metapackage package depends on all components of Lubuntu Desktop system
using Qt and the LXQt environment.
.
It is also used to help ensure proper upgrades, but it can be safely removed
if you want to remove some applications installed by default.
Package: lvm2-dbusd
Description-md5: 58ae61149cfbcb7082b5065979973507
Description-en: LVM2 D-Bus daemon
This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM
supports enterprise level volume management of disk and disk subsystems
by grouping arbitrary disks into volume groups. The total capacity of
volume groups can be allocated to logical volumes, which are accessed as
regular block devices.
.
This package includes the D-Bus daemon.
Package: lvm2-lockd
Description-md5: 616fa34a9f75aed256bed16729c930bd
Description-en: LVM locking daemon
This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM
supports enterprise level volume management of disk and disk subsystems
by grouping arbitrary disks into volume groups. The total capacity of
volume groups can be allocated to logical volumes, which are accessed as
regular block devices.
.
LVM commands use lvmlockd to coordinate access to shared storage.
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: lxd-tools
Description-md5: 0dfa59a5cd7d8576e3182fb10faa4e93
Description-en: Container hypervisor based on LXC - extra tools
LXD offers a REST API to remotely manage containers over the network,
using an image based workflow and with support for live migration.
.
This package contains extra tools provided with LXD.
- fuidshift - A tool to map/unmap filesystem uids/gids
- lxc-to-lxd - A tool to migrate LXC containers to LXD
- lxd-benchmark - A benchmarking tool for LXD
Package: lxgames-default-session
Description-md5: 1f89d46dd39b16203d26aa18342a2409
Description-en: Set default session to lxgames
This package sets the default session to lxgames by default.
Package: lyx
Description-md5: 8d42dce15e6499d7299de9ed8a95e051
Description-en: document processor
LyX is an almost WYSIWYG-frontend for LaTeX. It makes the power and
typesetting quality of LaTeX available for people who are used to
word processors. Since LyX supports LaTeX's concept of general
mark-ups, it is even easier and faster to create professional quality
documents with it than with usual word processors. It is also
possible to use LaTeX commands within LyX, so nothing of LaTeX's
power is lost.
.
You can extend the functionality of LyX by installing these packages:
* chktex: check for typographical errors
* gnuhtml2latex: import HTML documents
* groff: improved table formatting in plain text exports
* librsvg2-bin, inkscape: use the SVG image format in LyX documents
* linuxdoc-tools: export SGML LinuxDoc documents
* mythes-*: use the OpenOffice.org/LibreOffice Thesaurus
* noweb: import noweb files
* rcs: integrated version control
* sgmltools-lite: export SGML DocBook documents
* texlive-xetex: use the XeTeX typesetting system
* wv: import MS Word documents
Package: lyx-common
Description-md5: 05751d4518079e93eb479a02877c43a8
Description-en: architecture-independent files for LyX
This package contains LyX's common files which are not
architecture-dependent. See the lyx package for a description of LyX
itself.
Package: maas-dns
Description-md5: 011c20c2c247049a35c1f87be1d6c693
Description-en: dummy transitional package for MAAS DNS server
This package can be safely removed, as the configuration this package
performed is now integrated in 'maas-region-api'.
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: mediathekview
Description-md5: 9a8934c0155e368af01a5c78e9d60aed
Description-en: view streams from German public television stations
This application searches for various media center video content of the German
television program (ARD, ZDF, Arte, 3Sat, MDR, ORF, SRF and many more).
You can watch, download and even subscribe to an offered show.
Package: mencoder
Description-md5: 3e0b1c03e45777592769ce1aa7a30c28
Description-en: MPlayer's Movie Encoder
MPlayer plays most MPEG, VOB, AVI, Ogg/OGM, VIVO,
ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files,
supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. It can
also play VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies.
.
This package contains mencoder, a simple movie encoder, designed to
encode MPlayer-playable movies
(AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET) to other
MPlayer-playable formats. It can encode with various codecs, like DivX4
(1 or 2 passes), libavcodec, PCM/MP3/VBRMP3 audio. Also has stream
copying and video resizing capabilities.
Package: menu
Description-md5: 0145fb4173b2e75d0c60cc61c6089403
Description-en: generates programs menu for all menu-aware applications
Debian menu keeps transparently the menus in the different
window-managers in sync with the list of installed programs.
.
Debian menu relies on a list of menu entries provided by programs
and a list of menu-methods provided by window-managers and other
menu-aware applications.
.
Menu provides system-level and user-level configuration and overrides
for both menu entries and menu-methods.
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: mesa-opencl-icd
Description-md5: 10fe1749fa432fa001ccca2f3b268b84
Description-en: free implementation of the OpenCL API -- ICD runtime
This package contains the mesa implementation of the OpenCL (Open Compute
Language) library, which is intended for use with an ICD loader. OpenCL
provides a standardized interface for computational analysis on graphical
processing units.
Package: mesa-va-drivers
Description-md5: c89bbf6e4f80a47acafd5858be814f3c
Description-en: Mesa VA-API video acceleration drivers
These libraries provide the Video Acceleration API (VA-API) for Unix.
They provide accelerated video playback (incl. H.264) and video
post-processing for the supported graphics cards.
.
This package enables support for VA-API for some gallium drivers.
Package: mesa-vulkan-drivers
Description-md5: de68f7559174261711b175701783338c
Description-en: Mesa Vulkan graphics drivers
Vulkan is a low-overhead 3D graphics and compute API. This package
includes Vulkan drivers provided by the Mesa project.
Package: meson
Description-md5: 05e8ad52532257641a3b106a0836e789
Description-en: high-productivity build system
Meson is a build system designed to increase programmer
productivity. It does this by providing a fast, simple and easy to
use interface for modern software development tools and practices.
Package: metacity
Description-md5: 06e64374861a42f6f96cc5a654ad56b1
Description-en: lightweight GTK+ window manager
Metacity is a small window manager, using GTK+ to do everything.
.
As the author says, metacity is a "Boring window manager for the adult in
you. Many window managers are like Marshmallow Froot Loops; Metacity is
like Cheerios."
.
This package contains the core binaries.
Package: metacity-common
Description-md5: 386fc245b801260f4b7c75b1915cb1ee
Description-en: shared files for the Metacity window manager
Metacity is a small window manager, using GTK+ to do everything.
.
As the author says, metacity is a "Boring window manager for the adult in
you. Many window managers are like Marshmallow Froot Loops; Metacity is
like Cheerios."
.
This package contains the shared files.
Package: metaphlan2
Description-md5: 3b2f7f0abf7727c8176639b50ed2f548
Description-en: Metagenomic Phylogenetic Analysis
MetaPhlAn is a computational tool for profiling the composition of
microbial communities (Bacteria, Archaea, Eukaryotes and Viruses) from
metagenomic shotgun sequencing data with species level resolution. From
version 2.0, MetaPhlAn is also able to identify specific strains (in the
not-so-frequent cases in which the sample contains a previously
sequenced strains) and to track strains across samples for all species.
.
MetaPhlAn 2.0 relies on ~1M unique clade-specific marker genes (the
marker information file can be found at
usr/share/metaphlan2/utils/markers_info.txt.bz2) identified from
~17,000 reference genomes (~13,500 bacterial and archaeal, ~3,500 viral,
and ~110 eukaryotic), allowing:
.
* unambiguous taxonomic assignments;
* accurate estimation of organismal relative abundance;
* species-level resolution for bacteria, archaea, eukaryotes and
viruses;
* strain identification and tracking
* orders of magnitude speedups compared to existing methods.
* metagenomic strain-level population genomics
Package: milou
Description-md5: 59d39a86e2671ca8f1561bc6c25fd6e3
Description-en: Dedicated search plasmoid.
Milou can also be used as an alternative to KRunner, and
does provide application launching. The main difference
is that it concentrates more on searching.
Package: minidlna
Description-md5: 5b2d396f86d25a79b5ab8a1c34181623
Description-en: lightweight DLNA/UPnP-AV server targeted at embedded systems
MiniDLNA (aka ReadyDLNA) is server software with the aim of being
fully compliant with DLNA/UPnP-AV clients.
.
The minidlna daemon serves media files (music, pictures, and video)
to clients on your network. Example clients include applications
such as totem and xbmc, and devices such as portable media players,
smartphones, and televisions.
.
MiniDLNA is a simple, lightweight alternative to mediatomb, but has
fewer features. It does not have a web interface for administration
and must be configured by editing a text file.
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: mlock
Description-md5: afe8a4d97e103642cba447a9323f0878
Description-en: mailbox locking program
IMAP (Internet Message Access Protocol) is a method of accessing
electronic messages kept on a (possibly shared) mail server.
.
The UW (University of Washington) IMAP toolkit provides the c-client
mail-handling library supporting various network transport methods,
file system storage formats, and authentication and authorization
methods.
.
This package contains a program to lock mailbox files to avoid
corruption.
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: modem-manager-gui
Description-md5: 314225dccd2e8b945d86b7f542fc2542
Description-en: GUI front-end for ModemManager / Wader / oFono
This program is a simple graphical interface for ModemManager, Wader and oFono
daemon D-Bus interfaces. It can send, receive and store SMS messages,
send USSD requests and read answers in GSM7 and UCS2 formats,
and scan for available mobile networks.
Package: modem-manager-gui-help
Description-md5: 5f879eed9f510c9e12903bb146d91d81
Description-en: GUI front-end for ModemManager / Wader / oFono - documentation
This package contains the documentation.
Package: module-init-tools
Description-md5: 1b0992eebd45ca5ceadc775532a4f6a5
Description-en: transitional dummy package (module-init-tools to kmod)
This dummy package is provided to support the transition from
module-init-tools to kmod and should be removed afterwards.
Package: mongodb
Description-md5: 8fa8c030cb4f008d0ac716b496446f9d
Description-en: object/document-oriented database (metapackage)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
the following features:
.
* Collection oriented storage - easy storage of object-style data
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
* Efficient storage of binary data including large objects (e.g. videos)
* Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
This is a convenience metapackage that depends on all the mongodb parts:
the server, the clients and the development files (headers and library).
Package: mongodb-clients
Description-md5: 4a9a420d4a119483f9c8b9e74d827f5c
Description-en: object/document-oriented database (client apps)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
the following features:
.
* Collection oriented storage - easy storage of object-style data
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
* Efficient storage of binary data including large objects (e.g. videos)
* Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
This package contains the standard administrative shell (mongo) and other
utilities for administration or analysis of performance of the server.
Package: mongodb-server
Description-md5: d69ade9ea95f5bdcf2dfe5fc8001563b
Description-en: object/document-oriented database (managed server package)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
the following features:
.
* Collection oriented storage - easy storage of object-style data
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
* Efficient storage of binary data including large objects (e.g. videos)
* Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
This package installs MongoDB as a system service.
Package: mongodb-server-core
Description-md5: 835160aaa7a62f3c995d9b885528eeb9
Description-en: object/document-oriented database (server binaries package)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
the following features:
.
* Collection oriented storage - easy storage of object-style data
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
* Efficient storage of binary data including large objects (e.g. videos)
* Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
This package contains the database server (mongod) and sharding
server/load-balancer (mongos) binaries.
Package: monitoring-plugins
Description-md5: b40d74d84d0014181bbf82cd9cb4e665
Description-en: Plugins for nagios compatible monitoring systems (metapackage)
Plugins for nagios compatible monitoring systems like Naemon and Icinga.
.
This metapackage will install the entire suite of plugins for nagios
compatible monitoring systems.
If you are installing monitoring plugins on a remote "satellite" server
(using nagios-nrpe-server or nsca), you may be interested in the
monitoring-plugins-basic package.
Package: monitoring-plugins-basic
Description-md5: 0ebf82c1421b961a4c00adda72f8022b
Description-en: Plugins for nagios compatible monitoring systems (basic)
Plugins for nagios compatible monitoring systems like Naemon and Icinga. It
contains the following plugins:
.
check_apt, check_by_ssh, check_clamd, check_cluster,
check_dhcp, check_disk, check_dummy, check_file_age,
check_ftp, check_host, check_http, check_icmp,
check_ide_smart, check_imap, check_ircd, check_jabber,
check_load, check_log, check_mrtg, check_mrtgtraf,
check_nagios, check_nntp, check_nntps, check_nt,
check_ntp, check_ntp_peer, check_ntp_time, check_nwstat,
check_overcr, check_ping, check_pop, check_procs,
check_real, check_rta_multi, check_sensors, check_simap,
check_smtp, check_spop, check_ssh, check_ssmtp,
check_swap, check_tcp, check_time, check_udp,
check_ups, check_users
.
This package provides a basic set of plugins with minimal external
dependencies. It is not likely to be useful by itself unless you are
using a remote "satellite" system (using nagios-nrpe-server, check_by_ssh or
nsca, for example).
Package: monitoring-plugins-common
Description-md5: 47e82c7672ca4e789fe190e2cfb690cd
Description-en: Common files for plugins for nagios compatible monitoring
Common files for plugins for nagios compatible monitoring systems like Naemon
and Icinga.
.
This package contains common files which maybe needed for plugins.
Package: monitoring-plugins-standard
Description-md5: c115decf300bb04e719795e79a83f565
Description-en: Plugins for nagios compatible monitoring systems (standard)
Plugins for nagios compatible monitoring systems like Naemon and Icinga. It
contains the following plugins:
.
check_breeze, check_dbi, check_dig, check_disk_smb, check_dns,
check_flexlm, check_fping, check_game, check_hpjd, check_ifoperstatus,
check_ifstatus, check_ldap, check_ldaps, check_mailq, check_mysql,
check_mysql_query, check_oracle, check_pgsql, check_rpc, check_snmp,
check_wave
.
This package provides the suite of plugins that are most likely to be
useful on a central monitoring host. Some scripts need more packages installed
to work, which is implemented as recommends.
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: mozilla-devscripts
Description-md5: 291f485d42ad6a3415d16564ab6b0767
Description-en: Development scripts used by Mozilla's addons packages
This package contains mozilla-devscripts, a collection of scripts
based on Makefile inheritance meant for packaging Firefox's and
Icedove's extensions. These tools will help maintainers to build
link and install all XUL extensions properly following the policies
outlined by the Debian Mozilla Extension Maintainers team.
Package: mplayer
Description-md5: e1a06607c7bcbd25d2abd6bdf83b871b
Description-en: movie player for Unix-like systems
MPlayer plays most MPEG, VOB, AVI, Ogg/OGM, VIVO,
ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files,
supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. It can
also play VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies.
.
Another big feature of MPlayer is the wide range of supported output
drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev,
DirectFB, but also SDL.
.
Not all of the upstream code is distributed in the source tarball.
See the README.Debian and copyright files for details.
Package: mplayer-doc
Description-md5: c6fcbec0e0667e19084785de6460e973
Description-en: documentation for MPlayer
This package contains the HTML documentation for MPlayer, a movie player for
Unix-like systems. It is available in several languages.
.
You only need this package if you want to read the MPlayer manual. The manpages
are included in the regular MPlayer package.
Package: mplayer-gui
Description-md5: 9e3f05de5fceb175bfdc57b182d973d0
Description-en: movie player for Unix-like systems (GUI variant)
MPlayer plays most MPEG, VOB, AVI, Ogg/OGM, VIVO,
ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files,
supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. It can
also play VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies.
.
Another big feature of MPlayer is the wide range of supported output
drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev,
DirectFB, but also SDL.
.
This package includes the GUI variant of MPlayer.
Package: mstflint
Description-md5: 345fe383611bb8615a32788b5b6e0da3
Description-en: Mellanox firmware burning application and diagnostics tools
This package contains a burning tool and diagnostic tools for Mellanox
manufactured host channel adapters (HCA) and network interface cards (NIC).
.
This burning tool should be used only with Mellanox-manufactured
HCA/NIC cards. Using it with cards manufactured by other vendors may
be harmful to the cards (due to different configurations). Using the
diagnostic tools is normally safe for all HCAs/NICs.
Package: mumble
Description-md5: 07c8e9ffe77a700bb357718c18477b62
Description-en: Low latency encrypted VoIP client
Mumble is a low-latency, high quality voice chat program for gaming.
It features noise suppression, encrypted connections for both voice
and instant messaging, automatic gain control and low latency audio
with support for multiple audio standards. Mumble includes an in-game
overlay compatible with most open-source and commercial 3D applications.
Mumble is just a client and uses a non-standard protocol. You will need
a dedicated server to talk to other users. Server functionality is
provided by the package "mumble-server".
Package: mumble-server
Description-md5: 1fcced71b2a711c76977f8dc39491949
Description-en: Low latency encrypted VoIP server
Murmur is the VoIP server component for Mumble. Murmur is installed
in a system-wide fashion, but can also be run by individual users.
Each murmur process supports multiple virtual servers, each with their
own user base and channel list.
Package: munin
Description-md5: 397739392252923095c5812dbaad0fdf
Description-en: network-wide graphing framework (grapher/gatherer)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains the grapher/gatherer. You will only need one instance of
it in your network. It will periodically poll all the nodes in your network
it's aware of for data, which it in turn will use to create graphs and HTML
pages, suitable for viewing with your graphical web browser of choice.
.
It is also able to alert you if any value is outside of a preset boundary,
useful if you want to be alerted if a filesystem is about to grow full, for
instance. You can do this by making Munin run an arbitrary command when you
need to be alert it, or make use of the intrinsic Nagios support.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from to a live installation.
Package: munin-async
Description-md5: 390d7c71211032ea3977a22eb57cde62
Description-en: network-wide graphing framework (async master/client)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains munin-async and munin-asyncd which can
be used for (optional) asynchronous operation of munin-update.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from to a live installation.
Package: munin-common
Description-md5: 4501696e1323d02bbf33751c99858ea9
Description-en: network-wide graphing framework (common)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains the common perl modules that are used by both munin
and munin-node.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from to a live installation.
Package: munin-doc
Description-md5: a4995b39fb5c585937bfa04039cfed02
Description-en: network-wide graphing framework (documentation)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains all the documentation as POD files.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from to a live installation.
Package: munin-node
Description-md5: 7d6f3b57350a521bda7e61d4aa53a911
Description-en: network-wide graphing framework (node)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains the daemon for the nodes being monitored. You should
install it on all the nodes in your network. It will know how to extract all
sorts of data from the node it runs on, and will wait for the gatherer to
request this data for further processing.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from to a live installation.
Package: munin-plugins-core
Description-md5: 54f782cba4c609cd5afb2583f47afa8a
Description-en: network-wide graphing framework (plugins for node)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains the official plugins for the Munin node, capable of
extracting common values such as cpu usage, network usage, load average, and
so on.
.
Creating your own plugins which are capable of extracting other system-specific
values is very easy, and is often done in a matter of minutes.
You can also create plugins which relay information from other devices in your
network that can't run Munin, such as a switch or a server running another
operating system, by using SNMP or similar technology.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from to a live installation.
Package: munin-plugins-extra
Description-md5: eb78ec531b14cee1d0003a07603bedc8
Description-en: network-wide graphing framework (user contributed plugins for node)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains unsupported plugins for the Munin node, contributed by
various users of Munin.
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from to a live installation.
Package: munin-plugins-java
Description-md5: 072855de8e842c9eb4ce249c588de592
Description-en: network-wide graphing framework (java plugins for node)
Munin is a highly flexible and powerful solution used to create graphs of
virtually everything imaginable throughout your network, while still
maintaining a rattling ease of installation and configuration.
.
This package contains the java based plugins that are used by munin-node to
monitor Java Management Extensions (JMX).
.
Munin is written in Perl, and relies heavily on Tobi Oetiker's excellent
RRDtool. To see a real example of Munin in action, you can follow a link
from to a live installation.
Package: muon-discover
Description-md5: ee48f961c8881719c8385f4209af6b31
Description-en: Transitional package (muon-discover -> plasma-discover)
This is a transitional package for plasma-discover and can safely be
removed.
Package: muon-notifier
Description-md5: bfce46aa7846a97671b7403ebcf25e7f
Description-en: Transitional package (muon-notifier -> plasma-discover)
This is a transitional package updating muon-notifier to
plasma-discover and can safely be removed.
Package: muon-updater
Description-md5: a5a89755d08ad8768497066e1baafe1a
Description-en: Transitional package (muon-updater -> plasma-discover)
This is a transitional package updating muon-updater to plasma-discover
and can safely be removed.
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: nagios-plugins
Description-md5: fda37d0a9f01f8bf8947bb201c56d264
Description-en: transitional dummy package (nagios-plugins to monitoring-plugins)
This dummy package is provided to support the transition from
nagios-plugins to monitoring-plugins and should be removed afterwards.
Package: nagios-plugins-basic
Description-md5: c5b149733ce06cb98f266d7a4d31d06c
Description-en: transitional dummy package
This dummy package is provided to support the transition from
nagios-plugins-basic to monitoring-plugins-basic and should be removed
afterwards.
Package: nagios-plugins-common
Description-md5: 8b8aedbaa9ff63098752fdbc419f370d
Description-en: transitional dummy package
This dummy package is provided to support the transition from
nagios-plugins-common to monitoring-plugins-common and should be removed
afterwards.
Package: nagios-plugins-rabbitmq
Description-md5: 7925d49a50aa8065dade8bd2b1afa469
Description-en: Set of Nagios checks useful for monitoring a RabbitMQ server
They use the RabbitMQ management interface with is over HTTP and therefore have
a very light profile on the nagios server.
.
See the [documentation](http://www.rabbitmq.com/management.html) on the
RabbitMQ management interface for more details on what it provides.
Package: nagios-plugins-standard
Description-md5: 3258e47ca09fa5db78bc5ca04117c852
Description-en: transitional dummy package
This dummy package is provided to support the transition from
nagios-plugins-standard to monitoring-plugins-standard and should be removed
afterwards.
Package: nasm-mozilla
Description-md5: bc3dcab1162eb9b0f97c24bb0f3a90d0
Description-en: General-purpose x86 assembler
Netwide Assembler. NASM will currently output flat-form binary files,
a.out, COFF and ELF Unix object files, and Microsoft 16-bit DOS and
Win32 object files.
.
Also included is NDISASM, a prototype x86 binary-file disassembler
which uses the same instruction table as NASM.
.
NASM is released under the GNU Lesser General Public License (LGPL).
Package: nat-rtsp-dkms
Description-md5: f493d4d25622a96503c9334ef3eb209e
Description-en: Connection tracking and NAT support for RTSP
Real Time Streaming Protocol is a network control protocol designed for use in
entertainment and communications systems to control streaming media servers.
.
For example in France, the modem provided by Free ISP (Freebox) uses this
protocol to broadcast TV/radio channels on the LAN. This module is required
for any router between the modem and end-users.
Package: nbd-client
Description-md5: 50b5081db709f9bc399b8b74366d1d8f
Description-en: Network Block Device protocol - client
Network Block Device (NBD) is a client/server protocol that
emulates a block device (such as a hard disk, a floppy, or a CD-ROM)
over the network, thus giving the system the ability to swap over the
network, or to use raw network disk space for other purposes.
.
However, writing to one Network Block Device from different clients
simultaneously is not recommended, and would probably result in data
loss. If you want multiple clients to share a remote resource, use a
network file system such as NFS or Coda.
.
This package provides the client binary for NBD.
Package: ndctl
Description-md5: 0a141d9987f9d952fbcb150eb18163b9
Description-en: Utility for managing the nvdimm subsystem
The nvdimm subsystem defines a kernel device model and control message
interface for platform NVDIMM resources like those defined by the ACPI 6+ NFIT
(NVDIMM Firmware Interface Table).
.
This package contains an Utility for managing the nvdimm (non-volatile memory
device) subsystem in the Linux kernel.
Package: ndiswrapper
Description-md5: c523cfe08b170aec01d252cbc44fddb9
Description-en: Userspace utilities for the ndiswrapper Linux kernel module
Some vendors do not release specifications of the hardware or provide a
Linux driver for their wireless network cards. This project implements
Windows kernel API and NDIS (Network Driver Interface Specification) API
within Linux kernel. A Windows driver for wireless network card is then
linked to this implementation so that the driver runs natively, as though
it is in Windows, without binary emulation.
.
This package contains the userspace tools. You will also need the kernel
module package.
Package: ndiswrapper-dkms
Description-md5: 15f92c61c671c49f4b26763f35440d30
Description-en: Source for the ndiswrapper Linux kernel module (DKMS)
Some vendors do not release specifications of the hardware or provide a
Linux driver for their wireless network cards. This project implements
Windows kernel API and NDIS (Network Driver Interface Specification) API
within Linux kernel. A Windows driver for wireless network card is then
linked to this implementation so that the driver runs natively, as though
it is in Windows, without binary emulation.
.
This package provides the source code for ndiswrapper kernel module to be
build with dkms.
Package: ndiswrapper-source
Description-md5: 6f94d428f7e87a395a13699a49d22f73
Description-en: Source for the ndiswrapper Linux kernel module
Some vendors do not release specifications of the hardware or provide a
Linux driver for their wireless network cards. This project implements
Windows kernel API and NDIS (Network Driver Interface Specification) API
within Linux kernel. A Windows driver for wireless network card is then
linked to this implementation so that the driver runs natively, as though
it is in Windows, without binary emulation.
.
This package provides the source code for the ndiswrapper kernel module.
Package: needrestart
Description-md5: 17cb09a0640a0df1abcefed540877a37
Description-en: check which daemons need to be restarted after library upgrades
needrestart checks which daemons need to be restarted after library upgrades.
It is inspired by checkrestart from the debian-goodies package.
.
Features:
- supports (but does not require) systemd
- binary blacklisting (i.e. display managers)
- tries to detect required restarts of interpreter based daemons
(supports Java, Perl, Python, Ruby)
- tries to detect required resarts of containers (docker, LXC)
- tries to detect pending kernel upgrades
- tries to detect pending microcode upgrades for Intel CPUs
- could be used as nagios check_command
- fully integrated into apt/dpkg using hooks
Package: nemo
Description-md5: 2de74fdb31432279c715f87a45768e42
Description-en: File manager and graphical shell for Cinnamon
Nemo is the official file manager for the Cinnamon desktop. It allows one
to browse directories, preview files and launch applications associated
with them. It is also responsible for handling the icons on the Cinnamon
desktop. It works on local and remote filesystems.
.
Several icon themes and components for viewing different kinds of files
are available in separate packages.
Package: nemo-data
Description-md5: 2191910dfb2321d4a02010c25f7b6997
Description-en: File manager and graphical shell for Cinnamon (data files)
Nemo is the official file manager for the Cinnamon desktop. It allows one
to browse directories, preview files and launch applications associated
with them. It is also responsible for handling the icons on the Cinnamon
desktop. It works on local and remote filesystems.
.
This package contains pictures, localization files and other data
needed by nemo.
Package: nestopia
Description-md5: c02e1f7b534abfd9296773bda73bc923
Description-en: Nintendo Entertainment System/Famicom emulator
Nestopia is a cycle-accurate NES/Famicom emulator. It has a high
compatibility rate and support for many peripherals and input
devices.
.
Features:
* Save states
* Movie recording
* Game rewinding
* GUI or command line interface
* Emulation of NTSC, PAL, and Dendy systems
* Support for NES Zapper games
* Support for Famicom Disk System games
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: netfilter-persistent
Description-md5: d2e911db02aa18ecf7ea039c54fb2746
Description-en: boot-time loader for netfilter configuration
This package provides a loader for netfilter configuration using a
plugin-based architecture. It can load, flush and save a running
configuration. Extending netfilter-persistent with plugins is trvial and can
be done in any language.
Package: nettle-bin
Description-md5: b9c201f42c4b4fea02c357189015a9c0
Description-en: low level cryptographic library (binary tools)
Nettle is a cryptographic library that is designed to fit easily in more or
less any context: In crypto toolkits for object-oriented languages (C++,
Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
space.
.
It tries to solve a problem of providing a common set of cryptographic
algorithms for higher-level applications by implementing a
context-independent set of cryptographic algorithms. In that light, Nettle
doesn't do any memory allocation or I/O, it simply provides the
cryptographic algorithms for the application to use in any environment and
in any way it needs.
.
This package contains binary utilities that accompany the library:
.
- nettle-lfib-stream - generates a pseudo-random stream, using the Knuth
lfib (non-cryptographic) pseudo-random generator.
- sexp-conv - conversion tool for handling the different flavours of sexp
syntax.
- pkcs1-conv - converts PKCS#1 keys to sexp format.
- nettle-hash - command-line tool to compute message digests such as SHA-1.
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-fortisslvpn
Description-md5: f78a696714b7e5461d10e9fd4bb1a5f2
Description-en: network management framework (Fortinet SSLVPN 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 Fortinet SSLVPN.
Package: network-manager-fortisslvpn-gnome
Description-md5: 290f772ef315306502f1e3e3c238454e
Description-en: network management framework (Fortinet SSLVPN 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 Fortinet SSLVPN
plugin.
Package: network-manager-openconnect
Description-md5: 88b5a81f30ce82fb24bf07d6424464c4
Description-en: network management framework (OpenConnect 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 OpenConnect, an open client for
Cisco's AnyConnect SSL VPN.
Package: network-manager-openconnect-gnome
Description-md5: 5751f7bf0985d1bb56569880acfc7e77
Description-en: network management framework (OpenConnect 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 OpenConnect plugin.
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: neutron-bgp-dragent
Description-md5: ff8bfa713accd9acf3585e7dfe788442
Description-en: OpenStack Neutron Dynamic Routing - Agent
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.
.
Neutron dynamic routing enables advertisement of self-service (private)
network prefixes to physical network devices that support dynamic routing
protocols such as routers, thus removing the conventional dependency on static
routes.
.
It advertises three classes of routes:
* Host routes for floating IP addresses hosted on non-DVR routers, the
nexthop is the centralized router.
* Host routes for floating IP addresses hosted on DVR routers, the nexthop is
the appropriate compute node.
* Prefix routes for directly routable tenant networks with address scopes,
the nexthop is the centralized router, the same for DVR and CVR.
.
Neutron dynamic routing consists of service plug-in and agent. The service
plug-in implements the Networking service extension and the agent manages
dynamic routing protocol peering sessions. The plug-in communicates with the
agent through RPC.
.
This package contains the Dynamic Routing agent.
Package: neutron-dynamic-routing-common
Description-md5: de43144c27254d31aa4dea1da5761640
Description-en: OpenStack Neutron Dynamic Routing - common files
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.
.
Neutron dynamic routing enables advertisement of self-service (private)
network prefixes to physical network devices that support dynamic routing
protocols such as routers, thus removing the conventional dependency on static
routes.
.
It advertises three classes of routes:
* Host routes for floating IP addresses hosted on non-DVR routers, the
nexthop is the centralized router.
* Host routes for floating IP addresses hosted on DVR routers, the nexthop is
the appropriate compute node.
* Prefix routes for directly routable tenant networks with address scopes,
the nexthop is the centralized router, the same for DVR and CVR.
.
Neutron dynamic routing consists of service plug-in and agent. The service
plug-in implements the Networking service extension and the agent manages
dynamic routing protocol peering sessions. The plug-in communicates with the
agent through RPC.
.
This package contains common files.
Package: neutron-macvtap-agent
Description-md5: e60c41b51b193c7b7bd59c74ab9bbcd9
Description-en: Neutron is a virtual network service for Openstack - Macvtap L2 Agent
Neutron is a virtual network service for Openstack, and a part of
Netstack. Just like OpenStack Nova provides an API to dynamically
request and configure virtual servers, Neutron provides an API to
dynamically request and configure virtual networks. These networks
connect "interfaces" from other OpenStack services (e.g., virtual NICs
from Nova VMs). The Neutron API supports extensions to provide
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
etc.)
.
This package provides the Macvtap L2 Agent.
Package: neutron-metering-agent
Description-md5: 65dae36f4a24be77bcb88d08a02f05f3
Description-en: Neutron is a virtual network service for Openstack - metering agent
Neutron is a virtual network service for Openstack, and a part of
Netstack. Just like OpenStack Nova provides an API to dynamically
request and configure virtual servers, Neutron provides an API to
dynamically request and configure virtual networks. These networks
connect "interfaces" from other OpenStack services (e.g., virtual NICs
from Nova VMs). The Neutron API supports extensions to provide
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
etc.)
.
This package provides the metering agent.
Package: neutron-plugin-linuxbridge-agent
Description-md5: 2b3933b495672e8963f37054b8e8ffbe
Description-en: Transitional package for neutron-linuxbridge-agent
Neutron is a virtual network service for Openstack, and a part of
Netstack. Just like OpenStack Nova provides an API to dynamically
request and configure virtual servers, Neutron provides an API to
dynamically request and configure virtual networks. These networks
connect "interfaces" from other OpenStack services (e.g., virtual NICs
from Nova VMs). The Neutron API supports extensions to provide
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
etc.)
.
This package is a transitional package and can be safely removed.
Package: neutron-plugin-openvswitch-agent
Description-md5: 739a968407df5f0c9d1119f1ce56c018
Description-en: Transitional package for neutron-openvswitch-agent
Neutron is a virtual network service for Openstack, and a part of
Netstack. Just like OpenStack Nova provides an API to dynamically
request and configure virtual servers, Neutron provides an API to
dynamically request and configure virtual networks. These networks
connect "interfaces" from other OpenStack services (e.g., virtual NICs
from Nova VMs). The Neutron API supports extensions to provide
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
etc.)
.
This package is a transitional package and can be safely removed.
Package: neutron-plugin-sriov-agent
Description-md5: ade5136ccbce440e1010705aab7e6c1a
Description-en: Transitional package for neutron-sriov-agent
Neutron is a virtual network service for Openstack, and a part of
Netstack. Just like OpenStack Nova provides an API to dynamically
request and configure virtual servers, Neutron provides an API to
dynamically request and configure virtual networks. These networks
connect "interfaces" from other OpenStack services (e.g., virtual NICs
from Nova VMs). The Neutron API supports extensions to provide
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
etc.)
.
This package is a transitional package and can be safely removed.
Package: neutron-sriov-agent
Description-md5: 42989299f1b85c4fc6eccec9138ca534
Description-en: Neutron is a virtual network service for Openstack - SR-IOV agent
Neutron is a virtual network service for Openstack, and a part of
Netstack. Just like OpenStack Nova provides an API to dynamically
request and configure virtual servers, Neutron provides an API to
dynamically request and configure virtual networks. These networks
connect "interfaces" from other OpenStack services (e.g., virtual NICs
from Nova VMs). The Neutron API supports extensions to provide
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
etc.)
.
This package provides the Mellanox SR-IOV agent.
Package: newlib-source
Description-md5: 1a43d500b6359fa0802bf4b2d3bbe002
Description-en: C library and math library intended for use on embedded systems (source)
Newlib is a C library and math library intended for use on embedded systems.
It is a conglomeration of several library parts, all under free software
licenses that make them easily usable on embedded products.
.
This package contains the newlib library source tarball.
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-bl
Description-md5: d736d684f83ac937d352b03669c44038
Description-en: access multiple buffers with Buffer interface - Node.js module
bl is a storage object for collections of Node.js Buffers, exposing them with
the main Buffer readable API. Also works as a duplex stream so you can collect
buffers from a stream that emits them and emit buffers to a stream that
consumes them.
.
Node.js is an event-based server-side JavaScript engine.
Package: node-css-what
Description-md5: 7887ab7768ec3560e0f768a8e998754e
Description-en: CSS selector parser
This module contains a CSS selector parser.
.
The function returns a two-dimensional array. The first array represents
selectors separated by commas (eg. sub1, sub2), the second contains the
relevant tokens for that selector.
.
Node.js is an event-based server-side JavaScript engine.
Package: node-eventsource
Description-md5: 2d9bfa4513c4fdd2f1f472033886876b
Description-en: W3C compliant EventSource client for Node.js
This library implements the EventSource client for Node.js.
The API aims to be W3C compatible.
.
Node.js is an event-based server-side JavaScript engine.
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: node-hawk
Description-md5: 11050b4870efe8512ecf3589f21d771c
Description-en: HTTP Hawk Authentication Scheme
Hawk is an HTTP authentication scheme using a message authentication code
(MAC) algorithm to provide partial HTTP request cryptographic verification.
For more complex use cases such as access delegation, see Oz.
.
Node.js is an event-based server-side JavaScript engine.
Package: node-json-schema
Description-md5: df78411b90d50bf76a267d3a310942f0
Description-en: JSON Schema validation and specifications
JSON Schema is a repository for the JSON Schema specification, reference
schemas and a CommonJS implementation of JSON Schema (not the only JavaScript
implementation of JSON Schema, JSV is another excellent JavaScript validator).
.
Node.js is an event-based server-side JavaScript engine.
Package: node-minimatch
Description-md5: 1eb4388b667ee4f8d0ff7553d0d0e6a1
Description-en: Convert glob expressions into RegExp objects for Node.js
A pure javascript, not strictly compatible, implementation of fnmatch/glob.
Supports negation, comment, double-star, brace expansion.
.
Node.js is an event-based server-side javascript engine.
Package: node-moment
Description-md5: 4db150f8a4fc67daf457c78fba7b1de5
Description-en: Work with dates in JavaScript (Node.js module)
A lightweight JavaScript date library to parse, validate,
manipulate and format dates.
.
Node.js is an event-based server-side JavaScript engine.
Package: node-nth-check
Description-md5: 87cadb861e1b70a6cdb8713f4b979f77
Description-en: performant nth-check parser & compiler
This module can be used to parse & compile nth-checks, as they are found
in CSS 3's nth-child() and nth-last-of-type().
.
nth-check focusses on speed, providing optimized functions for different
kinds of nth-child formulas, while still following the spec.
.
Node.js is an event-based server-side JavaScript engine.
Package: node-object-path
Description-md5: 1326ba86a9e00ca5da814d3c786a2a7b
Description-en: Access deep object properties using a path
Node.js module to access (get, set, insert, delete, test) deep
object properties using dot-separated paths.
.
Node.js is an event-based server-side JavaScript engine.
Package: node-tap
Description-md5: a190a3f8b3123b1ed07912fed5fbc0d2
Description-en: Test-Anything-Protocol module for Node.js
Utilities for writing test harnesses complying with TAP output format.
.
TAP is a simple text-based interface between testing modules
implemented in many popular languages.
.
This package includes leaf package node-bind-obj-methods,
node-fs-exists-cached, node-function-loop, node-own-or, node-own-or-env,
node-trivial-deferred, node-tsame, node-yapool
.
Node.js is an event-based server-side JavaScript engine.
Package: node-thenify
Description-md5: 6eade1ced51fc142af2e90332eedd78a
Description-en: Promisify a callback-based function
Some features of this module:
- Preserves function names
- Uses a native promise implementation if available and tries to fall back to
a promise implementation such as bluebird
- Converts multiple arguments from the callback into an Array, also support
change the behavior by options.multiArgs
- Resulting function never deoptimizes
- Supports both callback and promise style
An added benefit is that thrown errors in that async function will be caught
by the promise!
.
Node.js is an event-based server-side JavaScript engine.
Package: node-trim-newlines
Description-md5: fc76051f575c5886d69e7cce5d68ab43
Description-en: Trim newlines from start and/or end of a string
Trim newlines or line break from the start and/or end of a string
.
Node.js is an event-based server-side JavaScript engine.
Package: node-underscore
Description-md5: 398861d20e6c0b871219d43e35746ad1
Description-en: JavaScript's functional programming helper library - NodeJS
Underscore is a utility-belt library for JavaScript that provides a lot
of the functional programming support that you would expect in
Prototype.js (or Ruby), but without extending any of the built-in
JavaScript objects. It's the tie to go along with jQuery's tux.
.
Underscore provides 60-odd functions that support both the usual
functional suspects: map, select, invoke - as well as more specialized
helpers: function binding, javascript templating, deep equality
testing, and so on. It delegates to built-in functions, if present, so
modern browsers will use the native implementations of forEach, map,
reduce, filter, every, some and indexOf.
.
This package contains the NodeJS module.
Package: node-url-parse
Description-md5: 0e27d3fc10c5e075495ca0ecf3279b9f
Description-en: Parse URL in node using the URL module and in the browser using the DOM
The url-parse method exposes two different API interfaces. The url interface
that you know from Node.js and the new URL interface that is available in
the latest browsers.
.
Since 0.1 we've moved away from using the DOM's element for URL parsing
and moving to a full Regular Expression solution. The main reason for this
change is to make the URL parser available in different JavaScript
environments as you don't always have access to the DOM like Worker
environments. This module still have a really small foot print as this
module's main intention is to be bundled with client-side code. The only
problem however with a RegExp based solution is that it required a lot of
lookups causing major problems in FireFox. So the last and the current
solution was a pure string parsing solution which chops up the URL in
smaller pieces.
.
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: nscd
Description-md5: e8172254ec0df735a3e44c0f557100bc
Description-en: GNU C Library: Name Service Cache Daemon
A daemon which handles passwd, group and host lookups
for running programs and caches the results for the next
query. You should install this package only if you use
slow services like LDAP, NIS or NIS+.
Package: 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: nux-tools
Description-md5: b3c6b45df6daa78bd162d755577c83d1
Description-en: Visual rendering toolkit for real-time applications - tools
Nux is a graphical user interface toolkit for applications that mixes opengl
hardware acceleration with high quality visual rendering.
.
This package contains various tools for nux
Package: nvidia-common
Description-md5: f11494e618e154235d7240541a9fc755
Description-en: transitional package for ubuntu-drivers-common
This is a transitional package for ubuntu-drivers-common. You can remove it
after upgrading.
Package: ocrmypdf
Description-md5: 92e84e27a8b71a2a3c36765dc4aab039
Description-en: add an OCR text layer to PDF files
OCRmyPDF generates a searchable PDF/A file from a regular PDF
containing only images, allowing it to be searched.
.
It uses the Tesseract OCR engine and so supports all the languages
that Tesseract does.
.
Some other main features:
.
* Places OCR text accurately below the image to ease copy / paste
* Keeps the exact resolution of the original embedded images
* When possible, inserts OCR information as a lossless operation
without rendering vector information
* Keeps file size about the same
* If requested deskews and/or cleans the image before performing OCR
* Validates input and output files
* Provides debug mode to enable easy verification of the OCR results
* Processes pages in parallel when more than one CPU core is
available
* Battle-tested on thousands of PDFs, a test suite and continuous
integration.
Package: ocrmypdf-doc
Description-md5: 12c145a1bdad6136f096d97798164403
Description-en: add an OCR text layer to PDF files - documentation
OCRmyPDF generates a searchable PDF/A file from a regular PDF
containing only images, allowing it to be searched.
.
It uses the Tesseract OCR engine and so supports all the languages
that Tesseract does.
.
This package includes OCRmyPDF's HTML documentation.
Package: oem-config-kde
Description-md5: 97a76af3c01b8626949160b1d8f526ba
Description-en: KDE frontend for end-user post-OEM-install configuration
The oem-config script re-asks a number of questions that are normally asked
during installation, and reconfigures the system accordingly. This allows a
vendor to install a skeleton system, clone it onto a large number of
machines, and ship it to end users, while still allowing end users to set
up their own username and password, language, timezone, and so on.
.
This is a KDE frontend to oem-config.
Package: oem-config-remaster
Description-md5: b888546fc6f218e1af4c6b8e46901fd5
Description-en: Remaster a CD with additional oem-config functionality
This script remasters a CD with additional packages and optional oem-config
preseed data.
Package: open-vm-tools-desktop
Description-md5: 0a75baf603aed1d261cb9d62936d3c0d
Description-en: Open VMware Tools for virtual machines hosted on VMware (GUI)
The Open Virtual Machine Tools (open-vm-tools) project is an open source
implementation of VMware Tools. It is a suite of virtualization utilities and
drivers to improve the functionality, user experience and administration of
VMware virtual machines.
.
This package contains the user-space programs and libraries that are essential
for improved user experience of VMware virtual machines.
Package: openafs-client
Description-md5: 2d948f9c8a661ee8bc5d31e3f8cd9962
Description-en: AFS distributed filesystem client support
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides basic client support to mount and manipulate
AFS. If your site uses Kerberos v5 authentication for AFS, you will also
want to install openafs-krb5.
Package: openafs-dbserver
Description-md5: 900518e8d991aca7a295eb31861c8d53
Description-en: AFS distributed filesystem database server
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides AFS database server binaries. It should be
installed on the servers that will act as volume location and
protection servers.
Package: openafs-doc
Description-md5: dfed3aa1cb0c1548af7ed6d6191c122f
Description-en: AFS distributed filesystem documentation
AFS is a distributed filesystem allowing cross-platform sharing of files
among multiple computers. Facilities are provided for access control,
authentication, backup and administrative management.
.
This package contains the OpenAFS user's and reference manuals, some
protocol documentation, and other OpenAFS documentation.
Package: openafs-fileserver
Description-md5: 6f505856f48ff78dd8989e4474f85129
Description-en: AFS distributed filesystem file server
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides the AFS fileserver binaries. It should be
installed on any machine that will export files into AFS.
Package: openafs-fuse
Description-md5: 5b93a5360d9c82b3edf7a7962b3ba594
Description-en: AFS distributed file system experimental FUSE client
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides an experimental FUSE implementation of the AFS
client as afsd.fuse. This currently only provides read-only access to
AFS, doesn't work with all of the normal AFS client programs, and must be
started manually, but may be of interest in situations where read-only
access is sufficient and the kernel module cannot be built.
Package: openafs-krb5
Description-md5: f601778f8cbfe2c4f9aa8e886d6408dc
Description-en: AFS distributed filesystem Kerberos 5 integration
AFS is a distributed filesystem allowing cross-platform sharing of files
among multiple computers. Facilities are provided for access control,
authentication, backup and administrative management.
.
This package provides aklog, a utility for authenticating to AFS using
Kerberos 5. It also provides asetkey, a utility to set AFS server keys
from a Kerberos keytab, and ka-forwarder, a utility to forward kaserver
requests to a KDC using fakeka.
Package: openafs-modules-dkms
Description-md5: 959c8c641c8855622b3e660d47f8f210
Description-en: AFS distributed filesystem kernel module DKMS source
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package contains the source for the AFS kernel module, packaged with
appropriate configuration for DKMS to build new modules dynamically.
Package: openafs-modules-source
Description-md5: 01e11a95da0fec3f0bbe15d0a3897346
Description-en: AFS distributed filesystem kernel module source
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
control, authentication, backup and administrative management.
.
This package provides the source to the AFS kernel module in a form
suitable for use by module-assistant or kernel-package.
Package: openbox
Description-md5: a149da1397ca2f3f11e63c95dce5ef4d
Description-en: standards-compliant, fast, light-weight and extensible window manager
Openbox works with your applications, and makes your desktop easier to manage.
This is because the approach to its development was the opposite of what seems
to be the general case for window managers. Openbox was written first to
comply with standards and to work properly. Only when that was in place did
the team turn to the visual interface.
.
Openbox is fully functional as a stand-alone working environment, or can be
used as a drop-in replacement for the default window manager in the GNOME or
KDE desktop environments.
.
Openbox 3 is a completely new breed of window manager. It is not based upon
any existing code base, although the visual appearance has been based upon
that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase.
.
Some of the things to look for in Openbox are:
.
* ICCCM and EWMH compliance!
* Very fast
* Chainable key bindings
* Customizable mouse actions
* Window resistance
* Multi-head Xinerama support!
* Pipe menus
Package: openbox-dev
Description-md5: c4c1c6dc43a98aaed1a0c4558280f752
Description-en: development files for the openbox window manager
Openbox works with your applications, and makes your desktop easier to manage.
This is because the approach to its development was the opposite of what seems
to be the general case for window managers. Openbox was written first to
comply with standards and to work properly. Only when that was in place did
the team turn to the visual interface.
.
Openbox is fully functional as a stand-alone working environment, or can be
used as a drop-in replacement for the default window manager in the GNOME or
KDE desktop environments.
.
Openbox 3 is a completely new breed of window manager. It is not based upon
any existing code base, although the visual appearance has been based upon
that of Blackbox. Openbox 2 was based on the Blackbox 0.65.0 codebase.
.
This package contains the development headers for building openbox stuff.
Package: openbox-gnome-session
Description-md5: 2a9bbcdb426b9c980a758b893e537118
Description-en: command line utility to run Openbox as GNOME session
openbox-gnome-session can provide GNOME session with openbox as
a default window manager. It can replace the original window manager
in GNOME Shell and GNOME Fallback sessions.
Package: openbox-kde-session
Description-md5: c225f2cf8568cc9031fd39ad3e4174a9
Description-en: command line utility to run Openbox as KDE SC session
openbox-kde-session can provide KDE SC session with openbox as
a default window manager. Can replace the original window manager
called KWin.
Package: openconnect
Description-md5: 64ffa32e1e6e2b26035af1adedcc12cd
Description-en: open client for Cisco AnyConnect VPN
OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by
the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800,
2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others.
OpenConnect also supports the Pulse Connect Secure SSL VPN, formerly known as
the Juniper SSL VPN or the Junos Pulse VPN.
Package: opencryptoki
Description-md5: 56b253ffe8e457a6f3acbdd3c6a66a12
Description-en: PKCS#11 implementation (daemon)
openCryptoki is a PKCS#11 Cryptographic Token Interface Standard
implementation. It includes drivers and libraries to enable IBM cryptographic
hardware such as Trusted Computing Platform (TPM) cryptographic devices as well
as a software token for testing.
.
This package contains the daemon.
Package: 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: opendmarc
Description-md5: 19a5d74cb9664470eaeeaf7a57a18873
Description-en: Milter implementation of DMARC
Domain-based Message Authentication, Reporting and Conformance (DMARC),
builds on the successes of technologies such as DomainKeys Identified Mail
(DKIM) and the Sender Policy Framework (SPF) to create an infrastructure that
enforces policy on domain names that are visible to end users, and creates a
feedback framework for identifying and tracking fraudulent use of domain
names in email. It uses OpenDBX as an interface layer to various SQL back
ends.
.
It provides the following new capabilities:
.
A binding between the domain name seen in the From: field of a message and
one or both of the domain names verified by DKIM and SPF;
.
The capability to request that receivers enforce strict message
authentication policy published by the author; and Comprehensive reporting,
both forensic and aggregate, regarding suspect messages.
.
This package contains the OpenDMARC mail filter (Milter) for plugging into
Milter-aware MTAs. It implements support for both message reject and DMARC
failure reporting.
Package: openexr
Description-md5: df2e7dd14eff4a12449119460fbd674c
Description-en: command-line tools for the OpenEXR image format
OpenEXR is a high dynamic-range (HDR) image file format developed by
Industrial Light & Magic for use in computer imaging applications.
.
OpenEXR's features include:
* Higher dynamic range and colour precision than existing 8- and
10-bit image file formats.
* Support for the "half" 16-bit floating-point pixel format.
* Multiple lossless image compression algorithms. Some of the
included codecs can achieve 2:1 lossless compression ratios on
images with film grain.
* Extensibility. New compression codecs and image types can easily
be added by extending the C++ classes included in the OpenEXR
software distribution. New image attributes (strings, vectors,
integers, etc.) can be added to OpenEXR image headers without
affecting backward compatibility with existing OpenEXR
applications.
.
This package contains the following tools:
* exrheader, a utility for dumping header information.
* exrstdattr, a utility for modifying OpenEXR standard attributes.
* exrmaketiled, for generating tiled and rip/mipmapped images.
* exrenvmap, for creating OpenEXR environment maps.
* exrmakepreview, for creating preview images for OpenEXR files.
Package: opengcs
Description-md5: 3567b534575a1a58390413720f96dd35
Description-en: Guest Compute Service for Linux Hyper-V Container
Open Guest Compute Service is a Linux-based open source project to
further the development of a production quality implementation of
Linux Hyper-V container on Microsoft Windows (LCOW).
It's designed to run inside a custom Linux OS for supporting Linux
container payload.
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-17-dbg
Description-md5: d73cb0a41450fd194ce774f2b26510b8
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.
Package: openjdk-17-demo
Description-md5: 8c587e17f25fb354ef51e27e56507756
Description-en: Java runtime based on OpenJDK (demos and examples)
OpenJDK Java runtime
Package: openjdk-17-doc
Description-md5: 4689d9c1e14d405d15f0710639599643
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.
Package: openjdk-17-jdk
Description-md5: b9e7f4837238c34971e4a8b72ab7d045
Description-en: OpenJDK Development Kit (JDK)
OpenJDK is a development environment for building applications,
applets, and components using the Java programming language.
Package: openjdk-17-jdk-headless
Description-md5: 494a52f34d707a832270d6d51a78f511
Description-en: OpenJDK Development Kit (JDK) (headless)
OpenJDK is a development environment for building applications,
applets, and components using the Java programming language.
Package: openjdk-17-jre
Description-md5: 13097853553de1ab39cc189225a9cbaa
Description-en: OpenJDK Java runtime, using Hotspot JIT
Full Java runtime environment - needed for executing Java GUI and Webstart
programs, using Hotspot JIT.
Package: openjdk-17-jre-headless
Description-md5: 62c2c9689e617c48cc4480926d2ca785
Description-en: OpenJDK Java runtime, using Hotspot JIT (headless)
Minimal Java runtime - needed for executing non GUI Java programs,
using Hotspot JIT.
Package: openjdk-17-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-17-source
Description-md5: 5e4d8bbb398daa24b05478a4a3be42bf
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.
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: 675290db0de49757986666504c33f9b2
Description-en: OpenJDK Development Kit (JDK)
OpenJDK is a development environment for building applications,
applets, and components using the Java programming language.
.
This binary package extends the headless JDK with GUI-specific
utilities, libraries and, as necessary, package dependencies.
.
The packages are built using the IcedTea build support and patches
from the IcedTea project.
Package: openjdk-8-jdk-headless
Description-md5: 8728353da59d7b1608e908f191d9b820
Description-en: OpenJDK Development Kit (JDK) (headless)
OpenJDK is a development environment for building applications,
applets, and components using the Java programming language.
.
This binary package contains almost the full JDK, except for some
tools (appletviewer, jconsole) and headers (jawt) that make sense
only in GUI environments.
.
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: opensmtpd
Description-md5: be8df8944be13df6be34d92bf71cf048
Description-en: secure, reliable, lean, and easy-to configure SMTP server
The OpenSMTPD server seeks to be
* as secure as possible, and uses privilege separation to mitigate
possible security bugs
* as reliable as possible: any accepted email must not be lost
* lean: it covers typical usage cases instead of every obscure one
* easy to configure, with a configuration syntax reminiscent of the OpenBSD
Packet Filter's (PF)
* fast and efficient: it can handle large queues with reasonable performance
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: openstack-dashboard-ubuntu-theme
Description-md5: 40d46eeff72f593d414a29c360430556
Description-en: Transitional dummy package for Ubuntu theme for Horizon
This transitional package is safe to remove and use openstack-dashboard
instead, which now contains the Ubuntu theme.
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: osinfo-db
Description-md5: 6efa0e85594d3c825a34c7b1cd77db4a
Description-en: Operating system database files
libosinfo is a GObject based library API for managing information about
operating systems, hypervisors and the (virtual) hardware devices they
can support. It provides APIs to match/identify optimal devices for deploying
an operating system on a hypervisor.
.
This package contains the actual database files.
Package: oslo-messaging-zmq-receiver
Description-md5: a1c0c7b7b59d8823daca0b006c1fd1a3
Description-en: Oslo Messaging ZeroMQ receiver daemon
The Oslo Messaging API supports RPC and notifications over a number of
different messaging transports.
.
This package provides the ZeroMQ receiver which processes incoming
messages on all servers participating in a ZeroMQ messaging cluster.
Package: oss4-base
Description-md5: 0d56cd4a203c4dc1e4fd1d26c1be5b38
Description-en: Open Sound System - base package
Open Sound System (OSS) is an attempt in unifying
the digital audio architecture for UNIX.
.
This package contains various utilities for configuring
and using OSS
.
For OSS to work on a system with a given sound card, there must be
an OSS driver for that card in the kernel. For Linux,
a custom oss4-modules package can be built from the sources
in the oss4-source package using the module-assistant utility.
Package: oss4-dev
Description-md5: b51bd9a3e28e7022064236c66cd80481
Description-en: Open Sound System - development files
This package provides the header for OSS 4.x development.
You need this file if you want to build programs which use
the OSS 4.x API.
Package: oss4-dkms
Description-md5: f6a908efac09eb6cf3b2a93184b2014a
Description-en: Open Sound System - DKMS module sources
This package contains the source for the OSS4 kernel modules,
packaged with approriate configuration for DKMS to build new
modules dynamically.
Package: oss4-gtk
Description-md5: 81aca108082a237a188bfaad401886e7
Description-en: Open Sound System - simple GTK2-based mixer control
Open Sound System (OSS) is an attempt in unifying
the digital audio architecture for UNIX.
.
This package contains a GTK2-based mixer control program.
Package: oss4-source
Description-md5: 319c93ac7a728c354fdd083fd4aea4ca
Description-en: Open Sound System - drivers sources
This package provides the source code for the OSS4 kernel modules,
in a form suitable for use by module-assistant.
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: ovmf
Description-md5: f5518b7d256400637ca9512a6cfc4bac
Description-en: UEFI firmware for 64-bit x86 virtual machines
Open Virtual Machine Firmware is a build of EDK II for 64-bit x86 virtual
machines. It includes full support for UEFI, including Secure Boot, allowing
use of UEFI in place of a traditional BIOS in your VM.
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: oxygen-sounds
Description-md5: ca38ca5b54b2efe967e80405bf80d7ea
Description-en: Sounds for the Oxygen desktop theme
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the sounds.
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: packagekit-command-not-found
Description-md5: f46269a57fdaac0b45bc1962744cdaf3
Description-en: Offer to install missing programs automatically
PackageKit allows performing simple software management tasks over a DBus
interface e.g refreshing the cache, updating, installing and removing
software packages or searching for multimedia codecs and file handlers.
.
This package contains a simple handler for command_not_found that offers to
install missing packages on the command line using PackageKit.
Package: packagekit-gtk3-module
Description-md5: b4094b413124ff3eeddd6dcdb91ab037
Description-en: Install fonts automatically using PackageKit
PackageKit allows performing simple software management tasks over a DBus
interface e.g. refreshing the cache, updating, installing and removing
software packages or searching for multimedia codecs and file handlers.
.
The PackageKit GTK+ module allows any Pango application to install
fonts from configured repositories using PackageKit.
Package: packer
Description-md5: ffeec1df4bb7d2193e9c0c34c90da994
Description-en: tool for creating machine images for multiple platforms
Packer is an open source tool for creating identical machine images for
multiple platforms from a single source configuration. Packer is lightweight,
runs on every major operating system, and is highly performant, creating
machine images for multiple platforms in parallel. Packer does not replace
configuration management like Chef or Puppet. In fact, when building images,
Packer is able to use tools like Chef or Puppet to install software onto the
image.
.
A machine image is a single static unit that contains a pre-configured
operating system and installed software which is used to quickly create new
running machines. Machine image formats change for each platform. Some
examples include AMIs for EC2, VMDK/VMX files for VMware, OVF exports for
VirtualBox, etc.
.
For the documentation of Packer, please see .
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: pcl-tools
Description-md5: 6e1d2aa8ca6b9b434f4af48dd9decfe2
Description-en: Point Cloud Library - point cloud processing tools
The Point Cloud Library (PCL) is a standalone, large scale, open
project for 2D/3D image and point cloud processing.
.
The PCL framework contains numerous state-of-the art algorithms
including filtering, feature estimation, surface reconstruction,
registration, model fitting and segmentation.
.
This package gathers tools bundled with PCL to process point clouds.
Package: pcregrep
Description-md5: b0a601c5f8b647ddc42b4beaba17e22e
Description-en: grep utility that uses perl 5 compatible regexes.
Perl-style regexps have many useful features that the standard POSIX ones
don't; this is basically the same as grep but with the different
regexp syntax.
.
The other reason for the existence of pcregrep is that its source code is an
example of programming with libpcre.
Package: 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: percona-xtradb-cluster-5.7-dbg
Description-md5: d82d7aea1aa68f14ce17eaf43d3a36a6
Description-en: Debugging package for Percona XtraDB Cluster
Percona XtraDB Cluster is based on the Percona Server database
server and provides a High Availability solution.
Percona XtraDB Cluster provides synchronous replication, supports
multi-master replication, parallel applying on slaves, automatic
node provisioning with primary focus on data consistency.
.
This package contains the debugging symbols for the Percona XtraDB Cluster binaries.
Package: percona-xtradb-cluster-server
Description-md5: e5893b4f006124acc8742632792e57cb
Description-en: Percona XtraDB Cluster database server
This is a metapackage package that depends on the current "best" version of
percona-xtradb-cluster-server, as determined by the Percona XtraDB Cluster
maintainers. Install this package if in doubt about which version
you want, as this is the one considered to be in the best shape.
Package: percona-xtradb-cluster-server-5.7
Description-md5: ffcaa37d50cacc3467fb9b3ce734b89c
Description-en: Percona XtraDB Cluster database server binaries
Percona XtraDB Cluster is based on the Percona Server database
server and provides a High Availability solution.
Percona XtraDB Cluster provides synchronous replication, supports
multi-master replication, parallel applying on slaves, automatic
node provisioning with primary focus on data consistency.
.
This package includes the server binaries.
Package: percona-xtradb-cluster-source-5.7
Description-md5: 253124e754b7d21bfe24c22e03d5148e
Description-en: Percona XtraDB Cluster 5.7 source
This package includes the source code to Percona XtraDB Cluster as configured before building.
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-guestfs
Description-md5: 27d330490f3db93326f4e4b662bfef56
Description-en: guest disk image management system - PHP bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the PHP bindings.
Package: php-icinga
Description-md5: 48540e3238f351d5ca13c047dab88d5c
Description-en: PHP library to communicate with and use Icinga
Icinga Web 2 is a very modular, fast and simple web interface for your Icinga
monitoring environment.
.
Icinga is a PHP library providing a PHP API to interact with Icinga's data
and other core parts of Icinga web 2 that may be used by modules.
.
This library is mainly used by Icinga Web 2 to get its data.
Package: php-imagick
Description-md5: bc43e2599d98ae7eb5833a5ff7056545
Description-en: Provides a wrapper to the ImageMagick library
Imagick is a native php extension to create and modify images using the
ImageMagick API.
This extension requires ImageMagick version 6.2.4+ and PHP 5.1.3+.
.
IMPORTANT: Version 2.x API is not compatible with earlier versions.
Package: php-nette
Description-md5: e35ae6857149d1f4b49e5b5a60c725b9
Description-en: Nette Framework
Nette Framework is a powerful, component-based and event-driven
framework for creating web applications and services in PHP.
Nette Framework is designed with simplicity, speed and flexibility in
mind. It allows developers to easy built better websites.
.
Nette Framework focuses on security and performance and is definitely
one of the safest and fastest PHP frameworks. Nette Framework support
the latest technologies and approaches like AJAX, HTML5, SEO, DRY,
KISS, MVC, etc.
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: phpldapadmin
Description-md5: 24140705abe05aa0c5eff13404cc56a5
Description-en: web based interface for administering LDAP servers
phpLDAPadmin is a web-based LDAP client. It provides easy,
anywhere-accessible, multi-language administration for your LDAP
server. Its hierarchical tree-viewer and advanced search functionality
make it intuitive to browse and administer your LDAP directory. Since it
is a web application, this LDAP browser works on many platforms, making
your LDAP server easily manageable from any location.
Usually, you may access PLA by pointing your browser to
http:///phpldapadmin .
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: phpmyadmin
Description-md5: b9abac2fce7719799e194516b6640871
Description-en: MySQL web administration tool
This package allows administering of MySQL or MariaDB with a web interface.
.
It allows administrators to:
- browse through databases and tables;
- create, copy, rename, alter and drop databases;
- create, copy, rename, alter and drop tables;
- perform table maintenance;
- add, edit and drop fields;
- execute any SQL-statement, even multiple queries;
- create, alter and drop indexes;
- load text files into tables;
- create and read dumps of tables or databases;
- export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats;
- administer multiple servers;
- manage MySQL users and privileges;
- check server settings and runtime information with configuration hints;
- check referential integrity in MyISAM tables;
- create complex queries using Query-by-example (QBE), automatically
connecting required tables;
- create PDF graphics of database layout;
- search globally in a database or a subset of it;
- transform stored data into any format using a set of predefined
functions, such as displaying BLOB-data as image or download-link;
- manage InnoDB tables and foreign keys;
and is fully internationalized and localized in dozens of languages.
Package: pikopixel.app
Description-md5: 4b7ba73cec16f15294be3b147cee31a0
Description-en: Pixel-art editor
PikoPixel is a free, open-source application for drawing & editing
pixel-art images & icons.
.
Features:
* Easy to use
* Unlimited undo
* Supports multiple layers
* Customizable canvas background & grid patterns
* Hotkey-activated popup panels
* Export upscaled images
* Supports linear (gamma-correct) color blending
.
Originally a Mac app, PikoPixel runs natively on GNU/Linux by using
the GNUstep framework.
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: plasma-dataengines-addons
Description-md5: 35fd76d7e26f1dc903adc242c30881c2
Description-en: additional data engines for Plasma
This package contains additional Plasma data engines shipped in Plasma 5
addons module. These engines are needed by some Plasma 5 widget shipped with
plasma-widgets-addons, but they may be useful for any other Plasma widgets too.
.
This package is part of the KDE Plasma addons module.
Package: plasma-desktop
Description-md5: 75fe427efb7974561485d1b970aaa5b3
Description-en: Tools and widgets for the desktop
Plasma Desktop offers a beautiful looking desktop
that takes complete advantage of modern computing technology.
Through the use of visual effects and scalable graphics,
the desktop experience is not only smooth but also pleasant
to the eye. The looks of Plasma Desktop not only provide beauty,
they are also used to support and improve your computer
activities effectively, without being distracting.
.
This package is part of the KDE Plasma.
Package: plasma-desktop-data
Description-md5: cad6c75732e5a71a9a37cfb4f253e9f5
Description-en: Tools and widgets for the desktop data files
Plasma Desktop offers a beautiful looking desktop
that takes complete advantage of modern computing technology.
Through the use of visual effects and scalable graphics,
the desktop experience is not only smooth but also pleasant
to the eye. The looks of Plasma Desktop not only provide beauty,
they are also used to support and improve your computer
activities effectively, without being distracting.
.
This package is part of the KDE Plasma.
.
This package contains the data files
Package: plasma-desktop-dev
Description-md5: 75fe427efb7974561485d1b970aaa5b3
Description-en: Tools and widgets for the desktop
Plasma Desktop offers a beautiful looking desktop
that takes complete advantage of modern computing technology.
Through the use of visual effects and scalable graphics,
the desktop experience is not only smooth but also pleasant
to the eye. The looks of Plasma Desktop not only provide beauty,
they are also used to support and improve your computer
activities effectively, without being distracting.
.
This package is part of the KDE Plasma.
Package: plasma-discover
Description-md5: 8111f4209298dca825ceca6e9c4b0d0d
Description-en: Discover software management suite
Discover is a graphical software manager for the Plasma workspace.
It helps users easily and quickly find applications and other software
they might want to install.
.
By allowing to navigate a software library by search, categories, top lists
along with detailed application information that includes screenshots
and reviews, users can more quickly find applications that suit their needs.
.
Discover will also keep the system up to date by notifying about updates and
installing them.
Package: plasma-discover-common
Description-md5: ffc34718f68c0332fe13b596308e45ba
Description-en: Discover software manager suite (common data files)
Discover is a graphical software manager for the Plasma workspace.
.
This package contains data files shared by various parts of the
Discover suite.
Package: plasma-discover-flatpak-backend
Description-md5: 888bd66c028e0fcb99fa402dca2d1811
Description-en: Discover software manager suite - Flatpak support
Discover is a graphical software manager for the Plasma workspace.
.
This package contains support for Flatpak package format.
Package: plasma-discover-snap-backend
Description-md5: 88f873311c72a1d38ed63fb2690b8ccc
Description-en: Discover software manager suite - Snappy support
Discover is a graphical software manager for the Plasma workspace.
.
This package contains support for Snapcraft package format.
Package: plasma-integration
Description-md5: af80a22557f65cb87e468cfb3360bd18
Description-en: Qt Platform Theme integration plugins for KDE Plasma
A plugin to provide Qt Platform Theme integration for the Plasma
workspace.
Package: plasma-look-and-feel-org-kde-breezedark-desktop
Description-md5: eec089d874e57cc35b2a036e85a0084f
Description-en: Dark Breeze look-and-feel for Plasma
This is the dark breeeze look-and-feel package for Plasma.
.
This package is part of the Breeze theme module.
Package: plasma-nm
Description-md5: 3678847035e415fb0206567e3bef7c22
Description-en: Plasma5 networkmanager library.
Plasma desktop network manager.
.
This package is part of the KDE Plasma.
Package: plasma-pa
Description-md5: 7e74b576013692536ae4f5facc302d79
Description-en: Plasma 5 Volume controller
Volume controller for Plasma 5
Package: plasma-runners-addons
Description-md5: c560c2bb3b5ced49f3ec68bc3a1bd7cf
Description-en: additional runners for Plasma 5 and Krunner
This package contains additional Plasma runners that are used in krunner
(the "run command" dialog of Plasma) to reveal special search results.
If you use krunner a lot, you will probably like this package.
.
This package contains the following runners:
* Dictionary
* More coming soon..
.
This package is part of the KDE Plasma 5 addons module.
Package: plasma-sdk
Description-md5: 6fef65dadb52ab1b685124b92d105353
Description-en: IDE tailored for development of Plasma components
A small IDE tailored for development of Plasma components,
such as Widgets, Runners, Dataengines.
.
This package is part of the KDE Plasma.
Package: plasma-theme-oxygen
Description-md5: 94ab74ac82273a30c4c91fb101dafa53
Description-en: Look-and-feel for the Oxygen desktop theme
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the meta settings for the Oxygen theme.
Package: plasma-vault
Description-md5: 52a9f37ab48226995d03c20d74656dad
Description-en: Plasma applet and services for creating encrypted vaults
File enryption widget.
Package: plasma-wallpapers-addons
Description-md5: 8ae34017157e6fa495c709f765fc9423
Description-en: additional wallpaper plugins for Plasma 5
This package contains additional Plasma 5 wallpaper plugins that are used in
the Plasma desktop to give marble, mandelbrot and other such wallpapers.
.
This package contains the following wallpaper plugins:
* Haenau
* Hunyango
* More coming soon..
.
This package is part of the KDE Plasma 5 addons module.
Package: plasma-widgets-addons
Description-md5: 361200e6dff8cd6641d951bd31834e84
Description-en: additional widgets for Plasma 5
This package contains additional Plasma 5 widgets shipped in the Plasma
addons module. Install it if you want a variety of widgets on your Plasma
desktop.
.
This package provides the following widgets:
* Calculator
* Dictionary
* Fuzzy Clock
* Konsole Profiles
* Notes
* System Load Viewer
* Timer
* Unit Converter
* Userswitcher
* Diskquota
* Activity pager
* More coming soon..
.
This package is part of the KDE Plasma 5 addons module.
Package: plasma-workspace
Description-md5: 0063778217dbe82d403158adbf5aa085
Description-en: Plasma Workspace for KF5
Plasma Workspace for KF5. Workspaces provide
support for KDE Plasma Widgets, integrated search,
hardware management and a high degree of customizability.
.
THIS WILL REMOVE YOUR KDE Plasma 4.
Package: plasma-workspace-dev
Description-md5: 734199d7564073487b8e8744bc62b71a
Description-en: Plasma Workspace for KF5 devel files
Plasma Workspace for KF5. Workspaces provide
support for KDE Plasma Widgets, integrated search,
hardware management and a high degree of customizability.
.
This package contains the development files.
Package: plasma-workspace-wayland
Description-md5: 9d16a33c58f9b90bae0b63a593a76597
Description-en: Plasma Workspace for KF5 - Wayland integration
Plasma Workspace for KF5. Workspaces provide
support for KDE Plasma Widgets, integrated search,
hardware management and a high degree of customizability.
Package: plymouth-theme-lubuntu-logo
Description-md5: 42a8f0cf0a8c7ac4b20625a014762027
Description-en: plymouth theme for Lubuntu
This package contain a specific Lubuntu theme for plymouth.
Package: plymouth-theme-lubuntu-next-logo
Description-md5: d734e051e9a1ea683ef2b0f017e2095b
Description-en: plymouth theme for Lubuntu Next
This package contain a specific Lubuntu Next theme for plymouth.
Package: plymouth-theme-lubuntu-next-text
Description-md5: 04f10cfa3e64e40525d0d8eaf305b3db
Description-en: plymouth text theme for Lubuntu Next
This package contain a specific Lubuntu Next theme for plymouth, which display
a simple text.
Package: plymouth-theme-lubuntu-text
Description-md5: 03bdedc6a10acd8195103d6efeaa6300
Description-en: plymouth text theme for Lubuntu
This package contain a specific Lubuntu theme for plymouth, which display a
simple text.
Package: plymouth-theme-ubuntu-budgie-logo
Description-md5: 599c179eab2ea31dae8202a38763c60d
Description-en: graphical boot animation and logger - Ubuntu Budgie logo theme
Plymouth is an application that runs very early in the boot process
(even before the root filesystem is mounted!) that provides a graphical
boot animation while the boot process happens in the background.
.
This package contains the default Ubuntu Budgie logo theme.
Package: plymouth-theme-ubuntu-budgie-text
Description-md5: 014c419c38670a16cb0b395eefe279e1
Description-en: graphical boot animation and logger - Ubuntu Budgie text theme
Plymouth is an application that runs very early in the boot process
(even before the root filesystem is mounted!) that provides a graphical
boot animation while the boot process happens in the background.
.
This package contains the default Ubuntu Budgie text theme used when no
support for a graphical theme is found on your system.
Package: plymouth-theme-ubuntu-gnome-logo
Description-md5: 4e8843f2b04112c7d575e1689e12fafb
Description-en: graphical boot animation and logger - ubuntu-gnome-logo theme
Plymouth is an application that runs very early in the boot process
(even before the root filesystem is mounted!) that provides a graphical
boot animation while the boot process happens in the background.
.
This package contains the default ubuntu-gnome-logo theme.
Package: plymouth-theme-ubuntu-gnome-text
Description-md5: 2c5aeef0be9dee7ff499642cab9e9668
Description-en: graphical boot animation and logger - ubuntu-gnome-text theme
Plymouth is an application that runs very early in the boot process
(even before the root filesystem is mounted!) that provides a graphical
boot animation while the boot process happens in the background.
.
This package contains the default ubuntu-gnome-text text theme used when no
support for a graphical theme is found on your system.
Package: plymouth-themes
Description-md5: a82ebfe71db843f20f9eb0546c2b1832
Description-en: boot animation, logger and I/O multiplexer - themes
Plymouth provides a boot-time I/O multiplexing framework - the most obvious
use for which is to provide an attractive graphical animation in place of
the text messages that normally get shown during boot. (The messages are
instead redirected to a logfile for later viewing.) However, in event-driven
boot systems Plymouth can also usefully handle user interaction such as
password prompts for encrypted file systems.
.
This package provides the following themes:
.
* fade-in: features a centered logo that fades in and out while stars twinkle
around the logo during system boot up.
* glow: features a pie chart as progress indicator.
* script: features a simple base theme.
* solar: features a blue flamed sun with animated solar flares.
* spinfinity: features a centered logo and animated spinner that spins in the
shape of an infinity sign.
* spinner: features a simple theme with a small spinner on a dark background.
Package: plymouth-x11
Description-md5: b04037a3c136034a0a38f200c3392653
Description-en: boot animation, logger and I/O multiplexer - X11 renderer
Plymouth provides a boot-time I/O multiplexing framework - the most obvious
use for which is to provide an attractive graphical animation in place of
the text messages that normally get shown during boot. (The messages are
instead redirected to a logfile for later viewing.) However, in event-driven
boot systems Plymouth can also usefully handle user interaction such as
password prompts for encrypted file systems.
.
This package contains the X11 renderer for a graphical boot splash.
Package: pmdk-tools
Description-md5: ff4c3d75d2ada96ca30f177d483a2bcc
Description-en: Persistent Memory management tools
The main purpose of this package is to provide a user with a set of utilities
for off-line analysis and manipulation of pools created by pmem libraries.
.
The utilities may be useful for troubleshooting by system administrators and
for software developers who work on applications based on these libraries. The
latter may find these tools useful for testing and debugging purposes also.
Package: pocillo-icon-theme
Description-md5: 6129735ec796bf2969ca4f8372111359
Description-en: Tango-esque folder icon set called Pocillo
Pocillo is a stylized Tango-esque Linux folder icon set. They are
designed to be a clear, simple and consistent. Designed to complement
Arc-theme and Moka icon theme.
Package: polkit-kde-1
Description-md5: 1f317b04f78374dba7d1e14def0b7f80
Description-en: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: polkit-kde-agent-1
Description-md5: 5e33c0fb1d79df76743506f8e72c9b97
Description-en: KDE dialogs for PolicyKit
PolicyKit is an application-level toolkit for defining and handling the policy
that allows unprivileged processes to speak to privileged processes.
.
It is a framework for centralizing the decision making process with respect to
granting access to privileged operations (like calling the HAL Mount() method)
for unprivileged (desktop) applications.
.
PolicyKit-Kde provides a D-Bus session bus service that is used to
bring up authentication dialogs used for obtaining privileges.
Package: postfix-lmdb
Description-md5: dadedd4c3edba2567b172520ab66c14b
Description-en: LMDB map support for Postfix
Postfix is Wietse Venema's mail transport agent that started life as an
alternative to the widely-used Sendmail program. Postfix attempts to
be fast, easy to administer, and secure, while at the same time being
sendmail compatible enough to not upset existing users. Thus, the outside
has a sendmail-ish flavor, but the inside is completely different.
.
This provides support for LMDB maps in Postfix. If you plan to use LMDB maps
with Postfix, you need this.
Package: postfix-sqlite
Description-md5: 78969de91802d7f52e4f5b456e3732f9
Description-en: SQLite map support for Postfix
Postfix is Wietse Venema's mail transport agent that started life as an
alternative to the widely-used Sendmail program. Postfix attempts to
be fast, easy to administer, and secure, while at the same time being
sendmail compatible enough to not upset existing users. Thus, the outside
has a sendmail-ish flavor, but the inside is completely different.
.
This provides support for SQLite maps in Postfix. If you plan to use
SQLite maps with Postfix, you need this.
Package: postgresql-10-pgq-node
Description-md5: 016676aa7ddbe7e042516d187d16b3c8
Description-en: Cascaded queueing on top of PgQ
PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
database, each queue can be consumed by multiple consumers.
.
This package contains the pgq_node PostgreSQL extension that provides queue
node registration and coordination for cascaded queueing.
Package: postgresql-10-pgq3
Description-md5: 7df59bda205663bcc6a153dec4c3f44f
Description-en: Generic queue for PostgreSQL
This extension provides generic queues for PostgreSQL.
.
It allows multiple queues in one database, each queue can
be consumed by multiple consumers.
Package: postgresql-all
Description-md5: 9a0aaba975f82ef14ff2e821d8683975
Description-en: metapackage depending on all PostgreSQL server packages
This metapackage depends on all PostgreSQL server packages, in all
supported versions (excluding documentation and debug symbols). It
exists to facilitate depending on the server packages in test
environments.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
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: postgresql-server-dev-all
Description-md5: 33d3063c9fb09e98fc3dbf92289e5053
Description-en: extension build tool for multiple PostgreSQL versions
The postgresql-server-dev-all package provides the pg_buildext script for
simplifying packaging of a PostgreSQL extension supporting multiple major
versions of the product.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Its features include ACID
transactions, foreign keys, views, sequences, subqueries, triggers,
outer joins, multiversion concurrency control, and user-defined types
and functions.
Package: postsrsd
Description-md5: b4204ba9bc0a53ee2268fd6b4cd333f9
Description-en: Sender Rewriting Scheme (SRS) lookup table for Postfix
PostSRSd provides Sender Rewriting Scheme (SRS) support for Postfix via
TCP-based lookup tables. SRS is needed if your mail server acts as a forwarder,
and the mail originates from a server with Sender Policy Framework (SPF)
enabled.
Package: powerdevil
Description-md5: 83f9eb6cecda6e44037ccbe8e194cd93
Description-en: Global power saver settings.
Power Devil allows you to define your all power settings.
Package: powerdevil-data
Description-md5: 58be04a338ca09abcf6d7c3a63fd716b
Description-en: Global power saver settings data files.
Power Devil allows you to define your all power settings.
Package: powerdevil-dev
Description-md5: 5757db49c9f4842441035152f146a603
Description-en: Global power saver settings.
Power Devil allows you to define your all power settings.
.
This package contains the development files.
Package: privoxy
Description-md5: 6ec5aaf09f151e319fd41d430dbd5eca
Description-en: Privacy enhancing HTTP Proxy
Privoxy is a web proxy with advanced filtering capabilities for
protecting privacy, filtering web page content, managing cookies,
controlling access, and removing ads, banners, pop-ups and other
obnoxious Internet junk. Privoxy has a very flexible configuration
and can be customized to suit individual needs and tastes. Privoxy
has application for both stand-alone systems and multi-user networks.
.
Privoxy is based on Internet Junkbuster (tm).
Package: probert
Description-md5: 29c75a9c038a574ec7a59dcca721494e
Description-en: Hardware probing tool
This package provides a tool for probing host hardware information
and emitting a JSON report.
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: prometheus-alertmanager
Description-md5: bdb9e14a529f9a4ca178ff7c56f2f73b
Description-en: Handle and deliver alerts created by Prometheus
The Alertmanager handles alerts sent by client applications such as the
Prometheus server. It takes care of deduplicating, grouping, and routing them
to the correct receiver integration such as email, PagerDuty, or OpsGenie. It
also takes care of silencing and inhibition of alerts.
Package: protobuf-compiler
Description-md5: 1054ab94728e41bc0d59a82d40d1611e
Description-en: compiler for protocol buffer definition files
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the protocol buffer compiler that is used for
translating from .proto files (containing the definitions) to the language
binding for the supported languages.
Package: protracker
Description-md5: c5973ceed7529648d00966dd57f14b12
Description-en: Amiga ProTracker v2.3D clone for modern computers
Multi-platform clone of the classic music making software
"ProTracker" (version 2.3D) from the Commodore Amiga days.
Aims to work exactly like you remember it, with added features and
fixes.
Package: pulseaudio-equalizer
Description-md5: 5402a1f4cf8652b508501dd29d402735
Description-en: Equalizer sink module for PulseAudio sound server
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
WIN32 systems. It is a drop in replacement for the ESD sound server with
much better latency, mixing/re-sampling quality and overall architecture.
.
This package provides an equalizer sink and an interface to configure the
equalizer, qpaeq.
.
The module is called module-equalizer-sink.
Package: pulseaudio-esound-compat
Description-md5: c4bef34c6a4dad881a8090fdc8386ec8
Description-en: PulseAudio ESD compatibility layer
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
WIN32 systems. It is a drop in replacement for the ESD sound server with
much better latency, mixing/re-sampling quality and overall architecture.
.
This package contains the ESD compatibility components used by some
older versions of complete desktop environments, e.g., GNOME, and
many useful applications. It enables a PulseAudio sound server to
fully replace ESD.
Package: pulseaudio-module-gconf
Description-md5: c3adf0ed8c67f1355a3e02e8fd0d85c2
Description-en: GConf module for PulseAudio sound server
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
WIN32 systems. It is a drop in replacement for the ESD sound server with
much better latency, mixing/re-sampling quality and overall architecture.
.
This module enables PulseAudio to store additional configuration in GConf.
.
The module is called module-gconf.
Package: pulseaudio-module-jack
Description-md5: a45f4943771fb4ccf89a76a36f7f6f13
Description-en: jackd modules for PulseAudio sound server
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
WIN32 systems. It is a drop in replacement for the ESD sound server with
much better latency, mixing/re-sampling quality and overall architecture.
.
These modules enables PulseAudio to connect to a jackd daemon.
.
The modules are called module-jack-sink, module-jack-source.
Package: pulseaudio-module-lirc
Description-md5: 476ebc36bd51c387e0a12a54352ae162
Description-en: lirc module for PulseAudio sound server
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
WIN32 systems. It is a drop in replacement for the ESD sound server with
much better latency, mixing/re-sampling quality and overall architecture.
.
This module enables the volume of a PulseAudio sink to be controlled when
buttons of an infrared remote control are pressed (through LIRC).
.
The module is called module-lirc.
Package: pulseaudio-module-raop
Description-md5: f443b32abfa3073d1874fa9b76cf88b1
Description-en: RAOP module for PulseAudio sound server
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
WIN32 systems. It is a drop in replacement for the ESD sound server with
much better latency, mixing/re-sampling quality and overall architecture.
.
This module enables PulseAudio to stream audio to an Apple Airport Express.
Package: pulseaudio-module-zeroconf
Description-md5: bccd0c2eacb18c71f7d829db12f93aae
Description-en: Zeroconf module for PulseAudio sound server
PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
WIN32 systems. It is a drop in replacement for the ESD sound server with
much better latency, mixing/re-sampling quality and overall architecture.
.
This module enables PulseAudio to publish available sinks and sources via
zeroconf (aka. Avahi, mdns).
.
The module is called module-zeroconf-publish.
Package: pure-ftpd
Description-md5: c224dc177bd93932c8270a67cd35b6aa
Description-en: Secure and efficient FTP server
Free, secure, production-quality and standard-conformant FTP server.
Features include chrooted home directories,
virtual domains, built-in 'ls', anti-warez system, configurable ports for
passive downloads, FXP protocol, bandwidth throttling, ratios,
fortune files, Apache-like log files, fast standalone mode, atomic uploads,
text / HTML / XML real-time status report, virtual users, virtual quotas,
privilege separation, SSL/TLS and more.
Package: pure-ftpd-common
Description-md5: c84cd31ca1a31554d533854f08c5ebff
Description-en: Pure-FTPd FTP server (Common Files)
This package provides files shared between the three pure-ftpd binary
packages like startup scripts, documentation, and examples.
Package: pure-ftpd-ldap
Description-md5: 477968a296072683c2fab03f6540b60e
Description-en: Secure and efficient FTP server with LDAP user authentication
Pure-FTPd is a fast, production-quality, standards-conformant FTP
server based upon Troll-FTPd. Features include chrooted home directories,
virtual domains, built-in 'ls', anti-warez system, configurable ports for
passive downloads, FXP protocol, bandwidth throttling, ratios,
fortune files, Apache-like log files, fast standalone mode, atomic uploads,
text / HTML / XML real-time status report, virtual users, virtual quotas,
privilege separation, SSL/TLS and more.
Package: pure-ftpd-mysql
Description-md5: d0b28646386ab85cff7e54614bef04c1
Description-en: Secure and efficient FTP server with MySQL user authentication
Pure-FTPd is a fast, production-quality, standards-conformant FTP
server based upon Troll-FTPd. Features include chrooted home directories,
virtual domains, built-in 'ls', anti-warez system, configurable ports for
passive downloads, FXP protocol, bandwidth throttling, ratios,
fortune files, Apache-like log files, fast standalone mode, atomic uploads,
text / HTML / XML real-time status report, virtual users, virtual quotas,
privilege separation, SSL/TLS and more.
Package: pure-ftpd-postgresql
Description-md5: 10ce8669d0de227b915f7794f62f9f07
Description-en: Secure and efficient FTP server with PostgreSQL user authentication
Pure-FTPd is a fast, production-quality, standards-conformant FTP
server based upon Troll-FTPd. Features include chrooted home directories,
virtual domains, built-in 'ls', anti-warez system, configurable ports for
passive downloads, FXP protocol, bandwidth throttling, ratios,
fortune files, Apache-like log files, fast standalone mode, atomic uploads,
text / HTML / XML real-time status report, virtual users, virtual quotas,
privilege separation, SSL/TLS and more.
Package: pypy-pkg-resources
Description-md5: 455aab7092c23bbca0a002df43ba97e4
Description-en: Package Discovery and Resource Access using pkg_resources
The pkg_resources module provides an API for Python libraries to
access their resource files, and for extensible applications and
frameworks to automatically discover plugins. It also provides
runtime support for using C extensions that are inside zipfile-format
eggs, support for merging packages that have separately-distributed
modules or subpackages, and APIs for managing Python's current
"working set" of active packages.
Package: pypy-py
Description-md5: ac28e0946588917c4335e0827c3b7241
Description-en: Advanced Python development support library (PyPy)
The Codespeak py lib aims at supporting a decent Python development process
addressing deployment, versioning and documentation perspectives. It includes:
.
* py.path: path abstractions over local and Subversion files
* py.code: dynamic code compile and traceback printing support
.
This package provides the PyPy 2 modules.
Package: pypy-setuptools
Description-md5: 40365991112da2290ae1f8e833410360
Description-en: PyPy Distutils Enhancements
Extensions to the python-distutils for large or complex distributions.
Package: pypy-sqlparse
Description-md5: 6597312e9b2e2abbf0a7d42e49a26f24
Description-en: non-validating SQL parser for PyPy
Sqlparse is a library which provides support for parsing, splitting and
customizable formatting of SQL statements in Python environment.
.
This is the PyPy version of the package.
Package: python-acme
Description-md5: e9984343fb79b5b38891196fe71a1b00
Description-en: ACME protocol library for Python 2
This is a library used by the Let's Encrypt client for the ACME
(Automated Certificate Management Environment). The ACME protocol is
designed as part of the Let's Encrypt project, to make it possible to
setup an HTTPS server and have it automatically obtain a
browser-trusted certificate, without any human intervention. This
library implements the protocol used for proving the control of a
domain. This library is Python 2.
Package: python-acme-doc
Description-md5: c0e216e279369caa34b4a2cb6e59f51e
Description-en: ACME protocol library for Python 2 - Documentation
This is a library used by the Let's Encrypt client for the ACME
(Automated Certificate Management Environment). The ACME protocol is
designed as part of the Let's Encrypt project, to make it possible to
setup an HTTPS server and have it automatically obtain a
browser-trusted certificate, without any human intervention. This
library implements the protocol used for proving the control of a
domain.
.
This package provides the documentation.
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-appindicator
Description-md5: ddae6e8519270caee1fddd3ab07dcfe5
Description-en: Python bindings for libappindicator
This package provides Python bindings so that you can use libappindicator from
a Python program.
Package: python-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-aptdaemon
Description-md5: af231c48c418c5a683cb32aca40f79a2
Description-en: Python 2 module for the server and client of aptdaemon
Aptdaemon is a transaction based package management service. It allows
normal users to perform package management tasks, e.g. refreshing the
cache, upgrading the system, installing or removing software packages.
.
This package provides the Python 2 modules required to run aptdaemon
and to implement a client. The API is not stable yet.
Package: python-aptdaemon.gtk3widgets
Description-md5: ee3f4b4132c327a33f42e41d36afbbb2
Description-en: Python 2 GTK+ 3 widgets to run an aptdaemon client
Aptdaemon is a transaction based package management daemon. It allows
normal users to perform package management tasks, e.g. refreshing the
cache, upgrading the system, installing or removing software packages.
.
This package provides the Python 2 GTK+ 3 widgets to implement a fully
working graphical client. The widgets can be used to initiate, to
monitor and to control a transaction. The API is not stable yet.
Package: python-audit
Description-md5: 27e571ac34a8e582cce08763e1cf3318
Description-en: Python bindings for security auditing
The package contains the Python bindings for libaudit and libauparse, which
are used to monitor systems for security related events. Python can be used to
parse and process the security event messages.
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-aws-requests-auth
Description-md5: d8a19ec0f125d3333a05110db4d4f6fa
Description-en: AWS Signature Version 4 Signing Process (Python 2)
This package contains a Python library to authenticate to AWS with Amazon's
signature version 4 signing process. The library leverages the Python
requests library.
.
This package installs the library for Python 2.
Package: python-boto
Description-md5: a349d6b85f4399a81b16d50d99e43296
Description-en: Python interface to Amazon's Web Services - Python 2.x
Boto is a Python interface to the infrastructure services available from
Amazon.
.
Boto supports the following services:
* Elastic Compute Cloud (EC2)
* Elastic MapReduce
* CloudFront
* DynamoDB
* SimpleDB
* Relational Database Service (RDS)
* Identity and Access Management (IAM)
* Simple Queue Service (SQS)
* CloudWatch
* Route53
* Elastic Load Balancing (ELB)
* Flexible Payment Service (FPS)
* Simple Storage Service (S3)
* Glacier
* Elastic Block Store (EBS)
* and many more...
.
This package provides the Python 2.x module.
Package: python-botocore
Description-md5: 1952d43d0c4b5093094b473685f8a4a8
Description-en: Low-level, data-driven core of boto 3 (Python 2)
A low-level interface to a growing number of Amazon Web Services.
The botocore package is the foundation for AWS-CLI.
.
This package contains the module for Python 2.
Package: python-bottle
Description-md5: a5241563ccb7642243a1460a9a238777
Description-en: fast and simple WSGI-framework for Python
Bottle is a fast and simple WSGI-framework for the Python programming
language. It offers request dispatching with url parameter support
(routes), templates, key/value databases, a built-in HTTP server and
adapters for many third party WSGI/HTTP-server and template engines.
Package: python-bottle-doc
Description-md5: b3873fcb5309821277d2fc4bd23328bd
Description-en: fast and simple WSGI-framework for Python - documentation
Bottle is a fast and simple WSGI-framework for the Python programming
language. It offers request dispatching with url parameter support
(routes), templates, key/value databases, a built-in HTTP server and
adapters for many third party WSGI/HTTP-server and template engines.
.
This package contains the Python module documentation.
Package: python-brlapi
Description-md5: 3c3324862dc289038d3df30b561a42cf
Description-en: Braille display access via BRLTTY - Python bindings
BRLTTY is a daemon which provides access to the console (text mode)
for a blind person using a braille display. It drives the braille
display and provides complete screen review functionality.
.
BrlAPI is a library which gives an application access to a braille display and
lets it write braille.
.
This package provides Python 2.x bindings for BrlAPI.
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-certbot-doc
Description-md5: c921886ee1b2b199ff3083306791f0a8
Description-en: client documentation for certbot
The objective of Certbot, Let's Encrypt, and the ACME (Automated
Certificate Management Environment) protocol is to make it possible
to set up an HTTPS server and have it automatically obtain a
browser-trusted certificate, without any human intervention. This is
accomplished by running a certificate management agent on the web
server.
.
This agent is used to:
.
- Automatically prove to the Let's Encrypt CA that you control the website
- Obtain a browser-trusted certificate and set it up on your web server
- Keep track of when your certificate is going to expire, and renew it
- Help you revoke the certificate if that ever becomes necessary.
.
This package contains the documentation.
Package: python-clang-7
Description-md5: 951864defe3e0c6019a2c92a4a1dd20d
Description-en: Clang Python Bindings
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This binding package provides access to the Clang compiler and libraries.
Package: python-clang-8
Description-md5: 951864defe3e0c6019a2c92a4a1dd20d
Description-en: Clang Python Bindings
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This binding package provides access to the Clang compiler and libraries.
Package: python-clang-9
Description-md5: 951864defe3e0c6019a2c92a4a1dd20d
Description-en: Clang Python Bindings
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11 and 14 standards and also
provides most of the support of C++17.
.
This binding package provides access to the Clang compiler and libraries.
Package: python-curtin
Description-md5: 31e48f4bf426e243b1a4f94280ebcafb
Description-en: Library and tools for curtin installer
This package provides python library for use by curtin.
Package: python-debconf
Description-md5: 225d49a164e0431fa2e574e279e79f22
Description-en: interact with debconf from Python 2
Debconf is a configuration management system for debian packages. Packages
use Debconf to ask questions when they are installed.
.
This package provides a debconf module to allow Python 2 programs to
interact with a debconf frontend.
Package: python-designate-dashboard
Description-md5: 5eb94c9b12009a7330b0f0d7dc2f282a
Description-en: OpenStack DNS as a Service - dashboard plugin
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package contains the OpenStack dashboard plugin.
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-django-postorius
Description-md5: 016171c4fe953e390f5bf45b1ec10ef6
Description-en: Web user interface to access GNU Mailman3
The Postorius Django app provides a web user interface
to access GNU Mailman3, and manage it. This interface
uses django, and requires some configuration.
Package: python-ecdsa
Description-md5: 215885e8b031b04891fd6e75a480159f
Description-en: ECDSA cryptographic signature library (Python 2)
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python. With this library,
you can quickly create keypairs (signing key and verifying key), sign messages,
and verify the signatures. The keys and signatures are very short, making them
easy to handle and incorporate into other protocols.
.
This package contains the module for Python 2.
Package: python-etcd3gw
Description-md5: 6f79873ba78b29b27590990efa49a3a3
Description-en: client for etcd3 grpc-gateway v3 API - Python 2.7
A python client for etcd3 grpc-gateway v3alpha API.
.
This package contains the Python 2.7 module.
Package: python-etcd3gw-doc
Description-md5: 4a3610bc746b44c3a55137936a0797d0
Description-en: client for etcd3 grpc-gateway v3 API - doc
A python client for etcd3 grpc-gateway v3alpha API.
.
This package contains the documentation.
Package: python-gi-cairo
Description-md5: e531132cde7475ea3077c4d44b37a39d
Description-en: Python Cairo bindings for the GObject library
GObject is an abstraction layer that allows programming with an object
paradigm that is compatible with many languages. It is a part of Glib,
the core library used to build GTK+ and GNOME.
.
This package contains the Python Cairo bindings for GObject. It is mostly
used by other bindings to map their GObjects to Python objects.
Package: python-gnocchi
Description-md5: 93494f8ba1bc02a093d651794221fd81
Description-en: Metric as a Service - Python 2.x
Gnocchi is a service for managing a set of resources and storing metrics about
them, in a scalable and resilient way. Its functionalities are exposed over an
HTTP REST API.
.
This package contains the Python 2.x module.
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-gobject
Description-md5: 0972cedec40e0869495e1025aa320af1
Description-en: Python 2.x bindings for GObject - transitional package
This package will bring the two versions of GObject Python modules: the
deprecated gobject module, and the new gobject-introspection system. It
is here for upgrade purposes only. You can remove it safely when
nothing else depends on it.
Package: python-google-compute-engine
Description-md5: 974e9ae780a84ca7fac02646e4983ced
Description-en: Python library for Google Compute Engine interaction
Python libraries used for interacting with Google Compute Engine's APIs and
functionality. This package contains the modules for Python 2.x.
Package: python-gpg
Description-md5: 3ce6cb8b36d7be2a36929c3081043b60
Description-en: Python interface to the GPGME GnuPG encryption library (Python 2)
The "gpg" Python module is, for the most part, a direct interface to
the C GPGME library. However, it is re-packaged in a more Pythonic
way -- object-oriented with classes and modules. Take a look at the
classes defined here -- they correspond directly to certain object
types in GPGME for C.
.
Features:
* Feature-rich, full implementation of the GPGME library. Supports
all GPGME features except interactive editing (coming soon).
Callback functions may be written in pure Python.
* Ability to sign, encrypt, decrypt, and verify data.
* Ability to list keys, export and import keys, and manage the keyring.
* Fully object-oriented with convenient classes and modules.
.
This is the official upstream Python 2 binding for GPGME.
Package: python-gst-1.0
Description-md5: 96de31af727ae04f92239f832b02d340
Description-en: GStreamer GObject Introspection overrides for Python
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 GObject Introspection overrides for Python that
can be used by Python applications using GStreamer.
Package: python-gst-1.0-dbg
Description-md5: b2daec15f9285b045aaeebffd2d12e56
Description-en: GStreamer GObject Introspection overrides for Python (debug extensions)
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 GObject Introspection overrides for Python that
can be used by Python applications using GStreamer.
Package: python-guestfs
Description-md5: 1ddd6c3f0cd05c141746801a3306d04d
Description-en: guest disk image management system - Python bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the Python bindings.
Package: python-hivex
Description-md5: 7517bb967bb79bfc60d583420abae8f6
Description-en: Python bindings for hivex
Python bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
Package: python-imaplib2
Description-md5: 883144501918f370208416f21842193c
Description-en: Threaded Python IMAP4 client
Python IMAP4 rev1 mail protocol client class using threads for parallel
operation, allowing full use of the IMAP4 concurrency features and to
decouple a user of imaplib from i/o lags, except where explicitly allowed.
Package: python-lasso
Description-md5: 69483e412988938f8df3295419ae6dd8
Description-en: Library for Liberty Alliance and SAML protocols - Python bindings
Lasso is an implementation of Liberty Alliance and related protocols, for
network identity federations, single sign-on and other web services protocols.
The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
.
This package contains Python bindings for liblasso, needed to use lasso
in Python applications.
Package: python-ldns
Description-md5: 63ed6f3f95827c1a697cdf11ba44db44
Description-en: Python bindings for the ldns library for DNS programming
The goal of ldns is to simplify DNS programming, it supports recent RFCs
like the DNSSEC documents, and allows developers to easily create software
conforming to current RFCs, and experimental software for current Internet
Drafts.
.
This archive contains modules that allow you to use LDNS Library in
Python programs.
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-libcec
Description-md5: d813f8e6114bc426e9ffd9c8a4a38b8a
Description-en: Python bindings for USB CEC Adaptor
This library provides support for the Pulse-Eight USB-CEC adapter and
other CEC capable hardware, like the Raspberry Pi.
.
This package provides Python bindings for libcec.
Package: python-libipa-hbac
Description-md5: 2b2d6d11ee205ff38fcf0f03f1ea7480
Description-en: Python bindings for the FreeIPA HBAC Evaluator library
The libipa_hbac-python contains the bindings so that libipa_hbac can be
used by Python applications.
.
This package installs the library for Python 2.
Package: python-libproxy
Description-md5: ac6b21cdd3f656fc98f74937aabd9bf5
Description-en: automatic proxy configuration management library (Python 2)
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains the Python 2 bindings.
Package: python-libsss-nss-idmap
Description-md5: 812bfdc172805efc47d6f5b2e2990421
Description-en: Python bindings for the SID lookups library
This package contains the bindings for libnss_sss_idmap to be used by
Python applications.
.
This package installs the library for Python 2.
Package: python-lldb-7
Description-md5: ed1e4284488e6c595a1f6ce741ffb7bf
Description-en: Next generation, high-performance debugger, python lib
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This binding package provides access to lldb.
Package: python-lldb-8
Description-md5: ed1e4284488e6c595a1f6ce741ffb7bf
Description-en: Next generation, high-performance debugger, python lib
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This binding package provides access to lldb.
Package: python-lldb-9
Description-md5: ed1e4284488e6c595a1f6ce741ffb7bf
Description-en: Next generation, high-performance debugger, python lib
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This binding package provides access to lldb.
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-mechanicalsoup
Description-md5: 8ba241be67427e3138d1ec5b47d0e51c
Description-en: library for automating interaction with websites (Python 2)
A Python library for automating interaction with websites. MechanicalSoup
automatically stores and sends cookies, follows redirects, and can follow
links and submit forms. It doesn't do Javascript.
.
MechanicalSoup provides a similar API to the Mechanize library using Requests
(for http sessions) and BeautifulSoup (for document navigation).
.
This package provides the modules for Python 2.
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-neutron-dynamic-routing
Description-md5: 328bbaf644ddcabeb8c236a4c9fd7cd8
Description-en: OpenStack Neutron Dynamic Routing - Python 2.7 library
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.
.
Neutron dynamic routing enables advertisement of self-service (private)
network prefixes to physical network devices that support dynamic routing
protocols such as routers, thus removing the conventional dependency on static
routes.
.
It advertises three classes of routes:
* Host routes for floating IP addresses hosted on non-DVR routers, the
nexthop is the centralized router.
* Host routes for floating IP addresses hosted on DVR routers, the nexthop is
the appropriate compute node.
* Prefix routes for directly routable tenant networks with address scopes,
the nexthop is the centralized router, the same for DVR and CVR.
.
Neutron dynamic routing consists of service plug-in and agent. The service
plug-in implements the Networking service extension and the agent manages
dynamic routing protocol peering sessions. The plug-in communicates with the
agent through RPC.
.
This package provides the Python 2.7 library.
Package: python-neutron-fwaas-dashboard
Description-md5: 26b797b1135eeac37acda5911511ef99
Description-en: OpenStack Firewall as a Service - dashboard plugin
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.
.
This package contains the Neutron FWaaS OpenStack dashboard plugin.
Package: python-neutron-vpnaas
Description-md5: 770d11de9ee1dcf81437b43f3bfca8ec
Description-en: VPN-as-a-Service driver for OpenStack Neutron
Neutron is a virtual network service for Openstack, and a part of
Netstack. Just like OpenStack Nova provides an API to dynamically
request and configure virtual servers, Neutron provides an API to
dynamically request and configure virtual networks. These networks
connect "interfaces" from other OpenStack services (e.g., virtual NICs
from Nova VMs). The Neutron API supports extensions to provide
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
etc.)
.
This package provices the VPN-as-a-Service driver for Neutron.
Package: python-nevow
Description-md5: 2a2688e0d42aa62c5c4b762ee7e70717
Description-en: Web application templating system for Python and Twisted
Nevow's main focus is on separating the HTML template from both the
business logic and the display logic, while allowing the programmer
to write pure Python code as much as possible. It separates your code
into 'data' and 'render' functions, a simplified implementation of
traditional MVC. It has various parts which can be used individually
or as a whole, integrated web solution:
.
- XHTML templates: contain no programming logic, only nodes tagged
with nevow attributes
- data/render methods: simplified MVC
- stan: An s-expression-like syntax for expressing xml in pure Python
- formless: For describing the types of objects which may be passed
to methods of your classes, validating and coercing string input from
either web or command-line sources, and calling your methods
automatically once validation passes
- freeform: For rendering web forms based on formless type
descriptions, accepting form posts and passing them to formless
validators, and rendering error forms in the event validation fails
- livepage: Cross-browser JavaScript glue for sending client side
events to the server and server side events to the client after the
page has loaded, without causing the entire page to refresh
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-notebook
Description-md5: beef63135861f41d57794058af0355cd
Description-en: Jupyter interactive notebook (Python 2)
The Jupyter Notebook is a web application that allows you to create and
share documents that contain live code, equations, visualizations, and
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.
.
This package contains the Python 2 library.
.
This package is not required to run Python 2 code in the notebook, only to
allow Python 2 code to interact directly with the notebook server.
Package: python-notebook-doc
Description-md5: 5193dd9d2354e8ca81574eb5f5933104
Description-en: Jupyter interactive notebook (documentation)
The Jupyter Notebook is a web application that allows you to create and
share documents that contain live code, equations, visualizations, and
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.
.
This package contains the documentation.
Package: python-nova.lxd
Description-md5: a9b3f6596c73a62b37413702be61b600
Description-en: transitional dummy package for python-nova.lxd
This transitional package is safe to remove and use python-nova-lxd
instead.
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-openscap
Description-md5: 61dab89382a067ba1191ff00d77a2093
Description-en: Set of libraries enabling integration of the SCAP line of standards
OpenSCAP is a set of open source libraries providing an easier path
for integration of the SCAP line of standards. SCAP is a line of
standards managed by NIST with the goal of providing a standard language
for the expression of Computer Network Defense related information.
.
The intended scope of this project is to implement working interface
wrappers for parsing and querying SCAP content including:
* Common Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
.
This package contains the Python bindings for OpenSCAP.
Package: python-pandas
Description-md5: 5d2a4a5c4c40bb97c56fe95fc9e2a8ec
Description-en: data structures for "relational" or "labeled" data
pandas is a Python package providing fast, flexible, and expressive
data structures designed to make working with "relational" or
"labeled" data both easy and intuitive. It aims to be the fundamental
high-level building block for doing practical, real world data
analysis in Python. pandas is well suited for many different kinds of
data:
.
- Tabular data with heterogeneously-typed columns, as in an SQL
table or Excel spreadsheet
- Ordered and unordered (not necessarily fixed-frequency) time
series data.
- Arbitrary matrix data (homogeneously typed or heterogeneous) with
row and column labels
- Any other form of observational / statistical data sets. The data
actually need not be labeled at all to be placed into a pandas
data structure
.
This package contains the Python 2 version.
Package: python-pandas-doc
Description-md5: ff0b8419e63f8bef905105cadfb3c6bf
Description-en: documentation and examples for pandas
This package contains documentation and example scripts for
python-pandas.
Package: python-pandas-lib
Description-md5: 8aa4afd3146c4572fd272f82e4fdb260
Description-en: low-level implementations and bindings for pandas
This is an add-on package for python-pandas providing
architecture-dependent extensions.
.
This package contains the Python 2 version.
Package: python-patsy
Description-md5: 2b9934863c5c724ff5f035a65349cda2
Description-en: statistical models in Python using symbolic formulas
patsy is a Python library for describing statistical models
(especially linear models, or models that have a linear component)
and building design matrices.
.
This package contains the Python 2 version.
Package: python-patsy-doc
Description-md5: ab38c2216b1ee66b6674caccb8a3cd3b
Description-en: documentation and examples for patsy
This package contains documentation and example scripts for
python-patsy.
Package: python-phabricator
Description-md5: 9977686c64fd2e03b14367aa67e20bd2
Description-en: Phabricator Python API Bindings (Python 2)
Phabricator is an open source collection of web applications which make it
easier to write, review, and share source code.
.
The current package provides Python API bindings for Phabricator interfaces.
Package: python-pip
Description-md5: db218fe7474e0c1224bd54cc5ac587ea
Description-en: Python package installer
pip is the Python package installer. It integrates with virtualenv, doesn't
do partial installs, can save package state for replaying, can install from
non-egg sources, and can install from version control repositories.
Package: python-pip-whl
Description-md5: 1284c358e53d20e9aa626d1280d5ee73
Description-en: Python package installer
pip is the Python package installer. It integrates with virtualenv, doesn't
do partial installs, can save package state for replaying, can install from
non-egg sources, and can install from version control repositories.
.
This is the support package for the PEP 427 wheel version of the package,
required for using pip inside a virtual environment.
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-protobuf
Description-md5: be8d4586108d36eccf5a91b06dc55099
Description-en: Python bindings for protocol buffers
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the Python bindings for the protocol buffers. You will
need the protoc tool (in the protobuf-compiler package) to compile your
definition to Python classes, and then the modules in this package will allow
you to use those classes in your programs.
Package: python-py
Description-md5: 23ae525bcd8a7343e68f18cd0b6565ae
Description-en: Advanced Python development support library (Python 2)
The Codespeak py lib aims at supporting a decent Python development process
addressing deployment, versioning and documentation perspectives. It includes:
.
* py.path: path abstractions over local and Subversion files
* py.code: dynamic code compile and traceback printing support
.
This package provides the Python 2 modules.
Package: python-pyclamav
Description-md5: ca502c4caa9aef15df928f6d524ffb35
Description-en: Python bindings to ClamAV
This package adds virus detection capabilities to Python software, thanks to
the ClamAV antivirus toolkit without the need for running clamav-daemon. For
virus scanning with clamav-daemon, python-pyclamd is an available
alternative.
Package: python-pygraphviz
Description-md5: e480c0fd5cf84365b28f03f2002fa81e
Description-en: Python interface to the Graphviz graph layout and visualization package
Pygraphviz is a Python interface to the Graphviz graph layout and
visualization package.
.
With Pygraphviz you can create, edit, read, write, and draw graphs using
Python to access the Graphviz graph data structure and layout algorithms.
Package: python-pygraphviz-dbg
Description-md5: 8f389eb9431ff00ab844dec3dc03d3de
Description-en: Python interface to the Graphviz graph layout and visualization package (debug extension)
Pygraphviz is a Python interface to the Graphviz graph layout and
visualization package.
.
With Pygraphviz you can create, edit, read, write, and draw graphs using
Python to access the Graphviz graph data structure and layout algorithms.
.
This package contains the debug extension for python-pygraphviz.
Package: python-pygraphviz-doc
Description-md5: 84251949f03123160cc9670f9d38f9b3
Description-en: Python interface to the Graphviz graph layout and visualization package (doc)
Pygraphviz is a Python interface to the Graphviz graph layout and
visualization package.
.
With Pygraphviz you can create, edit, read, write, and draw graphs using
Python to access the Graphviz graph data structure and layout algorithms.
.
This package contains documentation for python-pygraphviz.
Package: python-pyldap
Description-md5: 2f2344a0718da8aa06a6c92c97c83c2f
Description-en: LDAP interface module for Python 2.7 - transition package
This module provides a Python3 interface to the OpenLDAP client library
(LDAP is the Lightweight Directory Access Protocol).
.
This transition dummy package for Python 2.7 can be safely removed, since the
ldap module has merged changes in the pyldap fork.
Package: python-renderpm
Description-md5: f69778da55c6c96c3d31560659245a79
Description-en: python low level render interface
This package contains the python low level render interface,
used in the ReportLab library.
Package: python-renderpm-dbg
Description-md5: 6869a2b5f092d5175dad07e42b3ce0c1
Description-en: python low level render interface (debug extension)
This package contains the python low level render interface,
used in the ReportLab library.
.
This package contains the extension built for the python debug interpreter.
Package: python-reportlab
Description-md5: 873a1862f0132d9ec6634cf606e556ae
Description-en: ReportLab library to create PDF documents using Python
ReportLab is a library that lets you directly create documents in
Adobe's Portable Document Format (PDF) using the Python programming language.
.
ReportLab library creates PDF based on graphics commands without
intervening steps. It's therefore extremely fast, and flexible (since
you're using a full-blown programming language).
.
Sample use cases are:
* Dynamic PDF generation on the web
* High-volume corporate reporting and database publishing
* As embeddable print engine for other applications, including a
'report language' so that users can customize their own reports.
* As 'build system' for complex documents with charts, tables and text
such as management accounts, statistical reports and scientific papers
* from XML to PDF in one step
Package: python-reportlab-accel
Description-md5: 3a2f3d264cea475a3a1ee612a69fb526
Description-en: C coded extension accelerator for the ReportLab Toolkit
A C coded extension accelerator for the ReportLab Toolkit.
Package: python-reportlab-accel-dbg
Description-md5: 3a2f3d264cea475a3a1ee612a69fb526
Description-en: C coded extension accelerator for the ReportLab Toolkit
A C coded extension accelerator for the ReportLab Toolkit.
Package: python-s3transfer
Description-md5: 21ce54303e89bf612f9fef7e1a746995
Description-en: Amazon S3 Transfer Manager for Python2
S3transfer is a Python library for managing Amazon S3 transfers.
.
This package contains the module for Python 2.
Package: python-simplestreams
Description-md5: de3939aceef20133cbe2ba7bbb1b7f43
Description-en: Library and tools for using Simple Streams data
This package provides a client for interacting with simple
streams data as is produced to describe Ubuntu's cloud images.
Package: python-simplestreams-openstack
Description-md5: 196474a014dbb68151c55d2f990106c8
Description-en: Library and tools for using Simple Streams data
This package depends on libraries necessary to use the openstack dependent
functionality in simplestreams. That includes interacting with glance,
swift and keystone.
Package: python-sip
Description-md5: 27c97dead959a9d9b24bd99cbbda9e50
Description-en: Python/C++ bindings generator runtime library
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
Package: python-sip-dbg
Description-md5: 0e2e02f48bf6715db3aff48b66646975
Description-en: Python/C++ bindings generator runtime library (debug extension)
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
This package contains the extension built for the Python debug interpreter,
and the debugging symbols for python-sip package.
Package: python-sip-dev
Description-md5: 43365f4a9613791779e7463d65e464df
Description-en: Python/C++ bindings generator development files
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
SIP was originally designed to generate Python bindings for KDE and so
has explicit support for the signal slot mechanism used by the Qt/KDE
class libraries.
.
Features:
- connecting Qt signals to Python functions and class methods
- connecting Python signals to Qt slots
- overloading virtual member functions with Python class methods
- protected member functions
- abstract classes
- enumerated types
- global class instances
- static member functions.
.
This package contains sipdistutils and the development headers needed to
develop Python bindings with sip.
Package: python-sip-doc
Description-md5: cf27fa6d76cc619a2338fabefb854578
Description-en: Python/C++ bindings generator documentation
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
SIP was originally designed to generate Python bindings for KDE and so
has explicit support for the signal slot mechanism used by the Qt/KDE
class libraries.
.
Features:
- connecting Qt signals to Python functions and class methods
- connecting Python signals to Qt slots
- overloading virtual member functions with Python class methods
- protected member functions
- abstract classes
- enumerated types
- global class instances
- static member functions.
.
This package contains the html documentation.
Package: python-subversion
Description-md5: 30d5802891a40f1c510adc5fe5a34238
Description-en: Python bindings for Apache Subversion
This is a set of Python interfaces to libsvn, the Apache Subversion
libraries. It is useful if you want to, for example, write a Python
script that manipulates a Subversion repository or working copy. See
the 'subversion' package for more information.
Package: python-subversion-dbg
Description-md5: f20ef14947423d47b5d91de9d62bf3a7
Description-en: Python bindings for Subversion (debug extension)
This is a set of Python interfaces to libsvn, the Subversion
libraries. It is useful if you want to, for example, write a Python
script that manipulates a Subversion repository or working copy. See
the 'subversion' package for more information.
.
This package contains the extension built for the python debug interpreter.
Package: python-swauth
Description-md5: bea29e36c812d784472dda3a4ade5c7d
Description-en: transitional dummy package for python-swauth
This transitional package to swauth is safe to remove.
Package: python-tornado
Description-md5: 333961bc30a4c8d40a82b9e0d02e21c9
Description-en: scalable, non-blocking web server and tools
Tornado is a Python web framework and asynchronous networking library,
originally developed at FriendFeed. By using non-blocking network I/O,
Tornado can scale to tens of thousands of open connections, making it ideal
for long polling, WebSockets, and other applications that require a
long-lived connection to each user.
.
This is the Python 2 version of the package.
Package: python-tornado-doc
Description-md5: 5054316fc06d78000bd342f868b482c8
Description-en: scalable, non-blocking web server and tools - documentation
Tornado is a Python web framework and asynchronous networking library,
originally developed at FriendFeed. By using non-blocking network I/O,
Tornado can scale to tens of thousands of open connections, making it ideal
for long polling, WebSockets, and other applications that require a
long-lived connection to each user.
.
This package contains the documentation.
Package: python-twisted-conch
Description-md5: 034d9eb5aed2d8616e909faf16062f23
Description-en: twisted dummy package for Twisted SSH Implementation
All the code has been moved to python-twisted-core, this package
contains only documentation and is going to be removed.
See https://twistedmatrix.com/trac/ticket/7964.
Package: python-twisted-mail
Description-md5: 1d6a4bdf8a00b6b9c2b0ad0455b16f8e
Description-en: twisted dummy package for SMTP, IMAP and POP protocol implementation
All the code has been moved to python-twisted-core, this package
contains only documentation and is going to be removed.
See https://twistedmatrix.com/trac/ticket/7964.
Package: python-twisted-names
Description-md5: 85959b9306e93bb309c04ac12295f832
Description-en: twisted package for DNS protocol implementation
All the code has been moved to python-twisted-core, this package
contains only documentation and is going to be removed.
See https://twistedmatrix.com/trac/ticket/7964.
Package: python-twisted-news
Description-md5: 4f799c3fa09b0ef168d17e0cca9326ec
Description-en: twisted dummy package for NNTP protocol implementation
All the code has been moved to python-twisted-core, this package
contains only documentation and is going to be removed.
See https://twistedmatrix.com/trac/ticket/7964.
Package: python-twisted-web
Description-md5: 9b210d0df1fd6c51daac7eacd8ca3bb0
Description-en: twisted dummy package for HTTP protocol implementation
All the code has been moved to python-twisted-core, this package
contains only documentation and is going to be removed.
See https://twistedmatrix.com/trac/ticket/7964.
Package: python-twisted-words
Description-md5: fc58f66917a7129f20903c1e09a753c4
Description-en: twisted dummy package for Chat and Instant Messaging
All the code has been moved to python-twisted-core, this package
contains only documentation and is going to be removed.
See https://twistedmatrix.com/trac/ticket/7964.
Package: python-ubuntutools
Description-md5: bb8d0b6badb61a19ba03309097484bd8
Description-en: useful APIs for Ubuntu developer tools — Python 2 library
This package ships a collection of APIs, helpers and wrappers used to
develop useful utilities for Ubuntu developers.
.
This package installs the library for Python 2.
Package: python-ufw
Description-md5: 11dfd1523d9c3257254c0e8246d196d4
Description-en: Uncomplicated FireWall Python modules
The Uncomplicated FireWall is a front-end for iptables, to make managing a
Netfilter firewall easier. This package includes the Python modules for the
Uncomplicated FireWall.
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-wheel
Description-md5: 90eca01edd0ab0c12c3d4c3be118b640
Description-en: built-package format for Python
A wheel is a ZIP-format archive with a specially formatted filename and the
`.whl` extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
.
The wheel project provides a `bdist_wheel` command for setuptools. Wheel
files can be installed with `pip`.
.
This is the Python 2 compatible package.
Package: python-wheel-common
Description-md5: e8a014fc4b7bd300e3f388ed4339b4f4
Description-en: built-package format for Python
A wheel is a ZIP-format archive with a specially formatted filename and the
`.whl` extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
.
The wheel project provides a `bdist_wheel` command for setuptools. Wheel
files can be installed with `pip`.
.
These are the command line scripts and manpages.
Package: python-wokkel
Description-md5: 97e6786d27d6b49bf492295579e429b2
Description-en: collection of enhancements for Twisted
Wokkel is a collection of enhancements on top of the
Twisted networking framework, written in Python. It
mostly provides a testing ground for enhancements to
the Jabber/XMPP protocol implementation as found in
Twisted Words, that are meant to eventually move there.
Package: python-xdg
Description-md5: 207fa0b47cf9e6e4652f4db6ceb58ee7
Description-en: Python 2 library to access freedesktop.org standards
PyXDG contains implementations of freedesktop.org standards in Python:
.
* Base Directory Specification Version 0.6
* Menu Specification Version 1.0-draft1
* Desktop Entry Specification Version 1.0
* Icon Theme Specification Version 0.8
* Recent File Spec 0.2
* Shared-MIME-Database Specification 0.13
.
This package contains the Python 2 version of the library.
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-acme
Description-md5: 1f6a20683296d3471681d8269f592f79
Description-en: ACME protocol library for Python 3
This is a library used by the Let's Encrypt client for the ACME
(Automated Certificate Management Environment). The ACME protocol is
designed as part of the Let's Encrypt project, to make it possible to
setup an HTTPS server and have it automatically obtain a
browser-trusted certificate, without any human intervention. This
library implements the protocol used for proving the control of a
domain. This library is Python 3.
Package: python3-aptdaemon.test
Description-md5: 1a901b5468edd109ab5809bbe10ba40d
Description-en: Test environment for aptdaemon clients
Aptdaemon is a transaction based package management daemon. It allows
normal users to perform package management tasks, e.g. refreshing the
cache, upgrading the system, installing or removing software packages.
.
This package provides the aptdaemon.test module and several helper
scripts and a test repository to write unittests for aptdaemon
clients.
Package: python3-audit
Description-md5: fd94855bbf9417e3ba14572436002335
Description-en: Python3 bindings for security auditing
The package contains the Python3 bindings for libaudit and libauparse, which
are used to monitor systems for security related events. Python can be used to
parse and process the security event messages.
Package: python3-barbicanclient
Description-md5: 90a77786df32d35085be9fa1cc8569d6
Description-en: OpenStack Key Management API client - Python 3.x
This is a client for the Barbican Key Management API. This package includes a
Python library for accessing the API (the barbicanclient module), and a
command-line script (barbican).
.
This package contains the Python 3.x module.
Package: python3-boto
Description-md5: 56b90e6fbc2e7485ce9d6f5c7186598b
Description-en: Python interface to Amazon's Web Services - Python 3.x
Boto is a Python interface to the infrastructure services available from
Amazon.
.
Boto supports the following services:
* Elastic Compute Cloud (EC2)
* Elastic MapReduce
* CloudFront
* DynamoDB
* SimpleDB
* Relational Database Service (RDS)
* Identity and Access Management (IAM)
* Simple Queue Service (SQS)
* CloudWatch
* Route53
* Elastic Load Balancing (ELB)
* Flexible Payment Service (FPS)
* Simple Storage Service (S3)
* Glacier
* Elastic Block Store (EBS)
* and many more...
.
This package provides the Python 3.x module.
Package: python3-botocore
Description-md5: 6bf0620f1a2dee56516d398a617b5493
Description-en: Low-level, data-driven core of boto 3 (Python 3)
A low-level interface to a growing number of Amazon Web Services.
The botocore package is the foundation for AWS-CLI.
.
This package contains the module for Python 3.
Package: python3-bottle
Description-md5: 3cdc0a603e2b84991d37f2b8b938b900
Description-en: fast and simple WSGI-framework for Python3
Bottle is a fast and simple WSGI-framework for the Python3 programming
language. It offers request dispatching with url parameter support
(routes), templates, key/value databases, a built-in HTTP server and
adapters for many third party WSGI/HTTP-server and template engines.
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-certbot
Description-md5: 85358386ec4314ac7c0c6d37555b95ff
Description-en: main library for certbot
The objective of Certbot, Let's Encrypt, and the ACME (Automated
Certificate Management Environment) protocol is to make it possible
to set up an HTTPS server and have it automatically obtain a
browser-trusted certificate, without any human intervention. This is
accomplished by running a certificate management agent on the web
server.
.
This agent is used to:
.
- Automatically prove to the Let's Encrypt CA that you control the website
- Obtain a browser-trusted certificate and set it up on your web server
- Keep track of when your certificate is going to expire, and renew it
- Help you revoke the certificate if that ever becomes necessary.
.
This package contains the main libraries.
Package: python3-clang-10
Description-md5: 2c9b6237594ba364f2afb9b0458f2f14
Description-en: Clang Python Bindings
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This binding package provides access to the Clang compiler and libraries.
Package: python3-django-openstack-auth
Description-md5: c305d6dbe36cd9d4e9a2e224289d07f4
Description-en: Django authentication backend for Openstack - Python 3.x
Django authentication backend for use with the OpenStack Keystone Identity
backend. This Python module is used by Horizon (the Openstack Dashport web
GUI) to auth against Keystone.
.
This package provides the Python 3.x module.
Package: python3-ecdsa
Description-md5: 3a2d04c64c6147001787c4d6d9fbe68c
Description-en: ECDSA cryptographic signature library (Python 3)
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python. With this library,
you can quickly create keypairs (signing key and verifying key), sign messages,
and verify the signatures. The keys and signatures are very short, making them
easy to handle and incorporate into other protocols.
.
This package contains the module for Python 3.
Package: python3-etcd3gw
Description-md5: 9a43ccd87d809cd9ba588bbd628a469c
Description-en: client for etcd3 grpc-gateway v3 API - Python 3.x
A python client for etcd3 grpc-gateway v3alpha API.
.
This package contains the Python 3.x module.
Package: python3-flask
Description-md5: 641177e823dea958cab4d806a13149d6
Description-en: micro web framework based on Werkzeug and Jinja2 - Python 3.x
Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
intentions. A minimal Flask application looks like that:
.
from flask import Flask
app = Flask(__name__)
.
@app.route("/")
def hello():
return "Hello World!"
.
if __name__ == '__main__':
app.run()
.
This package contains the Python 3.x module.
Package: python3-future
Description-md5: a1190a5cd653eb6685075f2c4741ad9b
Description-en: Clean single-source support for Python 3 and 2 - Python 3.x
Future is the missing compatibility layer between Python 2 and Python 3. It
allows one to use a single, clean Python 3.x-compatible codebase to support
both Python 2 and Python 3 with minimal overhead.
.
The imports have no effect on Python 3. On Python 2, they shadow the
corresponding builtins, which normally have different semantics on Python 3
versus 2, to provide their Python 3 semantics.
.
This package contains the Python 3.x module.
Package: python3-gnocchi
Description-md5: f898d5b98b49ec3ae1dfc5bc70f4a687
Description-en: Metric as a Service - Python 3.x
Gnocchi is a service for managing a set of resources and storing metrics about
them, in a scalable and resilient way. Its functionalities are exposed over an
HTTP REST API.
.
This package contains the Python 3.x module.
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-google-compute-engine
Description-md5: a4d1cfa5272d53a6d436315421ef2ba2
Description-en: Python library for Google Compute Engine interaction (Python 3)
Python libraries used for interacting with Google Compute Engine's APIs and
functionality. This package contains the modules for Python 3.x.
Package: python3-gst-1.0
Description-md5: 0010fdd48915098a7ea5bb58f2d0e137
Description-en: GStreamer GObject Introspection overrides for Python (Python 3)
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 GObject Introspection overrides for Python that
can be used by Python applications using GStreamer.
Package: python3-gst-1.0-dbg
Description-md5: 436e700a95baa9b205c28a65dacb0d7b
Description-en: GStreamer GObject Introspection overrides for Python (Python 3, debug extensions)
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 GObject Introspection overrides for Python that
can be used by Python applications using GStreamer.
Package: python3-guestfs
Description-md5: 0f4dad0418f659813a0a1911917e8612
Description-en: guest disk image management system - Python 3 bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the Python 3 bindings.
Package: python3-hivex
Description-md5: 802f69909ae8a4552451fc8cbfcc2949
Description-en: Python 3 bindings for hivex
Python 3 bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
Package: python3-imaplib2
Description-md5: 9c733301e99380dcf9f20e0a5e5cd784
Description-en: Threaded Python IMAP4 client (Python 3)
Python IMAP4 rev1 mail protocol client class using threads for parallel
operation, allowing full use of the IMAP4 concurrency features and to
decouple a user of imaplib from i/o lags, except where explicitly allowed.
Package: python3-jmespath
Description-md5: ac09f316db5a4e759a8b7593617b1b6c
Description-en: JSON Matching Expressions (Python 3)
JMESPath is python library which allows you to declaratively specify how
to extract elements from a JSON document.
.
This package contains the module for Python 3.
Package: python3-lasso
Description-md5: 69483e412988938f8df3295419ae6dd8
Description-en: Library for Liberty Alliance and SAML protocols - Python bindings
Lasso is an implementation of Liberty Alliance and related protocols, for
network identity federations, single sign-on and other web services protocols.
The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
.
This package contains Python bindings for liblasso, needed to use lasso
in Python applications.
Package: python3-ldns
Description-md5: a0755ef3230fff37be5968f5fd2e2523
Description-en: Python3 bindings for the ldns library for DNS programming
The goal of ldns is to simplify DNS programming, it supports recent RFCs
like the DNSSEC documents, and allows developers to easily create software
conforming to current RFCs, and experimental software for current Internet
Drafts.
.
This archive contains modules that allow you to use LDNS Library in
Python3 programs.
Package: python3-lexicon
Description-md5: 5679e157dfa35eae8e6bef8c6841c3f2
Description-en: Manipulate DNS records on various DNS providers (Python 3)
Lexicon provides a way to manipulate DNS records on multiple DNS
providers in a standardized way. Lexicon was designed to be used in
automation, specifically letsencrypt.
.
This package installs the library for Python 3.
Package: python3-libipa-hbac
Description-md5: 212cdd41ce04657029030f82f6a07c23
Description-en: Python3 bindings for the FreeIPA HBAC Evaluator library
The libipa_hbac-python contains the bindings so that libipa_hbac can be
used by Python applications.
.
This package installs the library for Python 3.
Package: python3-libproxy
Description-md5: c6da08d2b736a2677aeb8665659233eb
Description-en: automatic proxy configuration management library (Python 3)
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains the Python 3 bindings.
Package: python3-libsss-nss-idmap
Description-md5: 9dc7d17bee37f7358268401ea7fe5b96
Description-en: Python3 bindings for the SID lookups library
This package contains the bindings for libnss_sss_idmap to be used by
Python applications.
.
This package installs the library for Python 3.
Package: python3-lldb-10
Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92
Description-en: Next generation, high-performance debugger, python3 lib
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This binding package provides access to lldb.
Package: python3-lldb-9
Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92
Description-en: Next generation, high-performance debugger, python3 lib
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This binding package provides access to lldb.
Package: python3-mechanicalsoup
Description-md5: 47a6715de33cb4cf25a4ae894edf19fe
Description-en: library for automating interaction with websites (Python 3)
A Python library for automating interaction with websites. MechanicalSoup
automatically stores and sends cookies, follows redirects, and can follow
links and submit forms. It doesn't do Javascript.
.
MechanicalSoup provides a similar API to the Mechanize library using Requests
(for http sessions) and BeautifulSoup (for document navigation).
.
This package provides the modules for Python 3.
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-memcache
Description-md5: 782d5db8ef068dacdf2c5f4aeb2e2d8f
Description-en: pure Python memcached client - Python 3.x
This software is a 100% Python interface to the memcached memory cache daemon.
It is the client side software which allows storing values in one or more,
possibly remote, memcached servers.
.
This package contains the Python 3.x module.
Package: python3-networkx
Description-md5: a2807485b7699fe672b16e535b3e3360
Description-en: tool to create, manipulate and study complex networks (Python3)
NetworkX is a Python-based package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.
.
The structure of a graph or network is encoded in the edges (connections,
links, ties, arcs, bonds) between nodes (vertices, sites, actors). If
unqualified, by graph it's meant a simple undirected graph, i.e. no
self-loops and no multiple edges are allowed. By a network it's usually
meant a graph with weights (fields, properties) on nodes and/or edges.
.
The potential audience for NetworkX includes: mathematicians, physicists,
biologists, computer scientists, social scientists.
.
This package contains the Python 3 version of NetworkX.
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-notebook
Description-md5: 5da681a9ca3b32654d12c11e9bca9ffe
Description-en: Jupyter interactive notebook (Python 3)
The Jupyter Notebook is a web application that allows you to create and
share documents that contain live code, equations, visualizations, and
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.
.
This package contains the Python 3 library.
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-openstackclient
Description-md5: 030c3c6e2e45523d8ca9de1b9030ba8f
Description-en: OpenStack Command-line Client - Python 3.x
python-openstackclient is a unified command-line client for the OpenStack APIs.
It is a thin wrapper to the stock python-*client modules that implement the
actual REST API client actions.
.
This is an implementation of the design goals shown in
http://wiki.openstack.org/UnifiedCLI. The primary goal is to provide
a unified shell command structure and a common language to describe
operations in OpenStack.
.
This package contains the Python 3.x module.
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-os-brick
Description-md5: bf3bbe4c9e56552b7f28bbbc114c85a8
Description-en: Library for managing local volume attaches - Python 3.x
OpenStack Cinder brick library for managing local volume attaches.
.
Features discovery of volumes being attached to a host for many
transport protocols and removal of volumes from a host.
.
This package contains the Python 3.x module.
Package: python3-oslo.messaging
Description-md5: 2cb81d417f9c1bcebd0c0cfab8c50e68
Description-en: oslo messaging library - Python 3.x
The oslo.messaging API supports RPC and notifications over a number of
different messaging transports.
.
Oslo is a set of libraries developed for OpenStack.
.
This package provides the Python 3.x module.
Package: python3-oslo.policy
Description-md5: 20ae3e51fa41b0c6f176de4a3e29faa5
Description-en: RBAC policy enforcement library for OpenStack - Python 3.x
Oslo.policy provides a Role Based Access Control policy enforcement library
for OpenStack.
.
This package contains the Python 3.x module.
Package: python3-oslo.utils
Description-md5: d8658b7334be45d98783c068a1579979
Description-en: set of utility functions for OpenStack - Python 3.x
The Oslo.utils package provides a set of function which are cross-project
for OpenStack. For example, it provides text decoding, exception handling,
Python module import facility (try_import function), network-related
system-level, and time utilities and helper functions.
.
This package contains the Python 3.x module.
Package: python3-pandas
Description-md5: 974128ffdd60ff45a653342bf818c011
Description-en: data structures for "relational" or "labeled" data - Python 3
pandas is a Python package providing fast, flexible, and expressive
data structures designed to make working with "relational" or
"labeled" data both easy and intuitive. It aims to be the fundamental
high-level building block for doing practical, real world data
analysis in Python. pandas is well suited for many different kinds of
data:
.
- Tabular data with heterogeneously-typed columns, as in an SQL
table or Excel spreadsheet
- Ordered and unordered (not necessarily fixed-frequency) time
series data.
- Arbitrary matrix data (homogeneously typed or heterogeneous) with
row and column labels
- Any other form of observational / statistical data sets. The data
actually need not be labeled at all to be placed into a pandas
data structure
.
This package contains the Python 3 version.
Package: python3-pandas-lib
Description-md5: 171dc19c4fa3beb207fb0289994e7b87
Description-en: low-level implementations and bindings for pandas - Python 3
This is an add-on package for python-pandas providing
architecture-dependent extensions.
.
This package contains the Python 3 version.
Package: python3-patsy
Description-md5: 9c746571984d68b3487f009052a062bc
Description-en: statistical models in Python using symbolic formulas
patsy is a Python library for describing statistical models
(especially linear models, or models that have a linear component)
and building design matrices.
.
This package contains the Python 3 version.
Package: python3-pebble
Description-md5: dc4b2a4a2b4effa8d4f8a2c343695d21
Description-en: Threading and multiprocessing eye-candy
Pebble provides a neat API to manage threads and processes within
an application.
Package: python3-phabricator
Description-md5: 64492ee2db21cceb14b33169bb8a9d5a
Description-en: Phabricator Python API Bindings (Python 3)
Phabricator is an open source collection of web applications which make it
easier to write, review, and share source code.
.
The current package provides Python API bindings for Phabricator interfaces.
Package: python3-pip
Description-md5: 9d251b212c019b715059567c86cd6fa2
Description-en: Python package installer
pip is the Python package installer. It integrates with virtualenv, doesn't
do partial installs, can save package state for replaying, can install from
non-egg sources, and can install from version control repositories.
.
This is the Python 3 version of the package.
Package: python3-py
Description-md5: cdfb445e8352c81d902426be589c18b7
Description-en: Advanced Python development support library (Python 3)
The Codespeak py lib aims at supporting a decent Python development process
addressing deployment, versioning and documentation perspectives. It includes:
.
* py.path: path abstractions over local and Subversion files
* py.code: dynamic code compile and traceback printing support
.
This package provides the Python 3 modules.
Package: python3-pygraphviz
Description-md5: 4804d58b01bdfba1293e780ad3c63b5a
Description-en: Python interface to the Graphviz graph layout and visualization package (Python 3)
Pygraphviz is a Python interface to the Graphviz graph layout and
visualization package.
.
With Pygraphviz you can create, edit, read, write, and draw graphs using
Python to access the Graphviz graph data structure and layout algorithms.
.
This package contains the Python 3 version of python-pygraphviz.
Package: python3-pygraphviz-dbg
Description-md5: 77c346eff811dcbcd9f1519029957a8b
Description-en: Python interface to the Graphviz graph layout and visualization package (py3k debug extension)
Pygraphviz is a Python interface to the Graphviz graph layout and
visualization package.
.
With Pygraphviz you can create, edit, read, write, and draw graphs using
Python to access the Graphviz graph data structure and layout algorithms.
.
This package contains the debug extension for python3-pygraphviz.
Package: python3-pyldap
Description-md5: 52d4343746d9edab9e1273ee6eda96fc
Description-en: LDAP interface module for Python 3.x - transition package
This module provides a Python3 interface to the OpenLDAP client library
(LDAP is the Lightweight Directory Access Protocol).
.
This transition dummy package for Python 3.x can be safely removed, since the
ldap module has merged changes in the pyldap fork.
Package: python3-pylxd
Description-md5: f6a9486c3e2a73ce27b52aa6d101395a
Description-en: Python library for interacting with LXD REST API
LXD offers a REST API to remotely manage containers over the network,
using an image based workflow and with support for live migration.
.
pylxd is a small Python library for interacting the with the
LXD REST API.
.
This package contains the Python 3 module.
Package: python3-pyroute2
Description-md5: 8cb4e09384027411c98eb8382adee196
Description-en: Python3 Netlink library
Pyroute2 is a pure Python netlink and Linux network configuration
library. It requires only Python stdlib, no 3rd party libraries.
Later it can change, but the deps tree will remain as simple, as
it is possible.
.
This is the Python 3 compatible package.
Package: python3-pysaml2
Description-md5: f590c41f464c94a4b3e3914de9e218aa
Description-en: SAML Version 2 to be used in a WSGI environment - Python 3.x
This package provides a Python implementation of SAML Version 2 to be used in
a WSGI environment.
.
From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version
of the SAML standard for exchanging authentication and authorization data
between security domains. SAML 2.0 is an XML-based protocol that uses security
tokens containing assertions to pass information about a principal (usually an
end user) between a SAML authority, that is, an identity provider, and a SAML
consumer, that is, a service provider. SAML 2.0 enables web-based
authentication and authorization scenarios including cross-domain single
sign-on (SSO), which helps reduce the administrative overhead of distributing
multiple authentication tokens to the user.
.
This package contains the Python 3.x module.
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-s3transfer
Description-md5: 98ec7fa34a944aa3ab677922e87fe5f1
Description-en: Amazon S3 Transfer Manager for Python3
S3transfer is a Python library for managing Amazon S3 transfers.
.
This package contains the module for Python 3.
Package: python3-sip
Description-md5: a95e2a685ffcf3a879eaef1d99367187
Description-en: Python 3/C++ bindings generator runtime library
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
This package provides SIP with support for Python 3
Package: python3-sip-dbg
Description-md5: 878c52bf6c0a73eff6d117b20ce0f002
Description-en: Python 3/C++ bindings generator runtime library (debug extension)
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
This package contains the extension built for the Python 3 debug interpreter,
and the debugging symbols for python3-sip package.
Package: python3-sip-dev
Description-md5: b9db64c89950f09d0794c4281f76db68
Description-en: Python 3/C++ bindings generator development files
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
SIP was originally designed to generate Python bindings for KDE and so
has explicit support for the signal slot mechanism used by the Qt/KDE
class libraries.
.
Features:
- connecting Qt signals to Python functions and class methods
- connecting Python signals to Qt slots
- overloading virtual member functions with Python class methods
- protected member functions
- abstract classes
- enumerated types
- global class instances
- static member functions.
.
This package contains sipdistutils and the development headers needed to
develop Python 3 bindings with sip.
Package: python3-tornado
Description-md5: 5eea30356134805547a49ecf9245de4e
Description-en: scalable, non-blocking web server and tools - Python 3 package
Tornado is a Python web framework and asynchronous networking library,
originally developed at FriendFeed. By using non-blocking network I/O,
Tornado can scale to tens of thousands of open connections, making it ideal
for long polling, WebSockets, and other applications that require a
long-lived connection to each user.
.
This is the Python 3 version of the package.
Package: python3-ubuntutools
Description-md5: 7e13f84ccece24b357aee792b7904beb
Description-en: useful APIs for Ubuntu developer tools — Python 3 library
This package ships a collection of APIs, helpers and wrappers used to
develop useful utilities for Ubuntu developers.
.
This package installs the library for Python 3.
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-venv
Description-md5: b39de35bfe13307a4cc261cd186fa624
Description-en: pyvenv-3 binary for python3 (default python3 version)
Python, the high-level, interactive object oriented language,
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
.
This package is a dependency package, which depends on Debian's default
Python 3 version (currently v3.6).
Package: python3-werkzeug
Description-md5: fef907cf9c868c4317483929b895874b
Description-en: collection of utilities for WSGI applications (Python 3.x)
The Web Server Gateway Interface (WSGI) is a standard interface between web
server software and web applications written in Python.
.
Werkzeug is a lightweight library for interfacing with WSGI. It features
request and response objects, an interactive debugging system and a powerful
URI dispatcher. Combine with your choice of third party libraries and
middleware to easily create a custom application framework.
.
This package contains the Python 3.x module.
Package: python3-wheel
Description-md5: f239d28b37bcadf8b6416e23a48ae50d
Description-en: built-package format for Python
A wheel is a ZIP-format archive with a specially formatted filename and the
`.whl` extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
.
The wheel project provides a `bdist_wheel` command for setuptools. Wheel
files can be installed with `pip`.
.
This is the Python 3 compatible package.
Package: python3-wsme
Description-md5: 7c30389d9cf142ecf696f4862ad77aee
Description-en: Web Services Made Easy: implement multi-protocol webservices - Python 3.x
Web Service Made Easy (WSME) simplify the writing of REST web services by
providing simple yet powerful typing which removes the need to directly
manipulate the request and the response objects.
.
WSME can work standalone or on top of your favorite Python web (micro)
framework, so you can use both your preferred way of routing your REST requests
and most of the features of WSME that rely on the typing system like:
.
* Alternate protocols, including ones supporting batch-calls
* Easy documentation through a Sphinx extension
.
WSME is originally a rewrite of TGWebServices with focus on extensibility,
framework-independance and better type handling.
.
This package provides the Python 3.x module.
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 _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: python3.8
Description-md5: 4ee707efc9587f56df9cffed2287e053
Description-en: Interactive high-level object-oriented language (version 3.8)
Python is a high-level, interactive, object-oriented language. Its 3.8 version
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
Package: python3.8-dbg
Description-md5: e36207f7c9fe2bb07f9d99d04dcac5d2
Description-en: Debug Build of the Python Interpreter (version 3.8)
The package holds two things:
.
- A Python interpreter configured with --pydebug. Dynamically loaded modules
are searched as _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.8-dev
Description-md5: f9985a4945987c57c4c2b14758368c2e
Description-en: Header files and a static library for Python (v3.8)
Header files, a static library and development tools for building
Python (v3.8) modules, extending the Python interpreter or embedding
Python (v3.8) in applications.
.
Maintainers of Python packages should read README.maintainers.
Package: python3.8-examples
Description-md5: e37ea63cfb1d7a95a9fd0a30cc375d83
Description-en: Examples for the Python language (v3.8)
Examples, Demos and Tools for Python (v3.8). These are files included in
the upstream Python distribution (v3.8).
Package: python3.8-minimal
Description-md5: 2967d29792c00c2b44120fa66d6b5534
Description-en: Minimal subset of the Python language (version 3.8)
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.8-minimal/README.Debian for a list of the modules
contained in this package.
Package: python3.8-venv
Description-md5: d16828bf8bf56928e6bfb6f1a9a2f48a
Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.8)
Python is a high-level, interactive, object-oriented language. Its 3.8 version
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
.
This package contains the pyvenv-3.8 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-efi
Description-md5: d500ba5533cb5c4c4d39639eebcd91e0
Description-en: transitional dummy package
This is a transitional dummy package. It contains a compatibility symlink
of /usr/share/qemu-efi/QEMU_EFI.fd to /usr/share/qemu-efi-aarch64/QEMU_EFI.fd.
Package: qemu-efi-aarch64
Description-md5: 0191997e8e7dbde0e9009d3719a10aea
Description-en: UEFI firmware for 64-bit ARM virtual machines
qemu-efi-aarch64 is a build of EDK II for 64-bit ARM virtual machines. It
includes full support for UEFI, including Secure Boot.
Package: qemu-efi-arm
Description-md5: f74a611b21913e52e8381afc923f6fbe
Description-en: UEFI firmware for 32-bit ARM virtual machines
qemu-efi-arm is a build of EDK II for 32-bit ARM virtual machines. It
includes full support for UEFI, including Secure Boot.
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: qlubuntu-default-session
Description-md5: 209ef4842efb19d3e9c6fa5c7038a552
Description-en: Set default session to QLubuntu version
This package sets the default session to QLubuntu version by default.
Package: qmail
Description-md5: 4fb01ab6cd46cf3373f14ec200e0aa7b
Description-en: a secure, reliable, efficient, simple message transfer agent
qmail is meant as a replacement for the entire sendmail-binmail system on
typical Internet-connected UNIX hosts.
.
This package is based on the netqmail distribution of qmail, put
together by a motley krewe of qmail contributors (see the README).
It is derived from Daniel Bernstein's qmail-1.03 plus bug fixes,
a few feature enhancements, and some documentation.
Package: qmail-uids-gids
Description-md5: 710f624aae93e92fb2cf619973d3a766
Description-en: user ids and group ids for qmail
This package is mandatory for building and running the qmail package.
Package: qml
Description-md5: 8b8d9b44541027d34f3e6871e88ff6d3
Description-en: Qt 5 QML viewer
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 new QML viewer for Qt Quick 2, called simply
'qml'.
Package: qml-module-qt-labs-folderlistmodel
Description-md5: 203c24a871916a8ab106c719f21dc506
Description-en: Qt 5 folderlistmodel QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The FolderListModel provides a model of the contents of a file system folder.
Package: qml-module-qt-labs-settings
Description-md5: e44b06a5fdc411c26b6d54c6262fe739
Description-en: Qt 5 settings QML module
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 settings QML module for Qt declarative.
Package: qml-module-qt-labs-sharedimage
Description-md5: 8aef95f1014434d2db13c78e0c721f84
Description-en: Qt 5 SharedImage QML module
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 Shared Image plugin.
Package: qml-module-qtqml-models2
Description-md5: 18092df8fbb5da0f1f9c55090cc57c99
Description-en: Qt 5 Models2 QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Models provides types previously found in Qt Quick module.
Package: qml-module-qtqml-statemachine
Description-md5: 270a6273523332da7756d0400a49f989
Description-en: Qt 5 State Machine QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The State Machine QML module.
Package: qml-module-qtquick-controls-styles-breeze
Description-md5: 8054cb7fce6ab459a8aa29e33b919c65
Description-en: QtQuick style for Qt and KDE Software
This is the default QtQuick Controls style for KDE's Plasma desktop.
.
This package is part of the Breeze theme module.
Package: qml-module-qtquick-layouts
Description-md5: bd89c15244f52e9c0bb51284f75a6d15
Description-en: Qt 5 Quick Layouts QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt Quick Layouts modules provides a set of layouts that can be used to
build complete interfaces in Qt Quick.
Package: qml-module-qtquick-localstorage
Description-md5: 011ac4e60cfff53b48c1a8eec1a90a15
Description-en: Qt 5 localstorage QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a singleton type for reading and writing to SQLite databases.
Package: qml-module-qtquick-particles2
Description-md5: c2270a2aa81580e8c68f2df857c5065e
Description-en: Qt 5 particles 2 QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This QML module contains a particle system for Qt Quick.
Package: qml-module-qtquick-window2
Description-md5: f63654b55de42c6ff2851c7334ecd97f
Description-en: Qt 5 window 2 QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This QML module contains types for creating top-level windows and
accessing screen information.
Package: qml-module-qtquick-xmllistmodel
Description-md5: 5d41da89ea9b1ae0b77130647b663a85
Description-en: Qt 5 xmllistmodel QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This QML module contains types for creating models from XML data.
Package: qml-module-qtquick2
Description-md5: 49f1d62f90c134f695813922d23e7f44
Description-en: Qt 5 Qt Quick 2 QML module
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 Qt Quick 2 QML module for Qt declarative.
Package: qml-module-qttest
Description-md5: de51386018eb9b6b3cf4c57846ee5e6f
Description-en: Qt 5 test QML module
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 test QML module for Qt declarative.
Package: qml-module-snapd
Description-md5: ce2dca284911dca06a97170519607297
Description-en: Snapd QML module
snapd-glib is a library to allow GLib based applications access to snapd,
the daemon that controls Snaps.
.
Snaps are 'universal' packages that work across many different Linux
systems, enabling secure distribution of the latest apps and utilities
for cloud, servers, desktops and the internet of things.
.
This is a QML module for Qt applications to access snapd.
Package: qmlscene
Description-md5: a67138f4ecf886d0813d21f0a39bad26
Description-en: Qt 5 QML scene viewer
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 older QML viewer for Qt Quick 2. See qml package
for the newer one.
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: qt5-qmltooling-plugins
Description-md5: aaeee20ac4d952bf08fbfef5a579c9a2
Description-en: Qt 5 qmltooling plugins
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 qmltooling plugins.
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: qtdeclarative5-dev
Description-md5: 957c332e0d189c34d9a632e0f21bca92
Description-en: Qt 5 declarative development files
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 header development files for building some
Qt 5 applications using Qt 5 declarative headers.
Package: qtdeclarative5-dev-tools
Description-md5: 384db51b9ca50d630409949145f8f5c0
Description-en: Qt 5 declarative development programs
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 development programs used for building Qt 5
declarative applications.
Package: qtdeclarative5-doc
Description-md5: 2ec916802abb12173521f9426462cb19
Description-en: Qt 5 declarative 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 documentation for the Qt 5 declarative libraries.
Package: qtdeclarative5-doc-html
Description-md5: c4e1002a33f34eaadd0aebbf2f0751c6
Description-en: Qt 5 declarative 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 declarative
libraries.
Package: qtdeclarative5-examples
Description-md5: 9395b1f087c5d56a350f56068c95f914
Description-en: Qt 5 declarative examples
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 Qt 5 declarative examples.
Package: qtdeclarative5-folderlistmodel-plugin
Description-md5: 45c9f462c6ed6e4a1221b0e727858f64
Description-en: transitional dummy package for Qt 5 folderlistmodel QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a transitional dummy package which can be safely removed.
Package: qtdeclarative5-localstorage-plugin
Description-md5: b039dfcbd1be0bffd74d7aad5dc18298
Description-en: transitional dummy package for Qt 5 localstorage QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a transitional dummy package which can be safely removed.
Package: qtdeclarative5-models-plugin
Description-md5: 37f1b9d075c6777c2c6f0869267c1c09
Description-en: transitional dummy package for Qt 5 Models2 QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a transitional dummy package which can be safely removed.
Package: qtdeclarative5-particles-plugin
Description-md5: c94b2535274c03e945c63e43a0955f58
Description-en: transitional dummy package for Qt 5 particles 2 QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a transitional dummy package which can be safely removed.
Package: qtdeclarative5-private-dev
Description-md5: 650de6f02e126414bf75eaf5bab88505
Description-en: Qt 5 declarative private development files
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 private header development files for building some
Qt 5 applications using Qt 5 declarative private headers.
.
Use at your own risk.
Package: qtdeclarative5-qtquick2-plugin
Description-md5: a2144e675e66239ebde9c0921ed032b2
Description-en: transitional dummy package Qt 5 Qt Quick 2 QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a transitional dummy package which can be safely removed.
Package: qtdeclarative5-settings-plugin
Description-md5: 3e030b157b4c207953f3c7dc661ebccb
Description-en: transitional dummy package for Qt 5 settings QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a transitional dummy package which can be safely removed.
Package: qtdeclarative5-test-plugin
Description-md5: feb04153f7bc61c325d9a0f8c9ffe2f0
Description-en: transitional dummy package for Qt 5 test QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a transitional dummy package which can be safely removed.
Package: qtdeclarative5-window-plugin
Description-md5: c6eb6f6f5c63efe910e1b95628d9a2c6
Description-en: transitional dummy package for Qt 5 window 2 QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a transitional dummy package which can be safely removed.
Package: qtdeclarative5-xmllistmodel-plugin
Description-md5: 1d2b6ca93165ca422b098a47641c5b9c
Description-en: transitional dummy package for Qt 5 xmllistmodel QML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a transitional dummy package which can be safely removed.
Package: qtsvg5-doc-html
Description-md5: 8f027e5df3b023d0a76f2c2f4714ef08
Description-en: Qt 5 SVG 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 SVG
libraries.
Package: quassel
Description-md5: 20198322cad41656de05fbc2bebd4524
Description-en: distributed IRC client - monolithic core+client
Quassel is a modern, cross-platform, distributed IRC client, meaning that
one or more clients can attach to and detach from the central core. It's
much like the popular combination of screen and a text-based IRC client
such as WeeChat or irssi, but graphical.
.
This package provides the monolithic client. It contains both core and
client and can be used like a traditional IRC client, without requiring an
external core.
Package: quassel-client
Description-md5: 2328ce94f7c9aa44c75972d208c569e7
Description-en: distributed IRC client - client component
Quassel is a modern, cross-platform, distributed IRC client, meaning that
one or more clients can attach to and detach from the central core. It's
much like the popular combination of screen and a text-based IRC client
such as WeeChat or irssi, but graphical.
.
This package provides only the client component.
Package: quassel-core
Description-md5: dc445da5529f886d5b9c5e6220e2cdd2
Description-en: distributed IRC client - core component
Quassel is a modern, cross-platform, distributed IRC client, meaning that
one or more clients can attach to and detach from the central core. It's
much like the popular combination of screen and a text-based IRC client
such as WeeChat or irssi, but graphical.
.
This package provides only the core component.
Package: quassel-data
Description-md5: c5e20b7b5f38c3f7182ee4386e86224c
Description-en: distributed IRC client - shared data
Quassel is a modern, cross-platform, distributed IRC client, meaning that
one or more clients can attach to and detach from the central core. It's
much like the popular combination of screen and a text-based IRC client
such as WeeChat or irssi, but graphical.
.
This package provides files used by the Quassel client packages.
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: r8168-dkms
Description-md5: d1f805f95609fc9b5319d002ca863289
Description-en: dkms source for the r8168 network driver
r8168 is the Linux device driver released for RealTek RTL8111B/RTL8168B,
RTL8111/RTL8168, RTL8111C/RTL8111CP/RTL8111D(L), RTL8168C/RTL8111DP/RTL8111E,
RTL8168E/RTL8111F/RTL8411, RTL8111G/RTL8111GUS/RTL8411B(N), RTL8118AS,
RTL8111H(S)/RTL8118/RTL8119i
Gigabit Ethernet controllers with PCI-Express interface.
.
This driver should only be used for devices not yet supported by the
in-kernel driver r8169. Please see the README.Debian for instructions how
to report bugs against r8169 that made it necessary to use r8168-dkms.
.
Installation of the r8168-dkms package will disable the in-kernel r8169
module. To re-enable r8169, the r8168-dkms package must be purged.
.
This package provides the dkms source code for the r8168 kernel modules.
Kernel source or headers are required to compile these modules.
Package: rasdaemon
Description-md5: 962545a9e22020ccd686f6c5e425e37f
Description-en: utility to receive RAS error tracings
rasdaemon is a RAS (Reliability, Availability and Serviceability) logging
tool. It currently records memory errors, using the EDAC tracing events.
EDAC are drivers in the Linux kernel that handle detection of ECC errors
from memory controllers for most chipsets on x86 and ARM architectures.
This userspace component consists of an init script which makes sure EDAC
drivers and DIMM labels are loaded at system startup, as well as a utility
for reporting current error counts from the EDAC sysfs files.
Package: rax-openstack-guest-agents
Description-md5: 1f317b04f78374dba7d1e14def0b7f80
Description-en: transitional dummy package
This is a transitional dummy package. It can safely be removed.
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: rclone
Description-md5: 534688973f4bad995c6ec0fd1dced0a0
Description-en: rsync for commercial cloud storage
Rclone is a program to sync files and directories between the local
file system and a variety of commercial cloud storage providers:
.
- Google Drive
- Amazon S3
- Openstack Swift / Rackspace cloud files / Memset Memstore
- Dropbox
- Google Cloud Storage
- Amazon Drive
- Microsoft One Drive
- Hubic
- Backblaze B2
- Yandex Disk
Package: rddmarc
Description-md5: 674ebd0454db799fa71576a0467ad8bc
Description-en: Sample DMARC report processing scripts collection
There are currently three example scripts provided:
.
- rddmarc: Perl the script to parse DMARC summary reports
- mkdmarc - SQL to create the tables
- dmarcfail: Parses DMARC forensic reports from Netease and adds them to a
MySQL database to assist in further analysis.
Package: rdma-core
Description-md5: 74509a513e1c0b6b24ae460289072ec0
Description-en: RDMA core userspace infrastructure and documentation
This package provides the basic boot time support for systems that use the
Linux kernel's remote direct memory access (RDMA) subystem which includes
InfiniBand, iWARP, and RDMA over Converged Ethernet (RoCE).
.
Several kernel RDMA support daemons are included:
- The rdma-ndd daemon which watches for RDMA device changes and/or hostname
changes and updates the Node Description of the RDMA devices based on
those changes.
- The iWARP Port Mapper Daemon (iwpmd) which provides a kernel support
service in userspace for iWARP drivers to claim TCP ports through the
standard socket interface.
Package: rdmacm-utils
Description-md5: f54fb199777450b289caf0020383aa7a
Description-en: Examples for the librdmacm library
librdmacm is a library that allows applications to set up reliable
connected and unreliable datagram transfers when using RDMA adapters.
It provides a transport-neutral interface in the sense that the same
code can be used for both InfiniBand and iWARP adapters. The
interface is based on sockets, but adapted for queue pair (QP) based
semantics: communication must use a specific RDMA device, and data
transfers are message-based.
.
librdmacm only provides communication management (connection setup
and tear-down) and works in conjunction with the verbs interface
provided by libibverbs, which provides the interface used to actually
transfer data.
.
This package contains useful librdmacm1 example programs such as
rping and udaddy.
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: redmine
Description-md5: 3a216a1439e1b07aad3aecd0c613d53b
Description-en: flexible project management web application
Redmine is a flexible project management web application. Written using Ruby
on Rails framework, it is cross-platform and cross-database.
.
Dependencies for database support are provided by these metapackages:
redmine-mysql, redmine-pgsql, redmine-sqlite.
.
Features
* Multiple projects support
* Flexible role based access control
* Flexible issue tracking system
* Gantt chart and calendar
* News, documents & files management
* Feeds & email notifications
* Per project wiki
* Per project forums
* Time tracking
* Custom fields for issues, time-entries, projects and users
* SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
* Issue creation via email
* Multiple LDAP authentication support
* User self-registration support
* Multilanguage support
Package: redmine-mysql
Description-md5: 5334d370ac0b467914273b70a17e9522
Description-en: metapackage providing MySQL dependencies for Redmine
This package only provides MySQL dependencies for Redmine, a
flexible project management web application. Install this
one if you want to use a MySQL database with Redmine.
.
Redmine package should be installed along with this package.
Package: redmine-pgsql
Description-md5: f308cd100ee4983a5adb6ff3370520bf
Description-en: metapackage providing PostgreSQL dependencies for Redmine
This package provides PostgreSQL dependencies for Redmine, a
flexible project management web application. Install this
one if you want to use a PostgreSQL database with Redmine.
.
Redmine package should be installed along with this package.
Package: redmine-sqlite
Description-md5: 92a51359a57c7c0c86638eb96a7a1e4e
Description-en: metapackage providing sqlite dependencies for Redmine
This package provides sqlite dependencies for Redmine, a
flexible project management web application. Install this
one if you want to use a sqlite database with Redmine.
.
Redmine package should be installed along with this package.
Package: regina-normal
Description-md5: 343584d7c889f4c945e8a3a5767ebfaa
Description-en: mathematical software for low-dimensional topology
Regina is a software package for 3-manifold and 4-manifold topologists,
with a focus on triangulations, normal surfaces and angle structures.
.
For 3-manifolds, it includes high-level tasks such as 3-sphere recognition,
connected sum decomposition and Hakenness testing, comes with a rich
database of census manifolds, and incorporates the SnapPea kernel for
working with hyperbolic manifolds. For 4-manifolds, it offers a range of
combinatorial and algebraic tools, plus support for normal hypersurfaces.
.
Regina comes with a full graphical user interface, as well as Python bindings
and a low-level C++ programming interface.
.
This package includes the graphical user interface and the command-line
Python interface. The users' handbook and the API documentation are in
the separate package regina-normal-doc, and the MPI-enabled utilities for
high-performance clusters are in the separate package regina-normal-mpi.
Package: regina-normal-dev
Description-md5: e9d25990ce64009733a121d02c5233ab
Description-en: development files for Regina, the topology software
Regina is a software package for low-dimensional topologists. This package
provides development files for compiling Regina's mathematical engine into
other projects.
.
The calculation engine is provided as a C++ shared library. For complete
API documentation, see the package regina-normal-doc.
.
Regina focuses on the study of 3-manifold and 4-manifold triangulations,
normal surfaces, and angle structures. For Regina's standard graphical
user interface, and for more information about what Regina can do, see
the package regina-normal.
Package: regina-normal-doc
Description-md5: a8604ca38c7f2b0002d384c9855c7df5
Description-en: documentation for Regina, the topology software
Regina is a software package for low-dimensional topologists. This package
provides a rich users' handbook, complete API documentation for the C++
calculation engine and Python bindings, and the full specification for
Regina's XML data file format.
.
Regina focuses on the study of 3-manifold and 4-manifold triangulations,
normal surfaces, and angle structures. For Regina's standard graphical
user interface, and for more information about what Regina can do, see
the package regina-normal.
Package: regina-normal-mpi
Description-md5: aa184e07fe335a60ecba23d5f1717669
Description-en: MPI utilities for Regina, the topology software
Regina is a software package for low-dimensional topologists. This package
contains the components of Regina designed to run large parallel computations
on a high-performance cluster using MPI.
.
These components are built against the default implementation of MPI,
and must be run under the default MPI runtime environment (as found
in the package mpi-default-bin).
.
Regina focuses on the study of 3-manifold and 4-manifold triangulations,
normal surfaces, and angle structures. For Regina's standard graphical
user interface, and for more information about what Regina can do, see
the package regina-normal.
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: remmina-plugin-exec
Description-md5: d4eecbc58ebfbcae418853f31f38cab8
Description-en: EXEC plugin for Remmina
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to work
with lots of remote computers in front of either large monitors or
tiny netbooks.
.
Remmina supports multiple network protocols in an integrated and
consistent user interface.
.
Currently RDP, VNC, SPICE, NX, XDMCP, EXEC and SSH are supported.
.
This package contains the EXEC plugin for Remmina.
Package: remmina-plugin-nx
Description-md5: 76df3f9835b7fb4378e8fc70c8a66d68
Description-en: NX plugin for Remmina
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to work
with lots of remote computers in front of either large monitors or
tiny netbooks.
.
Remmina supports multiple network protocols in an integrated and
consistent user interface.
.
Currently RDP, VNC, SPICE, NX, XDMCP, EXEC and SSH are supported.
.
This package contains the NX plugin for Remmina.
Package: remmina-plugin-spice
Description-md5: 54c8f8fd6eeadb949b182cc50c655de0
Description-en: Spice plugin for Remmina
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to work
with lots of remote computers in front of either large monitors or
tiny netbooks.
.
Remmina supports multiple network protocols in an integrated and
consistent user interface.
.
Currently RDP, VNC, SPICE, NX, XDMCP, EXEC and SSH are supported.
.
This package contains the Spice plugin for Remmina.
Package: remmina-plugin-telepathy
Description-md5: 2342164d6ad1cfd39e472ccd42a45bb7
Description-en: Telepathy plugin for Remmina
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to work
with lots of remote computers in front of either large monitors or
tiny netbooks.
.
Remmina supports multiple network protocols in an integrated and
consistent user interface.
.
Currently RDP, VNC, SPICE, NX, XDMCP, EXEC and SSH are supported.
.
This package contains the Telepathy plugin for Remmina.
Package: remmina-plugin-xdmcp
Description-md5: 4b1f0655f59e0a9c83f4a73bbb719055
Description-en: XDMCP plugin for Remmina
Remmina is a remote desktop client written in GTK+, aiming to be
useful for system administrators and travellers, who need to work
with lots of remote computers in front of either large monitors or
tiny netbooks.
.
Remmina supports multiple network protocols in an integrated and
consistent user interface.
.
Currently RDP, VNC, SPICE, NX, XDMCP, EXEC and SSH are supported.
.
This package contains the XDMCP plugin for Remmina.
Package: reprepro
Description-md5: 906badd8b28c01d174ccfdfa4460ec5d
Description-en: Debian package repository producer
reprepro is a tool to manage a repository of Debian packages
(.deb, .udeb, .dsc, ...). It stores files either being
injected manually or downloaded from some other repository
(partially) mirrored into one pool/ hierarchy.
Managed packages and files are stored in a Berkeley DB,
so no database server is needed.
Checking signatures of mirrored repositories and creating
signatures of the generated Package indices is supported.
.
This package also contains the changestool and rredtool helpers.
Package: resolvconf
Description-md5: e009e7114cd0b15ac6dbe0d813ec9472
Description-en: name server information handler
Resolvconf is a framework for keeping up to date the system's
information about name servers. It sets itself up as the intermediary
between programs that supply this information (such as ifup and
ifdown, DHCP clients, the PPP daemon and local name servers) and
programs that use this information (such as DNS caches and resolver
libraries).
.
This package may require some manual configuration. Please
read the README file for detailed instructions.
Package: rkhunter
Description-md5: 7a6d48ddb1caefe15280ce7ca3d33e31
Description-en: rootkit, backdoor, sniffer and exploit scanner
Rootkit Hunter scans systems for known and unknown rootkits,
backdoors, sniffers and exploits.
.
It checks for:
- SHA256 hash changes;
- files commonly created by rootkits;
- executables with anomalous file permissions;
- suspicious strings in kernel modules;
- hidden files in system directories;
and can optionally scan within files.
.
Using rkhunter alone does not guarantee that a system is not
compromised. Running additional tests, such as chkrootkit, is
recommended.
Package: rsh-client
Description-md5: 0e567d8dad97373a23bdade592b87a3b
Description-en: client programs for remote shell connections
This package contains rsh, rcp and rlogin.
Package: rsh-server
Description-md5: 49081719c7c028e0a91cbc1fcb22dd0c
Description-en: server program for remote shell connections
This package contains rexecd, rlogind and rshd.
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: rsyslog-czmq
Description-md5: f3d9c0df73b612d8d59df64eb6f1efa3
Description-en: ZeroMQ protocol support for rsyslog via CZMQ
These plugins allows rsyslog to send and receive ZeroMQ syslog
messages via the CZMQ library.
Package: rsyslog-elasticsearch
Description-md5: 70ea8e4a3fd075407bd491943fb8aa9f
Description-en: Elasticsearch output plugin for rsyslog
This plugin allows rsyslog to write syslog messages to Elasticsearch, a
distributed, multitenant-capable full-text search engine with a RESTful web
interface and schema-free JSON documents.
Package: rsyslog-gssapi
Description-md5: 79a6e301e123c9629e0c4e9aaa191cae
Description-en: GSSAPI authentication and encryption support for rsyslog
These plugins allow rsyslog to write and/or receive GSSAPI authenticated and
encrypted syslog messages. GSSAPI is commonly used for Kerberos
authentication.
Package: rsyslog-hiredis
Description-md5: 25985930fefb6abfae5747e162ad10e3
Description-en: Redis output plugin for rsyslog
This plugin allows rsyslog to write syslog messages to Redis, a
key-value database in a similar vein to memcache but the dataset
is non-volatile.
Package: rsyslog-kafka
Description-md5: 859920336ebf2f34ddfcd5786e12aede
Description-en: Apache Kafka support for rsyslog
These plugins allow rsyslog to send and receive syslog messages via Apache
Kafka, a distributed and scalable message broker offering strong durability
and fault-tolerance guarantees.
Package: rsyslog-mongodb
Description-md5: fccd547ba5d35ccbc2019238e7a767f9
Description-en: MongoDB output plugin for rsyslog
This plugin allows rsyslog to write syslog messages to MongoDB, a
scalable, high-performance, open source NoSQL database.
Package: rsyslog-mysql
Description-md5: 73513767b35f7839dfc63fc06366fcb0
Description-en: MySQL output plugin for rsyslog
This plugin allows rsyslog to write syslog messages into a MySQL database.
Package: rsyslog-pgsql
Description-md5: 1d2cf23cdf0c487b7ba6462ff29414d9
Description-en: PostgreSQL output plugin for rsyslog
This plugin allows rsyslog to write syslog messages into a PostgreSQL
database.
Package: rsyslog-relp
Description-md5: 16c1db74c009634d13e59cd2b9fd25e9
Description-en: RELP protocol support for rsyslog
These plugins allow rsyslog to send and receive syslog messages via the
RELP protocol. RELP ensures reliable transport over the network even on
connection loss or if a peer becomes unavailable.
Package: rtl8812au-dkms
Description-md5: c9d0c822d4f1ddbb15a058cd3313eabb
Description-en: dkms source for the r8812au network driver
rtl8812au is the Linux device driver released for the RealTek RTL8812AU WiFi
controllers with USB interface.
.
This package provides the dkms source code for the rtl8812au kernel module.
Kernel source or headers are required to compile these modules.
Package: rtl8821ce-dkms
Description-md5: 0109b2e1a1eba221eb3d9177c884d31e
Description-en: DKMS source for the Realtek 8821C PCIe WiFi driver
This package provides the DKMS source code for the rtl8821ce kernel module.
Kernel source or headers are required to compile these modules.
Package: ruby-gon
Description-md5: abbb9948d5964ae4fcd67f3a1ee7d061
Description-en: Ruby library to send data to JavaScript from a Ruby application
Gon is a Ruby library allowing one to easily send the content of
variables of a Ruby web application to JavaScript. It supports JBuilder,
Rabl and Rabl-Rails.
Package: ruby-guestfs
Description-md5: a3ff7f50a8fc85b30508a57e199b0912
Description-en: guest disk image management system - Ruby bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains Ruby bindings to libguestfs.
Package: ruby-hivex
Description-md5: 851061fd0f4952c64a5a5e540c294fe2
Description-en: Ruby bindings for hivex
Ruby bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
Package: ruby-ncurses
Description-md5: f4a56cf1042c6542f050b7dc33da672e
Description-en: ruby extension for the ncurses C library
All C functions are wrapped by module functions of the module "Ncurses",
with exactly the same name. Additionally, C functions expecting a WINDOW* as
their first argument can also be called as methods of the "Ncurses::WINDOW"
class.
.
The panel library (for support of overlapping windows) is also wrapped, in
the module "Ncurses::Panel".
.
This module is built with wide character support.
Package: ruby-nokogiri
Description-md5: 8b5216e340ca3509e38f4420fb6ca92a
Description-en: HTML, XML, SAX, and Reader parser for Ruby
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. It is able to
search documents via XPath or CSS3 selectors, and is a drop-in replacement
for Hpricot (though not bug for bug).
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-svn
Description-md5: 681536b40f193ae3816c1437f1c38f7d
Description-en: Ruby bindings for Apache Subversion
This is a set of Ruby interfaces to libsvn, the Apache Subversion libraries.
It is useful if you want to, for example, write a Ruby script that
manipulates a Subversion repository or working copy. See the
'subversion' package for more information.
Package: ruby-websocket-extensions
Description-md5: 5a189c0f5c4bed41515da5dd3d5d4060
Description-en: Generic extension manager for WebSocket connections
A minimal framework that supports the implementation of WebSocket extensions
in a way that's decoupled from the main protocol. This library aims to allow a
WebSocket extension to be written and used with any protocol library, by
defining abstract representations of frames and messages that allow modules to
co-operate.
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-all
Description-md5: 90140e39ec4bd9741a36b3f6d4c6d053
Description-en: Rust systems programming language - all developer tools
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 is an empty metapackage that depends on all developer tools
in the standard rustc distribution that have been packaged for Debian.
Package: rust-clippy
Description-md5: bb70ecb7b097f53232194f2241ad606e
Description-en: Rust linter
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 'clippy', a linter to catch common mistakes and improve
your Rust code as well a collection of over 400 compatible lints.
.
Lints are divided into categories, each with a default lint level. You can
choose how much Clippy is supposed to annoy help you by changing the lint
level by category.
.
Clippy is integrated into the 'cargo' build tool, available via 'cargo clippy'.
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: rustfmt
Description-md5: 3ad3031d946444f1737bc02666f33a91
Description-en: Rust formatting helper
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 'rustfmt', a tool for formatting Rust code according to
style guidelines, as well as 'cargo-fmt', a helper enabling running rustfmt
directly with 'cargo fmt'.
Package: salt-api
Description-md5: 8b86735f2a191ab85c4ff7d994f10de5
Description-en: Generic, modular network access system
a modular interface on top of Salt that can provide a variety of entry points
into a running Salt system. It can start and manage multiple interfaces
allowing a REST API to coexist with XMLRPC or even a Websocket API.
.
The Salt API system is used to expose the fundamental aspects of Salt control
to external sources. salt-api acts as the bridge between Salt itself and
REST, Websockets, etc.
Package: salt-cloud
Description-md5: 78a37268987e4d4b516bbe44a2564b5d
Description-en: public cloud VM management system
Salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
servers. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Salt Cloud is built-in to Salt to provision systems on cloud hosts or
hypervisors and immediately bring them under management.
Package: salt-common
Description-md5: aaa76a7bda4c75e02b81764c1dc6e91a
Description-en: shared libraries that salt requires for all packages
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
servers. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Between the remote execution system, and state management Salt
addresses the backbone of cloud and data center management.
.
This particular package provides shared libraries that
salt-master, salt-minion, and salt-syndic require to function.
Package: salt-doc
Description-md5: 7d19bf6d88f8c69582f8c863b3fa6e5b
Description-en: additional documentation for salt, the distributed remote execution system
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
servers. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Between the remote execution system, and state management Salt
addresses the backbone of cloud and data center management.
.
This particular package provides the HTML documentation for
salt.
Package: salt-master
Description-md5: 36e948d6f2dba9c67d0fe58bcec6ff6a
Description-en: remote manager to administer servers via salt
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
servers. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Between the remote execution system, and state management Salt
addresses the backbone of cloud and data center management.
.
This particular package provides the salt controller.
Package: salt-minion
Description-md5: 68cd9e3bef3cabf85260509cdfa84a15
Description-en: client package for salt, the distributed remote execution system
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
servers. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Between the remote execution system, and state management Salt
addresses the backbone of cloud and data center management.
.
This particular package provides the worker / agent for salt.
Package: salt-proxy
Description-md5: 603fe3168424ea7b456348e1a2587e6d
Description-en: Proxy client package for salt stack
Proxy minion allows a remote manager to administer devices that are unable to
run a minion. salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
devices. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Between the remote execution system, and state management Salt
addresses the backbone of cloud and data center management.
.
This particular package provides the salt proxy minion. It
is able to run salt modules and states on remote hosts via a proxy
which transmits appropriate commands to devices and replies with the
results of said commands.
Package: salt-ssh
Description-md5: 5116dab059f40916bcc42ffca6277b30
Description-en: remote manager to administer servers via Salt SSH
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
servers. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Between the remote execution system, and state management Salt
addresses the backbone of cloud and data center management.
.
This particular package provides the salt ssh controller. It
is able to run salt modules and states on remote hosts via ssh.
No minion or other salt specific software needs to be installed
on the remote host.
Package: salt-syndic
Description-md5: 253fda91ad04c2d3fc17e6bbed68f34b
Description-en: master-of-masters for salt, the distributed remote execution system
salt is a powerful remote execution manager that can be used to
administer servers in a fast and efficient way.
.
It allows commands to be executed across large groups of
servers. This means systems can be easily managed, but data can
also be easily gathered. Quick introspection into running
systems becomes a reality.
.
Remote execution is usually used to set up a certain state on a
remote system. Salt addresses this problem as well, the salt
state system uses salt state files to define the state a server
needs to be in.
.
Between the remote execution system, and state management Salt
addresses the backbone of cloud and data center management.
.
This particular package provides the master of masters for salt
- it enables the management of multiple masters at a time.
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: sbuild-launchpad-chroot
Description-md5: f29a5d8002fc0d7ae79e1fbbe79033f4
Description-en: Launchpad integration for sbuild
This includes two sbuild hooks and a command line tool to setup and
maintain build chroots that are as close as possible to a standard
Launchpad sbuild chroot.
.
The sbuild-launchpad-chroot command can be used to setup, update and
destroy those chroots. A schroot hook will also automatically update
them should an update be available at the start of a build.
.
Those chroots also come with a series of useful aliases allowing the
user to easily choose which pockets and components should be available
for the build.
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: scite
Description-md5: bbb08d61b28f0bf10f18da13af5ff2ca
Description-en: Lightweight GTK-based Programming Editor
GTK-based Programming with syntax highlighting support for
many languages. Also supports folding sections, exporting
highlighted text into colored HTML and RTF.
Package: sddm-theme-breeze
Description-md5: fa4d30497603bc22192f0fb33827bf09
Description-en: Breeze SDDM theme
Plasma Workspace for KF5. Workspaces provide
support for KDE Plasma Widgets, integrated search,
hardware management and a high degree of customizability.
Taskmanager library.
.
This package contains the files for the breeze SDDM theme.
Package: sddm-theme-lubuntu-chooser
Description-md5: b2362d44ebe328bfb2c9ae69750a99cd
Description-en: 'Lubuntu chooser' theme for SDDM X11 display manager
Lubuntu chooser theme for SDDM
Package: sepol-utils
Description-md5: a1b596ce0ddd460c537eafbf4c1d7137
Description-en: Security Enhanced Linux policy utility programs
This package provides a utility for a Security-enhanced
Linux system to rewrite existing mandatory access control policy with
different boolean setting, generating a new policy. Security-enhanced
Linux is a patch of the Linux kernel and a number of utilities with
enhanced security functionality designed to add mandatory access
controls to Linux. This package provides utility programs to get and
set process and file security contexts and to obtain security policy
decisions.
Package: setpriv
Description-md5: cdb4921ffd66177119631a8b5eb045a0
Description-en: tool to run a program with different Linux privilege settings
This package provides the setpriv command which allows the user to set or
query various Linux privilege settings that are inherited across execve.
Package: sia
Description-md5: ad065d9d74c6eb3eeeab33e17b67e849
Description-en: Blockchain-based marketplace for file storage
Sia is a decentralized cloud storage platform aimed at giving users
control of their data. Data is split into hundreds of erasure coded
pieces and encrypted locally, and then each piece is uploaded to a
separate host. A blockchain is used to create cryptographic contracts
ensuring that hosts will only get paid if they actually store the
data. Out of hundreds of hosts, only a fraction are required to
recover the original file.
.
Anybody can join the network as a host and get income from the
storage they contribute. This openness allows Sia to build and take
advantage of a global network of small datacenters. Combined with
advanced algorithms for storing and retrieving data, Sia is poised to
be a highly competitive cloud storage platform. More information
about the technology can be found on our website and in the 'doc'
folder of the repo.
.
Sia is ready for use with small sums of money and non-critical files,
but until the network has a more proven track record, we advise
against using it as a sole means of storing important data.
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: simplestreams
Description-md5: de3939aceef20133cbe2ba7bbb1b7f43
Description-en: Library and tools for using Simple Streams data
This package provides a client for interacting with simple
streams data as is produced to describe Ubuntu's cloud images.
Package: sip-dev
Description-md5: c5a485e2857aa14add006945e93b72d6
Description-en: Python/C++ bindings generator code generator application
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.
.
SIP was originally designed to generate Python bindings for KDE and so
has explicit support for the signal slot mechanism used by the Qt/KDE
class libraries.
.
Features:
- connecting Qt signals to Python functions and class methods
- connecting Python signals to Qt slots
- overloading virtual member functions with Python class methods
- protected member functions
- abstract classes
- enumerated types
- global class instances
- static member functions.
.
This package contains the code generator tool needed to develop Python and
Python 3 bindings with sip.
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: slick-greeter
Description-md5: 1b898635a7480341858661901fe71d2a
Description-en: Slick-looking LightDM greeter
Slick-Greeter is cross-distribution and should work pretty much
anywhere.
.
All panel applets are embedded. No external indicators are launched or
loaded by the greeter.
.
No settings daemon are launched or loaded by the greeter.
.
This greeter supports HiDPI.
.
Sessions are validated. If a default/chosen session isn't present on
the system, the greeter scans for known sessions in
/usr/share/xsessions and replaces the invalid session choice with a
valid session.
.
You can take a screenshot by pressing PrintScrn. The screenshot is
saved in /var/lib/lightdm/Screenshot.png.
.
Slick Greeter started as a fork of Unity Greeter 16.04.2, a greeter
developed for Ubuntu by Canonical, which used indicators and
unity-settings-daemon.
Package: slirp
Description-md5: faaf73e9c5947f77bc2b583f41b08e56
Description-en: SLIP/PPP emulator using a dial up shell account
Slirp is a TCP/IP emulator which turns an ordinary shell account
into a (C)SLIP/PPP account. This allows shell users to use all the
funky Internet applications like Netscape, Mosaic, CUSeeMe, etc.
.
Please note that maybe your ISP really doesn't like you using slirp,
because they want to charge more for a ppp connection, so use it at
your own risk.
Package: smarty3
Description-md5: 28e7605eec56dbb491b7b3e3a2ad5da0
Description-en: Smarty - the compiling PHP template engine
Smarty is a template engine for PHP. More specifically, it
facilitates a manageable way to separate application logic and content
from its presentation.
.
Smarty 3.1 is a departure from 2.0 compatibility. Most notably, all
backward compatibility has been moved to a separate class file named
SmartyBC.class.php. If you require compatibility with 2.0, you will
need to use this class.
Package: snap-confine
Description-md5: 3223c275ff89224fda1b277eec5e7ffe
Description-en: Transitional package for snapd
This is a transitional dummy package. It can safely be removed.
Package: snapcraft
Description-md5: f2b9ada80f848158a030d4fdb4463569
Description-en: easily craft snaps
Snapcraft aims to make upstream developers' lives easier and as such is not
a single toolset, but instead is a collection of tools that enable the
natural workflow of an upstream to be extended with a simple release step
into Snappy.
Package: snapcraft-examples
Description-md5: f08d4b5a77b9d3d8337a205fe1e9301b
Description-en: examples and demos for snapcraft
Snapcraft aims to make upstream developers' lives easier and as such is not
a single toolset, but instead is a collection of tools that enable the
natural workflow of an upstream to be extended with a simple release step
into Snappy.
.
This package contains examples and demos for snapcraft.
Package: snapcraft-parser
Description-md5: ac163e3bf5626a17120e80de44b62434
Description-en: cloud parser for shared snapcraft parts.
The parser is in charge of getting all the shared parts out there
indexed into a common cacheable file. It processes multiple origin's
specified in yaml documents and outputs `parts` which snapcraft can
utilize.
Package: snapd-glib-tests
Description-md5: 3b2979681f8b91d8fb8b7986cce653d1
Description-en: GLib snapd library (installed tests)
snapd-glib is a library to allow GLib based applications access to snapd,
the daemon that controls Snaps.
.
Snaps are 'universal' packages that work across many different Linux
systems, enabling secure distribution of the latest apps and utilities
for cloud, servers, desktops and the internet of things.
.
This package contains test programs, designed to be run as part of a
regression testsuite.
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: sofia-sip-bin
Description-md5: 204c7b657e4a61ffc86836b00cdb7014
Description-en: Sofia-SIP library utilities
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
This package provides a set of console tools and helper
applications for use in scripts, testing and other uses. All
the tools utilize the Sofia-SIP library.
Package: sofia-sip-doc
Description-md5: 6871d4c1529b334f783f90ff6d1eb82b
Description-en: Sofia-SIP library documentation
Sofia-SIP is an open-source SIP User-Agent library, compliant
with the IETF RFC3261 specification. It can be used as
a building block for SIP client software for uses such as VoIP,
IM, and many other real-time and person-to-person communication
services.
.
This package provides the library reference documentation.
Package: software-properties-kde
Description-md5: 16e4fabef5954c12d44cd43cdd564aa2
Description-en: manage the repositories that you install software from (qt)
This software provides an abstraction of the used apt repositories.
It allows you to easily manage your distribution and independent software
vendor software sources.
.
This package contains a Qt based graphical interface.
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: speedtest-cli
Description-md5: a2d3eacca5ace55c3a93c3ebb60d3864
Description-en: Command line interface for testing internet bandwidth using speedtest.net
Speedtest.net is a webservice that allows you to test your broadband
connection by downloading a file from one of many Speedtest.net
servers from around the world.
.
This utility allows you to use the Speedtest.net service from the
command line.
.
Note: This tool accesses speedtest.net over http, while the web-based client
uses websockets. This tool has shown to become increasingly inacurate with
high-speed connections. For more information, see the readme on:
https://github.com/sivel/speedtest-cli
Package: speex
Description-md5: 30acf610b7bb12b7f7c8d43f2518349b
Description-en: The Speex codec command line tools
Speex is an audio codec especially designed for compressing voice at low
bit-rates for applications such as voice over IP (VoIP). In some senses,
it is meant to be complementary to the Vorbis codec which places a greater
emphasis on high-quality music reproduction.
.
This package contains the encoder and decoder command-line applications.
Package: spice-html5
Description-md5: 8e992b8afd5e8d581a607cbc1ff9bdd5
Description-en: Spice Web client which runs entirely within a modern browser
Spice Web client which runs entirely within a modern browser. It is limited
in function, a bit slow, and lacks support for many features of Spice
(audio, video, agents just to name a few).
.
The Simple Protocol for Independent Computing Environments (SPICE) is
a remote display system built for virtual environments which allows
you to view a computing 'desktop' environment not only on the machine
where it is running, but from anywhere on the Internet and from a wide
variety of machine architectures.
Package: spip
Description-md5: 9164b16e6be7baea731f39dceca115b4
Description-en: website engine for publishing
SPIP is a publishing system for the Internet in which great importance
is attached to collaborative working, to multilingual environments,
and to simplicity of use for web authors.
.
SPIP's benefit consists in:
.
* managing a magazine type site i.e. made up mainly of
articles and news items inserted in an arborescence
of sections nested in each others.
* completely separating and distributing three kinds of tasks
over various players: the graphic design, the site editorial
input through the submission of articles and news items and
the site editorial management.
* spare the webmaster and all the participants to the life of
the site, a number of tedious aspects of web publishing as
well as the need to learn lengthy technical skills.
SPIP allows you to start creating your sections and
articles straight away.
Package: spl
Description-md5: bb4d6aa650036442d24b0f341336a557
Description-en: Solaris Porting Layer user-space utilities for Linux
The Solaris Porting Layer (SPL) is a Linux kernel module which provides
many of the Solaris kernel APIs. This shim layer makes it possible to
run Solaris kernel code in the Linux kernel with relatively minimal
modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
module which provides a testing harness for the SPL module.
.
SPL can be particularly useful when you want to track upstream Illumos
(or any other OpenSolaris fork) development closely and don't want the
overhead of maintaining a large patch which converts Solaris primitives
to Linux primitives.
.
This package includes the user space utilities needed to test and debug
the SPL and SPLAT kernel modules.
Package: spl-dkms
Description-md5: f824e0e4aaf3c721a9a799818c90874a
Description-en: Solaris Porting Layer kernel modules for Linux
The Solaris Porting Layer (SPL) is a Linux kernel module which provides
many of the Solaris kernel APIs. This shim layer makes it possible to
run Solaris kernel code in the Linux kernel with relatively minimal
modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel
module which provides a testing harness for the SPL module.
.
SPL can be particularly useful when you want to track upstream Illumos
(or any other OpenSolaris fork) development closely and don't want the
overhead of maintaining a large patch which converts Solaris primitives
to Linux primitives.
.
This package contains the source code for the SPL and SPLAT Linux kernel
modules, which can be used with DKMS, so that local kernel modules are
automatically built and installed every time the kernel packages are
upgraded.
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: sqlformat
Description-md5: f2cb2e72112fd06ed30d9dad2fc0081d
Description-en: SQL formatting utility
The sqlformat command-line tool can be used to reformat SQL file according to
specified options or prepare a snippet in some programming language (only
Python and PHP currently supported).
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-deb-proxy
Description-md5: 41e200bb53a24b83c8c354c625759190
Description-en: Squid proxy configuration to optimize package downloads
This package contains a Squid proxy configuration to manage a cache of
.deb downloads, with optimizations for the types of file present in
package repositories, and using a dedicated directory and port.
Package: squid-deb-proxy-client
Description-md5: 856848851e6fb0024f8c246f90d908b4
Description-en: automatic proxy discovery for APT based on Avahi
This package contains a helper for the APT http method to discover
proxies that publish their service as _apt_proxy._tcp.
.
It was written to be installed on clients that should use
squid-deb-proxy automatically, but it will work with any proxy
that publishes the service as _apt_proxy._tcp.
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: srptools
Description-md5: 359f7ef78d69ef1e4b5d82e9e3e1f800
Description-en: Tools for Infiniband attached storage (SRP)
In conjunction with the kernel ib_srp driver, srptools allows you to
discover and use Infiniband attached storage devices which use the
SCSI RDMA Protocol (SRP).
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: sshuttle
Description-md5: cd3e6b0de8a03f35f79ec7aa635f7b1c
Description-en: Transparent proxy server for VPN over SSH
Sshuttle makes it possible to access remote networks using SSH. It creates a
transparent proxy server, using iptables, that will forward all the traffic
through an SSH tunnel to a remote copy of sshuttle.
.
It does not require installation on the remote server, which just needs to
have Python installed.
Package: sssd-kcm
Description-md5: 33bacd6e1ef4d2c4e5af5b7e63fc778f
Description-en: System Security Services Daemon -- Kerberos KCM server implementation
Provides an implementation of a Kerberos KCM server. Use this package if
you want to use the KCM: Kerberos credentials cache.
Package: storebackup
Description-md5: 5f64df0c5b4423151504d9c7eaaf94bd
Description-en: fancy compressing managing checksumming deduplicating hard-linking cp -ua
Copies directory hierarchies recursively into another location,
by date (e.g. /home/ => /var/bkup/2002.12.13_04.27.56/).
Permissions are preserved, so users with access to the backup
directory can recover their files themselves.
.
File comparisons are done with MD5 checksums, so no changes go
unnoticed.
.
Hard-links unchanged backuped files to old versions and
identical files within the backuped tree.
.
Compresses large files (that don't match exclusion patterns).
.
Manages backups and removes old ones.
Package: stress-ng
Description-md5: e4b37767e71cce0d013c8e30c3be093b
Description-en: tool to load and stress a computer
stress-ng can stress various subsystems of a computer. It can stress load
CPU, cache, disk, memory, socket and pipe I/O, scheduling and much more.
stress-ng is a re-write of the original stress tool by Amos Waterland but
has many additional features such as specifying the number of bogo operations
to run, execution metrics, a stress verification on memory and compute
operations and considerably more stress mechanisms.
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: subversion
Description-md5: 2b16de8a860b139507af1abc718e9506
Description-en: Advanced version control system
Apache Subversion, also known as svn, is a centralised version control
system. Version control systems allow many individuals (who may be
distributed geographically) to collaborate on a set of files (source
code, websites, etc). Subversion began with a CVS paradigm and
supports all the major features of CVS, but has evolved to support
many features that CVS users often wish they had.
.
This package includes the Subversion client (svn, svnsync), repository
administration tools (svnadmin, svnlook) and a network server (svnserve).
Package: subversion-tools
Description-md5: fcf8e258e586f9efdc125c303b994d7c
Description-en: Assorted tools related to Apache Subversion
This package includes miscellaneous tools for use with Apache Subversion
clients and servers:
* svn-backup-dumps: Incremental dumpfile-based backup script
* svn-bisect: Bisect revisions to find a regression
* svn-clean: Remove unversioned files from a working copy
* svn-fast-backup: rsync-based backup script for FSFS repositories
* svn-hot-backup: Backup script, primarily for BDB repositories
* svn_apply_autoprops: Apply property settings from
.subversion/config file to an existing repository
* svn_load_dirs: Sophisticated replacement for 'svn import'
* svnwrap: Set umask to 002 before calling svn or svnserve
* fsfs-access-map: Convert strace output into FSFS access map
* several example hook scripts: commit-access-control, commit-email,
log-police, mailer, svnperms, verify-po
.
NOTE that some of these scripts are unsupported by upstream, and may
change radically or disappear in future releases. Some of these
scripts require packages on the Recommends list.
Package: sudo-ldap
Description-md5: 3eb434e5d9cece945618eca8df3cf9a0
Description-en: Provide limited super user privileges to specific users
Sudo is a program designed to allow a sysadmin to give limited root
privileges to users and log root activity. The basic philosophy is to give
as few privileges as possible but still allow people to get their work done.
.
This version is built with LDAP support, which allows an equivalent of the
sudoers database to be distributed via LDAP. Authentication is still
performed via pam.
Package: suru-icon-theme
Description-md5: db9b79c74a0f9c6c9b8f07581b8d6955
Description-en: Ubuntu Suru Icon theme
Suru icon theme for Ubuntu Touch.
Package: swauth
Description-md5: 0a81d07c830b0b9f2d4c0ea98941b795
Description-en: alternative authentication system for Swift
Swauth is an auth service for Swift as WSGI Middleware that uses Swift itself
as a backing store. It's alternative to Keystone.
.
This package provides the Python libraries that actually implement everything.
Package: swauth-doc
Description-md5: 82445c7a8b118a0645721aba73c5d3e7
Description-en: alternative authentication system for Swift - documentation
Swauth is an auth service for Swift as WSGI Middleware that uses Swift itself
as a backing store. It's alternative to Keystone.
.
This package provides the Sphinx generated documentation for Swauth.
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: swift
Description-md5: b9824fd7fa1117c50a721069422237ef
Description-en: distributed virtual object store - common files
OpenStack Object Storage (code-named Swift) is open source software for
creating redundant, scalable object storage using clusters of standardized
servers to store petabytes of accessible data. It is not a file system or
real-time data storage system, but rather a long-term storage system for a
more permanent type of static data that can be retrieved, leveraged, and then
updated if necessary. Primary examples of data that best fit this type of
storage model are virtual machine images, photo storage, email storage and
backup archiving. Having no central "brain" or master point of control
provides greater scalability, redundancy and permanence.
.
Objects are written to multiple hardware devices in the data center, with
the OpenStack software responsible for ensuring data replication and
integrity across the cluster. Storage clusters can scale horizontally by
adding new nodes. Should a node fail, OpenStack works to replicate its
content from other active nodes. Because OpenStack uses software logic to
ensure data replication and distribution across different devices,
inexpensive commodity hard drives and servers can be used in lieu of more
expensive equipment.
.
This package provides some core binaries and clients to control swift.
Package: swift-object-expirer
Description-md5: e3ef8c9d2bc296b341f443245f8ccc0f
Description-en: distributed virtual object store - object expirer
OpenStack Object Storage (code-named Swift) is open source software for
creating redundant, scalable object storage using clusters of standardized
servers to store petabytes of accessible data. It is not a file system or
real-time data storage system, but rather a long-term storage system for a
more permanent type of static data that can be retrieved, leveraged, and then
updated if necessary. Primary examples of data that best fit this type of
storage model are virtual machine images, photo storage, email storage and
backup archiving. Having no central "brain" or master point of control
provides greater scalability, redundancy and permanence.
.
Objects are written to multiple hardware devices in the data center, with
the OpenStack software responsible for ensuring data replication and
integrity across the cluster. Storage clusters can scale horizontally by
adding new nodes. Should a node fail, OpenStack works to replicate its
content from other active nodes. Because OpenStack uses software logic to
ensure data replication and distribution across different devices,
inexpensive commodity hard drives and servers can be used in lieu of more
expensive equipment.
.
This package provides the object-expirer service that provides scheduled
deletion of objects in Swift.
Package: sylpheed
Description-md5: 00fe4d9fb67883469727af68406718ab
Description-en: Light weight e-mail client with GTK+
Sylpheed is an e-mail client which aims for:
* Quick response
* Graceful, and sophisticated interface
* Easy configuration, intuitive operation
* Abundant features
The appearance and interface are similar to some popular e-mail clients for
Windows, such as Outlook Express or so.
The interface is also designed to emulate the mailers on Emacsen, and almost
all commands are accessible with the keyboard.
Package: sylpheed-i18n
Description-md5: 1e5890b44631149ac896b39c4b076459
Description-en: Locale data for Sylpheed (i18n support)
This package provides support for non-English interfaces in the Sylpheed
mail client.
Current supported locales are:
be (Belarusian) bg (Bulgarian) cs (Czech)
da (Danish) de (German) el (Greek)
es (Spanish) et (Estonian) eu (Basque)
fi (Finnish) fr (French) gl (Galician)
hr (Croatian) hu (Hungarian) it (Italian)
ja (Japanese) ko (Korean) lt (Lithuanian)
nl (Dutch) pl (Polish) pt_BR (Brazilian Portuguese)
ro (Romanian) ru (Russian) sk (Slovak)
sl (Slovenian) sr (Serbian) sv (Swedish)
tr (Turkish) uk (Ukrainian) vi (Vietnamese)
zh_CN (Chinese) zh_TW (Taiwanese)
Package: sylpheed-plugins
Description-md5: 86aa2ba3965a5f770346799afea19b93
Description-en: Loadable modules for extending Sylpheed features
This package comprises all loadable plugins which are included
with Sylpheed sources. Plugins extend Sylpheed by providing new
features and/or capabilities not present in core application.
.
Currently only the unique existing plugin is included:
Attachment Tool: a plugin for dealing with attachments in messages.
Package: sysdig
Description-md5: 64ea9a8d22347a673b4a68743ec50120
Description-en: system-level exploration and troubleshooting tool
Sysdig instruments your physical and virtual machines at the OS level
by installing into the Linux kernel and capturing system calls and
other OS events. Then, using sysdig's command line interface, you can
filter and decode these events in order to extract useful information
and statistics.
.
Sysdig can be used to inspect live systems in real-time, or to generate
trace files that can be analyzed at a later stage.
.
This package contains the tool to inspect trace files. If you want to
inspect a live system, you also need to install the according kernel
module, shipped in the package sysdig-dkms.
Package: sysdig-dkms
Description-md5: e346cabc83927fe184e95c3fb7b2a09e
Description-en: system-level exploration and troubleshooting tool - kernel source
Sysdig instruments your physical and virtual machines at the OS level
by installing into the Linux kernel and capturing system calls and
other OS events. Then, using sysdig's command line interface, you can
filter and decode these events in order to extract useful information
and statistics.
.
Sysdig can be used to inspect live systems in real-time, or to generate
trace files that can be analyzed at a later stage.
.
This package contains the source for the kernel module of sysdig.
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: systemsettings
Description-md5: a489ce3ef5aae006240bba5560bd5120
Description-en: System Settings interface
Desktop configuration application.
.
This package is part of the KDE base workspace module.
Package: tar-scripts
Description-md5: 6f87e8621d875a4c5ceeeda24208e7b8
Description-en: optional scripts for GNU version of the tar archiving utility
This package provides the backup, restore, backup.sh, and dump-remind
scripts that are mentioned in the tar documentation.
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: thunar
Description-md5: b7a058b0f1e6c36c7548366cf5e4833d
Description-en: File Manager for Xfce
Thunar is the file manager designed to be the default file manager for the
Xfce desktop environment. It has been designed to be fast and easy to use.
.
Also included is an Xfce panel plugin which can manage the desktop trash.
Package: thunar-data
Description-md5: e4338ccffd7c931aa67df421a2077de8
Description-en: Provides thunar documentation, icons and translations
This package contains architecture-independent files for thunar, the file
manager and file management libraries for Xfce desktop environment.
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: tkblt
Description-md5: f0803a3c9337cfe072e026b16451221a
Description-en: Graphics extension library for Tcl/Tk
TkBLT is a derived version of the BLT Toolkit by George A. Howlett,
for Tcl/Tk 8.5/8.6, is TEA compatible, and is fully compatible with
the Tk API. TkBLT includes only the Graph and Barchart Tk widgets,
and the Tcl Vector command.
Package: tkblt-dev
Description-md5: 8310adb519f88c6010fb5fcd357e2b5e
Description-en: Graphics extension library for Tcl/Tk (development files)
TkBLT is a derived version of the BLT Toolkit by George A. Howlett,
for Tcl/Tk 8.5/8.6, is TEA compatible, and is fully compatible with
the Tk API. TkBLT includes only the Graph and Barchart Tk widgets,
and the Tcl Vector command.
.
This package contains the header files and the package stub library.
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: tlp
Description-md5: 083d132f238575baa81e650321e2bce8
Description-en: Save battery power on laptops
TLP is an advanced power management tool for Linux. It comes with a
default configuration already optimized for battery life. At the same
time it is highly customizable to fulfil specific user requirements.
.
TLP supplies separate settings profiles for AC and battery power and can
enable or disable bluetooth, WiFi and WWAN radio devices upon system startup.
.
For ThinkPads it provides a unified way to configure charging thresholds and
recalibrate the battery for all models which support it (via tp-smapi or
acpi-call).
.
TLP is a pure command line tool with automated background tasks, it
does not contain a GUI.
Package: tlp-rdw
Description-md5: e61b6169bfee6aa1264ff24dd92acb68
Description-en: Radio device wizard
Radio device wizard is an add-on to TLP. It provides event based
switching of:
- bluetooth, wifi, wwan radio devices
- upon network connect/disconnect
- and dock/undock.
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: torbrowser-launcher
Description-md5: b0854a8ad502dfc5674b1beee27762fe
Description-en: helps download and run the Tor Browser Bundle
Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier
to maintain and use for GNU/Linux users. torbrowser-launcher handles
downloading the most recent version of TBB for you, in your language and for
your architecture. It also adds a "Tor Browser" application launcher to your
operating system's menu.
.
When you first launch Tor Browser Launcher, it will download TBB from
https://www.torproject.org/ and extract it to ~/.local/share/torbrowser,
and then execute it.
Cache and configuration files will be stored in ~/.cache/torbrowser and
~/.config/torbrowser.
Each subsequent execution after installation will simply launch the most
recent TBB, which is updated using Tor Browser's own update feature.
Package: totem-plugins-extra
Description-md5: dafa0be1f67f03c29ee6507c0d0e3b1c
Description-en: Extra plugins for the Totem media player
Totem is a simple yet featureful media player for GNOME which can read
a large number of file formats.
.
This package contains a set of extra plugins for Totem:
.
* Annotate the screen with the Gromit tool
.
Additional plugins can be written in C, Python or Vala.
Package: transfig
Description-md5: 6a9787bee93e383f9bba91229fae1018
Description-en: transitional dummy package for fig2dev
This is a transitional dummy package. It can safely be removed.
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: ubiquity-frontend-kde
Description-md5: 18525a27bf09029b1b67c008f57f3d0b
Description-en: KDE frontend for Ubiquity live installer
This package provides a KDE-based user interface frontend for the Ubiquity
live CD installer.
Package: ubuntu-budgie-themes
Description-md5: cf9911d048377aa5af3cb705e5bba54e
Description-en: GTK+3.22 based themes for Ubuntu Budgie
Package contains GTK+3.22 based themes written specifically for
Ubuntu Budgie and its desktop environment Budgie Desktop.
.
Pocillo is an adaptive GTK+ theme based on Material Design Guidelines.
Using Arc based colors, the theme is designed to complement the
Pocillo icon theme.
Package: ubuntu-cloudimage-keyring
Description-md5: 28f3bedf31c3ea5ed993cc71055121d7
Description-en: dummy transitional package for GnuPG keys of cloudimage keyring
This package can be safely removed, as cloudimage keyring is now
shipped in the ubuntu-keyring package
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-dbgsym-keyring
Description-md5: cda5aac135d32f40b5d56c05d835a899
Description-en: GnuPG keys of the Ubuntu Debug Symbols Archive
The Ubuntu project digitally signs its Release files. This package
contains the archive keys used for the ddebs.ubuntu.com repository.
Package: ubuntu-dev-tools
Description-md5: 5f90ca37b63ddc5d713f258d78687994
Description-en: useful tools for Ubuntu developers
This is a collection of useful tools that Ubuntu developers use to make their
packaging work a lot easier.
.
Such tools include:
.
- backportpackage - helper to test package backports
- bitesize - add the 'bitesize' tag to a bug and comment that you are
willing to help fix it.
- check-mir - check support status of build/binary dependencies
- check-symbols - will compare and give you a diff of the exported symbols of
all .so files in a binary package.
- dch-repeat - used to repeat a change log into an older release.
- grab-merge - grabs a merge from merges.ubuntu.com easily.
- grep-merges - search for pending merges from Debian.
- hugdaylist - compile HugDay lists from bug list URLs.
- import-bug-from-debian - copy a bug from the Debian BTS to Launchpad
- merge-changelog - manually merges two Debian changelogs with the same base
version.
- mk-sbuild - script to create LVM snapshot chroots via schroot and
sbuild.
- pbuilder-dist, cowbuilder-dist - wrapper script for managing several build
chroots (for different Ubuntu and Debian releases) on the same system.
- pull-debian-debdiff - attempts to find and download a specific version of
a Debian package and its immediate parent to generate a debdiff.
- pull-debian-source - downloads the latest source package available in
Debian of a package.
- pull-lp-source - downloads source package from Launchpad.
- pull-lp-debs - downloads debs package(s) from Launchpad.
- pull-lp-ddebs - downloads dbgsym/ddebs package(s) from Launchpad.
- pull-lp-udebs - downloads udebs package(s) from Launchpad.
- pull-debian-* - same as pull-lp-* but for Debian packages.
- pull-uca-* - same as pull-lp-* but for Ubuntu Cloud Archive packages.
- pull-pkg - common script that provides above pull-* functionality.
- pull-revu-source - downloads the latest source package from REVU
- requestbackport - file a backporting request.
- requestsync - files a sync request with Debian changelog and rationale.
- reverse-depends - find the reverse dependencies (or build dependencies) of
a package.
- seeded-in-ubuntu - query if a package is safe to upload during a freeze.
- setup-packaging-environment - assistant to get an Ubuntu installation
ready for packaging work.
- sponsor-patch - Downloads a patch from a Launchpad bug, patches the source
package, and uploads it (to Ubuntu or a PPA)
- submittodebian - automatically send your changes to Debian as a bug report.
- syncpackage - helper to prepare .changes file to upload synced packages
- ubuntu-build - give commands to the Launchpad build daemons from the
command line.
- ubuntu-iso - output information of an Ubuntu ISO image.
- ubuntu-upload-permission - query / list the upload permissions for a
package.
- update-maintainer - script to update maintainer field in ubuntu packages.
Package: ubuntu-gnome-default-settings
Description-md5: f3794dc09161a64a3bf4a6b1dd3abc31
Description-en: default settings for the Ubuntu desktop (transitional package)
This is a transitional package depending on the default Ubuntu settings.
.
Install vanilla-gnome-default-settings for settings similar to what
were provided by Ubuntu GNOME before it was discontinued.
Package: ubuntu-mobile-icons
Description-md5: d169f7d5bf731e4bbecf87763b363fdb
Description-en: Ubuntu Mobile Icon theme
Ubuntu mobile icons used for phone and tablet applications and shell.
Package: ubuntu-release-upgrader-qt
Description-md5: 1a5354b00256cd2e8841649e89979f00
Description-en: manage release upgrades
This is the Qt frontend of the Ubuntu Release Upgrader
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: ubuntu-touch-settings
Description-md5: 4133be4d518d0733744b36407ddc7134
Description-en: default settings for Ubuntu Touch
This package contains the default settings used by Ubuntu Touch.
Package: ubuntukylin-default-settings
Description-md5: ba694cb3f5064c2d20c848b91a1fec41
Description-en: Default settings for the Ubuntu Kylin desktop
This package contains the default settings used by Ubuntu Kylin.
Package: ucommon-doc
Description-md5: 98b3c7db07f36554cfcf2cb73d7873c9
Description-en: lightweight C++ threading and sockets - documentation
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for
systems using uClibc along with POSIX threading support. For this
reason, uCommon disables language features that consume memory or
introduce runtime overhead. uCommon introduces some design patterns
from Objective-C, such as reference counted objects, memory pools, and
smart pointers. uCommon introduces some new concepts for handling of
thread locking and synchronization.
.
This package contains the API documentation.
Package: ucommon-utils
Description-md5: 6272f28c456a571b8537cf7dfe8288cd
Description-en: lightweight C++ threading and sockets - utilities
GNU uCommon C++ is a lightweight library to facilitate using C++ design
patterns even for very deeply embedded applications, such as for
systems using uClibc along with POSIX threading support. For this
reason, uCommon disables language features that consume memory or
introduce runtime overhead. uCommon introduces some design patterns
from Objective-C, such as reference counted objects, memory pools, and
smart pointers. uCommon introduces some new concepts for handling of
thread locking and synchronization.
.
This package contains the following utilities included as part of the
GNU uCommon C++ project:
* args
* car
* keywait
* mdsum
* scrub
* sockaddr
* zerofill
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: uim-mozc
Description-md5: d356d87e8c6ad11ff55a4f9485240410
Description-en: Mozc engine for uim - Client of the Mozc input method
uim is an input method module library supporting various languages, which
become a frontend for Anthy, SKK, Canna, T-Code, TUT-Code,
Pinyin (Chinese input method), Hangul (Korean input method),
IPA (International Phonetic Alphabet), etc.
Most of the functions are implemented with Scheme, so it's very simple
and flexible.
.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux.
.
uim-mozc provides client part of the Mozc input method.
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: .
.
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: .
.
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: .
.
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: umockdev
Description-md5: 286db1dc230b4374b7e4132a74169450
Description-en: record/mock hardware devices for bug reports and regression tests
umockdev mocks hardware devices for creating unit tests for libraries and
programs that handle Linux hardware devices.
.
This package provides tools to record the properties and behaviour of
particular devices, and to run a program or test suite under a test bed with
the previously recorded devices loaded.
.
Right now this covers sysfs, uevents, basic support for /dev devices, and
recording/mocking usbdevfs ioctls (for PtP/MTP devices).
.
With this you can simulate particular hardware in virtual environments up to
some degree, without needing any particular privileges or disturbing the whole
system.
Package: umview-mod-umfuseext2
Description-md5: b5d8ceb3db3bac79e8d6460aa389753f
Description-en: View-OS in user space - ext2 module for UMFUSE
View-OS is a novel approach to the process/kernel interface. The semantics of
each system call can be assigned process by process giving the user the right
to decide which view of the system each process has to join. Each process can
"see" a different file system structure, networking resources, processor,
devices. Moreover some of the resources can be provided by the user
him/herself, thus these resource can be private to the single process and are
not known a priori by the system. Groups of processes can share the same view
but this is just an optimization to share management methods.
.
For more information, see http://wiki.virtualsquare.org
.
UMView is a user-mode implementation of View-OS. Processes are run with a
controlling daemon that captures all the system calls (at present using the
ptrace() system call) and uses dynamically loadable modules to change their
semantic.
.
This package contains a sub-module for umfuse. umfuse is contained in the
main UMView package and allows almost complete source compatibility with FUSE
modules. umfuseext2 can be used to mount Extended 2 file system images
inside an UMView instance.
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: unity
Description-md5: dec4e0049e561b260175a841cf8a6410
Description-en: Interface designed for efficiency of space and interaction.
Unity is a desktop experience that sings. Designed by Canonical and the Ayatana
community, Unity is all about the combination of familiarity and the future. We
bring together visual design, analysis of user experience testing, modern
graphics technologies and a deep understanding of the free software landscape
to produce what we hope will be the lightest, most elegant and most delightful
way to use your PC.
Package: unity-autopilot
Description-md5: f53b2e0f212f151ef7b47fd0e66bb27f
Description-en: Autopiloted tests for Unity
Unity is tested automatically through autopilot, a framework which enables
keyboard and mouse events to be triggered on the fly as well as object
introspection. This package contains the specific unity introspection
bindings to be able to write tests in python as well as the full test suite
for Unity.
Package: unity-schemas
Description-md5: 702708646d353f3ae8e0542be6af16c1
Description-en: Interface designed for efficiency of space and interaction.
Unity is a desktop experience that sings. Designed by Canonical and the Ayatana
community, Unity is all about the combination of familiarity and the future. We
bring together visual design, analysis of user experience testing, modern
graphics technologies and a deep understanding of the free software landscape
to produce what we hope will be the lightest, most elegant and most delightful
way to use your PC.
.
This package contains the configuration schemas used by unity.
Package: unity-services
Description-md5: 739e58e2989afe568092890f45df8b83
Description-en: Services for the Unity interface
Unity is a desktop experience that sings. Designed by Canonical and the Ayatana
community, Unity is all about the combination of familiarity and the future. We
bring together visual design, analysis of user experience testing, modern
graphics technologies and a deep understanding of the free software landscape
to produce what we hope will be the lightest, most elegant and most delightful
way to use your PC.
.
This package contains the D-Bus service used for unity.
Package: unity-session
Description-md5: 357be4a1e896419cfb54af3f67c8d356
Description-en: Unity session, previous ubuntu default experience.
This package contains the required components for the Unity session.
It can be started from a display manager such as LightDM.
Package: unity-settings-daemon
Description-md5: aea2dacf99fdb4c9af627c901ebc2b15
Description-en: daemon handling the Unity session settings
This package contains the daemon which is responsible for setting the
various parameters of a Unity session and the applications that run
under it. It handles the following kinds of settings:
.
* Keyboard: layout, accessibility options, shortcuts, media keys
* Clipboard management
* Theming: background, icons, GTK+ applications
* Cleanup of unused files
* Mouse: cursors, speed, accessibility options
* Startup of other daemons: screensaver, sound daemon
* Typing break
.
It also sets various application settings through X resources and
freedesktop.org XSETTINGS.
Package: unity-settings-daemon-dev
Description-md5: 49b4ff9931ee8b6c680c024f7fcce33b
Description-en: Headers for building applications communicating with unity-settings-daemon
This package contains header files required to build applications that
communicate with the Unity settings daemon over D-Bus.
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: usbredirserver
Description-md5: c4b79af65d11cf34aa7cdf935b857684
Description-en: Simple USB host TCP server
usbredirserver is a small standalone server for exporting an USB device for
use from another (virtual) machine through the usbredir protocol.
Package: usbview
Description-md5: e9058450899367676ea4b094042f2754
Description-en: USB device viewer
USBView is a small GTK+ application to show what the device tree of
the USB bus looks like. It shows a graphical representation of the
devices that are currently plugged in, showing the topology of the
USB bus. It also displays information on each individual device on
the bus.
Package: user-manager
Description-md5: 8729084c333b8cbe7ec8d10ea5300ef6
Description-en: user management tool for the Plasma workspace
A System Settings module for managing users on your system.
Package: uw-mailutils
Description-md5: 45e2e7554cd7cf146c8c6e3357a99140
Description-en: c-client support programs
IMAP (Internet Message Access Protocol) is a method of accessing
electronic messages kept on a (possibly shared) mail server.
.
The UW (University of Washington) IMAP toolkit provides the c-client
mail-handling library supporting various network transport methods,
file system storage formats, and authentication and authorization
methods.
.
This package contains helper tools for the libc-client library:
- mailutil: utility program which helps manage email mailboxes (both
local and IMAP/POP3/NNTP);
- dmail: MDA (Mail Delivery Agent) for use with procmail;
- tmail: MDA for use with the system mailer (such as Sendmail or Postfix).
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: v4l2loopback-dkms
Description-md5: b822bc0a88412f52de27569a000ebb3c
Description-en: Source for the v4l2loopback driver (DKMS)
This module allows you to create "virtual video devices".
Normal (v4l2) applications will read these devices as if they were ordinary
video devices, but the video will not be read from e.g. a capture card but
instead it is generated by another application.
.
This package provides the source code for the v4l2loopback kernel modules
to be built with dkms.
Package: v4l2loopback-source
Description-md5: adc0325ef5dbc3719d4dd98a70714e98
Description-en: Source for the v4l2loopback driver
This module allows you to create "virtual video devices".
Normal (v4l2) applications will read these devices as if they were ordinary
video devices, but the video will not be read from e.g. a capture card but
instead it is generated by another application.
.
This package provides the source code for the v4l2loopback kernel modules.
Package: v4l2loopback-utils
Description-md5: d4012d46cca371eab589dfd7688dc585
Description-en: Commandline utilities for the for the v4l2-loopback module
This package contains applications to interact with v4l2-loopback devices
("virtual video devices").
Currently there is only a single command line utility:
.
v4l2loopback-ctl: tool to set framerate, format and timeout image
Package: vala-0.40-doc
Description-md5: de483b7159809ff1a4971ef10ee5d570
Description-en: C# like language for the GObject system - documentation
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.
.
This package contains the Vala Reference Manual.
Package: valac
Description-md5: 218f3b0a7cade0003732a9717a7a8215
Description-en: C# like language for the GObject system
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.
.
valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
source code. This package also contains the vala-gen-introspect and
vapigen binaries that will automatically generate Vala bindings.
Package: valac-0.40-vapi
Description-md5: 14e61d74db9df4b1edc860ca4ff8ade6
Description-en: C# like language for the GObject system - vapi files
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.
.
valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala
source code. This package also contains the vala-gen-introspect and
vapigen binaries that will automatically generate Vala bindings.
.
This package contains the bundled vapi files, which make some
common libraries available for vala development.
Package: valadoc
Description-md5: 8a6549afda982e1d45dda89bddbfa8db
Description-en: API documentation generator for vala
Valadoc is a documentation generator for generating API documentation
in HTML format from Vala source code. It can be used for *.vala and
*.vapi files.
Package: valgrind-mpi
Description-md5: 8e5eaca3acd2c0d43c859974b2df64f5
Description-en: instrumentation framework for building dynamic analysis tools (MPI module)
Valgrind is a system for debugging and profiling Linux programs. With its tool
suite you can automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting and making your programs more stable.
You can also perform detailed profiling to help speed up your programs and use
Valgrind to build new tools.
.
This package provides the "mpiwrap" library for debugging distributed-memory
applications which use the MPI message passing standard.
Package: vanilla-gnome-default-settings
Description-md5: d9728590e11574da56601abbc160ac08
Description-en: default settings for the Ubuntu GNOME desktop
This package contains the default settings used by Ubuntu GNOME.
Package: varnish
Description-md5: ebbadfc1a0485abd58ba563250510a25
Description-en: state of the art, high-performance web accelerator
Varnish Cache is a state of the art web accelerator written with
performance and flexibility in mind.
.
Varnish Cache stores web pages in memory so web servers don't have to
create the same web page over and over again. Varnish serves pages
much faster than any application server; giving the website a
significant speed up.
.
Some of the features include:
* A modern design
* VCL - a very flexible configuration language
* Load balancing with health checking of backends
* Partial support for ESI - Edge Side Includes
* URL rewriting
* Graceful handling of "dead" backends
Package: varnish-doc
Description-md5: f8286c594d80b32f748ffdd119cbac2f
Description-en: documentation for Varnish Cache
This package contains HTML documentation for Varnish Cache.
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: vinagre
Description-md5: 7b8120bed7cdcf52c73e679629d622fa
Description-en: remote desktop client for the GNOME Desktop
Vinagre is a remote desktop client integrated into the GNOME Desktop.
.
With Vinagre you can have several connections open simultaneously,
bookmark your servers thanks to the Favorites support, store the
passwords in the GNOME keyring, and browse the network to look for
VNC servers.
.
Supported protocols are VNC, SSH, and RDP.
Package: virt-manager
Description-md5: 9f7f584744b77cdacc2291f2a8ac220e
Description-en: desktop application for managing virtual machines
It presents a summary view of running domains and their live performance &
resource utilization statistics. A detailed view presents graphs showing
performance & utilization over time. Ultimately it will allow creation of new
domains, and configuration & adjustment of a domain's resource allocation &
virtual hardware. Finally an embedded VNC client viewer presents a full
graphical console to the guest domain.
.
NOTE: the GUI is still considered experimental.
Package: virtinst
Description-md5: c31098728b9b7faac6968bd65393f582
Description-en: Programs to create and clone virtual machines
Virtinst is a set of commandline tools to create virtual machines using
libvirt:
.
virt-install: provision new virtual machines
virt-clone: clone existing virtual machines
virt-image: create virtual machines from an image description
virt-convert: convert virtual machines between formats
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: vpx-tools
Description-md5: 41cd6c10fc838ed5f4e38bb18b5f43df
Description-en: VP8 and VP9 video codec encoding/decoding tools
VP8 and VP9 are open video codecs, originally developed by On2 and released
as open source by Google Inc. They are the successor of the VP3 codec,
on which the Theora codec was based.
.
This package contains the commandline tools vpxdec and vpxenc.
Package: vulkan-utils
Description-md5: c14a2931eed9160e792718fedb00082a
Description-en: Miscellaneous Vulkan utilities
This package provides utilities for Vulkan, including vulkaninfo.
Package: w3m-img
Description-md5: d9733e0fd594b5491fc8db98e1e4b768
Description-en: inline image extension support utilities for w3m
w3m-img provides some utilities to support inline images for w3m
on terminal emulator in X Window System environments and Linux
framebuffer.
Package: 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: webp
Description-md5: 3c2179355195b8d229435797374b0a61
Description-en: Lossy compression of digital photographic images.
Image Compression format, based on the VP8 codec.
WebP uses the modern VP8 compression format to deliver efficient
compression of images for the web. More than 30% extra gain over
optimized JPEG, for same quality, is not unusual.
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: west-chamber-common
Description-md5: 1877521e4fe93c44ba7f7b13a40b5764
Description-en: iptable extension for bypassing content filtering firewall
West-chamber is an iptable extension named after the famous Chinese ancient
fiction - Romance of the West Chamber. It is based on the idea of
T. Ptacek's paper in 1998 which allows users go through some
content-filtered firewall without 3rd-party proxies.
.
This package contains the extension for iptables. It needs corresponding
kernel modules to work properly.
Package: west-chamber-dkms
Description-md5: 3c286c304cf58ad78d195067644f8f5b
Description-en: iptable extension for bypassing content filtering firewall (dkms)
West-chamber is an iptable extension named after the famous Chinese ancient
fiction - Romance of the West Chamber. It is based on the idea of
T. Ptacek's paper in 1998 which allows users go through some
content-filtered firewall without 3rd-party proxies.
.
The dkms package will automatically compile the driver for your current
kernel version.
Package: west-chamber-source
Description-md5: f021d8f15ccda839e293f56b9d4a6301
Description-en: iptable extension for bypassing content filtering firewall (module source)
West-chamber is an iptable extension named after the famous Chinese ancient
fiction - Romance of the West Chamber. It is based on the idea of
T. Ptacek's paper in 1998 which allows users go through some
content-filtered firewall without 3rd-party proxies.
.
This package provides the source code for the west-chamber kernel modules.
The west-chamber-common package is also required in order to make use of these
modules. Kernel source or headers are required to compile these modules.
Package: widelands
Description-md5: 2aa8687bbb83b4fb4eff245b46d1c3eb
Description-en: fantasy real-time strategy game
Widelands is a strategy game aiming for gameplay similar to Settlers II by
BlueByte.
.
In this game, you start out on a small piece of land with nothing more than
a few of useful resources. Using those, you can build yourself an empire
with many thousands of inhabitants. On your way towards this goal, you will
have to build up an economic infrastructure, explore the lands around you
and face enemies who are trying to rule the world just like you do.
Package: widelands-data
Description-md5: 83a9c23053626f0f7c374fe1069eca20
Description-en: fantasy real-time strategy game (data files)
This package contains the graphics and levels for Widelands.
.
Widelands is a strategy game aiming for gameplay similar to Settlers II by
BlueByte.
.
In this game, you start out on a small piece of land with nothing more than
a few of useful resources. Using those, you can build yourself an empire
with many thousands of inhabitants. On your way towards this goal, you will
have to build up an economic infrastructure, explore the lands around you
and face enemies who are trying to rule the world just like you do.
Package: wireguard
Description-md5: bd6dd7a30cf34800a40219e3d2df9dc3
Description-en: fast, modern, secure kernel VPN tunnel (metapackage)
WireGuard is a novel VPN that runs inside the Linux Kernel and uses
state-of-the-art cryptography (the "Noise" protocol). It aims to be
faster, simpler, leaner, and more useful than IPSec, while avoiding
the massive headache. It intends to be considerably more performant
than OpenVPN. WireGuard is designed as a general purpose VPN for
running on embedded interfaces and super computers alike, fit for
many different circumstances. It runs over UDP.
.
This metapackage explicitly depends on both the kernel module and the
userspace tooling.
Package: wireguard-dkms
Description-md5: 5fe9aeace9ae485b87e21f6a2a784845
Description-en: fast, modern, secure kernel VPN tunnel (DKMS version)
WireGuard is a novel VPN that runs inside the Linux Kernel and uses
state-of-the-art cryptography (the "Noise" protocol). It aims to be
faster, simpler, leaner, and more useful than IPSec, while avoiding
the massive headache. It intends to be considerably more performant
than OpenVPN. WireGuard is designed as a general purpose VPN for
running on embedded interfaces and super computers alike, fit for
many different circumstances. It runs over UDP.
.
This package uses DKMS to automatically build the wireguard kernel
module.
Package: wireguard-tools
Description-md5: a758c2cb66a089ccfb3c6f0639ffeb3c
Description-en: fast, modern, secure kernel VPN tunnel (userland utilities)
WireGuard is a novel VPN that runs inside the Linux Kernel and uses
state-of-the-art cryptography (the "Noise" protocol). It aims to be
faster, simpler, leaner, and more useful than IPSec, while avoiding
the massive headache. It intends to be considerably more performant
than OpenVPN. WireGuard is designed as a general purpose VPN for
running on embedded interfaces and super computers alike, fit for
many different circumstances. It runs over UDP.
.
This package contains command-line tools to interact with the
WireGuard kernel module. Currently, it provides only a single tool:
.
wg: set and retrieve configuration of WireGuard interfaces
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: x2goclient
Description-md5: 382c392ada5d061dcc91d9fd62249894
Description-en: X2Go Client application (Qt5)
X2Go is a serverbased computing environment with
- session resuming
- low bandwidth support
- session brokerage support
- client-side mass storage mounting support
- client-side printing support
- audio support
- authentication by smartcard and USB stick
.
X2Go Client is a graphical client (Qt5) for the X2Go system.
You can use it to connect to running sessions and start new sessions.
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: xbase-clients
Description-md5: 75540abae709b67c947a07dccbdb40d8
Description-en: miscellaneous X clients - metapackage
An X client is a program that interfaces with an X server (almost always via
the X libraries), and thus with some input and output hardware like a
graphics card, monitor, keyboard, and pointing device (such as a mouse).
.
This package provides a miscellaneous assortment of several dozen X clients
that ship with the X Window System.
.
This package is provided for transition from earlier Debian releases, the
programs formerly in xutils and xbase-clients having been split out in smaller
packages.
Package: xcftools
Description-md5: 15b23f24e4b6797375e99f4cabe9dd06
Description-en: command-line tools for extracting data for XCF files
This is a set of fast command-line tools for extracting information
from the Gimp's native file format XCF.
The tools are designed to allow efficient use of layered XCF files as
sources in a build system that use 'make' and similar tools to manage
automatic processing of the graphics.
These tools work independently of the Gimp engine and do not require
the Gimp to even be installed.
.
"xcf2pnm" converts XCF files to ppm, pgm or pbm format, flattening
layers if necessary.
If the image contains transparency, an alpha map can be written to a
separate file, or a background color can be specified on the command
line.
.
"xcf2png" converts XCF files to PNG format, flattening layers if
necessary.
Transparency information can be kept in the image, or a background
color can be specified on the command line.
.
"xcfinfo" lists information about layers in an XCF file.
.
"xcfview" is a wrapper script that flattens an XCF image and displays
it using an external PNG/PPM viewer.
To use this script, you must make sure also to install an appropriate
external viewer, as well as the mime-support package which provides the
mailcap database.
.
The tools can either flatten an XCF file as given, or extract
specific layers named on the command line.
Package: xdg-desktop-portal-kde
Description-md5: fc4fd1181bc7c0a62688c499f13cca00
Description-en: backend implementation for xdg-desktop-portal using Qt
xdg-desktop-portal-gtk provides a Qt implementation for the
desktop-agnostic xdg-desktop-portal service. This allows sandboxed
applications to request services from outside the sandbox using KDE
GUIs (app chooser, file chooser, print dialog) or using KDE services
(session manager, screenshot provider).
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:
.
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:
.
This package is built from the X.org xserver module.
Package: xfce4-settings
Description-md5: 460b529843c7cefa369f74751d6a3678
Description-en: graphical application for managing Xfce settings
xfce4-settings is the Xfce settings manager front-end. It comes
with several different components for configuring application-independent
settings inside xfconf.
It contains multiple tools:
- xfce4-settings-manager (which replaces the old mcs settings manager),
which executes the various (provided) settings dialogs
- xfce4-settings-editor, a tool for editing ALL settings within xfconf, the
graphical counterpart of xfconf-query.
- xfsettingsd, a daemon for exporting XSettings to applications, and
providing special features like keyboard shortcuts, AccessX notification
and update of keyboard and mouse-pointer data.
Package: xfce4-terminal
Description-md5: 7cab61d0980df9ecceb1fdaa3b5242c6
Description-en: Xfce terminal emulator
This package contains Terminal, which is a lightweight and easy to use
terminal emulator for X11. It was created to fit nicely into the Xfce
desktop environment, but it also fits nice with other environments.
.
For people who already know GNOME 2 terminal and are searching for a
lighter but comparable replacement, Terminal might be the answer.
Package: xfce4-weather-plugin
Description-md5: 75261edfb17dac04dbe7f9212ab0574b
Description-en: weather information plugin for the Xfce4 panel
The weather plugin displays information about the current weather according
your timezone and settings. It allows one to search weather location code in
the same plugin and displays weather status in little icons.
.
Features include:
- Temperature, atmospheric pressure and state.
- Wind speed, gust, and direction.
- Humidity, Visibility, Dew-point, UV Index.
Package: xfwm4
Description-md5: 5e21d788349ef4b83df2c616d884f233
Description-en: window manager of the Xfce project
This package contains xfwm4 which is the window manager for Xfce4. It is
designed to run with the rest of Xfce4 but makes a capable window manager
for GNOME or KDE.
.
Install xfwm4 if you want a small, resource saving window manager which
complies to the standards defined at http://www.freedesktop.org/. Without
xfce4 installed this only gives you a window manager not the full
environment.
Package: xkb-data-i18n
Description-md5: ad18c9da1cefd47e5b70e985c477f20e
Description-en: X Keyboard Extension (XKB) configuration data translations
This package contains translations used by xkb-data. Users should
not install this package.
Package: xl2tpd
Description-md5: e17f6f0796db6685c9eee34ae183866b
Description-en: layer 2 tunneling protocol implementation
xl2tpd is an open source implementation of the L2TP tunneling
protocol (RFC2661). xl2tpd is forked from l2tpd and is maintained by
Xelerance Corporation.
.
The main purpose of this protocol is to tunnel PPP frames through IP
networks. It implements both LAC and LNS role in the L2TP networking
architecture.
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:
.
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: xorg-server-source-hwe-18.04
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: xorgxrdp-hwe-18.04
Description-md5: 56d1a375c74aae2447ed22baec7b766a
Description-en: Remote Desktop Protocol (RDP) modules for X.org
xorgxrdp is a set of drivers (screen device, keyboard, and mouse)
for X.org enabling use through an RDP session with xrdp. For full
operation, most standard X11 fonts and tools need to be installed;
the Recommended xorg metapackage is a superset of what’s actually
needed but will do.
Package: xpmutils
Description-md5: ea0411509eadbac55a3fcaaded41b449
Description-en: X11 pixmap utilities
The X PixMap image format is an extension of the monochrome X BitMap
format specified in the X protocol, and is commonly used in traditional
X applications.
.
This package provides two tools: cxpm (to check the integrity of an
XPM file) and sxpm (to view XPM files).
Package: xserver-xorg-input-evdev-dev-hwe-18.04
Description-md5: b291128a75b9290de45fc73147113fba
Description-en: X.Org X server -- evdev input driver (development headers)
This package provides the development headers for the evdev input driver
found in xserver-xorg-input-evdev. Non-developers likely have little use
for this package.
.
This package is built from the X.org xf86-input-evdev driver module.
Package: xserver-xorg-input-evdev-hwe-18.04
Description-md5: 31de8b9a43f10be01a9c9a8d0805f00a
Description-en: X.Org X server -- evdev input driver
This package provides the driver for input devices using evdev, the Linux
kernel's event delivery mechanism. This driver allows for multiple keyboards
and mice to be treated as separate input devices.
.
This package is built from the X.org xf86-input-evdev driver module.
Package: xserver-xorg-input-evdev-hwe-18.04-dbg
Description-md5: 0fa0bb33c7d0457ceed0d5dc40a212e1
Description-en: X.Org X server -- evdev input driver (debug symbols)
This package provides the development headers for the evdev input driver
found in xserver-xorg-input-evdev. Non-developers likely have little use
for this package.
.
This package is built from the X.org xf86-input-evdev driver module.
.
This package provides debugging symbols for this Xorg X driver.
Package: xserver-xorg-input-joystick-dev-hwe-18.04
Description-md5: f78556dd31ebdf971e9dc48d1682380f
Description-en: X.Org X server -- joystick input driver (development headers)
This package provides the development headers for the joystick input
driver found in xserver-xorg-input-joystick. Non-developers likely have
little use for this package.
.
More information about X.Org can be found at:
.
This package is built from the X.org xf86-input-joystick driver module.
Package: xserver-xorg-input-joystick-hwe-18.04
Description-md5: 46c1a7824699f25d846bd16af51c1cff
Description-en: X.Org X server -- joystick input driver
This package provides the driver for joysticks.
.
More information about X.Org can be found at:
.
This package is built from the X.org xf86-input-joystick driver module.
Package: xserver-xorg-input-synaptics-dev-hwe-18.04
Description-md5: 95eb93bc0953189d6cf98a189b43a0ca
Description-en: Synaptics TouchPad driver for X.Org server (development headers)
This package contains the development headers for the Synaptics input
driver found in xserver-xorg-input-synaptics. Non-developers likely have
little use for this package.
Package: xserver-xorg-input-synaptics-hwe-18.04
Description-md5: 6f7a84d9a52f4dc44fd0ad7cc265853b
Description-en: Synaptics TouchPad driver for X.Org server
This package provides an input driver for the X.Org X server to enable
advanced features of the Synaptics Touchpad including:
.
* Movement with adjustable, non-linear acceleration and speed
* Button events through short touching of the touchpad
* Double-Button events through double short touching of the touchpad
* Dragging through short touching and holding down the finger on the touchpad
* Middle and right button events on the upper and lower corner of the touchpad
* Vertical scrolling (button four and five events) through moving the finger
on the right side of the touchpad
* The up/down button sends button four/five events
* Horizontal scrolling (button six and seven events) through moving the finger
on the lower side of the touchpad
* The multi-buttons send button four/five events, and six/seven events for
horizontal scrolling
* Adjustable finger detection
* Multifinger taps: two finger for middle button and three finger for right
button events. (Needs hardware support. Not all models implement this
feature.)
* Run-time configuration using shared memory. This means you can change
parameter settings without restarting the X server (see synclient(1)).
* It also provides a daemon to disable touchpad while typing at the keyboard
and thus avoid unwanted mouse movements (see syndaemon(1)).
Package: xserver-xorg-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: xserver-xspice-hwe-18.04
Description-md5: 67b8ba3a04acd461e301e3ba4a166346
Description-en: Xspice X server
Xspice is an X server and Spice server in one. It consists of a wrapper script
for executing Xorg with the right parameters and environment variables, a
module names spiceqxl_drv.so implementing three drivers: a video mostly
identical code to the guest qxl X driver, and keyboard and mouse reading from
the spice inputs channel.
.
Xspice allows regular X connections, while a spice client provides the keyboard
and mouse and video output.
Package: xtables-addons-common
Description-md5: c81e3eaa1a348af85eba97ec0db4cb5e
Description-en: Extensions targets and matches for iptables [tools, libs]
Xtables-addons provides extra modules for iptables not present in the
kernel, and is the successor of patch-o-matic.
Extensions includes new targets like TEE, TARPIT, CHAOS, or modules like
geoip and account.
.
This package provides the userspace libraries for iptables to use extensions
in the xtables-addons-modules package.
.
Note: this package is only useful with a corresponding xtables-addons-dkms
package, which you may produce with module-assistant:
.
module-assistant auto-install xtables-addons-source
Package: xtables-addons-dkms
Description-md5: 9d1b1393e89def1795aa44a5fabb7306
Description-en: Extensions targets and matches for iptables
Xtables-addons provides extra modules for iptables not present in the
kernel, and is the successor of patch-o-matic.
Extensions includes new targets like TEE, TARPIT, CHAOS, or modules like
geoip and account.
.
The dkms package will automatically compile the driver for your current
kernel version.
Package: xtables-addons-source
Description-md5: 3fdf075ea16dc6bc5c3702e7241e81f0
Description-en: Extensions targets and matches for iptables [modules sources]
Xtables-addons provides extra modules for iptables not present in the
kernel, and is the successor of patch-o-matic.
Extensions includes new targets like TEE, TARPIT, CHAOS, or modules like
geoip and account.
.
This package provides the source code for the xtables-addons kernel modules.
The xtables-addons package is also required in order to make use of these
modules. Kernel source or headers are required to compile these modules.
Package: xterm
Description-md5: c1e47d60a01948be9aae7a2a4f63a0fe
Description-en: X terminal emulator
xterm is a terminal emulator for the X Window System. It provides DEC VT102
and Tektronix 4014 compatible terminals for programs that cannot use the
window system directly. This version implements ISO/ANSI colors and most of
the control sequences used by DEC VT220 terminals.
.
This package provides four commands: xterm, which is the traditional
terminal emulator; uxterm, which is a wrapper around xterm that is
intelligent about locale settings (especially those which use the UTF-8
character encoding), but which requires the luit program from the x11-utils
package; koi8rxterm, a wrapper similar to uxterm for locales that use the
KOI8-R character set; and lxterm, a simple wrapper that chooses which of the
previous commands to execute based on the user's locale settings.
.
A complete list of control sequences supported by the X terminal emulator
is provided in /usr/share/doc/xterm.
.
The xterm program uses bitmap images provided by the xbitmaps package.
.
Those interested in using koi8rxterm will likely want to install the
xfonts-cyrillic package as well.
Package: xul-ext-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: 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: xutils
Description-md5: 4253371d3b18cfeb922fd7c35747ab21
Description-en: X Window System utility programs metapackage
xutils provides a set of utility programs shipped with the X Window System.
Many of these programs are useful even on a system that does not have any X
clients or X servers installed.
.
This package is provided for transition from earlier Debian releases, the
programs formerly in xutils and xbase-clients having been split out in smaller
packages.
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:
.
This package is built from the X.org xserver module.
Package: xxhash
Description-md5: 0d30896624c051c6e3456c859245ce3b
Description-en: Extremely fast hash algorithm
xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
It successfully completes the SMHasher test suite which evaluates collision,
dispersion and randomness qualities of hash functions. Code is highly portable,
and hashes are identical on all platforms (little / big endian).
Package: xzdec
Description-md5: 30227ffce3f42144b3b624776f996bbf
Description-en: XZ-format compression utilities - tiny decompressors
XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
compression format, which provides memory-hungry but powerful
compression (often better than bzip2) and fast, easy decompression.
.
This package provides the xzdec and lzmadec utilities, which write
the decompressed version of a compressed file to standard output. The
binaries are very small, so they can be easily stored on small media
with some compressed files, and they are linked statically against
liblzma so they can be used on machines without a compatible version
of liblzma installed. However, they have:
.
* no compression support;
* no support for writing to a file other than standard output;
* no translated messages;
* been optimized for size rather than speed.
.
For a full-featured xzcat command without these limitations, use
the xz-utils package instead.
Package: yaws
Description-md5: 4a42180ab7f74c5b48d3710d8bb249a1
Description-en: High performance HTTP 1.1 webserver written in Erlang
Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
multithreaded webserver where one Erlang light weight process is used to
handle each client. Two separate modes of operation are supported.
.
This package includes binaries and config to run Yaws in standalone mode
where it works as a regular webserver daemon.
Package: yaws-chat
Description-md5: 040f3ec20f88136348ea0630cfca863d
Description-en: Chat application for Yaws webserver
Yaws-chat allows one to create a very simple web-based chatroom.
Package: yaws-doc
Description-md5: b5ca6822c9f717bbe6876f3ed02440ad
Description-en: Documentation and examples for Yaws webserver
Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
multithreaded webserver where one Erlang light weight process is used to
handle each client.
.
This package includes Yaws documentation and examples.
Package: yaws-mail
Description-md5: f94fa5f86783b21ca02a2c37ec3db801
Description-en: Webmail application for Yaws webserver
Yaws-mail is a small stateless webmail application. It requires
SMTP and POP3 servers to operate and does not store email locally.
Package: yaws-wiki
Description-md5: 7b0f26173741f05475a7f9fd12aa41bb
Description-en: Wiki application for Yaws webserver
Yaws-wiki is a small wiki application, written in Erlang for Yaws
webserver.
Package: yaws-yapp
Description-md5: 230e4021d21744a3f52910040a8d5a08
Description-en: Provides an easy way to deploy applications for Yaws webserver
Yaws-yapp (Yaws application handler) is a helper application.
It takes care of adding, and removing, the applications into a running
server. When anyone access the server with an URL that matches the path
for an added application, the docroot will be temporarily switched
to where the web pages for that application are located.
.
This package provides Yapp config file which is intended to use along
with fully installed Yaws webserver.
Package: ykcs11
Description-md5: 43f810075d14298f1df001888b3b8b46
Description-en: PKCS#11 module for the YubiKey PIV applet
The Yubico PIV tool is used for interacting with the Personal
Identity Verification Card (PIV) application on a YubiKey. With it
you may generate keys on the device, import keys and certificates,
create certificate requests, and other operations. A shared library,
a PKCS#11 module a command-line tool are included.
.
This package contains the PKCS#11 module.
Package: youtube-dl
Description-md5: c6de50a7ee8979e219af8437464e392b
Description-en: downloader of videos from YouTube and other sites
youtube-dl is a small command-line program to download videos from
YouTube.com and other sites that don't provide direct links to the
videos served.
.
youtube-dl allows the user, among other things, to choose a specific video
quality to download (if available) or let the program automatically
determine the best (or worst) quality video to grab. It supports
downloading entire playlists and all videos from a given user.
.
Currently supported sites (or features of sites) are:
.
1tv,
1up.com,
20min,
220.ro,
23video,
24video,
3qsdn,
3sat,
4tube,
56.com,
5min,
6play,
7plus,
8tracks,
91porn,
9c9media,
9c9media:stack,
9gag,
9now.com.au,
abc.net.au,
abc.net.au:iview,
abcnews,
abcnews:video,
abcotvs,
abcotvs:clips,
AcademicEarth:Course,
acast,
acast:channel,
AddAnime,
ADN,
AdobeTV,
AdobeTVChannel,
AdobeTVShow,
AdobeTVVideo,
AdultSwim,
aenetworks,
afreecatv,
AirMozilla,
AliExpressLive,
AlJazeera,
Allocine,
AlphaPorno,
AMCNetworks,
AmericasTestKitchen,
anderetijden,
AnimeOnDemand,
anitube.se,
Anvato,
AnySex,
Aparat,
AppleConnect,
AppleDaily,
appletrailers,
appletrailers:section,
archive.org,
ARD,
ARD:mediathek,
Arkena,
arte.tv,
arte.tv:+7,
arte.tv:cinema,
arte.tv:concert,
arte.tv:creative,
arte.tv:ddc,
arte.tv:embed,
arte.tv:future,
arte.tv:info,
arte.tv:magazine,
arte.tv:playlist,
AsianCrush,
AsianCrushPlaylist,
AtresPlayer,
ATTTechChannel,
ATVAt,
AudiMedia,
AudioBoom,
audiomack,
audiomack:album,
auroravid,
AWAAN,
awaan:live,
awaan:season,
awaan:video,
AZMedien,
AZMedienPlaylist,
AZMedienShowPlaylist,
BaiduVideo,
bambuser,
bambuser:channel,
Bandcamp,
Bandcamp:album,
Bandcamp:weekly,
bangumi.bilibili.com,
bbc,
bbc.co.uk,
bbc.co.uk:article,
bbc.co.uk:iplayer:playlist,
bbc.co.uk:playlist,
Beatport,
Beeg,
BehindKink,
BellMedia,
Bet,
Bigflix,
Bild,
BiliBili,
BioBioChileTV,
BIQLE,
BleacherReport,
BleacherReportCMS,
blinkx,
Bloomberg,
BokeCC,
BostonGlobe,
Bpb,
BR,
BravoTV,
Break,
brightcove:legacy,
brightcove:new,
BRMediathek,
bt:article,
bt:vestlendingen,
BuzzFeed,
BYUtv,
Camdemy,
CamdemyFolder,
CamWithHer,
canalc2.tv,
Canalplus,
Canvas,
CanvasEen,
CarambaTV,
CarambaTVPage,
CartoonNetwork,
cbc.ca,
cbc.ca:olympics,
cbc.ca:player,
cbc.ca:watch,
cbc.ca:watch:video,
CBS,
CBSInteractive,
CBSLocal,
cbsnews,
cbsnews:livevideo,
CBSSports,
CCMA,
CCTV,
CDA,
CeskaTelevize,
CeskaTelevizePorady,
channel9,
CharlieRose,
Chaturbate,
Chilloutzone,
chirbit,
chirbit:profile,
Cinchcast,
CJSW,
cliphunter,
Clippit,
ClipRs,
Clipsyndicate,
CloserToTruth,
cloudtime,
Cloudy,
Clubic,
Clyp,
cmt.com,
CNBC,
CNN,
CNNArticle,
CNNBlogs,
ComCarCoff,
ComedyCentral,
ComedyCentralFullEpisodes,
ComedyCentralShortname,
ComedyCentralTV,
CommonMistakes,
CondeNast,
Corus,
Coub,
Cracked,
Crackle,
Criterion,
CrooksAndLiars,
Crunchyroll,
crunchyroll:playlist,
CSNNE,
CSpan,
CtsNews,
CTVNews,
Culturebox,
CultureUnplugged,
curiositystream,
curiositystream:collection,
CWTV,
DailyMail,
dailymotion,
dailymotion:playlist,
dailymotion:user,
DaisukiMotto,
DaisukiMottoPlaylist,
daum.net,
daum.net:clip,
daum.net:playlist,
daum.net:user,
DBTV,
DctpTv,
DeezerPlaylist,
defense.gouv.fr,
democracynow,
DHM,
Digg,
DigitallySpeaking,
Digiteka,
Discovery,
DiscoveryGo,
DiscoveryGoPlaylist,
DiscoveryNetworksDe,
DiscoveryVR,
Disney,
Dotsub,
DouyuShow,
DouyuTV,
DPlay,
DPlayIt,
dramafever,
dramafever:series,
DRBonanza,
Dropbox,
DrTuber,
drtv,
drtv:live,
Dumpert,
dvtv,
dw,
dw:article,
EaglePlatform,
EbaumsWorld,
EchoMsk,
egghead:course,
egghead:lesson,
eHow,
Einthusan,
eitb.tv,
EllenTube,
EllenTubePlaylist,
EllenTubeVideo,
ElPais,
Embedly,
EMPFlix,
Engadget,
Eporner,
EroProfile,
Escapist,
ESPN,
ESPNArticle,
EsriVideo,
ETOnline,
Europa,
EveryonesMixtape,
ExpoTV,
ExtremeTube,
EyedoTV,
facebook,
FacebookPluginsVideo,
faz.net,
fc2,
fc2:embed,
Fczenit,
filmon,
filmon:channel,
Filmweb,
FiveThirtyEight,
FiveTV,
Flickr,
Flipagram,
Folketinget,
FootyRoom,
Formula1,
FOX,
FOX9,
Foxgay,
foxnews,
foxnews:article,
foxnews:insider,
FoxSports,
france2.fr:generation-what,
FranceCulture,
FranceInter,
FranceTV,
FranceTVEmbed,
francetvinfo.fr,
FranceTVJeunesse,
FranceTVSite,
Freesound,
freespeech.org,
FreshLive,
Funimation,
FunkChannel,
FunkMix,
FunnyOrDie,
Fusion,
Fux,
FXNetworks,
GameInformer,
GameOne,
gameone:playlist,
GameSpot,
GameStar,
Gaskrank,
Gazeta,
GDCVault,
generic,
Gfycat,
GiantBomb,
Giga,
Glide,
Globo,
GloboArticle,
Go,
Go90,
GodTube,
Golem,
GoogleDrive,
Goshgay,
GPUTechConf,
Groupon,
Hark,
hbo,
hbo:episode,
HearThisAt,
Heise,
HellPorno,
Helsinki,
HentaiStigma,
hetklokhuis,
hgtv.com:show,
HiDive,
HistoricFilms,
history:topic,
hitbox,
hitbox:live,
HitRecord,
HornBunny,
HotNewHipHop,
HotStar,
hotstar:playlist,
Howcast,
HowStuffWorks,
HRTi,
HRTiPlaylist,
Huajiao,
HuffPost,
Hypem,
Iconosquare,
ign.com,
imdb,
imdb:list,
Imgur,
ImgurAlbum,
Ina,
Inc,
Indavideo,
IndavideoEmbed,
InfoQ,
Instagram,
instagram:user,
Internazionale,
InternetVideoArchive,
IPrima,
iqiyi,
Ir90Tv,
ITTF,
ITV,
ivi,
ivi:compilation,
ivideon,
Iwara,
Izlesene,
Jamendo,
JamendoAlbum,
JeuxVideo,
Joj,
Jove,
jpopsuki.tv,
JWPlatform,
Kakao,
Kaltura,
KanalPlay,
Kankan,
Karaoketv,
KarriereVideos,
keek,
KeezMovies,
Ketnet,
KhanAcademy,
KickStarter,
KonserthusetPlay,
kontrtube,
KrasView,
Ku6,
KUSI,
kuwo:album,
kuwo:category,
kuwo:chart,
kuwo:mv,
kuwo:singer,
kuwo:song,
la7.it,
laola1tv,
laola1tv:embed,
LCI,
Lcp,
LcpPlay,
Le,
Learnr,
Lecture2Go,
LEGO,
Lemonde,
LePlaylist,
LetvCloud,
Libsyn,
life,
life:embed,
limelight,
limelight:channel,
limelight:channel_list,
LineTV,
LiTV,
LiveLeak,
LiveLeakEmbed,
livestream,
livestream:original,
livestream:shortener,
LnkGo,
loc,
LocalNews8,
LoveHomePorn,
lrt.lt,
lynda,
lynda:course,
m6,
macgamestore,
mailru,
mailru:music,
mailru:music:search,
MakersChannel,
MakerTV,
mangomolo:live,
mangomolo:video,
ManyVids,
massengeschmack.tv,
MatchTV,
MDR,
media.ccc.de,
Medialaan,
Mediaset,
Mediasite,
Medici,
megaphone.fm,
Meipai,
MelonVOD,
META,
metacafe,
Metacritic,
Mgoon,
MGTV,
MiaoPai,
Minhateca,
MinistryGrid,
Minoto,
miomio.tv,
MiTele,
mixcloud,
mixcloud:playlist,
mixcloud:stream,
mixcloud:user,
Mixer:live,
Mixer:vod,
MLB,
Mms,
Mnet,
MoeVideo,
Mofosex,
Mojvideo,
Moniker,
Morningstar,
Motherless,
MotherlessGroup,
Motorsport,
MovieClips,
MovieFap,
Moviezine,
MovingImage,
MSN,
mtg,
mtv,
mtv.de,
mtv81,
mtv:video,
mtvservices:embedded,
MuenchenTV,
MusicPlayOn,
mva,
mva:course,
Mwave,
MwaveMeetGreet,
MySpace,
MySpace:album,
MySpass,
Myvi,
MyVidster,
MyviEmbed,
n-tv.de,
natgeo,
natgeo:episodeguide,
natgeo:video,
Naver,
NBA,
NBC,
NBCNews,
nbcolympics,
nbcolympics:stream,
NBCSports,
NBCSportsVPlayer,
ndr,
ndr:embed,
ndr:embed:base,
NDTV,
NerdCubedFeed,
netease:album,
netease:djradio,
netease:mv,
netease:playlist,
netease:program,
netease:singer,
netease:song,
Netzkino,
Newgrounds,
NewgroundsPlaylist,
Newstube,
NextMedia,
NextMediaActionNews,
NextTV,
Nexx,
NexxEmbed,
nfb,
nfl.com,
NhkVod,
nhl.com,
nhl.com:news,
nhl.com:videocenter,
nhl.com:videocenter:category,
nick.com,
nick.de,
nickelodeon:br,
nickelodeonru,
nicknight,
niconico,
NiconicoPlaylist,
Nintendo,
njoy,
njoy:embed,
NJPWWorld,
NobelPrize,
Noco,
NonkTube,
Noovo,
Normalboots,
NosVideo,
Nova,
nowness,
nowness:playlist,
nowness:series,
nowvideo,
Noz,
npo,
npo.nl:live,
npo.nl:radio,
npo.nl:radio:fragment,
Npr,
NRK,
NRKPlaylist,
NRKSkole,
NRKTV,
NRKTVDirekte,
NRKTVEpisodes,
NRKTVSeries,
ntv.ru,
Nuvid,
NYTimes,
NYTimesArticle,
NZZ,
ocw.mit.edu,
OdaTV,
Odnoklassniki,
OktoberfestTV,
on.aol.com,
OnDemandKorea,
onet.pl,
onet.tv,
onet.tv:channel,
OnetMVP,
OnionStudios,
Ooyala,
OoyalaExternal,
Openload,
OraTV,
orf:fm4,
orf:fm4:story,
orf:iptv,
orf:oe1,
orf:tvthek,
PacktPub,
PacktPubCourse,
PandaTV,
pandora.tv,
parliamentlive.tv,
Patreon,
pbs,
pcmag,
PearVideo,
People,
PerformGroup,
periscope,
periscope:user,
PhilharmonieDeParis,
phoenix.de,
Photobucket,
Piksel,
Pinkbike,
Pladform,
play.fm,
PlaysTV,
Playtvak,
Playvid,
Playwire,
pluralsight,
pluralsight:course,
plus.google,
podomatic,
Pokemon,
PolskieRadio,
PolskieRadioCategory,
PopcornTV,
PornCom,
PornerBros,
PornFlip,
PornHd,
PornHub,
PornHubPlaylist,
PornHubUserVideos,
Pornotube,
PornoVoisines,
PornoXO,
PornTube,
PressTV,
PrimeShareTV,
PromptFile,
prosiebensat1,
Puls4,
Pyvideo,
qqmusic,
qqmusic:album,
qqmusic:playlist,
qqmusic:singer,
qqmusic:toplist,
R7,
R7Article,
radio.de,
radiobremen,
radiocanada,
RadioCanadaAudioVideo,
radiofrance,
RadioJavan,
Rai,
RaiPlay,
RaiPlayLive,
RaiPlayPlaylist,
RayWenderlich,
RBMARadio,
RDS,
RedBullTV,
Reddit,
RedditR,
RedTube,
RegioTV,
RENTV,
RENTVArticle,
Restudy,
Reuters,
ReverbNation,
revision,
revision3:embed,
RICE,
RMCDecouverte,
RockstarGames,
RoosterTeeth,
RottenTomatoes,
Roxwel,
Rozhlas,
RTBF,
rte,
rte:radio,
rtl.nl,
rtl2,
rtl2:you,
rtl2:you:series,
Rtmp,
RTP,
RTS,
rtve.es:alacarta,
rtve.es:infantil,
rtve.es:live,
rtve.es:television,
RTVNH,
RTVS,
Rudo,
RUHD,
RulePorn,
rutube,
rutube:channel,
rutube:embed,
rutube:movie,
rutube:person,
rutube:playlist,
RUTV,
Ruutu,
Ruv,
safari,
safari:api,
safari:course,
Sapo,
savefrom.net,
SBS,
schooltv,
screen.yahoo:search,
Screencast,
ScreencastOMatic,
scrippsnetworks:watch,
Seeker,
SenateISVP,
SendtoNews,
ServingSys,
Servus,
Sexu,
SeznamZpravy,
SeznamZpravyArticle,
Shahid,
ShahidShow,
Shared,
ShowRoomLive,
Sina,
SkylineWebcams,
skynewsarabia:article,
skynewsarabia:video,
SkySports,
Slideshare,
SlidesLive,
Slutload,
smotri,
smotri:broadcast,
smotri:community,
smotri:user,
Snotr,
Sohu,
SonyLIV,
soundcloud,
soundcloud:playlist,
soundcloud:search,
soundcloud:set,
soundcloud:trackstation,
soundcloud:user,
soundgasm,
soundgasm:profile,
southpark.cc.com,
southpark.cc.com:español,
southpark.de,
southpark.nl,
southparkstudios.dk,
SpankBang,
Spankwire,
Spiegel,
Spiegel:Article,
Spiegeltv,
Spike,
Sport5,
SportBoxEmbed,
SportDeutschland,
SpringboardPlatform,
Sprout,
sr:mediathek,
SRGSSR,
SRGSSRPlay,
stanfordoc,
Steam,
Stitcher,
Streamable,
Streamango,
streamcloud.eu,
StreamCZ,
StreetVoice,
StretchInternet,
SunPorno,
SVT,
SVTPlay,
SWRMediathek,
Syfy,
SztvHu,
t-online.de,
Tagesschau,
tagesschau:player,
Tass,
TastyTrade,
TBS,
TDSLifeway,
teachertube,
teachertube:user:collection,
TeachingChannel,
Teamcoco,
TechTalks,
techtv.mit.edu,
ted,
Tele13,
TeleBruxelles,
Telecinco,
Telegraaf,
TeleMB,
TeleQuebec,
TeleQuebecEmission,
TeleQuebecLive,
TeleTask,
Telewebion,
TennisTV,
TestURL,
TF1,
TFO,
TheIntercept,
theoperaplatform,
ThePlatform,
ThePlatformFeed,
TheScene,
TheStar,
TheSun,
TheWeatherChannel,
ThisAmericanLife,
ThisAV,
ThisOldHouse,
tinypic,
TMZ,
TMZArticle,
TNAFlix,
TNAFlixNetworkEmbed,
toggle,
ToonGoggles,
Tosh,
tou.tv,
Toypics,
ToypicsUser,
TrailerAddict (CURRENTLY BROKEN),
Trilulilu,
TruTV,
Tube8,
TubiTv,
Tumblr,
tunein:clip,
tunein:program,
tunein:shortener,
tunein:station,
tunein:topic,
TunePk,
Turbo,
Tutv,
tv.dfb.de,
TV2,
tv2.hu,
TV2Article,
TV3,
TV4,
TV5MondePlus,
TVA,
TVANouvelles,
TVANouvellesArticle,
TVC,
TVCArticle,
tvigle,
tvland.com,
TVN24,
TVNoe,
TVNow,
TVNowList,
tvp,
tvp:embed,
tvp:series,
TVPlayer,
Tweakers,
twitch:chapter,
twitch:clips,
twitch:profile,
twitch:stream,
twitch:video,
twitch:videos:all,
twitch:videos:highlights,
twitch:videos:past-broadcasts,
twitch:videos:uploads,
twitch:vod,
twitter,
twitter:amplify,
twitter:card,
udemy,
udemy:course,
UDNEmbed,
UFCTV,
UKTVPlay,
umg:de,
UnicodeBOM,
Unistra,
Unity,
uol.com.br,
uplynk,
uplynk:preplay,
Upskill,
UpskillCourse,
Urort,
URPlay,
USANetwork,
USAToday,
ustream,
ustream:channel,
ustudio,
ustudio:embed,
Varzesh3,
Vbox7,
VeeHD,
Veoh,
Vessel,
Vesti,
Vevo,
VevoPlaylist,
VGTV,
vh1.com,
Viafree,
vice,
vice:article,
vice:show,
Vidbit,
Viddler,
Videa,
video.google:search,
video.mit.edu,
VideoDetective,
videofy.me,
VideoMega,
videomore,
videomore:season,
videomore:video,
VideoPremium,
VideoPress,
videoweed,
Vidio,
VidLii,
vidme,
vidme:user,
vidme:user:likes,
Vidzi,
vier,
vier:videos,
ViewLift,
ViewLiftEmbed,
Viewster,
Viidea,
viki,
viki:channel,
vimeo,
vimeo:album,
vimeo:channel,
vimeo:group,
vimeo:likes,
vimeo:ondemand,
vimeo:review,
vimeo:user,
vimeo:watchlater,
Vimple,
Vine,
vine:user,
Viu,
viu:ott,
viu:playlist,
Vivo,
vk,
vk:uservideos,
vk:wallpost,
vlive,
vlive:channel,
vlive:playlist,
Vodlocker,
VODPl,
VODPlatform,
VoiceRepublic,
Voot,
VoxMedia,
VoxMediaVolume,
Vporn,
vpro,
Vrak,
VRT,
VrtNU,
vrv,
vrv:series,
VShare,
vube,
VuClip,
VVVVID,
VyboryMos,
Vzaar,
Walla,
washingtonpost,
washingtonpost:article,
wat.tv,
WatchBox,
WatchIndianPorn,
WDR,
wdr:mobile,
WDRElefant,
WDRPage,
Webcaster,
WebcasterFeed,
WebOfStories,
WebOfStoriesPlaylist,
Weibo,
WeiboMobile,
WeiqiTV,
wholecloud,
Wimp,
Wistia,
wnl,
WorldStarHipHop,
wrzuta.pl,
wrzuta.pl:playlist,
WSJ,
WSJArticle,
XBef,
XboxClips,
XFileShare,
XHamster,
XHamsterEmbed,
xiami:album,
xiami:artist,
xiami:collection,
xiami:song,
ximalaya,
ximalaya:album,
XMinus,
XNXX,
Xstream,
XTube,
XTubeUser,
Xuite,
XVideos,
XXXYMovies,
Yahoo,
YandexDisk,
yandexmusic:album,
yandexmusic:playlist,
yandexmusic:track,
YapFiles,
YesJapan,
yinyuetai:video,
Ynet,
YouJizz,
youku,
youku:show,
YouNowChannel,
YouNowLive,
YouNowMoment,
YouPorn,
YourUpload,
youtube,
youtube:channel,
youtube:favorites,
youtube:history,
youtube:live,
youtube:playlist,
youtube:playlists,
youtube:recommended,
youtube:search,
youtube:search:date,
youtube:search_url,
youtube:show,
youtube:subscriptions,
youtube:truncated_id,
youtube:truncated_url,
youtube:user,
youtube:watchlater,
Zapiks,
Zaq1,
ZDF,
ZDFChannel,
zingmp3
Package: yubico-piv-tool
Description-md5: a35b58185a9510ef57b263a6f104a651
Description-en: Command line tool for the YubiKey PIV applet
The Yubico PIV tool is used for interacting with the Personal
Identity Verification Card (PIV) application on a YubiKey. With it
you may generate keys on the device, import keys and certificates,
create certificate requests, and other operations. A shared library,
a PKCS#11 module a command-line tool are included.
.
This package contains the command-line tool.
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: zfs-dkms
Description-md5: c1e6760fc57260785aae3a4a3780013b
Description-en: OpenZFS filesystem kernel modules for Linux
The Z file system is a pooled filesystem designed for maximum data
integrity, supporting data snapshots, multiple copies, and data
checksums.
.
This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of
OpenZFS.
Package: zfs-dracut
Description-md5: 6056f06e0d79b6d5a6d2fc7c6d902628
Description-en: OpenZFS root filesystem capabilities for Linux - dracut
The Z file system is a pooled filesystem designed for maximum data
integrity, supporting data snapshots, multiple copies, and data
checksums.
.
This package adds OpenZFS to the system initramfs with a hook
for the dracut infrastructure.
Package: zfs-initramfs
Description-md5: 2da3ffcb87fd0459f52b130199a45347
Description-en: OpenZFS root filesystem capabilities for Linux - initramfs
The Z file system is a pooled filesystem designed for maximum data
integrity, supporting data snapshots, multiple copies, and data
checksums.
.
This package adds OpenZFS to the system initramfs with a hook
for the initramfs-tools infrastructure.
Package: zfs-test
Description-md5: cf2599b8b853267ca55a234995a24bae
Description-en: OpenZFS test infrastructure an support scripts
The Z file system is a pooled filesystem designed for maximum data
integrity, supporting data snapshots, multiple copies, and data
checksums.
.
This package provides the OpenZFS test infrastructure for destructively
testing and validating a system using OpenZFS. It is entirely optional
and should only be installed and used in test environments.
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-6-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-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: fwupdate-arm64-signed
Description-md5: 157f937c28881b7dccdb975f05f8349b
Description-en: Linux Firmware Updater EFI binary (EFI-ARM64 version, signed)
This is a transitional package to move to a common fwupdate-signed package
Package: g++-6-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++-6-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++-7-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++-7-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++-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-6-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-6-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-6-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-6-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-7-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-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: 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-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-6-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-6-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-7-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-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-6-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-6-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-7-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-7-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-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-6-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-6-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-7-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-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-6-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-6-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-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++-6-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++-6-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++-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-6-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-6-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-7-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-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-1034-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.15.0-1048-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-1049-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-1050-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-1052-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-1053-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-1054-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-1055-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-1057-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-1060-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-1061-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-1062-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-1063-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-1065-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-1067-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-1068-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-1070-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-1071-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-1073-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-1076-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-1077-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-1078-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-1079-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-1080-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-1081-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-1082-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-1083-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-1084-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-1085-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-1086-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-1089-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-1092-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-1093-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-1094-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-1095-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-1096-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-1097-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-1098-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-1099-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-1101-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-1102-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-1103-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-1105-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-1106-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-1107-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-1108-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-1109-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-1111-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-1114-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-1115-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-1117-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-1118-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-1119-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-1120-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-1121-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-1124-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-1125-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-1126-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-1127-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-1128-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-1129-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-1130-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-1131-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-1132-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-1133-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-1134-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-1013-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-buildinfo-5.0.0-1018-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-1019-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.3.0-1017-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1018-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1019-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1021-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1022-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1023-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1026-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1027-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1028-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1030-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1032-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1033-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1035-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1036-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1037-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1038-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1039-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1040-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1041-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.3.0-1042-raspi2
Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83
Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.3.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1013-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1015-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1016-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1018-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1019-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1021-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1022-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1025-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1026-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1028-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1029-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1030-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1032-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1033-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1034-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1035-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1036-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1038-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1041-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1042-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1043-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1044-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1045-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1046-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1047-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1048-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1050-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1052-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1053-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1055-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1056-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1058-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1059-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1060-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1062-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1065-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1066-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1068-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1069-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1070-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1071-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1073-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1074-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1077-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1078-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1079-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1080-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1081-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1082-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1083-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1084-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1085-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.0 on
ARMv8 SMP.
.
You likely do not want to install this package.
Package: linux-buildinfo-5.4.0-1086-raspi
Description-md5: 895d1f8c093a4a55343b0e4e44eaf902
Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel buildinfo for version 5.4.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-1013-aws
Description-md5: 9066ff319ae33595bb86bf68808e1a06
Description-en: Linux kernel version specific cloud tools for version 4.18.0-1013
This package provides the architecture dependant parts for kernel
version locked tools for cloud for version 4.18.0-1013 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-cloud-tools-5.0.0-1018-aws
Description-md5: bf498d429ba1f5ce6828a30b99fa3865
Description-en: Linux kernel version specific cloud tools for version 5.0.0-1018
This package provides the architecture dependant parts for kernel
version locked tools for cloud for version 5.0.0-1018 on
ARMv8.
Package: linux-cloud-tools-5.0.0-1019-aws
Description-md5: 3cf729bde0e6dda54345eddf877fb867
Description-en: Linux kernel version specific cloud tools for version 5.0.0-1019
This package provides the architecture dependant parts for kernel
version locked tools for cloud for version 5.0.0-1019 on
ARMv8.
Package: linux-headers-4.15.0-1011-raspi2
Description-md5: c7ab1dd6b7d442346d59d19ec6658bc2
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-1011/debian.README.gz for details.
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-1026-raspi2
Description-md5: 62761d1c85ddc6e377dca6c29c0b8754
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-1026/debian.README.gz for details.
Package: linux-headers-4.15.0-1027-raspi2
Description-md5: a6e4671c41b70b8fd10e31581d5f6be5
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-1027/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-1034-raspi2
Description-md5: 58ea0c102e1e7a54074c660536c1ce82
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-1034/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.15.0-1048-raspi2
Description-md5: eb09000dd6e5fb074e9ffd9d447dcf5b
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-1048/debian.README.gz for details.
Package: linux-headers-4.15.0-1049-raspi2
Description-md5: ad2d1aca13563ad6cd1a92b6b6c6b071
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-1049/debian.README.gz for details.
Package: linux-headers-4.15.0-1050-raspi2
Description-md5: ef26b206f96795a75230a430c797a87e
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-1050/debian.README.gz for details.
Package: linux-headers-4.15.0-1052-raspi2
Description-md5: 250a34bc7d9c9908cc4fe154bf7cb7da
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-1052/debian.README.gz for details.
Package: linux-headers-4.15.0-1053-raspi2
Description-md5: d3a9e948870bcb08f7f2ed0b4e50068d
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-1053/debian.README.gz for details.
Package: linux-headers-4.15.0-1054-raspi2
Description-md5: 3b2a2f2e4b4a8b90ae08f12ad2e20d4b
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-1054/debian.README.gz for details.
Package: linux-headers-4.15.0-1055-raspi2
Description-md5: 137b8643559fea12650eab3a2754f642
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-1055/debian.README.gz for details.
Package: linux-headers-4.15.0-1057-raspi2
Description-md5: 09e5a87c65224bfb12d16fa50ab49376
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-1057/debian.README.gz for details.
Package: linux-headers-4.15.0-1060-raspi2
Description-md5: 473e99208262e0bc5e4b35e2a2ec148f
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-1060/debian.README.gz for details.
Package: linux-headers-4.15.0-1061-raspi2
Description-md5: 273235c814eec559809f584de6fc0a08
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-1061/debian.README.gz for details.
Package: linux-headers-4.15.0-1062-raspi2
Description-md5: 5abeb482031b091f18f6bd00b8fcfc76
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-1062/debian.README.gz for details.
Package: linux-headers-4.15.0-1063-raspi2
Description-md5: 2908060ff295efd03cfff8d24a31aa4d
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-1063/debian.README.gz for details.
Package: linux-headers-4.15.0-1065-raspi2
Description-md5: d53a9bf2728ca878b800465391ac8a6b
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-1065/debian.README.gz for details.
Package: linux-headers-4.15.0-1067-raspi2
Description-md5: fbe9813234cc92840a3ca2dad303d781
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-1067/debian.README.gz for details.
Package: linux-headers-4.15.0-1068-raspi2
Description-md5: fd48fb9a945288175fc0c2ab639133d7
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-1068/debian.README.gz for details.
Package: linux-headers-4.15.0-1070-raspi2
Description-md5: 090e3233db9cdbe4036463e68afb8ef4
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-1070/debian.README.gz for details.
Package: linux-headers-4.15.0-1071-raspi2
Description-md5: 9605c38b749b5a8c34de206b7045b509
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-1071/debian.README.gz for details.
Package: linux-headers-4.15.0-1073-raspi2
Description-md5: dec24109e76c5f67f58f9adebe466cea
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-1073/debian.README.gz for details.
Package: linux-headers-4.15.0-1076-raspi2
Description-md5: 8568941d8e71e44e7aeb1d0d7656aec4
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-1076/debian.README.gz for details.
Package: linux-headers-4.15.0-1077-raspi2
Description-md5: 6b2aeb307895298a17bf12cb3692985a
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-1077/debian.README.gz for details.
Package: linux-headers-4.15.0-1078-raspi2
Description-md5: 1c0c8ef1592ed46795be4df8909cf707
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-1078/debian.README.gz for details.
Package: linux-headers-4.15.0-1079-raspi2
Description-md5: 232f826b84d1772e7b32613df4d11084
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-1079/debian.README.gz for details.
Package: linux-headers-4.15.0-1080-raspi2
Description-md5: cca14dfdf5c1bc59636ad2e60c7ae163
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-1080/debian.README.gz for details.
Package: linux-headers-4.15.0-1081-raspi2
Description-md5: 3b6684d03bc03fe33afde9d16294f65d
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-1081/debian.README.gz for details.
Package: linux-headers-4.15.0-1082-raspi2
Description-md5: dc4d73d52679cf4f0c8ead95f1860b01
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-1082/debian.README.gz for details.
Package: linux-headers-4.15.0-1083-raspi2
Description-md5: 65f72fc6219435d38699fc8647104de9
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-1083/debian.README.gz for details.
Package: linux-headers-4.15.0-1084-raspi2
Description-md5: 1e6ff39426214da0aa09a7cf4fae36f1
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-1084/debian.README.gz for details.
Package: linux-headers-4.15.0-1085-raspi2
Description-md5: 22759fa0099a2577259289170653f7c5
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-1085/debian.README.gz for details.
Package: linux-headers-4.15.0-1086-raspi2
Description-md5: 79a917e040e28aa5a6c28550da0cceea
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-1086/debian.README.gz for details.
Package: linux-headers-4.15.0-1089-raspi2
Description-md5: ae491f69cb2d9e3fd00efa429f9d4f0e
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-1089/debian.README.gz for details.
Package: linux-headers-4.15.0-1092-raspi2
Description-md5: 06477f0788b709ed379eec011598a519
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-1092/debian.README.gz for details.
Package: linux-headers-4.15.0-1093-raspi2
Description-md5: cbc41cb2eab313652a83fece3d974366
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-1093/debian.README.gz for details.
Package: linux-headers-4.15.0-1094-raspi2
Description-md5: 3e00d46456fd1e37dda11bc2a0a14f0a
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-1094/debian.README.gz for details.
Package: linux-headers-4.15.0-1095-raspi2
Description-md5: dd6e89686d22de8d1bf777bd6bc5ad6f
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-1095/debian.README.gz for details.
Package: linux-headers-4.15.0-1096-raspi2
Description-md5: 3d2f8c1b15a3f512720cce93dcdb0fea
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-1096/debian.README.gz for details.
Package: linux-headers-4.15.0-1097-raspi2
Description-md5: ca2fbc14b8d0f943047c356cb3140ca8
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-1097/debian.README.gz for details.
Package: linux-headers-4.15.0-1098-raspi2
Description-md5: 1ec5b75e2b34e04cda619c4480890ba7
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-1098/debian.README.gz for details.
Package: linux-headers-4.15.0-1099-raspi2
Description-md5: 45acb51b11fcaac8da0fbcd6692f1ac0
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-1099/debian.README.gz for details.
Package: linux-headers-4.15.0-1101-raspi2
Description-md5: e45b6021404504dd0043c5132d92bcf9
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-1101/debian.README.gz for details.
Package: linux-headers-4.15.0-1102-raspi2
Description-md5: 2bb3fef7d682d88894c677186f75aad9
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-1102/debian.README.gz for details.
Package: linux-headers-4.15.0-1103-raspi2
Description-md5: acba23ec35821b1de6ad56669e6fb2b2
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-1103/debian.README.gz for details.
Package: linux-headers-4.15.0-1105-raspi2
Description-md5: 52d88a15e24907c33957d1403acb63b8
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-1105/debian.README.gz for details.
Package: linux-headers-4.15.0-1106-raspi2
Description-md5: 29f11aee2c607b34b9e9978ceb00c98d
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-1106/debian.README.gz for details.
Package: linux-headers-4.15.0-1107-raspi2
Description-md5: 27ff14c6e9c80c2fc23973a520b591c4
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-1107/debian.README.gz for details.
Package: linux-headers-4.15.0-1108-raspi2
Description-md5: d8cf891b14b07f7502a0dd14d6f268d7
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-1108/debian.README.gz for details.
Package: linux-headers-4.15.0-1109-raspi2
Description-md5: 500cda77f47330eb5f6964ce5eb8c9fe
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-1109/debian.README.gz for details.
Package: linux-headers-4.15.0-1111-raspi2
Description-md5: f7a8e29256c46181be32a115428a8c35
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-1111/debian.README.gz for details.
Package: linux-headers-4.15.0-1114-raspi2
Description-md5: 925b4bc5391d15dcde2130491ed40ff6
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-1114/debian.README.gz for details.
Package: linux-headers-4.15.0-1115-raspi2
Description-md5: 066952b144afbe24f072502f5e57c72e
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-1115/debian.README.gz for details.
Package: linux-headers-4.15.0-1117-raspi2
Description-md5: 984f9ef5b65802a39769e98a88ecbcf3
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-1117/debian.README.gz for details.
Package: linux-headers-4.15.0-1118-raspi2
Description-md5: 054135af94eda7b4dde043fc0532e8b8
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-1118/debian.README.gz for details.
Package: linux-headers-4.15.0-1119-raspi2
Description-md5: f5955e9e166795137d28417dbb719a98
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-1119/debian.README.gz for details.
Package: linux-headers-4.15.0-1120-raspi2
Description-md5: 0b14e6bd73e03c3580097c87c372149f
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-1120/debian.README.gz for details.
Package: linux-headers-4.15.0-1121-raspi2
Description-md5: 3f65e07f3520358744fb761e50b7c2a4
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-1121/debian.README.gz for details.
Package: linux-headers-4.15.0-1124-raspi2
Description-md5: 31df75b709bbfc1654f501a3031c27cd
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-1124/debian.README.gz for details.
Package: linux-headers-4.15.0-1125-raspi2
Description-md5: 54aab719b00d5c90449fc55cac275502
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-1125/debian.README.gz for details.
Package: linux-headers-4.15.0-1126-raspi2
Description-md5: 5c8fb0d5d3464fe370572ee7fa59b695
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-1126/debian.README.gz for details.
Package: linux-headers-4.15.0-1127-raspi2
Description-md5: 59ccc05d88b5174ef6c678837238a2c3
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-1127/debian.README.gz for details.
Package: linux-headers-4.15.0-1128-raspi2
Description-md5: 02c32d8dbc9fdcc9f0cd40e5c0f9a0c8
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-1128/debian.README.gz for details.
Package: linux-headers-4.15.0-1129-raspi2
Description-md5: 21e377535b2f9a521426d36fdcf2664d
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-1129/debian.README.gz for details.
Package: linux-headers-4.15.0-1130-raspi2
Description-md5: 55d26e7cbee23ad235f6f85da71a0d2c
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-1130/debian.README.gz for details.
Package: linux-headers-4.15.0-1131-raspi2
Description-md5: e308887687f9c3fb24ec7ef253390fc6
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-1131/debian.README.gz for details.
Package: linux-headers-4.15.0-1132-raspi2
Description-md5: 65f575620bb1b1d90a58942a58f11698
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-1132/debian.README.gz for details.
Package: linux-headers-4.15.0-1133-raspi2
Description-md5: 42a0892c1c7d2ad8ab2380ac412abc39
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-1133/debian.README.gz for details.
Package: linux-headers-4.15.0-1134-raspi2
Description-md5: c3d93abadbabcfa7bc740d172730b1f9
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-1134/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-1013-aws
Description-md5: 13a8f2a1b34325349b1aff945983f876
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-1013/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-5.0.0-1018-aws
Description-md5: 2c6112fede71af53d43170d8cf32d390
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-1018/debian.README.gz for details.
Package: linux-headers-5.0.0-1019-aws
Description-md5: de5658f97f77aa5abc5ead036cdb39e5
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-1019/debian.README.gz for details.
Package: linux-headers-5.3.0-1017-raspi2
Description-md5: 1591e43bdcb4ff6a487337e4eccbe59e
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1017/debian.README.gz for details.
Package: linux-headers-5.3.0-1018-raspi2
Description-md5: e41f96397a9ce25b5995d780d2fbdd13
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1018/debian.README.gz for details.
Package: linux-headers-5.3.0-1019-raspi2
Description-md5: 77c1ffe7866f9347e7c3e4545435fb07
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1019/debian.README.gz for details.
Package: linux-headers-5.3.0-1021-raspi2
Description-md5: 734ed1172f2a371bd216c663d10e2e58
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1021/debian.README.gz for details.
Package: linux-headers-5.3.0-1022-raspi2
Description-md5: 06b872790a1dded7e1b65660c46fec44
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1022/debian.README.gz for details.
Package: linux-headers-5.3.0-1023-raspi2
Description-md5: 01bb281ba8387d3390832cb198beea91
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1023/debian.README.gz for details.
Package: linux-headers-5.3.0-1026-raspi2
Description-md5: f961987c60bcab1ac813dd88dedc8a69
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1026/debian.README.gz for details.
Package: linux-headers-5.3.0-1027-raspi2
Description-md5: 8fc48408fb1c362f0b82757e477fa6c1
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1027/debian.README.gz for details.
Package: linux-headers-5.3.0-1028-raspi2
Description-md5: 7247278720c374629de1ec258d0b549d
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1028/debian.README.gz for details.
Package: linux-headers-5.3.0-1030-raspi2
Description-md5: 18147ffd07849f9c2b77999bab4963c7
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1030/debian.README.gz for details.
Package: linux-headers-5.3.0-1032-raspi2
Description-md5: 1461a5ee6a839b948f8d69eb2360603d
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1032/debian.README.gz for details.
Package: linux-headers-5.3.0-1033-raspi2
Description-md5: 42e0f32e37041112755ea22f6ebacc30
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1033/debian.README.gz for details.
Package: linux-headers-5.3.0-1035-raspi2
Description-md5: 96735a226fe5d9736a067b86f7c57929
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1035/debian.README.gz for details.
Package: linux-headers-5.3.0-1036-raspi2
Description-md5: f7c6d5ed391df7d9cafc09dcc00e4fea
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1036/debian.README.gz for details.
Package: linux-headers-5.3.0-1037-raspi2
Description-md5: 4f7e9a3df0de183de69a9ad111bd8458
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1037/debian.README.gz for details.
Package: linux-headers-5.3.0-1038-raspi2
Description-md5: c37af05fbe088ed024854aa363009096
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1038/debian.README.gz for details.
Package: linux-headers-5.3.0-1039-raspi2
Description-md5: 7d151ff657ace0b01aa47ca388d49f86
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1039/debian.README.gz for details.
Package: linux-headers-5.3.0-1040-raspi2
Description-md5: b96620320a5cdb1c06bed440efdec5e4
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1040/debian.README.gz for details.
Package: linux-headers-5.3.0-1041-raspi2
Description-md5: 8d9e0fdd3839d6f097f23933718d8e91
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1041/debian.README.gz for details.
Package: linux-headers-5.3.0-1042-raspi2
Description-md5: 518a421fec73734b11ffcda849a26d11
Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP
This package provides kernel header files for version 5.3.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.3.0-1042/debian.README.gz for details.
Package: linux-headers-5.4.0-1013-raspi
Description-md5: 1310c3d8669137defd3e98f017054aa1
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1013/debian.README.gz for details.
Package: linux-headers-5.4.0-1015-raspi
Description-md5: 51df78bec9f76d9987cc56fff81948dd
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1015/debian.README.gz for details.
Package: linux-headers-5.4.0-1016-raspi
Description-md5: 93bb0fceafc10b37f7c3919ce14acb1b
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1016/debian.README.gz for details.
Package: linux-headers-5.4.0-1018-raspi
Description-md5: 0eec52756dbc825c81578885bd386281
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1018/debian.README.gz for details.
Package: linux-headers-5.4.0-1019-raspi
Description-md5: ccafb24f72223a60b41aad9bc42c3118
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1019/debian.README.gz for details.
Package: linux-headers-5.4.0-1021-raspi
Description-md5: fdc45e4d9c1ff8d88c2cf9130bf84473
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1021/debian.README.gz for details.
Package: linux-headers-5.4.0-1022-raspi
Description-md5: 901089b88e35479d775d6586f2227309
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1022/debian.README.gz for details.
Package: linux-headers-5.4.0-1025-raspi
Description-md5: a64e572c33f589444de54ab7fc60d791
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1025/debian.README.gz for details.
Package: linux-headers-5.4.0-1026-raspi
Description-md5: 300c4d88ab4863e05c3474a98f5268ff
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1026/debian.README.gz for details.
Package: linux-headers-5.4.0-1028-raspi
Description-md5: 0e6808b4596d4c7d962f39427f7e2e2a
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1028/debian.README.gz for details.
Package: linux-headers-5.4.0-1029-raspi
Description-md5: f69f12f7100b74ba1ac200f3c43a1877
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1029/debian.README.gz for details.
Package: linux-headers-5.4.0-1030-raspi
Description-md5: 329763fdb862c5e1fbcf321d221281dc
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1030/debian.README.gz for details.
Package: linux-headers-5.4.0-1032-raspi
Description-md5: 2a42f5f5e7cf300b80e47ee214bc6985
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1032/debian.README.gz for details.
Package: linux-headers-5.4.0-1033-raspi
Description-md5: 10e879b909d5f3363c9cb797642829f9
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1033/debian.README.gz for details.
Package: linux-headers-5.4.0-1034-raspi
Description-md5: 32e1c1d2378b3b58bb7dd372caf21e5a
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1034/debian.README.gz for details.
Package: linux-headers-5.4.0-1035-raspi
Description-md5: 89aa3c803569e1144799671db553bfdf
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1035/debian.README.gz for details.
Package: linux-headers-5.4.0-1036-raspi
Description-md5: 897b713bbb903d6eb9fe527d0df240ba
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1036/debian.README.gz for details.
Package: linux-headers-5.4.0-1038-raspi
Description-md5: 9cec8f0b1125aa5033dbc205a1dca21d
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1038/debian.README.gz for details.
Package: linux-headers-5.4.0-1041-raspi
Description-md5: 32e0c8f2a6b785806ad7a02bc712c6b5
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1041/debian.README.gz for details.
Package: linux-headers-5.4.0-1042-raspi
Description-md5: aaa433d826224ddcd1dd38d8657de2cb
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1042/debian.README.gz for details.
Package: linux-headers-5.4.0-1043-raspi
Description-md5: e4a69ceda3ab4b5571da24e58242b48d
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1043/debian.README.gz for details.
Package: linux-headers-5.4.0-1044-raspi
Description-md5: abe1a689d48fb98f557093be1e43e069
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1044/debian.README.gz for details.
Package: linux-headers-5.4.0-1045-raspi
Description-md5: 54a3a931b33f3cfddc5b7439fd9acb86
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1045/debian.README.gz for details.
Package: linux-headers-5.4.0-1046-raspi
Description-md5: 8257446fbecd3331be0b667272c5e559
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1046/debian.README.gz for details.
Package: linux-headers-5.4.0-1047-raspi
Description-md5: 6b4cc2f1f7613e8f407b3d1b9bab6248
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1047/debian.README.gz for details.
Package: linux-headers-5.4.0-1048-raspi
Description-md5: 70b75429b9c29aaaf7b9e7cbcc90feb4
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1048/debian.README.gz for details.
Package: linux-headers-5.4.0-1050-raspi
Description-md5: 47f2caa67cf9d869d25801fa71fa29cb
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1050/debian.README.gz for details.
Package: linux-headers-5.4.0-1052-raspi
Description-md5: d4a46f185a9f9b906478cad6d9e3af3b
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1052/debian.README.gz for details.
Package: linux-headers-5.4.0-1053-raspi
Description-md5: 629219125af44a2fc4a0b7aec0fa9ab8
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1053/debian.README.gz for details.
Package: linux-headers-5.4.0-1055-raspi
Description-md5: 10526f680937c7f7c56dbe084359e7de
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1055/debian.README.gz for details.
Package: linux-headers-5.4.0-1056-raspi
Description-md5: 67f2959c68ada62376fff6f262bc1beb
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1056/debian.README.gz for details.
Package: linux-headers-5.4.0-1058-raspi
Description-md5: d1e56f840ebf128cf870504387eebb61
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1058/debian.README.gz for details.
Package: linux-headers-5.4.0-1059-raspi
Description-md5: 10b8d0b52d82bb2d28de1f3a1ef4e805
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1059/debian.README.gz for details.
Package: linux-headers-5.4.0-1060-raspi
Description-md5: 4b185ad4a609259851a34ffcb1af92ad
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1060/debian.README.gz for details.
Package: linux-headers-5.4.0-1062-raspi
Description-md5: c02b3975df20c59add6b26b524eefe15
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1062/debian.README.gz for details.
Package: linux-headers-5.4.0-1065-raspi
Description-md5: 5ea4ebfd417fd2953b34cfee53e5f949
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1065/debian.README.gz for details.
Package: linux-headers-5.4.0-1066-raspi
Description-md5: 1e7bae873c16c6d3b4116ef080da2b84
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1066/debian.README.gz for details.
Package: linux-headers-5.4.0-1068-raspi
Description-md5: 1cc714306941374234ebff14b34bfaa8
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1068/debian.README.gz for details.
Package: linux-headers-5.4.0-1069-raspi
Description-md5: b603a514d23a12b7f319992e43e92420
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1069/debian.README.gz for details.
Package: linux-headers-5.4.0-1070-raspi
Description-md5: 03020367155064cfca78144fb4774193
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1070/debian.README.gz for details.
Package: linux-headers-5.4.0-1071-raspi
Description-md5: 78551accf8939efac7bf3181c4dda4f8
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1071/debian.README.gz for details.
Package: linux-headers-5.4.0-1073-raspi
Description-md5: 5f7001c8d1d2ffd97db476676d92c209
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1073/debian.README.gz for details.
Package: linux-headers-5.4.0-1074-raspi
Description-md5: e17bf9e59c65a8f15a54ba1ed40677cb
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1074/debian.README.gz for details.
Package: linux-headers-5.4.0-1077-raspi
Description-md5: 8b6f4b3ab2f034d7cad9729c58c9c7d0
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1077/debian.README.gz for details.
Package: linux-headers-5.4.0-1078-raspi
Description-md5: 7ca2e59b45b49bc2d35a282a45c6da27
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1078/debian.README.gz for details.
Package: linux-headers-5.4.0-1079-raspi
Description-md5: dbcd37cd9c6f6d97bd2ab822a6ce6ab9
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1079/debian.README.gz for details.
Package: linux-headers-5.4.0-1080-raspi
Description-md5: 598c4b899d86639e1362b1f659d09fa6
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1080/debian.README.gz for details.
Package: linux-headers-5.4.0-1081-raspi
Description-md5: a07e42cf0508b5fac4fb5c7fb5ad9818
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1081/debian.README.gz for details.
Package: linux-headers-5.4.0-1082-raspi
Description-md5: ad641f4d16900fe08a4da3ac52da9b57
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1082/debian.README.gz for details.
Package: linux-headers-5.4.0-1083-raspi
Description-md5: 0ec6d1eae5dde40321264acf015ee2f7
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1083/debian.README.gz for details.
Package: linux-headers-5.4.0-1084-raspi
Description-md5: 71f8dd641d76fa92dd0b5b19fd912842
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1084/debian.README.gz for details.
Package: linux-headers-5.4.0-1085-raspi
Description-md5: 6cdaa806ba65c00e963eff702c6b2672
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1085/debian.README.gz for details.
Package: linux-headers-5.4.0-1086-raspi
Description-md5: de1b929f13166b2df2f994ebcef0996c
Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP
This package provides kernel header files for version 5.4.0 on
ARMv8 SMP.
.
This is for sites that want the latest kernel headers. Please read
/usr/share/doc/linux-headers-5.4.0-1086/debian.README.gz for details.
Package: linux-headers-raspi-hwe-18.04
Description-md5: 0223bd3893bcf16c07760109963ffebd
Description-en: Raspberry Pi Linux kernel headers
This package will always depend on the latest Raspberry Pi Linux
kernel headers available.
Package: linux-headers-raspi-hwe-18.04-edge
Description-md5: 0223bd3893bcf16c07760109963ffebd
Description-en: Raspberry Pi Linux kernel headers
This package will always depend on the latest Raspberry Pi Linux
kernel headers available.
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-headers-raspi2-hwe-18.04
Description-md5: 4705744d0399621bcc2b115b3f961332
Description-en: Linux kernel headers for Raspberry Pi systems.
This package will always depend on the latest kernel headers available
for Raspberry Pi systems.
Package: linux-image-4.15.0-1011-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-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-1026-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-1027-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-1034-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.15.0-1048-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-1049-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-1050-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-1052-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-1053-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-1054-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-1055-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-1057-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-1060-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-1061-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-1062-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-1063-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-1065-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-1067-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-1068-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-1070-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-1071-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-1073-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-1076-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-1077-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-1078-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-1079-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-1080-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-1081-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-1082-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-1083-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-1084-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-1085-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-1086-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-1089-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-1092-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-1093-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-1094-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-1095-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-1096-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-1097-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-1098-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-1099-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-1101-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-1102-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-1103-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-1105-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-1106-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-1107-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-1108-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-1109-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-1111-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-1114-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-1115-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-1117-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-1118-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-1119-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-1120-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-1121-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-1124-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-1125-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-1126-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-1127-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-1128-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-1129-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-1130-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-1131-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-1132-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-1133-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-1134-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-1013-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-5.0.0-1018-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-1019-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.3.0-1017-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1018-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1019-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1021-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1022-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1023-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1026-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1027-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1028-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1030-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1032-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1033-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1035-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1036-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1037-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1038-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1039-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1040-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1041-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.3.0-1042-raspi2
Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8
Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.3.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-5.4.0-1013-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1015-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1016-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1018-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1019-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1021-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1022-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1025-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1026-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1028-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1029-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1030-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1032-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1033-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1034-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1035-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1036-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1038-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1041-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1042-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1043-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1044-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1045-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1046-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1047-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1048-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1050-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1052-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1053-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1055-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1056-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1058-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1059-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1060-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1062-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1065-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1066-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1068-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1069-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1070-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1071-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1073-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1074-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1077-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1078-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1079-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1080-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1081-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1082-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1083-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1084-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1085-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-5.4.0-1086-raspi
Description-md5: 20a186b48ac212a35c68932cd425a400
Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP
This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-image-raspi-hwe-18.04
Description-md5: e483328aafaaedd15601d42be69d056f
Description-en: Raspberry Pi Linux kernel image
This package will always depend on the latest Raspberry Pi Linux
kernel image available.
Package: linux-image-raspi-hwe-18.04-edge
Description-md5: e483328aafaaedd15601d42be69d056f
Description-en: Raspberry Pi Linux kernel image
This package will always depend on the latest Raspberry Pi Linux
kernel image available.
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-image-raspi2-hwe-18.04
Description-md5: fdc34a9e106fbd8a8f6b8d90e3921b74
Description-en: Linux kernel image for Raspberry Pi systems.
This package will always depend on the latest kernel image available
for Raspberry Pi systems.
Package: linux-modules-4.15.0-1011-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-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-1026-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-1027-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-1034-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.15.0-1048-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-1049-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-1050-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-1052-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-1053-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-1054-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-1055-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-1057-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-1060-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-1061-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-1062-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-1063-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-1065-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-1067-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-1068-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-1070-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-1071-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-1073-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-1076-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-1077-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-1078-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-1079-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-1080-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-1081-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-1082-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-1083-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-1084-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-1085-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-1086-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-1089-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-1092-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-1093-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-1094-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-1095-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-1096-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-1097-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-1098-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-1099-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-1101-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-1102-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-1103-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-1105-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-1106-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-1107-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-1108-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-1109-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-1111-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-1114-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-1115-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-1117-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-1118-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-1119-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-1120-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-1121-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-1124-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-1125-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-1126-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-1127-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-1128-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-1129-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-1130-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-1131-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-1132-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-1133-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-1134-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-1013-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-5.0.0-1018-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-1019-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.3.0-1017-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1018-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1019-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1021-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1022-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1023-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1026-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1027-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1028-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1030-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1032-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1033-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1035-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1036-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1037-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1038-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1039-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1040-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1041-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1042-raspi2
Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef
Description-en: Linux kernel extra modules for version 5.3.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-5.4.0-1013-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1015-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1016-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1018-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1019-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1021-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1022-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1025-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1026-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1028-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1029-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1030-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1032-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1033-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1034-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1035-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1036-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1038-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1041-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1042-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1043-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1044-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1045-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1046-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1047-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1048-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1050-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1052-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1053-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1055-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1056-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1058-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1059-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1060-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1062-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1065-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1066-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1068-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1069-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1070-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1071-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1073-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1074-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1077-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1078-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1079-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1080-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1081-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1082-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1083-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1084-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1085-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
Package: linux-modules-5.4.0-1086-raspi
Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9
Description-en: Linux kernel extra modules for version 5.4.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-raspi 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-modules-extra-5.0.0-1018-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-1019-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-raspi-5.4-headers-5.4.0-1013
Description-md5: f12050e8cab2f1ac752116e00d5b260d
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1013/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1015
Description-md5: 10fbe577245676486f6513bc54d2b471
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1015/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1016
Description-md5: fad510353d813735388bb871c92dadf3
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1016/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1018
Description-md5: ba4e5a7cc26f82fe0375ded5ccbfffea
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1018/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1019
Description-md5: ec3b5c2e681c214510dd5ee787e95b3a
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1019/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1021
Description-md5: 92350f871131fa8005917fbbc9643cdb
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1021/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1022
Description-md5: 2dbecd2ae07005be32a41351ef8bd421
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1022/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1025
Description-md5: 6d5610ebee99ce06263f8a468e0ec30c
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1025/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1026
Description-md5: 326b5dbe216c7e9786de81e9ee6724ca
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1026/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1028
Description-md5: 5002524db4544917246e7eb8fec85cb9
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1028/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1029
Description-md5: 1bec5bef9737f5bc9f2c6535d47e9680
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1029/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1030
Description-md5: dbf6e60bb586972d3fa32a9d3143a720
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1030/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1032
Description-md5: 5b17ccf1a755ebdd9dd52fe8269894e2
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1032/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1033
Description-md5: d4fb2ca89cab82d2970499e9546048b4
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1033/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1034
Description-md5: becc3c66c9b63f103406a1c5a3bb2c78
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1034/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1035
Description-md5: b694a93c21b9628312639a5be5e7f1da
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1035/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1036
Description-md5: 3e8b9de92120c0c1cade9dd3c78545ba
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1036/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1038
Description-md5: 68ae8b6866e44aecbd23d345c76d945f
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1038/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1041
Description-md5: d259bea118cd33f2caf382723783eb16
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1041/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1042
Description-md5: 54393f1721a5b7e3158d8d87e8445c9c
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1042/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1043
Description-md5: 0656dd86982bf9b3e9ea2b2814463c7d
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1043/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1044
Description-md5: 994b131f6934a312a9d411d8419e9b4c
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1044/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1045
Description-md5: ab5e1c0d1877f35f12f75b6ba445c63d
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1045/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1046
Description-md5: 02f0076d8f032d44fea884ffd0083c16
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1046/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1047
Description-md5: c814a18af31b991601d1dbc0c4e601ba
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1047/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1048
Description-md5: 0f3c3ea670c01b9a8808d70524b9eb71
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1048/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1050
Description-md5: 04b7f1d05d1feb654725948699c8a13b
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1050/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1052
Description-md5: 6bd475491052ffa67a3753971be30013
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1052/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1053
Description-md5: 01a1ded34e90725679f0780b5fa3e5ac
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1053/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1055
Description-md5: 6bf01c2db0f42bccca38bc3974eed1d7
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1055/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1056
Description-md5: 390dc9e4e4a46bda188294b5d87a2072
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1056/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1058
Description-md5: 359dae2ef749a45930b276a40d457a04
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1058/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1059
Description-md5: 6eb0f1e837bc327725276058ae787445
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1059/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1060
Description-md5: e9ff01856e98b712f08e3bc77d34079e
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1060/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1062
Description-md5: 3e97f925c24c9af2cb6ed127566faff7
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1062/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1065
Description-md5: b6a1993cca645bfbd931a93ee76564c0
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1065/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1066
Description-md5: bb502a2c2b8346dbf33881d1283688ed
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1066/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1068
Description-md5: cf25b60ad918a01f8912e64b49e61eae
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1068/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1069
Description-md5: ff022d4f8a60cf5fb29ceaba67373739
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1069/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1070
Description-md5: ccc74b4d85dbc7fa0e4b0552a58d4186
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1070/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1071
Description-md5: aa957904545690b4e0d49107b92a278a
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1071/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1073
Description-md5: f7b5307faa5ef9a59bf8a11c3948122b
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1073/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1074
Description-md5: 9ba2af6b701d2a8358edfcd8ec030a76
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1074/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1077
Description-md5: 230baf0423de679167e6cc84e9df69c0
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1077/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1078
Description-md5: 21801737cfbe0d3346ba88381bc202c2
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1078/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1079
Description-md5: 6734e9caf97bd2d3c866bb3a817ff158
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1079/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1080
Description-md5: 6b137a8c3c3b1b8778d53c6e88a8402c
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1080/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1081
Description-md5: 3170327754e507966313c8ff4d698497
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1081/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1082
Description-md5: 58a4be758a4c8ed0703ab52222134ca0
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1082/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1083
Description-md5: 6be37ae33ad3e79f9b5c6f4cac6b1ca1
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1083/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1084
Description-md5: d94d694ab0b53b9d8dd64fcfc291b3cd
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1084/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1085
Description-md5: db2d1758ab3d7e2199e6da1b98905135
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1085/debian.README.gz for details
Package: linux-raspi-5.4-headers-5.4.0-1086
Description-md5: 6b24154bf9fb549bf83f2ef56758f3b6
Description-en: Header files related to Linux kernel version 5.4.0
This package provides kernel header files for version 5.4.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi-5.4-headers-5.4.0-1086/debian.README.gz for details
Package: linux-raspi-5.4-tools-5.4.0-1013
Description-md5: 436e9dfbdc83cd845c51efadff4a6fb8
Description-en: Linux kernel version specific tools for version 5.4.0-1013
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1013 on
ARMv8.
You probably want to install linux-tools-5.4.0-1013-.
Package: linux-raspi-5.4-tools-5.4.0-1015
Description-md5: 82a642c9259cbe62f86e766a8aa9c59e
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1015 on
ARMv8.
You probably want to install linux-tools-5.4.0-1015-.
Package: linux-raspi-5.4-tools-5.4.0-1016
Description-md5: 93903708a214aaab190e217b3589a552
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1016 on
ARMv8.
You probably want to install linux-tools-5.4.0-1016-.
Package: linux-raspi-5.4-tools-5.4.0-1018
Description-md5: f629d79994199c05f50ac06a3e60fcc5
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1018 on
ARMv8.
You probably want to install linux-tools-5.4.0-1018-.
Package: linux-raspi-5.4-tools-5.4.0-1019
Description-md5: c4481554ce78de4fb04ad6eb33debfa6
Description-en: Linux kernel version specific tools for version 5.4.0-1019
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1019 on
ARMv8.
You probably want to install linux-tools-5.4.0-1019-.
Package: linux-raspi-5.4-tools-5.4.0-1021
Description-md5: 9ca44e4677d1161290bae86d5278f7e8
Description-en: Linux kernel version specific tools for version 5.4.0-1021
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1021 on
ARMv8.
You probably want to install linux-tools-5.4.0-1021-.
Package: linux-raspi-5.4-tools-5.4.0-1022
Description-md5: 0d4c5dda0d70ba17414aeff73dd676cd
Description-en: Linux kernel version specific tools for version 5.4.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.4.0-1022 on
ARMv8.
You probably want to install linux-tools-5.4.0-1022-.
Package: linux-raspi-5.4-tools-5.4.0-1025
Description-md5: e671a8d74761a8602f9173a43758874f
Description-en: Linux kernel version specific tools for version 5.4.0-1025
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1025 on
ARMv8.
You probably want to install linux-tools-5.4.0-1025-.
Package: linux-raspi-5.4-tools-5.4.0-1026
Description-md5: df3b3026d054d83117f727a84db8c638
Description-en: Linux kernel version specific tools for version 5.4.0-1026
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1026 on
ARMv8.
You probably want to install linux-tools-5.4.0-1026-.
Package: linux-raspi-5.4-tools-5.4.0-1028
Description-md5: ba760e3475df0c39e18c37fd63c6fd1d
Description-en: Linux kernel version specific tools for version 5.4.0-1028
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1028 on
ARMv8.
You probably want to install linux-tools-5.4.0-1028-.
Package: linux-raspi-5.4-tools-5.4.0-1029
Description-md5: e2de5172d934ffb7db89ec42a9839291
Description-en: Linux kernel version specific tools for version 5.4.0-1029
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1029 on
ARMv8.
You probably want to install linux-tools-5.4.0-1029-.
Package: linux-raspi-5.4-tools-5.4.0-1030
Description-md5: 05f2095266aae9c6d91d82b1efa56a2d
Description-en: Linux kernel version specific tools for version 5.4.0-1030
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1030 on
ARMv8.
You probably want to install linux-tools-5.4.0-1030-.
Package: linux-raspi-5.4-tools-5.4.0-1032
Description-md5: 788916bb58b01f28d074be11be758759
Description-en: Linux kernel version specific tools for version 5.4.0-1032
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1032 on
ARMv8.
You probably want to install linux-tools-5.4.0-1032-.
Package: linux-raspi-5.4-tools-5.4.0-1033
Description-md5: e4d179c57be7c2a38b3d0705b29b0591
Description-en: Linux kernel version specific tools for version 5.4.0-1033
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1033 on
ARMv8.
You probably want to install linux-tools-5.4.0-1033-.
Package: linux-raspi-5.4-tools-5.4.0-1034
Description-md5: fa93798160c3547532a7a258e2b6f59d
Description-en: Linux kernel version specific tools for version 5.4.0-1034
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1034 on
ARMv8.
You probably want to install linux-tools-5.4.0-1034-.
Package: linux-raspi-5.4-tools-5.4.0-1035
Description-md5: c6c8b98d05fec78140da285ad129730c
Description-en: Linux kernel version specific tools for version 5.4.0-1035
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1035 on
ARMv8.
You probably want to install linux-tools-5.4.0-1035-.
Package: linux-raspi-5.4-tools-5.4.0-1036
Description-md5: 7a468fc85f12d9579fb26f6dd9872f41
Description-en: Linux kernel version specific tools for version 5.4.0-1036
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1036 on
ARMv8.
You probably want to install linux-tools-5.4.0-1036-.
Package: linux-raspi-5.4-tools-5.4.0-1038
Description-md5: 5a6e470108ab1ba924ea0e6bfe6068b4
Description-en: Linux kernel version specific tools for version 5.4.0-1038
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1038 on
ARMv8.
You probably want to install linux-tools-5.4.0-1038-.
Package: linux-raspi-5.4-tools-5.4.0-1041
Description-md5: 351633c284e90e62c1de2ed54638206b
Description-en: Linux kernel version specific tools for version 5.4.0-1041
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1041 on
ARMv8.
You probably want to install linux-tools-5.4.0-1041-.
Package: linux-raspi-5.4-tools-5.4.0-1042
Description-md5: 66f1f29eb5bcfa5aa8eeaf762c3cc9e5
Description-en: Linux kernel version specific tools for version 5.4.0-1042
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1042 on
ARMv8.
You probably want to install linux-tools-5.4.0-1042-.
Package: linux-raspi-5.4-tools-5.4.0-1043
Description-md5: bcc3562db658227e488503e53c9b1e8d
Description-en: Linux kernel version specific tools for version 5.4.0-1043
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1043 on
ARMv8.
You probably want to install linux-tools-5.4.0-1043-.
Package: linux-raspi-5.4-tools-5.4.0-1044
Description-md5: 55a8289d618862c8fa4c6898825409c3
Description-en: Linux kernel version specific tools for version 5.4.0-1044
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1044 on
ARMv8.
You probably want to install linux-tools-5.4.0-1044-.
Package: linux-raspi-5.4-tools-5.4.0-1045
Description-md5: 4685f797a69ff0ecdbfbeb705ffc4b90
Description-en: Linux kernel version specific tools for version 5.4.0-1045
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1045 on
ARMv8.
You probably want to install linux-tools-5.4.0-1045-.
Package: linux-raspi-5.4-tools-5.4.0-1046
Description-md5: 4280f531ca12a29dfdcc9009b2ae2ef8
Description-en: Linux kernel version specific tools for version 5.4.0-1046
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1046 on
ARMv8.
You probably want to install linux-tools-5.4.0-1046-.
Package: linux-raspi-5.4-tools-5.4.0-1047
Description-md5: c7d34256b90aafb79802931120613f34
Description-en: Linux kernel version specific tools for version 5.4.0-1047
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1047 on
ARMv8.
You probably want to install linux-tools-5.4.0-1047-.
Package: linux-raspi-5.4-tools-5.4.0-1048
Description-md5: 392c6f4499bd0ae6bd8d4296f1da7b02
Description-en: Linux kernel version specific tools for version 5.4.0-1048
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1048 on
ARMv8.
You probably want to install linux-tools-5.4.0-1048-.
Package: linux-raspi-5.4-tools-5.4.0-1050
Description-md5: 8a0bf10228d67142a2468dde86e64b91
Description-en: Linux kernel version specific tools for version 5.4.0-1050
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1050 on
ARMv8.
You probably want to install linux-tools-5.4.0-1050-.
Package: linux-raspi-5.4-tools-5.4.0-1052
Description-md5: 701a7cfa8511bac46252daebed21edea
Description-en: Linux kernel version specific tools for version 5.4.0-1052
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1052 on
ARMv8.
You probably want to install linux-tools-5.4.0-1052-.
Package: linux-raspi-5.4-tools-5.4.0-1053
Description-md5: 36c98afe46b8518268401ea56325e84d
Description-en: Linux kernel version specific tools for version 5.4.0-1053
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1053 on
ARMv8.
You probably want to install linux-tools-5.4.0-1053-.
Package: linux-raspi-5.4-tools-5.4.0-1055
Description-md5: 6f8b5c91b9fddfa563fd7a7931a5671d
Description-en: Linux kernel version specific tools for version 5.4.0-1055
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1055 on
ARMv8.
You probably want to install linux-tools-5.4.0-1055-.
Package: linux-raspi-5.4-tools-5.4.0-1056
Description-md5: c637b10bb59f662d59ace1a3062df014
Description-en: Linux kernel version specific tools for version 5.4.0-1056
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1056 on
ARMv8.
You probably want to install linux-tools-5.4.0-1056-.
Package: linux-raspi-5.4-tools-5.4.0-1058
Description-md5: 98027d433364494343595552460f9047
Description-en: Linux kernel version specific tools for version 5.4.0-1058
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1058 on
ARMv8.
You probably want to install linux-tools-5.4.0-1058-.
Package: linux-raspi-5.4-tools-5.4.0-1059
Description-md5: 50e49f8bc3d294616832dcbf96d1926c
Description-en: Linux kernel version specific tools for version 5.4.0-1059
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1059 on
ARMv8.
You probably want to install linux-tools-5.4.0-1059-.
Package: linux-raspi-5.4-tools-5.4.0-1060
Description-md5: bc74f6f7fbe81650f2e72c4014a63606
Description-en: Linux kernel version specific tools for version 5.4.0-1060
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1060 on
ARMv8.
You probably want to install linux-tools-5.4.0-1060-.
Package: linux-raspi-5.4-tools-5.4.0-1062
Description-md5: 8f5735158820c3439902626c2ad16ac3
Description-en: Linux kernel version specific tools for version 5.4.0-1062
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1062 on
ARMv8.
You probably want to install linux-tools-5.4.0-1062-.
Package: linux-raspi-5.4-tools-5.4.0-1065
Description-md5: ab90e4a493c874c0685dfc2c833133c0
Description-en: Linux kernel version specific tools for version 5.4.0-1065
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1065 on
ARMv8.
You probably want to install linux-tools-5.4.0-1065-.
Package: linux-raspi-5.4-tools-5.4.0-1066
Description-md5: 448e45ed2d79eaa16f4588099d4fda2d
Description-en: Linux kernel version specific tools for version 5.4.0-1066
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1066 on
ARMv8.
You probably want to install linux-tools-5.4.0-1066-.
Package: linux-raspi-5.4-tools-5.4.0-1068
Description-md5: 7dc4aa02f194efffef3d3ab544cd0f16
Description-en: Linux kernel version specific tools for version 5.4.0-1068
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1068 on
ARMv8.
You probably want to install linux-tools-5.4.0-1068-.
Package: linux-raspi-5.4-tools-5.4.0-1069
Description-md5: 78fc16b1a013f1d521a4077c4e63ac42
Description-en: Linux kernel version specific tools for version 5.4.0-1069
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1069 on
ARMv8.
You probably want to install linux-tools-5.4.0-1069-.
Package: linux-raspi-5.4-tools-5.4.0-1070
Description-md5: 35ff3231164d698ced9631cf6eb582b1
Description-en: Linux kernel version specific tools for version 5.4.0-1070
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1070 on
ARMv8.
You probably want to install linux-tools-5.4.0-1070-.
Package: linux-raspi-5.4-tools-5.4.0-1071
Description-md5: 0c12dc96c657a09817072a321e40f5a9
Description-en: Linux kernel version specific tools for version 5.4.0-1071
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1071 on
ARMv8.
You probably want to install linux-tools-5.4.0-1071-.
Package: linux-raspi-5.4-tools-5.4.0-1073
Description-md5: 88d23f2191e431c1163f448fcd837da1
Description-en: Linux kernel version specific tools for version 5.4.0-1073
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1073 on
ARMv8.
You probably want to install linux-tools-5.4.0-1073-.
Package: linux-raspi-5.4-tools-5.4.0-1074
Description-md5: 27eac7fe04b8a562524d855611a51f94
Description-en: Linux kernel version specific tools for version 5.4.0-1074
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1074 on
ARMv8.
You probably want to install linux-tools-5.4.0-1074-.
Package: linux-raspi-5.4-tools-5.4.0-1077
Description-md5: 3a4a0f173a15c790e83990f1d5d897f0
Description-en: Linux kernel version specific tools for version 5.4.0-1077
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1077 on
ARMv8.
You probably want to install linux-tools-5.4.0-1077-.
Package: linux-raspi-5.4-tools-5.4.0-1078
Description-md5: 17c126a93f9255f3ba25a0aaa9923f5f
Description-en: Linux kernel version specific tools for version 5.4.0-1078
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1078 on
ARMv8.
You probably want to install linux-tools-5.4.0-1078-.
Package: linux-raspi-5.4-tools-5.4.0-1079
Description-md5: 205cd19abf448890ed9ef1664ff776cf
Description-en: Linux kernel version specific tools for version 5.4.0-1079
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1079 on
ARMv8.
You probably want to install linux-tools-5.4.0-1079-.
Package: linux-raspi-5.4-tools-5.4.0-1080
Description-md5: bbf427aa0361f76251aa86ca55ac455a
Description-en: Linux kernel version specific tools for version 5.4.0-1080
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1080 on
ARMv8.
You probably want to install linux-tools-5.4.0-1080-.
Package: linux-raspi-5.4-tools-5.4.0-1081
Description-md5: d4a549c63ddfd1cc69c09ee2a649a0b7
Description-en: Linux kernel version specific tools for version 5.4.0-1081
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1081 on
ARMv8.
You probably want to install linux-tools-5.4.0-1081-.
Package: linux-raspi-5.4-tools-5.4.0-1082
Description-md5: 6deaf45a42716a3ba7031a455f9c2ee8
Description-en: Linux kernel version specific tools for version 5.4.0-1082
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1082 on
ARMv8.
You probably want to install linux-tools-5.4.0-1082-.
Package: linux-raspi-5.4-tools-5.4.0-1083
Description-md5: 75e9b99c11115937c15d72f216253fb8
Description-en: Linux kernel version specific tools for version 5.4.0-1083
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1083 on
ARMv8.
You probably want to install linux-tools-5.4.0-1083-.
Package: linux-raspi-5.4-tools-5.4.0-1084
Description-md5: 7ce3d7f304c4b6ca95e161efbb2b3d01
Description-en: Linux kernel version specific tools for version 5.4.0-1084
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1084 on
ARMv8.
You probably want to install linux-tools-5.4.0-1084-.
Package: linux-raspi-5.4-tools-5.4.0-1085
Description-md5: 09ea3d575d00bf5645594698e4228d31
Description-en: Linux kernel version specific tools for version 5.4.0-1085
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1085 on
ARMv8.
You probably want to install linux-tools-5.4.0-1085-.
Package: linux-raspi-5.4-tools-5.4.0-1086
Description-md5: 4fc8702a615457f91b45e1ddef28aaaa
Description-en: Linux kernel version specific tools for version 5.4.0-1086
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.4.0-1086 on
ARMv8.
You probably want to install linux-tools-5.4.0-1086-.
Package: linux-raspi-hwe-18.04
Description-md5: 1014763f32b756bcf58c98df74203796
Description-en: Complete Raspberry Pi Linux kernel and headers
This package will always depend on the latest complete Raspberry Pi Linux
kernel and headers available.
Package: linux-raspi-hwe-18.04-edge
Description-md5: 1014763f32b756bcf58c98df74203796
Description-en: Complete Raspberry Pi Linux kernel and headers
This package will always depend on the latest complete Raspberry Pi Linux
kernel and headers available.
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-5.3-headers-5.3.0-1017
Description-md5: 032e4df2b63db39862ba900ec1a08724
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1017/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1018
Description-md5: d1aa46ffc79e42ba51c58a4bfa8eeaf1
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1018/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1019
Description-md5: 1661e5b261e61aeb7524723cccd0b13b
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1019/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1021
Description-md5: b920fc98e07c0034c677ad19bba754b9
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1021/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1022
Description-md5: fc4448faa220ddbcb1b88722be4d4ab5
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1022/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1023
Description-md5: ee5d478183fc5a23acf19749e162c471
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1023/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1026
Description-md5: abf04ffb50e1200f29776d21e966872c
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1026/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1027
Description-md5: bf134a4c726d66e09c69d74967f3bfcd
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1027/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1028
Description-md5: b7dcb27efc2463d061709f164c4fefc2
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1028/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1030
Description-md5: c386fc32ff1a218f2bfe74f4f78d1222
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1030/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1032
Description-md5: e6337fcc6ed479863592eed83230c58b
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1032/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1033
Description-md5: d3ed5a3d82306d7052b73729e9166d71
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1033/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1035
Description-md5: 3ce8040cc7cf1dfba14fbcee823cc647
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1035/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1036
Description-md5: 6f7b0031518fba02d03d4cb8dfdded10
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1036/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1037
Description-md5: c83fefefc41966418a8a2dfe8ad9d859
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1037/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1038
Description-md5: 06a5919deab8175734cecb341a553ad4
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1038/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1039
Description-md5: 272b231e2704d9b13a304e341077ebd5
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1039/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1040
Description-md5: 94c5f134d137ab9c45f539b717fa2550
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1040/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1041
Description-md5: fb365a97cf49c333b147f28ac641fcb7
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1041/debian.README.gz for details
Package: linux-raspi2-5.3-headers-5.3.0-1042
Description-md5: 0af49b8a78b44a04a53add94458ae983
Description-en: Header files related to Linux kernel version 5.3.0
This package provides kernel header files for version 5.3.0, for sites
that want the latest kernel headers. Please read
/usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1042/debian.README.gz for details
Package: linux-raspi2-5.3-tools-5.3.0-1017
Description-md5: a209450a5be72ce6925116608a0df8ba
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1017 on
ARMv8.
You probably want to install linux-tools-5.3.0-1017-.
Package: linux-raspi2-5.3-tools-5.3.0-1018
Description-md5: 3cc13b9393b1352fd8d182899f59d384
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1018 on
ARMv8.
You probably want to install linux-tools-5.3.0-1018-.
Package: linux-raspi2-5.3-tools-5.3.0-1019
Description-md5: 82164cfc59abcf56211fd409ee6757c3
Description-en: Linux kernel version specific tools for version 5.3.0-1019
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1019 on
ARMv8.
You probably want to install linux-tools-5.3.0-1019-.
Package: linux-raspi2-5.3-tools-5.3.0-1021
Description-md5: 9391f91908ae99b563d7e88c7bf6f38f
Description-en: Linux kernel version specific tools for version 5.3.0-1021
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1021 on
ARMv8.
You probably want to install linux-tools-5.3.0-1021-.
Package: linux-raspi2-5.3-tools-5.3.0-1022
Description-md5: 4f1a3ca2946f40105488d5cbf5562b56
Description-en: Linux kernel version specific tools for version 5.3.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.3.0-1022 on
ARMv8.
You probably want to install linux-tools-5.3.0-1022-.
Package: linux-raspi2-5.3-tools-5.3.0-1023
Description-md5: 5644f195f7df47480a926554be7fd14d
Description-en: Linux kernel version specific tools for version 5.3.0-1023
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1023 on
ARMv8.
You probably want to install linux-tools-5.3.0-1023-.
Package: linux-raspi2-5.3-tools-5.3.0-1026
Description-md5: 4d4fd250a2888e63360ae441884f1e9f
Description-en: Linux kernel version specific tools for version 5.3.0-1026
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1026 on
ARMv8.
You probably want to install linux-tools-5.3.0-1026-.
Package: linux-raspi2-5.3-tools-5.3.0-1027
Description-md5: dfd47e5bde7fab1d67727f6f21b8fa26
Description-en: Linux kernel version specific tools for version 5.3.0-1027
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1027 on
ARMv8.
You probably want to install linux-tools-5.3.0-1027-.
Package: linux-raspi2-5.3-tools-5.3.0-1028
Description-md5: ee9527d39092366cf77825efc76f3157
Description-en: Linux kernel version specific tools for version 5.3.0-1028
This package provides the architecture dependant parts for kernel
version locked tools (such as perf and x86_energy_perf_policy) for
version 5.3.0-1028 on
ARMv8.
You probably want to install linux-tools-5.3.0-1028-