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: acpica-tools Description-md5: 47130f63ef3687d8243fb5d20706b56e Description-en: ACPICA tools for the development and debug of ACPI tables The ACPI Component Architecture (ACPICA) project provides an OS-independent reference implementation of the Advanced Configuration and Power Interface Specification (ACPI). ACPICA code contains those portions of ACPI meant to be directly integrated into the host OS as a kernel-resident subsystem, and a small set of tools to assist in developing and debugging ACPI tables. . This package contains only the user-space tools needed for ACPI table development, not the kernel implementation of ACPI. The following commands are installed: -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes. -- acpibin: performs basic operations on binary AML files (e.g., comparison, data extraction) -- acpidump: write out the current contents of ACPI tables -- acpiexec: simulate AML execution in order to debug method definitions -- acpihelp: display help messages describing ASL keywords and op-codes -- acpisrc: manipulate the ACPICA source tree and format source files for specific environments -- acpixtract: extract binary ACPI tables from acpidump output (see also the pmtools package) 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: android-boringssl Description-md5: 46f0072c32f613832ff449806c546e49 Description-en: Google's internal fork of OpenSSL for the Android SDK - tool 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 boringssl command line tool. 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-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: 1182b1aa352c613d0a9e93ed53e47a9c 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: 3ba2c6115afcca7c07cbbbde8ca6ef09 Description-en: Android backtrace library Android backtrace library produce symbolic backtraces for making debugging easier. Package: android-libbacktrace-dev Description-md5: 1f078e9628df401b2f7fbe46f9340d78 Description-en: Android backtrace library - Development files Android backtrace library produce symbolic backtraces for making debugging easier. . 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-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-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-libnativehelper Description-md5: ff590d246977a332deee42638b9d1ae0 Description-en: Support functions for Android's class libraries libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. Package: android-libnativehelper-dev Description-md5: d55b54cc58037dbd12b6783140da5a68 Description-en: Support functions for Android's class libraries - Development files libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. . 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-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-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-platform-frameworks-native-headers Description-md5: 432d3ef0a04b352ab3c290d31ffd367b Description-en: Headers of android-platform-frameworks-native This package contains headers in include/android in platform/frameworks/native Consists of all the header files ranging from asset_manager.h to window.h. 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-libsparse-utils Description-md5: e30e2e41695b4ac048f36bf6a745e4fa Description-en: Android sparse image creation tool Command line tools to create sparse images for usage with Android devices. Includes simg2img, img2simg, simg2simg, simg_dump and append2simg tools. Package: ansible-core Description-md5: 39f13fdea0830e3f5b062cdd49f63a59 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. . This package contains the ansible binaries. Package: aom-tools Description-md5: 59fd3a6e565dd92debdd79c95b7f13f9 Description-en: AV1 Video Codec Library -- Tools AOMedia Video 1 (AV1) is an open and royalty free video encoding format optimized for the Internet and the successor of VP9. aom is the reference encoder and decoder implementation published by the Alliance for Open Media. . This package contains the command line encoding and decoding tools. 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: d5aa0379a714ef65137c463f0f903564 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. Besides that it is an empty package. 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-cudf Description-md5: b4c5b792c843380c3d78649b6134794d Description-en: CUDF solver integration for APT apt-cudf provides integration among the APT package manager and CUDF solvers, allowing APT to rely on external (CUDF-based) dependency solvers to plan package installation, upgrade, and removal. . CUDF is a distribution-independent, standard format to describe dependency solving scenarios, as faced by package managers in popular package-based GNU/Linux distributions. APT is a well-known package manager for Debian-based distributions, which is able to delegate dependency solving to external solvers, by the means of the External Dependency Solving Protocol (EDSP). . apt-cudf provides the glue between the EDSP protocol and CUDF solvers, enabling any installed CUDF solver to be used as an external solver for APT. . Several CUDF solvers are available in Debian. They all provide the cudf-solver virtual package. Package: asterisk Description-md5: 632fb6eb24d4ca7205eae9de96c405c3 Description-en: Open Source Private Branch Exchange (PBX) Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk can be used with Voice over IP standards (SIP, H.323, IAX and more), or the Public Switched Telephone Network (PSTN) through supported hardware. . Supported hardware: . * All Wildcard (tm) ISDN PRI cards from Digium * HFC-S/HFC-4S-based ISDN BRI cards (Junghanns.NET, beroNet, Digium etc.) * All TDM (FXO/FXS) cards from Digium * Various clones of Digium cards such as those by OpenVox * Xorcom Astribank USB telephony adapter * Voicetronix OpenPCI, OpenLine and OpenSwitch cards * CAPI-compatible ISDN cards (using the add-on package chan-capi) * Full Duplex Sound Card (ALSA or OSS) supported by Linux * Tormenta T1/E1 card * QuickNet Internet PhoneJack and LineJack . This is the main package that includes the Asterisk daemon and most channel drivers and applications. Package: asterisk-config Description-md5: e6341811f25f903eb6ed725a945b19f5 Description-en: Configuration files for Asterisk Asterisk is an Open Source PBX and telephony toolkit. . This package contains the default configuration files of Asterisk. . With program asterisk-config-custom in the asterisk package, you can create an asterisk-config replacement package. Package: asterisk-dahdi Description-md5: 73c1e6c431561d79ef7e49d91d2f0024 Description-en: DAHDI devices support for the Asterisk PBX Asterisk is an Open Source PBX and telephony toolkit. . This package includes the DAHDI channel driver (chan_dahdi.so) and a number of other Asterisk modules that require DAHDI support. They will not be useful without kernel-level DAHDI support. . For more information about the Asterisk PBX, have a look at the Asterisk package. Package: asterisk-dev Description-md5: d7f6cd2e1ace792a2598dd28d1200ab6 Description-en: Development files for Asterisk Asterisk is an Open Source PBX and telephony toolkit. . This package contains the include files used if you wish to compile a package which requires Asterisk's source file headers. Package: asterisk-doc Description-md5: 9f71ad2d5582b19ac0ba59b93ee430f9 Description-en: Source code documentation for Asterisk Asterisk is an Open Source PBX and telephony toolkit. . This package contains the documentation for configuring an Asterisk system. Package: asterisk-mobile Description-md5: 9af5b755acba6fb502bd5c4b7ff414b5 Description-en: Bluetooth phone support for the Asterisk PBX Asterisk is an Open Source PBX and telephony toolkit. . This package provides support for connecting Bluetooth devices to the Asterisk PBX. It allows you to: * Send and receive PSTN calls and SMS messages over a Bluetooth phone. * Use a Bluetooth handset as a local phone connected to your PBX. . For more information about the Asterisk PBX, have a look at the Asterisk package. Package: asterisk-modules Description-md5: 83091bc74d06184148fcba87ab3e676f Description-en: loadable modules for the Asterisk PBX Asterisk is an Open Source PBX and telephony toolkit. . This package includes most of the Asterisk loadable modules. There is normally no need to explicitly install it. Package: asterisk-mp3 Description-md5: a8b7fcd5ca383240900347228ea7d3d3 Description-en: MP3 playback support for the Asterisk PBX Asterisk is an Open Source PBX and telephony toolkit. . This package provides support for playing MP3-encoded files in Asterisk. . For more information about the Asterisk PBX, have a look at the Asterisk package. Package: asterisk-mysql Description-md5: b4e04ad174e2e515b790e93ae02fb236 Description-en: MySQL database protocol support for the Asterisk PBX Asterisk is an Open Source PBX and telephony toolkit. . This package provides support for using a MySQL database to store configuration, call detail records, and also provides generic access to it from the dialplan. . For more information about the Asterisk PBX, have a look at the Asterisk package. Package: asterisk-ooh323 Description-md5: f76cdd460d16207dcf81055573c61b7d Description-en: H.323 protocol support for the Asterisk PBX - ooH323c Asterisk is an Open Source PBX and telephony toolkit. . This channel driver (chan_ooh323c) provides support for the H.323 protocol for Asterisk. This is an independent implementation that does not depend on OpenH323, but may be less functional than the original chan_h323. . For more information about the Asterisk PBX, have a look at the Asterisk package. Package: asterisk-tests Description-md5: 5bc70ce8ad925fa9cd857d8b59105af6 Description-en: internal test modules of the Asterisk PBX Asterisk is an Open Source PBX and telephony toolkit. . This package provides modules that run various functionality tests. You would normally not install this package unless you test a build of Asterisk. . For more information about the Asterisk PBX, have a look at the Asterisk package. Package: astropy-utils Description-md5: 66f91a2a4f6c2297733b7ed899429da7 Description-en: Command line tools from astropy The astropy package contains core functionality and some common tools needed for performing astronomy and astrophysics research with Python. . This package contains the tools that come with astropy: . * fitscheck: Detect and fix FITS standards violations * fits2bitmap: Create a bitmap file from a FITS image. * fitsdiff: Compare two FITS image files and report the differences in header keywords and data. * fitsheader: Print the header(s) of one or more FITS file(s) to the standard output in a human-readable format. * samp_hub: SAMP Hub Server. * volint: Check a VOTable file for compliance to the VOTable specification * wcslint: Check the WCS keywords in a FITS file for compliance against the standards Package: atop Description-md5: 2a32ea85feda1b5ec3fb2dbfd516b9ba Description-en: Monitor for system resources and process activity Atop is an ASCII full-screen performance monitor, similar to the top command, but atop only shows the active system-resources and processes, and only shows the deviations since the previous interval. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and it shows for every active process the CPU utilization in system and user mode, the virtual and resident memory growth, priority, username, state, and exit code. The process level activity is also shown for processes which finished during the last interval, to get a complete overview about the consumers of things such as CPU time. . Author: Gerlof Langeveld Package: basix-doc Description-md5: b6940f11df33533cc3f7183e3f0fa8f7 Description-en: Finite Element Basis Function Definition Runtime Library (docs) Computes FE basis functions and derivatives for the following elements: - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron) - Nédélec (triangle, tetrahedron) - Nédélec Second Kind (triangle, tetrahedron) - Raviart-Thomas (triangle, tetrahedron) - Regge (triangle, tetrahedron) - Crouzeix-Raviart (triangle, tetrahedron) . Computes quadrature rules on different cell types . Provides reference topology and geometry for reference cells of each type. . This is the common documentation package. Package: bcron Description-md5: 2bb678838c137c5e549837603fced6d7 Description-en: Bruce cron system Bruce cron system is designed with secure operations in mind. To do this, the system is divided into several separate programs, each responsible for a separate task, with strictly controlled communications between them. . The user interface is a drop-in replacement for similar systems, such as vixie-cron, but the internals differ greatly. Package: bettercap-caplets Description-md5: 4421fdd27a438d40696a09fe97292739 Description-en: Bettercap scripts (caplets) and proxy modules This package contains Bettercap scripts (caplets) and proxy modules. The bettercap's interactive sessions can be scripted with .cap files, or caplets. 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-arc-linux-gnu Description-md5: 158f22c323b0f45e024b08f901820eb8 Description-en: GNU binary utilities, for arc-linux-gnu target This package provides GNU assembler, linker and binary utilities for the arc-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for arc-linux-gnu and arc-linux-gnu is not your native platform. Package: binutils-arc-linux-gnu-dbg Description-md5: 3a5b9d68aae8b5baa9f5a135b2d4384a Description-en: GNU binary utilities, for arc-linux-gnu target (debug symbols) This package provides debug symbols for binutils-arc-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-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-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: bolt-16 Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: box64 Description-md5: 0482ae661f5f85138ed7fb55f8fe7b5b Description-en: run amd64 binaries on arm64 without emulating library calls Using DynaRec on arm64, box64 will dynamically recompile x64_64 code to aarch64 but will also translate calls to foreign library functions to native library calls. This usually makes amd64 executables run via box64 much faster than emulating amd64 on arm64 via qemu which will emulate everything down to the C library. For example OpenArena emulated with box64 will be at about 85% of its native speed. . This package contains the generic executable without optimization for a specific platform. Package: camitk-actionstatemachine Description-md5: 1a89de2353abd7bc4a9d494836fabbc2 Description-en: pipeline replay application for the CamiTK library CamiTK helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . camitk-actionstatemachine is able to replay a pipeline (workflow) of CamiTK actions. This application takes an CamiTK augmented version of a SCXML subset as input and allow on to replay interactive the described state-machine containing a list of CamiTK actions and transitions. Package: camitk-config Description-md5: 2c1afc6dce4ed70dd9ce0bcc4ed035f5 Description-en: Computer Assisted Medical Intervention Tool Kit - config Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . This package contains a command-line application to diagnose and check the CamiTK configuration and environment setup. Package: camitk-imp Description-md5: dd3f9295894451a1295fe3976b740a2f Description-en: workbench application for the CamiTK library CamiTK helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . camitk-imp is the CamiTK workbench application where you can test all available extensions for prototyping. It provides an easy and interactive access to all available data and algorithm parameters, including the one you build yourself using the CamiTK SDK. . For example, camitk-imp can visualize medical images from a lot of different (standard) formats, offers image processing and segmentation algorithms to reconstruct a mesh geometry and run a biomechanical simulation. Package: cbmc Description-md5: 2c892fdd5142036595dc17775271afad Description-en: bounded model checker for C and C++ programs CBMC generates traces that demonstrate how an assertion can be violated, or proves that the assertion cannot be violated within a given number of loop iterations. Package: cdebconf-gtk Description-md5: fa7569ffcd2c68e0354e0bf4c62db2ca Description-en: Gtk+ frontend for Debian Configuration Management System Debconf is a configuration management system for Debian packages. It is used by some packages to prompt you for information before they are installed. This is a reimplementation of the original debconf version in C. . cdebconf-gtk is a minimal Gtk+ frontend cdebconf package. Package: celery Description-md5: 44cd3c8b1cd209fca968d7d2d734bf7a Description-en: async task/job queue based on message passing (common files) Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). . Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. . The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. . This package contains the common files of the library. Package: cgreen1 Description-md5: 6da36e27bf556319dacc0049edb340f4 Description-en: Cgreen Library - Library tool A modern unit test and mocking framework for C and C++. Cgreen features - fast build, clean code, highly portable - simple auto-discovery of tests - fluent, expressive and readable API - each test runs in isolation to prevent cross-test dependencies - built-in mocking for C, compatible other C++ mocking librarie Provides the Unittest test tool Package: cinnamon Description-md5: 85a575fee9af55bc8d39cbd88a551b9d Description-en: Innovative and comfortable desktop Cinnamon is a desktop environment which provides advanced innovative features and a traditional user experience. . The desktop layout is similar to GNOME 2. The underlying technology is forked from gnome-shell. The emphasis is put on making users feel at home and providing them with an easy to use and comfortable desktop experience. Package: cinnamon-common Description-md5: e46179d94fb5e328c6af58cab1200e40 Description-en: Innovative and comfortable desktop (Common data files) Cinnamon is a desktop environment which provides advanced innovative features and a traditional user experience. . The desktop layout is similar to GNOME 2. The underlying technology is forked from gnome-shell. The emphasis is put on making users feel at home and providing them with an easy to use and comfortable desktop experience. . This package contains the data files needed by Cinnamon Package: cinnamon-desktop-data Description-md5: 1eaf9fbdff376002b0e11161f1afb94f Description-en: Common files for Cinnamon desktop apps This package includes files that are shared between several Cinnamon apps (i18n files and configuration schemas). Package: cinnamon-doc Description-md5: 9ef440ff71ad9c38463c3f77c6c0dff0 Description-en: Innovative and comfortable desktop (Documentation) Cinnamon is a desktop environment which provides advanced innovative features and a traditional user experience. . The desktop layout is similar to GNOME 2. The underlying technology is forked from gnome-shell. The emphasis is put on making users feel at home and providing them with an easy to use and comfortable desktop experience. . This package contains the documentation files distributed with Cinnamon. Package: cinnamon-screensaver Description-md5: 8b61f0d92305f37fe8e1fd511f0a23f5 Description-en: Cinnamon screen saver and locker cinnamon-screensaver is a screen saver and locker that aims to have simple, sane and secure defaults, and be well integrated with the Cinnamon desktop. Package: cinnamon-session Description-md5: 0361118c974a1d7833385553aa7c1bab Description-en: Cinnamon Session Manager - Minimal runtime The Cinnamon Session Manager is in charge of starting the core components of the Cinnamon desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the binaries for the Cinnamon Session Manager, but no startup scripts. It is meant for those willing to start cinnamon-session by hand with the components of their choice, and for applications such as MDM that use cinnamon-session internally. Package: cinnamon-session-common Description-md5: a0e321d40ad03e6982f4f1352502dac6 Description-en: Cinnamon Session Manager - common files The Cinnamon Session Manager is in charge of starting the core components of the Cinnamon 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 translations, data files and startup scripts which are common to the Cinnamon and Cinnamon fallback sessions. Package: cinnamon-settings-daemon Description-md5: 3756e02ea22b0a676b6feb8d986f801c Description-en: daemon handling the Cinnamon session settings This package contains the daemon which is responsible for setting the various parameters of a Cinnamon 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 * Startup of other daemons: screensaver * Typing break . It also sets various application settings through X resources and freedesktop.org XSETTINGS. Package: cinnamon-settings-daemon-dev Description-md5: bdea501e16d008ae3d53e5e9cb036053 Description-en: headers for building applications communicating with cinnamon-settings-daemon This package contains header files required to build applications that communicate with the Cinnamon settings daemon over D-Bus. Package: cjs Description-md5: 13f136dad3d7470d876a2eb320e97f5e Description-en: Mozilla-based javascript bindings for the Cinnamon platform Makes it possible for applications to use all of Cinnamon's platform libraries using the Javascript language. It's mainly based on the Mozilla javascript engine and the GObject introspection framework. . This package is the frozen version of gjs that the cinnamon desktop currently uses. . This package contains the interactive console application. Package: cjs-tests Description-md5: c7091d9e05eac811ec4b8b6af94298da Description-en: Mozilla-based javascript bindings for the Cinnamon platform (tests) Makes it possible for applications to use all of Cinnamon's platform libraries using the JavaScript language. It's mainly based on the Mozilla JavaScript engine and the GObject introspection framework. . This package is the frozen version of gjs that the cinnamon desktop currently uses. Package: clang Description-md5: 2916bca3b5e11836b745c64f4b346b34 Description-en: C, C++ and Objective-C compiler (LLVM based), clang binary 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-16 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-16-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-16-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-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-16 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-16 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-16 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: clangd Description-md5: 3b7cb01eb87cc13d9033aca5bf9d0f1d 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. . This is a dependency package providing clangd. Package: clangd-16 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: clutter-1.0-tests Description-md5: 51afb63914624c08a468668583080e6b Description-en: Open GL based interactive canvas library (installed test programs) Clutter is an Open GL based interactive canvas library, designed for creating fast, mainly 2D single window applications such as media box UIs, presentations, kiosk style applications and so on. . This package contains installed test programs. Package: cmake-curses-gui Description-md5: ad28c67dee764cb32d73040783a280db 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. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . 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-qt-gui Description-md5: 1385c1223e89dd992bad5dcde2206383 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. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . 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: coq Description-md5: 2c4259e8b83c839ff539d48b854ee31a Description-en: proof assistant for higher-order logic (toplevel and compiler) Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. . This package provides coqtop, a command line interface to Coq. . A graphical interface for Coq is provided in the coqide package. Coq can also be used with ProofGeneral, which allows proofs to be edited using emacs and xemacs. This requires the proofgeneral package to be installed. Package: coqide Description-md5: ed74063b20a63106a7031db76f847ec1 Description-en: proof assistant for higher-order logic (gtk interface) Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. . This package provides CoqIde, a graphical user interface for developing proofs. Package: cpufreqd Description-md5: 2e6607a4cd24cc140a7c1cd9613eaaab Description-en: fully configurable daemon for dynamic frequency and voltage scaling cpufreqd is meant to be a replacement of the speedstep applet you can find on some other OS, it monitors the system status and selects the most appropriate CPU level. It is fully configurable and easily extensible through the many available plug-ins (more to come). Despite its name it can be used to control also the NForce2-Atxp1 voltage regulator and the core and memory clock for NVidia cards (see README.Debian). . You need a CPUFreq driver and either APM, ACPI (a recent version) or PMU enabled in your kernel in order for this daemon to work. Package: crispy-doom Description-md5: 6e58929a38409e88e85fdce095f19fd8 Description-en: Limit-raising medium-resolution Doom engine based on Chocolate Doom Crispy Doom is a friendly fork of Chocolate Doom that provides a higher display resolution, removes the static limits of the Doom engine and offers further optional visual, tactical and physical enhancements while remaining entirely config file, savegame, netplay and demo compatible with the original. Package: cryfs Description-md5: 6a193616bfd007a57999d6d65d2c809f Description-en: encrypt your files and store them in the cloud CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others. Package: cudf-tools Description-md5: bb6f0b65f56928a33c5f03efc57afaac Description-en: command line tools for package upgrade problem descriptions A CUDF document describe an upgrade problem, as faced by package managers in popular package-based GNU/Linux distributions. . A CUDF document consists of a package universe and of a user request. The package universe describes all packages known to the package manager, a subset of which (the package status) denotes the package being currently installed on the target machine. The user request denotes a change to the package status as requested by the user. . A CUDF document is naturally complemented by a solution describing the resulting package status (if any) implementing the user request, as found by a package manager. . This package contains command line tools to manipulate CUDF and related documents. In particular it contains cudf-check, which enables checking of document properties such as installation consistency and matching of problems with their solutions. Package: dcfldd Description-md5: 5bc0ea184493944a867f4a5e09429f11 Description-en: enhanced version of dd for forensics and security dcfldd was initially developed at Department of Defense Computer Forensics Lab (DCFL). This tool is based on the dd program with the following additional features: . - Hashing on-the-fly: dcfldd can hash the input data as it is being transferred, helping to ensure data integrity. - Status output: dcfldd can update the user of its progress in terms of the amount of data transferred and how much longer operation will take. - Flexible disk wipes: dcfldd can be used to wipe disks quickly and with a known pattern if desired. - Image/wipe verify: dcfldd can verify that a target drive is a bit-for-bit match of the specified input file or pattern. - Multiple outputs: dcfldd can output to multiple files or disks at the same time. - Split output: dcfldd can split output to multiple files with more configurability than the split command. - Piped output and logs: dcfldd can send all its log data and output to commands as well as files natively. - When dd uses a default block size (bs, ibs, obs) of 512 bytes, dcfldd uses 32768 bytes (32 KiB) which is HUGELY more efficient. - The following options are present in dcfldd but not in dd: ALGORITHMlog:, errlog, hash, hashconv, hashformat, hashlog, hashlog:, hashwindow, limit, of:, pattern, sizeprobe, split, splitformat, statusinterval, textpattern, totalhashformat, verifylog, verifylog:, vf. Package: debug-me Description-md5: 089c5fb55071b60e38dd881ff2474639 Description-en: secure remote debugging Debugging a problem over email/irc/BTS is slow, tedious, and hard. The developer needs to see the your problem to understand it. Debug-me aims to make debugging fast, fun, and easy, by letting the developer access your computer remotely, so they can immediately see and interact with the problem. Making your problem their problem gets it fixed fast. . A debug-me session is logged and signed with the developer's GnuPG key, producing a chain of evidence of what they saw and what they did. So the developer's good reputation is leveraged to make debug-me secure. If you trust a developer to ship software to your computer, you can trust them to debug-me. . This package should be installed by desktop users -- both developers who want to debug, and users who want their problems debugged. To set up a debug-me server, install the debug-me-server package. Package: debug-me-server Description-md5: 67819d8365ab60d3ced35b520c3304e1 Description-en: run a debug-me server for secure remote debugging Debugging a problem over email/irc/BTS is slow, tedious, and hard. The developer needs to see the your problem to understand it. Debug-me aims to make debugging fast, fun, and easy, by letting the developer access your computer remotely, so they can immediately see and interact with the problem. Making your problem their problem gets it fixed fast. . A debug-me session is logged and signed with the developer's GnuPG key, producing a chain of evidence of what they saw and what they did. So the developer's good reputation is leveraged to make debug-me secure. If you trust a developer to ship software to your computer, you can trust them to debug-me. . This package sets up a debug-me server. If you don't want to do that, install only the debug-me package. Package: dexdump Description-md5: 175619b81080d310819e29dbc6136613 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 the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported. Package: dexlist Description-md5: ad5b877c8de302f91c672600a590e331 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 the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported. Package: dh-ada-library Description-md5: a62deac6a0243801052e5aa3bf1d7a38 Description-en: tools for packaging software written in the Ada programming language /usr/share/ada/packaging.mk is intended for inclusion from debian/rules. It provides build flags for gnatmake and gprbuild, and may be useful for executables as well as libraries despite the name of this package. The only documentation for now is in the comments. . If the package builds a library following the Debian Policy for Ada (http://people.debian.org/~lbrenta/debian-ada-policy.html), the dh_ada_library(1) debhelper tool will dispatch files from debian/tmp to package directories. 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-dkms Description-md5: 1208c8493840cb3bb3d35562e7dec67a Description-en: debhelper addon for the Dynamic Kernel Module System (DKMS) DKMS is a framework designed to allow individual kernel modules to be upgraded without changing the whole kernel. It is also very easy to rebuild modules as you upgrade kernels. . This package provides a debhelper add-on 'dkms' that simplifies packaging of dkms kernel module source packages. Package: dh-python Description-md5: cedc6d65bf2b3f4d8daff30004b84b8d Description-en: Debian helper tools for packaging Python libraries and applications This package contains: * pybuild - invokes various build systems for requested Python versions in order to build modules and extensions * dh_python3 - calculates Python 3.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. Package: dhcpcd Description-md5: 2e945b209e732c41256c26409c50e108 Description-en: DHCPv4 and DHCPv6 dual-stack client (init.d script & systemd unit) dhcpcd provides seamless IPv4 and IPv6 auto-configuration. . This package provides the optional init.d script and systemd service. . It should NOT be installed on systems where interfaces are configured by ifupdown via using the DHCP method. Package: dhcpcd-base Description-md5: ff022f9e9578499337fd475aa9c9d73c Description-en: DHCPv4 and DHCPv6 dual-stack client (binaries and exit hooks) dhcpcd provides seamless IPv4 and IPv6 auto-configuration: * DHCPv4 client * DHCPv6 client with Prefix Delegation (PD) support * IPv4 LL support (ZeroConf) * IPv6 SLAAC support * ARP address conflict resolution * ARP ping profiles * Wireless SSID profiles . This package provides the binaries, exit hooks and manual pages. . It offers a dual-stack substitute for ISC DHCP Client (dhclient) on systems where interfaces are configured by ifupdown via using the DHCP method. . The init.d script and systemd service required for systems without ifupdown are packaged separately as dhcpcd. . Since Debian 12 (Bookworm), dhcpcd uses Predictable Network Interface Names on Linux ports. See NEWS.Debian for more details. Package: dkms-test-dkms Description-md5: 2cf9138b737ed4a1b1840e870d9bcc19 Description-en: trivial dkms test kernel module This package provides the dkms source code for the dkms-test kernel module. . This package is only intended for ci tests and not expected to be installed on regular systems Package: dmtracedump Description-md5: 196fc98d82c778363d82a35e66bb16b7 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: dolfin-bin Description-md5: 8319156332b1455d0d2d298062600604 Description-en: Executable scripts for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains executable scripts for DOLFIN. Package: dolfin-doc Description-md5: 6d80f35b15cb807f29f485694db24fae Description-en: Documentation and demo programs for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains documentation and demo programs for DOLFIN. Package: dolfinx-doc Description-md5: 95c344709eaba924f607a3ea5ce774b4 Description-en: Documentation and demo programs for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains documentation and demo programs for DOLFIN-X. . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The documentation for the legacy version of DOLFIN is provided by dolfin-doc. Package: dose-builddebcheck Description-md5: a0e3c3577dea8696e672646bb139ac3e Description-en: Checks whether build-dependencies can be satisfied This software checks, given a collection of source package stanzas and a collection of binary package stanzas of Debian packages, whether the build-dependencies of each source package can be satisfied by the binary packages. Package: dose-distcheck Description-md5: 2715c55e164fd097abdc6437f82f0f66 Description-en: Checks whether dependencies of packages can be satisfied This software checks for every package of a distribution whether it is possible to satisfy its dependencies and conflicts within this distribution. It comes in several versions: - dose-debcheck for Debian packages - dose-rpmcheck for rpm packages - dose-eclipsecheck for OSGi plugins Package: dose-doc Description-md5: e8e279d4e57cc7ab991d1b7b7b79d285 Description-en: Documentation for dose tools and libraries. The dose suite provides libraries for handling package meta-data, and various tools for analyzing package relationships in a large package repository. This package contains the documentation of the dose API, and tutorials of various dose tools. Package: dose-extra Description-md5: 21c020291e5e0bcc86762063c9ace0c9 Description-en: Extra QA tools from the Dose3-library This package contains extra tools for analyzing meta-data of software packages: - ceve, a general metadata parser supporting different input formats (Debian, rpm, and others) and different output formats. - dose-outdated, a Debian-specific tool for finding packages that are not installable with respect to a package repository, and that can only be made installable again by fixing the package itself. - dose-challenged, a Debian-specific tool for checking which packages will certainly become uninstallable when some existing package is upgraded to a newer version. - dose-deb-coinstall, a Debian-specific tool for checking whether a set of packages can be installed all together. The tools dose-distcheck and dose-builddebcheck are packaged in their own respective packages. Package: dpf-plugins Description-md5: 9033cff0c7dfdd88a116af6de91cdcf0 Description-en: Audio plugin collection from DISTRHO (metapackage) Metapackage pulling-in collection of DPF-based plugins in LADSPA, DSSI, LV2 and VST2 formats. . The list of plugins/packs are: - glBars - Kars - Mini-Series (3BandEQ, 3BandSplitter, PingPongPan) - ndc-Plugs (Amplitude Imposer, Cycle Shifter, Soul Force) - MVerb - Nekobi - ProM Package: dpf-plugins-common Description-md5: 637bcba5b29b48e7d60a3cc033c5d834 Description-en: Audio plugin collection from DISTRHO (common files) Common files for collection of DPF-based plugins in LADSPA, DSSI, LV2 and VST2 formats. . The list of plugins/packs are: - glBars - Kars - Mini-Series (3BandEQ, 3BandSplitter, PingPongPan) - ndc-Plugs (Amplitude Imposer, Cycle Shifter, Soul Force) - MVerb - Nekobi - ProM Package: dpf-plugins-dssi Description-md5: da1452b4b366812b36128ba23736407d Description-en: Audio plugin collection from DISTRHO (DSSI plugins) Collection of DPF-based plugins in DSSI format. . The list of plugins/packs are: - glBars - Kars - Mini-Series (3BandEQ, 3BandSplitter, PingPongPan) - ndc-Plugs (Amplitude Imposer, Cycle Shifter, Soul Force) - MVerb - Nekobi - ProM Package: dpf-plugins-ladspa Description-md5: 9e79808e0ef36a8c231d1a2e9114d617 Description-en: Audio plugin collection from DISTRHO (LADSPA plugins) Collection of DPF-based plugins in LADSPA format. . The list of plugins/packs are: - glBars - Kars - Mini-Series (3BandEQ, 3BandSplitter, PingPongPan) - ndc-Plugs (Amplitude Imposer, Cycle Shifter, Soul Force) - MVerb - Nekobi - ProM Package: dpf-plugins-lv2 Description-md5: 2d8cadaba6b81807d68e4ffd9da19f17 Description-en: Audio plugin collection from DISTRHO (LV2 plugins) Collection of DPF-based plugins in LV2 format. . The list of plugins/packs are: - glBars - Kars - Mini-Series (3BandEQ, 3BandSplitter, PingPongPan) - ndc-Plugs (Amplitude Imposer, Cycle Shifter, Soul Force) - MVerb - Nekobi - ProM Package: dpf-plugins-vst Description-md5: ee7741ba0e751508ef3a52aa1aac9e7f Description-en: Audio plugin collection from DISTRHO (VST2 plugins) Collection of DPF-based plugins in VST2 format. . The list of plugins/packs are: - glBars - Kars - Mini-Series (3BandEQ, 3BandSplitter, PingPongPan) - ndc-Plugs (Amplitude Imposer, Cycle Shifter, Soul Force) - MVerb - Nekobi - ProM Package: dpf-source Description-md5: 8dcbc4d77de205756492aae41674a432 Description-en: DISTRHO Plugin Framework (Source files) DPF is designed to make development of new plugins an easy and enjoyable task. It allows developers to create plugins with custom UIs using a simple C++ API. The framework facilitates exporting various different plugin formats from the same code-base. 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: fastboot Description-md5: 191f300ce2b717b2e20bb7a62d2818fb Description-en: Android fastboot tool A command line tool for flashing an Android device, boot an Android device to fastboot mode, etc.. . 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: fdb5 Description-md5: b8113b83d8359805cf69e95c307929ba Description-en: Utilities for the FDB Fields Database FDB (Fields DataBase) is a domain-specific object store developed at ECMWF for storing, indexing and retrieving GRIB data. Each GRIB message is stored as a field and indexed trough semantic metadata (i.e. physical variables such as temperature, pressure, ...). A set of fields can be retrieved specifying a request using a specific language developed for accessing the MARS Archive. Package: fenics Description-md5: d3015a1f60aae2dbbc9de5b6f0aa19b9 Description-en: Automated Solution of Differential Equations FEniCS is a collection of free software for automated, efficient solution of differential equations. . FEniCS has an extensive list of features, including automated solution of variational problems, automated error control and adaptivity, a comprehensive library of finite elements, high performance linear algebra and many more. . FEniCS is organized as a collection of interoperable components, including the problem-solving environment DOLFIN, the form compiler FFC, the finite element tabulator FIAT, the just-in-time compiler Instant, the code generation interface UFC, the form language UFL and a range of additional components. . This is a metapackage which depends on all FEniCS components. . This is the legacy version of FEniCS. You may want to consider installing the next-generation FEniCS-X (fenicx package). Package: fenicsx Description-md5: e4e2e6146cf4c1c06ad520ad19b71e84 Description-en: Automated Solution of Differential Equations FEniCS is a collection of free software for automated, efficient solution of differential equations. . FEniCS has an extensive list of features, including automated solution of variational problems, automated error control and adaptivity, a comprehensive library of finite elements, high performance linear algebra and many more. . FEniCS is organized as a collection of interoperable components, including the problem-solving environment DOLFIN, the form compiler FFC, the finite element tabulator FIAT, the just-in-time compiler Instant, the code generation interface UFC, the form language UFL and a range of additional components. . This is a metapackage which depends on all FEniCS-X components. . FEniCS-X is the next-generation implementation of FEniCS (with DOLFIN-X, FFC-X) Package: fenicsx-performance-tests Description-md5: b1cff18bdd7dbf5473a07a1571ccbbb8 Description-en: Performance test codes for FEniCS/DOLFIN-X (binaries) This package contains solvers for testing the parallel performance of DOLFIN-X and the underlying linear solvers. It tests elliptic equations - Poisson equation and elasticity - in three dimensions. . DOLFIN-X is the next-generation Finite Element solver developed by the FEniCS project. . This package provides precompiled binaries. Package: fenicsx-performance-tests-source Description-md5: 54f00a78efeb572b4627eb8965f3bb95 Description-en: Performance test codes for FEniCS/DOLFIN-X (source) This package contains solvers for testing the parallel performance of DOLFIN-X and the underlying linear solvers. It tests elliptic equations - Poisson equation and elasticity - in three dimensions. . DOLFIN-X is the next-generation Finite Element solver developed by the FEniCS project. . This package provides source code for tests. Package: ffmpeg Description-md5: 65e8a3535a2f8cd488043b49edb871b2 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 * 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: flang Description-md5: bd017b88c85853e1292c78015b1d62a8 Description-en: Fortran compiler Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. Package: flang-16 Description-md5: bd017b88c85853e1292c78015b1d62a8 Description-en: Fortran compiler Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. Package: fonts-wine Description-md5: 654455ac5045b1d7aa5283d7123e37dd Description-en: Windows API implementation - fonts Wine is a free MS-Windows API implementation. . This package provides the fonts used by Wine. Package: forensics-all Description-md5: 183e804e7b17f676d44483f76140c4a2 Description-en: Debian Forensics Environment - essential components (metapackage) This package provides the core components for a forensics environment. All here available tools are packaged by Debian Security Tools Team. This metapackage includes the most programs to data recovery, rootkit and exploit search, filesystems and memory analysis, image acquisition, volume inspection, special actions over the hardware and many other activities. . The following packages were included in this metapackage: . acct, aesfix, afflib-tools, braa, bruteforce-salted-openssl, bruteforce-wallet, brutespray, btscanner, bully, capstone-tool, ccrypt, cewl, chaosreader, chkrootkit, cisco7crack, cowpatty, crack or crack-md5, creddump7, dc3dd, de4dot, dirb, dislocker, dnsrecon, doona, dsniff, ed2k-hash, exifprobe, ext4magic, extundelete, fatcat, fcrackzip, forensic-artifacts, forensics-colorize, galleta, grokevt, hashdeep, hashid, hashrat, hcxkeys, hcxtools, hydra, john, mac-robber, magicrescue, maskprocessor, masscan, mdk3, mdk4, medusa, memdump, metacam, mfcuk, mfoc, missidentify, myrescue, nasty, nbtscan, ncat, ncrack, ndiff, o-saft, ophcrack-cli, outguess, pasco, patator, pff-tools, pipebench, pixiewps, pnscan, polenum, pompem, recoverdm, recoverjpeg, reglookup, regripper, rephrase, rhash, rifiuti, rifiuti2, rkhunter, rsakeyfind, safecopy, samdump2, scalpel, scrounge-ntfs, shed, sleuthkit, smbmap, snowdrop, ssdeep, ssldump, statsprocessor, stegcracker, steghide, stegseek, stegsnow, sucrack, tableau-parm, tcpick, testssl.sh, time-decode, undbx, unhide, unhide.rb, vinetto, wapiti, wfuzz, winregfs, wipe, yara . This metapackage is useful for pentesters, ethical hackers and forensics experts. Package: forensics-all-gui Description-md5: 3c3240c077d0ccc6492afd82c5e6a949 Description-en: Debian Forensics Environment - GUI components (metapackage) This package provides the core components for a GUI forensics environment. All here available tools are packaged by Debian Security Tools Team. This metapackage includes graphics programs, useful for some specific activities. . The following packages were included in this metapackage: . airgraph-ng, binwalk, changeme, hydra-gtk, ophcrack, rfdump, unhide-gui . This metapackage is useful for pentesters, ethical hackers and forensics experts. Package: fwupd-tests Description-md5: 1abe6bd33c8afb4b3f7315f379d19a7f 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: gcc-13-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-13-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-13-offload-amdgcn Description-md5: e96e628ccd58c5a2bf9ff080281b9496 Description-en: GCC offloading compiler to GCN The package provides offloading support for AMD GCN. OpenMP and OpenACC programs linked with -fopenmp will by default add GCN code into the binaries, which can be offloaded to AMD GCN capable devices if available. Package: gcc-13-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-13-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-13-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-13-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-snapshot Description-md5: 04205e24a49d2983b9b94e973a23f42a Description-en: SNAPSHOT of the GNU Compiler Collection This package contains a recent development SNAPSHOT of all files contained in the GNU Compiler Collection (GCC). . The source code for this package has been exported from SVN trunk. . DO NOT USE THIS SNAPSHOT FOR BUILDING DEBIAN PACKAGES! . This package will NEVER hit the testing distribution. It is used for tracking gcc bugs submitted to the Debian BTS in recent development versions of gcc. Package: gccgo-13 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-13-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-13-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: gccrs-13 Description-md5: edc83783dbd68b432855822f5c422cb4 Description-en: GNU Rust compiler !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gdc-13 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-13-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: gegl Description-md5: 5206828be61b14bd4518d1342f2a56e8 Description-en: Generic Graphics Library Test Program GEGL (Generic Graphics Library) is a graph based image processing framework. . GEGL's original design was made to scratch GIMP's itches for a new compositing and processing core. This core is being designed to have minimal dependencies and a simple well defined API. . This package contains a bunch of test programs. Package: gemmi Description-md5: 94a261dea76f9c00e201aed0e01479ae Description-en: library for structural biology - executable Library for macromolecular crystallography and structural bioinformatics. For working with coordinate files (mmCIF, PDB, mmJSON), refinement restraints (monomer library), electron density maps (CCP4), and crystallographic reflection data (MTZ, SF-mmCIF). It understands crystallographic symmetries, it knows how to switch between the real and reciprocal space and it can do a few other things. . This package contains main gemmi executable. Package: gemmi-dev Description-md5: 483bc82fd12131306acb8c18ca7c71a4 Description-en: library for structural biology Library for macromolecular crystallography and structural bioinformatics. For working with coordinate files (mmCIF, PDB, mmJSON), refinement restraints (monomer library), electron density maps (CCP4), and crystallographic reflection data (MTZ, SF-mmCIF). It understands crystallographic symmetries, it knows how to switch between the real and reciprocal space and it can do a few other things. . This package contains header-only C++ library. Package: giac-doc Description-md5: 5af510ce13a92a7db02406508b8d4e3e Description-en: Computer Algebra System - documentation Giac is a computer algebra system, following the development of the CAS for HP calculators. It has fast implementation of algorithms for polynomial operations, and compatibility mode with Maple or Mupad CAS as well as TI calculators. . This package contains static user documentation for giac and xcas. Package: gir1.2-cinnamondesktop-3.0 Description-md5: 3f75c79d7d007d1a1096d351b0f120b3 Description-en: Introspection data for CinnamonDesktop This package contains the introspection data for CinnamonDesktop. Package: gir1.2-cscreensaver-1.0 Description-md5: 406ee076e945083598f124c44c4ac1da Description-en: GObject introspection data for cinnamon screensaver cinnamon-screensaver is a screen saver and locker that aims to have simple, sane and secure defaults, and be well integrated with the Cinnamon desktop. . This package contains the introspection data. Package: gir1.2-cvc-1.0 Description-md5: 2a9b5ddab080b7b95ea96cba397ddf2b Description-en: Introspection data for Cinnamon pulseaudio abstraction This package contains the introspection data for Cinnamon pulseaudio abstraction. Package: gir1.2-gegl-0.4 Description-md5: def3db62057a14fb7c982483ac3392b6 Description-en: GObject introspection data for the Generic Graphics Library GEGL (Generic Graphics Library) is a graph based image processing framework. . GEGL's original design was made to scratch GIMP's itches for a new compositing and processing core. This core is being designed to have minimal dependencies and a simple well defined API. . This package contains introspection data for the library. . It can be used by packages using the GIRepository format to generate dynamic bindings. 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-meta-muffin-0.0 Description-md5: 64bb80c109b42943a372a06b4316b1e2 Description-en: GObject introspection data for Muffin Muffin is a window manager performing compositing as well based on GTK+ and Clutter and used in Cinnamon desktop environment. . This package contains the GObject introspection data which may be used to generate dynamic bindings. 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: gitaly Description-md5: e597d07f80a72bcf84365b0a3d46cad9 Description-en: Git RPC service for handling all the git calls made by GitLab Gitaly makes the git data storage tier of large GitLab instances fast. . This is achieved by moving git operations as close to the data as possible and Optimizing git services using caching. . Gitaly is a core service of gitlab. Package: gitlab-common Description-md5: ccb3bd8dfffd14a6e75d53315368861a Description-en: git powered software platform to collaborate on code (common) gitlab provides web based interface to host source code and track issues. It allows anyone for fork a repository and send merge requests. Code review is possible using merge request workflow. Using groups and roles project access can be controlled. . This package includes configurations common to gitlab and gitaly. Package: gitlab-shell Description-md5: 115d2003dd9f71b99d2a0bac3d467b38 Description-en: handles git commands for GitLab GitLab Shell handles git commands for GitLab and modifies the list of authorized keys. GitLab Shell is not a Unix shell nor a replacement for Bash or Zsh. Package: gjs-tests Description-md5: 98d7e536886b52924ce8a283939a4bf8 Description-en: Mozilla-based javascript bindings for the GNOME platform (tests) 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: glgrib-data Description-md5: 714f8716d08af1ee546655f2384d7b91 Description-en: Display GRIB2 fields using OpenGL (data for glgrib) This package contains the runtime data for glgrib, which are coastlines and landscapes. Package: glgrib-doc Description-md5: 77063f3f61c2fd1396bac2a4938efea0 Description-en: Display GRIB2 fields using OpenGL (glgrib documentation) This is the documentation (in markdown format) for glgrib: pictures and examples. Package: glgrib-egl Description-md5: ef5a17d1eaab5b035ba384d6349c7098 Description-en: Render geophysical fields encoded in GRIB edition 2 using OpenGL This is the headless executable, based on EGL. Display GRIB2 fields with OpenGL. Raster, contour, vector, colorbar, mapscale, coastlines, borders. Lat/lon, lambert, gaussian grid. GLFW backend for interactive display, EGL backend for batch processing without X11 display. Perl/Tk interface. Tested on : - VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) - VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06) - VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani [Radeon R5/R6/R7 Graphics] (rev c8) - 3D controller: NVIDIA Corporation GV100GL [Tesla V100S PCIe 32GB] (rev a1) Package: glgrib-glfw Description-md5: d917d803aa437b63eccfc25458f98864 Description-en: Interactive display for geophysical fields encoded in GRIB2 This is the interactive executable, based on GLFW. Display GRIB2 fields with OpenGL. Raster, contour, vector, colorbar, mapscale, coastlines, borders. Lat/lon, lambert, gaussian grid. GLFW backend for interactive display, EGL backend for batch processing without X11 display. Perl/Tk interface. Tested on : - VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) - VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06) - VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani [Radeon R5/R6/R7 Graphics] (rev c8) - 3D controller: NVIDIA Corporation GV100GL [Tesla V100S PCIe 32GB] (rev a1) Package: glgrib-shaders Description-md5: 3a80698ab14f59f8cd3e9f1dc0d2f9c4 Description-en: Display GRIB2 fields using OpenGL (shaders for glgrib) This package contains the OpenGL shaders used by glgrib, in its GLFW & EGL flavours. Package: glgrib-testdata Description-md5: 31cda71e04f66e4a650bb855628dcdb1 Description-en: Display GRIB2 fields using OpenGL (test data for glgrib) This package contains mostly GRIB2 files used to create glgrib examples and tests. Package: glgrib-tk Description-md5: f6cf9a13efeaf467fd2810773a422bc3 Description-en: Display GRIB2 fields using OpenGL (Perl/Tk interface) This package offers full access to glgrib capabilities through a Perl/Tk interface. Package: glslang-dev Description-md5: 04542cc7e13fee10f8534e6ee27b8dc0 Description-en: OpenGL and OpenGL ES shader front end and validator -- development files glslang is the official reference compiler front end for the OpenGL ES and OpenGL shading languages. It implements a strict interpretation of the specifications for these languages. . This package includes files for development. Package: glslang-tools Description-md5: 8ba235a4d72a4a6f229d9c5567687090 Description-en: OpenGL and OpenGL ES shader front end and validator -- tools glslang is the official reference compiler front end for the OpenGL ES and OpenGL shading languages. It implements a strict interpretation of the specifications for these languages. . This package includes the validator tools. Package: gm2-13 Description-md5: 30035702cc3ba14baf3e36ae95a9b1c6 Description-en: GNU Modula-2 compiler This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-13-doc Description-md5: 8c1ff0489b300a48b35a366311e7c7fd Description-en: Documentation for the GNU Modula-2 compiler (gm2) Documentation for the GNU Modula-2 compiler in HTML and info format. Package: gmap Description-md5: d1daaf58e59d1f735c184407a7d778b3 Description-en: spliced and SNP-tolerant alignment for mRNA and short reads This package contains the programs GMAP and GSNAP as well as utilities to manage genome databases in GMAP/GSNAP format. GMAP (Genomic Mapping and Alignment Program) is a tool for aligning EST, mRNA and cDNA sequences. GSNAP (Genomic Short-read Nucleotide Alignment Program) is a tool for aligning single-end and paired-end transcriptome reads. Both tools can use a database of * known splice sites and identify novel splice sites. * known single-nucleotide polymorphisms (SNPs). GSNAP can align bisulfite-treated DNA. Package: gnat-13 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-13-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: gnome-builder Description-md5: ab40b3eb334588b66259c6735e3f7577 Description-en: IDE for GNOME Builder is a new IDE for GNOME that is focused on bringing the power of our platform to more developers than ever before. . Builder attempts to be an IDE for writing software for GNOME. It does not try to be a generic IDE, but one specialized for GNOME application developers. Package: gobjc++-13 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++-13-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-13 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-13-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: golang-github-armon-go-metrics-dev Description-md5: 145c372934353c847b6a079619fcbe91 Description-en: library for exporting performance and runtime metrics This library provides a metrics package which can be used to instrument code, expose application metrics, and profile runtime performance in a flexible manner. Package: golang-github-dgrijalva-jwt-go-dev Description-md5: afb4cdeeec51572e5c679d979c46babb Description-en: Transitional package for golang-github-form3tech-oss-jwt-go-dev This is a transitional package to ease upgrades to the golang-github-form3tech-oss-jwt-go-dev package. It can safely be removed. Package: golang-github-form3tech-oss-jwt-go-dev Description-md5: afc94ebe83de462ca9647bd87c819248 Description-en: Golang implementation of JSON Web Tokens (JWT) JSON Web Tokens are compact, URL-safe means of representing claims to be transferred between two parties. This library is an implementation of JSON Web Tokens in the Go language. Package: golang-github-go-kit-kit-dev Description-md5: f75b1a670b21bc1b03b290ab3b18be30 Description-en: Programming toolkit for microservices Go kit is a set of packages and best practices, which provide a comprehensive, robust, and trustable way of building microservices for organizations of any size. . As the dependency tree is enormous, the Debian package only offers some of the components of Go kit: . * auth * endpoint * log * tracing * transport * util Package: golang-github-grpc-ecosystem-grpc-gateway-dev Description-md5: 04f664d8727c156a70e30ad4a7baa35b Description-en: gRPC to JSON proxy generator for Golang -- sources Grpc-gateway is a protoc plugin that reads gRPC service definitions and generates a reverse-proxy server which translates a RESTful JSON API into gRPC. The server is generated according to custom options in your gRPC definition and helps you to provide your APIs in both gRPC and RESTful style at the same time. . This package contains the development files. Package: golang-github-juju-testing-dev Description-md5: 93cff1e57225b9dea41d6e1362abe74f Description-en: Testing gocheck suites and checkers used across juju projects (library) This package provides additional base test suites to be used with gocheck. Package: golang-github-labstack-echo-dev Description-md5: 57f81409b253e336850c375c19e9e890 Description-en: high performance, minimalist Go web framework This package provides a library for a web framework written in Go. Feature Overview - Optimized HTTP router which smartly prioritize routes - Build robust and scalable RESTful APIs - Group APIs - Extensible middleware framework - Define middleware at root, group or route level - Data binding for JSON, XML and form payload - Handy functions to send variety of HTTP responses - Centralized HTTP error handling - Template rendering with any template engine - Define your format for the logger - Highly customizable - Automatic TLS via Let’s Encrypt - HTTP/2 support Package: golang-github-nbrownus-go-metrics-prometheus-dev Description-md5: 0be10ca915a3ce58307e18a38f6386a2 Description-en: Prometheus support for go with additional nebula metrics (library) This is a reporter for the go-metrics library which will post the metrics to the Prometheus client registry. This is expressly for supporting Prometheus metrics from within nebula. Package: golang-github-prometheus-client-golang-dev Description-md5: 1554fe720b0324e6384563ff22eefa08 Description-en: Prometheus instrumentation library for Go applications This is the Prometheus Go client library. It provides two main functions: . * The exposition library is used to export metrics to a Prometheus server or pushgateway. . * The consumption library is used to process metrics exported by a Prometheus client. (The Prometheus server is using that library.) Package: golang-github-prometheus-client-model-dev Description-md5: 43385eaff66e8e99402ff076698e2fc3 Description-en: data model artifacts for Prometheus Golang data model artifacts for Prometheus. Package: golang-github-prometheus-common-dev Description-md5: efcba4dcd5ac580e9b9997d57503d25a Description-en: common libraries for Prometheus components This package includes: . * github.com/prometheus/common/config: Common configuration structures. * github.com/prometheus/common/expfmt: Decoding and encoding for the exposition format. * github.com/prometheus/common/model: Shared data structures. * github.com/prometheus/common/promlog: Defines standardised ways to initialize Go kit loggers across Prometheus components. * github.com/prometheus/common/route: A routing wrapper around https://github.com/julienschmidt/httprouter using `context.Context`. * github.com/prometheus/common/server: Common servers. * github.com/prometheus/common/sigv4: Provides a http.RoundTripper that signs requests using Amazon's Signature Verification V4 signing procedure. * github.com/prometheus/common/version: Version information and metrics. Package: golang-github-protonmail-go-crypto-dev Description-md5: 8d9ec86d79d8b3e0af93b248febf44bd Description-en: Go supplementary cryptography libraries This module is backwards compatible with x/crypto/openpgp, so you can simply replace all imports of golang.org/x/crypto/openpgp with github.com/ProtonMail/go-crypto/openpgp. . A partial list of changes is here: https://github.com/ProtonMail/go-crypto/issues/21#issuecomment-492792917. Package: golang-github-protonmail-gopenpgp-dev Description-md5: dff44561dd9dfdbb63111f7425db0fdd Description-en: high-level OpenPGP library built on top of golang crypto library GopenPGP is a high-level OpenPGP wrapper library developed by ProtonMail which is built on the golang crypto library. The goal of this project is to provide an easy-to-use, open source encryption wrapper library for the developer community that is well-maintained, up-to-date with the latest OpenPGP RFC changes, and periodically audited for security. Package: golang-github-sylabs-sif-dev Description-md5: 024794b746ffe199c6e4609f729405f8 Description-en: reference implementation of the Singularity Image Format (SIF) SIF is an implementation of the Singularity Container Image Format that makes it easy to create complete and encapsulated container enviroments stored in a single file. Package: golang-gitlab-gitlab-org-gitaly-dev Description-md5: 19bf4866a17b55d809092fd6b0b587ef Description-en: Gitaly golang module Gitaly makes the git data storage tier of large GitLab instances fast. . This is achieved by moving git operations as close to the data as possible and Optimizing git services using caching. . Gitaly is a core service of gitlab. . This package provides golang module of gitaly. Package: golang-gitlab-gitlab-org-gitlab-shell-v14-dev Description-md5: 023a4d12920349e591345430ad1433d2 Description-en: gitlab-shell golang module GitLab Shell handles git commands for GitLab and modifies the list of authorized keys. GitLab Shell is not a Unix shell nor a replacement for Bash or Zsh. . This package provides golang module of gitlab-shell. Package: golang-grpc-gateway Description-md5: e39d8a18843bdc68c924dd08b9447507 Description-en: gRPC to JSON proxy generator for Golang -- binaries Grpc-gateway is a protoc plugin that reads gRPC service definitions and generates a reverse-proxy server which translates a RESTful JSON API into gRPC. The server is generated according to custom options in your gRPC definition and helps you to provide your APIs in both gRPC and RESTful style at the same time. . This package contains the generator binaries. 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: gr-osmosdr Description-md5: 15ebe5cd675ce0e8c8a0acaab899b8a0 Description-en: Gnuradio blocks from the OsmoSDR project The Osmocom project is a family of projects regarding Open source mobile communications. . While primarily being developed for the OsmoSDR hardware, this block as well supports: - FUNcube Dongle through gr-funcube - FUNcube Dongle Pro+ through gr-funcube - RTL2832U based DVB-T dongles through librtlsdr - RTL-TCP spectrum server (see librtlsdr project) - gnuradio .cfile input through libgnuradio-blocks - RFSPACE SDR-IQ, SDR-IP, NetSDR (incl. X2 option) - Great Scott Gadgets HackRF through libhackrf - Nuand LLC bladeRF through libbladeRF library - Ettus USRP Devices through Ettus UHD library - Fairwaves UmTRX through Fairwaves' fork of UHD - AIRSPY Receiver - AIRSPY HF+ Receiver - SoapySDR support - Red Pitaya SDR transceiver (http://bazaar.redpitaya.com) - FreeSRP through libfreesrp . Example applications include osmocom_fft, osmocom_siggen, and osmocom_spectrum_sense. . By using the OsmoSDR block you can take advantage of a common software API in your application(s) independent of the underlying radio hardware. This package provides C++ header files, documentation, and Python3 wrappers to the library. Package: groff Description-md5: 11123d1736a0022d49d06092e56ad563 Description-en: GNU troff text-formatting system This package contains optional components of the GNU troff text-formatting system. The core package, groff-base, contains the traditional tools like troff, nroff, tbl, eqn, and pic. This package contains additional devices and drivers for output to DVI, HTML (when recommended packages are installed - see below), PDF, HP LaserJet printers, and Canon CAPSL LBP-4 and LBP-8 printers. . The X75, X75-12, X100, and X100-12 devices, which allow groff output to be conveniently viewed on an X display using the standard X11 fonts, are now included here. They were previously in a separate package, groff-x11. . Besides these, the groff package contains man pages describing the language and its macro sets, info documentation, and a number of supplementary programs: . - gxditview, which is used to display the output of the X* devices, and can also be used to view PostScript output from groff; - grn, a preprocessor for pictures in the 'gremlin' format; - tfmtodit, which creates font files for use with 'groff -Tdvi'; - hpftodit, which creates font files for use with 'groff -Tlj4'; - afmtodit, which creates font files for use with 'groff -Tps'; - refer, which preprocesses bibliographic references for use with groff; - indxbib, which creates inverted indices for bibliographic databases used by 'refer'; - lkbib and lookbib, which search bibliographic databases; - addftinfo, which adds metric information to troff font files for use with groff; - pfbtops, which translates a PostScript font in .pfb format to ASCII for use with groff; - mmroff, a simple groff preprocessor which expands references in mm; - pic2graph, which converts PIC diagrams into cropped image files; - eqn2graph, which converts EQN equations into cropped image files; - pdfmom, which runs 'groff -mom' to produce PDFs. . All the standard macro packages are supported. . Some facilities only work if certain recommended packages are installed: . - ghostscript, netpbm, psutils: required for HTML output; - imagemagick: required for the pic2graph and eqn2graph programs; - libpaper1: paper size detection in dvi, lbp, lj4, and ps devices (falls back to a4 if not installed); - perl: required for PDF output and for the chem preprocessor. Package: gsl-bin Description-md5: 7553709bb194c39b6d774e61c06ec157 Description-en: GNU Scientific Library (GSL) -- binary package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . This package provides several example binaries. . URL: http://www.gnu.org/software/gsl/ Package: gtg Description-md5: 92c52a4920c9e1e021e1f96006f48fd7 Description-en: organizer for the GNOME desktop environment Getting Things GNOME! (GTG) is a personal tasks and TODO-list items organizer for the GNOME desktop environment and inspired by the "Getting Things Done" (GTD) methodology. . GTG is designed with flexibility, adaptability, and ease of use in mind, so its user interface and workflow can be used as more than just "GTD" software. GTG is intended to help you track everything you need to do and need to know, from small tasks to large projects. . It features flexible tagging system, natural language parsing, task dependencies and an "actionable" task view mode so that you can focus on what you can act on "right now". Package: guestfish Description-md5: fe3347006f63bfea9da9eb4d41b7fda0 Description-en: guest filesystem shell The libguestfs library allows accessing and modifying guest disk images. . This package contains guestfish, the interactive shell, and some small tools that are built around it. 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: guestmount Description-md5: d9ab2ac05b13c3f34584055d28da2275 Description-en: FUSE-based mount utility for guest filesystems The libguestfs library allows accessing and modifying guest disk images. . This package contains the guestmount and guestunmount programs for mounting virtual machine filesystems and other disk images on the host. Package: halide16-api-doc Description-md5: 370789d1cf6a8d7ef1504cc008bdce81 Description-en: fast, portable computation on images and tensors (Doxygen documentation) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains Doxygen-generated API documentation. 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-dev Description-md5: 2afcb518ba77da818c92ff450076c587 Description-en: Heimdal Kerberos - development files Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This is the development package, required for developing programs for Heimdal. Package: heimdal-docs Description-md5: 8c3b64daa0902eebf8cd924e71d8e102 Description-en: Heimdal Kerberos - documentation Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes documentation (in info format) on how to use Heimdal, and relevant standards for Kerberos. Package: heimdal-kcm Description-md5: 86f9cce037e4e689b26fa360d8bf0702 Description-en: Heimdal Kerberos - KCM daemon Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes the KCM daemon which can hold the credentials for all users in the system. Access control is done with Unix-like permissions. The daemon checks the access on all operations based on the UID and GID of the user. The tickets are renewed as long as is permitted by the KDC's policy. Package: heimdal-kdc Description-md5: 341da9732edd5d975ab7c6361f80ddfe Description-en: Heimdal Kerberos - key distribution center (KDC) Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes the KDC (key distribution center) server, which is designed to run on a secure computer and keeps track of users' passwords. This is done using the Kerberos protocol in such a way that the server computers do not need to know the passwords. Package: heimdal-multidev Description-md5: 2c68ae41ae2a5a78791f623671e565b3 Description-en: Heimdal Kerberos - Multi-implementation Development Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package provides versions of the Heimdal development files that can be installed along-side MIT Kerberos development files. Normally, heimdal-dev should be used. However if a package needs to build against both Heimdal Kerberos and MIT Kerberos, then the multidev package should be used. Package: heimdal-servers Description-md5: 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: hipcc Description-md5: 7b4ea0e25b733eb66443c59f905ac48c Description-en: C++ Runtime API and Kernel Language for AMD and NVIDIA GPUs HIP (Heterogeneous Interface for Portability) is a C++ Runtime API and Kernel Language that allows developers to create portable applications for AMD and NVIDIA GPUs from single source code. . Key features include: . * HIP is very thin and has little or no performance impact over coding directly in CUDA mode; * HIP allows coding in a single-source C++ programming language including features such as templates, C++11 lambdas, classes, namespaces, and more; * HIP allows developers to use the "best" development environment and tools on each target platform; * the HIPify tools automatically convert source from CUDA to HIP; * developers can specialize for the platform (CUDA or AMD) to tune for performance or handle tricky cases. . New projects can be developed directly in the portable HIP C++ language and can run on either NVIDIA or AMD platforms. Additionally, HIP provides porting tools which make it easy to port existing CUDA codes to the HIP layer, with no loss of performance as compared to the original CUDA application. HIP is not intended to be a drop-in replacement for CUDA, and developers should expect to do some manual coding and performance tuning work to complete the port. 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: i2c-tools Description-md5: 675f45359e19feae2eb165a5b0b5bdd7 Description-en: heterogeneous set of I2C tools for Linux This package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level access helpers, EEPROM decoding scripts, and more. Package: intel-vsc-dkms Description-md5: 4bb42d9146ea35f622edba46bdb1f19a Description-en: Intel Vision Sensing Controller(IVSC) driver This package provides kernel drivers for Intel Vision Sensing Controller(IVSC) on Intel Alder Lake platforms. Package: ipython3 Description-md5: d49b6f5183335e828e40c215255f4f6d Description-en: Enhanced interactive Python 3 shell IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the actual terminal shell for Python 3. Package: isympy-common Description-md5: 8dca72c1473ef125ca39b93b95331424 Description-en: Python shell for SymPy SymPy is a Python library for symbolic mathematics (manipulation). It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries, except optionally for plotting support. . This support package contains the common isympy Python script, a wrapper for SymPy which can be invoked with python3. . Install the isympy3 package to ensure all required dependencies are loaded. Package: isympy3 Description-md5: b89dce2a128334c4ebeefb9d19414645 Description-en: Python3 shell for SymPy SymPy is a Python library for symbolic mathematics (manipulation). It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries, except optionally for plotting support. . This package contains a Python 3 shell (IPython shell if you have the ipython3 package installed) wrapper for SymPy. Package: jbmc Description-md5: 70bc56bc794696ba3c239e8afdf2b1ac Description-en: bounded model checker for Java programs JBMC generates traces that demonstrate how an assertion can be violated, or proves that the assertion cannot be violated within a given number of loop iterations. Package: jdupes Description-md5: c39c2d10a5bfd8aedad8944d3ef07d4f Description-en: identify and delete or link duplicate files jdupes is a program based in fdupes. The main goal of jdupes is identify and taking actions upon duplicate files. In comparison with fdupes, jdupes is heavily modified from and improved. . The biggest reason to use jdupes is raw speed. In testing on various data sets, jdupes is over 7 times faster than fdupes-1.51 on average. . Code in jdupes is written with data loss avoidance as the highest priority. If a choice must be made between being aggressive or careful, the careful way is always chosen. . jdupes includes features that are not found in fdupes. Examples of such features include btrfs block-level deduplication and control over which file is kept when a match set is automatically deleted. jdupes is not afraid of dropping features of low value; a prime example is the -1 switch which outputs all matches in a set on one line, a feature which was found to be useless in real-world tests and therefore thrown out. . jdupes can convert duplicate files in hardlinks or relative softlinks. It is useful in several scenarios, as in Debian packaging, to create relative symlinks to lots of duplicate files (it will substitute rdfind + symlinks commands, used to same purpose, when solving lintian duplicate-files). . Packages build for Linux versions have support to btrfs filesystem. 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: js-of-ocaml Description-md5: ddf90060f879f27f21c8bfc040ae0c08 Description-en: OCaml bytecode to JavaScript compiler (compiler) Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes it possible to run OCaml programs in a web browser. Its key features are the following: * the whole language, and most of the standard library are supported; * the generated code can be used with any web server and browser; * you can use a standard installation of OCaml to compile your programs. In particular, you do not have to recompile a library to use it with Js_of_ocaml. You just have to link your program with a specific library to interface with the browser APIs. . This package contains the compiler itself. Package: kde-config-tablet Description-md5: 849e69ad873a82cfd727d49f6d7f75f4 Description-en: implements a KDE configuration GUI for the Wacom drivers KDE Wacom tablet KCModule . This module implements a GUI for the Wacom Linux Drivers and extends it with profile support to handle different button / pen layouts per profile. . For hardware support have a look at http://www.linuxwacom.sourceforge.net . All tablets can be set up as long as they are found via xorg.conf or HAL configuration. Package: lib32gphobos-13-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: lib32gphobos4 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: lib32lsan0 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: lib32objc-13-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: lib32objc4 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: lib32stdc++6-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libalcotest-ocaml-dev Description-md5: 8c969d13c23f0fa6afe3074f886916bc Description-en: lightweight and colourful test framework for OCaml Alcotest exposes simple interface to perform unit tests. It exposes a simple TESTABLE module type, a check function to assert test predicates and a run function to perform a list of unit -> unit test callbacks. . Alcotest provides a quiet and colorful output where only faulty runs are fully displayed at the end of the run (with the full logs ready to inspect), with a simple (yet expressive) query language to select the tests to run. Package: libamdhip64-5 Description-md5: e696448cd8072ea8fe31f9d676d1eac2 Description-en: Heterogeneous Interface for Portability - AMD GPUs implementation This package is central to the ROCm stack. It is at the exchange point between the low-level libraries - kernel module ROCk, thunk ROCt, runtime ROCr, etc, and user-facing libraries - rocRAND, rocBLAS, rocFFT, rocSPARSE, etc. Package: libamdhip64-dev Description-md5: e1e43998863b791785f0bedd089fab84 Description-en: Header files for the AMD implementation of HIP The libamdhip64 library is central to the ROCm stack. It is at the exchange point between the low-level libraries - kernel module ROCk, thunk ROCt, runtime ROCr, etc, and user-facing libraries - rocRAND, rocBLAS, rocFFT, rocSPARSE, etc. . This package provides headers to the libamdhip64. Package: libamdhip64-doc Description-md5: b8b454ec3d2112be20b6496fb7b37a77 Description-en: HIP Runtime Documentation The libamdhip64 library is central to the ROCm stack. It is at the exchange point between the low-level libraries - kernel module ROCk, thunk ROCt, runtime ROCr, etc, and user-facing libraries - rocRAND, rocBLAS, rocFFT, rocSPARSE, etc. . This package provides documentation for the HIP runtime interfaces. Package: libaom-dev Description-md5: 2d0c3ad6b0a13f8040ce63979fa3c28f Description-en: AV1 Video Codec Library -- Development Files AOMedia Video 1 (AV1) is an open and royalty free video encoding format optimized for the Internet and the successor of VP9. aom is the reference encoder and decoder implementation published by the Alliance for Open Media. . This package contains the development files. Package: libaom-doc Description-md5: e0c510165a97f55b15857e0329f6c0e7 Description-en: AV1 Video Codec Library -- Documentation AOMedia Video 1 (AV1) is an open and royalty free video encoding format optimized for the Internet and the successor of VP9. aom is the reference encoder and decoder implementation published by the Alliance for Open Media. . This package contains the API documentation. Package: libaom3 Description-md5: 222a6f43c1273d67ef5f774b3d6a6b21 Description-en: AV1 Video Codec Library AOMedia Video 1 (AV1) is an open and royalty free video encoding format optimized for the Internet and the successor of VP9. aom is the reference encoder and decoder implementation published by the Alliance for Open Media. . This package contains the shared library. Package: libasmjit-dev Description-md5: bc74ac8d80d56c3670483cdcd6ffb05a Description-en: Complete x86/x64 JIT and AOT Assembler for C++ (development files) AsmJit is a complete JIT and AOT assembler for C++ language. It can generate native code for x86 and x64 architectures and supports the whole x86/x64 instruction set - from legacy MMX to the newest AVX512. It has a type-safe API that allows C++ compiler to do semantic checks at compile-time even before the assembled code is generated and/or executed. Package: libasn1-8-heimdal Description-md5: 3d09240ec7d82874031da02109d856a7 Description-en: Heimdal Kerberos - ASN.1 library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the ASN.1 parser required for Heimdal. Package: libasn1-combinators-ocaml Description-md5: 9ff0ae28fa268e24ef2c55504731dcbb Description-en: embed typed ASN.1 grammars in OCaml (runtime files) Asn1-combinators is a library for expressing ASN.1 in OCaml. Skip the notation part of ASN.1, and embed the abstract syntax directly in the language. These abstract syntax representations can be used for parsing, serialization, or random testing. . The only ASN.1 encodings currently supported are BER and DER. . This package contains runtime files. Package: libasn1-combinators-ocaml-dev Description-md5: 2f092efea5dc7b31f1640a5a0f6ece94 Description-en: embed typed ASN.1 grammars in OCaml (dev files) Asn1-combinators is a library for expressing ASN.1 in OCaml. Skip the notation part of ASN.1, and embed the abstract syntax directly in the language. These abstract syntax representations can be used for parsing, serialization, or random testing. . The only ASN.1 encodings currently supported are BER and DER. . This package contains development files. 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-extra59 Description-md5: 73a37898888b3527366d10590327b31d 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 libavcodec58 package and contains the following additional codecs: . * ARIB STD-B24 Captions (Subtitle Decoder) * 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: libavcodec59 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: libavdevice59 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-extra8 Description-md5: 34334f4b1e17195f88bea4e188c6350e 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) . 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: libavfilter8 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: libavformat-extra Description-md5: 1d19119ee9345f5700c710bfd0dc76f8 Description-en: FFmpeg library with extra (de)muxers (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 libavformat variant that offers additional (de)muxers support. Application packages can depend on it if they require or suggest this variant in a robust manner. Package: libavformat-extra59 Description-md5: 7d73ec5c99b48fe80f0f49e01de48e0a Description-en: FFmpeg library with additional (de)muxers for multimedia containers 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 replaces the libavformat58 package and contains the following additional (de)muxers: . * SMB protocol (using libsmbclient) . Because this package links against libraries that are licensed under Apache License 2.0 or GPL version 3, the resulting binaries are distributed under the GPL version 3 or later. Package: libavformat59 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: 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: libavutil57 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: libbasix-dev Description-md5: ef00ad4fde6f4ceecacc877ab3b3f2f6 Description-en: Finite Element Basis Function Definition Runtime Library (development headers) Computes FE basis functions and derivatives for the following elements: - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron) - Nédélec (triangle, tetrahedron) - Nédélec Second Kind (triangle, tetrahedron) - Raviart-Thomas (triangle, tetrahedron) - Regge (triangle, tetrahedron) - Crouzeix-Raviart (triangle, tetrahedron) . Computes quadrature rules on different cell types . Provides reference topology and geometry for reference cells of each type. . Python wrapper provided with pybind11. . This package installs the development files for the shared library. Package: libbasix0.6 Description-md5: d1f7506b70a1a05918534efb2096e744 Description-en: Finite Element Basis Function Definition Runtime Library (Python 3) Computes FE basis functions and derivatives for the following elements: - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron) - Nédélec (triangle, tetrahedron) - Nédélec Second Kind (triangle, tetrahedron) - Raviart-Thomas (triangle, tetrahedron) - Regge (triangle, tetrahedron) - Crouzeix-Raviart (triangle, tetrahedron) . Computes quadrature rules on different cell types . Provides reference topology and geometry for reference cells of each type. . Python wrapper provided with pybind11. . This package installs the shared library. Package: libbolt-16-dev Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: libboost-atomic1.81-dev Description-md5: 1aa2477e97733797bec0d32670d4e90e Description-en: atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. Package: libboost-atomic1.81.0 Description-md5: 1aa2477e97733797bec0d32670d4e90e Description-en: atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. Package: libboost-chrono1.81-dev Description-md5: 885c86b3701dab9982f79d2dcc83515c Description-en: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Package: libboost-chrono1.81.0 Description-md5: 48bd785e2e56a406e6dbf1b5ba8ce77e Description-en: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class.Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * a tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * a thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Package: libboost-container1.74-dev Description-md5: 41cba76db235acb1c7483636f7771fe0 Description-en: C++ library that implements several well-known containers - dev files This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Package: libboost-container1.74.0 Description-md5: 4cc3eab0b1f3ec7475cebab0f0d54594 Description-en: C++ library that implements several well-known containers This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Package: libboost-container1.81-dev Description-md5: 41cba76db235acb1c7483636f7771fe0 Description-en: C++ library that implements several well-known containers - dev files This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Package: libboost-container1.81.0 Description-md5: 4cc3eab0b1f3ec7475cebab0f0d54594 Description-en: C++ library that implements several well-known containers This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Package: libboost-context1.74-dev Description-md5: 509bcb267a10afdee403415de2d077bd Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Package: libboost-context1.81-dev Description-md5: 509bcb267a10afdee403415de2d077bd Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Package: libboost-context1.81.0 Description-md5: 509bcb267a10afdee403415de2d077bd Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Package: libboost-contract1.74-dev Description-md5: bf0d7e4539ed6d34f89ea7c9286b60e4 Description-en: Contract library for C++ - dev files This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. Package: libboost-contract1.74.0 Description-md5: cbd95e0aa2c452e909d5fb8cd5d45bc3 Description-en: Contract library for C++ This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. Package: libboost-contract1.81-dev Description-md5: bf0d7e4539ed6d34f89ea7c9286b60e4 Description-en: Contract library for C++ - dev files This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. Package: libboost-contract1.81.0 Description-md5: cbd95e0aa2c452e909d5fb8cd5d45bc3 Description-en: Contract library for C++ This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. Package: libboost-coroutine1.74-dev Description-md5: 86838fff80fef6efdf92ff95491207e4 Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Package: libboost-coroutine1.74.0 Description-md5: 86838fff80fef6efdf92ff95491207e4 Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Package: libboost-coroutine1.81-dev Description-md5: 86838fff80fef6efdf92ff95491207e4 Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Package: libboost-coroutine1.81.0 Description-md5: 86838fff80fef6efdf92ff95491207e4 Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Package: libboost-date-time1.81-dev Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-date-time1.81.0 Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-exception1.74-dev Description-md5: 384c2c28f8227e2f185f0778df8c37fc Description-en: library to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code. Package: libboost-exception1.81-dev Description-md5: 384c2c28f8227e2f185f0778df8c37fc Description-en: library to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code. Package: libboost-fiber1.74-dev Description-md5: f7f6013704ff4580caf3394917e3c295 Description-en: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Package: libboost-fiber1.74.0 Description-md5: f7f6013704ff4580caf3394917e3c295 Description-en: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Package: libboost-fiber1.81-dev Description-md5: f7f6013704ff4580caf3394917e3c295 Description-en: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Package: libboost-fiber1.81.0 Description-md5: f7f6013704ff4580caf3394917e3c295 Description-en: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Package: libboost-filesystem1.74-dev Description-md5: 2491b00e1306a35046eca365dc71ba1d Description-en: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Package: libboost-filesystem1.81-dev Description-md5: 2491b00e1306a35046eca365dc71ba1d Description-en: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Package: libboost-filesystem1.81.0 Description-md5: 2491b00e1306a35046eca365dc71ba1d Description-en: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Package: libboost-graph-parallel1.74-dev Description-md5: 4f57c2a6e2a339b83d9c59b83812e4c6 Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Package: libboost-graph-parallel1.74.0 Description-md5: 4f57c2a6e2a339b83d9c59b83812e4c6 Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Package: libboost-graph-parallel1.81-dev Description-md5: 4f57c2a6e2a339b83d9c59b83812e4c6 Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Package: libboost-graph-parallel1.81.0 Description-md5: 4f57c2a6e2a339b83d9c59b83812e4c6 Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Package: libboost-graph1.74-dev Description-md5: 6dc872164cdff9808536697108f9eecd Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Package: libboost-graph1.74.0 Description-md5: 6dc872164cdff9808536697108f9eecd Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Package: libboost-graph1.81-dev Description-md5: 6dc872164cdff9808536697108f9eecd Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Package: libboost-graph1.81.0 Description-md5: 6dc872164cdff9808536697108f9eecd Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Package: libboost-iostreams1.74-dev Description-md5: c5f42432b54f040f1daea1900a535e47 Description-en: Boost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Package: libboost-iostreams1.81-dev Description-md5: c5f42432b54f040f1daea1900a535e47 Description-en: Boost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Package: libboost-iostreams1.81.0 Description-md5: 3c388d3a296c3c5ceb93d6073902d96e Description-en: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Package: libboost-json1.81-dev Description-md5: 8c42e611a8780e1908b6e82825870214 Description-en: C++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language. Package: libboost-json1.81.0 Description-md5: 8c42e611a8780e1908b6e82825870214 Description-en: C++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language. Package: libboost-locale1.74-dev Description-md5: 38eb5c1dcd3b37527a010d985b7c8018 Description-en: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Package: libboost-locale1.81-dev Description-md5: 38eb5c1dcd3b37527a010d985b7c8018 Description-en: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Package: libboost-locale1.81.0 Description-md5: 38eb5c1dcd3b37527a010d985b7c8018 Description-en: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Package: libboost-log1.74-dev Description-md5: 35804ca45b526f128dc2dc545fd3dbf6 Description-en: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Package: libboost-log1.74.0 Description-md5: 35804ca45b526f128dc2dc545fd3dbf6 Description-en: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Package: libboost-log1.81-dev Description-md5: 35804ca45b526f128dc2dc545fd3dbf6 Description-en: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Package: libboost-log1.81.0 Description-md5: 35804ca45b526f128dc2dc545fd3dbf6 Description-en: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Package: libboost-math1.74-dev Description-md5: ef3334f7fe3b30cab4c2d25557dbaaa3 Description-en: Boost.Math Library development files This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Package: libboost-math1.74.0 Description-md5: 23f6f4e3877dda6577301cc1999a87b1 Description-en: Boost.Math Library This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Package: libboost-math1.81-dev Description-md5: ef3334f7fe3b30cab4c2d25557dbaaa3 Description-en: Boost.Math Library development files This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Package: libboost-math1.81.0 Description-md5: 23f6f4e3877dda6577301cc1999a87b1 Description-en: Boost.Math Library This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Package: libboost-mpi-python1.74-dev Description-md5: f4aa2213bbcbac6016ed67ed252a2cb4 Description-en: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. Package: libboost-mpi-python1.74.0 Description-md5: 3aacb014fd455aab00e9bc4e91c51677 Description-en: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . One of the python interpreter packages is required to use the bindings. Package: libboost-mpi-python1.81-dev Description-md5: f4aa2213bbcbac6016ed67ed252a2cb4 Description-en: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. Package: libboost-mpi-python1.81.0 Description-md5: 3aacb014fd455aab00e9bc4e91c51677 Description-en: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . One of the python interpreter packages is required to use the bindings. Package: libboost-mpi1.74-dev Description-md5: 6766b51a84b1e0bf3fc6b1ccf0d4bbf2 Description-en: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Package: libboost-mpi1.74.0 Description-md5: 6766b51a84b1e0bf3fc6b1ccf0d4bbf2 Description-en: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Package: libboost-mpi1.81-dev Description-md5: 6766b51a84b1e0bf3fc6b1ccf0d4bbf2 Description-en: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Package: libboost-mpi1.81.0 Description-md5: 6766b51a84b1e0bf3fc6b1ccf0d4bbf2 Description-en: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Package: libboost-nowide1.74-dev Description-md5: b9afa86bce7e3278c8490ff95c937693 Description-en: Standard library functions with UTF-8 API on Windows development files This package forms part of the Boost C++ Libraries collection. . The library provides an implementation of standard C and C++ library functions which are UTF-8 aware on Windows without requiring to use the Wipe API. . On POSIX platforms, where UTF-8 is already commonly used, the calls in Nowide just alias to their standard counterparts. Package: libboost-nowide1.74.0 Description-md5: 3af43843053722a5bec4ac1ad1187bcf Description-en: Standard library functions with UTF-8 API on Windows This package forms part of the Boost C++ Libraries collection. . The library provides an implementation of standard C and C++ library functions which are UTF-8 aware on Windows without requiring to use the Wipe API. . On POSIX platforms, where UTF-8 is already commonly used, the calls in Nowide just alias to their standard counterparts. Package: libboost-nowide1.81-dev Description-md5: b9afa86bce7e3278c8490ff95c937693 Description-en: Standard library functions with UTF-8 API on Windows development files This package forms part of the Boost C++ Libraries collection. . The library provides an implementation of standard C and C++ library functions which are UTF-8 aware on Windows without requiring to use the Wipe API. . On POSIX platforms, where UTF-8 is already commonly used, the calls in Nowide just alias to their standard counterparts. Package: libboost-nowide1.81.0 Description-md5: 3af43843053722a5bec4ac1ad1187bcf Description-en: Standard library functions with UTF-8 API on Windows This package forms part of the Boost C++ Libraries collection. . The library provides an implementation of standard C and C++ library functions which are UTF-8 aware on Windows without requiring to use the Wipe API. . On POSIX platforms, where UTF-8 is already commonly used, the calls in Nowide just alias to their standard counterparts. Package: libboost-numpy1.74-dev Description-md5: 0cd697d06e4f050674a72a97968e8c0c Description-en: Boost.Python NumPy extensions development files This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Package: libboost-numpy1.74.0 Description-md5: f9652c47c704cb13fd7973b1d9eed5c1 Description-en: Boost.Python NumPy extensions This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . One of the python interpreter packages is required to use the created extensions. Package: libboost-numpy1.81-dev Description-md5: 0cd697d06e4f050674a72a97968e8c0c Description-en: Boost.Python NumPy extensions development files This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Package: libboost-numpy1.81.0 Description-md5: f9652c47c704cb13fd7973b1d9eed5c1 Description-en: Boost.Python NumPy extensions This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . One of the python interpreter packages is required to use the created extensions. Package: libboost-program-options1.81-dev Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-program-options1.81.0 Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-python1.74-dev Description-md5: 4073b19bab34408d8c56b2db9718bb71 Description-en: Boost.Python Library development files This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Package: libboost-python1.81-dev Description-md5: 4073b19bab34408d8c56b2db9718bb71 Description-en: Boost.Python Library development files This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Package: libboost-python1.81.0 Description-md5: 1fd3f0310a5498412ebe02c4766ff0b1 Description-en: Boost.Python Library This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . One of the python interpreter packages is required to use the created extensions. Package: libboost-random1.74-dev Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-random1.74.0 Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-random1.81-dev Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-random1.81.0 Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-regex1.81-dev Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-regex1.81.0 Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-serialization1.81-dev Description-md5: 94da985e07c2397fc71a3f86ec4da7dd Description-en: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Package: libboost-serialization1.81.0 Description-md5: 94da985e07c2397fc71a3f86ec4da7dd Description-en: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Package: libboost-stacktrace1.74-dev Description-md5: 54146e5655935cff00889b9b265f7df3 Description-en: library to capture and print stack traces - development files This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. Package: libboost-stacktrace1.74.0 Description-md5: 111fa2da3db5649074e55bfb276b056e Description-en: library to capture and print stack traces This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. Package: libboost-stacktrace1.81-dev Description-md5: 54146e5655935cff00889b9b265f7df3 Description-en: library to capture and print stack traces - development files This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. Package: libboost-stacktrace1.81.0 Description-md5: 111fa2da3db5649074e55bfb276b056e Description-en: library to capture and print stack traces This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. Package: libboost-system1.81-dev Description-md5: 1197eb2ee52a77c28d5e31e8e74c41eb Description-en: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Package: libboost-system1.81.0 Description-md5: 1197eb2ee52a77c28d5e31e8e74c41eb Description-en: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Package: libboost-test1.74-dev Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-test1.74.0 Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-test1.81-dev Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-test1.81.0 Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-thread1.81-dev Description-md5: d19954bb99722597efd2b9b392158287 Description-en: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Package: libboost-thread1.81.0 Description-md5: d19954bb99722597efd2b9b392158287 Description-en: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Package: libboost-timer1.74-dev Description-md5: 3800da07b3dc08efcf3c762480b53231 Description-en: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Package: libboost-timer1.74.0 Description-md5: 3800da07b3dc08efcf3c762480b53231 Description-en: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Package: libboost-timer1.81-dev Description-md5: 3800da07b3dc08efcf3c762480b53231 Description-en: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Package: libboost-timer1.81.0 Description-md5: 3800da07b3dc08efcf3c762480b53231 Description-en: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Package: libboost-type-erasure1.74-dev Description-md5: c5bcc1bc341ce6b96d3a0f9a07fb2221 Description-en: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Package: libboost-type-erasure1.74.0 Description-md5: c5bcc1bc341ce6b96d3a0f9a07fb2221 Description-en: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Package: libboost-type-erasure1.81-dev Description-md5: c5bcc1bc341ce6b96d3a0f9a07fb2221 Description-en: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Package: libboost-type-erasure1.81.0 Description-md5: c5bcc1bc341ce6b96d3a0f9a07fb2221 Description-en: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Package: libboost-url1.81-dev Description-md5: 35fe57ff170f6ab465e37db29c2609d9 Description-en: C++ library that implements "URL" C++ library which provides containers and algorithms which model a "URL," the Uniform Resource Identifier (URI) specification (henceforth referred to as rfc3986). . A URL is a compact sequence of characters that identifies an abstract or physical resource. . This library understands the grammars related to URLs and provides functionality to validate, parse, examine, and modify urls, and apply normalization or resolution algorithms. Package: libboost-url1.81.0 Description-md5: 35fe57ff170f6ab465e37db29c2609d9 Description-en: C++ library that implements "URL" C++ library which provides containers and algorithms which model a "URL," the Uniform Resource Identifier (URI) specification (henceforth referred to as rfc3986). . A URL is a compact sequence of characters that identifies an abstract or physical resource. . This library understands the grammars related to URLs and provides functionality to validate, parse, examine, and modify urls, and apply normalization or resolution algorithms. Package: libboost-wave1.74-dev Description-md5: 793667709ca25994c0a09d26633460ba Description-en: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Package: libboost-wave1.74.0 Description-md5: 793667709ca25994c0a09d26633460ba Description-en: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Package: libboost-wave1.81-dev Description-md5: 793667709ca25994c0a09d26633460ba Description-en: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Package: libboost-wave1.81.0 Description-md5: 793667709ca25994c0a09d26633460ba Description-en: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Package: libboost1.74-all-dev Description-md5: abd1c54975e8940f5fbd0921c61d01f1 Description-en: Boost C++ Libraries development files (ALL) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This metapackage provides the complete Boost development environment, including all separately-packaged libraries. Package: libboost1.74-doc Description-md5: 0047dca3fe8d493c8010ac9a1b558493 Description-en: Boost.org libraries documentation placeholder This package originally provided documentation, but has since fallen into disrepair and presently provides no documentation. Please use documentation at www.boost.org. Package: libboost1.81-all-dev Description-md5: abd1c54975e8940f5fbd0921c61d01f1 Description-en: Boost C++ Libraries development files (ALL) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This metapackage provides the complete Boost development environment, including all separately-packaged libraries. Package: libboost1.81-dev Description-md5: 5a4757456b06ec2c205f53eaa244f371 Description-en: Boost C++ Libraries development files The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library. Package: libboost1.81-doc Description-md5: 0047dca3fe8d493c8010ac9a1b558493 Description-en: Boost.org libraries documentation placeholder This package originally provided documentation, but has since fallen into disrepair and presently provides no documentation. Please use documentation at www.boost.org. Package: libboost1.81-tools-dev Description-md5: b20d39e2efe0c14e144ce9d2c5d01d38 Description-en: Boost C++ Libraries development tools The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. Package: libc++-16-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++-16-dev-wasm32 Description-md5: 21e20e19acf2a499a9e194408e3990d7 Description-en: LLVM C++ Standard library (WASI) 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. . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++-dev Description-md5: 3ca75a8e7b9eaa7112a4102ead82e335 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. . This is a dependency package providing the default LLVM C++ Standard library development files. Package: libc++-dev-wasm32 Description-md5: 3d9bc74fb08c20d53627588ff5e196c3 Description-en: LLVM C++ Standard library (WASI) 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. . This is a dependency package providing the default 32-bit WebAssembly System Interface. Package: libc++1 Description-md5: 8b9091fdc51d61b803c1f8fd4842be8d 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. . This is a dependency package providing the default LLVM C++ Standard library. Package: libc++1-16 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-16-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-16-dev-wasm32 Description-md5: 9a34398f2ed6518894f52de69f57d517 Description-en: LLVM low level support for a standard C++ library (WASI) 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++ . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++abi-dev Description-md5: de74d54ce43a3be3c55da5499dc775e8 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++ . This is a dependency package providing low level support to dev LLVM C++ Standard library. Package: libc++abi1 Description-md5: c4d93f7ffb705e8884d7d8a7f34ed30e 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++ . This is a dependency package providing low level support to LLVM C++ Standard library. Package: libc++abi1-16 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: libcamitk-dev Description-md5: 6235bd1db242781f6a963bdefdb11041 Description-en: Computer Assisted Medical Intervention Tool Kit - development Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . This package contains development files needed to build CamiTK applications. This package also provides the CamiTK wizard application to create new extensions. Package: libcamitk5 Description-md5: 5cefd2aa55a8280e9b55146cc51755b5 Description-en: Computer Assisted Medical Intervention Tool Kit - runtime Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . This package contains the shared libraries needed to run CamiTK applications. Package: libcamitk5-data Description-md5: bd31b3313aa2f68fce5bdf0a5992d5b9 Description-en: Computer Assisted Medical Intervention Tool Kit - data Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . This package contains the examples and test data for CamiTK. Package: libcamitk5-doc Description-md5: 9ad56f284ab3b0729fe457ad6dae0ab6 Description-en: Computer Assisted Medical Intervention Tool Kit - documentation Helps researchers and clinicians to easily and rapidly collaborate in order to prototype CAMI applications, that feature medical images, surgical navigation and biomechanical simulations. . This package contains the documentation for CamiTK. Package: libcgreen1 Description-md5: fcc1e6439263733e341ef88757ab076f Description-en: Cgreen Library - Unit tests and mocking framework for C and C++ A modern unit test and mocking framework for C and C++. Cgreen features - fast build, clean code, highly portable - simple auto-discovery of tests - fluent, expressive and readable API - each test runs in isolation to prevent cross-test dependencies - built-in mocking for C, compatible other C++ mocking librarie Provides the Unittest library Package: libcgreen1-dev Description-md5: c372e3c9ca96dad755d795905c4b976a Description-en: Cgreen library - development files A modern unit test and mocking framework for C and C++. Cgreen features - fast build, clean code, highly portable - simple auto-discovery of tests - fluent, expressive and readable API - each test runs in isolation to prevent cross-test dependencies - built-in mocking for C, compatible other C++ mocking libraries Package: libcgreen1-doc Description-md5: 15be41e4cd14b9f31c5b52a1eba4db03 Description-en: Cgreen Library - document A modern unit test and mocking framework for C and C++. Cgreen features - fast build, clean code, highly portable - simple auto-discovery of tests - fluent, expressive and readable API - each test runs in isolation to prevent cross-test dependencies - built-in mocking for C, compatible other C++ mocking librarie Provides the Unittest library document Package: libchemistry-opensmiles-perl Description-md5: bcedc619406ba723b18d660510dbc5d7 Description-en: OpenSMILES format reader and writer Chemistry::OpenSMILES provides support for SMILES chemical identifiers conforming to OpenSMILES v1.0 specification. . Chemistry::OpenSMILES::Parser reads in SMILES strings and returns them parsed to arrays of Graph::Undirected objects. Each atom is represented by a hash. . Chemistry::OpenSMILES::Writer performs the inverse operation. Generated SMILES strings are by no means optimal. Package: libcinnamon-desktop-dev Description-md5: 061bd49689b9d36fe886a9b0b0c8bc22 Description-en: Cinnamon library for loading .desktop files - development files This package provides the include files and static library for the Cinnamon desktop library functions. Package: libcinnamon-desktop4 Description-md5: eb4367c8b19a6315688e6a6072e5fd02 Description-en: Cinnamon library for loading .desktop files This library is used by Cinnamon to load the .desktop files. Package: libcjs-dev Description-md5: d56336878cd99786b816d7271b905fea Description-en: Development files for the javascript bindings for Cinnamon Makes it possible for applications to use all of Cinnamon's platform libraries using the Javascript language. It's mainly based on the Mozilla javascript engine and the GObject introspection framework. . This package is the frozen version of gjs that the cinnamon desktop currently uses. . This package contains the development files applications need to build against. Package: libcjs0 Description-md5: 6ee3f2548ff287038887e5cddcfe9bf3 Description-en: Library of the javascript bindings for the Cinnamon Makes it possible for applications to use all of Cinnamon's platform libraries using the Javascript language. It's mainly based on the Mozilla javascript engine and the GObject introspection framework. . This package is the frozen version of gjs that the cinnamon desktop currently uses. . This package contains the shared library, used by cjs itself, and cinnamon. Package: libclang-16-dev Description-md5: fd87f4b955aacfb98d5a260d532303ea 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-16. Package: libclang-common-16-dev Description-md5: c70051d53e23270c29353f55183e81aa 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. Package: libclang-cpp-dev Description-md5: 5275e036aa5ca2773e3496c2be3290b0 Description-en: C++ interface to the clang library 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 C++ library. Package: libclang-cpp16 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-cpp16-dev Description-md5: f5afea2f6b71ba0705e995aaab21eef9 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 symlinks without a version number, which needed by linker at build time. 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: libclang-rt-16-dev Description-md5: 2aaff3e893bfd063ceaf38e310dc3055 Description-en: Compiler-rt - development package This package provides various libraries: . * builtins - Simple libraries that provide implementation of the low-level target-specific hooks required by code generation and other runtime components. * sanitizer runtimes - AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer DataFlowSanitizer, etc * profile - Library which is used to collect coverage information. Package: libclang-rt-16-dev-wasm32 Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217 Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-16-dev-wasm64 Description-md5: f6fba666aadae95050bf103b52358363 Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-dev Description-md5: 1812a11ac742700e5251b62acc061906 Description-en: Compiler-rt - Development package This package provides various libraries: . * builtins - Simple libraries that provide implementation of the low-level target-specific hooks required by code generation and other runtime components. * sanitizer runtimes - AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer DataFlowSanitizer, etc * profile - Library which is used to collect coverage information. . This is a dependency package providing the default compiler-rt libraries and headers. Package: libclang-rt-dev-wasm32 Description-md5: 8eaf3c3af7ec726e852fae943bd3263d Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits . This is a dependency package providing the default libclang wasm32 library. Package: libclang-rt-dev-wasm64 Description-md5: 10333242bc24219ed72a4be6f4ccd5fc Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits . This is a dependency package providing the default libclang wasm64 library. 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-16 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: libclc-16 Description-md5: 73bf1c1e61845108c59b363de4fd901a Description-en: OpenCL C language implementation - platform 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), PTX and r600 platforms. Package: libclc-16-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: libcmdliner-ocaml-dev Description-md5: 40041cac04e1d80d38d3958487cb1079 Description-en: declarative definition of command line interfaces It provides a simple and compositional mechanism to convert command line arguments to OCaml values and pass them to your functions. The module automatically handles syntax errors, help messages and UNIX man page generation. It supports programs with single or multiple commands (like darcs or git) and respects most of the POSIX and GNU conventions. . This package contains the development modules you need to use Cmdliner in your programs. Package: libconfig-model-perl Description-md5: 89e63c35ca19a8c95f63d3bbd320b6ed Description-en: module for describing and editing configuration data Config::Model is a Perl framework that enables project developers to provide an interactive configuration system for their software. It supports various frontend interfaces (graphical, curses-based or plain terminal) to users. It handles configuration files semantically rather than syntactically, meaning that developers can specify the structure and constraints of the data along with a mechanism to read and write the files. . Using the structure and constraint information, Config::Model will generate interactive configuration editors that include help and data validation. It is equally simple to use graphical (via Tk) interfaces as well as curses- and ReadLine-based terminal interfaces. . Config::Model also provides a facility to help configuration data upgrade that can be triggered during package upgrades. . Config::Model provides configuration model and editor for: - popularity-contest - fstab (/etc/fstab) - multistrap . Other configuration editors are available with other libconfig-model-*-perl packages. . Depending on which suggested or recommended modules are installed, Config::Model provides several user interfaces: - shell-like interface (with any of lib-term-readlin-*-perl) - virtual file system where each config parameter is mapped to a file (with fuse package) - graphical user interface (with libconfig-model-tkui-perl) Package: libcoq-aac-tactics Description-md5: d468e31e016a5d91fa8d79cdff35cd0d Description-en: Coq tactics for reasoning modulo AC (theories) This Coq plugin provides tactics for rewriting universally quantified equations, modulo associative (and possibly commutative) operators. . This package provides the Coq support library. Package: libcoq-core-ocaml Description-md5: 6f9fa9509e05b95dc040fa6f750867c3 Description-en: runtime libraries for Coq Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. . This package provides runtime libraries for Coq. Package: libcoq-core-ocaml-dev Description-md5: 087097b71994724756abfbecea1882b9 Description-en: development libraries and tools for Coq Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. . This package provides and libraries needed to develop OCaml-side extensions to Coq. Package: libcoq-elpi Description-md5: ff0392105ab4f5504e712b1b6f15deec Description-en: Coq plugin embedding Elpi This package makes it possible to define new commands and tactics for Coq in Elpi. . Elpi implements a lambda-Prolog interpreter enriched with constraint handling rules. . Coq is a proof assistant for higher-order logic. Package: libcoq-stdlib Description-md5: 9e601d42ac375ebc4cb75dff6e4c368e Description-en: proof assistant for higher-order logic (theories) Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. . This package provides existing theories that new proofs can be based upon, including theories of arithmetic and Boolean values. Package: libcpp-httplib-dev Description-md5: 264fb680f1c0f6f48c64f16c167c5519 Description-en: C++ HTTP/HTTPS server and client library - development files cpp-httplib is a C++11 cross platform HTTP/HTTPS library, with a focus on ease of use. This is a multi-threaded 'blocking' HTTP library. If you are looking for a 'non-blocking' library, this is not the one that you want. . This package contains the development headers and a pkg-config file. Package: libcpp-httplib0.13 Description-md5: b889be44cc623fd535a22323ec29fba3 Description-en: C++ HTTP/HTTPS server and client library cpp-httplib is a C++11 cross platform HTTP/HTTPS library, with a focus on ease of use. This is a multi-threaded 'blocking' HTTP library. If you are looking for a 'non-blocking' library, this is not the one that you want. Package: libcry-ocaml-dev Description-md5: f37b3991a9f8d94a320d1c23c72d89ae Description-en: MP3/Ogg Vorbis broadcast OCaml module This OCaml module implements the protocols used to connect and send source data to icecast2 and shoutcast servers. . It is a low-level implementation, so it only does the minimal source connection. In particular, it does not handle synchronisation. Hence, the task of sending audio data to the streaming server at real time rate is up to the programmer, contrary to the main implementation, libshout. Package: libcscreensaver0 Description-md5: 6eae7217b28364bd33a0a673a65367c6 Description-en: library and introspection data used by cinnamon-screensaver cinnamon-screensaver is a screen saver and locker that aims to have simple, sane and secure defaults, and be well integrated with the Cinnamon desktop. . This package contains the library used by the screensaver. Package: libctypes-ocaml Description-md5: 535529b9d4f928212326378be8e7e767 Description-en: library for binding to C libraries using pure OCaml (runtime) The ocaml-ctypes library makes it possible to call C functions directly from OCaml without writing or generating C code. The core of the library is a set of combinators for describing C types -- scalars, functions, structs, unions, arrays, and pointers to values and functions. Type descriptions can then be used to bind native functions and values. . This package contains the shared runtime stub library and plugins. Package: libctypes-ocaml-dev Description-md5: 3984cfb82adfc1c586fdc2dec44c3275 Description-en: library for binding to C libraries using pure OCaml (dev) The ocaml-ctypes library makes it possible to call C functions directly from OCaml without writing or generating C code. The core of the library is a set of combinators for describing C types -- scalars, functions, structs, unions, arrays, and pointers to values and functions. Type descriptions can then be used to bind native functions and values. . This package contains all the development stuff you need to use ocaml-ctypes. Package: libcudf-dev Description-md5: 274bfd4968597872fd1650f560b235e1 Description-en: C library to access descriptions of package upgrade problems libCUDF is a library to manipulate so called CUDF documents. A CUDF document describe an upgrade problem, as faced by package managers in popular package-based GNU/Linux distributions. . A CUDF document consists of a package universe and of a user request. The package universe describes all packages known to the package manager, a subset of which (the package status) denotes the package being currently installed on the target machine. The user request denotes a change to the package status as requested by the user. . A CUDF document is naturally complemented by a solution describing the resulting package status (if any) implementing the user request, as found by a package manager. . libCUDF enables manipulation of CUDF and related documents. . This package contains a C static library binding the OCaml implementation of libCUDF so that it can be used from the C programming language. Package: libcudf-ocaml-dev Description-md5: b9b7de480ec197ac2a24fc2bcb573054 Description-en: OCaml library to access descriptions of package upgrade problems libCUDF is a library to manipulate so called CUDF documents. A CUDF document describe an upgrade problem, as faced by package managers in popular package-based GNU/Linux distributions. . A CUDF document consists of a package universe and of a user request. The package universe describes all packages known to the package manager, a subset of which (the package status) denotes the package being currently installed on the target machine. The user request denotes a change to the package status as requested by the user. . A CUDF document is naturally complemented by a solution describing the resulting package status (if any) implementing the user request, as found by a package manager. . libCUDF enables manipulation of CUDF and related documents. . This package contains all the development stuff you need to use libCUDF in your OCaml programs. Package: libcurl3-nss Description-md5: 459d2b4fbb16cf9975276e1d24a7ffe8 Description-en: easy-to-use client-side URL transfer library (NSS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by NSS. Package: libcurl4-nss-dev Description-md5: b83e9196a054062dc76fc2a693802052 Description-en: development files and documentation for libcurl (NSS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by NSS. Package: libcvc0 Description-md5: 5e942e2b62500f1d319d8bd9df458107 Description-en: Cinnamon pulseaudio abstraction library This library contains code to access PulseAudio using a GObject based library, shared between cinnamon-control-center, cinnamon-settings-daemon and cinnamon. It is not API stable, and it is meant to be used as a submodule. Package: libdnnl-dev Description-md5: 76fea4cfd2eae41d6bfe9305c6ad6a1b Description-en: oneAPI Deep Neural Network Library (oneDNN) (dev) oneAPI Deep Neural Network Library (oneDNN) is an open-source performance library for deep learning applications. The library includes basic building blocks for neural networks optimized for Intel Architecture Processors and Intel Processor Graphics. . oneDNN is intended for deep learning applications and framework developers interested in improving application performance on Intel CPUs and GPUs. . This package contains the header files, and symbol links to the shared object. Package: libdnnl2 Description-md5: 290c0d566c3b296af024512e7a2a54ae Description-en: oneAPI Deep Neural Network Library (oneDNN) (lib) oneAPI Deep Neural Network Library (oneDNN) is an open-source performance library for deep learning applications. The library includes basic building blocks for neural networks optimized for Intel Architecture Processors and Intel Processor Graphics. . oneDNN is intended for deep learning applications and framework developers interested in improving application performance on Intel CPUs and GPUs. . This package contains the shared object. Package: libdolfin-dev Description-md5: 3d79ecc23d1ab64df6bd61a89fc7d93e Description-en: Shared links and development files for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the development files. . This is the legacy version of DOLFIN, you may want to install the next-generation libdolfinx-dev (DOLFIN-X) instead. Package: libdolfin-dev-common Description-md5: 102fedefc8f65414f2ef972f4bdbee89 Description-en: Common header files for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the common development header files. . This is the legacy version of DOLFIN, you may want to install the next-generation libdolfinx-dev (DOLFIN-X) instead. Package: libdolfin2019.2 Description-md5: 36b945ea393f2c4a8fe500c27fbbb1a7 Description-en: Shared libraries for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the shared libraries. Package: libdolfin64-2019.2 Description-md5: 9b05d589a0e6b372aaec1d227313cf71 Description-en: Shared libraries for DOLFIN (64-bit indexing) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the shared libraries for DOLFIN built against 64-bit PETSc (64-bit indexing). Package: libdolfin64-dev Description-md5: c32a0d365a083bb480ef0d2cb6a101a6 Description-en: Shared links and dev files for DOLFIN (64-bit indexing) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the development files for DOLFIN built against 64-bit PETSc (64-bit indexing). . This is the legacy version of DOLFIN, you may want to install the next-generation libdolfinx-dev (DOLFIN-X) instead. Package: libdolfinx-complex-dev Description-md5: 59b256ad341827e4c4c4e5af4f7b8d2d Description-en: Shared links and header files for DOLFIN (complex numbers) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the development files for the complex number build. . This is the next-generation version of DOLFIN-). The legacy version of DOLFIN is provided by libdolfin-dev. Package: libdolfinx-complex0.6 Description-md5: f41dc33b4940a12c2135694d20dc5514 Description-en: Shared libraries for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the shared libraries with complex number support. Package: libdolfinx-dev Description-md5: aa90851252787184d62f28b2cdaa7458 Description-en: Shared links and header files for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the common development files and depends on the real or complex development package. . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN is provided by libdolfin-dev. Package: libdolfinx-mpc-dev Description-md5: 6cfb594889eda2b58d1100a278dc6840 Description-en: Multi-point constraints with FEniCS-X This library contains an add-on to FEniCSx enabling the possibilities of enforce multi-point constraints. This can be used to for instance enforce slip conditions strongly, or apply periodic boundaries.. Package: libdolfinx-mpc0.6 Description-md5: 6cfb594889eda2b58d1100a278dc6840 Description-en: Multi-point constraints with FEniCS-X This library contains an add-on to FEniCSx enabling the possibilities of enforce multi-point constraints. This can be used to for instance enforce slip conditions strongly, or apply periodic boundaries.. Package: libdolfinx-real-dev Description-md5: 7d08875fc9b45dfc7e05649405090ec4 Description-en: Shared links and header files for DOLFIN (real numbers) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the development files for the real number build. . This is the next-generation version of DOLFIN-X. The legacy version of DOLFIN is provided by libdolfin-dev. Package: libdolfinx-real0.6 Description-md5: 6e1ac5acb4da3ed07d764dc1c9935f36 Description-en: Shared libraries for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the shared libraries with real number support. Package: libdose3-ocaml-dev Description-md5: 51505242f01986878ed08b98befde9b2 Description-en: OCaml libraries for package dependencies (development files) Dose3 is a framework consisting of several OCaml libraries for analysing the metadata of software packages (like Packages files of Debian suites). . Though not tied to any particular distribution, Dose3 constitutes a pool of libraries which enable analyzing packages coming from various distributions. . Besides basic functionalities for querying and setting package properties, dose3 also implements algorithms for solving more complex problems (monitoring package evolutions, correct and complete dependency resolution, repository-wide uninstallability checks). . This package contains the development stuff you need to use dose3 for the development of programs. Package: libdynarmic-dev Description-md5: 440504e11cc760481e9557a18a0744e4 Description-en: ARM dynamic recompiler - development Dynarmic is a dynamic recompiler for the ARMv6K, ARMv7A architecture, with partial ARMv8 support. . In the pursuit of speed, some behavior not commonly depended upon is elided. Therefore this emulator does not match spec. . This package contains the development files. Package: libdynarmic6 Description-md5: 33759730ee4848839a83aadebe5c2c2b Description-en: ARM dynamic recompiler Dynarmic is a dynamic recompiler for the ARMv6K, ARMv7A architecture, with partial ARMv8 support. . In the pursuit of speed, some behavior not commonly depended upon is elided. Therefore this emulator does not match spec. . This package contains the shared library. Package: libfdb5-0d Description-md5: cd6e1ead650e153a0cb2fb1875cfc8eb Description-en: Library for the ECMWF Fields Database FDB (Fields DataBase) is a domain-specific object store developed at ECMWF for storing, indexing and retrieving GRIB data. Each GRIB message is stored as a field and indexed trough semantic metadata (i.e. physical variables such as temperature, pressure, ...). A set of fields can be retrieved specifying a request using a specific language developed for accessing the MARS Archive. Package: libfdb5-dev Description-md5: d2ac0b8707fefe9576736d40e8f2de74 Description-en: Development files for the ECMWF Fields database FDB (Fields DataBase) is a domain-specific object store developed at ECMWF for storing, indexing and retrieving GRIB data. Each GRIB message is stored as a field and indexed trough semantic metadata (i.e. physical variables such as temperature, pressure, ...). A set of fields can be retrieved specifying a request using a specific language developed for accessing the MARS Archive. . This package provides shared libraries and headers. Package: libflang-16-dev Description-md5: 3328d45b650afee35fe8b6da0b9b1e49 Description-en: Flang library - Development package Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. . This package contains the flang libraries and headers. Package: libfmt-ocaml Description-md5: 86c8f958a7597faed72cd6862b25d61a Description-en: OCaml Format pretty-printer combinators (runtime) Fmt exposes combinators to devise Format pretty-printing functions. . Fmt depends only on the OCaml standard library. The optional Fmt_tty library that allows one to setup formatters for terminal color output depends on the Unix library. . This package contains runtime files. Package: libfmt-ocaml-dev Description-md5: 89835cb9abc95659cb4cf5ee166836de Description-en: OCaml Format pretty-printer combinators (development) Fmt exposes combinators to devise Format pretty-printing functions. . Fmt depends only on the OCaml standard library. The optional Fmt_tty library that allows one to setup formatters for terminal color output depends on the Unix library. . This package contains development files. Package: libfuzzer-16-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: libgccjit-13-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-13-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: libgccjit0 Description-md5: 78f861084806b36ce34263514298785e Description-en: GCC just-in-time compilation (shared library) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgegl-0.4-0 Description-md5: 555ed01f707fbda9c82450ba37f41574 Description-en: Generic Graphics Library GEGL (Generic Graphics Library) is a graph based image processing framework. . GEGL's original design was made to scratch GIMP's itches for a new compositing and processing core. This core is being designed to have minimal dependencies and a simple well defined API. Package: libgegl-common Description-md5: e1bad3fbbe443e3af235c7392bd4bbba Description-en: Generic Graphics Library - common files GEGL (Generic Graphics Library) is a graph based image processing framework. . GEGL's original design was made to scratch GIMP's itches for a new compositing and processing core. This core is being designed to have minimal dependencies and a simple well defined API. . This package contains common data files and translations. Package: libgegl-dev Description-md5: 890e309150112e034f776771436ca2a5 Description-en: Generic Graphics Library (development files) GEGL (Generic Graphics Library) is a graph based image processing framework. . GEGL's original design was made to scratch GIMP's itches for a new compositing and processing core. This core is being designed to have minimal dependencies and a simple well defined API. . This package contains the development files. Package: libgegl-doc Description-md5: 4dc06b8a2a5349b54328c54303af18b3 Description-en: Generic Graphics Library (documentation) GEGL (Generic Graphics Library) is a graph based image processing framework. . GEGL's original design was made to scratch GIMP's itches for a new compositing and processing core. This core is being designed to have minimal dependencies and a simple well defined API. . This package contains the documentation. Package: libgiac-dev Description-md5: 04197725f1e671dc86119f9caf1f1052 Description-en: Computer Algebra System C++ library - Development files Giac is a computer algebra system, following the development of the CAS for HP calculators. It has fast implementation of algorithms for polynomial operations, and compatibility mode with Maple or Mupad CAS as well as TI calculators. . This package contains the header files, static libraries, and other development files needed to build software that uses giac. Package: libgiac0 Description-md5: a727c8756b9edbe721f0272dd6525cb7 Description-en: Computer Algebra System C++ library Giac is a computer algebra system, following the development of the CAS for HP calculators. It has fast implementation of algorithms for polynomial operations, and compatibility mode with Maple or Mupad CAS as well as TI calculators. . This package contains the shared libraries needed to run programs using giac. Package: libgkl-java Description-md5: 3d7e7e85b403761a78a34515014cfb3f Description-en: Java library to manipulate SAM and BAM files Java library with optimized versions of compute kernels used in genomics applications like GATK and HTSJDK. These kernels are optimized to run on Intel Architecture (AVX, AVX2, AVX-512, multicore, and FPGA) under 64-bit Linux. Package: libgkl-jni Description-md5: b0e6d02ba7b56c5842286252ea9030ce Description-en: native libraries of Java library to manipulate SAM and BAM files Java library with optimized versions of compute kernels used in genomics applications like GATK and HTSJDK. These kernels are optimized to run on Intel Architecture (AVX, AVX2, AVX-512, multicore, and FPGA) under 64-bit Linux. . This package contains the x86 native libraries used by libglk-java Package: libglgrib-egl-dev Description-md5: e2d5d4c24dff53c34bf52868201ead9d Description-en: Display GRIB2 fields using OpenGL (EGL based dev package) This package contains the unversioned shared library symlink for development purposes, concerning the headless glgrib (based on EGL). Package: libglgrib-egl0 Description-md5: 22f50b14809c70808ce290155b41378b Description-en: Display GRIB2 fields using OpenGL (EGL based shared library) This package contains the shared library for the headless glgrib (based on EGL). Package: libglgrib-glfw-dev Description-md5: 2d71fea37c293315d2a6cef236085c31 Description-en: Display GRIB2 fields using OpenGL (GLFW based dev package) This package contains the unversioned shared library symlink for development purposes, concerning the interactive glgrib (based on GLFW). Package: libglgrib-glfw-perl Description-md5: a83b23ac25e4f63c70970e5ae4bfa7a5 Description-en: Display GRIB2 fields using OpenGL (glgrib Perl bindings) glGrib::glfw is a module providing full access to glgrib capabilities to the Perl interpreter. Package: libglgrib-glfw0 Description-md5: f9a4dec4b2df5bae09ce3f5da6915311 Description-en: Display GRIB2 fields using OpenGL (GLFW based shared library) This package contains the shared library for the interactive glgrib (based on GLFW). Package: libglgrib-headers Description-md5: e8b72a781dbd0ac598b2a8f891705169 Description-en: Display GRIB2 fields using OpenGL (headers for glgrib) This package contains the headers for building applications based on the glgrib libraries. 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: libgm2-13-dev Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-18 Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgnat-13 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: libgnuradio-osmosdr0.2.0 Description-md5: 40c3a4d110ae193958f314775fa66656 Description-en: Gnuradio blocks from the OsmoSDR project - library The Osmocom project is a family of projects regarding Open source mobile communications. This library provides hardware support for a variety of radio hardware in the form of gnuradio blocks. . This package contains the shared library. Package: libgomp-plugin-amdgcn1 Description-md5: b4d23ce73f3592d1c5e0dc4540aca4d1 Description-en: GCC OpenMP v4.5 plugin for offloading to GCN This package contains libgomp plugin for offloading to AMD GCN. 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: libgphobos-13-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: libgphobos4 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: libgsl-dbg Description-md5: e78425a1e971ceb839a9feec1918e3ed Description-en: GNU Scientific Library (GSL) -- debug symbols package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . This package contains debugging symbol tables for the static GSL libraries libgsl and libgslcblas from the libgsl-dev package, and the binaries gsl-randist and gsl-histogram from the gsl-bin package. . URL: http://www.gnu.org/software/gsl/ Package: libgsl-dev Description-md5: 9984710152cbbca3caf2c1e4e16ef6db Description-en: GNU Scientific Library (GSL) -- development package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . This package contains the header files, static libraries and symbolic links that developers using GNU GSL will need. . URL: http://www.gnu.org/software/gsl/ Package: libgsl27 Description-md5: 62750ac09428d38c26408b7d740e75a8 Description-en: GNU Scientific Library (GSL) -- library package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . GSL includes data types and routines for complex numbers, vectors, matrices, basic linear algebra subroutines (BLAS), eigensystems, simulated annealing, minimization, root finding, pseudo-random numbers, least-squares fitting, fast Fourier transforms (FFT), differential equations, quadrature, Monte Carlo integration, special functions, physical constants, and much more. . This package provides the shared libraries required to run programs compiled with GNU GSL. To compile your own programs you also need to install libgsl-dev. . URL: http://www.gnu.org/software/gsl/ Package: libgslcblas0 Description-md5: 14a49f7bd27b4049c731067d7809d0fb Description-en: GNU Scientific Library (GSL) -- blas library package The GNU Scientific Library (GSL) is a collection of routines for numerical analysis. The routines are written from scratch by the GSL team in C, and present a modern API for C programmers, while allowing wrappers to be written for very high level languages. . GSL includes data types and routines for complex numbers, vectors, matrices, basic linear algebra subroutines (BLAS), eigensystems, simulated annealing, minimization, root finding, pseudo-random numbers, least-squares fitting, fast Fourier transforms (FFT), differential equations, quadrature, Monte Carlo integration, special functions, physical constants, and much more. . This package provides the shared blas library required to run programs compiled with GNU GSL. To compile your own programs you also need to install libgsl-dev. . URL: http://www.gnu.org/software/gsl/ Package: libgssapi3-heimdal Description-md5: af366fc4a421c3a53900cab1af5922e2 Description-en: Heimdal Kerberos - GSSAPI support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for GSSAPI support. Package: libgssglue-dev Description-md5: 35720ad4288bc22005305dbcc9ea02a5 Description-en: header files and docs for libgssglue Contains the header files and documentation for libgssglue for use in developing applications that use the libgssglue library. . libgssglue provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. Package: libgssglue1 Description-md5: 33d237300a5fcf648297ee929270d1f1 Description-en: mechanism-switch gssapi library libgssglue provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work. Package: 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: 78f66f90dcf70b3221e57798fa59a02e Description-en: guest disk image management system - tools The libguestfs library allows accessing and modifying guest disk images. . This package contains the libguestfs-test-tool and libguestfs-make-fixed-appliance programs. 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: libhalide16-0 Description-md5: 7166d65fedb5e0e8f37bed747dc43fb7 Description-en: fast, portable computation on images and tensors Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Halide currently targets: * CPU architectures: X86, ARM, MIPS, Hexagon, PowerPC, RISC-V * Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT * GPU Compute APIs: CUDA, OpenCL, OpenGL Compute Shaders, Apple Metal, Microsoft Direct X 12 Rather than being a standalone programming language, Halide is embedded in C++. This means you write C++ code that builds an in-memory representation of a Halide pipeline using Halide's C++ API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process. Package: libhalide16-0-dev Description-md5: f79e018121f4b3ffe864a21ee6907d27 Description-en: fast, portable computation on images and tensors -- Development files Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains the files necessary to develop against libhalide. Package: libhalide16-doc Description-md5: 49a70fa6bdeeb7cc3885a956f009fef3 Description-en: fast, portable computation on images and tensors (C++ documentation) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains README's and tutorials for using Halide from C++. Package: libhalideaot16-0 Description-md5: 3659818dee53660bdaafd24351957dc1 Description-en: fast, portable computation on images and tensors (virtual library) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . Software that uses halide can either rely on just-in-time compilation, in which case it runtime-depends on/links to libhalide, or it can be compiled ahead of time, when building the software, in which case it does not strictly depend on halide. Former software should depend on this package instead, to make it obvious which software needs to be rebuilt with newer halide versions. . This is an empty package. Package: libhcrypto5-heimdal Description-md5: 6492d04dab376288c3e43218cb4d78e6 Description-en: Heimdal Kerberos - crypto library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the cryptographic library required for Heimdal. Package: libhdb9-heimdal Description-md5: bc0ba4f7d9668b579f08d831a24307a0 Description-en: Heimdal Kerberos - kadmin server library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for storing the KDC database. Package: libheimbase1-heimdal Description-md5: 5f80987f2f2b6c07e507ae48f47db52e Description-en: Heimdal Kerberos - Base library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the base library. Package: libheimntlm0-heimdal Description-md5: 586cd171de21a731a6140ef1a06b25c9 Description-en: Heimdal Kerberos - NTLM support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the NTLM support library. Package: libhiprtc-builtins5 Description-md5: 4905ee3eec7deff5c608befd41430a53 Description-en: HIP Run Time Compilation libraries HIP allows one to compile kernels at runtime with its hiprtc* APIs. hipRTC APIs accept HIP source files in character string format as input parameters and create handles of programs by compiling the HIP source files without spawning separate processes. Package: libhx509-5-heimdal Description-md5: dea700b25446cf97ce3dbf1b8546ecbb Description-en: Heimdal Kerberos - X509 support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the x509 supportlibrary. Package: libi2c-dev Description-md5: 8f5b61fd99cc090e2491a891d7300e00 Description-en: userspace I2C programming library development files I2C devices are usually controlled by a kernel driver. Using this library it is also possible to access all devices on an adapter from userspace and without the knowledge of Linux kernel internals. . This package contains what you need for compiling sources that use this library in your own code. Package: libi2c0 Description-md5: 84e322bb21235ed698cbc4303d029f5a Description-en: userspace I2C programming library I2C devices are usually controlled by a kernel driver. Using this library it is also possible to access all devices on an adapter from userspace and without the knowledge of Linux kernel internals. . This package contains what you need to run programs that use this library. Package: libiptc0 Description-md5: 21b9e8b56cf12a25ffd8b3975773ac10 Description-en: transitional dummy package This is a transitional package. It can safely be removed. Package: libjakarta-interceptor-api-java Description-md5: f959ee4e0a180c78e7f7617c9dd33e2f Description-en: Jakarta Interceptors API Jakarta Interceptors are used to interpose on business method invocations and specific events such as lifecycle events and timeout events that occur on instances of Jakarta EE components and other managed classes. Package: libjavascriptcoregtk-4.0-bin Description-md5: d63d3c5b674d87705002872786bc6cce 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: 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: libjs-chart.js Description-md5: 4e95d30af446c412820ed337e6f11469 Description-en: Simple HTML5 charts using the canvas element (Browser) Simple yet flexible JavaScript charting for designers & developers. . This library allows you to visualize your data in 8 different ways; each of them animated and customisable. It has great rendering performance across all modern browsers (IE9+). And it redraws charts on window resize for perfect scale granularity. . Node.js is an event-based server-side JavaScript engine. Package: libjs-of-ocaml Description-md5: 1a5371bc67a83169a2d60423d3c62697 Description-en: OCaml bytecode to JavaScript compiler (runtime) Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes it possible to run OCaml programs in a web browser. Its key features are the following: * the whole language, and most of the standard library are supported; * the generated code can be used with any web server and browser; * you can use a standard installation of OCaml to compile your programs. In particular, you do not have to recompile a library to use it with Js_of_ocaml. You just have to link your program with a specific library to interface with the browser APIs. . This package contains runtime libraries that may be needed by server-side programs communicating with clients compiled with Js_of_ocaml using JSON. Package: libjs-of-ocaml-dev Description-md5: abe95895ab2f33a3262f1c3beb98b8cf Description-en: OCaml bytecode to JavaScript compiler (development files) Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes it possible to run OCaml programs in a web browser. Its key features are the following: * the whole language, and most of the standard library are supported; * the generated code can be used with any web server and browser; * you can use a standard installation of OCaml to compile your programs. In particular, you do not have to recompile a library to use it with Js_of_ocaml. You just have to link your program with a specific library to interface with the browser APIs. . This package contains development files needed to compile server-side (using regular OCaml compiler) and client-side (using Js_of_ocaml) programs. Package: libjs-of-ocaml-doc Description-md5: 154f370d4fd407c09642220e12f79204 Description-en: OCaml bytecode to JavaScript compiler (documentation) Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes it possible to run OCaml programs in a web browser. . This package contains the API reference and examples. Package: libjs-terser Description-md5: ddd9405d8fbb06dac1d3c1270bce5646 Description-en: parser/mangler/compressor for ES6+ - browser library Terser is a parser, mangler, optimizer and beautifier toolkit for ECMAScript 2015 and newer (ES6+). . terser is a fork of uglify-es that retains API and CLI compatibility with uglify-es (Debian packages node-uglify-js, libjs-uglify-js, and uglifyjs). . ECMAScript 2015 (ES2015) a.k.a. ECMAScript 6 (ES6) is the 6th formal definition of JavaScript - a high-level, interpreted programming language most notably used in web browsers and in Node.js. . This package contains Terser directly usable in web browsers. Package: libjuh-java Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890 Description-en: transitional package for LibreOffice UNO runtime environment LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This has now been merged into liblibreoffice-java and this package thus can be safely removed once installed. Package: libjurt-java Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890 Description-en: transitional package for LibreOffice UNO runtime environment LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This has now been merged into liblibreoffice-java and this package thus can be safely removed once installed. Package: libkadm5clnt7-heimdal Description-md5: 3c1990ad00253301ad106a775a259242 Description-en: Heimdal Kerberos - kadmin client library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the client library for kadmin. Package: libkadm5srv8-heimdal Description-md5: 3cfc4abf46cb966d202e4c7e1c50b12f Description-en: Libraries for Heimdal Kerberos Heimdal is a free implementation of Kerberos 5, that aims to be compatible with MIT Kerberos. . This package contains the server library for kadmin. Package: libkafs0-heimdal Description-md5: 7fd30de3adb996e1ddb2c382f4ce4994 Description-en: Heimdal Kerberos - KAFS support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for KAFS support. Package: libkdc2-heimdal Description-md5: f51bcfc114ea8cb74a023cd002f2636c Description-en: Heimdal Kerberos - KDC support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the KDC support library. Package: libkrb5-26-heimdal Description-md5: c0c6ca8d74b4d950b5eaf9fb966ab142 Description-en: Heimdal Kerberos - libraries Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the Kerberos 5 library. Package: libldap-ocaml-dev Description-md5: 7b20c3d2c5f6c4acfa94587b72a7d8c4 Description-en: LDAP bindings for OCaml It supports the core ldap-client functions, including search, add, modify, and delete. . It has now an object oriented interface which supports the above features, and some additional ones. Such as, nice data structures for local ldap entries which record local modifications and can sync them with the server, fewer arguments needed to perform simple tasks, and an API modeled after Perl's Net::LDAP. Package: liblfi-dev Description-md5: 1d478051cd0af031199d0815eaa03917 Description-en: Display GRIB2 fields using OpenGL (ancillary dev package) Small ancillary library used by glgrib (GLFW & EGL): this package contains the headers and the development files. Package: liblfi0 Description-md5: e4307b6bc4ab1af83f2328430377f67e Description-en: Display GRIB2 fields using OpenGL (ancillary shared library) This package contains a small ancillary shared library used by glgrib (GLFW & EGL). Package: liblld-16 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-16-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-dev Description-md5: 3d09f140d7fd8b259afe4212766942e3 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 is a dependency package providing the default liblld-dev package. Package: liblldb-16 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-16-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-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: libllvm-16-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-ocaml-dev Description-md5: 60d4eca46d2fd47b2e7e99b12a12793a Description-en: Low-Level Virtual Machine (LLVM), bindings for OCaml The Low-Level Virtual Machine (LLVM) is a collection of libraries and tools that make it easy to build compilers, optimizers, Just-In-Time code generators, and many other compiler-related programs. . This is a dependency package providing the default bindings for OCaml. Package: libllvm16 Description-md5: a8854f4edf76a8c14ce34dc209bd1d11 Description-en: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Package: liblogs-ocaml Description-md5: 0c304d192500aec1626644a68e65d2ea Description-en: logging infrastructure for OCaml (runtime) Logs provides a logging infrastructure for OCaml. Logging is performed on sources whose reporting level can be set independently. Log message report is decoupled from logging and is handled by a reporter. . A few optional log reporters are distributed with the base library and the API easily allows you to implement your own. . This package contains runtime files. Package: liblogs-ocaml-dev Description-md5: 918a406baa5d1019b1f0a75a69fe1f05 Description-en: logging infrastructure for OCaml (development) Logs provides a logging infrastructure for OCaml. Logging is performed on sources whose reporting level can be set independently. Log message report is decoupled from logging and is handled by a reporter. . A few optional log reporters are distributed with the base library and the API easily allows you to implement your own. . This package contains development files. Package: libluv-ocaml Description-md5: 4f46b66fecf846ef1fca6e388be990ee Description-en: OCaml binding to libuv (Runtime library) Luv is a binding to libuv, the cross-platform C library that does asynchronous I/O in Node.js and runs its main loop. . Besides asynchronous I/O, libuv also supports multiprocessing and multithreading. Multiple event loops can be run in different threads. libuv also exposes a lot of other functionality, amounting to a full OS API, and an alternative to the standard module Unix. . This package contains the runtime library of Luv. Package: libluv-ocaml-dev Description-md5: 5e2090bc1920c5e434926926eed95e4d Description-en: OCaml binding to libuv (Development package) Luv is a binding to libuv, the cross-platform C library that does asynchronous I/O in Node.js and runs its main loop. . Besides asynchronous I/O, libuv also supports multiprocessing and multithreading. Multiple event loops can be run in different threads. libuv also exposes a lot of other functionality, amounting to a full OS API, and an alternative to the standard module Unix. . This package contains the development library of Luv. Package: libluv-unix-ocaml Description-md5: 7a9296aa954fce0ea458dc54c4bd438a Description-en: Helpers for interfacing OCaml Luv and Unix (Runtime library) Luv is a binding to libuv, the cross-platform C library that does asynchronous I/O in Node.js and runs its main loop. . Besides asynchronous I/O, libuv also supports multiprocessing and multithreading. Multiple event loops can be run in different threads. libuv also exposes a lot of other functionality, amounting to a full OS API, and an alternative to the standard module Unix. . This package contains the runtime library of luv_unix, helpers for interfacing Luv and Unix. Package: libluv-unix-ocaml-dev Description-md5: fe35dbfcbd6e44849088efd3242c2910 Description-en: Helpers for interfacing OCaml Luv and Unix (Development package) Luv is a binding to libuv, the cross-platform C library that does asynchronous I/O in Node.js and runs its main loop. . Besides asynchronous I/O, libuv also supports multiprocessing and multithreading. Multiple event loops can be run in different threads. libuv also exposes a lot of other functionality, amounting to a full OS API, and an alternative to the standard module Unix. . This package contains the development library of luv_unix, helpers for interfacing Luv and Unix. Package: liblwt-ssl-ocaml Description-md5: de93671d346106c017868705b6e8c740 Description-en: OCaml OpenSSL binding with concurrent I/O (runtime) An Lwt-enabled wrapper around OCaml-SSL, that performs I/O concurrently. Ocaml-SSL, in turn, is a binding to the much-used OpenSSL. . This package contains runtime files. Package: liblwt-ssl-ocaml-dev Description-md5: 8a188c3a36d2786f0b0fb104acdc3119 Description-en: OCaml OpenSSL binding with concurrent I/O (dev) An Lwt-enabled wrapper around OCaml-SSL, that performs I/O concurrently. Ocaml-SSL, in turn, is a binding to the much-used OpenSSL. . This package contains development files. Package: libmagics++-data Description-md5: 321cba5334173061fd108c281ef76d8f Description-en: Data files needed for magics++ library Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS. Although completely redesigned in C++, it is intended to be as backwards-compatible as possible with the Fortran interface. . This package contains data expected by the magics++ library. Package: libmagics++-dev Description-md5: baa5d623da7de3a3bfd720cd69bd1fcf Description-en: Development files for ECMWF plotting software MAGICS++ Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS. Although completely redesigned in C++, it is intended to be as backwards-compatible as possible with the Fortran interface. Besides its programming interfaces (Fortran and C), Magics++ offers MagML, a plot description language based on XML aimed at automatic web production. . This package includes the header files and static libraries needed to build against libmagics++. Package: libmagics++-metview-dev Description-md5: 5cbee2a14ce45ca3e81843d73bd70d3e Description-en: Libraries needed for building MetView Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS. Although completely redesigned in C++, it is intended to be as backwards-compatible as possible with the Fortran interface. . This package includes the header files and static libraries needed to build metview against magics++. Package: libmagplus3v5 Description-md5: 25e7234e00d5dfa68d9d523112d26bef Description-en: ECMWF meteorological plotting software library Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS. Although completely redesigned in C++, it is intended to be as backwards-compatible as possible with the Fortran interface. Besides its programming interfaces (Fortran and C), Magics++ offers MagML, a plot description language based on XML aimed at automatic web production. . The library supports the plotting of contours, wind fields, observations, satellite images, symbols, text, axis and graphs (including boxplots). . Data fields to be plotted may be presented in various formats, for instance GRIB 1 and 2 code data, Gaussian grid, regularly spaced grid and fitted data. Input data can also be in BUFR and NetCDF format or retrieved from an ODB database. . The produced meteorological plots can be saved in various formats, such as PostScript, EPS, PDF, GIF, PNG, SVG and KML. Package: libmccs-ocaml Description-md5: 07e43fdef92ca49e839c3d6a694d1d42 Description-en: stripped-down MCCS CUDF solver for OCaml mccs (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver developed at UNS during the European MANCOOSI project. . This repository contains a stripped-down version of the mccs solver, taken from snapshot 1.1, with a binding as an OCaml library, and building with dune. . The binding enables interoperation with binary CUDF data from the OCaml CUDF library, and removes the native C++ parsers and printers from mccs. Only the GLPK backend and the lpsolve interface are compiled Package: libmccs-ocaml-dev Description-md5: 0fbfab5ffc963a215dbd0c7a67ebe3cb Description-en: stripped-down MCCS CUDF solver for OCaml -- development files mccs (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver developed at UNS during the European MANCOOSI project. . This repository contains a stripped-down version of the mccs solver, taken from snapshot 1.1, with a binding as an OCaml library, and building with dune. . The binding enables interoperation with binary CUDF data from the OCaml CUDF library, and removes the native C++ parsers and printers from mccs. Only the GLPK backend and the lpsolve interface are compiled . This package contains development files, necessary to compile OCaml code that uses the ocaml-mccs library. Package: libmemtailor-dev Description-md5: faf6393357ed0432450318ed728e6c65 Description-en: C++ library of special purpose memory allocators (developer tools) Memtailor is a C++ library of special purpose memory allocators. It currently offers an arena allocator and a memory pool. . This package contains the developer tools. Package: libmemtailor0 Description-md5: 9a6736b1608b67887a364e9298fc3c59 Description-en: C++ library of special purpose memory allocators (shared library) Memtailor is a C++ library of special purpose memory allocators. It currently offers an arena allocator and a memory pool. . This package contains the shared library. Package: libmetkit-data Description-md5: e17aed0c2e16f83f05902006ac4a1168 Description-en: Data used by the ECMWF Metkit Library MetKit is a toolkit from ECMWF for manipulating and describing meteorological objects, implementing the MARS language and associated processing and semantics. . This package contains data used by Metkit Package: libmetkit-dev Description-md5: b404f9e9f4b2eda46ac44f899fd39740 Description-en: Development files for the Metkit toolkit MetKit is a toolkit from ECMWF for manipulating and describing meteorological objects, implementing the MARS language and associated processing and semantics. . This package provides shared libraries and headers. Package: libmetkit-utils Description-md5: 18ec69375ccc709635f8cf67931673dc Description-en: Utilities for the MetKit MARS access library MetKit is a toolkit from ECMWF for manipulating and describing meteorological objects, implementing the MARS language and associated processing and semantics. . This package contains the tool 'parse-mars-request' Package: libmetkit0d Description-md5: ffd1c836e3d87e69b2df136b1d6bd4dc Description-en: Library for Meteorology tookit, implementing MARS language MetKit is a toolkit from ECMWF for manipulating and describing meteorological objects, implementing the MARS language and associated processing and semantics. MARS is the Meteorological Archive Retrieval System from ECMWF. Package: libmetview-dev Description-md5: aab56829c1a4f7ec880dc0283fb8b3eb Description-en: Development files for MetView Metview has been designed as a flexible, modular and extendible system able to accommodate the evolving needs of the user. The system is based on the ECMWF standards for graphics (Magics) and data access (MARS) but can also access locally stored data. The user interface is based on Motif and Qt. Metview is a fully distributed system where modules can run on different workstations and servers. . This package provides static libraries and include files for building Metview-based software. Package: libmetview0d Description-md5: 538ea032789f4cb1b8c6534dbc24d0df Description-en: Shared libraries for MetView Metview has been designed as a flexible, modular and extendible system able to accommodate the evolving needs of the user. The system is based on the ECMWF standards for graphics (Magics) and data access (MARS) but can also access locally stored data. The user interface is based on Motif and Qt. Metview is a fully distributed system where modules can run on different workstations and servers. . This package provides shared libraries and for Metview-based software. Package: libmlir-16 Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-16-dev Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmosquitto-dev Description-md5: c7c1d296f95ce5d3f19f1eff322ffba8 Description-en: MQTT version 5.0/3.1.1/3.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 5.0/3.1.1/3.1 clients. This package is needed to do development with libmosquitto1. Package: libmosquitto1 Description-md5: d6db03b5024e1bf84fc82288546d2e4d Description-en: MQTT version 5.0/3.1.1/3.1 client library This is a C library for implementing MQTT version 5.0/3.1.1/3.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: 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: 0c7667ef38834199bd13c53fd6b80d2a Description-en: MQTT version 5.0/3.1.1/3.1 client C++ library This is a C++ library for implementing MQTT version 5.0/3.1.1/3.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: libmshr-dev Description-md5: 030d0d5edf8a0ebdc16a43e2117ceaac Description-en: Shared links and header files for mshr mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the development files, and also the utility program mshrable. Package: libmshr-dev-common Description-md5: 025640f976ad77260e91edcf0c1dc2f4 Description-en: Shared links and header files for mshr mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the common headers and development files. Package: libmshr2019.2 Description-md5: 98e1c2d6b1d51adfc8932768e0d1f845 Description-en: Shared libraries for mshr mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the shared libraries. Package: libmshr64-2019.2 Description-md5: 0f5043b117636dfc84b0acc6ca6ed610 Description-en: Shared libraries for mshr with 64-bit indexing mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the shared libraries with support for 64-bit indexing (libdolfin64 and PETSc-64). Package: libmshr64-dev Description-md5: 41614ce468f586fe0c16604da0bef628 Description-en: Shared links and header files for mshr with 64-bit indexing mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the development files with support for 64-bit indexing (libdolfin64 and PETSc-64). Package: libmuffin-dev Description-md5: d928b101f71b9d4630ab309e6bd9ffa7 Description-en: window and compositing manager (development files) Muffin is a window manager performing compositing as well based on GTK+ and Clutter and used in Cinnamon desktop environment. . This package contains the development files. Package: libmuffin0 Description-md5: 1e178c92317a2bd556fb60b23ea5cef1 Description-en: window and compositing manager (shared library) Muffin is a window manager performing compositing as well based on GTK+ and Clutter and used in Cinnamon desktop environment. . This package contains the shared library. Package: libncbi-ngs-dev Description-md5: 3422bc1afe8fcaeaf775092e387806dd Description-en: Next Generation Sequencing language Bindings (C++ development) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . This is the full development package. Package: libncbi-ngs3 Description-md5: eea05f384e3aa5790614840e037c0cad Description-en: Next Generation Sequencing language Bindings (full runtime) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. 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: libngs-c++-dev Description-md5: 9534a0a0250642f9581d48e416693286 Description-en: Next Generation Sequencing language Bindings (C++ development) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . This is the development package for C++ usage. Package: libngs-c++3 Description-md5: 0fec940c649cd38f828013b13b889f53 Description-en: Next Generation Sequencing language Bindings (C++ runtime) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. Package: libngs-java Description-md5: 7e9c9b034df5ad8390e688ab3dbb4b4b Description-en: Next Generation Sequencing language Bindings (Java bindings) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . Java bindings. Package: libngs-java-doc Description-md5: 0b28558f8410c16ac13258cb3eb503e2 Description-en: Next Generation Sequencing language Bindings (Java documentation) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . Documentation for the Java bindings. Package: libngs-jni Description-md5: ac3f619a761e17f97e3175d723403d2c Description-en: Next Generation Sequencing language Bindings (Java native binding) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . Java native bindings. Package: libns3-dev Description-md5: b04c39395592e83014e68bd13544c81b Description-en: Static and header files of ns-3 ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use. ns-3 is intended as an eventual replacement for the popular ns-2 simulator. The project acronym “nsnam” derives historically from the concatenation of ns (network simulator) and NAM (network animator). . This package contains static libraries, header files. Package: libns3.39 Description-md5: b7ee6eaa287b7316a4ad8b00fbd1c4a0 Description-en: shared libraries of ns-3 ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use. ns-3 is intended as an eventual replacement for the popular ns-2 simulator. The project acronym “nsnam” derives historically from the concatenation of ns (network simulator) and NAM (network animator). . This package contains shared libraries. Package: libnss-myhostname Description-md5: 0bec93cc0b56ef90c11c1a7842dd8f8a Description-en: nss module providing fallback resolution for the current hostname This package contains a plugin for the Name Service Switch, providing host name resolution for the locally configured system hostname as returned by gethostname(2). It returns all locally configured public IP addresses or -- if none are configured, the IPv4 address 127.0.1.1 (which is on the local loopback) and the IPv6 address ::1 (which is the local host). . A lot of software relies on that the local host name is resolvable. This package provides an alternative to the fragile and error-prone manual editing of /etc/hosts. . Installing this package automatically adds myhostname to /etc/nsswitch.conf. Package: libnss-resolve Description-md5: 2dce7349d41cde95481f217d1250a7a1 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-resolved package). . Installing this package automatically adds resolve to /etc/nsswitch.conf. Package: libobjc-13-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: libobjc4 Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: liboctave-dev Description-md5: c6d984af51054f08a52fc69d81d4538d Description-en: transitional dummy package for GNU Octave development The only purpose of this package is to ensure a smooth upgrade to the new 'octave-dev' package which replaces 'liboctave-dev'. It can be safely removed. Package: libodoc-ocaml Description-md5: c335bf33ba137a409ce130f6b46f3777 Description-en: documentation generator for OCaml (runtime libraries) Odoc is a documentation generator for the OCaml programming language. It reads doc comments contained in OCaml source code, delimited with (** ... *), and produces HTML. . Odoc's main advantage over ocamldoc is an accurate cross-referencer, which handles the complexity of the OCaml module system. Odoc also offers a good opportunity to improve HTML output compared to ocamldoc. . Furthermore, odoc can be used by dune to generate documentation of OCaml projects using dune as a build-system. . This package contains the runtime files. Package: libodoc-ocaml-dev Description-md5: 28311ef57783319966135be82ce8f6c9 Description-en: documentation generator for OCaml (development libraries) Odoc is a documentation generator for the OCaml programming language. It reads doc comments contained in OCaml source code, delimited with (** ... *), and produces HTML. . Odoc's main advantage over ocamldoc is an accurate cross-referencer, which handles the complexity of the OCaml module system. Odoc also offers a good opportunity to improve HTML output compared to ocamldoc. . Furthermore, odoc can be used by dune to generate documentation of OCaml projects using dune as a build-system. . This package contains the development files. Package: libomp-16-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-16-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-dev Description-md5: 202f0fbb693fa89b277f9dba961a9e52 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. . This is a dependency package providing the default LLVM OpenMP dev package. Package: libomp5 Description-md5: f0e76b8e06c2e1d37034b8d9c209ff96 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. . This is a dependency package providing the default LLVM OpenMP runtime. Package: libomp5-16 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: libopen3d-dev Description-md5: 7f50e228865cfccefabbd802df6d9d7c Description-en: Library for 3D data processing - development headers Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package contains the development headers for C++ Package: libopen3d0.17 Description-md5: 293b80c6ea389274989a61431706a06e Description-en: Library for 3D data processing Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. Package: libopencv-calib3d-dev Description-md5: 6fa8bbc49890409f7379d46a70aa25c7 Description-en: development files for libopencv-calib3d406 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-calib3d406 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: 871096c22245785c3978fb214c3893c0 Description-en: development files for libopencv-contrib406 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-contrib406 Description-md5: 0241e8bc62e4fd7f2560053621390167 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 - barcode - bgsegm - bioinspired - ccalib - cnn_3dobj - cvv - datasets - dpm - face - freetype - fuzzy - hdf - hfs - img_hash - line_descriptor - matlab - optflow - ovis - phase_unwrapping - plot - reg - rgbd - saliency - sfm - stereo - structured_light - surface_matching - tracking - ximgproc - xobjdetect - xphoto - wechat-qrcode . 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: 3d17f7f1ba9eb9421c95483cf6d64e54 Description-en: development files for libopencv-core406 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-core406 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-dnn-dev Description-md5: d3a807f5d7967ccbc80e4a988796cc6e Description-en: development files for libopencv-dnn406 This package contains the header files and static library needed to compile in deep neural network module. . 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-dnn406 Description-md5: 72ced12aa6915ca1fd2c25f0f814929c Description-en: computer vision Deep neural network module This package contains the OpenCV (Open Computer Vision) deep neural network module. . 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: 6c26d62a531852ab4b6a04a19171f3fe Description-en: development files for libopencv-features2d406 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-features2d406 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: 77e4722498f0a3d5f0d488fe8ed4ab77 Description-en: development files for libopencv-flann406 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-flann406 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: 886f207e7a8eccdd243c4153eda886fb Description-en: development files for libopencv-highgui406 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-highgui406 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: f3e2a6197fc50a4e6678169377a83467 Description-en: development files for libopencv-imgcodecs406 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-imgcodecs406 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: 5212eaa76e7ec35b1d9a1c2d98c88913 Description-en: development files for libopencv-imgproc406 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-imgproc406 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-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: libopencv-ml-dev Description-md5: 59b8c032f8a5b48d9671d25e2bf3c32d Description-en: development files for libopencv-ml406 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-ml406 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: db360463407baebb58734d28a6e5be33 Description-en: development files for libopencv-objdetect406 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-objdetect406 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: 1399e5de652e5663fd6730221ed66077 Description-en: development files for libopencv-photo406 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-photo406 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: 90b9f501f3f29d05e3cb08196119e7ac Description-en: development files for libopencv-shape406 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-shape406 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: a88d72c68f27717bd16a068c077ddcb3 Description-en: development files for libopencv-stitching406 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-stitching406 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: 1bff9d948585dbca1d81c0af255dfb36 Description-en: development files for libopencv-superres406 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-superres406 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-video-dev Description-md5: e6b87c9c9089f6bd8f346e657e5fc07a Description-en: development files for libopencv-video406 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-video406 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: 586db21edc16144baaf34937ae778a1c Description-en: development files for libopencv-videoio406 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-videoio406 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: 24a7c5772d67e254f83d33b3f370215d Description-en: development files for libopencv-videostab406 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-videostab406 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: f41181c325f574ea64f09251f0b39be9 Description-en: development files for libopencv-viz406 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-viz406 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: libopencv406-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: libopm-common Description-md5: fa2fdadcd9a8abc6b4fb3956d49e0678 Description-en: Tools for Eclipse reservoir simulation files -- library The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . The Eclipse file format is widely used in the reservoir simulation community. This package provides library containing code for processing files in Eclipse format as well as utility code used by other OPM modules. Package: libopm-common-bin Description-md5: 0b7721ca0bfd02d60520174005663530 Description-en: Tools for Eclipse reservoir simulation files -- utility programs The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . The Eclipse file format is widely used in the reservoir simulation community. This package provides utility programs to process files in this format, like for comparing two files, converting between binary version and formatted text file format, etc. Package: libopm-common-dev Description-md5: 9f0c4321a4edd4076d38b2289c90d613 Description-en: Tools for Eclipse reservoir simulation files -- development files The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . This package contains the shared buildsystem of all OPM modules, the headers for input, parsing, and output of files in Eclipse format, a format widely used in the reservoir simulation community, and generic utilities used in other OPM modules. Package: libopm-common-doc Description-md5: 6d3a99580e17a54e28dd7e4ae43c3909 Description-en: Tools for Eclipse reservoir simulation files -- documentation The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . This package contains the source code documentation of library and tools for Eclipse reservoir simulation files. Package: libopm-grid Description-md5: 43e564721b92f6c16ececf703742368f Description-en: DUNE grid implementations for reservoir simulation -- library The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-grid provides implementations of grids for reservoir simulation, corner point or more general pillar grids, following the DUNE grid interface: CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial grid implementation of an unstructured, legacy, grid. . A standard grid type in the petroleum industry, corner-point grids fills the domain with a relatively low number of cells while still providing sufficient flexibility to model faults, fractures and erosion. The grid format was originally designed with an eye towards geological modeling rather than numerical simulation, but is still suitable for e.g. low order finite volume discretizations. . This package provides the library of the grid implementations. Package: libopm-grid-bin Description-md5: daf5cfbf8d555d141fbbbe8e0be74f29 Description-en: corner point grid utility programs The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-grid provides implementations of grids for reservoir simulation, corner point or more general pillar grids, following the DUNE grid interface: CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial grid implementation of an unstructured, legacy, grid. . A standard grid type in the petroleum industry, corner-point grids fills the domain with a relatively low number of cells while still providing sufficient flexibility to model faults, fractures and erosion. The grid format was originally designed with an eye towards geological modeling rather than numerical simulation, but is still suitable for e.g. low order finite volume discretizations. . This package provides programs to mirror corner point grids specified in Eclipse file format and convert the corner point grid representation of an Eclipse together with permeability/porosity to file suitable for visualization with Paraview. Package: libopm-grid-dev Description-md5: fb8a51ca678b8a489fe8c21af32a4f03 Description-en: DUNE grid implementations for reservoir simulation -- development files The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-grid provides implementations of grids for reservoir simulation, corner point or more general pillar grids, following the DUNE grid interface: CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial grid implementation of an unstructured, legacy, grid. . A standard grid type in the petroleum industry, corner-point grids fills the domain with a relatively low number of cells while still providing sufficient flexibility to model faults, fractures and erosion. The grid format was originally designed with an eye towards geological modeling rather than numerical simulation, but is still suitable for e.g. low order finite volume discretizations. . This package provides the development files for the grid implementations, i.e. the headers and shared library links. Package: libopm-grid-doc Description-md5: d590b623b755f72e4588ba78c88f1dd8 Description-en: DUNE grid implementations for reservoir simulation -- documentation The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-grid provides implementations of grids for reservoir simulation, corner point or more general pillar grids, following the DUNE grid interface: CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial grid implementation of an unstructured, legacy, grid. . A standard grid type in the petroleum industry, corner-point grids fills the domain with a relatively low number of cells while still providing sufficient flexibility to model faults, fractures and erosion. The grid format was originally designed with an eye towards geological modeling rather than numerical simulation, but is still suitable for e.g. low order finite volume discretizations. . This package provides the source code documentation of the grid implementations. Package: libopm-material-dev Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libopm-material-doc Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libopm-models-dev Description-md5: a65ae495331050b8cfef5464736d4fff Description-en: C++ simulation framework for porous media flow -- development files The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-models is a header-only simulation framework which is primary focused on fully implicit models for flow and transport in porous media. It uses finite volume schemes for discretization and automatic differentiation for calculating the Jacobians. Its main objectives is to provide an easily usable, well maintainable, high performance framework which is capable of capturing all macro-scale scenarios relevant for academic research and industrial applications involving flow and transport processes in porous media. . This package provides the development files (headers) needed to build applications based on opm-models. Package: libopm-models-doc Description-md5: 294105228c4c010ac772853318b3e41f Description-en: C++ simulation framework for porous media flow -- documentation The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery . opm-models is a header-only simulation framework which is primary focused on fully implicit models for flow and transport in porous media. It uses finite volume schemes for discretization and automatic differentiation for calculating the Jacobians. Its main objectives is to provide an easily usable, well maintainable, high performance framework which is capable of capturing all macro-scale scenarios relevant for academic research and industrial applications involving flow and transport processes in porous media. . opm-models is a simulation framework which is primary focused on fully implicit models for flow and transport in porous media. It uses finite volume schemes for discretization and automatic differentiation for calculating the Jacobians. Its main objectives is to provide an easily usable, well maintainable, high performance framework which is capable of capturing all macro-scale scenarios relevant for academic research and industrial applications involving flow and transport processes in porous media. . This package provides the documentation of the source code. Package: libopm-simulators Description-md5: 56e1acedd6234c496183c4235f53d8b5 Description-en: Open porous media / reservoir simulators -- library The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-simulators provides a research (ebos) and a production (flow) fully implicit black-oil simulators, supporting one to three phases and supporting solvent and polymer options. It uses cell centered finite volume schemes with two point flux approximation and automatic differentiation for the discretization and uses state of the art linear and nonlinear solvers. It supports standard and multi segment well models and reading and writing file in Eclipse format, a very common format used in the oil reservoir simulation community. . Package provides the library used by the research (ebos) and production (flow) fully implicit black-oil simulators. Package: libopm-simulators-bin Description-md5: a53078b54969f0808458867bd6bb2768 Description-en: Parallel porous media / reservoir simulators -- applications The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-simulators provides a research (ebos) and a production (flow) fully implicit black-oil simulators, supporting one to three phases and supporting solvent and polymer options. It uses cell centered finite volume schemes with two point flux approximation and automatic differentiation for the discretization and uses state of the art linear and nonlinear solvers. It supports standard and multi segment well models and reading and writing file in Eclipse format, a defacto industry standard in the oil reservoir simulation community. . Package provides the simulation programs. Package: libopm-simulators-dev Description-md5: 2081827cf2da00f50fdbcc42d393ba35 Description-en: Parallel porous media / reservoir simulators -- development files The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-simulators provides a research (ebos) and a production (flow) fully implicit black-oil simulators, supporting one to three phases and supporting solvent and polymer options. It uses cell centered finite volume schemes with two point flux approximation and automatic differentiation for the discretization and uses state of the art linear and nonlinear solvers. It supports standard and multi segment well models and reading and writing file in Eclipse format, a very common format used in the oil reservoir simulation community. . Package provides the development files (headers and shared library links). Package: libopm-simulators-doc Description-md5: 8b23700b16a9d881dea6ba8c0f73dea2 Description-en: Open porous media / reservoir simulators -- documentation The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-simulators provides a research (ebos) and a production (flow) fully implicit black-oil simulators, supporting one to three phases and supporting solvent and polymer options. It uses cell centered finite volume schemes with two point flux approximation and automatic differentiation for the discretization and uses state of the art linear and nonlinear solvers. It supports standard and multi segment well models and reading and writing file in Eclipse format, a very common format used in the oil reservoir simulation community. . Package provides documentation of the source code of the simulators. Package: libopm-upscaling Description-md5: f5adbe2326af653914969fa715f89e1a Description-en: Porous media upscaling tools -- library The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-upscaling provides tools for single phase and relative permeability upscaling. During upscaling effective parameters (like porosity, permeability, and capillary pressure) for a simulation on a coarser scale are computed from properties of a simulation on a fine scale. . Package provides the shared library used by the upscaling applications. Package: libopm-upscaling-bin Description-md5: 341212c591ed4e125a15eda09b058803 Description-en: Porous media upscaling tools -- applications The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-upscaling provides tools for single phase and relative permeability upscaling. During upscaling effective parameters (like porosity, permeability, and capillary pressure) for a simulation on a coarser scale are computed from properties of a simulation on a fine scale. . Package provides the upscaling applications. Package: libopm-upscaling-dev Description-md5: 08651316d101be599bb4e8f3ced0912f Description-en: Porous media upscaling tools -- development files The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-upscaling provides tools for single phase and relative permeability upscaling. During upscaling effective parameters (like porosity, permeability, and capillary pressure) for a simulation on a coarser scale are computed from properties of a simulation on a fine scale. . Package provides the development files (headers and shared library links). Package: libopm-upscaling-doc Description-md5: 64dcfd2b0519df9e7e7ab43e35aff3fc Description-en: Porous media upscaling tools -- documentation The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-upscaling provides tools for single phase and relative permeability upscaling. During upscaling effective parameters (like porosity, permeability, and capillary pressure) for a simulation on a coarser scale are computed from properties of a simulation on a fine scale. . Package provides the documentation of the source code. Package: libotp0-heimdal Description-md5: 6390958186e4638a428e5ae7c9683f6f Description-en: Heimdal Kerberos - OTP support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for OTP support. Package: libpam-slurm Description-md5: 035a8fde10a3e36e6768e0962da94426 Description-en: PAM module to authenticate using the Slurm resource manager The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. Pluggable Authentication Module (PAM) for restricting access to compute nodes where Slurm performs resource management. Access to the node is restricted to user root and users who have been allocated resources on that node. Package: libpam-slurm-adopt Description-md5: b2879f460905c22e7d0452e9df8102d0 Description-en: PAM module to authenticate users running a Slurm job and track their processes The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. Pluggable Authentication Module (PAM) for restricting access to compute nodes where Slurm performs resource management to users who have a running job. The user's connection is "adopted" into the "external" step of the job so that processes spawned are tracked and Slurm can perform a complete cleanup when the job is completed. Package: libpam-slurm-adopt-dev Description-md5: 06ed6a21cad0d38ff836613ca9898d37 Description-en: Slurm adopt PAM module development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. Pluggable Authentication Module (PAM) for restricting access to compute nodes where Slurm performs resource management to users who have a running job. The user's connection is "adopted" into the "external" step of the job so that processes spawned are tracked and Slurm can perform a complete cleanup when the job is completed. This package contains development files for the Slurm adopt pam module Package: libpam-slurm-dev Description-md5: 1609da7a2de1fc13619bc2eebce6d999 Description-en: Slurm PAM module development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. Pluggable Authentication Module (PAM) for restricting access to compute nodes where Slurm performs resource management. Access to the node is restricted to user root and users who have been allocated resources on This package contains development files for the Slurm pam module Package: libpmi0 Description-md5: 573fb95da72ca131b33b23144ccf47bd Description-en: Slurm PMI library implementation The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the Slurm PMI runtime implementation. Package: libpmi0-dev Description-md5: ba76cb412188d19b10fb458fd18b5282 Description-en: Slurm PMI library implementation development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the Slurm PMI implementation static library and header files Package: libpmi2-0 Description-md5: 2b10862150992da0b37c78197953673c Description-en: Slurm PMI2 library implementation The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the Slurm PMI2 runtime implementation. Package: libpmi2-0-dev Description-md5: 3aa069a7f30bf9e49b0824cede98513a Description-en: Slurm PMI2 library implementation development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the Slurm PMI2 implementation static library and header files Package: libpolly-16-dev Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7 Description-en: High-level loop and data-locality optimizer Uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program 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: libpostproc56 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: libptime-ocaml Description-md5: 34437bd4eec361b86446dae69f9fa2dc Description-en: POSIX time for OCaml (runtime) Ptime has platform independent POSIX time support in pure OCaml. It provides a type to represent a well-defined range of POSIX timestamps with picosecond precision, conversion with date-time values, conversion with RFC 3339 timestamps and pretty printing to a human-readable, locale-independent representation. . This package contains runtime files. Package: libptime-ocaml-dev Description-md5: 9b2e9217050fa70d0f080b42a652f23a Description-en: POSIX time for OCaml (development) Ptime has platform independent POSIX time support in pure OCaml. It provides a type to represent a well-defined range of POSIX timestamps with picosecond precision, conversion with date-time values, conversion with RFC 3339 timestamps and pretty printing to a human-readable, locale-independent representation. . This package contains development files. Package: libqt6concurrent6 Description-md5: 9cec83c0f4093047ba7e32ad593d5a17 Description-en: Qt 6 concurrent 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 QtConcurrent module contains functionality to support concurrent execution of program code. Package: libqt6core6 Description-md5: ed80e594b46abbc607aba1af415d15fe Description-en: Qt 6 core 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 QtCore module contains core non-GUI functionality. Package: libqt6dbus6 Description-md5: 20382f17c87d23906db49d6aff3e0465 Description-en: Qt 6 D-Bus 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 QtDBus module is a Unix-only library that you can use to make Inter-Process Communication using the D-Bus protocol. . Applications using the QtDBus module can provide services to other, remote applications by exporting objects, as well as use services exported by those applications by placing calls and accessing properties. Package: libqt6gui6 Description-md5: f07aad264aff41f35affdd7048a48ba2 Description-en: Qt 6 GUI 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 QtGui module extends QtCore with GUI functionality. Package: libqt6labsanimation6 Description-md5: afcd1fef418d1e2ec3ac2ce02ae8e7f4 Description-en: Qt 6 Labs Animation 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 Labs Animation support library. Package: libqt6labsfolderlistmodel6 Description-md5: aea981e143b44b8a0cffe6024ecfa167 Description-en: Qt 6 Labs FolderListModel 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 Labs FolderListModel support library. Package: libqt6labsqmlmodels6 Description-md5: f8c5f8c7206442d23cc02db4def20580 Description-en: Qt 6 Labs QML Models 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 Labs QML Models support library. Package: libqt6labssettings6 Description-md5: 44be0ee7a328b0e797aa6719a1435bfd Description-en: Qt 6 Labs Settings 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 Labs Settings support library. Package: libqt6labssharedimage6 Description-md5: cf54b046dc62248a749b97b3b51b70e2 Description-en: Qt 6 Labs Shared Image 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 Labs Shared Image support library. Package: libqt6labswavefrontmesh6 Description-md5: 913605b22b26bfeeea95928f20cddb89 Description-en: Qt 6 Labs WavefrontMesh 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 Labs WavefrontMesh support library. Package: libqt6network6 Description-md5: d7dc5b8f2c46f21b15001c31c8361c8a Description-en: Qt 6 network 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 QtNetwork module offers classes that allow you to write TCP/IP clients and servers. It provides classes to make network programming easier and portable. Package: libqt6networkauth6 Description-md5: fb8883324f70d5b0cd4cea9760ea1e48 Description-en: Qt 6 NetworkAuth 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 Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users' passwords. . This package contains the Qt 6 NetworkAuth libraries. Package: libqt6opengl6 Description-md5: ab5139665c337d66ad0eee00d9dc3f85 Description-en: Qt 6 OpenGL 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 QtOpenGL module offers classes that make it easy to use OpenGL in Qt applications. . OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D rendering and provides little or no support for GUI programming issues. Package: libqt6openglwidgets6 Description-md5: fda40a8dcce2f181f56eb4d655f044b5 Description-en: Qt 6 OpenGL widgets 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 QtOpenGL module offers classes that make it easy to use OpenGL in Qt applications. . OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D rendering and provides little or no support for GUI programming issues. . The OpenGL widgets module provides the widget for rendering OpenGL graphics. Package: libqt6printsupport6 Description-md5: dcb2db28fa663896211cb6e41decc68c Description-en: Qt 6 print support 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 QtPrintSupport module provides classes to make printing easier and portable. Package: libqt6qml6 Description-md5: 9e821bae74d9c630c5c1bbd309c8915d Description-en: Qt 6 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: libqt6qmlcompiler6 Description-md5: 7c399dad5212c1282ecac1644a98525c Description-en: Qt 6 QML Compiler 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 QML Compiler library. Package: libqt6qmlcore6 Description-md5: 1681643ad091aab51554446076ee17d7 Description-en: Qt 6 QML Core 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 QML Core support library. Package: libqt6qmllocalstorage6 Description-md5: 15de079db3fbd0ee1a052300381f90ea Description-en: Qt 6 QML Local Storage 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 QML Local Storage support library. Package: libqt6qmlmodels6 Description-md5: 11d07bf5cec96ccbf30583e2f7e170a9 Description-en: Qt 6 QML Models 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 QML Models support library. Package: libqt6qmlworkerscript6 Description-md5: bcc0f0d893d9ca241d5c55038759b573 Description-en: Qt 6 QML WorkerScript 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 QML WorkerScript support library. Package: libqt6qmlxmllistmodel6 Description-md5: ae5171b974d31f68faa7a7e160e1a040 Description-en: Qt 6 QML XmlListModel 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 QML XmlListModel support library. Package: libqt6quick6 Description-md5: 5a6117382d335f1384293dead42fd8de Description-en: Qt 6 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: libqt6quickcontrols2-6 Description-md5: 8836d2ddb12c61d29938412dd3bd224e Description-en: Qt 6 Quick Controls 2 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 Controls 2 support library. Package: libqt6quickcontrols2impl6 Description-md5: 833f222dbb3eab95a892e21b95bba07c Description-en: Qt 6 Quick Controls 2 Impl 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 Controls 2 Impl support library. Package: libqt6quickdialogs2-6 Description-md5: a3b955e504df430851d0080924bb045f Description-en: Qt 6 Quick Dialogs 2 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 Dialogs 2 support library. Package: libqt6quickdialogs2quickimpl6 Description-md5: 128de366fc0274c966d1f5cd9ed2cf53 Description-en: Qt 6 Quick Dialogs 2 Quick Impl 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 Dialogs 2 Quick Impl support library. Package: libqt6quickdialogs2utils6 Description-md5: 4a5b9c36fd0b73a91c00d741269d67d8 Description-en: Qt 6 Quick Dialogs 2 Utils 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 Dialogs 2 Utils support library. Package: libqt6quicklayouts6 Description-md5: efbfd874f0a21c51c17b28861651f401 Description-en: Qt 6 Quick Layouts 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 Layouts support library. Package: libqt6quickparticles6 Description-md5: f2fe6954c0fec73bf0eea924cd28496c Description-en: Qt 6 Quick particles 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 Particles support library. Package: libqt6quickshapes6 Description-md5: d624e23b18487f8e5c538b3e85c0f7c3 Description-en: Qt 6 Quick Shapes 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 Shapes support library. Package: libqt6quicktemplates2-6 Description-md5: 1769134644a834e2569b0dc2785ea1bb Description-en: Qt 6 Quick Templates 2 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 Templates 2 support library. Package: libqt6quicktest6 Description-md5: 892ace3716699467cf464afdafebb5b3 Description-en: Qt 6 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: libqt6quickwidgets6 Description-md5: 418d01bb487412fce92b8e7c0aac5b1c Description-en: Qt 6 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: libqt6shadertools6 Description-md5: ca473c82ae3e7e5f7d02c12b50bc7b2b Description-en: Qt 6 shader tools 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 QTShaderTools module contains APIs and tools to provide functionality for the shader pipeline used by QtQuick. Package: libqt6sql6 Description-md5: 57e79d838a6fcee7447f0e8d47e77121 Description-en: Qt 6 SQL 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 QtSql module helps you provide seamless database integration to your Qt applications. Package: libqt6sql6-ibase Description-md5: 2115a91d0211d788aae589355ea1607a Description-en: Qt 6 Firebird database driver This package contains the Firebird plugin for Qt 6. . Install it if you intend to use or write Qt programs that are to access a Firebird/InterBase DB. Package: libqt6sql6-mysql Description-md5: 16631a538bfca86f8fd1847b0951a3ca Description-en: Qt 6 MySQL database driver This package contains the MySQL plugin for Qt 6. . Install it if you intend to use or write Qt programs that are to access a MySQL DB. Package: libqt6sql6-odbc Description-md5: 2efb5f41197d91ce21a9548565aeda61 Description-en: Qt 6 ODBC database driver This package contains the ODBC plugin for Qt 6. . Install it if you intend to use or write Qt programs that are to access an ODBC DB. Package: libqt6sql6-psql Description-md5: 99db9d30d2cd0b7c8e26d832434bcf1e Description-en: Qt 6 PostgreSQL database driver This package contains the PostgreSQL plugin for Qt 6. . Install it if you intend to use or write Qt programs that are to access a PostgreSQL DB. Package: libqt6sql6-sqlite Description-md5: e4d133d22563b7455e47e1144e40a2b6 Description-en: Qt 6 SQLite 3 database driver This package contains the SQLite 3 plugin for Qt 6. . Install it if you intend to use or write Qt programs that are to access an SQLite 3 DB. Package: libqt6test6 Description-md5: 04fef6f2638f7e52d1818d6708483554 Description-en: Qt 6 test 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 QtTest module provides classes for unit testing Qt applications and libraries. Package: libqt6widgets6 Description-md5: dee1fa987803bb779f9789877ed5e2c5 Description-en: Qt 6 widgets 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 QtWidgets module extends QtGui with C++ widget functionality. Package: libqt6xml6 Description-md5: cc74db0521d7ab3d5dd5db432fb38e34 Description-en: Qt 6 XML 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 QtXml module provides a stream reader and writer for XML documents, and C++ implementations of SAX and DOM. Package: libqtpropertybrowser-dev Description-md5: 0b27dd2131dcb793652328ce1f7ad328 Description-en: Qt Property Browser Library - development A framework providing a set of graphical editors for Qt properties similar to the one used in Qt Designer. . This package contains development files needed to build applications using Qt Property Browser Package: libqtpropertybrowser5 Description-md5: de188948f9f3ab759a084b870302323d Description-en: Qt Property Browser Library - runtime A framework providing a set of graphical editors for Qt properties similar to the one used in Qt Designer. . This package contains the shared libraries needed to run applications linked against libqtpropertybrowser5. Package: libreoffice Description-md5: 9614e13c8592ae9a0c81c629137ef53e 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-11-jre | openjdk-8-jre | java8-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-avmedia-backend-gstreamer Description-md5: ec62ab16ee0666e01ee5915457261f88 Description-en: transitional package for GStreamer backend for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package used to contain the GStreamer backend for LibreOffice. This has now been merged into the "core" package and this package thus can be safely removed once installed. 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: 95a600bf1d7e583b757fe5b8ea210d10 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 . You can extend this by installing: . * unixodbc: ODBC database support * libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | odbc-mdbtools: ODBC drivers for: - MySQL - PostgreSQL - SQLite - MS SQL / Sybase SQL - *.mdb (JET / MS Access) * libmariadb-java | libpg-java | libjtds-java: JDBC Drivers for: - MySQL/MariaDB - 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-sdbc-mysql: MySQL/MariaDB SDBC Driver Package: libreoffice-base-nogui Description-md5: e83dd6cdb7c67ccb13c0407fd6a32ebc Description-en: office productivity suite -- database (no GUI variant) 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-calc-nogui Description-md5: ed9483b973f6b2dd25d568b6ef77d8c4 Description-en: office productivity suite -- spreadsheet (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the spreadsheet component for LibreOffice for use with libreoffice-core-nogui. Package: libreoffice-core-nogui Description-md5: d16e9871c20b5b5c8f38d6d74c8dfe8e Description-en: office productivity suite -- arch-dependent files (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-dependent core files of LibreOffice without GUI support for server-based or commandline usage of LibreOffice. Package: libreoffice-dev-gui Description-md5: c7381cdfc5446c44dd4085615626c61e Description-en: office productivity suite -- "GUI" development stuff LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the gengal utility which was moved from libreoffice-dev. Package: libreoffice-draw-nogui Description-md5: c4d7d9707b31ef9344d70e006f7a27af Description-en: office productivity suite -- drawing (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the drawing component for LibreOffice. Package: libreoffice-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-gtk2 Description-md5: 16f95bd9c26683a4b4582a981ca1a3a2 Description-en: transitional package for LibreOffice gtk2 backend This package used to contain the LibreOffice gtk2 backend. . You can safely remove this package. Package: libreoffice-gtk4 Description-md5: 7cbb2e1ddd519ed979f5c41206377dd3 Description-en: office productivity suite -- GTK+ 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 Gtk plugin for drawing LibreOffices widgets with Gtk+ 4 and Gtk/GNOMEish print dialog. . You need to enable it manually by export SAL_USE_VCLPLUGIN=gtk4. Package: libreoffice-impress-nogui Description-md5: 10ce2c27d434135cd9308937c1bdb31c Description-en: office productivity suite -- presentation (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the presentation component for LibreOffice. Package: libreoffice-kde4 Description-md5: e4e138701097a40ac3baad803dbce01d Description-en: transitional package for LibreOffice KDE integration This package used to contain the LibreOffice KDE 4 backend. . You can safely remove this package. Package: libreoffice-kde5 Description-md5: 9ba37e0af16899bba520effef300bdf2 Description-en: transitional package for LibreOffice "KDE 5" integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package used to contain the "KDE 5" integration. It was split into -kf5 (KF5 UI plugin) and -plasma (some Plasma integration). This packsge can be safely removed once installed. Package: libreoffice-kf5 Description-md5: 60a27e47a640a57cbd044cc3528831f5 Description-en: office productivity suite -- KDE Frameworks 5 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the KF5 plugin for LibreOffice and a KF5-based File Picker when running under Plasma. Package: libreoffice-librelogo Description-md5: cdaef056eb365a457e28772fa2fd9de6 Description-en: Logo-like programming 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 programming 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-math-nogui Description-md5: e104f51d572d2ee302d3c3550e97e6ff Description-en: office productivity suite -- equation editor (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the equation editor component for LibreOffice. Package: libreoffice-mysql-connector Description-md5: f67e8b039d42be412b79ebf1381a0f85 Description-en: transitional package for 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. . This package used to contain the LibreOffice MySQL/MariaDB Connector extension. This has now been added to the "main" packages (libreoffice-sdbc-mysql) and this package thus can be safely removed once installed. Package: libreoffice-nogui Description-md5: b2664061ba9641158b0a41d2c958aa3e Description-en: office productivity suite (metapackage, no GUI) 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 . WITHOUT GUI SUPPORT. . This package is intended mostly for scripting needs. Package: libreoffice-ogltrans Description-md5: e0adf62d9e3c2e44012570545627fe8d Description-en: transitional package for libreoffice-ogltrans This package used to contain the OpenGL slide transitions for LibreOffice Impress. That has been merged into libreoffice-impress directly and thus this package can be safely removed. Package: libreoffice-plasma Description-md5: 962e5fa862a2425941adbcdb81054cc7 Description-en: office productivity suite -- some Plasma integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains some minor Plasma integration (like AppData and "Create New..." integration) and a KDE/KF5 configuration backend. Package: libreoffice-qt5 Description-md5: 459572943562e2a51d6e9c1c30d84c71 Description-en: office productivity suite -- Qt 5 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Qt 5 plugin for drawing LibreOffices widgets with Qt 5 and a Qt File Picker and print dialog. . You need to enable it manually by export SAL_USE_VCLPLUGIN=qt5 if you are not using Plasma. Package: libreoffice-qt6 Description-md5: a45aee748dd8cc60d61451e1f7253f31 Description-en: office productivity suite -- Qt 6 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Qt 6 plugin for drawing LibreOffices widgets with Qt 6 and a Qt File Picker and print dialog. . You need to enable it manually by export SAL_USE_VCLPLUGIN=qt6. 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-report-builder-bin-nogui Description-md5: 6d5263ac65fb4d1c4c7caf8eb713944d Description-en: LibreOffice component for building database reports -- libraries (no GUI variant) 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-mysql Description-md5: 1022a8fb85f50d65847256d96ae25e4f Description-en: MariaDB/MySQL SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The MariaDB/MySQL driver allows one to use the MariaDB or MySQL 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-smoketest-data Description-md5: 7540f40cccbf63cb8381dca8979a0828 Description-en: data files for LibreOffices "smoketest" Data files for the LibreOffice "smoketest". Package: libreoffice-style-breeze Description-md5: b3a725e09462ccaec72c3b8bb964827b Description-en: office productivity suite -- Breeze 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 "breeze" symbol style, default style for KDE 5. Package: libreoffice-style-galaxy Description-md5: cbafee8b95c2851c166a1f1a2f92ac6c Description-en: transitional package for Galaxy symbol style You can safely remove this package. Package: libreoffice-style-hicontrast Description-md5: c975e10f61063cef8dfc736499943c67 Description-en: transitional package for Hicontrast symbol style You can safely remove this package. Package: libreoffice-style-karasa-jaga Description-md5: 62dc98488a5247cbad91f4e0ec562bcf Description-en: office productivity suite -- Karasa Jaga 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 "karasa_jaga" symbol style. Package: libreoffice-style-oxygen Description-md5: 0eea86d70908d194875d1d231cf95716 Description-en: transitional package for Oxygen symbol style You can safely remove this package. 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-style-sukapura Description-md5: b9dbd94d0660dbc8a05ba918cb3fb897 Description-en: office productivity suite -- Sukapura 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 "sukapura" symbol style. Package: libreoffice-style-tango Description-md5: aaf8968f6a7dfef93cd3c0082bbe8dbd Description-en: transitional package for Tango symbol style You can safely remove this package. Package: libreoffice-subsequentcheckbase Description-md5: cda482c5487d616e1ae7a228fce1d955 Description-en: LibreOffice java test libraries Java libraries LibreOffice subsequentchecks integration test suite Package: libreoffice-systray Description-md5: 7af566a55c39207b389151276dad569a Description-en: transitional package for removed LibreOffice "Quickstarter" You can safely remove this package. 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-writer-nogui Description-md5: 963dc225bb14f9e5974345a7995f16a7 Description-en: office productivity suite -- word processor (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the wordprocessor component for LibreOffice. Package: libridl-java Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890 Description-en: transitional package for LibreOffice UNO runtime environment LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This has now been merged into liblibreoffice-java and this package thus can be safely removed once installed. Package: libroken19-heimdal Description-md5: 09767e23fe6e020c9a8665bbe1cfa203 Description-en: Heimdal Kerberos - roken support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for roken support. Package: librust-ab-glyph-dev Description-md5: c208163c20ec41b422eca1556828b884 Description-en: API for loading, scaling, positioning and rasterizing OpenType font glyphs - Rust source code This package contains the source for the Rust ab_glyph crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-aead-dev Description-md5: da4614e47bd662732b038700c7a34ba5 Description-en: Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API - Rust source code This package contains the source for the Rust aead crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-ahash-dev Description-md5: 320121ba7698b3f790d3f0b55086887d Description-en: non-cryptographic hash function - Rust source code AHash is the fastest, DOS resistant hash currently available in Rust. AHash is intended *exclusively* for use in in-memory hashmaps. . AHash's output is of high quality but aHash is **not** a cryptographically secure hash. . This package contains the source for the Rust ahash crate, packaged for use with cargo and dh-cargo. Package: librust-async-channel-dev Description-md5: 3b4a69c802f5249884a9d90b93e897db Description-en: async multi-producer multi-consumer channel - Rust source code async-channel is a lightweight implementation of asyncronous multi-producer multi-consumer channels. . This package contains the source for the Rust async-channel crate, packaged for use with cargo and dh-cargo. Package: librust-async-executor-dev Description-md5: a04f059b5e33069d7c51831a4ecee266 Description-en: async executors - Rust source code async-executor provides a lighweight implementation of asyncronous executors. . This package contains the source for the Rust async-executor crate, packaged for use with cargo and dh-cargo. Package: librust-async-std-dev Description-md5: 92bc0d2faebb9a8c36c0a0ca06b7745e Description-en: async version of the Rust standard library - Rust source code async-std is a library that looks and feels like the Rust standard library, except everything in it is made to work with async/await exactly as you would expect it to. . This package contains the source for the Rust async-std crate, packaged for use with cargo and dh-cargo. Package: librust-async-tar-dev Description-md5: 6ee0bb7048cd3cd5c1e8616de11c8255 Description-en: An async TAR file reader and writer - Rust source code This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. . This package contains the source for the Rust async-tar crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-auditable-serde-dev Description-md5: 12e62d7fc0d08da875993686085b2a11 Description-en: Serialize/deserialize data encoded by `cargo auditable` - Rust source code This package contains the source for the Rust auditable-serde crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-automod-dev Description-md5: 187068f4d1850c7fce3f296c20af3b5d Description-en: Pull in every source file in a directory as a module - Rust source code This package contains the source for the Rust automod crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-block-padding-dev Description-md5: 0a6097df45030a434af3a9869feb815c Description-en: Padding and unpadding of messages divided into blocks - Rust source code This package contains the source for the Rust block-padding crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-cipher-dev Description-md5: be12e25d045b75e73cc1dc9de18e03f0 Description-en: Traits for describing block ciphers and stream ciphers - Rust source code This package contains the source for the Rust cipher crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-criterion-dev Description-md5: 0669a720dd72813119f6802e57262022 Description-en: statistics-driven micro-benchmarking - Rust source code Criterion.rs helps you write fast Rust code by detecting and measuring performance improvements or regressions, even small ones, quickly and accurately. You can optimize with confidence, knowing how each change affects the performance of your code. . This package contains the source for the Rust criterion crate, packaged for use with cargo and dh-cargo. Package: librust-fs-extra-dev Description-md5: da5d67b7e13f1e186aaa9f23527dcacb Description-en: Expanding std::fs and std::io - Rust source code Recursively copy folders with information about process and much more. . This package contains the source for the Rust fs_extra crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-heapless-dev Description-md5: 2f91a0d4eb68f443355afc026be2a854 Description-en: `static` friendly data structures that don't require dynamic memory allocation - Rust source code This package contains the source for the Rust heapless crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-inout-dev Description-md5: 7b354eeb631a11fd5900b9eccc4d9ebf Description-en: Custom reference types for code generic over in-place and buffer-to-buffer modes of operation - Rust source code This package contains the source for the Rust inout crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-itertools-dev Description-md5: a0a38a4157ddbfb018ea661b68f045a0 Description-en: Extra iterator adaptors, iterator methods, free functions, and macros - Rust source code This package contains the source for the Rust itertools crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-log-dev Description-md5: 5e8de8ddf592f35b618e1c6c619fe539 Description-en: Lightweight logging facade for Rust - Rust source code This package contains the source for the Rust log crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-minijinja-dev Description-md5: c619a2dc39f18f4bde9b62d67f59d4f0 Description-en: Powerful template engine for Rust with minimal dependencies - Rust source code This package contains the source for the Rust minijinja crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-netlink-packet-core-dev Description-md5: fab10381d456eb4162d329e99b33b84c Description-en: Netlink packet types - Rust source code This package contains the source for the Rust netlink-packet-core crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-once-cell-dev Description-md5: 158b91ec18313750ec0985e7a7e4c2bf Description-en: Single assignment cells and lazy values - Rust source code This package contains the source for the Rust once_cell crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-owned-ttf-parser-dev Description-md5: 09ebf709c607e7e525fabe035f5a56d2 Description-en: Ttf-parser plus support for owned data - Rust source code This package contains the source for the Rust owned_ttf_parser crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-oxilangtag-dev Description-md5: 98aa52fc9521a597dc7ea923971a12b9 Description-en: language tag normalization and validation - Rust source code OxiLangTag is a Rust library allowing to validate and normalize language tags following RFC 5646 (BCP 47). . It is a fork of "language-tags" focusing on RDF use cases. You might find the "language-tags" crate more convenient. . Resource Description Framework (RDF) is a standard model for data interchange on the Web. . This package contains the source for the Rust oxilangtag crate, packaged for use with cargo and dh-cargo. Package: librust-papergrid-dev Description-md5: 19f41be0f7fd2c438e7824196de4e4ba Description-en: Core library to print a table - Rust source code This package contains the source for the Rust papergrid crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-plotters-dev Description-md5: 6e6835bd63526c05a91d0b17eed7d1de Description-en: Rust data plotting and drawing library - Rust source code This package contains the source for the Rust plotters crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-proc-macro2-dev Description-md5: 1cccec3458672737ecfc742cccc64859 Description-en: Substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case - Rust source code This package contains the source for the Rust proc-macro2 crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-python-pkginfo-dev Description-md5: b3bfb97e544ff62c4e7c4e633936862f Description-en: Parse Python package metadata from sdist and bdists and etc - Rust source code This package contains the source for the Rust python-pkginfo crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-quote-dev Description-md5: e8855056a2e8e76ef6f47243c127cae2 Description-en: Quasi-quoting macro quote!(...) - Rust source code This package contains the source for the Rust quote crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-ref-cast-dev Description-md5: 8180dddafb85ec003578b9c13100c2f0 Description-en: Safely cast &T to &U where the struct U contains a single field of type T - Rust source code This package contains the source for the Rust ref-cast crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-ref-cast-impl-dev Description-md5: d38339d5c3aa6427daeaa9c8beb313c3 Description-en: Derive implementation for ref_cast::RefCast - Rust source code This package contains the source for the Rust ref-cast-impl crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-rustls-0.20-dev Description-md5: 4fb3318c737bb0a21fc4c4b7adef4ae4 Description-en: modern TLS library written in Rust - Rust source code Rustls is a modern TLS library written in Rust. It uses ring for cryptography and webpki for certificate verification. . Ring is a Rust library implementing safe, fast, small crypto using Rust with BoringSSL's cryptography primitives. . Webpki is a Rust library to validate Web PKI (TLS/SSL) certificates. . This package contains the source for the Rust rustls crate, for use with cargo and dh-cargo. Package: librust-rustls-dev Description-md5: 4fb3318c737bb0a21fc4c4b7adef4ae4 Description-en: modern TLS library written in Rust - Rust source code Rustls is a modern TLS library written in Rust. It uses ring for cryptography and webpki for certificate verification. . Ring is a Rust library implementing safe, fast, small crypto using Rust with BoringSSL's cryptography primitives. . Webpki is a Rust library to validate Web PKI (TLS/SSL) certificates. . This package contains the source for the Rust rustls crate, for use with cargo and dh-cargo. Package: librust-rustls-pemfile-dev Description-md5: 41daac0da2d78bbc27364676a90d186f Description-en: Basic .pem file parser for keys and certificates - Rust source code This package contains the source for the Rust rustls-pemfile crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-rusttype-dev Description-md5: bd8f68431dcb27c58fd7ddbd591de4aa Description-en: Pure Rust alternative to libraries like FreeType - Rust source code RustType provides an API for loading, querying and rasterising TrueType fonts. It also provides an implementation of a dynamic GPU glyph cache for hardware font rendering. . This package contains the source for the Rust rusttype crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-serde+serde-derive-dev Description-md5: e567a037b6e34c4bd0c5299bf6e83336 Description-en: Generic serialization/deserialization framework - feature "serde_derive" and 1 more This metapackage enables feature "serde_derive" for the Rust serde crate, by pulling in any additional dependencies needed by that feature. . Additionally, this package also provides the "derive" feature. Package: librust-serde-bytes-dev Description-md5: 5a092c6643e036782da3d13226c1da86 Description-en: Optimized serde handling of u8 Vec and array - Rust source code This package contains the source for the Rust serde_bytes crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-serde-derive-dev Description-md5: 1d8aa07260bcfddacf02305858eb3349 Description-en: Macros 1.1 #[derive(Serialize, Deserialize)] - Rust source code This package contains the source for the Rust serde_derive crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-serde-dev Description-md5: 5f6f1e572cffd887de16dde3d5f63dfb Description-en: Generic serialization/deserialization framework - Rust source code This package contains the source for the Rust serde crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-serde-json-dev Description-md5: 83540939b74aaf04b2b80dfe2afc0e45 Description-en: JSON serialization file format - Rust source code This package contains the source for the Rust serde_json crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-serde-stacker-dev Description-md5: 16d0b07b4cc07b8430bce25615028501 Description-en: Serde adapter that avoids stack overflow by dynamically growing the stack - Rust source code This package contains the source for the Rust serde_stacker crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-serde-test-dev Description-md5: 4cb11cefa4648554770d2a0b5efab520 Description-en: Token De/Serializer for testing De/Serialize implementations - Rust source code This package contains the source for the Rust serde_test crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-starship-battery-dev Description-md5: 6bc9d61be15632c8e9c4802eea135171 Description-en: Cross-platform information about the notebook batteries - Rust source code This package contains the source for the Rust starship-battery crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-sval-derive-dev Description-md5: e2d9691afc34d8efa76cffadbe28ecda Description-en: Derive support for sval - Rust source code This package contains the source for the Rust sval_derive crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-sval-dev Description-md5: 0bcbb199ae40a61a25cb41c5026a3393 Description-en: Streaming, structured value serialization - Rust source code This package contains the source for the Rust sval crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-sval-fmt-dev Description-md5: b3f03b9109d487c4193b7b49bbaf1c93 Description-en: Integration between std::fmt::Debug and sval::Value - Rust source code This package contains the source for the Rust sval_fmt crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-syn-dev Description-md5: 80c6e6d02b289f5b8ce77b7866289875 Description-en: Parser for Rust source code - Rust source code This package contains the source for the Rust syn crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-sysinfo-dev Description-md5: ae19a115ed3c4535a6fc785b68dd47e2 Description-en: Crate used to get a system's information - Rust source code This package contains the source for the Rust sysinfo crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-tar-dev Description-md5: 94a2bee4df52cf62c45aadd548d5e4ab Description-en: tar archive reading/writing library - Rust source code This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. . This package contains the source for the Rust tar crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-tree-sitter-dev Description-md5: fd99b97aeba5ef92343a9141f4fd296e Description-en: Rust bindings to the Tree-sitter parsing library - Rust source code This package contains the source for the Rust tree-sitter crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-trybuild-dev Description-md5: 0be7bcacb15b12c082b90e185c191b85 Description-en: Test harness for ui tests of compiler diagnostics - Rust source code This package contains the source for the Rust trybuild crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-ttf-parser+default-dev Description-md5: 66ee3950377ff57737897051f0d5977e Description-en: High-level, safe, zero-allocation TrueType font parser - feature "default" This metapackage enables feature "default" for the Rust ttf-parser crate, by pulling in any additional dependencies needed by that feature. Package: librust-ttf-parser-dev Description-md5: a0ef476fbbf6eeada74b0daac34a6b8c Description-en: High-level, safe, zero-allocation TrueType font parser - Rust source code This package contains the source for the Rust ttf-parser crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-uom-dev Description-md5: 89a6061989cfbeeea25a1dcd988cb8c1 Description-en: Units of measurement - Rust source code This package contains the source for the Rust uom crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-ureq-dev Description-md5: 466cd0b978d60606175bf76c61953fd9 Description-en: simple and safe HTTP client - Rust source code Ureq is a simple, safe HTTP client. . Ureq's first priority is being easy for you to use. It's great for anyone who wants a low-overhead HTTP client that just gets the job done. Works very well with HTTP APIs. Its features include cookies, JSON, HTTP proxies, HTTPS, and charset decoding. . Ureq is in pure Rust for safety and ease of understanding. It avoids using "unsafe" directly. It uses blocking I/O instead of async I/O, because that keeps the API simple and keeps dependencies to a minimum. For TLS, ureq uses rustls or native-tls. . This package contains the source for the Rust ureq crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-value-bag-dev Description-md5: cc31cd7de57f305a1d06dd4baa93e9ad Description-en: Anonymous structured values - Rust source code This package contains the source for the Rust value-bag crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-vergen-dev Description-md5: 4dbe40f961d3671da051c0e580e517a4 Description-en: Generate 'cargo:env' instructions in 'build.rs' - Rust source code This package contains the source for the Rust vergen crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-xattr-dev Description-md5: 7ad28387d5d7261174a31171c515503a Description-en: Unix extended filesystem attributes - Rust source code This package contains the source for the Rust xattr crate, packaged by debcargo for use with cargo and dh-cargo. Package: libscrypt-dev Description-md5: f0465882628190280d7330670757b372 Description-en: scrypt shared library - development files The scrypt algorithm is a password-based key derivation function designed to require large amounts of memory. This proof-of-work scheme is intended to make it costly to perform large-scale hardware attacks. . This package contains files for development with libscrypt. Package: libscrypt0 Description-md5: 1210abc7b561caa080f8d4f7657278f8 Description-en: scrypt shared library The scrypt algorithm is a password-based key derivation function designed to require large amounts of memory. This proof-of-work scheme is intended to make it costly to perform large-scale hardware attacks. . This package contains a shared library implementing the scrypt algorithm, based on the original implementation with a number of harnesses and simplified interfaces. Package: libsdl1.2-compat Description-md5: b22c384de56f91e7a56e56d3c61fc311 Description-en: SDL 1.2 binary compatibility library - transitional package sdl12-compat provides a binary compatible API for programs built against SDL 1.2, but using SDL 2.0. . If you are writing new code, please target SDL 2.0 directly instead of using this layer. . This transitional package provides symbolic links to the library in a private location, matching the way it was used before it was Debian's default implementation of the SDL 1.2 ABI. Package: libsdl1.2-compat-dev Description-md5: e8efbaaf2e887f454a11cb245b24cc21 Description-en: SDL 1.2 binary compatibility library - transitional development files sdl12-compat provides a binary compatible API for programs built against SDL 1.2, but using SDL 2.0. . If you are writing new code, please target SDL 2.0 directly instead of using this layer. . This transitional package depends on a version of libsdl1.2-dev new enough that it actually contains sdl12-compat development files. Package: libsdl1.2-compat-shim Description-md5: 7167449a3c540ad3d5f93f9145fa230d Description-en: libsdl1.2debian replacement using SDL 2.0 - transitional package sdl12-compat provides a binary compatible API for programs built against SDL 1.2, but using SDL 2.0. . If you are writing new code, please target SDL 2.0 directly instead of using this layer. . This transitional package depends on a version of libsdl1.2debian new enough that it actually contains sdl12-compat. Package: libsdl1.2-compat-tests Description-md5: 2e7f275760fa55b673f6fe1b68a08b17 Description-en: SDL 1.2 binary compatibility library - tests libsdl1.2-compat provides a binary compatible API for programs built against SDL 1.2, but using SDL 2.0. . If you are writing new code, please target SDL 2.0 directly instead of using this layer. . This package provides manual test programs. Package: libsdl1.2-dev Description-md5: bad1a221f52fc1875264739179f71690 Description-en: SDL 1.2 binary compatibility library - development files sdl12-compat provides a binary compatible API for programs built against SDL 1.2, but using SDL 2.0. . If you are writing new code, please target SDL 2.0 directly instead of using this layer. . This package provides development files. Package: libsdl1.2debian Description-md5: f3858f61954ab25f76b61efb9ddf5b32 Description-en: SDL 1.2 binary compatibility library wrapping SDL 2.0 This package contains sdl12-compat, a binary compatible API for programs built against SDL 1.2, but using SDL 2.0. . This package replaces the classic SDL 1.2 library with the SDL 2.0 compatibility layer, so that all SDL 1.2 program will use it. . If you are writing new code, please target SDL 2.0 directly instead of using this layer. Package: libsdl2-ttf-2.0-0 Description-md5: d1d11e371518d26e6e4ae98dff649ad4 Description-en: TrueType Font library for Simple DirectMedia Layer 2, libraries Wrapper around FreeType 2.0 library, making possible to use TrueType fonts to render text in SDL applications. . This package contains the shared library. Package: libsdl2-ttf-dev Description-md5: dbc0a7ada44359d9c3ee7bc8d63ba702 Description-en: TrueType Font library for Simple DirectMedia Layer 2, development files Wrapper around FreeType 2.0 library, making possible to use TrueType fonts to render text in SDL applications. . This package contains the development files. Package: libsiconos-control-dev Description-md5: 3293f38b6b9b5f2b2020cea1cb081e12 Description-en: modeling and simulation of nonsmooth dynamical systems (control dev) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the development headers for the control component of Siconos. Package: libsiconos-control7 Description-md5: 92330564a03c51f2b0bafe5554df7839 Description-en: modeling and simulation of nonsmooth dynamical systems (control lib) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the library for the control component of Siconos. Package: libsiconos-io-dev Description-md5: cbfe18d86c4aacd907bf8de2ab02ec13 Description-en: modeling and simulation of nonsmooth dynamical systems (io dev) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the development headers for the I/O component of Siconos. Package: libsiconos-io7 Description-md5: e7c85a120c977e7e03d3b300878d8bd7 Description-en: modeling and simulation of nonsmooth dynamical systems (io lib) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the library for the I/O component of Siconos. Package: libsiconos-kernel-dev Description-md5: 6cd27fb8ec443c11606c456cbe05c061 Description-en: modeling and simulation of nonsmooth dynamical systems (kernel dev) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the development headers for the kernel component of Siconos. Package: libsiconos-kernel7 Description-md5: 034a20593764f2fba189fb7ebc3c4522 Description-en: modeling and simulation of nonsmooth dynamical systems (kernel lib) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the library for the kernel component of Siconos. Package: libsiconos-mechanics-dev Description-md5: 2595d98b8a34ebace1a98f0d19bc2f50 Description-en: modeling and simulation of nonsmooth dynamical systems (mechanics dev) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the development headers for the mechanics component of Siconos. Package: libsiconos-mechanics7 Description-md5: c95465a5fbc58ad59b4ee840adef9ea0 Description-en: modeling and simulation of nonsmooth dynamical systems (mechanics lib) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the library for the mechanics component of Siconos. Package: libsiconos-numerics-dev Description-md5: 829afcf41af18b7624b176e671bdf362 Description-en: modeling and simulation of nonsmooth dynamical systems (numerics dev) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the development headers for the numerics component of Siconos, an interface to a collection of common numerical solvers. Package: libsiconos-numerics7 Description-md5: 8c725fedf4bd3f82fbd42d9c6c2102ce Description-en: modeling and simulation of nonsmooth dynamical systems (numerics lib) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the library for the numerics component of Siconos, an interface to a collection of common numerical solvers. Package: libsimde-dev Description-md5: 365b10d48a705f04d00cad192b9ea9f1 Description-en: Implementations of SIMD instructions for all systems SIMDe provides fast, portable implementations of SIMD intrinsics on hardware which doesn't natively support them, such as calling SSE functions on ARM. There is no performance penalty if the hardware supports the native implementation (e.g., SSE/AVX runs at full speed on x86, NEON on ARM, etc.). . This makes porting code to other architectures much easier in a few key ways: . First, instead of forcing you to rewrite everything for each architecture, SIMDe lets you get a port up and running almost effortlessly. You can then start working on switching the most performance-critical sections to native intrinsics, improving performance gradually. SIMDe lets (for example) SSE/AVX and NEON code exist side-by-side, in the same implementation. . Second, SIMDe makes it easier to write code targeting ISA extensions you don't have convenient access to. You can run NEON code on your x86 machine without an emulator. Obviously you'll eventually want to test on the actual hardware you're targeting, but for most development, SIMDe can provide a much easier path. . SIMDe takes a very different approach from most other SIMD abstraction layers in that it aims to expose the entire functionality of the underlying instruction set. Instead of limiting functionality to the lowest common denominator, SIMDe tries to minimize the amount of effort required to port while still allowing you the space to optimize as needed. . The current focus is on writing complete portable implementations, though a large number of functions already have accelerated implementations using one (or more) of the following: . SIMD intrinsics from other ISA extensions (e.g., using NEON to implement SSE). Compiler-specific vector extensions and built-ins such as __builtin_shufflevector and __builtin_convertvector Compiler auto-vectorization hints, using: OpenMP 4 SIMD Cilk Plus GCC loop-specific pragmas clang pragma loop hint directives Package: libsimgrid-dev Description-md5: f4d3bb389a90140b0356cba284af377f Description-en: Development files for the SimGrid Toolkit SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI simulator, or a mix of all of them. The typical use-cases of SimGrid include heuristic evaluation, application prototyping, and real application development and tuning. . This package contains the development files that you need to build your own simulator on top of SimGrid (header files and scripts), for C, C++ or Fortran. Package: libsimgrid3.34 Description-md5: f56d5c55629c5218ec3098e55a423076 Description-en: Toolkit for scalable simulation of distributed applications SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI simulator, or a mix of all of them. The typical use-cases of SimGrid include heuristic evaluation, application prototyping, and real application development and tuning. . This package contains the dynamic libraries and runtime. Package: libsitesummary-perl Description-md5: 500bfe43c499e16f97c752395193f42f Description-en: Generate site summary of submitting hosts (Perl module) The sitesummary system makes it easier to keep track of a lot of machines, by allowing each machine to report their existence once a day to a central collector, and using this collector to make summary reports about the hosts. . This package contains the Perl module of the server part of sitesummary. Package: libsl0-heimdal Description-md5: 8ffc54745b78f52228abc0c4b0ada710 Description-en: Heimdal Kerberos - SL support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for SL support. Package: libslurm-dev Description-md5: fe0f2aba26475144fd65d4073a4ded5c Description-en: Slurm development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains Slurm static library and header files. Package: libslurm-perl Description-md5: 7c685cbcb98d506fe880ef2c34a15a88 Description-en: Perl API for Slurm The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the Perl module. Package: libslurm39 Description-md5: 317931aa94455ae218baa02d23f0fde4 Description-en: Runtime library files for Slurm The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the Slurm runtime library. Package: libslurmdb-perl Description-md5: f295d097f3ec73747ede5a3709af508b Description-en: Perl API for the Slurm database The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the Perl module for the Slurm database. Package: libsnapd-glib-dev Description-md5: bf3759880e0ae7a68f551c9cafbb8f79 Description-en: GLib snapd library (development files) 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 header files and development information, which is useful for building applications that need to communicate with snapd. Package: libsnapd-qt-2-1 Description-md5: 1a551d83aff5cf2beed47fce24d1995a Description-en: Qt snapd library 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. . snapd-qt is a wrapper library for snapd-glib for Qt applications. Package: libsnapd-qt-dev Description-md5: 52a4591df68465c7b093955419f9a46e Description-en: Qt snapd library (development files) 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. . snapd-qt is a wrapper library for snapd-glib for Qt applications. . This package contains the development files. Package: libsocl-1.4-1 Description-md5: 607f8f9648f71dbaceaaeeaa04f4c6e8 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains an OpenCL-compatible library interface to StarPU. Package: libssl-ocaml Description-md5: 7d4099cbc739fbbd4114fe464ebc2ede Description-en: OCaml bindings for OpenSSL (runtime) OCaml library for communicating through SSL/TLS encrypted connections using the OpenSSL library. . This package contains only the shared runtime stub libraries. Package: libssl-ocaml-dev Description-md5: 350b176ea61c15ea1b7f264b4f2ca2df Description-en: OCaml bindings for OpenSSL OCaml library for communicating through SSL/TLS encrypted connections using the OpenSSL library. . This package contains all the development stuff you need to use the ssl OCaml library in your programs. Package: libsss-sudo Description-md5: 43cb83a7573af74214858e973f744090 Description-en: Communicator library for sudo Utility library to allow communication between sudo and SSSD for caching sudo rules by SSSD. Package: libssu-dev Description-md5: 2d14aa5ce7b46f9304f353b887c48258 Description-en: high-performance phylogenetic diversity calculations (dev) The de facto repository for high-performance phylogenetic diversity calculations. The methods in this repository are based on an implementation of the Strided State UniFrac algorithm which is faster, and uses less memory than Fast UniFrac. Strided State UniFrac supports Unweighted UniFrac, Weighted UniFrac, Generalized UniFrac, Variance Adjusted UniFrac and meta UniFrac. This repository also includes Stacked Faith (manuscript in preparation), a method for calculating Faith's PD that is faster and uses less memory than the Fast UniFrac-based reference implementation. . This package contains the static library and header files. Package: libssu0 Description-md5: 78561b5d7e783826731a6a643f820317 Description-en: high-performance phylogenetic diversity calculations (lib) The de facto repository for high-performance phylogenetic diversity calculations. The methods in this repository are based on an implementation of the Strided State UniFrac algorithm which is faster, and uses less memory than Fast UniFrac. Strided State UniFrac supports Unweighted UniFrac, Weighted UniFrac, Generalized UniFrac, Variance Adjusted UniFrac and meta UniFrac. This repository also includes Stacked Faith (manuscript in preparation), a method for calculating Faith's PD that is faster and uses less memory than the Fast UniFrac-based reference implementation. . This package contains the shared library. Package: libstarpu-1.4-2 Description-md5: 6e4e8db53b47fb942bef212def2a1e22 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains the main StarPU library Package: libstarpu-dev Description-md5: 967c103c8b3cf3662ee291f422fa5be6 Description-en: Task scheduler for heterogeneous multicore machines - dev StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains development headers and libraries. Package: libstarpu-openmp-llvm-1.4-1 Description-md5: fa0db18af8ec5b15b780924363dc10b1 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains the runtime support for LLVM OpenMP. Package: libstarpufft-1.4-1 Description-md5: a1e84fcd5b7aa1a04d6c8089b0a0ecef Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains a hybrid CPU+GPU FFT library. Package: libstarpumpi-1.4-2 Description-md5: a7034f989f1ae2e40b4db1b5bb58bd47 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains MPI extensions for StarPU. Package: libstarpurm-1.4-1 Description-md5: 85559acb0db63a97ea4ac811b666f011 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains the resource management library. Package: libstdc++-13-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-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libstdgpu-hip-dev Description-md5: 2cad5974b08f67a1218ff8ec3514f455 Description-en: Efficient STL-like Data Structures on the GPU (HIP development headers) stdgpu is an open-source library providing several generic GPU data structures for fast and reliable data management. Multiple platforms such as CUDA, OpenMP, and HIP are supported allowing you to rapidly write highly complex agnostic and native algorithms that look like sequential CPU code but are executed in parallel on the GPU. . This package installs the development headers for the HIP version. Package: libstdgpu-hip0d Description-md5: 22558d20ef8a8750e9681ca2982c258d Description-en: Efficient STL-like Data Structures on the GPU (HIP backend) stdgpu is an open-source library providing several generic GPU data structures for fast and reliable data management. Multiple platforms such as CUDA, OpenMP, and HIP are supported allowing you to rapidly write highly complex agnostic and native algorithms that look like sequential CPU code but are executed in parallel on the GPU. . This package installs the shared library that runs with HIP. Package: libstdgpu-openmp-dev Description-md5: 6d799e970e77a01ea4506f4f93891032 Description-en: Efficient STL-like Data Structures on the GPU (OpenMP development headers) stdgpu is an open-source library providing several generic GPU data structures for fast and reliable data management. Multiple platforms such as CUDA, OpenMP, and HIP are supported allowing you to rapidly write highly complex agnostic and native algorithms that look like sequential CPU code but are executed in parallel on the GPU. . This package installs the development headers for the OpenMP version. Package: libstdgpu-openmp0d Description-md5: 1e53aa708c82180b973b680319d6e07c Description-en: Efficient STL-like Data Structures on the GPU (OpenMP CPU backend) stdgpu is an open-source library providing several generic GPU data structures for fast and reliable data management. Multiple platforms such as CUDA, OpenMP, and HIP are supported allowing you to rapidly write highly complex agnostic and native algorithms that look like sequential CPU code but are executed in parallel on the GPU. . This package installs the shared library that runs on the CPU with OpenMP. Package: libswresample-dev Description-md5: 756e0f4df4398b9100298535b7db8417 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 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: libswresample4 Description-md5: a5f44d6a5d5b1cee3363537952d0e2cb 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 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: libswscale6 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: libtest-differences-perl Description-md5: a8c6988b57ccec8ea3e432b94e0d4ffa Description-en: Perl module to test string and data structure differences CPAN's Test::Differences compares data structures and strings and returns their differences in a UNIX diff fashion if they are "not ok". Useful for comparing large structures easily when running tests. Package: libunix-errno-ocaml Description-md5: 2b328779347920320b55e5a54847333c Description-en: errno variant that includes a variety of constructors An errno variant similar to Unix.error but including POSIX 2008, Linux, OS X, and FreeBSD constructors. A macro definition type is also provided in order to transport a specific errno-integer map as is the case with FUSE or 9p2000.u. The types and their functions reside in Errno and are independent of any Unix bindings. This makes the library's types usable from MirageOS on top of Xen. . Runtime files are used when running applications using this package. Package: libunix-errno-ocaml-dev Description-md5: 2ec3b31d30e29197dc7aa63b73c98ab1 Description-en: errno variant that includes a variety of constructors -- development files An errno variant similar to Unix.error but including POSIX 2008, Linux, OS X, and FreeBSD constructors. A macro definition type is also provided in order to transport a specific errno-integer map as is the case with FUSE or 9p2000.u. The types and their functions reside in Errno and are independent of any Unix bindings. This makes the library's types usable from MirageOS on top of Xen. . The development files are required for development of OCaml modules using this package. Package: libunoil-java Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890 Description-en: transitional package for LibreOffice UNO runtime environment LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This has now been merged into liblibreoffice-java and this package thus can be safely removed once installed. Package: libunwind-16 Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-16-dev Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libva-dev Description-md5: b05056c35234f58e18a1c20f8515cede Description-en: Video Acceleration (VA) API for Linux -- development files Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the development environment for libva. Package: libva-drm2 Description-md5: d5921cff6033884644f622b92b9c0ea8 Description-en: Video Acceleration (VA) API for Linux -- DRM runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-drm library. Package: libva-glx2 Description-md5: 42dc4ca10bad014e06d32b00b19aa179 Description-en: Video Acceleration (VA) API for Linux -- GLX runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-glx library. Package: libva-wayland2 Description-md5: 900dc9a0703333e92cb6b892e7a6f293 Description-en: Video Acceleration (VA) API for Linux -- Wayland runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-wayland library. Package: libva-x11-2 Description-md5: fc57e085827316d46f6af4246a506efa Description-en: Video Acceleration (VA) API for Linux -- X11 runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-x11 library. Package: libva2 Description-md5: 20074d33b9248804eb2fa6108a8c34c8 Description-en: Video Acceleration (VA) API for Linux -- runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the main libva library. Package: libvala-0.56-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.56-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: libvalacodegen-0.56-0 Description-md5: 4d5d05b91a5426745dcc3aecbabebb0f Description-en: internal package for 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. . This package contains the libvalacodegen shared library. It should not normally be used directly. Package: libvaladoc-0.56-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.56-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: libvaladoc-0.56-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: libvcflib-dev Description-md5: f5f6bad47c03ee262f6c421dbfbcefe7 Description-en: C++ library for parsing and manipulating VCF files (development) The Variant Call Format (VCF) is a flat-file, tab-delimited textual format intended to concisely describe reference-indexed variations between individuals. VCF provides a common interchange format for the description of variation in individuals and populations of samples, and has become the defacto standard reporting format for a wide array of genomic variant detectors. . vcflib provides methods to manipulate and interpret sequence variation as it can be described by VCF. It is both: . * an API for parsing and operating on records of genomic variation as it can be described by the VCF format, * and a collection of command-line utilities for executing complex manipulations on VCF files. . This package contains the static library and the header files. Package: libvcflib-tools Description-md5: 3c6aa663d50e327a61a903862665a649 Description-en: C++ library for parsing and manipulating VCF files (tools) The Variant Call Format (VCF) is a flat-file, tab-delimited textual format intended to concisely describe reference-indexed variations between individuals. VCF provides a common interchange format for the description of variation in individuals and populations of samples, and has become the defacto standard reporting format for a wide array of genomic variant detectors. . vcflib provides methods to manipulate and interpret sequence variation as it can be described by VCF. It is both: . * an API for parsing and operating on records of genomic variation as it can be described by the VCF format, * and a collection of command-line utilities for executing complex manipulations on VCF files. . This package contains several tools using the library. Package: libvcflib1 Description-md5: 4a37be6058b4cb297a5550cbccc89a50 Description-en: C++ library for parsing and manipulating VCF files The Variant Call Format (VCF) is a flat-file, tab-delimited textual format intended to concisely describe reference-indexed variations between individuals. VCF provides a common interchange format for the description of variation in individuals and populations of samples, and has become the defacto standard reporting format for a wide array of genomic variant detectors. . vcflib provides methods to manipulate and interpret sequence variation as it can be described by VCF. It is both: . * an API for parsing and operating on records of genomic variation as it can be described by the VCF format, * and a collection of command-line utilities for executing complex manipulations on VCF files. Package: libwebkit2gtk-4.0-dev Description-md5: 9ee89c5733af36f04e8932b7c86689ef Description-en: Web content engine library for GTK - development files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.0 of the API and uses libsoup v2 for the networking stack and the GTK 3 widget toolkit. . This package contains the development files. Package: libwebkit2gtk-4.1-dev Description-md5: 6f7ca6c0925469585667e0c1b28a2099 Description-en: Web content engine library for GTK - development files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 4.1 of the API and uses libsoup v3 for the networking stack and the GTK 3 widget toolkit. . This package contains the development files. Package: libwebkitgtk-6.0-dev Description-md5: 18007af192c3d327e12b221008c58783 Description-en: Web content engine library for GTK - development files WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKitGTK is a WebKit port designed to be used in GTK applications. This build provides version 6.0 of the API and uses libsoup v3 for the networking stack and the GTK 4 widget toolkit. . This package contains the development files. Package: libwind0-heimdal Description-md5: 772b646196c8277a9c4b9bfff094e808 Description-en: Heimdal Kerberos - stringprep implementation Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the stringprep library. Package: libwine Description-md5: 3db6a8ba0d26a391d504eae7a2076cb6 Description-en: Windows API implementation - library Wine is a free MS-Windows API implementation. . This package provides the Wine library. Package: libwine-dev Description-md5: 7fb6480e82b394015397cc0a91e50ec9 Description-en: Windows API implementation - development files Wine is a free MS-Windows API implementation. . This package provides Wine's C header files and development libraries. Package: libx32gphobos-13-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: libx32gphobos4 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: libx32lsan0 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: libx32objc-13-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: libx32objc4 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: libx32stdc++6-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libxml-light-ocaml Description-md5: 1f10af7ed10814413d5b286e6ecbef45 Description-en: mininal XML parser and printer for OCaml (runtime package) This is a XML parser and printer, designed to help parsing basic XML document into OCaml data structures and printing it back to a XML document. . It also supports DTD. Package: libxml-light-ocaml-dev Description-md5: bebbd435614b9cfa50065280ec499e1e Description-en: mininal XML parser and printer for OCaml (development package) This is a XML parser and printer, designed to help parsing basic XML document into OCaml data structures and printing it back to a XML document. . It also supports DTD. Package: libxmlrpc-light-ocaml-dev Description-md5: 9c3322ecfbf7156723642a419bac59c3 Description-en: XmlRpc-Light is an XmlRpc library written in OCaml XmlRpc Light is a minimal XmlRpc library based on Xml Light and Ocamlnet. . It provides a type for values, a client class with a simple calling interface, and low-level tools that can be used to implement a server. Package: libzarith-ocaml Description-md5: bdc094639f72219fbc1ed091c4a0b137 Description-en: arithmetic and logical operations over arbitrary-precision integers (runtime) The Zarith library implements arithmetic and logical operations over arbitrary-precision integers. It uses GMP to efficiently implement arithmetic over big integers. Small integers are represented as Caml unboxed integers, for speed and space economy. . This package provides the shared library for running applications linked against libzarith-ocaml. Package: libzarith-ocaml-dev Description-md5: dd165a7177f94e210fdfa91d6d86da49 Description-en: arithmetic and logical operations over arbitrary-precision integers (dev) The Zarith library implements arithmetic and logical operations over arbitrary-precision integers. It uses GMP to efficiently implement arithmetic over big integers. Small integers are represented as Caml unboxed integers, for speed and space economy. . This package provides the static library, OCaml library and interface for developing applications to use libzarith-ocaml. Package: libzarith-ocaml-doc Description-md5: 78da2ca125de87caf213958f9d110833 Description-en: arithmetic and logical operations over arbitrary-precision integers (doc) The Zarith library implements arithmetic and logical operations over arbitrary-precision integers. It uses GMP to efficiently implement arithmetic over big integers. Small integers are represented as Caml unboxed integers, for speed and space economy. . This package provides the ocamldoc generated html files. Package: libzulucrypt-dev Description-md5: 489f15a8bf3c7a8117ed30dd4ad663f3 Description-en: development files for libzulucrypt-1.2.0 zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . This package provides the development files for the libzulucrypt library. Package: libzulucrypt-exe-dev Description-md5: e4746cd71d29a7714f20605a623becbb Description-en: development files for the libzulucrypt-exe zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . This package provides the development files for the libzulucrypt-exe library. Package: libzulucrypt-exe1.2.0 Description-md5: 446aecbee3df83322562eaf6bfb362bb Description-en: provide the main functions of zulucrypt zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . This package provides the shared library, that has essential functions for some tools in zulucrypt suite. Package: libzulucrypt-plugins Description-md5: 70724ad1e79147508e339a0a2d82d342 Description-en: collection of plugins for zulucrypt zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . Collection of plugins that increase the functionality of zulucrypt. . Included plugins are: gpg hmac keydialog-qt keykeyfile keyring steghide tomb zuluCrypt-testKey Package: libzulucrypt1.2.0 Description-md5: 9a9cf6cb314e6f5a1b3c22b0c3c76e00 Description-en: provide the functions of zulumount zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . This package provides the shared library, that has main functions to zulumount. Package: libzulucryptpluginmanager-dev Description-md5: a946fb464b3ca06fdac0e2ee73f0b840 Description-en: development files for libzulucryptpluginmanager zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . This package provides development files for the libzulucryptpluginmanager library. Package: libzulucryptpluginmanager1.0.0 Description-md5: ae2f9c097adb8b4af8d6d871ccb8ef59 Description-en: provides support for plugins zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . This package provides the shared library, that have support for plugins and allows the integration of plugins with zulucrypt and zulumount. Package: lld Description-md5: 197bb05f16ef320833311b6f58b32dbb 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. . This is a dependency package providing the lld linker. Package: lld-16 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-16 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: 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-16 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-16-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-16-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-16-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-16-linker-tools Description-md5: 34d6480db2d150315f7bca6065772d03 Description-en: Modular compiler and toolchain technologies - Plugins LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVMgold and LLVMPolly linker plugins. Package: llvm-16-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-16-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: 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: magics++ Description-md5: 9b068543ba030016602d8d95ac8a603d Description-en: Executables for the magics++ library Magics++ is the latest generation of the ECMWF's Meteorological plotting software MAGICS. Although completely redesigned in C++, it is intended to be as backwards-compatible as possible with the Fortran interface. Besides its programming interfaces (Fortran and C), Magics++ offers MagML, a plot description language based on XML aimed at automatic web production. . This package contains the MagcML binary that may be used with magics++. Package: maxima Description-md5: a893a8f17245868a395fc5e31ea49aa5 Description-en: Computer algebra system -- base system Maxima is a fully symbolic computation program. It is full featured doing symbolic manipulation of polynomials, matrices, rational functions, integration, Todd-coxeter methods for finite group analysis, graphing, multiple precision floating point computation. It has a symbolic source level debugger for maxima code. Maxima is based on the original Macsyma developed at MIT in the 1970s. It is quite reliable, and has good garbage collection, and no memory leaks. It comes with hundreds of self tests. . This package contains the main executables and base system files. Package: maxima-doc Description-md5: 8c9a5773f96e544e207d2a5e77bbe247 Description-en: Computer algebra system -- documentation Maxima is a fully symbolic computation program. It is full featured doing symbolic manipulation of polynomials, matrices, rational functions, integration, Todd-coxeter methods for finite group analysis, graphing, multiple precision floating point computation. It has a symbolic source level debugger for maxima code. Maxima is based on the original Macsyma developed at MIT in the 1970s. It is quite reliable, and has good garbage collection, and no memory leaks. It comes with hundreds of self tests. . This package contains most of the documentation. Package: maxima-emacs Description-md5: 97f2cd7a6f54bf76ae929a9db126bb3f Description-en: Computer algebra system -- emacs interface Maxima is a fully symbolic computation program. It is full featured doing symbolic manipulation of polynomials, matrices, rational functions, integration, Todd-coxeter methods for finite group analysis, graphing, multiple precision floating point computation. It has a symbolic source level debugger for maxima code. Maxima is based on the original Macsyma developed at MIT in the 1970s. It is quite reliable, and has good garbage collection, and no memory leaks. It comes with hundreds of self tests. . This package contains a tradition emacs interface, together with a newer imaxima interface supporting inline imaging and HTML export under a specialized imath mode. Package: maxima-share Description-md5: 10025b2a7fd84792c7aa21066f9874b0 Description-en: Computer algebra system -- extra code Maxima is a fully symbolic computation program. It is full featured doing symbolic manipulation of polynomials, matrices, rational functions, integration, Todd-coxeter methods for finite group analysis, graphing, multiple precision floating point computation. It has a symbolic source level debugger for maxima code. Maxima is based on the original Macsyma developed at MIT in the 1970s. It is quite reliable, and has good garbage collection, and no memory leaks. It comes with hundreds of self tests. . This package contains a set of contributed routines and add-on packages. Package: maxima-src Description-md5: 70f88d0896858f9e362ad270cbbfc8c6 Description-en: Computer algebra system -- source code Maxima is a fully symbolic computation program. It is full featured doing symbolic manipulation of polynomials, matrices, rational functions, integration, Todd-coxeter methods for finite group analysis, graphing, multiple precision floating point computation. It has a symbolic source level debugger for maxima code. Maxima is based on the original Macsyma developed at MIT in the 1970s. It is quite reliable, and has good garbage collection, and no memory leaks. It comes with hundreds of self tests. . This package contains the lisp source code. Package: maxima-test Description-md5: 4eff62415cb0cab4865c1d9a27afcbb2 Description-en: Computer algebra system -- test suite Maxima is a fully symbolic computation program. It is full featured doing symbolic manipulation of polynomials, matrices, rational functions, integration, Todd-coxeter methods for finite group analysis, graphing, multiple precision floating point computation. It has a symbolic source level debugger for maxima code. Maxima is based on the original Macsyma developed at MIT in the 1970s. It is quite reliable, and has good garbage collection, and no memory leaks. It comes with hundreds of self tests. . This package contains a build integrity test suite. Package: metview Description-md5: 4ce04e442ecad0f65501d065fffe6dd1 Description-en: Interactive data visualization and analysis environment, Metview has been designed as a flexible, modular and extendible system able to accommodate the evolving needs of the user. The system is based on the ECMWF standards for graphics (Magics) and data access (MARS) but can also access locally stored data. The user interface is based on Motif and Qt. Metview is a fully distributed system where modules can run on different workstations and servers. . Metview is a cooperative project between ECMWF and INPE/CPTEC, Brazil. ECMWF has also been assisted by a staff member of Météo-France. Package: metview-data Description-md5: de58bbb93806f5fb6268e18d9b80dcb7 Description-en: Data needed for the Metview data analysis environment Metview has been designed as a flexible, modular and extendible system able to accommodate the evolving needs of the user. The system is based on the ECMWF standards for graphics (Magics) and data access (MARS) but can also access locally stored data. The user interface is based on Motif and Qt. Metview is a fully distributed system where modules can run on different workstations and servers. . This package provides data files needed for metvieww. 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: mlir-16-tools Description-md5: d0b5aeb3d29bd335ae224dda484fdc7a Description-en: Multi-Level Intermediate Representation tools Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. . This package provides tools. Package: mold Description-md5: 7b4a7f6ecb8a58aa3dd9407ac4a6f299 Description-en: Drop-in linker mold is a faster drop-in replacement for existing Unix linkers. It is several times faster than the LLVM lld linker. mold is designed to increase developer productivity by reducing build time, especially in rapid debug-edit-rebuild cycles. Package: mosquitto Description-md5: f8c193c62c4a30a9acfb862fd9561343 Description-en: MQTT version 5.0/3.1.1/3.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: 985d19effedae01383cfa3eaa155e7ec Description-en: Mosquitto command line MQTT clients This is two MQTT version 5.0/3.1.1/3.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-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: msolve Description-md5: a8f3266c23fadfcc2b7457a5b79d21d7 Description-en: computer algebra algorithms for solving polynomial systems msolve is an open source C library implementing computer algebra algorithms for solving polynomial systems (with rational coefficients or coefficients in a prime field). . Currently, with msolve, you can basically solve multivariate polynomial systems. This encompasses: . * the computation of Groebner bases * real root isolation of the solutions to polynomial systems * the computation of the dimension and the degree of the solution set * and many other things you can do using msolve. Package: muffin Description-md5: c2578888eaa4782e6998bf561b152036 Description-en: window and compositing manager Muffin is a window manager performing compositing as well based on GTK+ and Clutter and used in Cinnamon desktop environment. . This package contains the core binaries. Package: muffin-common Description-md5: 6ebfc92c0032f230458a934b41a08f5b Description-en: window and compositing manager (data files) Muffin is a window manager performing compositing as well based on GTK+ and Clutter and used in Cinnamon desktop environment. . This package contains the shared files. Package: mysql-router Description-md5: 68df088e13493c106d4f76a2eb4efc60 Description-en: route connections from MySQL clients to MySQL servers MySQL Router is part of InnoDB cluster, and is lightweight middleware that provides transparent routing between your application and back-end MySQL servers. It can be used for a wide variety of use cases, such as providing high availability and scalability by effectively routing database traffic to appropriate back-end MySQL servers. The pluggable architecture also enables developers to extend MySQL Router for custom use cases. . Since MySQL Router is clustering software and needs to be configured and managed across an entire cluster, packaging cannot manage it for you. This package supplies the binary build only, ready for manual configuration. Package: mysql-source-8.0 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: a37f36627bd4d1ec3a167a2eae840534 Description-en: MySQL regression tests This is an empty package that depends on the current "best" version of mysql-testsuite (currently mysql-testsuite-8.0), 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-8.0 Description-md5: ccc32250aefb33a80993be5dab467ee4 Description-en: MySQL 8.0 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: ncat Description-md5: c813db1c4353f6959ccedbe324259549 Description-en: NMAP netcat reimplementation ncat is a reimplementation of Netcat by the NMAP project, providing most of the features present in the original implementations, along with some new features such as IPv6 and SSL support. Port scanning support has been removed. Package: ndiff Description-md5: 709e1a79eaf40edbceaf61edd0490c48 Description-en: The Network Mapper - result compare utility Ndiff is a tool to aid in the comparison of Nmap scans. It takes two Nmap XML output files and prints the differences between them them: hosts coming up and down, ports becoming open or closed, and things like that. It can produce output in human-readable text or machine-readable XML formats. 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: 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: nmap Description-md5: bc417f4c1fdba7d8d9b0ca8a2a90b7a8 Description-en: The Network Mapper Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. Package: nmap-common Description-md5: a8ec0b012c0eee4435ee71e9dc12f881 Description-en: Architecture independent files for nmap Nmap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques, version detection (determine service protocols and application versions listening behind ports), and TCP/IP fingerprinting (remote host OS or device identification). Nmap also offers flexible target and port specification, decoy/stealth scanning, sunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and commandline modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ. . This package contains the nmap files shared by all architectures. Package: node-chart.js Description-md5: 4874f574b8f180b5b2475e135dcbd0d7 Description-en: Simple HTML5 charts using the canvas element (Node module) Simple yet flexible JavaScript charting for designers & developers. . This library allows you to visualize your data in 8 different ways; each of them animated and customisable. It has great rendering performance across all modern browsers (IE9+). And it redraws charts on window resize for perfect scale granularity. Package: node-domutils Description-md5: e9bfa1f5ce3b50f8942f08bb7fd9fc26 Description-en: utilities for working with htmlparser2's DOM Node.js module that provides utilities (stringify, traversal, manipulation and querying) for working with a DOM (Document Object Model) created with the node-domhandler module. . Node.js is an event-based server-side JavaScript engine. Package: node-dottie Description-md5: be2609a900932ac18fa85dd144a56710 Description-en: Fast and safe nested object access and manipulation in JavaScript Dottie helps easily (and without sacrificing too much performance) look up and play with nested keys in objects. Package: node-htmlparser2 Description-md5: 625012a37dfba147bba6c181cab395ec Description-en: Fast & forgiving HTML/XML/RSS parser A forgiving HTML/XML/RSS parser written in JS for NodeJS. The parser can handle streams (chunked data) and supports custom handlers for writing custom DOMs/output. . Node.js is an event-based server-side JavaScript engine. Package: node-rollup-plugin-replace Description-md5: dda623729b8f07cf2820e10f0c40872e Description-en: Rollup plugin to make string substitutions while bundling This rollup plugin replaces strings in files during the bundling stage ; you should ensure it is run early in the bundling pipeline so other plugins can apply optimisations such as dead code removal. . Node.js is an event-based server-side JavaScript engine. Package: node-semver Description-md5: f64d925b561527bc36681dce868400b9 Description-en: Semantic Versioning for Node.js Test if version(s) satisfy the supplied range(s), and sort them. Multiple versions or ranges may be supplied. Program exits successfully if any valid version satisfies all supplied ranges, and prints all satisfying versions. . This package provides the `semver` executable and the Node.js module. . Node.js is an event-based server-side javascript engine. Package: node-semver-diff Description-md5: 396ee79ed8c38cfeeca3bdcf91fbcd99 Description-en: get the diff type of two semver versions Returns the difference type between two semver versions, or `null` if they're identical or the second one is lower than the first. . Possible values: 'major', 'minor', 'patch', 'prerelease', 'build', 'null'. . Node.js is an event-based server-side JavaScript engine. Package: node-split2 Description-md5: bb7f743b5f759fe64f8875316723573f Description-en: split a Text Stream into a Line Stream, using Stream 3 split2 is a library that breaks up a stream and reassemble it so that each line is a chunk. It is totally API compatible with split. . 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-terser Description-md5: fa26c9c614622e8f1ac6ab825c85fa4e Description-en: parser/mangler/compressor for ES6+ - Node.js library Terser is a parser, mangler, optimizer and beautifier toolkit for ECMAScript 2015 and newer (ES6+). . terser is a fork of uglify-es that retains API and CLI compatibility with uglify-es (Debian packages node-uglify-js, libjs-uglify-js, and uglifyjs). . ECMAScript 2015 (ES2015) a.k.a. ECMAScript 6 (ES6) is the 6th formal definition of JavaScript - a high-level, interpreted programming language most notably used in web browsers and in Node.js. . This package contains Terser usable with Node.js. Package: ns3 Description-md5: f12ce0d749c845967463616b618b054b Description-en: discrete-event network simulator for Internet systems ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use. ns-3 is intended as an eventual replacement for the popular ns-2 simulator. The project acronym “nsnam” derives historically from the concatenation of ns (network simulator) and NAM (network animator). . This package contains several utilities. The files for development are in libns3-3, libns3-dev and python3-ns3. Package: ns3-doc Description-md5: f605df70f414a0af6bdc70d3bf97e546 Description-en: documentation for ns3 ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use. ns-3 is intended as an eventual replacement for the popular ns-2 simulator. The project acronym “nsnam” derives historically from the concatenation of ns (network simulator) and NAM (network animator). . This package contains manual, modules, tutorial and doxygen. Package: ocaml-odoc Description-md5: 44109cd9e922bc9e748a501ce9acf60f Description-en: documentation generator for OCaml (standalone tool) Odoc is a documentation generator for the OCaml programming language. It reads doc comments contained in OCaml source code, delimited with (** ... *), and produces HTML. . Odoc's main advantage over ocamldoc is an accurate cross-referencer, which handles the complexity of the OCaml module system. Odoc also offers a good opportunity to improve HTML output compared to ocamldoc. . Furthermore, odoc can be used by dune to generate documentation of OCaml projects using dune as a build-system. . This package contains the odoc tool. Package: ocplib-simplex-ocaml-dev Description-md5: c755269fc07de400d1f1731f4582d63e Description-en: simplex library for solving linear inequalities ocplib-simplex is a (fully) functional OCaml implementation of the simplex algorithm for solving systems of linear inequalities. The implementation is incremental and backtrackable. It is able to extract unsat-cores for unsatisfiable problems, and supports linear optimization. Package: octave Description-md5: 0b698a784c8abd598a990058068ce427 Description-en: GNU Octave language for numerical computations Octave is a (mostly MATLAB® compatible) high-level language, primarily intended for numerical computations. It provides a convenient command-line interface for solving linear and nonlinear problems numerically. . Octave can be dynamically extended with user-supplied C++ files. Package: octave-arduino Description-md5: 73c3d235fad10cb5938591e1f05ecdf6 Description-en: Octave Arduino Toolkit Basic Octave implementation of the matlab arduino extension, allowing communication to a programmed arduino board to control its hardware. . This Octave add-on package is part of the Octave-Forge project. Package: octave-audio Description-md5: 2720f6d4a9de759a866a9bd0d1632958 Description-en: MIDI functions for Octave This package provides MIDI functionality for Octave, a numerical computation software. Three types of functions are provided: (1) functions that directly allow opening, sending and receiving MIDI messages, (2) functions that provide a layer on top of the device functions for using MIDI controls, and (3) basic functions that allow read and write of MIDI files. . This Octave add-on package is part of the Octave-Forge project. Package: octave-common Description-md5: 73c23a395ed68665aa8e921b9d55eb81 Description-en: architecture-independent files for octave Octave is a (mostly MATLAB® compatible) high-level language, primarily intended for numerical computations. It provides a convenient command-line interface for solving linear and nonlinear problems numerically. . Octave can be dynamically extended with user-supplied C++ files. . This package provides the architecture-independent files (Octave scripts and other helper files). Package: octave-control Description-md5: 37aa7bf6c830ebc4a7201fa6987314a8 Description-en: computer-aided control system design (CACSD) for Octave This package provides additional functions related to control theory in Octave, a numerical computation software. The functions are based on SLICOT Fortran library . . This Octave add-on package is part of the Octave-Forge project. Package: octave-dev Description-md5: 043714be64f3fab45c4f444484bf7bb1 Description-en: development files for the GNU Octave language Octave is a (mostly MATLAB® compatible) high-level language, primarily intended for numerical computations. It provides a convenient command-line interface for solving linear and nonlinear problems numerically. . This package provides the header files and the mkoctfile script used for extending Octave via compiled code. Package: octave-doc Description-md5: 2fe7cc0507a7078c652cb5803756c5a6 Description-en: documentation of the GNU Octave language Octave is a (mostly MATLAB® compatible) high-level language, primarily intended for numerical computations. It provides a convenient command-line interface for solving linear and nonlinear problems numerically. . This package provides the following documentation in HTML, PDF and Info formats: - the main user manual - a document on the C++ classes used internally by Octave. . It also includes a reference card in PDF format and in a4, letter and legal paper sizes. . This package is required by the 'help -i' command at the Octave command-line and by the help documentation browser in the graphical interface. Package: octave-parallel Description-md5: e6bccc5e5b445665505bb13fbed10f9f Description-en: parallel execution of Octave in clusters of computers This is a package to add parallel computing functions to Octave. The parallel computing functions are supported without any additional parallel computing libraries such as MPI and PVM. . This Octave add-on package is part of the Octave-Forge project. Package: octave-phclab Description-md5: a0dea643971943e05b0042cf9f79e7c8 Description-en: general-purpose solver for polynomial systems (Octave) PHClab is a collection of scripts to call phc from within a MATLAB or Octave session. It provides an interface to the blackbox solver for finding isolated solutions. PHClab also interfaces to the numerical irreducible decomposition, giving access to the tools to represent, factor, and intersect positive dimensional solution sets. Package: octave-signal Description-md5: b29c0d79511d18e8631672041b99928d Description-en: signal processing functions for Octave This package provides signal processing tools including filtering, windowing and display functions in octave. . Blackman-Harris, Blackman-Nuttall and Bohman are among the windowing functions and filters include Chebyshev type filters and butterworth filters. . Additionally, some wavelet functions are included. . This Octave add-on package is part of the Octave-Forge project. Package: octave-stk Description-md5: e6004d11f34cbec00601c2f2e7820c4b Description-en: (not so) Small Toolbox for Kriging The STK is a (not so) Small Toolbox for Kriging. Its primary focus is on the interpolation/regression technique known as kriging, which is very closely related to Splines and Radial Basis Functions, and can be interpreted as a non-parametric Bayesian method using a Gaussian Process (GP) prior. The STK also provides tools for the sequential and non-sequential design of experiments. Even though it is, currently, mostly geared towards the Design and Analysis of Computer Experiments (DACE), the STK can be useful for other applications areas (such as Geostatistics, Machine Learning, Non-parametric Regression, etc.). . This Octave add-on package is part of the Octave-Forge project. Package: octave-video Description-md5: 7ae07fba61d0b0e8d03bff0da985ab2a Description-en: video file reader/writer for Octave This package contains an implementation of the VideoReader and VideoWriter classes, based on OpenCV's CvCapture_FFMPEG and CvVideoWriter_FFMPEG, for Octave, a scientific computation software. . This Octave add-on package is part of the Octave-Forge project. Package: open3d-doc Description-md5: d61069d73e247fb2e7b0cf7b6e034147 Description-en: Library for 3D data processing - API documentation Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package provides the API documentation. Package: open3d-gui Description-md5: c8a21da91c80032f2d758df8ee932e49 Description-en: Library for 3D data processing - viewer GUI Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package provides the stand-alone viewer for data visualization. Package: open3d-gui-data Description-md5: 04f816f9a1d6adec9c99a94175a67ba2 Description-en: Library for 3D data processing - viewer GUI resources Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package provides the resources for the viewer. Package: open3d-tools Description-md5: 7ccac4fdbcc53037bc9e4f6854913292 Description-en: Library for 3D data processing - tools Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package provides additional tools for data processing. Package: opencv-data Description-md5: 6309a2225945477162fd5b5b25620a83 Description-en: development data for opencv This package contains some architecture independent files useful for development with OpenCV. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: opencv-doc Description-md5: ee64a89ad004eac0997a2fd96a5627e5 Description-en: OpenCV documentation and examples This package contains the OpenCV documentation and example programs. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: openjdk-11-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-11-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-11-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-11-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-11-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-11-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-11-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-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-11-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-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-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-20-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-20-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-20-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-20-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-20-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-20-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-20-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-20-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-20-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-21-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-21-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-21-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-21-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-21-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-21-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-21-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-21-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-21-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-22-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-22-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-22-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-22-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-22-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-22-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-22-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-22-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-22-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: openssh-tests Description-md5: bb7db5bf0b75d064182f67ac05d849c9 Description-en: OpenSSH regression tests This package provides OpenSSH's regression test suite. It is mainly intended for use with the autopkgtest system, though can also be run directly using /usr/lib/openssh/regress/run-tests. Package: orthanc-dicomweb Description-md5: 008eee1651074d2383236573398105da Description-en: Plugin to extend Orthanc with support of WADO and DICOMweb Orthanc DICOMweb is a plugin to Orthanc, the lightweight, RESTful Vendor Neutral Archive for medical imaging. It extends the Orthanc core with support of the WADO (now known as WADO-URI) and DICOMweb (QIDO-RS, STOW-RS, WADO-RS) standards. Package: pcre2-utils Description-md5: 5c6f2de58901d73fa452428724542daf Description-en: New Perl Compatible Regular Expression Library - utilities This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the utilities pcre2grep (like grep with PCRE) and pcre2test (a test program for the library, but also useful for experimenting with regular expressions). Both programs are also useful examples of programming with libpcre2. Package: pcs-snmp Description-md5: 6fbceb85c0388ccbe279bece6a40961a Description-en: Pacemaker Configuration System SNMP agent SNMP agent which connects to the master agent (snmpd) via AgentX protocol and provides information about the status of a corosync/pacemaker cluster. Package: phcpack Description-md5: 3c3520fee185211a0733ff72bfaa4343 Description-en: general-purpose solver for polynomial systems (command line) PHCpack is a software package to solve polynomial systems by homotopy continuation methods. . A polynomial system is given as a sequence of polynomials in several variables. Homotopy continuation methods operate in two stages. In the first stage, a family of polynomial systems (the so-called homotopy) is constructed. This homotopy contains a polynomial system with known solutions. In the second stage, numerical continuation methods are applied to track the solution paths defined by the homotopy, starting at the known solutions and leading to the solutions of the given polynomial system. . This package contains the command line interface to PHCpack. Package: phcpack-doc Description-md5: 69dbc6e49257d5edd5ecc82808ff1c2f Description-en: general-purpose solver for polynomial systems (documentation) PHCpack is a software package to solve polynomial systems by homotopy continuation methods. . A polynomial system is given as a sequence of polynomials in several variables. Homotopy continuation methods operate in two stages. In the first stage, a family of polynomial systems (the so-called homotopy) is constructed. This homotopy contains a polynomial system with known solutions. In the second stage, numerical continuation methods are applied to track the solution paths defined by the homotopy, starting at the known solutions and leading to the solutions of the given polynomial system. . This package contains demo files and documentation. 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: phpunit Description-md5: 3f32da5741bf4ad2de864d5b86e5f0ee Description-en: Unit testing suite for PHP Unit testing allows you to write small test methods which verify units of functionality in your program. It is a powerful technique for improving the quality of your software, preventing regressions, and allowing confident refactoring of your code. . PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit testing framework, designed by Kent Beck and Erich Gamma. If you've used JUnit (for Java), PyUnit (for Python), CxxUnit (for C++), or any of the other equivalents for other languages, the API for this package should seem fairly familiar. If you've never written unit tests before, the PHPUnit API is simple to learn and use. Package: phylonium Description-md5: a4b999c60e439b64fe841796b996fd33 Description-en: Fast and Accurate Estimation of Evolutionary Distances This is the phylonium program for estimating the evolutionary distances between closely related genomes. It is much faster than alignment based approaches for phylogeny reconstruction and usually more accurate than competing alignment-free methods. Package: prometheus-mysqld-exporter Description-md5: 2d3f549eb032b931c69a16083dc2ad46 Description-en: Prometheus exporter for MySQL server Prometheus exporter for MySQL server metrics. . Supported MySQL versions: 5.1 and up, however not all collection methods are supported on MySQL < 5.6. Package: prusa-slicer Description-md5: e48ca208c5da5526c62976a94a73417c Description-en: G-code generator for 3D printers PrusaSlicer converts digital 3D models into printing instructions (G-code) for your 3D printer. It cuts the model into horizontal slices (layers), generates toolpaths to fill them and calculates the amount of material to be extruded. . PrusaSlicer supports input in the STL, AMF and OBJ formats, and can output G-code for several series of 3D printers, including RepRap, Ultimaker, Makerbot, as well as SVG files for DLP printers. . It can be used with a graphical interface, or in batch mode via the command-line. Package: pybind11-dev Description-md5: 757d5a95c57c7cfaacd5b4d47bf8a20d Description-en: seamless operability between C++11 and Python pybind11 is a lightweight header library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Its goals and syntax are similar to the excellent Boost.Python library by David Abrahams: to minimize boilerplate code in traditional extension modules by inferring type information using compile-time introspection. . This package provides the header-only library. Package: pybind11-doc Description-md5: ad1f8255e000b1f4d921201326c0e401 Description-en: documentation for pybind11 pybind11 is a lightweight header library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Its goals and syntax are similar to the excellent Boost.Python library by David Abrahams: to minimize boilerplate code in traditional extension modules by inferring type information using compile-time introspection. . This package provides the documentation. Package: pybuild-plugin-autopkgtest Description-md5: cd4994381177b4f65dc90b7d29ecfefc Description-en: pybuild autopkgtest test runner (metapackage) This package depends on the packages required to run pybuild-autopkgtest, a pybuild-based autopkgtest test runner. pybuild-autopkgtest will run the same test suite that regular pybuild runs during build time, but against the installed packages and without doing a build first. Package: pybuild-plugin-pyproject Description-md5: 6238445ff016e30718dfaecade7c9de1 Description-en: Debian helper tools for packaging Python libraries using PEP517 This metapackage depends on the components necessary for building packages with the generic PEP517 build plugin. Package: python-astropy-doc Description-md5: 142e0ddf11adb0314ec7d19a6e6e32f1 Description-en: Core functionality for performing astrophysics with Python (doc) The astropy package contains core functionality and some common tools needed for performing astronomy and astrophysics research with Python. It can be extended by a number of "affiliated packages" that are intended to work with the core package. . This package contains the package documentation. Package: python-celery-common Description-md5: 1fccc78e51bee5234c3183669151c36a Description-en: async task/job queue - transitional dummy package Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . This is an empty transitional package to the "celery" package. Once installed it can be safely removed. Package: python-celery-doc Description-md5: 95fc6dff7380be4c62fe3af0892bcc80 Description-en: async task/job queue based on message passing (Documentation) Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). . Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. . The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. . This package contains the documentation. Package: python-coverage-doc Description-md5: f1f9ea1c05b01e52d3b281411e5bc886 Description-en: code coverage tool for Python — documentation Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. . This package installs the HTML documentation for Coverage.py. Package: python-dipy-doc Description-md5: 76349f09501f428a0a83ec425c718e39 Description-en: Python library for the analysis of diffusion MRI datasets -- documentation DIPY is a library for the analysis of diffusion magnetic resonance imaging data. . This package provides the documentation in HTML format. Package: python-django-celery-beat-doc Description-md5: 5a96fef0950a64679390ba6f16953aa5 Description-en: Database-backed Periodic Tasks (Documentation) This extension enables you to store the periodic task schedule in the database. . The periodic tasks can be managed from the Django Admin interface, where you can create, edit and delete periodic tasks and how often they should run. . This package contains the documentation. Package: python-django-graphene-doc Description-md5: 6bed6ad5ab623c07d059a8a80cf77d1c Description-en: Django integration for Graphene (Documentation) Graphene-Django is built on top of Graphene. Graphene-Django provides some additional abstractions that make it easy to add GraphQL functionality to your Django project. . This package contains the documentation of the library. Package: python-ffcx-doc Description-md5: f8c0252e8577635a3d12a20d2f463705 Description-en: next-gen compiler for finite element variational forms (docs) The FEniCS Form Compiler FFC provides state-of-the-art automatic and efficient evaluation of general multilinear forms (variational formulations) for FEniCS. FFC functions as the form evaluation system for DOLFIN but can also be used to compile forms for other systems. . FFC works as a compiler for multilinear forms by generating code (C or C++) for the evaluation of a multilinear form given in mathematical notation. This new approach to form evaluation makes it possible to combine generality with efficiency; the form can be given in mathematical notation and the generated code is as efficient as hand-optimized code. . This package installs documentation for the next-generation FFC-X library. Package: python-fsspec-doc Description-md5: ea9d8a2899f28b59aabe1b3fd2d28f33 Description-en: specification that Python filesystems should adhere to (documentation) The package produce a template or specification for a file-system interface, that specific implementations should follow, so that applications making use of them can rely on a common behaviour and not have to worry about the specific internal implementation decisions with any given backend. . This package contains the documentation. Package: python-graphene-doc Description-md5: 0a9bd3fc8f542b07b58ab4c884ffc209 Description-en: GraphQL Framework for Python (Documentation) Graphene is a Python library for building GraphQL schemas/types fast and easily. . * Easy to use: Graphene helps you use GraphQL in Python without effort. * Relay: Graphene has builtin support for Relay. * Data agnostic: Graphene supports any kind of data source: SQL (Django, SQLAlchemy), NoSQL, custom Python objects, etc. Upstream believes that by providing a complete API you could plug Graphene anywhere your data lives and make your data available through GraphQL. . This package contains the documentation of the library. Package: python-graphql-core-doc Description-md5: ba3fbd21f046c592a1d5e3f1658787b2 Description-en: GraphQL implementation for Python (Documentation) GraphQL-core 3 is a Python 3.6+ port of GraphQL.js, the JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook. GraphQL-core provides a reference implementation for the GraphQL specification but is also a useful utility for operating on GraphQL files and building sophisticated tools. . This package contains the documentation. Package: python-hypothesis-doc Description-md5: 54899cf5f7c557cff40372a060077026 Description-en: advanced Quickcheck style testing library (documentation) Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It's based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow. . Hypothesis is both extremely practical and also advances the state of the art of unit testing by some way. It's easy to use, stable, and extremely powerful. If you're not using Hypothesis to test your project then you're missing out. . This package contains the documentation for Hypothesis. Package: python-ipython-doc Description-md5: 35fe46090474b1ed75e6d8627c67beaa Description-en: Enhanced interactive Python shell (documentation) IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the documentation. Package: python-lockfile-doc Description-md5: 442087c592d1d0b74e6b16da3f21930e Description-en: file locking library for Python — documentation The ‘lockfile’ library exports a ‘LockFile’ class which provides a simple API for locking files. . This package installs the API documentation, in plain text and rendered as HTML. Package: python-monty-doc Description-md5: 436e6c614687ec55a1119b075b8f3b0d Description-en: missing complement to Python (Documentation) Monty is the missing complement to Python. Monty implements supplementary useful functions for Python that are not part of the standard library. Examples include useful utilities like transparent support for zipped files, useful design patterns such as singleton and cached_class, and many more. . Python is a great programming language and comes with “batteries included”. However, even Python has missing functionality and/or quirks that make it more difficult to do many simple tasks. In the process of creating several large scientific frameworks based on Python, the authors have found that it is often useful to create reusable utility functions to supplement the Python standard library. Their forays in various developer sites and forums also found that many developers are looking for solutions to the same problems. . Monty is created to serve as a complement to the Python standard library. It provides suite of tools to solve many common problems, and hopefully, be a resource to collect the best solutions. . This package installs the documentation. Package: python-mpd-doc Description-md5: fc0451f4a4e1c041a42551fd44a729bb Description-en: Python MPD client library (documentation) Fast MPD (Music Player Daemon) client library written in pure Python. It was written to be a replacement for python-mpdclient which is a bit outdated and does not perform good in many situations. . This package contains the documentation. Package: python-nbclient-doc Description-md5: b6c3b0c82bb8485aa257117ffd81a62c Description-en: Client to execute jupyter notebooks (documentation) nbclient is a client library for programmatic execution of jupyter notebook files in different execution contexts. It was previously part of nbconvert (ExecutePreprocessor). . This package contains documentation. Package: python-nibabel-doc Description-md5: 3436bfe76cbda3f40f40154fed9dadce Description-en: documentation for NiBabel NiBabel provides read and write access to some common medical and neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2), GIFTI, NIfTI1, MINC, as well as PAR/REC. The various image format classes give full or selective access to header (meta) information and access to the image data is made available via NumPy arrays. NiBabel is the successor of PyNIfTI. . This package provides the documentation in HTML format. Package: python-pytest-doc Description-md5: 97b336e965878efc4451d01f87777140 Description-en: Simple, powerful testing in Python - Documentation This testing tool has for objective to allow the developers to limit the boilerplate code around the tests, promoting the use of built-in mechanisms such as the `assert` keyword. . This package contains the documentation for pytest. Package: python-pytest-mock-doc Description-md5: 63b2649bf781cc33fa516b621108064b Description-en: Documentation of the Pytest Mock plugin (HTML) The pytest-mock plugin installs a "mocker" fixture which is a thin wrapper around the patching API provided by the excellent "mock" package or by unittest.mock, but with the benefit of not having to worry about undoing patches at the end of a test. It also provides other nice utilities such as spy and stub, and uses pytest introspection when comparing calls. . This package contains the HTML documentation of the pytest-mock plugin. Package: python-pytest-trio-doc Description-md5: bac8b8d245a28bf1024f81a0a136757a Description-en: Pytest plugin for trio (Documentation) This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python. . Features include: * Async tests without the boilerplate: just write async def test_whatever(): .... * Useful fixtures included: use autojump_clock for easy testing of code with timeouts, or nursery to easily set up background tasks. * Write your own async fixtures: set up an async database connection or start a server inside a fixture, and then use it in your tests. * If you have multiple async fixtures, pytest-trio will even do setup/teardown concurrently whenever possible. * Integration with the fabulous Hypothesis library, so your async tests can use property-based testing: just use @given like you’re used to. * Support for testing projects that use Trio exclusively and want to use pytest-trio everywhere, and also for testing projects that support multiple async libraries and only want to enable pytest-trio’s features for a subset of their test suite. . This package contains the documentation. Package: python-skimage-doc Description-md5: 12f0b0e6adcdd585b8ea21272c4ea042 Description-en: Documentation and examples for scikit-image scikit-image is a collection of image processing algorithms for Python. It performs tasks such as image loading, filtering, morphology, segmentation, color conversions, and transformations. . This package contains documentation and example scripts for python-skimage. Package: python-sympy-doc Description-md5: cc59e8cf2755ff21ca090cae2bda5c81 Description-en: Computer Algebra System (CAS) in Python - Documentation SymPy is a Python library for symbolic mathematics (manipulation). It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries, except optionally for plotting support. . This package contains the documentation for sympy Python module. Package: python-trio-doc Description-md5: 156bb7cb99e5a435eb6fddb656cab49c Description-en: Python async concurrency and I/O library (Documentation) Trio is a Python async concurrency and I/O library like Twisted or the asyncio standard library, but with an API rethink following lessons learned from asyncio and Dave Beazley's Curio. The author claims that the resulting design is radically simpler than older competitors like asyncio and Twisted, yet just as capable. . This project is young and still somewhat experimental. The API has not yet been declared stable. If you need more mature or with a more stable API, then Python's asyncio library, or the older Twisted, are probably better bets. . This package contains the documentation. Package: python-ufl-doc Description-md5: 2e82d7e3c3437c3fbf708e1faa08e6d6 Description-en: documentation and demos for UFL UFL (Unified Form Language) is a unified language for definition of variational forms intended for finite element discretization. More precisely, it defines a fixed interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation. The form compilers FFC and SyFi use UFL as their end-user interface, producing UFC implementations as their output. . This package contains documentation and demos for UFL. Package: python-ufl-legacy-doc Description-md5: 83e9b40649ae5a63ceb8d48e0bc63ce9 Description-en: documentation and demos for legacy UFL UFL (Unified Form Language) is a unified language for definition of variational forms intended for finite element discretization. More precisely, it defines a fixed interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation. The form compilers FFC and SyFi use UFL as their end-user interface, producing UFC implementations as their output. . This package contains documentation and demos for legacy (2022) UFL used by old ffc and dolfin. The python package is renamed ufl_legacy rather than ufl. Package: python3-access2base Description-md5: 62049593c5d96b74959809148594af38 Description-en: interface between Python and the LibreOffice Access2Base library Access2Base is a LibreOffice/OpenOffice Basic library of macros for (business or personal) application developers and advanced users. . Their syntax and their meaning are directly inspired by MSAccess. The macros are callable from - a LibreOffice / OpenOffice Base application, - any LibreOffice / OpenOffice document wanting to access data stored in databases. . This package contains an interface between Python (user) scripts and Access2Base. Package: python3-aioice Description-md5: fea64c57429d2917a277298396f63dcb Description-en: implementation of ICE aioice is a library for Interactive Connectivity Establishment (RFC 5245) in Python. It is built on top of asyncio, Python's standard asynchronous I/O framework. . Interactive Connectivity Establishment (ICE) is useful for applications that establish peer-to-peer UDP data streams, as it facilitates NAT traversal. Typical usecases include SIP and WebRTC. Package: python3-astropy Description-md5: d68fca10e089e4294adf8b1b26f541e5 Description-en: Core functionality for performing astrophysics with Python The astropy package contains core functionality and some common tools needed for performing astronomy and astrophysics research with Python. It can be extended by a number of "affiliated packages" that are intended to work with the core package. Package: python3-basix Description-md5: a1e3538433bc3ecb969f0f2161b29bdc Description-en: Finite Element Basis Function Definition Runtime Library (Python 3) Computes FE basis functions and derivatives for the following elements: - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron) - Nédélec (triangle, tetrahedron) - Nédélec Second Kind (triangle, tetrahedron) - Raviart-Thomas (triangle, tetrahedron) - Regge (triangle, tetrahedron) - Crouzeix-Raviart (triangle, tetrahedron) . Computes quadrature rules on different cell types . Provides reference topology and geometry for reference cells of each type. . Python wrapper provided with pybind11. . This package installs the library for Python 3. Package: python3-celery Description-md5: e82e5099e2ae085695f07c4dafce88d9 Description-en: async task/job queue based on message passing (Python3 version) Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). . Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. . The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. . This package contains the Python 3 version of the library. Package: python3-clang Description-md5: 65d7021a62acc58d735a19b3c4eb78b7 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 is a dependency package providing the Python binding to Clang. Package: python3-clang-16 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-coverage Description-md5: 18d886573192e9d7cb0890d2f9d788e1 Description-en: code coverage tool for Python 3 Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. . Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not. . This package installs the Python version 3 ‘coverage’ library, and the ‘python3-coverage’ program to perform and report coverage tests. Package: python3-dicompylercore Description-md5: ff86834afb7d0180a98c27dd562a0bc3 Description-en: core radiation therapy modules for DICOM / DICOM RT used by dicompyler This package provides a Python3 library of core radiation therapy modules for DICOM / DICOM RT used by dicompyler. It includes: . * dicomparser: parse DICOM objects in an easy-to-use manner * dvh: Pythonic access to dose volume histogram (DVH) data * dvhcalc: Independent DVH calculation using DICOM RT Dose & RT Structure Set Package: python3-dipy Description-md5: e620bab38cf0e2e257daf48cb72578d2 Description-en: Python library for the analysis of diffusion MRI datasets DIPY is a software project for computational neuroanatomy. It focuses on diffusion magnetic resonance imaging (dMRI) analysis and tractography but also contains implementations of other computational imaging methods such as denoising and registration that are applicable to the greater medical imaging and image processing communities. Additionally, DIPY is an international project which brings together scientists across labs and countries to share their state-of-the-art code and expertise in the same codebase, accelerating scientific research in medical imaging. . Here are some of the highlights: - Reconstruction algorithms: CSD, DSI, GQI, DTI, DKI, QBI, SHORE and MAPMRI - Fiber tracking algorithms: deterministic and probabilistic - Native linear and nonlinear registration of images - Fast operations on streamlines (selection, resampling, registration) - Tractography segmentation and clustering - Many image operations, e.g., reslicing or denoising with NLMEANS - Estimation of distances/correspondences between streamlines and connectivity matrices - Interactive visualization of streamlines in the space of images . This package contains the Python 3 version. Package: python3-dipy-lib Description-md5: a701ebb3546095a4b830d8b77a165e05 Description-en: Python library for the analysis of diffusion MRI datasets -- Python3 extensions DIPY is a library for the analysis of diffusion magnetic resonance imaging data. . This package provides architecture-dependent builds of the extensions for Python3. Package: python3-django-celery-beat Description-md5: 60a1c3a58cc92deb12e976f1b1e124d0 Description-en: Database-backed Periodic Tasks (Python3 version) This extension enables you to store the periodic task schedule in the database. . The periodic tasks can be managed from the Django Admin interface, where you can create, edit and delete periodic tasks and how often they should run. . This package contains the Python 3 version of the library. Package: python3-django-graphene Description-md5: 63adf91a4e94ea2cbe0bf1c7191e6e9f Description-en: Django integration for Graphene (Python3 version) Graphene-Django is built on top of Graphene. Graphene-Django provides some additional abstractions that make it easy to add GraphQL functionality to your Django project. . This package contains the Python 3 version of the library. Package: python3-dns Description-md5: 32eaa5f6103e3bc4f5c85cabfab90328 Description-en: DNS client module for Python 3 This Python 3 module provides an DNS API for looking up DNS entries from within Python 3 modules and applications. This module is a simple, lightweight implementation. It is not as complete as python-dnspython, but is useful for many common applications. It does not support async. Package: python3-dolfin Description-md5: 77ebd7f575379d4276cb20694043b9c2 Description-en: Base Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This is the base package depending on specific dolfin builds. By default the version built against the preferred version of PETSc in /usr/lib/petsc is selected (with 32-bit indexing, but the alternative version (64-bit PETSc) can be selected by setting the environment variable PETSC_DIR. . This is the legacy version of DOLFIN, you may want to install the next-generation python3-dolfinx (DOLFIN-X) instead. Package: python3-dolfin-real Description-md5: cd25943676baf8079740fbee38d5cb3a Description-en: Python interface for DOLFIN DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the Python interface for DOLFIN (Python 3) build against the default version of PETSc (with 32-bit indexing) . This is the legacy version of DOLFIN, you may want to install the next-generation python3-dolfinx (DOLFIN-X) instead. Package: python3-dolfin64-real Description-md5: f0e44a41b798fdc367452f32a781ae4c Description-en: Python interface for DOLFIN (with 64-bit PETSc integers) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the Python interface for DOLFIN (Python 3) build against 64-bit PETSc (64-bit indexing) . This is the legacy version of DOLFIN, you may want to install the next-generation python3-dolfinx (DOLFIN-X) instead. Package: python3-dolfinx Description-md5: 8b0d7e543b0a54225af077d16acadf2a Description-en: Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN is provided by python3-dolfin. . This is a base package depending on the dolfinx packages with real or complex number support. By default the version built against the preferred version of PETSc in /usr/lib/petsc is selected, but the alternative version can be selected by setting the environment variable PETSC_DIR. Package: python3-dolfinx-complex Description-md5: 21c9bd2c698d8d40721e0a273f1bd404 Description-en: Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the Python interface for DOLFIN (Python 3). . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN (without complex number support) is provided by python3-dolfin. Package: python3-dolfinx-mpc Description-md5: 6cfb594889eda2b58d1100a278dc6840 Description-en: Multi-point constraints with FEniCS-X This library contains an add-on to FEniCSx enabling the possibilities of enforce multi-point constraints. This can be used to for instance enforce slip conditions strongly, or apply periodic boundaries.. Package: python3-dolfinx-real Description-md5: 6a6e4b563fac29b55604579a2f66c280 Description-en: Python interface for DOLFIN (Python 3) DOLFIN is the Python and C++ interface of the FEniCS project for the automated solution of differential equations, providing a consistent PSE (Problem Solving Environment) for solving ordinary and partial differential equations. Key features include a simple, consistent and intuitive object-oriented API; automatic and efficient evaluation of variational forms; automatic and efficient assembly of linear systems; and support for general families of finite elements. . This package contains the Python interface for DOLFIN (Python 3). . This is the next-generation version of libdolfinx-dev (DOLFIN-X). The legacy version of DOLFIN is provided by python3-dolfin. Package: python3-dulwich Description-md5: 0e652fa6210d2be4be4c8bcbadddd180 Description-en: Python Git library - Python3 module Dulwich is a Python implementation of the file formats and protocols used by the Git version control system. It can currently read from and write to existing Git repositories and implements the protocol for pushing and receiving packs from remote servers. . All functionality is available in pure Python, but for improved performance replacements of some modules written in C are also available. This package includes the high performance versions. . This package contains the module built for Python version 3.x. Package: python3-ffc Description-md5: 6c6a785e5c92a4247b82efe0075d28ec Description-en: compiler for finite element variational forms (Python 3) The FEniCS Form Compiler FFC provides state-of-the-art automatic and efficient evaluation of general multilinear forms (variational formulations) for FEniCS. FFC functions as the form evaluation system for DOLFIN but can also be used to compile forms for other systems. . FFC works as a compiler for multilinear forms by generating code (C or C++) for the evaluation of a multilinear form given in mathematical notation. This new approach to form evaluation makes it possible to combine generality with efficiency; the form can be given in mathematical notation and the generated code is as efficient as hand-optimized code. . This package installs the legacy FFC library for Python 3. . You may want to consider installing python3-ffcx instead to get the next-generation FFC-X. Package: python3-ffcx Description-md5: ce45246bdbf72427c329c24ead46f7ad Description-en: next-gen compiler for finite element variational forms (Python 3) The FEniCS Form Compiler FFC provides state-of-the-art automatic and efficient evaluation of general multilinear forms (variational formulations) for FEniCS. FFC functions as the form evaluation system for DOLFIN but can also be used to compile forms for other systems. . FFC works as a compiler for multilinear forms by generating code (C or C++) for the evaluation of a multilinear form given in mathematical notation. This new approach to form evaluation makes it possible to combine generality with efficiency; the form can be given in mathematical notation and the generated code is as efficient as hand-optimized code. . This package installs the next-generation FFC-X library for Python 3. Package: python3-fsspec Description-md5: 8e3ca0edbc9e3f65aa4d22daaa364169 Description-en: specification that Python filesystems should adhere to (Python 3) The package produce a template or specification for a file-system interface, that specific implementations should follow, so that applications making use of them can rely on a common behaviour and not have to worry about the specific internal implementation decisions with any given backend. Package: python3-gemmi Description-md5: 72455493c66e856e80b75116d2d313e2 Description-en: library for structural biology - Python module Library for macromolecular crystallography and structural bioinformatics. For working with coordinate files (mmCIF, PDB, mmJSON), refinement restraints (monomer library), electron density maps (CCP4), and crystallographic reflection data (MTZ, SF-mmCIF). It understands crystallographic symmetries, it knows how to switch between the real and reciprocal space and it can do a few other things. . This package contains the Python module. Package: python3-genx Description-md5: 532af7e4345a07615e761e413c9ad2ab Description-en: differential evolution algorithm for fitting GenX is a versatile program using the differential evolution algorithm for fitting, primarily, X-ray and neutron reflectivity data, lately also surface x-ray diffraction data. The differential evolution algorithm is a robust optimization method which avoids local minima but at same is a highly effective. GenX is written in Python and uses the wxpython package for the Graphical User Interface (GUI). A model to fit is defined either through a GUI plug-in or via a Python script. The possibility to script everything makes it easy to develop completely new fitting model. Clearly, GenX is extremely modular, making it possible to extend the program with models and plug-ins for most fitting problems. At the present GenX is shipped with models for x-ray and neutron specular reflectivity, off-specular x-ray reflectivity and surface x-ray diffraction Package: python3-geolinks Description-md5: c748a56caef041c873386d0454217c02 Description-en: Python 3 Library for using geospatial links (catalogue interoperablity) This package is a utility library to work with geospatial links. It is an implementation of the Cat-Interop work described at https://wiki.osgeo.org/wiki/Cat-Interop . This package provides the Python 3 version of the library. Package: python3-geopandas Description-md5: 7915f3a9bc68354c563139f895e789dc Description-en: Python3 tools for geographic data GeoPandas is a project to add support for geographic data to pandas objects. It currently implements `GeoSeries` and `GeoDataFrame` types which are subclasses of `pandas.Series` and `pandas.DataFrame` respectively. GeoPandas objects can act on shapely geometry objects and perform geometric operations. . GeoPandas geometry operations are cartesian. The coordinate reference system (crs) can be stored as an attribute on an object, and is automatically set when loading from a file. Objects may be transformed to new coordinate systems with the `to_crs()` method. There is currently no enforcement of like coordinates for operations, but that may change in the future. . This package contains the Python 3 version of the library. Package: python3-glgrib-glfw Description-md5: bca3df94b1116a45195ea68b7e2ce8ad Description-en: Display GRIB2 fields using OpenGL (glgrib Python3 bindings) glGrib.glfw is a module providing full access to glgrib capabilities to the Python interpreter. Package: python3-graphene Description-md5: a15476aedc8099ccbb60afd47d74d745 Description-en: GraphQL Framework for Python (Python3 version) Graphene is a Python library for building GraphQL schemas/types fast and easily. . * Easy to use: Graphene helps you use GraphQL in Python without effort. * Relay: Graphene has builtin support for Relay. * Data agnostic: Graphene supports any kind of data source: SQL (Django, SQLAlchemy), NoSQL, custom Python objects, etc. Upstream believes that by providing a complete API you could plug Graphene anywhere your data lives and make your data available through GraphQL. . This package contains the Python 3 version of the library. Package: python3-graphql-core Description-md5: 20230936ffcc60d324d6a9a35ae7193a Description-en: GraphQL implementation for Python, a port of GraphQL.js (Python3 version) GraphQL-core 3 is a Python 3.6+ port of GraphQL.js, the JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook. GraphQL-core provides a reference implementation for the GraphQL specification but is also a useful utility for operating on GraphQL files and building sophisticated tools. . This package contains the Python 3 version of the library. Package: python3-graphql-relay Description-md5: dfcd2a02d6e895c7b2d95fd7b829655f Description-en: Relay Library for GraphQL Python (Python3 version) This package contains the Relay (https://relay.dev/) library for GraphQL-core. . It allows the easy creation of Relay-compliant servers using GraphQL-core. GraphQL-Relay-Py is a Python port of graphql-relay-js (https://github.com/graphql/graphql-relay-js), while GraphQL-Core is a Python port of GraphQL.js (https://github.com/graphql/graphql-js), the reference implementation of GraphQL for JavaScript. . This package contains the Python 3 version of the library. 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-halide Description-md5: dc490334b39989b099eacb5d6d4f8607 Description-en: fast, portable computation on images and tensors -- Python3 bindings Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains provides a Python binding that provides full support for writing Halide embedded in Python without C++. Package: python3-halide-doc Description-md5: a9fe644105d6d62b705937dd7fac26ee Description-en: fast, portable computation on images and tensors (Python3 documentation) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains tutorials for writing Halide embedded in Python. Package: python3-httpcore Description-md5: e9d46da9251bcfb57294ae2ec7120d8e Description-en: minimal low-level HTTP client The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests. . It does not provide any high level model abstractions over the API, does not handle redirects, multipart uploads, building authentication headers, transparent HTTP caching, URL parsing, session cookie handling, content or charset decoding, handling JSON, environment based configuration defaults, or any of that Jazz. . Some things HTTP Core does do: . * Sending HTTP requests. * Provides both sync and async interfaces. * Supports HTTP/1.1 and HTTP/2. * Async backend support for asyncio and trio. * Automatic connection pooling. * HTTP(S) proxy support. Package: python3-hypothesis Description-md5: 466954f1c5c38e1a2d5163868bd81bf8 Description-en: advanced Quickcheck style testing library for Python 3 Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It's based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow. . Hypothesis is both extremely practical and also advances the state of the art of unit testing by some way. It's easy to use, stable, and extremely powerful. If you're not using Hypothesis to test your project then you're missing out. . This package contains the Python 3 module. Package: python3-iminuit Description-md5: f8e3bffee88b537151f1e388248894bb Description-en: Robust Python minimisation library based around MINUIT2 iminuit is a Jupyter-friendly Python frontend to the MINUIT2 C++ library. It can be used as a general robust function minimisation method, but is most commonly used for likelihood fits of models to data, and to get model parameter error estimates from likelihood profile analysis. Package: python3-ipykernel Description-md5: 8f6a572e5729c8a9ad706abad96ef8b1 Description-en: IPython kernel for Jupyter (Python 3) This software component provides an IPython kernel, which will hook itself into Jupyter. . This package installs the library for Python 3. Package: python3-ipython Description-md5: 0e78173741a89e44c6c0babc81b3f10a Description-en: Enhanced interactive Python shell (Python 3 version) IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. . This package contains the backend terminal shell for Python 3: for the actual frontend install ipython3. 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-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 Description-md5: 92f8664212675babf13be8b3c1453716 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 is a dependency package providing the Python binding to lldb. Package: python3-lldb-16 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-monty Description-md5: 528cb89c450f1f141ca838a248593a0a Description-en: missing complement to Python (Python 3) Monty is the missing complement to Python. Monty implements supplementary useful functions for Python that are not part of the standard library. Examples include useful utilities like transparent support for zipped files, useful design patterns such as singleton and cached_class, and many more. . Python is a great programming language and comes with “batteries included”. However, even Python has missing functionality and/or quirks that make it more difficult to do many simple tasks. In the process of creating several large scientific frameworks based on Python, the authors have found that it is often useful to create reusable utility functions to supplement the Python standard library. Their forays in various developer sites and forums also found that many developers are looking for solutions to the same problems. . Monty is created to serve as a complement to the Python standard library. It provides suite of tools to solve many common problems, and hopefully, be a resource to collect the best solutions. . This package installs the library for Python 3. Package: python3-mpd Description-md5: 53e5fa885a438ff468662578adcff625 Description-en: Python MPD client library (Python 3) Fast MPD (Music Player Daemon) client library written in pure Python. It was written to be a replacement for python-mpdclient which is a bit outdated and does not perform good in many situations. . This is the Python 3 version of python-mpd2, a fork of the original python-mpd. Package: python3-mshr Description-md5: 76912d872897702c76172855fa129e51 Description-en: Python 3 interface for mshr mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the common Python 3 interface for mshr, and examples and demo programs. . This is the base package depending on specific mshr builds. By default mshr is built against dolfin using the preferred version of PETSc in /usr/lib/petsc (with 32-bit indexing), but the alternative version (64-bit PETSc) can be selected by setting the environment variable PETSC_DIR. Package: python3-mshr-real Description-md5: bce92847d387beeec25f2224ea1a2c63 Description-en: Python 3 interface for mshr mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the Python 3 interface for mshr. Package: python3-mshr64-real Description-md5: 16585e7ff271b0e8279513f3cebd026a Description-en: Python 3 interface for mshr with 64-bit indexing mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. . This package contains the Python 3 interface for mshr with support for 64-bit indexing (libdolfin64 and PETSc-64). Package: python3-myst-parser Description-md5: 9e38eb6465119695e95d8d18df13f36a Description-en: rich and extensible flavor of Markdown for technical docs MyST is a flavor of markdown that is designed for simplicity, flexibility, and extensibility. This package include a reference implementation of MyST Markdown, as well as a collection of tools to support working with MyST in Python and Sphinx. Package: python3-nbclient Description-md5: 0950d1352aac4cf52f689d150fb04173 Description-en: Client to execute jupyter notebooks nbclient is a client library for programmatic execution of jupyter notebook files in different execution contexts. It was previously part of nbconvert (ExecutePreprocessor). . This package installs the library for Python 3. Package: python3-ngs Description-md5: 339536e9adbe8549aa1efd268c2ee905 Description-en: Next Generation Sequencing language Bindings (Python3 bindings) NGS is a new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing. The API itself is independent from any particular back-end implementation, and supports use of multiple back-ends simultaneously. It also provides a library for building new back-end "engines". The engine for accessing SRA data is contained within the sister repository ncbi-vdb. . The API is currently expressed in C++, Java and Python languages. The design makes it possible to maintain a high degree of similarity between the code in one language and code in another - especially between C++ and Java. . Python3 bindings. Package: python3-nibabel Description-md5: eba85b71688d495c2c568f6575f9b5e2 Description-en: Python3 bindings to various neuroimaging data formats NiBabel provides read and write access to some common medical and neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2), GIFTI, NIfTI1, MINC, as well as PAR/REC. The various image format classes give full or selective access to header (meta) information and access to the image data is made available via NumPy arrays. NiBabel is the successor of PyNIfTI. Package: python3-open3d Description-md5: 4f0ea0b27e57f6bfdd12503c09b28119 Description-en: Library for 3D data processing - Python 3 bindings Open3D is an open-source library that supports rapid development of software that deals with 3D data. The Open3D frontend exposes a set of carefully selected data structures and algorithms in both C++ and Python. The backend is highly optimized and is set up for parallelization. . This package provides the Python 3 bindings for Open3D. 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-opm-common Description-md5: 0527a9a9f3d04e95c08b52c8459d7d2d Description-en: Tools for Eclipse reservoir simulation files -- Python wrappers The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . This package contains the Python wrappers for reading, parsing, and writing files in Eclipse format, a format widely used in the reservoir simulation community. Package: python3-opm-simulators Description-md5: 5411eb2e3edbc3284d05fe5e42c61d3b Description-en: Python wrappers for the Open porous media / reservoir simulators The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. . opm-simulators provides a research (ebos) and a production (flow) fully implicit black-oil simulators, supporting one to three phases and supporting solvent and polymer options. It uses cell centered finite volume schemes with two point flux approximation and automatic differentiation for the discretization and uses state of the art linear and nonlinear solvers. It supports standard and multi segment well models and reading and writing file in Eclipse format, a very common format used in the oil reservoir simulation community. . Package provides Python wrappers for the simulators. Package: python3-phcpy Description-md5: 1b03090eddeb762f442c92e59fd476a2 Description-en: general-purpose solver for polynomial systems (Python) PHCpack is a software package to solve polynomial systems by homotopy continuation methods. . A polynomial system is given as a sequence of polynomials in several variables. Homotopy continuation methods operate in two stages. In the first stage, a family of polynomial systems (the so-called homotopy) is constructed. This homotopy contains a polynomial system with known solutions. In the second stage, numerical continuation methods are applied to track the solution paths defined by the homotopy, starting at the known solutions and leading to the solutions of the given polynomial system. . This package contains PHCpy, the Python interface to PHCpack. Package: python3-pil.imagetk Description-md5: ea3aa1a359c8f5a637ed1b909420a7d4 Description-en: Python Imaging Library - ImageTk Module (Python3) Tk dependent python-pil module. 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-pip-whl Description-md5: ab97ef931cbcd89f89c3ef1661772645 Description-en: Python package installer (pip wheel) 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: python3-platformdirs Description-md5: 47964baef0a01e30ed76852a8dce44f6 Description-en: determining appropriate platform-specific directories (Python 3) Depending on your system (Linux, Mac OS X, or Windows), you have to use different directories for storing user data. platformdirs will help you choose an appropriate: . * user data directory (user_data_dir function) * user config directory (user_config_dir function) * user cache directory (user_cache_dir function) * site data directory (site_data_dir function) * site config directory (site_config_dir function) * user log directory (user_log_dir function) . On Linux systems, these function return directories based on the XDG Base Directory Specification. . This is the Python 3 version of the package. Package: python3-pybind11 Description-md5: 1d83a9fe59bd36d4a86f9868d6abdfe1 Description-en: pybind11 helper module for Python 3 pybind11 is a lightweight header library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Its goals and syntax are similar to the excellent Boost.Python library by David Abrahams: to minimize boilerplate code in traditional extension modules by inferring type information using compile-time introspection. . This package provides pybind11 for Python 3. Package: python3-pytest Description-md5: a5dad4d5b22160c775ca39b2d4780244 Description-en: Simple, powerful testing in Python3 This testing tool has for objective to allow the developers to limit the boilerplate code around the tests, promoting the use of built-in mechanisms such as the `assert` keyword. . This package provides the Python 3 module and the py.test-3 script. Package: python3-pytest-mock Description-md5: b24ff55caeb8c990800fbfdbd8d385c0 Description-en: Thin wrapper around mock for easier use with pytest (Python 3 module) This plugin installs a "mocker" fixture which is a thin wrapper around the patching API provided by the excellent "mock" package or by unittest.mock, but with the benefit of not having to worry about undoing patches at the end of a test. It also provides other nice utilities such as spy and stub, and uses pytest introspection when comparing calls. . This package provides the Python 3 module. Package: python3-pytest-rerunfailures Description-md5: b39ddd4149884d1e62c3622245de3f54 Description-en: pytest plugin to re-run tests to eliminate flaky failures pytest-rerunfailures is a plugin for pytest that re-runs tests to eliminate intermittent failures. Package: python3-pytest-trio Description-md5: d57603856fdb4e911f156400e719509a Description-en: Pytest plugin for trio (Python3 version) This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python. . Features include: * Async tests without the boilerplate: just write async def test_whatever(): .... * Useful fixtures included: use autojump_clock for easy testing of code with timeouts, or nursery to easily set up background tasks. * Write your own async fixtures: set up an async database connection or start a server inside a fixture, and then use it in your tests. * If you have multiple async fixtures, pytest-trio will even do setup/teardown concurrently whenever possible. * Integration with the fabulous Hypothesis library, so your async tests can use property-based testing: just use @given like you’re used to. * Support for testing projects that use Trio exclusively and want to use pytest-trio everywhere, and also for testing projects that support multiple async libraries and only want to enable pytest-trio’s features for a subset of their test suite. . This package contains the Python 3 version of the library. Package: python3-python-socks Description-md5: 733d929c47ee6b26874831d5eedc0a64 Description-en: core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality for Python Supports SOCKS4(a), SOCKS5, HTTP (tunneling) proxy and provides sync and async (asyncio, trio, curio, anyio) APIs. Package: python3-renderpm Description-md5: 94ba8468aea777f3a761cb1608fcfe5b Description-en: python low level render interface This package is kept as transitionl. It used to contain the python low level render interface, coded in C/C++, used in the ReportLab library. Now the same features are coded in pure Python. Package: python3-reportlab-accel Description-md5: 6ba2b037f38f323c5870cf8c385db452 Description-en: C coded extension accelerator for the ReportLab Toolkit This package is kept as transitionl. It used to provide a C coded extension accelerator for the ReportLab Toolkit, which is now provided by pure Python code. Package: python3-rpy2 Description-md5: b378296fa6aaf034c92ad45d39cc8c6c Description-en: Python3 interface to the GNU R language and environment (version 2) This Debian package provides RPy2, a very simple yet robust Python interface to the GNU R Programming Language. It can manage different types of R objects, and can execute arbitrary R functions, including graphic functions. Rpy2 is a rewrite and extension of the older RPy interface. Package: python3-satpy Description-md5: f74e6e9d45723fabc8b493bc762ab2db Description-en: Python package for earth-observing satellite data processing The SatPy package is a Python library for reading and manipulating meteorological remote sensing data and writing it to various image and data file formats. SatPy comes with the ability to make various RGB composites directly from satellite instrument channel data or higher level processing output. The pyresample package is used to resample data to different uniform areas or grids. Package: python3-shapely Description-md5: 018e7b252607a9dd0d2c2718845e1341 Description-en: geometric objects, predicates, and operations (Python 3) Shapely is a package for manipulation and analysis of 2D features. Its capabilities include: * calculating the point set unions, intersections, or differences of features * predicate tests on features: intersects, touches, contains, and more. . Supported geometric types are points, line strings, linear rings, polygons, and homogeneous or heterogeneous collections thereof. . This is the Python 3 version of the package. Package: python3-siconos Description-md5: b9395c5ba16262280792c2a9677d5114 Description-en: modeling and simulation of nonsmooth dynamical systems (python3) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains Python 3 wrapper modules. Package: python3-simgrid Description-md5: b02569d1d127c334a22bac8974dbdb7e Description-en: Python3 bindings for the SimGrid Toolkit SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI simulator, or a mix of all of them. The typical use-cases of SimGrid include heuristic evaluation, application prototyping, and real application development and tuning. . This package contains what you need to use SimGrid from the Python programming language. Package: python3-skimage Description-md5: ef8764eec7113b3de8f31adfea5659c1 Description-en: Python 3 modules for image processing scikit-image is a collection of image processing algorithms for Python. It performs tasks such as image loading, filtering, morphology, segmentation, color conversions, and transformations. . This package provides the Python 3 module. Package: python3-skimage-lib Description-md5: 6f6ef69a852c74b89c1b1d6eb24b55d9 Description-en: Optimized low-level algorithms for Python 3 scikit-image This is an add-on package for python-skimage. It provides optimized, low-level implementations of algorithms. . This package provides the Python 3 libraries. Package: python3-smbus Description-md5: d071d438b1fd9be7d311228cabbc262f Description-en: Python 3 bindings for Linux SMBus access through i2c-dev This Python 3 module allows SMBus access through the I2C /dev interface on Linux hosts. The host kernel must have I2C support, I2C device interface support, and a bus adapter driver. Package: python3-specutils Description-md5: 4031e14aacb2a54a1f098d8a72727ded Description-en: Base classes and utilities for astronomical spectra in Python The specutils package implements base classes and utilities for interacting with astronomical spectra in Python and the Astropy project. It is intended for eventual merger with the astropy package, but for now is being developed independently. Package: python3-spyder-kernels Description-md5: e79231e2aff1c874e45ffac6ce241052 Description-en: Jupyter kernels for the Spyder console - Python 3 Jupyter Kernels for the Spyder console . This package provides the modules for Python 3. Package: python3-starlette Description-md5: 97e426dcd54d67f5b2f64d7d9535faef Description-en: ASGI library ideal for building high performance asyncio services Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit, which is ideal for building high performance asyncio services. . It is production-ready, and gives you the following: . * Seriously impressive performance. * WebSocket support. * In-process background tasks. * Startup and shutdown events. * Test client built on `httpx`. * CORS, GZip, Static Files, Streaming responses. * Session and Cookie support. * 100% test coverage. * 100% type annotated codebase. * Zero hard dependencies. . Example: . from starlette.applications import Starlette from starlette.responses import JSONResponse from starlette.routing import Route . async def homepage(request): return JSONResponse({'hello': 'world'}) . app = Starlette(debug=True, routes=[ Route('/', homepage), ]) Package: python3-sympy Description-md5: 574779e384c8c12f9251d460c19ec72b Description-en: Computer Algebra System (CAS) in Python (Python 3) SymPy is a Python library for symbolic mathematics (manipulation). It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries, except optionally for plotting support. . This package contains the Python 3 version of sympy. Package: python3-tomlkit Description-md5: 07666bd7d6483b2c99d456da4ca5f2c5 Description-en: style-preserving TOML library for Python TOML Kit is a 1.0.0rc1-compliant TOML (Tom's Obvious, Minimal Language) library. . It includes a parser that preserves all comments, indentations, whitespace and internal element ordering, and makes them accessible and editable via an intuitive API. . You can also create new TOML documents from scratch using the provided helpers. Package: python3-trio Description-md5: 65a0afb6e1ed996286dd6762437a93ca Description-en: Python async concurrency and I/O library (Python3 version) Trio is a Python async concurrency and I/O library like Twisted or the asyncio standard library, but with an API rethink following lessons learned from asyncio and Dave Beazley's Curio. The author claims that the resulting design is radically simpler than older competitors like asyncio and Twisted, yet just as capable. . This project is young and still somewhat experimental. The API has not yet been declared stable. If you need more mature or with a more stable API, then Python's asyncio library, or the older Twisted, are probably better bets. . This package contains the Python 3 version of the library. Package: python3-ufl Description-md5: 395b8e60882b147d267e6d5a0c7e70d7 Description-en: unified language for form-compilers (Python 3) UFL (Unified Form Language) is a unified language for definition of variational forms intended for finite element discretization. More precisely, it defines a fixed interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation. The form compilers FFC and SyFi use UFL as their end-user interface, producing UFC implementations as their output. . This package installs the library for Python 3. Package: python3-ufl-legacy Description-md5: e8d62e6bdcf7654c26dc278ff26dfe0f Description-en: legacy unified language for form-compilers (Python 3) UFL (Unified Form Language) is a unified language for definition of variational forms intended for finite element discretization. More precisely, it defines a fixed interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation. The form compilers FFC and SyFi use UFL as their end-user interface, producing UFC implementations as their output. . This package installs the legacy (2022) library for Python 3 used by the legacy FEniCS packages ffc and dolfin. The python package is renamed ufl_legacy rather than ufl. Package: python3-virtualenv Description-md5: d43e55c033f9a1387627cc1b68a4c764 Description-en: Python virtual environment creator virtualenv is a tool to create isolated Python environments, each invokable with its own Python executable. Each instance can have different sets of modules, installable via pip. Virtual Python instances can also be created without root access. . Since Python 3.3, a subset of it has been integrated into the standard library under the venv module (python3-venv in Debian). The venv module does not offer all features of this library, to name just a few more prominent ones: . * is slower (by not having the app-data seed method), * is not as extendable, * cannot create virtual environments for arbitrarily installed Python versions (and automatically discover these), * does not have as rich programmatic API (describe virtual environments without creating them). . This is the Python 3 version of the library. It includes the command line script. Package: python3-webdav Description-md5: 26c97765eb3f525f83a50643488ea9f6 Description-en: WebDAV server implementation in Python (Python3) PyWebDAV is a WebDAV server implementation in Python. It's aim is to provide a simple interface to webdav services to any application which needs it. It can be run as a daemon. . This package is targeting Python version 3. Package: python3-zict Description-md5: 865dd701dc51c3c78c46e8d27d39c272 Description-en: Mutable mapping tools for Python 3 The dictionary / mutable mapping interface is powerful and multi-faceted. . * stores data in different locations such as in-memory, on disk, in archive files, etc.. * manage old data with different policies like LRU, random eviction, etc.. * might encode or transform data as it arrives or departs the dictionary through compression, encoding, etc.. . This contains the Python 3 version Package: qmake6 Description-md5: a1a8171d50e63c6336f4e0e02e481f00 Description-en: Qt 6 qmake Makefile generator tool 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 6 qmake, a tool that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software project, whether it is written using Qt or not. . Qt 6 qmake requires a platform and a compiler description file which contains many default values used to generate appropriate Makefiles. . This package contains also these platform specifications. Package: qmake6-bin Description-md5: 7bce87133b1389c453ddd624bdcce8f7 Description-en: Qt 6 qmake Makefile generator tool — binary file 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 binary file for the qmake buildsystem. Do not install this package directly, use qmake6 instead. 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: qml-qt6 Description-md5: ea5ef79aa0bda46dd40a3817a66bed5a Description-en: Qt 6 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: qml6-module-qt-labs-animation Description-md5: 88a22bf856e6c6e377577cbd37a07a6b Description-en: Qt 6 Animation 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 experimental QML types related to animation. Package: qml6-module-qt-labs-folderlistmodel Description-md5: a58d4d7108bc2389f520b0c9754c3007 Description-en: Qt 6 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: qml6-module-qt-labs-platform Description-md5: a098dfd0412b89a972b2182f633e38c1 Description-en: Qt 6 Platform 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 experimental Qt Labs Platform module provides QML types for native platform extensions. Package: qml6-module-qt-labs-qmlmodels Description-md5: 200809963ee9d7a1858d4982f28f7a0e Description-en: Qt 6 QML Models 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 defining data models in QML. Package: qml6-module-qt-labs-settings Description-md5: d20bfe43cea00a96f2045b279ad0360e Description-en: Qt 6 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 QML module provides persistent platform-independent application settings. Package: qml6-module-qt-labs-sharedimage Description-md5: 608119f50f07209abea1606a406f9253 Description-en: Qt 6 Shared Image Provider 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 module provides functionality to save memory in use cases where several Qt Quick applications use the same local image files. Package: qml6-module-qt-labs-wavefrontmesh Description-md5: 81a29ba2e5d33c08a22023178d58ece4 Description-en: Qt 6 WavefrontMesh 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 provides a mesh based on a Wavefront .obj file. Package: qml6-module-qtcore Description-md5: 5d8b5719489037c37bbf1e36769de0f4 Description-en: Qt 6 QML Core 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 provides access to the standard system paths. Package: qml6-module-qtqml Description-md5: 57410044362fdac5c59866c9c17ff07d Description-en: Qt 6 QtQml 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 basic QML types. Package: qml6-module-qtqml-models Description-md5: 766a46fb084cd772a711d956645581e3 Description-en: Qt 6 QtQml Models 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: qml6-module-qtqml-workerscript Description-md5: 78c42a460e65a68599290315226eab0b Description-en: Qt 6 QtQml Workerscript 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 using worker scripts. Package: qml6-module-qtqml-xmllistmodel Description-md5: 051dd71d892b38b05bcbc01e79c178a0 Description-en: Qt 6 QtQml 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 is used to create a read-only model from XML data. Package: qml6-module-qtquick Description-md5: ca3e235f698c1843b573fefcd3f8f1a5 Description-en: Qt 6 Quick 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 QML module for Qt Declarative. Package: qml6-module-qtquick-controls Description-md5: 135c542d4176d4909bd85ba73ddfaa67 Description-en: Qt 6 Quick Controls 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 Controls QML module. Package: qml6-module-qtquick-dialogs Description-md5: 362791c4c31a71a33e8956926018924f Description-en: Qt 6 Quick Dialogs 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 provides various dialogs that can be used in Qt Quick. Package: qml6-module-qtquick-layouts Description-md5: c33a3b1da8342f4df6a980d49e5a2b38 Description-en: Qt 6 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: qml6-module-qtquick-localstorage Description-md5: c31b62a3344ff313b1f6fdbc7f0e73d2 Description-en: Qt 6 Quick Local Storage 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: qml6-module-qtquick-nativestyle Description-md5: 6caa3137c6a111c23f4f3856a2bb9cc5 Description-en: Qt 6 Quick Native Style 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 provides components to let controls appear in a native style. Package: qml6-module-qtquick-particles Description-md5: 9a6d938d87bf9ea5f1e63b835e33c59a Description-en: Qt 6 Quick Particle 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: qml6-module-qtquick-shapes Description-md5: 897a5660d8ae241ee97add669669ac47 Description-en: Qt 6 Quick Shapes 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 Shapes plugin allows adding stroked and filled paths composed of lines, quadratic curves, cubic curves, and arcs into Qt Quick scenes. Package: qml6-module-qtquick-templates Description-md5: 5abc6ca499e5792049c04db725e2137c Description-en: Qt 6 Quick Templates 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 Templates QML module. Package: qml6-module-qtquick-tooling Description-md5: e51a0edecb399794bf50543abd788000 Description-en: Qt 6 Quick Tooling 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 Tooling QML module. Package: qml6-module-qtquick-window Description-md5: a4d3f784ca48d3374e0bd52215e4d8f3 Description-en: Qt 6 Quick Window 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: qml6-module-qttest Description-md5: de6551241fb6afc3aedd3c150f0c3f9d Description-en: Qt 6 Quick 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: qmlscene-qt6 Description-md5: 4b49daf0c6061324755a5d06ba49c9bb Description-en: Qt 6 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 the qml-qt6 package for the newer one. Package: qt6-base-dev Description-md5: 5de122fb49a6530449cd0ff824832a0e Description-en: Qt 6 base 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 used for building Qt 6 applications. . If you are interested in packaging Qt 6 stuff please take a look at https://qt-kde-team.pages.debian.net/packagingqtbasedstuff.html Package: qt6-base-dev-tools Description-md5: 03c8816affbc4104348354220270f2af Description-en: Qt 6 base 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 6 applications, such as moc, qdbuscpp2xml, qdbusxml2cpp, rcc, syncqt and uic. . We do not recommend depending on this package directly. Please depend on qt6-base-dev instead. Package: qt6-base-doc Description-md5: 76107c1190520417580e10be9f4e45dd Description-en: Qt 6 base 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 6 base libraries. Package: qt6-base-doc-dev Description-md5: b180c0f10e4c9efc1ca628f3b6e41399 Description-en: Qt 6 base tags 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 doxygen tags files for the qtbase documentation. Package: qt6-base-doc-html Description-md5: f37b5cc6b38c704f84079a36718f1441 Description-en: Qt 6 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 6 base libraries. Package: qt6-base-examples Description-md5: 4b5e726afe2ac264c3297e7686da6c78 Description-en: Qt 6 base 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 the examples for the Qt base submodule. Package: qt6-base-private-dev Description-md5: 9c080a5ddebf3c0e2f58a5440a9ec5dc Description-en: Qt 6 base 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 6 applications like the Qt Creator QML Designer plugin. . Use at your own risk. Package: qt6-declarative-dev Description-md5: 309b0082bb6dffe2e364b9a4eeae920a Description-en: Qt 6 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 6 applications using Qt 6 declarative headers. Package: qt6-declarative-dev-tools Description-md5: 4b5b58d1f6fb7317490e512791d34db1 Description-en: Qt 6 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 6 declarative applications. Package: qt6-declarative-doc Description-md5: c288214d351880747908057021686de5 Description-en: Qt 6 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 6 declarative. Package: qt6-declarative-doc-dev Description-md5: e9f800535fdf9bc6aa7635de44cc3738 Description-en: Qt 6 declarative tags 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 doxygen tags files for the qt declarative documentation. Package: qt6-declarative-doc-html Description-md5: dd360328d66c61f1980a28f399c0892c Description-en: Qt 6 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 6 declarative. Package: qt6-declarative-examples Description-md5: e960942d55983e280dc3bebafadba832 Description-en: Qt 6 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 the examples for the Qt declarative submodule. Package: qt6-declarative-private-dev Description-md5: 74d76fb08dab3d1b3a939e28dea8cadf Description-en: Qt 6 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 6 applications using Qt 6 declarative private headers. . Use at your own risk. Package: qt6-gtk-platformtheme Description-md5: d29e94f2ccff167a87b09a3efec61ae5 Description-en: Qt 6 GTK+ 3 platform theme 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 provides the GTK+ 3 platform theme, which makes Qt use native icon themes, fonts, and dialogs on GTK-based environments. Package: qt6-image-formats-plugins Description-md5: 4c5d0d6005abcb19e90c5de3985ded59 Description-en: Qt 6 Image Formats 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 plugins for adding support for ICNS, MNG, TGA, TIFF, WBMP and WEBP image formats. Package: qt6-imageformats-doc Description-md5: 52a1b5559dfadf3085361b02067dea35 Description-en: Qt 6 image formats 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 6 image formats plugins. Package: qt6-imageformats-doc-html Description-md5: e16b413acaef0840599073cbea4d4b73 Description-en: Qt 6 image formats 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 6 image formats plugins. Package: qt6-networkauth-dev Description-md5: 3e59f1b6b6de0a30eb1c6260acfa22a6 Description-en: Qt 6 NetworkAuth - 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. . Qt Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users' passwords. . This package contains the development files needed to build Qt 6 applications using the Qt 6 NetworkAuth library. Package: qt6-networkauth-doc Description-md5: 06b4b55824241918bbaef00e749305a3 Description-en: Qt 6 network auth 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 6 network auth. Package: qt6-networkauth-doc-dev Description-md5: e8e6c3e068be4c50190f4320c8399a67 Description-en: Qt 6 networkauth tags 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 doxygen tags files for the qt network auth documentation. Package: qt6-networkauth-doc-html Description-md5: b2649e2f56f3e44d8a2d6305a9c41de2 Description-en: Qt 6 network auth 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 6 network auth. Package: qt6-networkauth-examples Description-md5: b419b8b8b52c7329b94f87b221a2473f Description-en: Qt 6 network auth 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 the examples for the Qt network auth submodule. Package: qt6-qmllint-plugins Description-md5: 582756639b81fed45a760dd9af3c60c1 Description-en: Qt 6 qmllint 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 qmllint plugins. Package: qt6-qmltooling-plugins Description-md5: 91e46e3d6389e23b48007a7b3e468099 Description-en: Qt 6 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: qt6-qpa-plugins Description-md5: 9fe363e9294190c67fdee748c29adca2 Description-en: Qt 6 QPA 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 following plugins: * uioTouch Plugin * VNC Plugin Package: qt6-shader-baker Description-md5: ae182f11da5d060bdca03adbab3a952b Description-en: Qt 6 shader baker 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 Shader Baker tool. Package: qt6-shadertools-dev Description-md5: 3aa2fd319eb37150820cc8d968a15788 Description-en: Qt 6 shader tools module - 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 development files needed to build Qt 6 applications using the QtShaderTools library. Package: qt6-shadertools-doc Description-md5: 2c1acd9d33cdcdd83a2860d35b473d1c Description-en: Qt 6 shader tools 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 6 shader tools. Package: qt6-shadertools-doc-dev Description-md5: 0e4ad9693d6aeec4d1358afcceadcce6 Description-en: Qt 6 shadertools tags 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 doxygen tags files for the qt shader tools documentation. Package: qt6-shadertools-doc-html Description-md5: 85055e8698f752ad4fd430c0061592a6 Description-en: Qt 6 shader tools 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 6 shader tools. Package: qt6-xdgdesktopportal-platformtheme Description-md5: 70b7a21f40d6760f8c17fc0359260b87 Description-en: Qt 6 XDG Desktop Portal platform theme 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 provides the XDG Desktop portal platform theme, which makes Qt use native file dialogs on Flatpak/Snap based environments. Package: r-bioc-affxparser Description-md5: 9558240f8d5b68ad15a0db2855145517 Description-en: Affymetrix File Parsing SDK Package for parsing Affymetrix files (CDF, CEL, CHP, BPMAP, BAR). It provides methods for fast and memory efficient parsing of Affymetrix files using the Affymetrix' Fusion SDK. Both ASCII- and binary-based files are supported. Currently, there are methods for reading chip definition file (CDF) and a cell intensity file (CEL). These files can be read either in full or in part. For example, probe signals from a few probesets can be extracted very quickly from a set of CEL files into a convenient list structure. Package: r-bioc-affy Description-md5: d34486299d09a0083e0794ca56c6826c Description-en: BioConductor methods for Affymetrix Oligonucleotide Arrays This is part of the BioConductor GNU R suite. The package contains functions for exploratory oligonucleotide array analysis. Package: r-bioc-affyio Description-md5: eb63c8ce965890adb7dd90f34bb33c41 Description-en: BioConductor tools for parsing Affymetrix data files This BioConductor package provides routines for parsing Affymetrix data files based upon file format information. Primary focus is on accessing the CEL and CDF file formats. Package: r-bioc-all Description-md5: a5b5717c070100c0cd0ac2536361e733 Description-en: Bioconductor data package used by several bioc tools Data of T- and B-cell Acute Lymphocytic Leukemia from the Ritz Laboratory at the DFCI (includes Apr 2004 versions) Package: r-bioc-annotationdbi Description-md5: 29920944b8c672389180962cf8487b7a Description-en: GNU R Annotation Database Interface for BioConductor This BioConductor module provides user interface and database connection code for annotation data packages using SQLite data storage. Package: r-bioc-annotationfilter Description-md5: 2201de00ddabcb73053c813b56a36ab2 Description-en: facilities for filtering Bioconductor annotation resources This package provides class and other infrastructure to implement filters for manipulating Bioconductor annotation resources. The filters will be used by ensembldb, Organism.dplyr, and other packages. Package: r-bioc-annotationhub Description-md5: 85f754214da8a821ef0e88108a5ec86c Description-en: GNU R client to access AnnotationHub resources This package provides a client for the Bioconductor AnnotationHub web resource. The AnnotationHub web resource provides a central location where genomic files (e.g., VCF, bed, wig) and other resources from standard locations (e.g., UCSC, Ensembl) can be discovered. The resource includes metadata about each resource, e.g., a textual description, tags, and date of modification. The client creates and manages a local cache of files retrieved by the user, helping with quick and reproducible access. Package: r-bioc-aroma.light Description-md5: 5526c0325421cdfef60a7421816a5a58 Description-en: BioConductor methods normalization and visualization of microarray data This BioConductor module provides light-weight methods for normalization and visualization of microarray data using only basic R data types. . Methods for microarray analysis that take basic data types such as matrices and lists of vectors. These methods can be used standalone, be utilized in other packages, or be wrapped up in higher-level classes. Package: r-bioc-basilisk Description-md5: 65e57e0225b7125971354db80c32478f Description-en: freezing Python dependencies inside Bioconductor packages Installs a self-contained conda instance that is managed by the R/Bioconductor installation machinery. This aims to provide a consistent Python environment that can be used reliably by Bioconductor packages. Functions are also provided to enable smooth interoperability of multiple Python environments in a single R session. . The parallel installation of multiple versions of the same software is not supported in Debian - that is meant as a feature, not as a bug. Earlier versions of anything that has ever surfaced in Debian can be retrieved via snapshot.debian.org and integrated in a running system via a chroot directory or by creating a container. An increasing number of Python-R-interactions for machine learning however uses basilisk to help quick'n'easy reproducibility between installations. Package: r-bioc-basilisk.utils Description-md5: 576953d654f102cde7b1851bdf77518c Description-en: Bioconductor basilisk installation utilities Implements utilities for installation of the basilisk package, primarily for creation of the underlying Conda instance. This allows one to avoid re-writing the same R code in both the configure script (for centrally administered R installations) and in the lazy installation mechanism (for distributed package binaries). It is highly unlikely that developers - or, heaven forbid, end-users! - will need to interact with this package directly; they should be using the basilisk package instead. Package: r-bioc-biobase Description-md5: 04c833c97d98c692f26e5b1652aef738 Description-en: base functions for Bioconductor Biobase is part of the Bioconductor project, and is used by many other packages. Biobase contains standardized data structures to represent genomic data, and functions that are needed by many other packages or which replace R functions. . Bioconductor is a project to develop innovative software tools for use in computational biology. It is based on the R language. You should already be quite familiar with R before using Bioconductor. Bioconductor packages provide flexible interactive tools for carrying out a number of different computational tasks. Package: r-bioc-biocbaseutils Description-md5: fea0737efd4dcfb2c93096443b83191c Description-en: General utility functions for developing Bioconductor packages The package provides utility functions related to package development. These include functions that replace slots, and selectors for show methods. It aims to coalesce the various helper functions often re-used throughout the Bioconductor ecosystem. Package: r-bioc-bioccheck Description-md5: 54aeaed78be261351df74368fb2f782b Description-en: Bioconductor-specific package checks Executes Bioconductor-specific package checks. Package: r-bioc-biocfilecache Description-md5: 24dc822f109ca653b6c4780ac8cdf37d Description-en: GNU R management of files across sessions This package creates a persistent on-disk cache of files that the user can add, update, and retrieve. It is useful for managing resources (such as custom Txdb objects) that are costly or difficult to create, web resources, and data files used across sessions. Package: r-bioc-biocgenerics Description-md5: 4c3057ae19db1c45edff0d9de34e25fd Description-en: generic functions for Bioconductor S4 generic functions needed by many other Bioconductor packages. . Bioconductor provides tools for the analysis and comprehension of high-throughput genomic data. Bioconductor uses the R statistical programming language, and is open source and open development. Package: r-bioc-biocio Description-md5: 7e02261d280b4012465fd57c56fc6f2f Description-en: standard input and output for Bioconductor packages Implements `import()` and `export()` standard generics for importing and exporting biological data formats. `import()` supports whole-file as well as chunk-wise iterative import. The `import()` interface optionally provides a standard mechanism for 'lazy' access via `filter()` (on row or element-like components of the file resource), `select()` (on column-like components of the file resource) and `collect()`. The `import()` interface optionally provides transparent access to remote (e.g. via https) as well as local access. Developers can register a file extension, e.g., `.loom` for dispatch from character-based URIs to specific `import()` / `export()` methods based on classes representing file types, e.g., `LoomFile()`. Package: r-bioc-biocneighbors Description-md5: cc15f0b45813def49274bba4d4b7cf0b Description-en: Nearest Neighbor Detection for Bioconductor Packages Implements exact and approximate methods for nearest neighbor detection, in a framework that allows them to be easily switched within Bioconductor packages or workflows. Exact searches can be performed using the k-means for k-nearest neighbors algorithm or with vantage point trees. Approximate searches can be performed using the Annoy or HNSW libraries. Searching on either Euclidean or Manhattan distances is supported. Parallelization is achieved for all methods by using BiocParallel. Functions are also provided to search for all neighbors within a given distance. Package: r-bioc-biocparallel Description-md5: 6f7c87a4be4987f6b79721109a2b633a Description-en: BioConductor facilities for parallel evaluation This BioConductor package provides modified versions and novel implementation of functions for parallel evaluation, tailored to use with Bioconductor objects. Package: r-bioc-biocstyle Description-md5: 3039a52b9b0668021ed645f7222b1fde Description-en: standard styles for vignettes and other Bioconductor documents Provides standard formatting styles for Bioconductor PDF and HTML documents. Package vignettes illustrate use and functionality. Package: r-bioc-biocversion Description-md5: 44bc5d8483d0b09ebf516e497dceb7c6 Description-en: set the appropriate version of Bioconductor packages This package provides repository information for the appropriate version of Bioconductor. Package: r-bioc-biocviews Description-md5: 7915c7397be5941382170269c7dbaba9 Description-en: Categorized views of R package repositories Infrastructure to support 'views' used to classify Bioconductor packages. 'biocViews' are directed acyclic graphs of terms from a controlled vocabulary. There are three major classifications, corresponding to 'software', 'annotation', and 'experiment data' packages. Package: r-bioc-biomart Description-md5: 698b6f28be0360c30996afd3f09cba9e Description-en: GNU R Interface to BioMart databases (Ensembl, COSMIC, Wormbase and Gramene) In recent years a wealth of biological data has become available in public data repositories. Easy access to these valuable data resources and firm integration with data analysis is needed for comprehensive bioinformatics data analysis. biomaRt provides an interface to a growing collection of databases implementing the BioMart software suite (http://www.biomart.org). The package enables retrieval of large amounts of data in a uniform way without the need to know the underlying database schemas or write complex SQL queries. Examples of BioMart databases are Ensembl, COSMIC, Uniprot, HGNC, Gramene, Wormbase and dbSNP mapped to Ensembl. These major databases give biomaRt users direct access to a diverse set of data and enable a wide range of powerful online queries from gene annotation to database mining. Package: r-bioc-biomformat Description-md5: a170a6dba439df360d9b88863fe25f45 Description-en: GNU R interface package for the BIOM file format This is an R package for interfacing with the BIOM format. This package includes basic tools for reading biom-format files, accessing and subsetting data tables from a biom object (which is more complex than a single table), as well as limited support for writing a biom-object back to a biom-format file. The design of this API is intended to match the Python API and other tools included with the biom-format project, but with a decidedly "R flavor" that should be familiar to R users. This includes S4 classes and methods, as well as extensions of common core functions/methods. Package: r-bioc-biostrings Description-md5: 3c6c40b36594c9cf42424dea840eb312 Description-en: GNU R string objects representing biological sequences Memory efficient string containers, string matching algorithms, and other utilities, for fast manipulation of large biological sequences or set of sequences. Package: r-bioc-bladderbatch Description-md5: 6253d4bd2227689b142f7526c47332c4 Description-en: GNU R bladder gene expression data illustrating batch effects This package contains microarray gene expression data on 57 bladder samples from 5 batches. The data are used as an illustrative example for the sva package. Package: r-bioc-bluster Description-md5: 681fd644408b2fef0b584b2c71d9429e Description-en: Clustering Algorithms for Bioconductor Wraps common clustering algorithms in an easily extended S4 framework. Backends are implemented for hierarchical, k-means and graph-based clustering. Several utilities are also provided to compare and evaluate clustering results. Package: r-bioc-chemminer Description-md5: ea98f3bfbb4d55ab5f901a2b5406e95f Description-en: Cheminformatics Toolkit for R ChemmineR is a cheminformatics package for analyzing drug-like small molecule data in R. Its latest version contains functions for efficient processing of large numbers of molecules, physicochemical/structural property predictions, structural similarity searching, classification and clustering of compound libraries with a wide spectrum of algorithms. In addition, it offers visualization functions for compound clustering results and chemical structures. Package: r-bioc-complexheatmap Description-md5: 8ca60c7b2056deaaab8b904f9d8aa441 Description-en: make complex heatmaps using GNU R Complex heatmaps are efficient to visualize associations between different sources of data sets and reveal potential patterns. Here the ComplexHeatmap package provides a highly flexible way to arrange multiple heatmaps and supports various annotation graphics. Package: r-bioc-consensusclusterplus Description-md5: 07396ed80b592793194f39766100b048 Description-en: GNU R determining cluster count and membership ConsensusClusterPlus is a BioCOnductor package providing an algorithm for determining cluster count and membership by stability evidence in unsupervised analysis. Package: r-bioc-ctc Description-md5: 479b314a7a4a247c5c3d3943a20d1e47 Description-en: Cluster and Tree Conversion Tools for export and import classification trees and clusters to other programs. Package: r-bioc-decoupler Description-md5: ed3289863b137cc1cc62b10f18d9bd4e Description-en: infer biological activities from omics data Many methods allow one to extract biological activities from omics data using information from prior knowledge resources, reducing the dimensionality for increased statistical power and better interpretability. DecoupleR is a Bioconductor package containing different statistical methods to extract these signatures within a unified framework. decoupleR allows the user to flexibly test any method with any resource. It incorporates methods that take into account the sign and weight of network interactions. decoupleR can be used with any omic, as long as its features can be linked to a biological process based on prior knowledge. For example, in transcriptomics gene sets regulated by a transcription factor, or in phospho-proteomics phosphosites that are targeted by a kinase. Package: r-bioc-dir.expiry Description-md5: 53f588ce39821f4217a28e32eda0a1eb Description-en: Bioconductor managing expiration for cache directories Implements an expiration system for access to versioned directories. Directories that have not been accessed by a registered function within a certain time frame are deleted. This aims to reduce disk usage by eliminating obsolete caches generated by old versions of packages. Package: r-bioc-dirichletmultinomial Description-md5: 2bfdbf12336f3c4e83cdb75ffee4d571 Description-en: Dirichlet-Multinomial Mixture Model Machine Learning for Microbiome Data Dirichlet-multinomial mixture models can be used to describe variability in microbial metagenomic data. This package is an interface to code originally made available by Holmes, Harris, and Quince, 2012, PLoS ONE. Package: r-bioc-dnacopy Description-md5: 04b2d7285fe6dc95b253d19cdc336532 Description-en: R package: DNA copy number data analysis Implements the circular binary segmentation (CBS) algorithm to segment DNA copy number data and identify genomic regions with abnormal copy number. . This package is for analyzing array DNA copy number data, which is usually (but not always) called array Comparative Genomic Hybridization (array CGH) data It implements a methodology for finding change-points in these data which are points after which the (log) test over reference ratios have changed location. This model is that the change-points correspond to positions where the underlying DNA copy number has changed. Therefore, change-points can be used to identify regions of gained and lost copy number. Also provided is a function for making relevant plots of these data. Package: r-bioc-drimseq Description-md5: 5d91abefbd915b8bc752abe0d1b90130 Description-en: Differential transcript usage and tuQTL analyses with Dirichlet-multinomial model in RNA-seq The package provides two frameworks. One for the differential transcript usage analysis between different conditions and one for the tuQTL analysis. Both are based on modeling the counts of genomic features (i.e., transcripts) with the Dirichlet-multinomial distribution. The package also makes available functions for visualization and exploration of the data and results. Package: r-bioc-dupradar Description-md5: 68a2ab16e38e812e2e9d6bb31b20f87a Description-en: BioConductor assessment of duplication rates in RNA-Seq datasets This BioConductor package provides assessment of duplication rate quality control for RNA-Seq datasets. Package: r-bioc-ebseq Description-md5: ff4e26790cf70dea336cfa68f87d280e Description-en: R package for RNA-Seq Differential Expression Analysis r-bioc-ebseq is an R package for identifying genes and isoforms differentially expressed (DE) across two or more biological conditions in an RNA-seq experiment. Package: r-bioc-edger Description-md5: e9c6c6a168e9ee8c27a8db76210c4bdb Description-en: Empirical analysis of digital gene expression data in R Bioconductor package for differential expression analysis of whole transcriptome sequencing (RNA-seq) and digital gene expression profiles with biological replication. It uses empirical Bayes estimation and exact tests based on the negative binomial distribution. It is also useful for differential signal analysis with other types of genome-scale count data. Package: r-bioc-eir Description-md5: ef44f490e2829c6a3838baa433e0f2af Description-en: Accelerated similarity searching of small molecules The eiR package provides utilities for accelerated structure similarity searching of very large small molecule data sets using an embedding and indexing approach. Package: r-bioc-fmcsr Description-md5: c29820667a61de1ae87250ae08a5d75b Description-en: GNU R mismatch tolerant maximum common substructure searching The fmcsR package introduces an efficient maximum common substructure (MCS) algorithms combined with a novel matching strategy that allows for atom and/or bond mismatches in the substructures shared among two small molecules. The resulting flexible MCSs (FMCSs) are often larger than strict MCSs, resulting in the identification of more common features in their source structures, as well as a higher sensitivity in finding compounds with weak structural similarities. The fmcsR package provides several utilities to use the FMCS algorithm for pairwise compound comparisons, structure similarity searching and clustering. Package: r-bioc-genomeinfodb Description-md5: 38cc55efa4e7c20812ce197b22bc76c1 Description-en: BioConductor utilities for manipulating chromosome identifiers This package contains BioConductor utilities for manipulating chromosome and other 'seqname' identifiers. . The Seqnames package contains data and functions that define and allow translation between different chromosome sequence naming conventions (e.g., "chr1" versus "1"), including a function that attempts to place sequence names in their natural, rather than lexicographic, order. Package: r-bioc-genomicranges Description-md5: 3f662bd13374fbb5b4494cefe3dcaf66 Description-en: BioConductor representation and manipulation of genomic intervals The ability to efficiently store genomic annotations and alignments is playing a central role when it comes to analyze high-throughput sequencing data (a.k.a. NGS data). The package defines general purpose containers for storing genomic intervals as well as more specialized containers for storing alignments against a reference genome. Package: r-bioc-geoquery Description-md5: 952355a18eb44e818e0bf24162ae78a1 Description-en: Get data from NCBI Gene Expression Omnibus (GEO) The NCBI Gene Expression Omnibus (GEO) is a public repository of microarray data. Given the rich and varied nature of this resource, it is only natural to want to apply BioConductor tools to these data. GEOquery is the bridge between GEO and BioConductor. Package: r-bioc-go.db Description-md5: b0588a282757c4b586177f69d3e8ef50 Description-en: annotation maps describing the entire Gene Ontology This package is part of BioConductor and provides a set of annotation maps describing the entire Gene Ontology assembled using data from GO. . The package helps running the test suites of some BioConductor packages. Package: r-bioc-graph Description-md5: 1671232f2d6fe8ad6805b6365405c4d2 Description-en: handle graph data structures for BioConductor This BioConductor module implements some simple graph handling capabilities. These are for instance used in hypergraph module which in turn is used by several other BioConductor packages. Package: r-bioc-hilbertvis Description-md5: ef2bbbd3831fe633c838f37f00806810 Description-en: GNU R package to visualise long vector data This tool allows one to display very long data vectors in a space-efficient manner, by organising it along a 2D Hilbert curve. The user can then visually judge the large scale structure and distribution of features simultaenously with the rough shape and intensity of individual features. . In bioinformatics, a typical use case is ChIP-Chip and ChIP-Seq, or basically all the kinds of genomic data, that are conventionally displayed as quantitative track ("wiggle data") in genome browsers such as those provided by Ensembl or UCSC. Package: r-bioc-hsmmsinglecell Description-md5: d6b7444b479169af39c70ed02c325130 Description-en: Single-cell RNA-Seq for differentiating human skeletal muscle myoblasts Skeletal myoblasts undergo a well-characterized sequence of morphological and transcriptional changes during differentiation. In this experiment, primary human skeletal muscle myoblasts (HSMM) were expanded under high mitogen conditions (GM) and then differentiated by switching to low-mitogen media (DM). RNA-Seq libraries were sequenced from each of several hundred cells taken over a time-course of serum- induced differentiation. Between 49 and 77 cells were captured at each of four time points (0, 24, 48, 72 hours) following serum switch using the Fluidigm C1 microfluidic system. RNA from each cell was isolated and used to construct mRNA-Seq libraries, which were then sequenced to a depth of ~4 million reads per library, resulting in a complete gene expression profile for each cell. Package: r-bioc-hypergraph Description-md5: c9869c741900ddb0d82d391efd5501c5 Description-en: BioConductor hypergraph data structures This package BioConductor implements some simple capabilities for representing and manipulating hypergraphs. Package: r-bioc-ihw Description-md5: e4005f10a90f6b670f0dd79018f4c723 Description-en: GNU R independent hypothesis weighting Independent hypothesis weighting (IHW) is a multiple testing procedure that increases power compared to the method of Benjamini and Hochberg by assigning data-driven weights to each hypothesis. The input to IHW is a two-column table of p-values and covariates. The covariate can be any continuous-valued or categorical variable that is thought to be informative on the statistical properties of each hypothesis test, while it is independent of the p-value under the null hypothesis. Package: r-bioc-impute Description-md5: 66b3e6b35a247ab9668a0eb5a82de2e8 Description-en: Imputation for microarray data R package which provide a function to perform imputation for microarray data (currently KNN only). Package: r-bioc-interactivedisplaybase Description-md5: 72252fefc8cf4985f6400de3a4797e15 Description-en: base package for enabling powerful shiny web displays of Bioconductor objects The interactiveDisplayBase package contains the basic methods needed to generate interactive Shiny based display methods for Bioconductor objects. Package: r-bioc-iranges Description-md5: 40e1f89c9bcba93a95bbe2a22558da25 Description-en: GNU R low-level containers for storing sets of integer ranges The IRanges class and its extensions are low-level containers for storing sets of integer ranges. A typical use of these containers in biology is for representing a set of chromosome regions. More specific extensions of the IRanges class will typically allow the storage of additional information attached to each chromosome region as well as a hierarchical relationship between these regions. Package: r-bioc-keggrest Description-md5: 51c5a47ee8d0da93529be3a980b92a92 Description-en: GNU R client-side REST access to KEGG A package that provides a client interface to the KEGG REST server. Based on KEGGSOAP by J. Zhang, R. Gentleman, and Marc Carlson, and KEGG (Python package) by Aurelien Mazurie. Package: r-bioc-limma Description-md5: 7d3dc8b6f314fb098c2f22280dac3f37 Description-en: linear models for microarray data Microarrays are microscopic plates with carefully arranged short DNA strands and/or chemically prepared surfaces to which other DNA preferably binds. The amount of DNA binding at different locations of these chips, typically determined by a fluorescent dye, is to be interpreted. The technology is typically used with DNA that is derived from RNA, i.e to determine the activity of a gene and/or its splice variants. But the technology is also used to determine sequence variations in genomic DNA. . This Bioconductor package supports the analysis of gene expression microarray data, especially the use of linear models for analysing designed experiments and the assessment of differential expression. The package includes pre-processing capabilities for two-colour spotted arrays. The differential expression methods apply to all array platforms and treat Affymetrix, single channel and two channel experiments in a unified way. Package: r-bioc-lpsymphony Description-md5: acac412996dcc4984f3fd0befa5dcf79 Description-en: Symphony integer linear programming solver in GNU R This package was derived from Rsymphony_0.1-17 from CRAN. These packages provide an R interface to SYMPHONY, an open-source linear programming solver written in C++. The main difference between this package and Rsymphony is that it includes the solver source code (SYMPHONY version 5.6), while Rsymphony expects to find header and library files on the users' system. Thus the intention of lpsymphony is to provide an easy to install interface to SYMPHONY. Package: r-bioc-makecdfenv Description-md5: eeb855014bc893a366953e670722bea4 Description-en: BioConductor CDF Environment Maker This package has two functions. One reads a Affymetrix chip description file (CDF) and creates a hash table environment containing the location/probe set membership mapping. The other creates a package that automatically loads that environment. Package: r-bioc-matrixgenerics Description-md5: f3e19a43cb8dcfd3ddc4522cad9eb44f Description-en: S4 Generic Summary Statistic Functions that Operate on Matrix-Like Objects S4 generic functions modeled after the 'matrixStats' API for alternative matrix implementations. Packages with alternative matrix implementation can depend on this package and implement the generic functions that are defined here for a useful set of row and column summary statistics. Other package developers can import this package and handle a different matrix implementations without worrying about incompatibilities. Package: r-bioc-megadepth Description-md5: dee5b368dc490802cbe1444441049444 Description-en: BioCOnductor BigWig and BAM related utilities This package provides an R interface to Megadepth by Christopher Wilks available at https://github.com/ChristopherWilks/megadepth. It is particularly useful for computing the coverage of a set of genomic regions across bigWig or BAM files. With this package, you can build base-pair coverage matrices for regions or annotations of your choice from BigWig files. Megadepth was used to create the raw files provided by https://bioconductor.org/packages/recount3. Package: r-bioc-mergeomics Description-md5: d744e3c22ea2ecce9f31fb5a290ad6a6 Description-en: Integrative network analysis of omics data The Mergeomics pipeline serves as a flexible framework for integrating multidimensional omics-disease associations, functional genomics, canonical pathways and gene-gene interaction networks to generate mechanistic hypotheses. It includes two main parts: 1) Marker set enrichment analysis (MSEA); 2) Weighted Key Driver Analysis (wKDA). Package: r-bioc-metagenomeseq Description-md5: 94464de5c2c71a4dfa0ee8df6ad57e97 Description-en: GNU R statistical analysis for sparse high-throughput sequencing MetagenomeSeq is designed to determine features (be it Operational Taxanomic Unit (OTU), species, etc.) that are differentially abundant between two or more groups of multiple samples. metagenomeSeq is designed to address the effects of both normalization and under-sampling of microbial communities on disease association detection and the testing of feature correlations. Package: r-bioc-metapod Description-md5: f75f1944531e264a8af3c2e64fed2310 Description-en: GNU R meta-analyses on P-Values of differential analyses Implements a variety of methods for combining p-values in differential analyses of genome-scale datasets. Functions can combine p-values across different tests in the same analysis (e.g., genomic windows in ChIP-seq, exons in RNA-seq) or for corresponding tests across separate analyses (e.g., replicated comparisons, effect of different treatment conditions). Support is provided for handling log-transformed input p-values, missing values and weighting where appropriate. Package: r-bioc-monocle Description-md5: b7920263571f538286516ee16ed83a1e Description-en: clustering, differential expression, and trajectory analysis for RNA-Seq Monocle performs differential expression and time-series analysis for single-cell expression experiments. It orders individual cells according to progress through a biological process, without knowing ahead of time which genes define progress through that process. Monocle also performs differential expression analysis, clustering, visualization, and other useful tasks on single cell expression data. It is designed to work with RNA-Seq and qPCR data, but could be used with other types as well. Package: r-bioc-multtest Description-md5: c4112391aa6882e8925f94048452c84f Description-en: Bioconductor resampling-based multiple hypothesis testing Non-parametric bootstrap and permutation resampling-based multiple testing procedures (including empirical Bayes methods) for controlling the family-wise error rate (FWER), generalized family-wise error rate (gFWER), tail probability of the proportion of false positives (TPPFP), and false discovery rate (FDR). Several choices of bootstrap-based null distribution are implemented (centered, centered and scaled, quantile-transformed). Single-step and step-wise methods are available. Tests based on a variety of t- and F-statistics (including t-statistics based on regression parameters from linear and survival models as well as those based on correlation parameters) are included. When probing hypotheses with t-statistics, users may also select a potentially faster null distribution which is multivariate normal with mean zero and variance covariance matrix derived from the vector influence function. Results are reported in terms of adjusted p-values, confidence regions and test statistic cutoffs. The procedures are directly applicable to identifying differentially expressed genes in DNA microarray experiments. Package: r-bioc-nanostringqcpro Description-md5: ee8fee9f4de4c76d9993356e0990d7fb Description-en: processing and QA for NanoString mRNA expression data NanoStringQCPro provides a set of quality metrics that can be used to assess the quality of NanoString mRNA gene expression data -- i.e. to identify outlier probes and outlier samples. It also provides different background subtraction and normalization approaches for this data. It outputs suggestions for flagging samples/probes and an easily sharable html quality control output. Package: r-bioc-noiseq Description-md5: 97ca31689ac281cc4a3803ec98b7392b Description-en: Exploratory analysis and differential expression for RNA-seq data Analysis of RNA-seq expression data or other similar kind of data. Exploratory plots to evualuate saturation, count distribution, expression per chromosome, type of detected features, features length, etc. Differential expression between two experimental conditions with no parametric assumptions. Package: r-bioc-org.hs.eg.db Description-md5: 2460c5659e431087722f322aa85390f2 Description-en: genome-wide annotation for Human This package provides descriptions of parts of the human genome that have been identified to be coding for RNA, and likely also for proteins. It also offers links to entries of equivalent (orthologous) genes in other species. . This package is prepared from the BioConductor community and contributes to many workflows and routine analyses in computational biology. Package: r-bioc-pcamethods Description-md5: 5ba6a4a40fd9407d4e68460ad08540cc Description-en: BioConductor collection of PCA methods Provides Bayesian PCA, Probabilistic PCA, Nipals PCA, Inverse Non-Linear PCA and the conventional SVD PCA. A cluster based method for missing value estimation is included for comparison. BPCA, PPCA and NipalsPCA may be used to perform PCA on incomplete data as well as for accurate missing value estimation. A set of methods for printing and plotting the results is also provided. All PCA methods make use of the same data structure (pcaRes) to provide a common interface to the PCA results. Initiated at the Max-Planck Institute for Molecular Plant Physiology, Golm, Germany. Package: r-bioc-preprocesscore Description-md5: e07331313fb0b11ce8d0d7cc3efa93df Description-en: BioConductor collection of pre-processing functions This BioConductor module contains a library of pre-processing functions. It is imported by several other BioConductor modules. Package: r-bioc-progeny Description-md5: 99cd143dafe08dd53991f5134a83ee3b Description-en: activity inference from gene expression This package provides a function to infer pathway activity from gene expression using PROGENy. It contains the linear model which is described in the publication "Perturbation-response genes reveal signaling footprints in cancer gene expression". Package: r-bioc-protgenerics Description-md5: 555c85ee84e4592da687a5b5f1f0e549 Description-en: S4 generic functions for Bioconductor proteomics infrastructure This Bioconductor package provides S4 generic functions needed by Bioconductor proteomics packages. Package: r-bioc-pwmenrich Description-md5: fea9656ab7d0e66f25fa49a95bd3c909 Description-en: PWM enrichment analysis A toolkit of high-level functions for DNA motif scanning and enrichment analysis built upon Biostrings. The main functionality is PWM enrichment analysis of already known PWMs (e.g. from databases such as MotifDb), but the package also implements high-level functions for PWM scanning and visualisation. The package does not perform "de novo" motif discovery, but is instead focused on using motifs that are either experimentally derived or computationally constructed by other tools. Package: r-bioc-qtlizer Description-md5: 5b35e989d6119eccd08fc5475733d919 Description-en: Comprehensive QTL annotation of GWAS results This R package provides access to the Qtlizer web server. Qtlizer annotates lists of common small variants (mainly SNPs) and genes in humans with associated changes in gene expression using the most comprehensive database of published quantitative trait loci (QTLs). Package: r-bioc-qusage Description-md5: a627382dbaa3db9171d4e40dcffc4197 Description-en: qusage: Quantitative Set Analysis for Gene Expression This package is an implementation the Quantitative Set Analysis for Gene Expression (QuSAGE) method described in (Yaari G. et al, Nucl Acids Res, 2013). This is a novel Gene Set Enrichment-type test, which is designed to provide a faster, more accurate, and easier to understand test for gene expression studies. qusage accounts for inter-gene correlations using the Variance Inflation Factor technique proposed by Wu et al. (Nucleic Acids Res, 2012). In addition, rather than simply evaluating the deviation from a null hypothesis with a single number (a P value), qusage quantifies gene set activity with a complete probability density function (PDF). From this PDF, P values and confidence intervals can be easily extracted. Preserving the PDF also allows for post-hoc analysis (e.g., pair-wise comparisons of gene set activity) while maintaining statistical traceability. Finally, while qusage is compatible with individual gene statistics from existing methods (e.g., LIMMA), a Welch-based method is implemented that is shown to improve specificity. For questions, contact Chris Bolen (cbolen1@gmail.com) or Steven Kleinstein (steven.kleinstein@yale.edu) Package: r-bioc-qvalue Description-md5: bc3b06a4f2864fc1218bf49565fc0ede Description-en: GNU R package for Q-value estimation for FDR control This package takes a list of p-values resulting from the simultaneous testing of many hypotheses and estimates their q-values. The q-value of a test measures the proportion of false positives incurred (called the false discovery rate) when that particular test is called significant. Various plots are automatically generated, allowing one to make sensible significance cut-offs. Several mathematical results have recently been shown on the conservative accuracy of the estimated q-values from this software. The software can be applied to problems in genomics, brain imaging, astrophysics, and data mining. Package: r-bioc-rbgl Description-md5: aa2a82abc7c5c99cc75f263bed6d6981 Description-en: R interface to the graph algorithms contained in the BOOST library RBGL is part of the BioConductor GNU R suite. It is a fairly extensive and comprehensive interface to the graph algorithms contained in the BOOST C++ libraries. Package: r-bioc-rhdf5 Description-md5: 3d84c026f20b9ec33da63e95e4d564b6 Description-en: BioConductor HDF5 interface to R This package provides an interface between HDF5 and R. HDF5's main features are the ability to store and access very large and/or complex datasets and a wide variety of metadata on mass storage (disk) through a completely portable file format. The rhdf5 package is thus suited for the exchange of large and/or complex datasets between R and other software package, and for letting R applications work on datasets that are larger than the available RAM. Package: r-bioc-rhdf5filters Description-md5: 8e60b6cbf3772a1cf7a81aa7dbafc2e8 Description-en: GNU R HDF5 compression filters This Bioconductor package provides a collection of compression filters for use with HDF5 datasets. . One of the advantages of using HDF5 is that data stored on disk can be compressed, reducing both the space required to store them and the time needed to read those data. This data compression is applied as part of the HDF5 “filter pipeline” that modifies data during I/O operations. HDF5 includes several filter algorithms as standard, and the version of the HDF5 library found in Rhdf5lib is additionally compiled with support for the deflate and szip compression filters which rely on third-party compression libraries. Collectively HDF5 refer to these as the “internal” filters. It is possible to use any combination of these (including none) when writing data using rhdf5. Package: r-bioc-rhdf5lib Description-md5: de10a8bede55676b3a6380878cedf2d4 Description-en: GNU R hdf5 library This GNU R package provides an interface to the C and C++ hdf5 libraries. . HDF5 is a file format and library for storing scientific data. Package: r-bioc-rhtslib Description-md5: e537fb8fc3c4c7a1e6f53e4e1d521829 Description-en: HTSlib high-throughput sequencing library as GNU R package This package provides version 1.7 of the 'HTSlib' C library for high-throughput sequence analysis. The package is primarily useful to developers of other R packages who wish to make use of HTSlib. Motivation and instructions for use of this package are in the vignette, vignette(package="Rhtslib", "Rhtslib"). Package: r-bioc-rots Description-md5: 5f04cdd4788697aa0482c6cf447dd77b Description-en: GNU R Teproducibility-Optimized Test Statistic This BioConductor package calculates the Reproducibility-Optimized Test Statistic (ROTS) for differential testing in omics data. Package: r-bioc-rsamtools Description-md5: 16bc50d4ff2150209ee7b17da529b215 Description-en: GNU R binary alignment (BAM), variant call (BCF), or tabix file import This package provides an interface to the 'samtools', 'bcftools', and 'tabix' utilities for manipulating SAM (Sequence Alignment / Map), binary variant call (BCF) and compressed indexed tab-delimited (tabix) files. Package: r-bioc-rsubread Description-md5: c5d4f335de476a5d83afe6183ad19d81 Description-en: Subread Sequence Alignment and Counting for R Alignment, quantification and analysis of second and third generation sequencing data. Includes functionality for read mapping, read counting, SNP calling, structural variant detection and gene fusion discovery. . Can be applied to all major sequencing techologies and to both short and long sequence reads. Package: r-bioc-rwikipathways Description-md5: 9a6639ef361de467badbdb380b0f2742 Description-en: GNU R client library for the WikiPathways API WikiPathways is a well-known repository for biological pathways that provides unique tools to the research community for content creation, editing and utilization. . The package rWikiPathways leverages the WikiPathways API to communicate between GNU R and WikiPathways, allowing any pathway to be queried, interrogated and downloaded in both data and image formats. Queries are typically performed based on "Xrefs", standardized identifiers for genes, proteins and metabolites. Once you can identified a pathway, you can use the WPID (WikiPathways identifier) to make additional queries. Package: r-bioc-s4vectors Description-md5: 321f6c1299f07459519b92d32cad81e2 Description-en: BioConductor S4 implementation of vectors and lists The S4Vectors package defines the Vector and List virtual classes and a set of generic functions that extend the semantic of ordinary vectors and lists in R. Package developers can easily implement vector-like or list-like objects as concrete subclasses of Vector or List. In addition, a few low-level concrete subclasses of general interest (e.g. DataFrame, Rle, and Hits) are implemented in the S4Vectors package itself (many more are implemented in the IRanges package and in other Bioconductor infrastructure packages). Package: r-bioc-seqlogo Description-md5: 7b8f27054777390aa89f8849f7c59cf0 Description-en: GNU R sequence logos for DNA sequence alignments seqLogo takes the position weight matrix of a DNA sequence motif and plots the corresponding sequence logo as introduced by Schneider and Stephens (1990). Package: r-bioc-snpstats Description-md5: 140d90cded5ed400be7771718b571b1c Description-en: BioConductor SnpMatrix and XSnpMatrix classes and methods This BioConductor package provides R functions to work with SnpMatrix and XSnpMatrix classes and methods. . SnpStats arose out of the need to store, and analyse, SNP genotype data in which subjects cannot be assigned to the three possible genotypes with certainty. This necessitated a change in the way in which data are stored internally, although snpStats can still handle conventionally called genotype data stored in the original snpMatrix storage mode. snpStats currently lacks some facilities which were present in snpMatrix (although, hopefully, the important gaps will soon be filled) but it also includes several important new facilities. Package: r-bioc-sparsematrixstats Description-md5: dcb3cb2420def61a63d368a7d9228b15 Description-en: BioConductor summary statistics for rows and columns of sparse matrices High performance functions for row and column operations on sparse matrices. For example: col / rowMeans2, col / rowMedians, col / rowVars etc. Currently, the optimizations are limited to data in the column sparse format. This package is inspired by the matrixStats package by Henrik Bengtsson. Package: r-bioc-stringdb Description-md5: b902787e8d2b42eeba27bf81f7efdc04 Description-en: Search Tool for the Retrieval of Interacting proteins database The STRINGdb package provides a R interface to the STRING protein-protein interactions database. . The original database is accessible on https://www.string-db.org. Package: r-bioc-tcgabiolinksgui.data Description-md5: 4c7ce6558e3f203f37046429760fc987 Description-en: Data for the TCGAbiolinksGUI package Supporting data for the GNU R TCGAbiolinksGUI package. This package contains the following objects: - For gene annotation: - gene.location.hg38 - gene.location.hg19 - For Glioma Classifier function: - glioma.gcimp.model - glioma.idh.model - glioma.idhmut.model - glioma.idhwt.model - For linkedOmics database: - linkedOmicsData Package: r-bioc-tximport Description-md5: 67ddfa5cda9faa1c977a2033e259c7d1 Description-en: transcript-level estimates for biological sequencing Imports transcript-level abundance, estimated counts and transcript lengths, and summarizes into matrices for use with downstream gene-level analysis packages. Average transcript length, weighted by sample-specific transcript abundance estimates, is provided as a matrix which can be used as an offset for different expression of gene-level counts. Package: r-bioc-tximportdata Description-md5: 0ed0e25aebdd9b3d5da94d3583f3e128 Description-en: GNU R various transcript abundance quantifiers This package provides the output of running various transcript abundance quantifiers on a set of 6 RNA-seq samples from the GEUVADIS project. The quantifiers were Cufflinks, RSEM, kallisto, Salmon and Sailfish. For details on version numbers, sample information, and details on calls, see the package vignette. Package: r-bioc-wrench Description-md5: 54ae8f08f3a9188b2418f0491702dc9d Description-en: GNU R wrench normalization for sparse count data Wrench is a package for normalization sparse genomic count data, like that arising from 16s metagenomic surveys. Package: r-bioc-xvector Description-md5: effda370cf50cbc8d63b514d36951ef9 Description-en: BioConductor representation and manpulation of external sequences This BioConductor package provides memory efficient S4 classes for storing sequences "externally" (behind an R external pointer, or on disk). Package: r-bioc-zlibbioc Description-md5: 40731ff64eaeb9f05e68e943e54d8d4f Description-en: (Virtual) zlibbioc Bioconductor package zlibbioc provides the zlib library to the Bioconductor environment. This is useless on Debian because zlib is packaged. So, to avoid to patch all Bioconductor packages which required zlibbioc, zlibbioc is packaged as an empty shell depending on zlib1g-dev. Package: r-cran-bh Description-md5: fbd965eb01accf9ceff26f0a202d43cd Description-en: (Virtual) GNU R package to provide BH The CRAN package BH provides a (large) subset of Boost. This package tricks R into believing BH is installed when we just depend on the distribution's Boost packages. The actual set of Boost libraries could get fine-tuned. In short, we avoid doubling up the 140+ mb of the 'BH' package which are alredy in libboost-dev. Package: r-cran-bookdown Description-md5: a62c9c42ffa3012a663f4d932066b7d8 Description-en: authoring books and technical documents with GNU R markdown The bookdown package is a GNU R package that facilitates writing books and long-form articles/reports with R Markdown. Features include: . * Generate printer-ready books and ebooks from R Markdown documents. * A markup language easier to learn than LaTeX, and to write elements such as section headers, lists, quotes, figures, tables, and citations. * Multiple choices of output formats: PDF, LaTeX, HTML, EPUB, and Word. * Possibility of including dynamic graphics and interactive applications (HTML widgets and Shiny apps). * Support a wide range of languages: R, C/C++, Python, Fortran, Julia, Shell scripts, and SQL, etc. * LaTeX equations, theorems, and proofs work for all output formats. * Can be published to GitHub, bookdown.org, and any web servers. * Integrated with the RStudio IDE. * One-click publishing to https://bookdown.org. Package: r-cran-checkmate Description-md5: e576ea0e86fd2f33eb6f877c23aee573 Description-en: GNU R fast and versatile argument checks This GNU R package tests and assertions to perform frequent argument checks. A substantial part of the package was written in C to minimize any worries about execution time overhead. Package: r-cran-clock Description-md5: e7e272e49d926bc1ca0a37ebe833348f Description-en: GNU R date-time types and tools Provides a comprehensive library for date-time manipulations using a new family of orthogonal date-time classes (durations, time points, zoned-times, and calendars) that partition responsibilities so that the complexities of time zones are only considered when they are really needed. Capabilities include: date-time parsing, formatting, arithmetic, extraction and updating of components, and rounding. Package: r-cran-clubsandwich Description-md5: b36d42ea9ff949b879cbade580b1ed6a Description-en: GNU R cluster-robust (Sandwich) variance estimators with small-sample Corrections Provides several cluster-robust variance estimators (i.e., sandwich estimators) for ordinary and weighted least squares linear regression models, including the bias-reduced linearization estimator introduced by Bell and McCaffrey (2002) and developed further by Pustejovsky and Tipton (2017) . The package includes functions for estimating the variance- covariance matrix and for testing single- and multiple- contrast hypotheses based on Wald test statistics. Tests of single regression coefficients use Satterthwaite or saddle-point corrections. Tests of multiple-contrast hypotheses use an approximation to Hotelling's T-squared distribution. Methods are provided for a variety of fitted models, including lm() and mlm objects, glm(), ivreg() (from package 'AER'), plm() (from package 'plm'), gls() and lme() (from 'nlme'), robu() (from 'robumeta'), and rma.uni() and rma.mv() (from 'metafor'). Package: r-cran-future Description-md5: 3ff9a5c0bbec4b3ba15336d9dd04c99e Description-en: R package: A Future API for R In programming, a future is an abstraction for a value that may be available at some point in the future. The state of a future can either be unresolved or resolved. As soon as it is resolved, the value is available. Futures are useful constructs in for instance concurrent evaluation, e.g. parallel processing and distributed processing on compute clusters. The purpose of this package is to provide a lightweight interface for using futures in R. Package: r-cran-igraph Description-md5: c0edf1c0f5abaa709b43bc1171497ff8 Description-en: GNU R network analysis and visualization This GNU R package provides routines for simple graphs and network analysis. igraph can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality indices and much more. Package: r-cran-insight Description-md5: 2de42e0b2c26c7d0ef71bea9204cd565 Description-en: GNU R easy access to model information for various model objects A tool to provide an easy, intuitive and consistent access to information contained in various R models, like model formulas, model terms, information about random effects, data that was used to fit the model or data from response variables. 'insight' mainly revolves around two types of functions: Functions that find (the names of) information, starting with 'find_', and functions that get the underlying data, starting with 'get_'. The package has a consistent syntax and works with many different model objects, where otherwise functions to access these information are missing. Package: r-cran-remotes Description-md5: 4c8110c4b0e599d12b2c42bef7e54f0c Description-en: R Package Installation from Remote Repositories, Including 'GitHub' Download and install R packages stored in 'GitHub', 'BitBucket', or plain 'subversion' or 'git' repositories. This package is a lightweight replacement of the 'install_*' functions in 'devtools'. Indeed most of the code was copied over from 'devtools'. Package: r-cran-rmarkdown Description-md5: 2b785d27f6362d7b827cd1516d665b4b Description-en: convert R markdown documents into a variety of formats R Markdown is a framework for creating documents that mix R code with markdown to produce visually pleasing, high quality and reproducible reports. It supports various output formats, including HTML, PDF, Microsoft Word and Beamer. . Please note: Upstream rmarkdown contains export to ioslides. This was removed from the Debian package due to not existing license statement. If you need this functionality you need to install rmarkdown manually from CRAN. Package: r-cran-shiny Description-md5: f955d63fe2898ddb6547aa1e464fcb14 Description-en: GNU R web application framework Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive pre-built widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort. Package: r-cran-sp Description-md5: b57f7d80336ae76cf75f70b800f0c2c7 Description-en: GNU R classes and methods for spatial data This GNU R package provides classes and methods for spatial data. The classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc. Package: r-cran-stars Description-md5: 88e8c4dcbb477da760539377770a7eb1 Description-en: scalable, spatiotemporal tidy arrays for GNU R This package provides support for scalable, spatiotemporal tidy arrays in GNU R, using GDAL bindings. . Package stars provides infrastructure for data cubes, array data with labeled dimensions, with emphasis on arrays where some of the dimensions relate to time and/or space. Package: r-cran-testthat Description-md5: df238af427186b9f7eb1838dc0aba836 Description-en: GNU R testsuite Testthat code. Tools to make testing fun. . Software testing is important, but, in part because it is frustrating and boring, many developers avoid it. 'testthat' is a testing framework for R that is easy learn and use, and integrates with your existing 'workflow'. Package: r-cran-xml2 Description-md5: 9f4e439dde66f931d30f875a5b525299 Description-en: GNU R XML parser This GNU R package works with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library. . Modifying existing XML can be done in xml2 by using the replacement functions of the accessors. They all have methods for both individual `xml_node` objects as well as `xml_nodeset` objects. If a vector of values is provided it is applied piecewise over the nodeset, otherwise the value is recycled. Package: roger-router Description-md5: 9bb0ac2636b14376c6bd383ecc97b549 Description-en: Home router management tool - GUI Journal, Fax-Software and Call-Monitor for AVM FRITZ!Box or compatible routers. The following features are supported through plugins: . * Call monitor, journal and address book * Use system as softphone or dial support * Fax transfer with CUPS integration. * import address books from the Fritz!Box, Evolution and Thunderbird * status icon and notification popus . A predecessor to the program was formerly called FRITZ!Box Fun (ffgtk). This is the GUI version of the program including plugins. Package: rollup Description-md5: 40015816cb27da260e65085629df4edd Description-en: ES6 module bundler for JavaScript Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the standardized ES module format for code, instead of previous idiosyncratic solutions such as CommonJS and AMD. . ES modules let you freely and seamlessly combine the most useful individual functions from your favorite libraries. Rollup can optimize ES modules for faster native loading in modern browsers, or output a legacy module format allowing ES module workflows today. . node-chokidar is required to use the --watch option Package: rspamd Description-md5: 7e5be3910fdbb8e6287582c3520347e2 Description-en: Rapid spam filtering system Rspamd is a rapid, modular and lightweight spam filter. It is designed to work with big amount of mail and can be easily extended with own filters written in Lua. Package: ruby-appraiser-rubocop Description-md5: 4f30ad3ea46bafc3a5c7ff277c795242 Description-en: Run Rubocop inside RubyAppraiser Rubocop adapter for ruby-appraiser Package: ruby-celluloid Description-md5: 7410cd591431fe9d44e55aa8917f64fd Description-en: actor-based concurrent object framework for ruby Celluloid provides a simple and natural way to build fault-tolerant concurrent programs in Ruby. . Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects. . Recommended for any developer, including novices, Celluloid should help ease your worries about building multithreaded Ruby programs. Package: ruby-cfpropertylist Description-md5: 70b1209f0e2d867e408f34644ed77a5b Description-en: Manipulate binary and XML property lists as defined by apple Class to read, manipulate and write both XML and binary property list files (plist(5)) as defined by Apple. Have a look at CFPropertyList::List for more documentation. Package: ruby-commonmarker Description-md5: 27c89421d49621d565385e7d1b54b299 Description-en: CommonMark parser and renderer - Written in C, wrapped in Ruby A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library. Package: ruby-doorkeeper Description-md5: 400913ab5fbb7c681cd29ae052be0dd1 Description-en: OAuth 2 provider for Rails and Grape Doorkeeper is a gem that makes it easy to introduce OAuth 2 provider functionality to your Rails or Grape application. . Learn more about it from /usr/share/doc/ruby-doorkeeper/README.md Package: ruby-gitaly Description-md5: d85a39a0f1f120ad79fc2d7f1d11df01 Description-en: Auto-generated gRPC client for gitaly Auto-generated gRPC ruby client for gitaly. . Gitaly is part of GitLab. It is a server application that uses its own gRPC protocol to communicate with its clients. 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-rack-session Description-md5: b261965f1b4397b64b65da01265633fd Description-en: Session management implementation for Rack A session implementation for Rack. Package: ruby-rackup Description-md5: 72a438cc22a13c6d9f376f8c61982426 Description-en: General server command for Rack applications rackup provides a command line interface for running a Rack-compatible application. Package: ruby-semver-dialects Description-md5: 2d3e85e493ad8d4341e5706cfe5849f7 Description-en: utility function to process semantic versions expressed in different dialects This library helps to parse, process and compare semantic versions for Maven, NPM, PHP, RubyGems and Python packages. Package: ruby-sidekiq Description-md5: 5bbc2f020ab526e315a132886c59b058 Description-en: Simple, efficient background processing for Ruby Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails 3/4 to make background processing dead simple. . Sidekiq is compatible with Resque. It uses the exact same message format as Resque so it can integrate into an existing Resque processing farm. . You can have Sidekiq and Resque run side-by-side at the same time and use the Resque client to enqueue jobs in Redis to be processed by Sidekiq. Package: rust-coreutils Description-md5: 43d649b4c5864553e0a2ecb6e788d5ab Description-en: Universal coreutils utils, written in Rust This packages replaces the GNU coreutils package written in C. It should be a drop-in replacement but: * Some options have NOT been implemented, * Might have important bugs, * Might be slower, * Output of the binaries might be slightly different. . It might break your system. . This is an EXPERIMENTAL package. It should not be used in production. Package: siconos Description-md5: afd41e78f8320d8f86c3df34c2b75316 Description-en: modeling and simulation of nonsmooth dynamical systems (simulation runner tool) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains the 'siconos' tool allowing to compile and run Siconos programs/scripts in a single command. Package: siconos-mechanics-tools Description-md5: ec143110e7165dde7eac69639e9da3b4 Description-en: modeling and simulation of nonsmooth dynamical systems (mechanics tools) Siconos is an open-source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems in C++ and in Python: * Mechanical systems (rigid or solid) with unilateral contact and Coulomb friction and impact (nonsmooth mechanics, contact dynamics, multibody systems dynamics or granular materials). * Switched Electrical Circuit such as electrical circuits with ideal and piecewise linear components: power converter, rectifier, Phase-Locked Loop (PLL) or Analog-to-Digital converter. * Sliding mode control systems. * Biology (Gene regulatory network). Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity systems and Variational inequalities), Fluid Mechanics, and Computer Graphics. . This package contains tools to allow running, analysing, manipulating, exporting, and viewing the output of mechanical simulations. Package: siftool Description-md5: bdf52f12e9e1fd6d9db3fcf264b8ef4a Description-en: utility to manipulate Singularity Image Format (SIF) files This package provides "siftool" CLI program to manipulate SIF container files. Package: simple-whip-client Description-md5: be87ea67370b61e6f11b7908b5f0e76f Description-en: simple GStreamer-based WHIP client simple-whip-client is a WHIP client implementation, using GStreamer. . WebRTC-HTTP ingestion protocol (WHIP) is a simple HTTP based protocol that will allow WebRTC based ingest of content into streaming servics and/or CDNs. . GStreamer is a pipeline-based multimedia framework that links together a wide variety of media processing systems to complete complex workflows. Package: sitesummary Description-md5: a8eacdfa8efdccc9bc2aa8ce60683756 Description-en: Generate site summary of submitting hosts (server part) The sitesummary system makes it easier to keep track of a lot of machines, by allowing each machine to report their existence once a day to a central collector, and using this collector to make summary reports about the hosts. . This package is the server part, with the collector and report scripts. Package: sitesummary-client Description-md5: d6997024fe7e58e3d3534bbc3a3f7ee3 Description-en: Generate site summary of submitting hosts (client part) The sitesummary system makes it easier to keep track of a lot of machines, by allowing each machine to report their existence once a day to a central collector, and using this collector to make summary reports about the hosts. . This package is the client part, reporting in to the server after boot and once a day. Package: slurm-client Description-md5: adef5647f57454f084982d9520a1e78d Description-en: Slurm client side commands The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains all client side commands. Package: slurm-client-emulator Description-md5: 9e1200b9e10ad3efa6879b4acca3a494 Description-en: Slurm client side commands for the emulator The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains all client side commands for the emulator. Package: slurm-wlm Description-md5: 399ac2cb1117840799562988613d20ad Description-en: Slurm Workload Manager The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This metapackage contains all client side commands, the compute node daemon and the central management daemon. Package: slurm-wlm-basic-plugins Description-md5: c72a31e5e1676a1de0cc863aa2004a4f Description-en: Slurm basic plugins The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the Slurm basic plugins Package: slurm-wlm-basic-plugins-dev Description-md5: ecce296ca1ee4705d01d8736fac7aa6e Description-en: Slurm basic plugins development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains development files for the Slurm basic plugins Package: slurm-wlm-doc Description-md5: 92910e4ced34d8fe09cbf4b57c2c5e24 Description-en: Slurm documentation The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the Slurm html documentation. Package: slurm-wlm-elasticsearch-plugin Description-md5: 45fa7419e0b8a561d11ea762d312aeff Description-en: Slurm Elasticsearch job-completion plugin The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains the Elasticsearch Slurm job-completion plugin. Package: slurm-wlm-elasticsearch-plugin-dev Description-md5: 3f0c30d1dbdc3c04e911e79ee56392d9 Description-en: Slurm Elasticsearch job-completion plugin development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains development files for the Elasticsearch Slurm job-completion plugin. Package: slurm-wlm-emulator Description-md5: 6e35deaac9a681e49040df99cac4901b Description-en: Slurm emulator The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package installs the emulator binaries: slurmd, slurmctld and slurmstepd. Package: slurm-wlm-hdf5-plugin Description-md5: a8bbdd24e4e112c35314584a6ef5a3eb Description-en: Slurm HDF5 plugin The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains the HDF5-based Slurm job profiling plugin. Package: slurm-wlm-hdf5-plugin-dev Description-md5: 36806500c06680351e6f09b9c032a74f Description-en: Slurm HDF5 plugin development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains development files for the HDF5-based Slurm job profiling plugin. Package: slurm-wlm-influxdb-plugin Description-md5: 1a9e9429c768146072d5430d71ef6945 Description-en: Slurm InfluxDB plugin The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains the InfluxDB-based Slurm job profiling plugin. Package: slurm-wlm-influxdb-plugin-dev Description-md5: 959d679f67ed22ae8d0f91c6cc18a325 Description-en: Slurm InfluxDB plugin development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains development files for the InfluxDB-based Slurm job profiling plugin. Package: slurm-wlm-ipmi-plugins Description-md5: 7de77f0497421507e54ec7a07828bdb5 Description-en: Slurm IPMI plugins The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains the IPMI-based Slurm accounting gathering plugins. Package: slurm-wlm-ipmi-plugins-dev Description-md5: 344bd74fc12b90d4b4bdd171677b1333 Description-en: Slurm IPMI plugins development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains development files for the IPMI-based Slurm accounting gathering plugins. Package: slurm-wlm-jwt-plugin Description-md5: 6ff906b649b8b5d759b20956c55222ee Description-en: Slurm JWT authentication plugins The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains the JSON Web Tokens (JWT) Slurm authentication plugin. Package: slurm-wlm-jwt-plugin-dev Description-md5: 145ada100495be36d4a5ca74b7661b68 Description-en: Slurm JWT authentication plugin development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains development files for the JSON Web Tokens (JWT) Slurm authentication plugin. Package: slurm-wlm-kafka-plugin Description-md5: 4d5935e6d180641fc8584af3eb429036 Description-en: Slurm Kafka job-completion plugin The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains the Kafka Slurm job-completion plugin. Package: slurm-wlm-kafka-plugin-dev Description-md5: c9f17cf74196e336206819eb99e40b50 Description-en: Slurm Kafka job-completion plugin development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains development files for the Kafka Slurm job-completion plugin. Package: slurm-wlm-mysql-plugin Description-md5: 7b151d92ec0cd067c873fe539d0006b1 Description-en: Slurm MySQL plugins The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains the Slurm MySQL plugin. Package: slurm-wlm-mysql-plugin-dev Description-md5: 539d70e4b9309548ea7f944245c8fbdb Description-en: Slurm MySQL plugins development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains development files for the Slurm MySQL plugin. Package: slurm-wlm-plugins Description-md5: d026317f09e940bbb9894c558582c42f Description-en: Slurm free plugins (metapackage) The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package provides all the free Slurm plugins. Package: slurm-wlm-plugins-dev Description-md5: 26a932e3c3df5b59ea4f849e9bfb8f73 Description-en: Slurm free plugins development files (metapackage) The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package provides development files for all the free SLURM plugins. Package: slurm-wlm-rrd-plugin Description-md5: 9471bf4d7730056918a0d8cba67ef12a Description-en: Slurm RRD plugin The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains the RRD-based Slurm sensor plugin. Package: slurm-wlm-rrd-plugin-dev Description-md5: 770d9fa74c770b015a2aa5952d45abae Description-en: Slurm RRD plugins development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains development files for the RRD-based Slurm sensor plugin. Package: slurm-wlm-rsmi-plugin Description-md5: bc5cac3e07406058eb620354151ce026 Description-en: Slurm RSMI plugin The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains the ROCm System Management Interface Slurm gpu plugin. Package: slurm-wlm-rsmi-plugin-dev Description-md5: e74f98431f26c77ac7272e157fef5b8a Description-en: Slurm RSMI plugin development files The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. . This package contains development files for the ROCm System Management Interface Slurm gpu plugin. Package: slurm-wlm-torque Description-md5: a2c9009e8d15f1e6e248602bb43281a2 Description-en: Torque compatibility wrappers for Slurm The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the Torque compatibility wrappers. Package: slurmctld Description-md5: e04abc7871bdeee2cc83ef6ed8923c45 Description-en: Slurm central management daemon The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the central management daemon slurmctld. Package: slurmd Description-md5: c0b71b00caae130250a7d5fa4f22251c Description-en: Slurm compute node daemon The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the compute node daemon slurmd. Package: slurmdbd Description-md5: 12414cec2d4629f45386e342015ae60c Description-en: Secure enterprise-wide interface to a database for Slurm The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contain SlurmDBD (Slurm DataBase Daemon) that can be used to securely manage the accounting data for several Slurm clusters in a central location and sacctmgr a command for managing user accounts in SlurmDBD. Package: slurmrestd Description-md5: 10e4b84c8772a200af93d44178fa9381 Description-en: Slurm REST API daemon The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains the REST API daemon slurmrestd. 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: spirv-tools Description-md5: 29623de7313761ddb262dbbcaa58208a Description-en: API and commands for processing SPIR-V modules The project includes an assembler, binary module parser, disassembler, validator, and optimizer for SPIR-V. Except for the optimizer, all are based on a common static library. The library contains all of the implementation details, and is used in the standalone tools whilst also enabling integration into other code bases directly. The optimizer implementation resides in its own library, which depends on the core library. 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: sra-toolkit Description-md5: 1a61cd8ef6f417d5f86c6c13697e7a05 Description-en: utilities for the NCBI Sequence Read Archive Tools for reading the SRA archive, generally by converting individual runs into some commonly used format such as fastq. . The textual dumpers "sra-dump" and "vdb-dump" are provided in this release as an aid in visual inspection. It is likely that their actual output formatting will be changed in the near future to a stricter, more formalized representation[s]. PLEASE DO NOT RELY UPON THE OUTPUT FORMAT SEEN IN THIS RELEASE. . Other tools distributed in this package are: abi-dump, abi-load align-info bam-load cache-mgr cg-load copycat fasterq-dump fastq-dump, fastq-load helicos-load illumina-dump, illumina-load kar kdbmeta latf-load pacbio-load prefetch rcexplain remote-fuser sff-dump, sff-load sra-pileup, sra-sort, sra-stat, srapath srf-load test-sra vdb-config, vdb-copy, vdb-decrypt, vdb-encrypt, vdb-get, vdb-lock, vdb-passwd, vdb-unlock, vdb-validate . The "help" information will be improved in near future releases, and the tool options will become standardized across the set. More documentation will also be provided documentation on the NCBI web site. . Tool options may change in the next release. Version 1 tool options will remain supported wherever possible in order to preserve operation of any existing scripts. 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: sssd-idp Description-md5: 85e1e169064e36070dddc5507d091974 Description-en: System Security Services Daemon -- Kerberos plugins for external id providers Provides Kerberos plugins that are required to enable authentication against external identity providers. 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: starpu-examples Description-md5: 601fd3c318d53962421cdbdd364f312b Description-en: Task scheduler for heterogeneous multicore machines - exs StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains application examples. Package: starpu-tools Description-md5: eb2ba87d4cd88833bc91b0cf6b977279 Description-en: Task scheduler for heterogeneous multicore machines - tools StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains StarPU tools. 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: sumo Description-md5: 6474797555ea3a70838074722fee9bc7 Description-en: Simulation of Urban MObility (SUMO) SUMO is an open source, highly portable, microscopic road traffic simulation package designed to handle large road networks. Main binary. Package: sumo-doc Description-md5: febec3640b965d15eb4be2076d1354c9 Description-en: Simulation of Urban MObility (SUMO), documentation and examples SUMO is an open source, highly portable, microscopic road traffic simulation package designed to handle large road networks. The binary contatins documentation and examples. Package: sumo-tools Description-md5: 91d1ca0c3085c57bbf251d8f812df282 Description-en: Simulation of Urban MObility (SUMO), tools and scripts SUMO is an open source, highly portable, microscopic road traffic simulation package designed to handle large road networks. The binary contatins different tools and scripts. Package: sview Description-md5: 3af6f7cbc36f6d68b37816d4b4e73988 Description-en: GUI to view and modify Slurm state The Slurm Workload Manager is an open-source cluster resource management and job scheduling system that strives to be simple, scalable, portable, fault-tolerant, and interconnect agnostic. This package contains sview, a GUI that can be used to view Slurm configuration, job, step, node and partitions state information. Authorized users can also modify select information. Package: systemd-boot Description-md5: 5ba77b2b4bc86eae081746facb23c909 Description-en: simple UEFI boot manager - tools and services systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command line. It supports systems with UEFI firmware only. . Installing systemd-boot will configure and install it in the ESP. . This package contains various tools and services to manage systems using systemd-boot. Package: systemd-boot-efi Description-md5: 1a28c616cc5e8559e958ebd9ceb453da Description-en: simple UEFI boot manager - EFI binaries systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command line. It supports systems with UEFI firmware only. . This package contains the EFI binaries. 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-cron Description-md5: 36b272e4814f3e0aec170736de5f9b3a Description-en: systemd units to provide cron daemon & anacron functionality Provides systemd units to run cron jobs in /etc/cron.hourly cron.daily cron.weekly and cron.monthly directories, without having cron or anacron installed. It also provides a generator that dynamicaly translate /etc/crontab, /etc/cron.d/* and user cronjobs in systemd units. Please notice this package provide a different set of features than Vixie-cron; trying to remain as simple as possible. By example, to avoid to run process through a wrapper, but have instead systemd run those directly, it only send mails on error, including only a small blurb from the Journal; but doesn't send the full output of processes. Package: systemd-homed Description-md5: e71da21f82a0832ca7fcbdc41f810503 Description-en: home area manager systemd-homed is a system service designed to manage home directories. This package includes the homed service, a PAM module to automatically mount home directories on user login, tools and documentation. 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-standalone-sysusers Description-md5: 59eb167fc8fbdb9ddb8918d80524736d Description-en: standalone sysusers binary for use in non-systemd systems Standalone sysusers binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in non-systemd systems. Package: systemd-standalone-tmpfiles Description-md5: e59a151e226689c494584c32d7f05a2c Description-en: standalone tmpfiles binary for use in non-systemd systems Standalone tmpfiles binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in non-systemd systems. 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: systemd-userdbd Description-md5: 86b45a916ba4cb12ae812c532cd56008 Description-en: dynamic user/group manager systemd-userdbd is a system service that multiplexes user/group lookups to all local services that provide JSON user/group record definitions to the system. In addition it synthesizes JSON user/group records from classic UNIX/glibc NSS user/group records in order to provide full backwards compatibility. It may also pick up statically defined JSON user/group records from drop-in files. Package: systemtap Description-md5: 0aaa66102baf710a00ed98dc88fd7534 Description-en: instrumentation system for Linux SystemTap provides infrastructure to simplify the gathering of information about the running Linux system. This assists diagnosis of a performance or functional problem. SystemTap eliminates the need for the developer to go through the tedious and disruptive instrument, recompile, install, and reboot sequence that may be otherwise required to collect data. . SystemTap provides a simple command line interface and scripting language for writing instrumentation for a live running system. Package: systemtap-client Description-md5: ed93790e53261104420740cd37037a8e Description-en: instrumentation system for Linux (client for compile server) This package contains client for SystemTap compile server. It can be used to compile probes on a remote machine running systemtap-server. This client can be run on a machine without full kernel debug information and development environment required for 'systemtap' package. . If you only want to compile systemtap probes locally just install 'systemtap' package. . SystemTap provides infrastructure to simplify the gathering of information about the running Linux system. Package: systemtap-common Description-md5: c5d2c140f32e968c63c24e4c6a3b1c4b Description-en: instrumentation system for Linux (common component) SystemTap provides infrastructure to simplify the gathering of information about the running Linux system. . To be able to write new SystemTap probes, install systemtap package. . This package contains the common files Package: systemtap-doc Description-md5: 423c79924d2af3ef7018de62dd2edbd8 Description-en: documentation and examples for SystemTap This package contains examples and documentation for SystemTap. . SystemTap provides infrastructure to simplify the gathering of information about the running Linux system. Package: systemtap-runtime Description-md5: 3b8442240972060b39c7cabf63a3eb04 Description-en: instrumentation system for Linux (runtime component) This package contains staprun program that can be used to run compiled SystemTap probes. . SystemTap provides infrastructure to simplify the gathering of information about the running Linux system. . To be able to write new SystemTap probes, install systemtap package. Package: systemtap-sdt-dev Description-md5: ecef96f7dab2e30fd0d586168053cc6b Description-en: statically defined probes development files This package contains header file and executable (dtrace) that can be used to add static probes into userspace applications for use with SystemTap. . SystemTap provides infrastructure to simplify the gathering of information about the running Linux system. . To be able to write new SystemTap probes, install systemtap package. Package: systemtap-server Description-md5: b06185466bc2c394362abf8236e40c53 Description-en: instrumentation system for Linux (compile server) This package contains compile server for SystemTap. It can be used together with systemtap client to compile probes on a remote machine. Probes will be compiled by the server on request of remote clients. . SystemTap provides infrastructure to simplify the gathering of information about the running Linux system. Package: terser Description-md5: fffba1807075157f85104d975686268c Description-en: parser/mangler/compressor for ES6+ - CLI tool Terser is a parser, mangler, optimizer and beautifier toolkit for ECMAScript 2015 and newer (ES6+). . terser is a fork of uglify-es that retains API and CLI compatibility with uglify-es (Debian packages node-uglify-js, libjs-uglify-js, and uglifyjs). . ECMAScript 2015 (ES2015) a.k.a. ECMAScript 6 (ES6) is the 6th formal definition of JavaScript - a high-level, interpreted programming language most notably used in web browsers and in Node.js. . This package provides command-line tool terser. 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: 97cfe715c9e02e6c838baacb2d5a7c0d 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. . This package provides support for zram configuration. Package: unifrac-tools Description-md5: 4540e3335bfe0016fedb62685772dffe Description-en: high-performance phylogenetic diversity calculations (binaries) The de facto repository for high-performance phylogenetic diversity calculations. The methods in this repository are based on an implementation of the Strided State UniFrac algorithm which is faster, and uses less memory than Fast UniFrac. Strided State UniFrac supports Unweighted UniFrac, Weighted UniFrac, Generalized UniFrac, Variance Adjusted UniFrac and meta UniFrac. This repository also includes Stacked Faith (manuscript in preparation), a method for calculating Faith's PD that is faster and uses less memory than the Fast UniFrac-based reference implementation. . This package contains target binaries ssu and faithpd Package: va-driver-all Description-md5: 248a9952f7ec04e7e87b2f47faa68b1c Description-en: Video Acceleration (VA) API -- driver metapackage This package depends on the full suite of drivers for the Video Acceleration API (VA API). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Package: vala-0.56-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.56-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: valac-bin Description-md5: 1f3b65eadc24355b9310b1ca8be2a2e4 Description-en: internal package for 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. . This particular package is an implementation detail of the vala packaging. It should not be installed directly and there should be no dependencies on it. Refer to the valac package instead. 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: vim-athena Description-md5: 215b4520fd9a69b317132881ce593b7d Description-en: Vi IMproved - enhanced vi editor (dummy package) This is a transitional package to install the vim-motif package. You may remove this package if nothing depends on it. Package: vim-gtk3 Description-md5: 55a9161bf3dec9e8a999586c8e73467a Description-en: Vi IMproved - enhanced vi editor - with GTK3 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 GTK3 GUI and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl. Package: vim-gui-common Description-md5: f51060aa71b1aeaa83cfde145ca640c3 Description-en: Vi IMproved - Common GUI files Vim is an almost compatible version of the UNIX editor Vi. . This package contains files shared by all GUI-enabled vim variants available in Debian. Examples of such shared files are: gvimtutor, icons, and desktop environments settings. Package: vim-motif Description-md5: 0d24b1f25ebcc42266fd1abc532adc46 Description-en: Vi IMproved - enhanced vi editor - with Motif 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 Motif GUI and support for scripting with Lua, Perl, Python 3, and Tcl. 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: virtualenv Description-md5: c3c6956741f193d2b90d9dc161c7660f Description-en: Python virtual environment creator (Dependency package) The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules, installable via pip. Virtual Python instances can also be created without root access. . This is a dependency package and may be safely removed. Package: webkit2gtk-driver Description-md5: 088bf78d76ece6d47a2cd75d9dee0fbe 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. . WebKitGTK is a WebKit port designed to be used in GTK applications. . This package provides the WebDriver service implementation for WebKitGTK. Package: wine Description-md5: aaa17f910b7198338e5e3d08ce256208 Description-en: Windows API implementation - standard suite Wine is a free MS-Windows API implementation. . This package provides essential wrappers and convenience tools for the standard Wine components. It also employs the Debian alternatives system to provide the usual command names, e.g. "wine" instead of "wine-stable". Package: wine-binfmt Description-md5: 180f5df424ad09d109854aba9682b65d Description-en: Register Wine as the interpreter for Windows executables Wine is a free MS-Windows API implementation. . This package registers Wine as an interpreter for Windows executables, using the kernel binfmt_misc module. This causes Wine to be invoked automatically whenever a Windows PE (Portable Executable) file is to be launched. . WARNING: This increases the risk of inadvertently launching Windows malware, so please make sure that you understand the security risks before blindly installing this package. . This feature is probably most interesting for automatic software testing. Desktop users usually don't need it, so don't install wine-binfmt unless you know that you need it. Refer to Wine's README.debian for more information. Package: wine64 Description-md5: 54c9838740378ccb14f94eb5ac802f63 Description-en: Windows API implementation - 64-bit binary loader Wine is a free MS-Windows API implementation. . This package provides the binary loader for 64-bit Windows applications. Package: wine64-preloader Description-md5: 69498f9ec1c6b32adf50641cc3a6ba4c Description-en: Windows API implementation - prelinked 64-bit binary loader Wine is a free MS-Windows API implementation. . This package provides the prelinked loader for 64-bit Windows applications. Package: wine64-tools Description-md5: 7f1bd7babff1d0228d2a02bd58dedb25 Description-en: Windows API implementation - 64-bit developer tools Wine is a free MS-Windows API implementation. . This package provides Wine's 64-bit developer tools. They are capable of generating both 32- and 64-bit results. Package: xcas Description-md5: 38daa4fa80e5d5588e637bf7505272a5 Description-en: Computer Algebra System - console and graphical calculator Giac is a computer algebra system, following the development of the CAS for HP calculators. It has fast implementation of algorithms for polynomial operations, and compatibility mode with Maple or Mupad CAS as well as TI calculators. . This package contains the user-facing giac programs: xcas, icas, and pgiac; as well as the cas_help program for providing user-oriented help. Package: xmaxima Description-md5: 832404665e6cce169548e4687edf6d5a Description-en: Computer algebra system -- x interface Maxima is a fully symbolic computation program. It is full featured doing symbolic manipulation of polynomials, matrices, rational functions, integration, Todd-coxeter methods for finite group analysis, graphing, multiple precision floating point computation. It has a symbolic source level debugger for maxima code. Maxima is based on the original Macsyma developed at MIT in the 1970s. It is quite reliable, and has good garbage collection, and no memory leaks. It comes with hundreds of self tests. . This package contains an X Windows interface using the tcl/tk libraries. Package: zulucrypt-cli Description-md5: 8776bc4b264928d0a46995af3b7b334b Description-en: tool for encrypting volumes zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . zulucrypt-cli is a command line interface frontend to cryptsetup and tcplay and it is a tool that make it easy to manage LUKS, PLAIN and TRUECRYPT encrypted volumes. With one command you can encrypt a volume. Without zulucrypt-cli would be multiple commands needed to achieve the same result. Package: zulucrypt-gui Description-md5: f4172756adcde7533ace4eab972460f8 Description-en: graphical front end for zulucrypt-cli zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . zulucrypt-gui is a front end for zulucrypt-cli. This way all activities can be performed easily by the graphical interface. Package: zulumount-cli Description-md5: febbf9500ead0cfe9d7bf10965ad0ef7 Description-en: tool that manages encrypted volumes zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . zulumount-cli is a command line interface that has a primary mission of opening and closing encrypted volumes as well as mounting and unmounting unencrypted volumes and opened encrypted ones. Its primary purpose is to do what tools like udisks does. Package: zulumount-gui Description-md5: 746afd29dc50507c0e8a1fa7d5a7ddb4 Description-en: graphical front end for zulumount-cli zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . zuluMount-gui is a front end for zuluMount-cli. This way all activities the zulumount-cli can be performed easily by the graphical interface. . zuluMount-gui can unlock cryfs, encfs, gocryptfs and ecryptfs. Package: zulupolkit Description-md5: 499c52c8ae166e9e3ad52c39a7377c02 Description-en: tool to execute privileged operations zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . zulupolkit is the cli component that runs privileged and works between CLI and GUI components to provides privileged operations for GUI components. Package: zulusafe-cli Description-md5: 0af88f32298465c0f3876b1eb5646c68 Description-en: cli that manages encrypted volumes zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt. . zulusafe-cli is a tool responsible for the safe storage files in a wallet. Added files to the wallet will be stored in a secured file located at "~/.config/lxqt/wallets/zuluSafe/YYY.lwt" where YYY is the wallet name. Package: box64-rk3588 Description-md5: b959dccebc27f77be03f4723ce400219 Description-en: run amd64 binaries on RK3588 without emulating library calls Using DynaRec on arm64, box64 will dynamically recompile x64_64 code to aarch64 but will also translate calls to foreign library functions to native library calls. This usually makes amd64 executables run via box64 much faster than emulating amd64 on arm64 via qemu which will emulate everything down to the C library. For example OpenArena emulated with box64 will be at about 85% of its native speed. . This package is optimized with -mcpu=cortex-a76.cortex-a55+crypto and built with workaround for incoherent si_info on SIGSEGV. Package: box64-rpi4 Description-md5: 769b1fc0f8735786e70c9d7978d1e708 Description-en: run amd64 binaries on RPI4 without emulating library calls Using DynaRec on arm64, box64 will dynamically recompile x64_64 code to aarch64 but will also translate calls to foreign library functions to native library calls. This usually makes amd64 executables run via box64 much faster than emulating amd64 on arm64 via qemu which will emulate everything down to the C library. For example OpenArena emulated with box64 will be at about 85% of its native speed. . This package is optimized with -march=armv8-a+crc -mtune=cortex-a72. Package: delve Description-md5: d406f71ed83cbc3be83251e4d732cac5 Description-en: debugger for the Go programming language Delve enables you to interact with your program by controlling the execution of the process, evaluating variables, and providing information of thread/goroutine state, CPU register state and more. Package: gcc-sh-elf Description-md5: e7a4b503d522f9a52a3021feb8d89472 Description-en: GNU C compiler for embedded SuperH devices This package provides the GNU C compiler targeting bare-metal SuperH devices, including all CPUs SH-1 through SH-4a. This package additionally provides a simulator, sh-elf-run, that may be used to run the binaries. Package: jellyfish Description-md5: 33c2d211a341ae9429c6f8ced355efd0 Description-en: count k-mers in DNA sequences JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism. . JELLYFISH is a command-line program that reads FASTA and multi-FASTA files containing DNA sequences. It outputs its k-mer counts in an binary format, which can be translated into a human-readable text format using the "jellyfish dump" command. 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: libjellyfish-2.0-2 Description-md5: 065d1ff8b79f64e89b68567eaeed6aa1 Description-en: count k-mers in DNA sequences (dynamic library of jellyfish) JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism. . JELLYFISH is a command-line program that reads FASTA and multi-FASTA files containing DNA sequences. It outputs its k-mer counts in an binary format, which can be translated into a human-readable text format using the "jellyfish dump" command. . This package contains the dynamic library the main executable of jellyfish is linked to. Package: libjellyfish-2.0-dev Description-md5: 8d15a603d76647ecb084d0bd3c0490a3 Description-en: count k-mers in DNA sequences (development files of jellyfish) JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism. . JELLYFISH is a command-line program that reads FASTA and multi-FASTA files containing DNA sequences. It outputs its k-mer counts in an binary format, which can be translated into a human-readable text format using the "jellyfish dump" command. . This package contains the development files (static library and header files) Package: libjellyfish-perl Description-md5: c8cb8981fb9902b209cbce9156da63e7 Description-en: count k-mers in DNA sequences (Perl bindings of jellyfish) JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism. . JELLYFISH is a command-line program that reads FASTA and multi-FASTA files containing DNA sequences. It outputs its k-mer counts in an binary format, which can be translated into a human-readable text format using the "jellyfish dump" command. . This package contains the Perl bindings of jellyfish. Package: libllvmspirvlib-15-dev Description-md5: fcddd340f01c10dfca707c1e80606070 Description-en: bi-directional translator for LLVM/SPIRV -- development files SPIRV-LLVM-translator is a LLVM/SPIRV bi-directional translator. This package includes a library and a tool for translation between LLVM IR and SPIR-V. . This package includes static libs and headers for development. Package: libllvmspirvlib15 Description-md5: 4658473b768e76c3b2f17ecbd52f8807 Description-en: bi-directional translator for LLVM/SPIRV -- shared library SPIRV-LLVM-translator is a LLVM/SPIRV bi-directional translator. This package includes a library and a tool for translation between LLVM IR and SPIR-V. . This package includes the shared library. Package: liboqs-dev Description-md5: 0bccf5e2c23b45c46763f63d43beffdf Description-en: library for quantum-safe cryptographic algorithms (development files) liboqs is an open source C library for quantum-safe cryptographic algorithms. It provides a collection of open source implementations of quantum-safe key encapsulation mechanism (KEM) and digital signature algorithms; a common API for these algorithms; a test harness and benchmarking routines. . liboqs is part of the Open Quantum Safe (OQS) project, which aims to develop and integrate into applications quantum-safe cryptography to facilitate deployment and testing in real world contexts. In particular, OQS provides prototype integrations of liboqs into TLS and SSH, through OpenSSL and OpenSSH. . This package contains the development files. Package: liboqs3 Description-md5: 0d203f318572e69446707ff82ea0f6e1 Description-en: library for quantum-safe cryptographic algorithms (shared library) liboqs is an open source C library for quantum-safe cryptographic algorithms. It provides a collection of open source implementations of quantum-safe key encapsulation mechanism (KEM) and digital signature algorithms; a common API for these algorithms; a test harness and benchmarking routines. . liboqs is part of the Open Quantum Safe (OQS) project, which aims to develop and integrate into applications quantum-safe cryptography to facilitate deployment and testing in real world contexts. In particular, OQS provides prototype integrations of liboqs into TLS and SSH, through OpenSSL and OpenSSH. . This package contains the shared library. Package: llvm-spirv-15 Description-md5: 542588f857655257da2b86b4d8cee687 Description-en: bi-directional translator for LLVM/SPIRV SPIRV-LLVM-translator is a LLVM/SPIRV bi-directional translator. This package includes a library and a tool for translation between LLVM IR and SPIR-V. . This package includes the llvm-spirv-15 binary. Package: python3-dna-jellyfish Description-md5: c2eaea16b29e14b42b1c6e9b47551cd2 Description-en: count k-mers in DNA sequences (Python bindings of jellyfish) JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism. . JELLYFISH is a command-line program that reads FASTA and multi-FASTA files containing DNA sequences. It outputs its k-mer counts in an binary format, which can be translated into a human-readable text format using the "jellyfish dump" command. . This package contains the Python bindings of jellyfish. Package: zim-tools Description-md5: 0dcb233a96d91ba2454397b7ee626b1a Description-en: various ZIM command-line tools ZIM tools is a collection of various command-line utilities for interacting and working with the ZIM 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: 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: kodi-game-libretro Description-md5: a34ab5bef5c69819c52c7026500341df Description-en: Libretro wrapper for Kodi's Game API This add-on provides a wrapper that allows Libretro cores to be loaded as game add-ons. Libretro cores are shared libraries that use the Libretro API, so the wrapper is responsible for translating function calls between the Libretro API and the Game API. 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-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: librcpputils-dev Description-md5: c7ca702ae51d8c88d3428132bee03d56 Description-en: C++ Utilities for ROS 2 (development headers) This package is part of ROS 2, the Robot Operating System. It provides basic macros, functions, and data structures for the ROS 2 codebase. . This package installs the C++ headers and CMake config files. Package: librcpputils1d Description-md5: d51fd7d2f6fea083fb0a080c5570cf4a Description-en: C++ Utilities for ROS 2 This package is part of ROS 2, the Robot Operating System. It provides basic macros, functions, and data structures for the ROS 2 codebase. . This package installs the C++ shared library. Package: libtpm2-pkcs11-1 Description-md5: 204d6d7935217152cf93d366b665ff3c Description-en: pkcs11 library for tpm2 tpm2-pkcs11 is a utility to provide a PKCS#11 backend for a TPM 2.0 (Trusted Platform Module) chip in order to access cryptographic services from tokens/ devices such as hardware security modules (HSM), smart cards, etc. Provides the library Package: libtpm2-pkcs11-1-dev Description-md5: e0250a76e68813e58a78b4b40ac4eb19 Description-en: pkcs11 library for tpm2 - development files tpm2-pkcs11 is a utility to provide a PKCS#11 backend for a TPM 2.0 (Trusted Platform Module) chip in order to access cryptographic services from tokens/ devices such as hardware security modules (HSM), smart cards, etc. Package: lib64gphobos-13-dev 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: lib64gphobos4 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: lib64objc-13-dev Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc4 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: lib64stdc++6-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libhwy-dev Description-md5: d45462ab018d7504b6ef40591b2d7cf3 Description-en: Efficient and performance-portable SIMD wrapper (developer files) This library provides type-safe and source-code portable wrappers over existing platform-specific intrinsics. Its design aims for simplicity, reliable efficiency across platforms, and immediate usability with current compilers. . This package installs the development files. Package: libhwy1 Description-md5: 403cb606b0a2c77fed54ebe631105334 Description-en: Efficient and performance-portable SIMD wrapper (runtime files) This library provides type-safe and source-code portable wrappers over existing platform-specific intrinsics. Its design aims for simplicity, reliable efficiency across platforms, and immediate usability with current compilers. . This package installs the runtime files. Package: wine32 Description-md5: 6f28cbab79bb4fb84526de688bbbb0dc Description-en: Windows API implementation - 32-bit binary loader Wine is a free MS-Windows API implementation. . This package provides the binary loader for 32-bit Windows applications. Package: wine32-preloader Description-md5: 119d146ee6d0a5c98595d4bc824e95a7 Description-en: Windows API implementation - prelinked 32-bit binary loader Wine is a free MS-Windows API implementation. . This package provides the prelinked loader for 32-bit Windows applications. Package: wine32-tools Description-md5: ad5c80d7c4e68fb2b9a14646e195ed9e Description-en: Windows API implementation - 32-bit developer tools Wine is a free MS-Windows API implementation. . This package provides Wine's 32-bit developer tools. They are capable of generating 32-bit results. Package: libamdhip64-5 Description-md5: ca982aa83c279335407830f9ad2d1476 Description-en: Heterogeneous Interface for Portability - AMD GPUs implementation This package is central to the ROCm stack, it is at the exchange point between the low-level libraries - kernel module ROCk, thunk ROCt, runtime ROCr, etc, and user-facing libraries - rocRAND, rocBLAS, rocFFT, rocSPARSE, etc. Package: libamdhip64-dev Description-md5: da16d9a5a3f7e68c84cf6e6687ae2169 Description-en: Header files for the AMD implementation of HIP The libamdhip64 is central to the ROCm stack, it is at the exchange point between the low-level libraries - kernel module ROCk, thunk ROCt, runtime ROCr, etc, and user-facing libraries - rocRAND, rocBLAS, rocFFT, rocSPARSE, etc. . This package provides headers to the libamdhip64. Package: librust-tokio-executor-dev Description-md5: 1d0777a6d4941c1d599a024b61bd87bb Description-en: Future execution primitives - Rust source code This package contains the source for the Rust tokio-executor crate, packaged by debcargo for use with cargo and dh-cargo. Package: netlabel-tools Description-md5: c34a9c6dc669e03e4de3a6aeac234e2b Description-en: management tool for the Linux NetLabel Subsystem The NetLabel management utility, netlabelctl, is a command line program designed to allow system administrators to configure the NetLabel system in the kernel. . This package requires that the running kernel supports NETLABEL. Package: gir1.2-ukwm-1 Description-md5: 5a17bc86d55c537036d2ed8eecb6cdfb Description-en: GObject introspection data for Ukwm Ukwm is a small window manager, using GTK+ and Clutter to do everything. . Ukwm is the clutter-based evolution of Metacity, which, as the author says, 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 GObject introspection data which may be used to generate dynamic bindings. Package: gnome-calls Description-md5: 49ca6dbbb742b20b65b35a0d0e1eb174 Description-en: Make and receive PSTN phone calls A GTK+ user interface for PSTN phone calls using ModemManager. . Besides phone calls it also handles USSD. . It works on desktops but also adjusts to small screen sizes like smart phones and other mobile devices. Package: ivar Description-md5: 0e23cb2ef34819e99960031f64b21c00 Description-en: functions broadly useful for viral amplicon-based sequencing iVar is a computational package that contains functions broadly useful for viral amplicon-based sequencing. Additional tools for metagenomic sequencing are actively being incorporated into iVar. While each of these functions can be accomplished using existing tools, iVar contains an intersection of functionality from multiple tools that are required to call iSNVs and consensus sequences from viral sequencing data across multiple replicates. iVar provided the following functions: . 1. trimming of primers and low-quality bases, 2. consensus calling, 3. variant calling - both iSNVs and insertions/deletions, and 4. identifying mismatches to primer sequences and excluding the corresponding reads from alignment files. Package: libgatk-bwamem-jni Description-md5: 45fd8401627d32a5ea212067195b67e4 Description-en: interface to call Heng Li's bwa mem aligner from Java code (jni) BWA (Burrows-Wheeler Aligner) is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It is written in C. . gatk-bwamem provides a Java library and a shared library to allow one to use BWA from Java code. . This package contains the native library. Package: librust-tokio-reactor-dev Description-md5: 07eabb320ba20cc7e0ec5ba4953b5dff Description-en: Event loop that drives Tokio I/O resources - Rust source code This package contains the source for the Rust tokio-reactor crate, packaged by debcargo for use with cargo and dh-cargo. Package: libukwm-1-0 Description-md5: b08ac63f05af36b7b78c630c30807235 Description-en: window manager library from the Ukwm window manager Ukwm is a small window manager, using GTK+ and Clutter to do everything. . Ukwm is the clutter-based evolution of Metacity, which, as the author says, 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 window manager shared library, used by ukwm itself, and gnome-shell. Package: libukwm-1-dev Description-md5: 317c675071c45ac284af1ad06bcc4eca Description-en: Development files for the Ukwm window manager Ukwm is a small window manager, using GTK+ and Clutter to do everything. . Ukwm is the clutter-based evolution of Metacity, which, as the author says, 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: openjdk-11-jre Description-md5: 5bad8f597e182fdf0635f3b9fccbce1a Description-en: OpenJDK Java runtime, using Hotspot Zero Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot Zero. Package: openjdk-11-jre-headless Description-md5: 125494d786a73a442968635c3a21c714 Description-en: OpenJDK Java runtime, using Hotspot Zero (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot Zero. Package: rmlint Description-md5: 5ac49a76d676161eaee0f5eede7d8a54 Description-en: Extremely fast tool to remove filesystem lint rmlint finds space waste and other broken things on your filesystem and offers to remove them. . It is able to find: * Duplicate files & directories. * Non-stripped binaries. * Broken symlinks. * Empty files. * Recursive empty directories. * Files with broken user or group ID. . Key Features: * Extremely fast. * Flexible and easy command-line options. * Choice of several hashes for hash-based duplicate detection. * Option for exact byte-by-byte comparison (only slightly slower). * Numerous output options. * Option to store time of last run; next time will only scan new files. * Many options for original selection/prioritisation. * Can handle very large file sets (millions of files). * Colourful progress bar. Package: ukwm Description-md5: e47e88b46a9d028d26f0e4bec26fbd95 Description-en: lightweight GTK+ window manager Ukwm is a small window manager, using GTK+ and Clutter to do everything. . Ukwm is the clutter-based evolution of Metacity, which, as the author says, 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.