Package: 2to3 Description-md5: f572313f6474fd18ce500cec46aba367 Description-en: 2to3 binary using python3 2to3 is a Python program that reads Python 2.x source code and applies a series of fixers to transform it into valid Python 3.x code. The standard library contains a rich set of fixers that will handle almost all code. 2to3 supporting library lib2to3 is, however, a flexible and generic library, so it is possible to write your own fixers for 2to3. lib2to3 could also be adapted to custom applications in which Python code needs to be edited automatically. . This package is a dependency package, which depends on Debian's default Python 3 2to3 version (currently v3.12). 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: 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: adios2-data Description-md5: 8dfd1562d15510899ddf04cb3bd599c3 Description-en: ADIOS2 Adaptable IO system for simulations - tool data The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains tool data for ADIOS2. Package: adios2-mpi-bin Description-md5: 13439910a31b75459b92b4893cee3be1 Description-en: ADIOS2 Adaptable IO system for simulations - binary tools (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains binary tools for the MPI build of ADIOS2. Package: adios2-scripts Description-md5: 47150ef130d4a9e991df093a62ec1dec Description-en: ADIOS2 Adaptable IO system for simulations - scripts The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains scripts for ADIOS2. Package: adios2-serial-bin Description-md5: d0a03efaffbc863c9f7ba4203085ebd4 Description-en: ADIOS2 Adaptable IO system for simulations - binary tools (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains binary tools for ADIOS2. Package: aevol Description-md5: c506f0e4b59e40f15c941d3aed497d29 Description-en: digital genetics model to run Evolution Experiments in silico Aevol is a digital genetics model: populations of digital organisms are subjected to a process of selection and variation, which creates a Darwinian dynamics. . By modifying the characteristics of selection (e.g. population size, type of environment, environmental variations) or variation (e.g. mutation rates, chromosomal rearrangement rates, types of rearrangements, horizontal transfer), one can study experimentally the impact of these parameters on the structure of the evolved organisms. In particular, since Aevol integrates a precise and realistic model of the genome, it allows for the study of structural variations of the genome (e.g. number of genes, synteny, proportion of coding sequences). . The simulation platform comes along with a set of tools for analysing phylogenies and measuring many characteristics of the organisms and populations along evolution. Package: aircrack-ng Description-md5: 9659071ca811e6a5bba38a9345409ece Description-en: wireless WEP/WPA cracking utilities aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a 40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets have been gathered. Also it can attack WPA1/2 networks with some advanced methods or simply by brute force. . It implements the standard FMS attack along with some optimizations, thus making the attack much faster compared to other WEP cracking tools. It can also fully use a multiprocessor system to its full power in order to speed up the cracking process. . aircrack-ng is a fork of aircrack, as that project has been stopped by the upstream maintainer. Package: airgraph-ng Description-md5: 271c2c029cbb57505d96bdcfabab2da3 Description-en: Tool to graph txt files created by aircrack-ng airgraph-ng is a tool to create a graph ouf of the txt file created by airodump with its -w option. The graph shows the relationships between the clients and the access points. Package: analitza-common Description-md5: 15f6d44494810efbd452d25193052305 Description-en: common files for Analitza Analitza is a library to parse and work with mathematical expressions. This library is being used by KAlgebra and Cantor and may be used in other programs. . This package is part of the KDE education module. 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-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-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-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-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: angelfish Description-md5: 237850da6b5931ab09e1b0773f615cae Description-en: Web browser for Plasma Mobile This is a webbrowser designed to - be used on small mobile devices, - integrate well in Plasma workspaces . This use QtWebEngine as backend and supports webrtc. Package: ansible Description-md5: 4f8f35d982ca2a9d6d35c1bb2053b0e1 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 collections. Package: apbs Description-md5: 2babbf799be2526f2121cce538f5aa47 Description-en: Adaptive Poisson Boltzmann Solver APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. Continuum electrostatics plays an important role in several areas of biomolecular simulation, including: . * simulation of diffusional processes to determine ligand-protein and protein-protein binding kinetics, * implicit solvent molecular dynamics of biomolecules , * solvation and binding energy calculations to determine ligand-protein and protein-protein equilibrium binding constants and aid in rational drug design, * and biomolecular titration studies. . APBS was designed to efficiently evaluate electrostatic properties for such simulations for a wide range of length scales to enable the investigation of molecules with tens to millions of atoms. . This package contains the apbs program and utilities. Package: apbs-data Description-md5: 2727b42d5b879cec963c864079c4838a Description-en: data files for APBS (Adaptive Poisson Boltzmann Solver) APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. . This package contains all data files for apbs package to reduce the redundancy between architectures in Debian. Package: apbs-doc Description-md5: 963a28a17c99038982957e8783eb1201 Description-en: Adaptive Poisson Boltzmann Solver APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. Continuum electrostatics plays an important role in several areas of biomolecular simulation, including: . * simulation of diffusional processes to determine ligand-protein and protein-protein binding kinetics, * implicit solvent molecular dynamics of biomolecules , * solvation and binding energy calculations to determine ligand-protein and protein-protein equilibrium binding constants and aid in rational drug design, * and biomolecular titration studies. . APBS was designed to efficiently evaluate electrostatic properties for such simulations for a wide range of length scales to enable the investigation of molecules with tens to millions of atoms. . This package contains the apbs documentation. Package: apertium Description-md5: 45f2d36e1c35dfe9a925f418d6b95167 Description-en: Shallow-transfer machine translation engine An open-source shallow-transfer machine translation engine, Apertium is initially aimed at related-language pairs. . It uses finite-state transducers for lexical processing, hidden Markov models for part-of-speech tagging, and finite-state based chunking for structural transfer. . The system is largely based upon systems already developed by the Transducens group at the Universitat d'Alacant, such as interNOSTRUM (Spanish-Catalan, http://www.internostrum.com/welcome.php) and Traductor Universia (Spanish-Portuguese, http://traductor.universia.net). . It will be possible to use Apertium to build machine translation systems for a variety of related-language pairs simply providing the linguistic data needed in the right format. Package: apertium-dev Description-md5: 788dfc1c9e13fb4174f202b4c2387d73 Description-en: Development tools and library for Apertium An open-source shallow-transfer machine translation engine, Apertium is initially aimed at related-language pairs. . This package contains development files for the Apertium shallow-transfer machine translation engine. Package: apertium-lex-tools Description-md5: 471bde97e47b8e83fa3a3ae4dcad8bae Description-en: Constraint-based lexical selection module Module for compiling lexical selection rules and processing them in the pipeline. Package: apertium-lex-tools-dev Description-md5: 7691251b6fe2ee5a81c7c1b06cc9c067 Description-en: Development library for Apertium lexical selection module Module for compiling lexical selection rules and processing them in the pipeline. . This package contains development files for the Apertium constraint-based lexical selection module. Package: appstream-generator Description-md5: 0403eda20cfaf58f846c7fee1dd1b591 Description-en: Generator for AppStream metadata catalogs AppStream is a cross-distribution effort for creating and sharing metadata of software components available in the package repositories of a distribution. It provides specifications for an unified software component metadata format as well as tools to read, write and validate the metadata. . This package contains a tool to generate catalog metadata from package repositories. It will extract icons, download screenshots, validate and transform the metadata and return XML or YAML files that can be read by AppStream clients, such as software centers. The `appstream-generator` tool will also generate issue reports as JSON documents and HTML pages. Package: apriltag Description-md5: b4695a58506d4b4e758c51e8acc5986b Description-en: AprilTags Visual Fiducial System AprilTag is a visual fiducial system, useful for a wide variety of tasks including augmented reality, robotics, and camera calibration. Targets can be created from an ordinary printer, and the AprilTag detection software computes the precise 3D position, orientation, and identity of the tags relative to the camera. The AprilTag library is implemented in C with no external dependencies. It is designed to be easily included in other applications, as well as be portable to embedded devices. Real-time performance can be achieved even on cell-phone grade processors. . This package provides the commandline tools Package: apt-transport-https Description-md5: 42fb3fe23b1b826709a68809c25a3897 Description-en: transitional package for https support This is a dummy transitional package - https support has been moved into the apt package in 1.5. It can be safely removed. Package: archlinux-keyring Description-md5: 7a433ebc276cc08fd10d598aea411f94 Description-en: Arch Linux PGP keyring The archlinux-keyring project holds PGP packet material and tooling (keyringctl) to create the distribution keyring for Arch Linux. The keyring is used by pacman to establish the web of trust for the packagers of the distribution. . The PGP packets describing the main signing keys can be found below the keyring/main directory, while those of the packagers are located below the keyring/packager directory. Package: arctica-greeter Description-md5: 15c1f715b4066a3ca83a621d5a9ea495 Description-en: LightDM Arctica Greeter A greeter shell for the LightDM login manager. Arctica Greeter can be used as local display manager as well as thin client login manager. . Arctica Greeter has been forked from Ubuntu's Unity Greeter with focus on keeping remote logon support a maintained feature and provide a user interface based on Ayatana Indicators. . Arctica Greeter can be extended with various features: . - remote logon support against RDP, Arctica and X2Go Servers - guest session support - various themes available / providable Package: arctica-greeter-guest-session Description-md5: a9df668d93ae6b83c672e41bf98a2440 Description-en: LightDM Arctica Greeter - Guest Session Support A greeter shell for the LightDM login manager. Arctica Greeter can be used as local display manager as well as thin client login manager. . This package adds guest account support to the Arctica Greeter login manager. Package: arctica-greeter-remote-logon Description-md5: d7c8cffdea25dc0f8229e3bb61df5457 Description-en: LightDM Arctica Greeter - Remote Login Support A greeter shell for the LightDM login manager. Arctica Greeter can be used as local display manager as well as thin client login manager. . This package adds remote logon support to Arctica Greeter. Remote sessions supported by Arctica Greeter are: . - Arctica Remote Desktop Sessions - X2Go Desktop Sessions - Windows RDP sessions (FreeRDP) - Citrix Remote Desktop Sessions Package: arctica-greeter-theme-debian Description-md5: 44e72ce10de5fd51ff9e7f5067c418e9 Description-en: LightDM Arctica Greeter - Debian Theme (active theme) A greeter shell for the LightDM login manager. Arctica Greeter can be used as local display manager as well as thin client login manager. . This package themes Arctica Greeter with a Debian look'n'feel. It will use the currently active Debian theme. Package: arctica-greeter-theme-debian-emerald Description-md5: 00feaabf36dd6d4c064dd718bb3bcb5b Description-en: LightDM Arctica Greeter - Debian Theme (Emerald) A greeter shell for the LightDM login manager. Arctica Greeter can be used as local display manager as well as thin client login manager. . This package themes Arctica Greeter with the Emerald theme. Package: arctica-greeter-theme-debian-futureprototype Description-md5: 1dfa41124266a42a64cac3cc2d467c27 Description-en: LightDM Arctica Greeter - Debian Theme (futurePrototype) A greeter shell for the LightDM login manager. Arctica Greeter can be used as local display manager as well as thin client login manager. . This package themes Arctica Greeter with the futurePrototype theme. Package: arctica-greeter-theme-debian-homeworld Description-md5: 9f1aaac4580762c5e7da9fe909a9a258 Description-en: LightDM Arctica Greeter - Debian Theme (Homeworld) A greeter shell for the LightDM login manager. Arctica Greeter can be used as local display manager as well as thin client login manager. . This package themes Arctica Greeter with the Homeworld theme. Package: arctica-greeter-theme-debian-softwaves Description-md5: 036cca6b40ddc663dcb5dd50377fd3cd Description-en: LightDM Arctica Greeter - Debian Theme (softWaves) A greeter shell for the LightDM login manager. Arctica Greeter can be used as local display manager as well as thin client login manager. . This package themes Arctica Greeter with the softWaves theme. Package: ares Description-md5: 4f98f8eb846b531a22c74ac94afa9400 Description-en: Accurate multi-system emulator ares is an emulator for systems from Atari, Nintendo, Sega, Sony, NEC, SNK, Microsoft, Coleco, Bandai and Benesse. It is a descendent of higan and bsnes and focuses on accuracy and preservation. The SNES emulation is especially complete and polished. Package: armnn-latest-all Description-md5: a8797ddbde0dc1ddc6457271dd43515a Description-en: Arm NN Core and all backends Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This packaging release supports TensorFlow Lite. Arm NN takes networks from the framework, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is a dependency package containing the latest ArmNN Core package as well as the latest CPU backend, GPU backend, Reference backend and the TensorFlow Lite Parser. CPU and GPU backends will only be installed on armhf or arm64 architectures. Package: armnn-latest-ref Description-md5: 4bb4f25345207118d9a03b504f53923e Description-en: Arm NN Core and Reference backend Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This packaging release supports TensorFlow Lite. Arm NN takes networks from the framework, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is a dependency package containing the latest ArmNN Core package as well as the latest Reference backend and the TensorFlow Lite Parser. Package: asciiart Description-md5: c2860f10245797c70998471f3eedc08d Description-en: command line tool to turn images into ASCII art This gem provides a command line utility to turn images into ASCII art. It can be used as an executable which may be called from the terminal as well as a library so that it can be used in other programs. Package: astrometry.net Description-md5: 5088a1bfc88af04d691f7b897003b643 Description-en: Astrometry plate solver The astrometry engine will take any image and return the astrometry world coordinate system (WCS), a standards-based description of the transformation between image coordinates and sky coordinates. Package: atac Description-md5: 7c0df19216e3aa53e4831aab9fc46b7e Description-en: genome assembly-to-assembly comparison atac computes a one-to-one pairwise alignment of large DNA sequences. It first finds the unique k-mers in each sequence, chains them to larger blocks, and fills in spaces between blocks. It was written primarily to transfer annotations between different assemblies of the human genome. . The output is a set of ungapped 'matches', and a set of gapped 'runs' formed from the matches. Each match or run associates one sequence with the other sequence. The association is 'unique', in that there is no other (sizeable) associations for either sequence. Thus, large repeats and duplications are not present in the output - they appear as unmapped regions. . Though the output is always pairwise, atac can cache intermediate results to speed a comparisons of multiple sequences. . This package is part of the Kmer suite. Package: avogadro Description-md5: f18c3f1991d48f1decf97743ceaac81f Description-en: Molecular Graphics and Modelling System Avogadro is a molecular graphics and modelling system targeted at molecules and biomolecules. It can visualize properties like molecular orbitals or electrostatic potentials and features an intuitive molecular builder. . Features include: * Molecular modeller with automatic force-field based geometry optimization * Molecular Mechanics including constraints and conformer searches * Visualization of molecular orbitals and general isosurfaces * Visualization of vibrations and plotting of vibrational spectra * Support for crystallographic unit cells * Input generation for the Gaussian, GAMESS and MOLPRO quantum chemistry packages * Flexible plugin architecture and Python scripting . File formats Avogadro can read include PDB, XYZ, CML, CIF, Molden, as well as Gaussian, GAMESS and MOLPRO output. Package: avogadro-utils Description-md5: 31bf0871531f4974bbcb0be82fe4ba5f Description-en: Molecular Graphics and Modelling System (library) Avogadro is a molecular graphics and modelling system targeted at small to medium molecules. It can visualize properties like molecular orbitals or electrostatic potentials and features an intuitive molecular builder. . This package provides avogadro utility programs: avobabel avocjsontocml bodrparse encodefile qube resdataparse Package: ayatana-indicator-datetime Description-md5: 9f238e58053bdfc6a9750a7722a829ab Description-en: Ayatana Indicator providing clock and calendar This Ayatana Indicator provides a combined calendar, clock, alarm and event management tool. . Ayatana Indicators are only available on desktop environments that provide a renderer for system indicators (such as MATE, Xfce, Lomiri, etc.). Package: ayatana-indicator-display Description-md5: e3fe9b0ecc09028659a2f521a0e59263 Description-en: Ayatana Indicator for Display configuration This Ayatana Indicator is designed to be placed on the right side of a panel and give the user easy control for changing their display settings. . Ayatana Indicators are only available on desktop environments that provide a renderer for system indicators (such as MATE, Xfce, Lomiri, etc.). Package: ayatana-indicator-keyboard Description-md5: 07d92d7a5950b17a2180af0957debee0 Description-en: Ayatana Indicator for managing keyboard layout and desktop language This Ayatana Indicator for keyboard layout configuration shows as an icon in the top panel of indicator aware destkop environments. It should appear on the very left (or the very right for RTL desktop layouts) and present itself to the user with a language letter symbol. . With the keyboard indicator, you can switch between keyboard layouts or languages, and it helps you identifying which layouts are currently in use. Package: ayatana-indicator-messages Description-md5: 47f4bf42a35559350f8b822c93d04325 Description-en: Ayatana Indicator that collects messages that need a response A place on the user's desktop that collects messages that need a response. . This menu provides a condensed and collected view of all of those messages for quick access, but without making them annoying in times that you want to ignore them. . Ayatana Indicators are only available on desktop environments that provide a renderer for system indicators (such as MATE, Xfce, Lomiri, etc.). Package: ayatana-indicator-power Description-md5: 13ec3b44e2e34db44d2c25d21d937658 Description-en: Ayatana Indicator showing power state This Ayatana Indicator displays current power management information and gives the user a way to access power management preferences. . The Ayatana Indicator provides a generic, multi-desktop-env aware approach of accessing power information and management features. . Ayatana Indicators are only available on desktop environments that provide a renderer for system indicators (such as MATE, Xfce, Lomiri, etc.). Package: ayatana-indicator-printers Description-md5: 0f23c3f3ccdaf33ca86fd579568ba317 Description-en: Ayatana Indicator showing active print jobs This Ayatana Indicator is designed to let you view and control active print jobs. . Ayatana Indicators are only available on desktop environments that provide a renderer for system indicators (such as MATE, Xfce, Lomiri, etc.). Package: ayatana-indicator-session Description-md5: da7da35c28f0cd49ca996d2036c95a64 Description-en: Ayatana Indicator showing session management, status and user switching This Ayatana Indicator is designed to be placed on the right side of a panel and give the user easy control for changing their instant message status, switching to another user, starting a guest session, etc. . Ayatana Indicators are only available on desktop environments that provide a renderer for system indicators (such as MATE, Xfce, Lomiri, etc.). Package: baloo-kf5 Description-md5: 07b1ed1c2590cf6708b1c4a06b365759 Description-en: framework for searching and managing metadata A framework for searching and managing metadata in KDE Software. . Baloo is part of the KDE Plasma desktop. Package: baloo-kf5-dev Description-md5: 40419eee45005eb5f8a28370059a1e92 Description-en: framework for searching and managing metadata devel files A framework for searching and managing metadata in KDE Software. . Baloo is part of the KDE Plasma desktop. . This package contains the development files. Package: bamtools Description-md5: 8806dbb8f096fa9f1dd1e9df2a932d9a Description-en: toolkit for manipulating BAM (genome alignment) files BamTools facilitates research analysis and data management using BAM files. It copes with the enormous amount of data produced by current sequencing technologies that is typically stored in compressed, binary formats that are not easily handled by the text-based parsers commonly used in bioinformatics research. . BamTools provides both a C++ API for BAM file support as well as a command-line toolkit. . This is the bamtools command-line toolkit. . Available bamtools commands: convert Converts between BAM and a number of other formats count Prints number of alignments in BAM file(s) coverage Prints coverage statistics from the input BAM file filter Filters BAM file(s) by user-specified criteria header Prints BAM header information index Generates index for BAM file merge Merge multiple BAM files into single file random Select random alignments from existing BAM file(s), intended more as a testing tool. resolve Resolves paired-end reads (marking the IsProperPair flag as needed) revert Removes duplicate marks and restores original base qualities sort Sorts the BAM file according to some criteria split Splits a BAM file on user-specified property, creating a new BAM output file for each value found stats Prints some basic statistics from input BAM file(s) 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: bind9-dyndb-ldap Description-md5: 8e81cb5294cf4a5634f077463db73379 Description-en: LDAP back-end plug-in for BIND This package provides an LDAP back-end plug-in for BIND. It features support for dynamic updates and internal caching, to lift the load off of your LDAP server. Package: bind9utils Description-md5: 8681b0dabeb2a3fde42fdbb1f21451d2 Description-en: Transitional package for bind9-utils This is a transitional package. It can safely be removed. 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: black Description-md5: 97292332649f9976213bda4a0674dce1 Description-en: uncompromising Python code formatter (Python 3) Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters. . Blackened code looks the same regardless of the project you're reading. Formatting becomes transparent after a while and you can focus on the content instead. . Black makes code review faster by producing the smallest diffs possible. Package: blueman Description-md5: 0d53e070801b0cf7f6808bfd0b84a60f Description-en: Graphical bluetooth manager Blueman is a GTK+ bluetooth management utility for GNOME using bluez D-Bus backend. Package: bolt-19 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: borgbackup Description-md5: 8a56876615c13f6f25a373ef5d5c2017 Description-en: deduplicating and compressing backup program Borg is a deduplicating and compressing backup program. Optionally, it also supports authenticated encryption. It was forked from the attic backup program. . The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only the changes are stored. The authenticated encryption makes it suitable for backups to not fully trusted targets. . It can push backups to remote repositories accessed via ssh. A client pushing a backup invokes "borg serve" on the repository host. It is possible to restrict the ssh key to "borg serve" using the authorized_keys command= clause. . Please note that the server and the client should be on the same version of borgbackup. Using different versions of borgbackup on client and server might result in 'incompatible API version' error messages and a non-working backup. . While there is no direct operations mode for pull-type backups, you can configure the backup target in append-only mode, preventing the backup source from deleting or altering previous backups. Package: borgbackup-doc Description-md5: 04d1acfe5fec11e4caa380114fa4d94a Description-en: deduplicating and compressing backup program (documentation) Borg is a deduplicating and compressing backup program. Optionally, it also supports authenticated encryption. It was forked from the attic backup program. . The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only the changes are stored. The authenticated encryption makes it suitable for backups to not fully trusted targets. . It can push backups to remote repositories accessed via ssh. A client pushing a backup invokes "borg serve" on the repository host. It is possible to restrict the ssh key to "borg serve" using the authorized_keys command= clause. . This is the documentation package Package: borgbackup-is-borgbackup2 Description-md5: 5c86689f60e9c50b17c4b923069e6573 Description-en: deduplicating and compressing backup program (unversioned symlink) This package makes the borg command refer to version 2.x of borgbackup. If you prefer version 1.x, please install borgbackup instead. . Refer to the package descriptions of borgbackup and borgbackup2 for more information about what borg is. . Warning: This still is a beta that may break compatibility with the final 2.0 release. Package: borgbackup2 Description-md5: 18ebb529308383ae67945351bf0498b0 Description-en: deduplicating and compressing backup program (version 2.x) Borg is a deduplicating and compressing backup program. Optionally, it also supports authenticated encryption. It was forked from the attic backup program. . The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only the changes are stored. The authenticated encryption makes it suitable for backups to not fully trusted targets. . It can push backups to remote repositories accessed via ssh. A client pushing a backup invokes "borg serve" on the repository host. It is possible to restrict the ssh key to "borg serve" using the authorized_keys command= clause. . Please note that the server and the client should be on the same version of borgbackup. Using different versions of borgbackup on client and server might result in 'incompatible API version' error messages and a non-working backup. Borg 2.x can only read from Borg 1.x repositories. . While there is no direct operations mode for pull-type backups, you can configure the backup target in append-only mode, preventing the backup source from deleting or altering previous backups. . Warning: This still is a beta that may break compatibility with the final 2.0 release. Package: borgbackup2-doc Description-md5: a03a10f90b466429b8d8eea070d10367 Description-en: deduplicating and compressing backup program (documentation for version 2.x) Borg is a deduplicating and compressing backup program. Optionally, it also supports authenticated encryption. It was forked from the attic backup program. . The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only the changes are stored. The authenticated encryption makes it suitable for backups to not fully trusted targets. . It can push backups to remote repositories accessed via ssh. A client pushing a backup invokes "borg serve" on the repository host. It is possible to restrict the ssh key to "borg serve" using the authorized_keys command= clause. . This is the documentation package Package: brain2mesh-demos Description-md5: e9f024807779a12817de357606f053ea Description-en: sample files and demo scripts for Brain2Mesh This package contains sample JNIfTI sample data and meshing script to demonstrate the basic functionalities of the Brain2Mesh Toolbox. Package: budgie-app-launcher-applet Description-md5: ee1de99ba1000e47eab8c8e7b6dc5334 Description-en: Applet to provide an alternative means to launch applications This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The app-launcher applet allows the ability to add favorite apps to the panel as well as finding and launching applications. The list of applications listed can be easily configured to be visible or hidden. Package: budgie-applications-menu-applet Description-md5: 9baeae0ff3d34b8f3aa2c9ff5d4c7e94 Description-en: Stylish Applications Menu for Budgie-Desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GNOME-Session and Mutter. . The application-menu is a stylish panel applet that displays applications in different views - grid and list. Weblinks typed into the search bar can be opened in your default browser. Applications that have additional desktop options show via a right-click menu. Applications with associated actions show those actions are additional searchable entries. . Variety of options are available including grid sizing and displaying a powerstrip. Package: budgie-brightness-controller-applet Description-md5: 1f151ddcb6779821b52ba3109445d6ab Description-en: Applet to control the brightness of the screen This is part of a suite of python3 and Vala based applets & mini-apps created for the Budgie Desktop that provide additional user orientated capabilities. These can be used individually or as a set. . The brightness controller applet allows controlling of the screen levels via xrandr (fallback) or via gnome-settings-daemon (if available) Package: budgie-clockworks-applet Description-md5: 72ed6fae44ba0fc083b90adea4376338 Description-en: Applet to display clock across multiple time zones This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The Clockworks applet displays the current time across multiple time zones. Package: budgie-control-center Description-md5: 9b34d090eed32419c0d4f0f2813582b5 Description-en: utilities to configure the Budgie desktop This package contains configuration applets for the Budgie desktop, allowing to set accessibility configuration, desktop fonts, keyboard and mouse properties, sound setup, desktop background, user interface properties, screen resolution, and other Budgie parameters. . This is a fork of gnome-control-center at v41 with gnome-shell specifics removed together with configuration specific to the budgie-desktop. Package: budgie-control-center-data Description-md5: 4ea1fd0db833cb0888b318f0b235a227 Description-en: configuration applets for Budgie - data files This package contains data files (icons, pixmaps, locales files) needed by the configuration applets in the budgie-control-center package. . This is a fork of gnome-control-center at v41 with gnome-shell specifics removed together with configuration specific to the budgie-desktop. Package: budgie-core Description-md5: d8a4809c74eaf22cb47b48dea852f4fa Description-en: Core package for Budgie-Desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This is the base package for budgie-desktop. This package provides: GNOME Network Manager autostart file specifically for Budgie budgie-desktop plugins locales and icons for budgie-desktop budgie-desktop executables GLib schemas for budgie-desktop Session file for budgie-desktop Package: budgie-core-dev Description-md5: 9215f8e2f8bc615586ea36b4479b8453 Description-en: Development package for budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This package provides the development files allowing compilation through the budgie-desktop API. This package provides: C Header files Vala .vapi files Package: budgie-countdown-applet Description-md5: cc86b7f29926e8034a2919dedf31b909 Description-en: Applet providing a countdown capability on the Budgie Desktop This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The Countdown applet provides the user the ability to start an action when the countdown reaches 0 seconds. Actions include flashing an icon in the panel, opening a notification window, sounding a bell or running a custom command. Package: budgie-desktop Description-md5: 9de31ae02cfa40990014bc962d7f3e6c Description-en: Desktop package for budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This package installs the minimal GNOME based package-set together with the key budgie-desktop packages to produce a working desktop environment. Package: budgie-desktop-doc Description-md5: 5eaca0ecc4cec099e7b3fcd882320b94 Description-en: documentation files for the budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This package contains the API documentation in HTML format Package: budgie-dropby-applet Description-md5: 66bf3a7a4650fcaa8dd82969daeb5ff6 Description-en: Applet to popup when a USB device is connected This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The DropBy applet pops up in the panel when connecting a usb device. The applet subsequently offers the option(s) to mount, unmount/eject and in case of a flash drive, to make a local copy of the drive's content. The info shows the free space on the volume. . The applet is context- sensitive, meaning: it only shows its icon in the panel if, and as long as, any usb drive is connected. Package: budgie-extras-common Description-md5: 79d69742a0863608f3ff5699fc7bcd95 Description-en: Shared component of budgie-extras applets This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The shared component provides for capabilities that are utilised between budgie-extra applets. Package: budgie-extras-daemon Description-md5: e9aa05938a972965cb9886a88bb331bd Description-en: Extras daemon for budgie-extras capabilities This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . Budgie-Extras-Daemon provides both global keybinding and D-Bus functionality for various extras applets and applications. Package: budgie-fuzzyclock-applet Description-md5: d8ba91576263e135668afc72e7b2927b Description-en: Show the time in a fuzzy way This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . Displays the time in a 'spoken' format such as five past six. Package: budgie-hotcorners-applet Description-md5: 147909fe36c269930f6a648c0abe78b6 Description-en: Applet providing hotcorners capabilities for the Budgie Desktop This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The hotcorners applet allow user defined commands to be executed when the mouse cursor is pushed into a corner of the main desktop. Package: budgie-kangaroo-applet Description-md5: 08a662bcc9e1d71f95c8ef8197b4f392 Description-en: Applet to allow quick file-browsing This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The kangaroo applet allows for quick & easy browsing, across (possibly) many directory layers, without having to do a single mouse click. Package: budgie-keyboard-autoswitch-applet Description-md5: c5a1ea5377476098acf8559a940b9a1c Description-en: Applet adding the ability to set a different keyboard layout per application This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The Keyboard Auto Switcher applet provides the user the ability to set a different keyboard layout per application. Exceptions to the default layout can be set by simply choosing a different layout using the Keyboard Layout applet. Package: budgie-network-manager-applet Description-md5: d54f8dd52ebf67de647605842f972abc Description-en: Network Manager Applet for the budgie-desktop This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . This package installs an Network connectivity applet for the budgie-desktop. Package: budgie-previews Description-md5: 84b23ae17b05d31f7d5e97a096669abb Description-en: Provides window previews capabilities for the Budgie Desktop This is part of a suite of python3 and Vala based applets & mini-apps created for the Budgie Desktop that provide additional user orientated capabilities. These can be used individually or as a set. . budgie-previews can be used on most desktop environments. . Previews shows an overview of windows in an expose like way. Package: budgie-quickchar Description-md5: af1b1897c37a0cd74bd0d367873c0e8e Description-en: GUI to find and choose locale characters This is part of a suite of python3 and Vala based applets & mini-apps created for the Budgie Desktop that provide additional user orientated capabilities. These can be used individually or as a set. . Quickly find and choose the equivalent locale character for an ascii character. . Quickchar can be used on most desktop environments invoked by a shortcut key. Package: budgie-quicknote-applet Description-md5: 046df1f6c5ec45c0b80baa92b0afd00d Description-en: Applet providing simple notes capability for the Budgie Desktop This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The quicknote applet allows a user to record a text based note. The applet supports multiple undo and redo capabilities. Package: budgie-recentlyused-applet Description-md5: b29da7d52602dfa0561c6f0dd08a2a7f Description-en: Applet displays files recently accessed for the Budgie Desktop This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The recentlyused applet displays the users files that have been opened or created within a configurable period of time. Package: budgie-rotation-lock-applet Description-md5: e82fd8f0411e97e975a2828a0e86a058 Description-en: Applet to lock or unlock the screen rotation This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The Rotation Lock applet provides the user an easy way to lock or unlock the screen rotation. Package: budgie-session Description-md5: cdee02724df08d2464a721d2fbaa75d8 Description-en: Budgie Session Manager The Budgie Session Manager is in charge of starting the core components of the Budgie Desktop. . This package contains the translations and data files which are required for a budgie desktop session. Package: budgie-showtime-applet Description-md5: d66f78a7afdc24212025ed0a32265460 Description-en: Applet displaying date and time on the Budgie Desktop This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The ShowTime applet is a digital desktop clock, showing time and/or date. Text color of both the displayed time and date can be set separately from the applet's menu Package: budgie-takeabreak-applet Description-md5: b16b56b3de648c8da0e77ff9cdcddaae Description-en: Applet to prompt when to take-a-break for a set period of time This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The take-a-break applet monitors how long a desktop is being used and at a configurable time period suggests when to take a break from working. Package: budgie-trash-applet Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: budgie-visualspace-applet Description-md5: c7769053e839d94bb64687a8f415e380 Description-en: Show and manage windows in workspaces for the Budgie Desktop This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The visualspace applet shows as a stylish compact workspace on the budgie panel. Choosing windows in the applet popup moves to the workspace where the window is located and gives it focus. The number of Workspace can also be changed though the applet popup. Package: budgie-wallstreet Description-md5: 75c0cb6939bbcb20561ca8288ec4ac34 Description-en: Change wallpaper from a folder on a schedule This is part of a suite of python3 and Vala based applets & mini-apps created for the Budgie Desktop that provide additional user orientated capabilities. These can be used individually or as a set. . Wallstreet allows for a directory of pictures to be shown on a schedule. Package: budgie-weathershow-applet Description-md5: 8ac656f4200eb62d9c6631c7b2287a1a Description-en: Applet to display the weather and forecast This is part of a suite of python3 based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The weathershow applet displays daily and three hourly weather forecasts on both the desktop and a Popover. Package: budgie-window-shuffler Description-md5: 50c0f74e4052928f64b21bc0c3eb9e25 Description-en: Keyboard and GUI friendly window-tiling capability Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GNOME-Session and Mutter. . The window shuffler is an easy to use windows tiling capability driven primarily through the keyboard to place and move window in a grid format. . Windows can be easily quarter, half-tiled & maximized. Windows can be moved within a user defined grid and intelligently switches window positions where necessary. Package: budgie-workspace-stopwatch-applet Description-md5: 928e9bc9cdee4d51c2901f3c76c2aa2f Description-en: Workspace usage tracker for the budgie desktop This is part of a suite of python3 and Vala based applets & mini-apps created for the Budgie Desktop that provide additional user orientated capabilities. These can be used individually or as a set. . Workspace Stopwatch Applet keeps track of usage per workspace, i.e. to find out how much minutes/hours were actually spent on a job. Workspaces can be freely named, custom names and all data are remembered. Package: budgie-workspace-wallpaper-applet Description-md5: 52392a941acdaaf778e3f555cb1ab444 Description-en: Applet providing per workspace wallpaper This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set. . The workspace wallpaper applet shows a different wallpaper on each of the workspaces. Usage is simple: add the applet to the panel and set wallpapers on each of the workspaces in the way you are used to. The applet will remember what wallpaper was set on each of the workspaces. Package: bup Description-md5: 133f590390ff3f9833c73d37acf01b4b Description-en: highly efficient file backup system based on git bup is a backup tool which stores the backups in a system based around the packfile format from git. Package: bup-doc Description-md5: 5ad42acda759474a6eb6718235c7e8f0 Description-en: highly efficient file backup system based on git (documentation) bup is a backup tool which stores the backups in a system based around the packfile format from git. . This package contains the documentation. Package: cadabra2 Description-md5: adc4bea38799addc29b6cb495471b72c Description-en: field-theory motivated computer algebra system This is a computer algebra system designed specifically for the solution of problems encountered in field theory. It has extensive functionality for tensor polynomial simplification including multi-term symmetries, fermions and anti-commuting variables, Clifford algebras and Fierz transformations, implicit coordinate dependence, multiple index types and many more. The input format is a subset of TeX. Package: calligra Description-md5: 5b2385e3ba6a90ac8a81e5c2cbf9a89e Description-en: extensive productivity and creative suite Calligra Suite is a set of applications written to help you to accomplish your work. It includes office applications such as a word processor, a spreadsheet, a presentation program, a database application, etc., and raster and vector graphics tools. . This metapackage provides all the components of the Calligra Suite. Package: calligra-data Description-md5: d3f6d1b2e7bc9c43c1993d8f13b5bad4 Description-en: common shared data for the Calligra Suite This package provides the architecture-independent data that is shared amongst the various components of Calligra. . This package is part of the Calligra Suite. Package: calligra-gemini Description-md5: e156dccbd8762e0bf3c51b08fa15e113 Description-en: unified interface for stage and words Calligra Gemini provide a unified applications which combines traditional desktop application and touch friendly interface for the Words and Stage components. . This package is part of the Calligra Suite. Package: calligra-gemini-data Description-md5: ba80b197ee8375b24507a54641a0e7b6 Description-en: Calligra Gemini - data files Calligra Gemini provide a unified applications which combines traditional desktop application and touch friendly interface for the Words and Stage components. . This package provides data files for Calligra Gemini. Package: calligra-libs Description-md5: bd711fec00d4e12eb191529df959aaf2 Description-en: common libraries and binaries for the Calligra Suite This package provides the libraries and binaries that are shared amongst the various components of Calligra. . This package is part of the Calligra Suite. Package: calligrasheets Description-md5: 2d8660804f7fda925c09df2937712c47 Description-en: spreadsheet for the Calligra Suite Tables is a powerful spreadsheet application. It is scriptable and provides both table-oriented sheets and support for complex mathematical formulae and statistics. It is the successor of KSpread. . This package is part of the Calligra Suite. Package: calligrasheets-data Description-md5: bd117eec7cfca920b66e8222d53837b6 Description-en: data files for Sheets spreadsheet This package contains architecture-independent data files for Sheets, the spreadsheet shipped with the Calligra Suite. . See the calligrasheets package for further information. . This package is part of the Calligra Suite. Package: calligrastage Description-md5: 4b8f690fc43fe1ca4190000d83114c16 Description-en: presentation program for the Calligra Suite Stage is an easy to use yet still flexible presentation application. You can easily create presentations containing a rich variety of elements, from graphics to text, from charts to images. Stage is extensible through a plugin system, so it is easy to add new effects, new content elements or even new ways of managing your presentation. . Stage natively uses the OpenDocument file format standard, for easy interchange with all ODF supporting applications, which includes Microsoft Office. Examples of its easy-to-use features are support for layouts, a special slide overview view during presentations for the presenter, support for many different master sliders in one presentation, cool transitions and a useful notes feature. . This package is part of the Calligra Suite. Package: calligrastage-data Description-md5: 63d64d4a8a3b9b339727cb670a41bc78 Description-en: data files for Calligra Stage This package contains architecture-independent data files for Stage, the presentation program shipped with the Calligra Suite. . See the calligrastage package for further information. . This package is part of the Calligra Suite. Package: calligrawords Description-md5: e8c718ad734d42503998d607ce115062 Description-en: word processor for the Calligra Suite Words is a FrameMaker-like word processing and desktop publishing application. It is capable of creating polished and professional looking documents. It can be used for desktop publishing, but also for "normal" word processing, like writing letters, reports and so on. . This package is part of the Calligra Suite. Package: calligrawords-data Description-md5: e3cac4e05ee1286dadee867f20e3d4d4 Description-en: data files for Words word processor This package contains architecture-independent data files for Words, the word processor shipped with the Calligra Suite. . See the calligrawords package for further information. . This package is part of the Calligra Suite. Package: camlp5 Description-md5: 1113a8e1433440e62f5174bc5b44ee5c Description-en: Pre Processor Pretty Printer for OCaml - classical version Objective Caml (OCaml) is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. . CamlP4 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers tools for syntax (Stream Parsers and Grammars) and the ability to modify the concrete syntax of the language (Quotations, Syntax Extensions). . This package contains the "classical" version of CamlP4 executables and libraries for pre-processing and pretty-printing OCaml sources both interactively and in a batch fashion. The "classical" version is the implementation of CamlP4 which used to be distributed with OCaml before the release of version 3.10. Package: camlp5-buildscripts Description-md5: b0b8de92006a39b8663b378a57554262 Description-en: Camlp5 build scripts These are build-scripts that are helpful in building Camlp5 and packages based on Camlp5. As such, they need to not depend on Camlp5. The command are not installed in a bin-directory, but in the package-directory, hence invoked via the "ocamlfind package/exe" method. Package: castxml Description-md5: 0b6c3678eea001256be5255ac040ea99 Description-en: C-family abstract syntax tree XML output tool Parse C-family source files and optionally write a subset of the Abstract Syntax Tree (AST) to a representation in XML. This is the successor to gccxml. Package: casync Description-md5: ab026792195c559e115a3d61f539ad47 Description-en: content addressable data synchronizer casync is . 1. A combination of the rsync algorithm and content-addressable storage 2. An efficient way to store and retrieve multiple related versions of large file systems or directory trees 3. An efficient way to deliver and update OS and container images over the Internet 4. An efficient backup system . casync uses well-known concepts implemented in a variety of other projects (primarily git and rsync), and puts them together in a moderately new, nice way. 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: cdo Description-md5: a3706a835a1fd31e6223c556a174dc28 Description-en: Climate Data Operators Climate Data Operators are a collection of command line Operators to manipulate and analyse Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. There are more than 400 operators available. Package: cec-utils Description-md5: 1cada05ded3a092df64a7f10e4b34be9 Description-en: USB CEC Adaptor communication Library (utility programs) This library provides support for the Pulse-Eight USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi. . This package provides the CEC utility programs. Package: cegui-mk2-0.8.7 Description-md5: b2275c0855da956d16c186603ae60780 Description-en: Crazy Eddie's GUI (executables) CEGUI is a free library providing windowing and widgets for graphics APIs and engines where such functionality is not natively available or is severely lacking. The library is written in C++, is object oriented, and is primarily targeted at games developers who should be spending their time creating great games, not building GUI sub-systems . This package contains the executables that support using the CEGUI library. Package: ceph-fuse Description-md5: 2e66da405a3a0048edd7d65c675526ff Description-en: FUSE-based client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to mount a Ceph file system without root privileges. . Because the FUSE-based client has certain inherent performance limitations, it is recommended that the native Linux kernel client be used if possible. If it is not practical to load a kernel module (insufficient privileges, older kernel, etc.), then the FUSE client will do. Package: ceph-grafana-dashboards Description-md5: 939c1013f80e4cc3c5ba5ec1da64b54c Description-en: Grafana dashboards for the Ceph dashboard Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Grafana dashboards that are used by the Ceph Dashboard for monitoring. Package: ceph-immutable-object-cache Description-md5: c76c82274d014d060096f8293a6f711f Description-en: Ceph daemon for immutable object cache Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a daemon for immutable object cache. Package: ceph-mgr-cephadm Description-md5: 0da38d6bcb55495002fa13c0136a25ef Description-en: cephadm orchestrator module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the CEPHADM module for ceph-mgr's orchestration functionality, to allow ceph-mgr to perform orchestration functions over a standard SSH connection. Package: ceph-mgr-dashboard Description-md5: 9456ae355deee9b12b1de8a1b94dd3ca Description-en: dashboard module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package provides a ceph-mgr module, providing a web-based application to monitor and manage many aspects of a Ceph cluster and related components. . See the Dashboard documentation at http://docs.ceph.com/ for details and a detailed feature overview. Package: ceph-mgr-diskprediction-local Description-md5: 02a03197652e5c6eab4a90148eaa1a89 Description-en: diskprediction-local module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the diskprediction_local module for the ceph-mgr daemon, which helps predict disk failures. Package: ceph-mgr-k8sevents Description-md5: 56d70a75867540beabd413da01d6e8e2 Description-en: kubernetes events module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the k8sevents module, to allow ceph-mgr to send ceph related events to the kubernetes events API, and track all events that occur within the rook-ceph namespace. Package: ceph-mgr-rook Description-md5: 475363182e55451cd54ca37f2d67e100 Description-en: rook module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the rook module for ceph-mgr's orchestration functionality, to allow ceph-mgr to install and configure ceph using Rook. Package: ceph-prometheus-alerts Description-md5: f723c2e34718794866ce0a96c0147549 Description-en: Prometheus alerts for the Ceph dashboard Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains alerts used for Prometheus to interact with the Ceph Dashboard. Package: ceph-resource-agents Description-md5: f350d6a1d9754497356ffd017b1cd63e Description-en: OCF-compliant resource agents for Ceph Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. . This package contains the resource agents (RAs) which integrate Ceph with OCF-compliant cluster resource managers, such as Pacemaker. Package: cephadm Description-md5: 110f2b722251944a806cc32bbb99c417 Description-en: cephadm utility to bootstrap ceph daemons with systemd and containers Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . The cephadm utility is used to bootstrap a Ceph cluster and to manage ceph daemons deployed with systemd and containers. Package: cephfs-mirror Description-md5: e34342d801959995a3de149b52093567 Description-en: Daemon for mirroring CephFS directory snapshots Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the daemon for mirroring CephFS directory snapshots between Ceph clusters. Package: cephfs-shell Description-md5: 0270e88f7113c49abc31ad8ecd0f5323 Description-en: interactive shell for the Ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is an interactive tool that allows accessing a Ceph file system without mounting it by providing a nice pseudo-shell which works like an FTP client. . This package contains a CLI for interacting with the CephFS. Package: cg3 Description-md5: fa1145234f8aca6fd78084adcc760f50 Description-en: Tools for using the 3rd edition of Constraint Grammar (CG-3) Constraint Grammar compiler and applicator for the 3rd edition of CG that is developed and maintained by VISL SDU and GrammarSoft ApS. . CG-3 can be used for disambiguation of morphology, syntax, semantics, etc; dependency markup, target language lemma choice for MT, QA systems, and much more. The core idea is that you choose what to do based on the whole available context, as opposed to n-grams. . See https://visl.sdu.dk/cg3.html for more documentation Package: cg3-dev Description-md5: 2400612686cce2f3d1f532e6d4950a70 Description-en: Metapackage providing both CG-3 CLI dev tools and dev library Development files to use the CG-3 CLI tools and library API. . See https://visl.sdu.dk/cg3.html for more documentation Package: cgi-mapserver Description-md5: 84edf36c492ddf586b6901d8fd342142 Description-en: CGI executable for MapServer This package contains the mapserv CGI program. It provides the MapServer template language, and can be used to implement Web Map Service applications. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Scripting functionality in MapScript is provided by the suggested mapscript library packages. Package: chemps2 Description-md5: d6f0f6452f15513ebee6432ebcb64aea Description-en: Executable to call libchemps2-3 from the command line chemps2 is a scientific library which contains a spin-adapted implementation of the density matrix renormalization group (DMRG) for ab initio quantum chemistry. This wavefunction method allows one to obtain numerical accuracy in active spaces beyond the capabilities of full configuration interaction (FCI), and allows one to extract the 2-, 3-, and 4-particle reduced density matrices (2-, 3- and 4-RDM) of the active space. . For general active spaces up to 40 electrons in 40 orbitals can be handled with DMRG, and for one-dimensional active spaces up to 100 electrons in 100 orbitals. The 2-RDM of these active spaces can also be easily extracted, while the 3- and 4-RDM are limited to about 28 orbitals. . When the active space size becomes prohibitively expensive for FCI, DMRG can be used to replace the FCI solver in the complete active space self consistent field (CASSCF) method and the corresponding complete active space second order perturbation theory (CASPT2). The corresponding methods are called DMRG-SCF and DMRG-CASPT2, respectively. For DMRG-SCF the active space 2-RDM is required, and for DMRG-CASPT2 the active space 4-RDM. . This package installs the executable which parses Hamiltonians in fcidump format, performs DMRG-SCF and DMRG-CASPT2 calculations as specified by the user. Package: chemps2-doc Description-md5: 5cdf20d2d8a1dd9c0307f9479bfb8665 Description-en: Documentation of the libchemps2-3 package chemps2 is a scientific library which contains a spin-adapted implementation of the density matrix renormalization group (DMRG) for ab initio quantum chemistry. This wavefunction method allows one to obtain numerical accuracy in active spaces beyond the capabilities of full configuration interaction (FCI), and allows one to extract the 2-, 3-, and 4-particle reduced density matrices (2-, 3- and 4-RDM) of the active space. . For general active spaces up to 40 electrons in 40 orbitals can be handled with DMRG, and for one-dimensional active spaces up to 100 electrons in 100 orbitals. The 2-RDM of these active spaces can also be easily extracted, while the 3- and 4-RDM are limited to about 28 orbitals. . When the active space size becomes prohibitively expensive for FCI, DMRG can be used to replace the FCI solver in the complete active space self consistent field (CASSCF) method and the corresponding complete active space second order perturbation theory (CASPT2). The corresponding methods are called DMRG-SCF and DMRG-CASPT2, respectively. For DMRG-SCF the active space 2-RDM is required, and for DMRG-CASPT2 the active space 4-RDM. . This is the common documentation package. Package: clang-19 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-19-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-19-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-19 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-19 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-19 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-19 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: clapper Description-md5: 66c72a6b429d84cc32b49f4ac51f3b35 Description-en: Simple and modern GNOME media player Clapper is a GNOME media player built using GJS with GTK4 toolkit. The media player is using GStreamer as a media backend and renders everything via OpenGL. Player works natively on both Xorg and Wayland. It also supports hardware acceleration through VA-API on AMD/Intel GPUs, NVDEC on Nvidia and V4L2 on mobile devices. . The media player has an adaptive GUI. When viewing videos in "Windowed Mode", Clapper will use mostly unmodified GTK widgets to match your OS look nicely. When player enters "Fullscreen Mode" all GUI elements will become darker, bigger and semi-transparent for your viewing comfort. It also has a "Floating Mode" which displays only video on top of all other windows for a PiP-like viewing experience. Mobile friendly transitions are also supported. Package: claws-mail Description-md5: 5ca896e9df0156098e01f8da88fdd407 Description-en: Fast, lightweight and user-friendly GTK based email client Claws Mail is a powerful and full-featured mail client formerly called Sylpheed-Claws. It is also extensible using loadable plugins, which can provide support for additional features, like other storage formats, feed reader, calendar management, mail filtering, etc. Package: claws-mail-acpi-notifier Description-md5: 4e5b85c8942d81ee4bd233418f63a2a2 Description-en: Laptop's Mail LED control for Claws Mail This plugin for the Claws Mail mailer enables notification of new mail using the mail LED available on some portable computer models from Acer, ASUS, Fujitsu and IBM makers. Package: claws-mail-address-keeper Description-md5: faacd3fe1d0d1606f5c86d62f6196a38 Description-en: Address keeper plugin for Claws Mail This plugin allows saving outgoing addresses to a designated folder in the address book. Addresses are saved only if not found in the address book to avoid unwanted duplicates. . Selecting which headers are scanned for keeping addresses is also supported, one or several of 'To', 'Cc' and/or 'Bcc'. Package: claws-mail-archiver-plugin Description-md5: 94bf682ad3a2ffe62004d3a22e4d9e3b Description-en: Archiver plugin for Claws Mail This plugin for Claws Mail allows archiving of account's folders (IMAP, POP or local) as well as vcalendar folders. . Several formats are supported (TAR, PAX, SHAR and CPIO) with optional compression methods (GZIP, BZIP2). Package: claws-mail-attach-remover Description-md5: 3fee7e31954e9d3ea9d5d1cf1822cec8 Description-en: Mail attachment remover for Claws Mail This plugin for the Claws Mail mailer provides ways to remove unwanted attachments from received mails. . All attachments are removed from the selected mails when more than one message is selected. . You can also remove individual attachments from messages. Package: claws-mail-attach-warner Description-md5: 59e83182f81ae39e1bd2208a237368c7 Description-en: Missing attachment warnings for Claws Mail This plugin for Claws Mail warns the user with a popup window if some reference to an attachment is found in the composed mail text but no file is attached. Package: claws-mail-bogofilter Description-md5: 504a951df8914653f11ee4bb5deb69db Description-en: Bogofilter plugin for Claws Mail This plugin for Claws Mail will scan received mail using Bogofilter to decide if it is spam or not. Users can also teach Bogofilter to recognise spam or ham using the corresponding menu entries. Package: claws-mail-bsfilter-plugin Description-md5: 1ddf77a7ec2ac108b230c93b1a2583be Description-en: Spam filtering using bsfilter for Claws Mail This plugin for Claws Mail allows filtering of spam messages using the Bayesian filtering program bsfilter. . The bsfilter can be trained with spam and ham messages to improve its spam detection capabilities. Package: claws-mail-clamd-plugin Description-md5: 6954540c2d783c54db171f63f9fb0a24 Description-en: ClamAV socket-based plugin for Claws Mail This plugin uses Clam AntiVirus to scan all messages that are received from an IMAP, POP or local account. . When a message attachment is found to contain a virus it can be deleted or saved in a specially designated folder. . Due to licensing issues this plugin does not link against any libraries from ClamAV. The plugin therefore requires a ClamAV daemon running, either on localhost or somewhere else, for the plugin to access it via a Unix or TCP socket. Package: claws-mail-dillo-viewer Description-md5: bb042d60efe411fef778c5d1091a04f5 Description-en: HTML viewer plugin for Claws Mail using Dillo This is an HTML viewer plugin that uses the Dillo browser to render the HTML message parts in the Claws Mail message view window. . Additionally allows for: • Safe browsing to avoid problems with malicious HTML mails. • Fetching and displaying remote images. • Browsing the web from within of Claws Mail. Package: claws-mail-doc Description-md5: 5908123576c87afa2da6cc4147785777 Description-en: User documentation for Claws Mail mailer This package provides the Claws Mail user's manual. The document is available in text and HTML formats for screen reading, and also PostScript and PDF formats for printing. Package: claws-mail-extra-plugins Description-md5: 5be0713364e2ea1b54026a74529533cc Description-en: Extra plugins collection for Claws Mail This is a metapackage for installing all extra plugins packages available from the upstream site for the Claws Mail mailer. . Historically these were plugins shipped in a separate tarball but nowadays they are included in Claws Mail sources. . See each individual package description for further details. Package: claws-mail-fancy-plugin Description-md5: bd83c0fd6a566d58dcf9f8aa023b6fa1 Description-en: HTML mail viewer using GTK WebKit This plugin for Claws Mail allows rendering of HTML email messages in the message window. . It uses the GTK 3 port of the WebKit library to render HTML. . Supports printing HTML mails when html2ps package is installed. Package: claws-mail-feeds-reader Description-md5: cd0f79d2ef1c9e1bc12cdb61bf6907a0 Description-en: Feeds (RSS/Atom/RDF) reader plugin for Claws Mail The RSSyl plugin provides feeds reading capability for Claws Mail mailer. . Supported feed formats are: • RSS 1.0 (Resource Description Framework) • RSS 2.0 • Atom (RFC 4287) . Has also per-feed customization features, transforming Claws Mail into a powerful lightweight feeds reader. Package: claws-mail-fetchinfo-plugin Description-md5: 841a2ef97926188460ae1c13942bfc38 Description-en: Add X-FETCH headers plugin for Claws Mail This plugin for the Claws Mail mailer enables adding useful extra headers to the received mails with information like the receiving account or the server the mail was downloaded from. These extra headers can be used for filtering and/or processing messages more appropriately. Package: claws-mail-i18n Description-md5: c260b84bb0144f68c9ec6679901e405c Description-en: Locale data for Claws Mail (i18n support) This package provides support for additional languages to the Claws Mail mailer. Currently available locales are: ca (Catalan) cs (Czech) da (Danish) de (German) en_GB (British English) es (Spanish) fi (Finnish) fr (French) he (Hebrew) hu (Hungarian) id_ID (Indonesian) it (Italian) ja (Japanese) nb (Norwegian Bokmål) nl (Dutch) pt_BR (Brazilian Portuguese) pl (Polish) ro (Romanian) ru (Russian) sk (Slovak) sv (Swedish) tr (Turkish) zh_TW (Traditional Chinese) Package: claws-mail-keyword-warner Description-md5: df6b140b3772f2f677914e8cb700e138 Description-en: Warning on message keywords for Claws Mail This plugin for Claws Mail warns the user with a popup window if some predefined keyword is found in the composed mail text. Package: claws-mail-libravatar Description-md5: eacf857760854ac440624d8426a2591c Description-en: Display sender avatar from a libravatar server This plugin for the Claws Mail mailer allows retrieval of profile images from libravatar servers, either federated servers (running on sender's domain) or the main libravatar.org server. . Currently supports all default missing icon modes on libravatar.org service, and makes extensive use of disk caching to minimize the number of network requests. . Nevertheless, it may add several network requests per message, so if you're on a high latency network you may experience some delay displaying messages. Package: claws-mail-litehtml-viewer Description-md5: ddf06b17b1cf162943a869e65f9563c9 Description-en: HTML viewer plugin using litehtml library This is an HTML viewer plugin that uses the litehtml to render the HTML message parts in the Claws Mail message view window. . Users of old Fancy plugin may find this viewer more similar than other HTML viewer plugins, though you may miss some feature. Package: claws-mail-mailmbox-plugin Description-md5: 19bf8bc8f99d98d9d59ffcb51cfd2ee5 Description-en: mbox format mailboxes handler for Claws Mail The mailMBOX plugin for Claws Mail provides the ability of handling existing mbox format files using the libetpan library. . Once added, these files appear like mailer's native mail folders. Package: claws-mail-managesieve Description-md5: 1ea5983ecb3e0c7f5f7259242639d731 Description-en: manage Sieve filters with Claws Mail This plugin for Claws Mail mailer provides an interface for managing filtering scripts on Sieve-compliant mail servers. . It allows creating new, editing and removing existing server scripts. Syntax checking is also available, but knowledge of filtering language is required. Package: claws-mail-multi-notifier Description-md5: 4afbd30463edcbea413b068e8dcea0de Description-en: Various new mail notifiers for Claws Mail This plugin for Claws Mail mailer collects several ways of notification of new (and possibly unread) mail to the user. . Currently the following methods are implemented: - a banner - a popup window - a custom command - a message to a LCD daemon - a system tray icon - an indicator Package: claws-mail-newmail-plugin Description-md5: be9616baf10620781e523d42d04b288b Description-en: New mail logger plugin for Claws Mail This plugin for the Claws Mail mailer writes a summary of new messages' headers to a log file. . This summary is written on arrival of new mail and after sorting it. Package: claws-mail-pdf-viewer Description-md5: 0d8443a0c4b9cabce87b62e22cf4d319 Description-en: PDF and PostScript attachment viewer for Claws Mail This plugin allows Claws Mail to view PDF and PostScript files attached to mails in the message window. . PostScript requires 'gs' tool to be available for conversion, otherwise plugin will only be able to display PDF attachments. Package: claws-mail-perl-filter Description-md5: e54b415a2b4c0548f40cd4753adbc9ae Description-en: Message filtering plugin using perl for Claws Mail This plugin enables filtering of Claws Mail messages using perl regular expressions and, in fact, giving all the perl features and power to the filtering engine. . A tool for converting the current filter set of the user into a equivalent perl script suitable for the plugin is also provided. Package: claws-mail-pgpinline Description-md5: 7166e0d7bd8f79fd291d57cd18bcc651 Description-en: PGP/inline plugin for Claws Mail This plugin for Claws Mail verifies signatures of digitally signed messages, and decrypts encrypted messages. It's also required to send signed and encrypted messages using inline method (deprecated). Package: claws-mail-pgpmime Description-md5: 5429c2a80781d2ea107fbbfad8cab2ed Description-en: PGP/MIME plugin for Claws Mail This plugin for Claws Mail verifies signatures and decrypts messages. It does also provide the PGP/core plugin for use with other privacy plugins, required also for signing and encrypting mails. Package: claws-mail-plugins Description-md5: aea89c1eacea28211295db1a94b6b8c8 Description-en: Installs plugins for the Claws Mail mailer This is a metapackage to install core plugin packages provided by the Claws Mail sources. Historically these were the only plugins provided along with Claws Mail itself. . See the claws-mail-extra-plugins package for more plugins. Package: claws-mail-python-plugin Description-md5: 5268ea850c40577f1afafa1d8dfb943a Description-en: Python plugin and console for Claws Mail This plugin provides Python scripting access to Claws Mail. . It features a console for testing and help about available functions. Scripts can be saved for later usage as new menu items or to be automatically loaded on startup. Package: claws-mail-smime-plugin Description-md5: b0bded1d04f084c1ec70a2a4f594350b Description-en: S/MIME signature/encryption handling for Claws Mail This plugin handles S/MIME signed and/or encrypted mails in Claws Mail. You can decrypt mails, verify signatures or sign and encrypt your own mails. . S/MIME is also known as PKCS#7 and uses the application/pkcs7-signature or application/x-pkcs7-signature MIME subtype within messages. . Receiving an attachment called smime.p7m is also sign of this kind of signature usage. Package: claws-mail-spam-report Description-md5: 15cf727eb20d84e8a0a571ad876e60dc Description-en: Spam reporting plugin for Claws Mail This plugin for Claws Mail allows sending reports about spam messages received to spam harvesting sites online. . Currently are supported the signal-spam.fr and spamcop.net sites and also the Debian lists spam nomination system. Package: claws-mail-spamassassin Description-md5: 7776d5cb9efb31a0d77a00c53abdcc32 Description-en: SpamAssassin plugin for Claws Mail This plugin for Claws Mail will filter all received email through a SpamAssassin daemon to decide if it is spam or not and process them accordingly. Package: claws-mail-tnef-parser Description-md5: b8e73b52146e065a3bdff4bb8f78cc0c Description-en: TNEF attachment handler for Claws Mail This plugin for Claws Mail allows reading of application/ms-tnef attachments. These attachments usually come from Microsoft mailers with the name 'winmail.dat'. Package: claws-mail-tools Description-md5: 38d2e1956f817d4610778a5eac021743 Description-en: Helper and utility scripts for Claws Mail mailer Several scripts in a variety of languages which provide ready to use solutions to common problems found by Claws Mail users. E.g.: mailboxes migration, addressbooks conversion, etc. . See README files for further details about included scripts. Package: claws-mail-vcalendar-plugin Description-md5: 6800bec1a1d9b26bab9d54ee77eb5c60 Description-en: vCalendar message handling plugin for Claws Mail The vCalendar plugin for Claws Mail provides vCalendar message handling (the meeting subset of the vCalendar format), displaying such mails in a nice format, letting you create and send meetings, and creating a virtual folder with the meetings you sent or received. . The functionality is similar to the one provided by Evolution for that mails. 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: colord-sensor-argyll Description-md5: fde301302d76d6d3f8ba41809688fbe2 Description-en: system service to manage device colour profiles -- argyll sensor plugin colord is a system service that makes it easy to manage, install and generate colour profiles to accurately colour manage input and output devices. . It provides a D-Bus API for system frameworks to query, a persistent data store, and a mechanism for session applications to set system policy. . This package contains a sensor plugin that uses the Argyll tools, allowing colord to support colourimeters that are supported by Argyll. Package: colord-tests Description-md5: cb0371a4f11d93cb9aef691a913c49a1 Description-en: system service to manage device colour profiles -- test suite colord is a system service that makes it easy to manage, install and generate colour profiles to accurately colour manage input and output devices. . It provides a D-Bus API for system frameworks to query, a persistent data store, and a mechanism for session applications to set system policy. . This package contains test programs, designed to be run as a part of a regression test suite. Package: compiz Description-md5: f8949ff691855a5244d51aa54ee72f8f Description-en: OpenGL window and compositing manager Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This metapackage provides the components necessary for running compiz. It provides the compiz core, a set of standard plugins, a window decorator using the Gtk toolkit and the files necessary to integrate compiz with the GNOME desktop environment. Package: compiz-core Description-md5: 96330190075d58bc036c352e8a3a72fa Description-en: OpenGL window and compositing manager Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . Compiz combines together a window manager and a composite manager using OpenGL for rendering. A "window manager" allows the manipulation of the multiple applications and dialog windows that are presented on the screen. A "composite manager" allows windows and other graphics to be combined together to create composite images. Compiz achieves its stunning effects by doing both of these functions. Package: compiz-dev Description-md5: 867507a9b714c75e96d3438264bda095 Description-en: OpenGL window and compositing manager - development files Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains the headers and libraries needed to compile compiz plugins. Package: compiz-gnome Description-md5: f487b7706c4305676403c9a70567359c Description-en: OpenGL window and compositing manager - GNOME window decorator Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains files needed to integrate compiz with the GNOME desktop environment. Package: compiz-mate Description-md5: 09595fdf4d423fb538a04789c4e2fbf3 Description-en: OpenGL window and compositing manager - MATE integration Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains files needed to integrate compiz with the MATE desktop environment. Package: compiz-plugins Description-md5: 5f988b4273a894361f576aa14d53e19b Description-en: OpenGL window and compositing manager - plugins Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains the plugins that come with compiz but not officially supported. Package: compiz-plugins-default Description-md5: 169e3bd9eb5bb71160bf028bbbfc8b44 Description-en: OpenGL window and compositing manager - default plugins Compiz brings to life a variety of visual effects that make the Linux desktop easier to use, more powerful and intuitive, and more accessible for users with special needs. . This package contains the default set of core Compiz plugins. Package: compiz-plugins-extra Description-md5: 3b7683fb9ca8062e8f26efe3a5e476f0 Description-en: transitional dummy package This package ensures a clean upgrade path, and can be safely removed after the upgrade. Package: compiz-plugins-main Description-md5: 3b7683fb9ca8062e8f26efe3a5e476f0 Description-en: transitional dummy package This package ensures a clean upgrade path, and can be safely removed after the upgrade. Package: compiz-plugins-main-default Description-md5: 3b7683fb9ca8062e8f26efe3a5e476f0 Description-en: transitional dummy package This package ensures a clean upgrade path, and can be safely removed after the upgrade. Package: compiz-plugins-main-dev Description-md5: 3b7683fb9ca8062e8f26efe3a5e476f0 Description-en: transitional dummy package This package ensures a clean upgrade path, and can be safely removed after the upgrade. Package: compizconfig-settings-manager Description-md5: 675304338d841d1ad811fa71af2f89f7 Description-en: Compiz configuration settings manager The OpenCompositing Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity. . This package contains the compizconfig settings manager. Package: condor Description-md5: 903f297977fa999b1736134b3022d178 Description-en: distributed workload management system Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor; HTCondor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. . Unlike more traditional batch queueing systems, HTCondor can also effectively harness wasted CPU power from otherwise idle desktop workstations. HTCondor does not require a shared file system across machines - if no shared file system is available, HTCondor can transfer the job's data files on behalf of the user. . This package can set up an appropriate initial configuration at install time for a machine intended either as a member of an existing HTCondor pool or as a "Personal" (single machine) HTCondor pool. Package: condor-annex-ec2 Description-md5: 256d7ce677a31a23861328d118692acd Description-en: distributed workload management system - single node configuration Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor; HTCondor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. . Unlike more traditional batch queueing systems, HTCondor can also effectively harness wasted CPU power from otherwise idle desktop workstations. HTCondor does not require a shared file system across machines - if no shared file system is available, HTCondor can transfer the job's data files on behalf of the user. . This package provides configuration and script to make an EC2 image annex-compatible. Do NOT install on a non-EC2 image. Package: condor-dev Description-md5: dc9a883b5eba811692b8493cb216896e Description-en: distributed workload management system - development files Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor; HTCondor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. . Unlike more traditional batch queueing systems, HTCondor can also effectively harness wasted CPU power from otherwise idle desktop workstations. HTCondor does not require a shared file system across machines - if no shared file system is available, HTCondor can transfer the job's data files on behalf of the user. . This package provides headers and libraries for development of HTCondor add-ons. Package: condor-doc Description-md5: 3488e078f56320a592df953086a4149a Description-en: distributed workload management system - documentation Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor; HTCondor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. . Unlike more traditional batch queueing systems, HTCondor can also effectively harness wasted CPU power from otherwise idle desktop workstations. HTCondor does not require a shared file system across machines - if no shared file system is available, HTCondor can transfer the job's data files on behalf of the user. . This package provides HTCondor's documentation in HTML and PDF format, as well as configuration and other examples. Package: condor-kbdd Description-md5: 34799ec840529814fe4f36c1d93cf0b4 Description-en: distributed workload management system - single node configuration Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor; HTCondor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. . Unlike more traditional batch queueing systems, HTCondor can also effectively harness wasted CPU power from otherwise idle desktop workstations. HTCondor does not require a shared file system across machines - if no shared file system is available, HTCondor can transfer the job's data files on behalf of the user. . The condor_kbdd monitors logged in X users for activity. It is only useful on systems where no device (e.g. /dev/*) can be used to determine console idle time. Package: condor-test Description-md5: 23df4e2743d110a3edd84ae414566112 Description-en: distributed workload management system - single node configuration Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor; HTCondor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. . Unlike more traditional batch queueing systems, HTCondor can also effectively harness wasted CPU power from otherwise idle desktop workstations. HTCondor does not require a shared file system across machines - if no shared file system is available, HTCondor can transfer the job's data files on behalf of the user. . This package provides a few miscellaneous test scripts. Package: condor-upgrade-checks Description-md5: 2d6ed640c12d05edd13d4a196008cace Description-en: distributed workload management system - single node configuration Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor; HTCondor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. . Unlike more traditional batch queueing systems, HTCondor can also effectively harness wasted CPU power from otherwise idle desktop workstations. HTCondor does not require a shared file system across machines - if no shared file system is available, HTCondor can transfer the job's data files on behalf of the user. . Examines the current HTCondor installation and recommends changes to ensure a smooth upgrade to a subsequent HTCondor version. Package: condor-vm-gahp Description-md5: 3ff25c27edfd3342a2a73caf334ad300 Description-en: distributed workload management system - single node configuration Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor; HTCondor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. . Unlike more traditional batch queueing systems, HTCondor can also effectively harness wasted CPU power from otherwise idle desktop workstations. HTCondor does not require a shared file system across machines - if no shared file system is available, HTCondor can transfer the job's data files on behalf of the user. . The condor_vm-gahp enables the Virtual Machine Universe feature of HTCondor. The VM Universe uses libvirt to start and control VMs under HTCondor's Startd. Package: content-hub Description-md5: a42ee8e5e7a26b6daa4627c24c68adce Description-en: content sharing/picking service for Lomiri Content sharing/picking infrastructure and service, designed to allow apps to securely and efficiently exchange content. . This package includes the content sharing service. Package: content-hub-testability Description-md5: aa5bc6118fcc3396f818a42eec60d936 Description-en: content sharing testability Content sharing/picking infrastructure and service, designed to allow apps to securely and efficiently exchange content. . Files and utilities needed for automated testing of content-hub Package: coq-hierarchy-builder Description-md5: 658973fab18f432ee86a3dec272a1700 Description-en: build hierarchies of algebraic structures in Coq (tool) This software provides high-level commands to build hierarchies of algebraic structures in the Coq system. . This package provides the command-line tool. Package: cpdb-libs-tools Description-md5: 26f08a274344a71b2964a34bbcd13f5c Description-en: Common Print Dialog Backends - tools The Common Print Dialog Backends project provides a D-Bus interface so that the print dialogs of GUI applications and the communication with the print technologies (CUPS/IPP, Google Cloud Print, Save to File, ...) are put into separate executables to be separately exchangeable. . The print dialogs of the different GUI toolkits and applications (GTK, Qt, LibreOffice, ...) are the frontends and to communicate with the different print technologies they use common backends. This way one simply adds new backends for new print technologies and updates the backends for changes in the print technologies, and immediately all applications are up-to-date, without need of modifying the code of the GUI toolkits or applications. . This package contains tools to help develop print dialogs supporting the Common Print Dialog Backends interface and print backends using libcpdb and/or libcpdb-frontend. Package: cpp-10 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-10-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-9 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-9-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: createrepo-c Description-md5: 6c4fbcdb53ed3e87d7ba8a6bbe4fbe4e Description-en: tool to create RPM repository metadata (C implementation) The createrepo_c tool generates the repodata directory and XML metadata that makes up a repository of RPM packages. This repository format is supported by apt-rpm, red-carpet(zen), smartpm, up2date, yast, and yum. . This package is similar to the apt-ftparchive or reprepro commands, but for working with RPM repositories. Package: crimson-osd Description-md5: 1278b850d94d621f66cd5ba4c3992e1a Description-en: Crimson OSD server for the ceph storage system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . Crimson is a re-implementation of the ceph-osd daemon using a more platform aware and scalable software architecture (seastar). . This package contains the Crimson Object Storage Daemon for the Ceph storage system. It is responsible for storing objects on a local file system and providing access to them over the network. 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: cryptominisat Description-md5: 9d0e8e0236146acc2b7957ceba029158 Description-en: SAT solver command line interface CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver. . This package provides a command line interface which reads SAT formulas in conjunctive normal form in the DIMACS format with the extension of XOR clauses and decides whether they are satisfiable. Package: crystal-facet-uml Description-md5: 2e825b2d342b194a9311a2845daee2a1 Description-en: Diagram documentation tool for system and software architecture: crystal-facet-uml creates sysml/uml diagrams to document system and software architecture. . As software architect, you create a set of diagrams describing use-cases, requirements, structural views, behavioral and deployment views. crystal-facet-uml keeps element names and element hierarchies consistent. It exports diagrams in svg, pdf, ps and png formats to be used in text processing systems like DocBook, html, LaTeX. crystal-facet-uml exports the model to json and xmi format; json can also be imported. The json-based data format can be stored to git, branched and merged together with your source code. This tool runs on your local PC and is based on gtk (incl. glib, gdk, cairo, pango) and sqlite. Package: ctdb Description-md5: 83dff66615250b53a0cd3df6fb3b9ea7 Description-en: clustered database to store temporary data CTDB is a cluster implementation of the TDB database used by Samba and other projects to store temporary data. If an application is already using TDB for temporary data it is very easy to convert that application to be cluster aware and use CTDB instead. . CTDB provides the same types of functions as TDB but in a clustered fashion, providing a TDB-style database that spans multiple physical hosts in a cluster. . Features include: * CTDB provides a TDB that has consistent data and consistent locking across all nodes in a cluster. * CTDB is very fast. * In case of node failures, CTDB will automatically recover and repair all TDB databases that it manages. * CTDB is the core component that provides pCIFS ("parallel CIFS") with Samba3/4. * CTDB provides HA features such as node monitoring, node failover, and IP takeover. * CTDB provides a reliable messaging transport to allow applications linked with CTDB to communicate to other instances of the application running on different nodes in the cluster. * CTDB has pluggable transport backends. Currently implemented backends are TCP and Infiniband. * CTDB supports a system of application specific management scripts, allowing applications that depend on network or filesystem resources to be managed in a highly available manner on a cluster. Package: cvc5 Description-md5: d1e715b2658513dcf601c320616177f6 Description-en: automated theorem prover for SMT problems cvc5 is a tool for determining the satisfiability of a first order formula modulo a first order theory (or a combination of such theories). It is the fifth in the Cooperating Validity Checker family of tools (CVC, CVC Lite, CVC3, CVC4) but does not directly incorporate code from any previous version prior to CVC4. . cvc5 is intended to be an open and extensible SMT engine. It can be used as a stand-alone tool or as a library. It has been designed to increase the performance and reduce the memory overhead of its predecessors. It is written entirely in C++ and is released under an open-source software license. . This package contains binaries needed to use cvc5 as a stand-alone tool. Package: dante-client Description-md5: 3dda083094c90b44bebc6ecc9da32d8c Description-en: SOCKS wrapper for users behind a firewall Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity to a wide range of hosts while requiring only the server Dante runs on to have external network connectivity. . This package provides the "socksify" client program - a tool which forwards network requests from any program to a SOCKS server (v4 or v5) which then performs them on your behalf. Package: dante-server Description-md5: 00072cb7e925ba8110ef47af279dbfff Description-en: SOCKS (v4 and v5) proxy daemon (danted) Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity to a wide range of hosts while requiring only the server Dante runs on to have external network connectivity. . This package provides the socks proxy daemon (danted). The server part of Dante allows socks clients to connect through it to the network. Package: dar Description-md5: 74b68e90f5a8f668ae2c9a24ac851fee Description-en: Disk ARchive: Backup directory tree and files Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. Package: dar-docs Description-md5: b5d4791c3676c92ae8c96df2ca147b31 Description-en: Disk ARchive: Backup directory tree and files Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. . This package contains the documentation and example files. Package: dar-static Description-md5: 1b4cf9af9fd7b6926fdd96e85eea6976 Description-en: Disk ARchive: Backup directory tree and files Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. . This package contains the static binary, dar_static. Package: dde-qt5integration Description-md5: 5828468500f3e19d7d74912d8070b2b2 Description-en: Qt5 theme integration for Deepin application Deepin's qt5integration provides library plugins used by Deepin application and Deepin Desktop Environment. It implements many extra features on top of stock Qt, include hijacking window decoration / shadow painting, better support for cursors under HiDPI, retrieval of full list of windows under current workspace, support for window of arbitrary shape with anti-aliasing and so on, to make Qt5 application and Deepin Desktop Environment more user-friendly. . This package is part of DDE (Deepin Desktop Environment). Package: debvm Description-md5: 69eb9e07cd67454187b7bcecdcfc7511 Description-en: create and run virtual machines for various Debian releases and architectures The tool debvm-create can be used to create a virtual machine image and the tool debvm-run can be used to run such a machine image. Their purpose primarily is testing software using qemu as a containment technology. These are relatively thin wrappers around mmdebstrap and qemu. Package: deepin-image-viewer Description-md5: a87cb90fecf4e422c2ee29d7e5323375 Description-en: Image Viewer for Deepin Desktop Environment Deepin Image Viewer is an image viewer and manager elaborately produced by Deepin Technology. It is fashion and smooth, supports multiple image formats, user can view any kind of image. The image management in Deepin Image Viewer, allows user to rank images in Timeline by date, add image to "My favorites" or different albums. All images can be arranged in perfect order by Deepin Image Viewer. . This package is part of DDE (Deepin Desktop Environment). Package: deepin-terminal Description-md5: dc1cdb3d8e6282c0fa5574ba7fbaf351 Description-en: Deepin terminal emulator application Deepin Terminal is an advanced terminal emulator with workspace, multiple windows, remote management, quake mode and other features. It sharpens your focus in the world of command line. . This package is part of DDE (Deepin Desktop Environment). Package: deken Description-md5: 613b085629314b423c1c10e0dd8ba7fc Description-en: Externals wrangler for Pure Data - upload utility deken is a simple and easy to use package manager for Pure Data (Pd). . This package provides a command line tool that facilitates the creation and upload of your own packages to the official package repository puredata.info. Package: dh-nodejs Description-md5: 390387a99cb876cbf2c70552a733a985 Description-en: debhelper addon to build Node.js modules dh-nodejs provides debhelper files (set dh-sequence-nodejs into build dependencies) to automatically: * read lerna.conf "packages" field if exists and/or "workspaces" field from package.json * link or copy needed modules into node_modules/ directory * automatically build package and components when build system is recognized * launch test * choose files to install * build "Provides" value for package with components * build pkgjs-lock.json files and "XB-Javascript-Built-Using" value for packages built with webpack/browserify * clean all its stuff during dh_auto_clean step Package: dia Description-md5: 018aa331acc6ffa4e440b38dd58114c1 Description-en: Diagram editor Dia is an editor for diagrams, graphs, charts etc. There is support for UML static structure diagrams (class diagrams), Entity-Relationship diagrams, network diagrams and much more. Diagrams can be exported to postscript and many other formats. Package: dia-common Description-md5: 9d12e6044f35c45f65fe82a12fc94b0c Description-en: Diagram editor (common files) Dia is an editor for diagrams, graphs, charts etc. There is support for UML static structure diagrams (class diagrams), Entity-Relationship diagrams, network diagrams and much more. Diagrams can be exported to postscript and many other formats. . This package contains the architecture independent files. Package: dials Description-md5: ca13c7c5eb0b3848fea8c4630137336b Description-en: Diffraction Integration for Advanced Light Sources The DIALS software is developed in a fully open-source, collaborative environment. The main development teams are based at Diamond Light Source and CCP4, in the UK, and at Lawrence Berkeley National Laboratory, USA. However, in the spirit of the open source movement, we welcome collaboration from anyone who wishes to contribute to the project. . To avoid “reinventing the wheel” as much as possible, the DIALS project builds on knowledge accumulated over many decades in the field of crystallographic data processing. We benefit greatly from the altruism of experts who contribute their ideas and advice, either directly or via their detailed publications on existing algorithms and packages such as XDS [2] and MOSFLM [3]. At the heart of the DIALS framework lies a design philosophy of hardware abstraction and a generalised model of the experiment that is inspired directly by material published on the seminal workshops on position sensitive detector software [1]. Continuing in the spirit of these workshops we held our own series of meetings, with talks from invited speakers, and code camps in which specific problems are addressed by intensive effort across the collaboration. Summaries of these meetings and copies of slides given as presentations are available here. . DIALS is written using Python and C++, making heavy use of the cctbx [4] for core crystallographic calculations and much infrastructure including a complete build system. Seamless interaction between the C++ and Python components of this hybrid system is enabled by Boost.Python. Python provides a useful ground for rapid prototyping, after which core algorithms and data structures may be transferred over to C++ for speed. High level interfaces of the hybrid system remain in Python, facilitating further development and code reuse both within DIALS and by third parties. Package: diatheke Description-md5: ff36e5e7d80e12c769fe3ae475c039a3 Description-en: command line bible browsing and search tool The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris, MacOSX etc.) API/library for Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules. . This package contains a command line utility for SWORD, allowing bible browsing and searching. This tool is used mostly only for library testing. Nicer front-ends are Xiphos (Gtk), Bibletime (Qt) and others. Package: displaycal Description-md5: 96c7f50f45d9af9a2e15c1be1d86bfe8 Description-en: Graphical user interface for the Argyll CMS. Calibrates and characterizes display devices using a hardware sensor, driven by the open source color management system Argyll CMS. Supports multi-display setups and a variety of available settings like customizable whitepoint, luminance, black level, tone response curve as well as the creation of matrix and look-up-table ICC profiles with optional gamut mapping. Calibrations and profiles can be verified through measurements, and profiles can be installed to make them available to color management aware applications. Profile installation can utilize Argyll CMS, Oyranos and/or GNOME Color Manager if available, for flexible integration. Package: distcc Description-md5: a14025a1551cf285c7c07c7ab0eaf8e0 Description-en: simple distributed compiler client and server distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often significantly faster than a local compile. distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed. Package: distcc-pump Description-md5: 9652a5ccaa28c389958014887b0a9327 Description-en: pump mode for distcc a distributed compiler client and server distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often significantly faster than a local compile. distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed. . this package contains the necessary additions for distcc's "pump" mode, which improves on plain distcc by distributing not only compilation but also preprocessing to distcc servers. . If you have more than 10 CPUs involved in your distcc setup, you should consider using this package on your distcc client machine. Package: distccmon-gnome Description-md5: 3c92f4065d734516dd0192b9a48f64ee Description-en: GTK+ monitor for distcc a distributed client and server distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often significantly faster than a local compile. distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed. . this is the GTK+ monitor program. Package: dnsutils Description-md5: 021458b353ece6dd7b5cbef232419073 Description-en: Transitional package for bind9-dnsutils This is a transitional package. It can safely be removed. 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: dt-schema Description-md5: 74f144d014187b00f07c61e5e5419fb6 Description-en: Tooling for devicetree validation using YAML and jsonschema This package contains test code for devicetree schema validation using the json-schema vocabulary. Schema files are written in YAML (a superset of JSON), and operate on the YAML encoding of Devicetree data. Devicetree data must be transcoded from DTS to YAML before being used by this tool. . There are several tools available: . dt-doc-validate This tool takes a schema file(s) or directory of schema files and validates them against the DT meta-schema. . dt-mk-schema This tool takes user-provided schema file(s) plus the core schema files in this repo, removes everything not needed for validation, applies fix-ups to the schemas, and outputs a single file with the processed schema. This step is done separately to speed up subsequent validation of YAML Devicetrees. . dt-validate This tool takes user-provided YAML Devicetree(s) and either a schema directory or pre-processed schema file and validates the YAML Devicetree against the schema. Package: dtkwidget5-examples Description-md5: 0040715f43c6566d3107a2d13c2445e0 Description-en: dtkwidget-examples is generated by dtkwidget DtkWidget is Deepin graphical user interface for deepin desktop development. . This package contains example application which are needed for developing Deepin applications. Package: dupeguru Description-md5: 372ab390ba2da5ac6654e05c59e88444 Description-en: GUI tool to find duplicate files in a system dupeGuru is a tool to find duplicate files on your computer. . It can scan either filenames or contents. The filename scan features a fuzzy matching algorithm that can find duplicate filenames even when they are not exactly the same. . dupeGuru is customizable: you can tweak its matching engine to find exactly the kind of duplicates you want to find. Package: easyeffects Description-md5: cb0b53dc71ccb505cd6ffe625e8f0b82 Description-en: Audio effects for PipeWire applications This program provides various audio effects for PipeWire applications. . This application was formerly known as PulseEffects, but it was renamed to EasyEffects after it started to use GTK4 and GStreamer usage was replaced by native PipeWire filters. Package: ectrans-utils Description-md5: 1e3849b71aeb96c576e937330745d032 Description-en: Spherical Harmonics Transforms library - utilities ecTrans is the global spherical Harmonics transforms library, extracted from the IFS weather model from ECMWF. It uses a hybrid of MPI and OpenMP parallelisation strategies. The package contains both single- and double precision Fortran libraries (trans_sp, trans_dp), as well as a C interface to the double-precision version (transi_dp). ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: efi-shell-aa64 Description-md5: 148e69dcdf98514fabee21516b756811 Description-en: UEFI Shell for 64-bit ARM architecture The UEFI Shell provides a command line interface running on top of the EFI API. It can be used to execute EFI binaries, to manage EFI variables and boot options, or to display details of installed devices, drivers, and protocols. This package contains the shellaa64.efi binary for the 64-bit ARM architecture. Package: efi-shell-arm Description-md5: 0b0947fdd969b8a2ac75813c4e8c15ac Description-en: UEFI Shell for 32-bit ARM architecture The UEFI Shell provides a command line interface running on top of the EFI API. It can be used to execute EFI binaries, to manage EFI variables and boot options, or to display details of installed devices, drivers, and protocols. This package contains the shellarm.efi binary for the 32-bit ARM architecture. Package: efi-shell-ia32 Description-md5: 0860db0d5a21acc4508b977482f43a7c Description-en: UEFI Shell for 32-bit x86 architecture The UEFI Shell provides a command line interface running on top of the EFI API. It can be used to execute EFI binaries, to manage EFI variables and boot options, or to display details of installed devices, drivers, and protocols. This package contains the shellia32.efi binary for the a 32-bit x86 architecture. Package: efi-shell-riscv64 Description-md5: 3bbadf85ee08cb7a48791fb72727234d Description-en: UEFI Shell for 64-bit RISC-V architecture The UEFI Shell provides a command line interface running on top of the EFI API. It can be used to execute EFI binaries, to manage EFI variables and boot options, or to display details of installed devices, drivers, and protocols. This package contains the shellriscv64.efi binary for the 64-bit RISC-V architecture. Package: efi-shell-x64 Description-md5: 319d03d6ee48666c5aabf29cd2548e18 Description-en: UEFI Shell for 64-bit x86 architecture The UEFI Shell provides a command line interface running on top of the EFI API. It can be used to execute EFI binaries, to manage EFI variables and boot options, or to display details of installed devices, drivers, and protocols. This package contains the shellx64.efi binary for the 64-bit x86 architecture. Package: eliom Description-md5: 62cffbc5c03a5d5b712313b94492b594 Description-en: web framework for ocsigenserver (tools) Eliom allows one to easily develop sophisticated client/server Web applications using OCaml. . This package contains command-line tools. Package: elpa-clojure-mode Description-md5: 74ced1d5301281c5b44c394a66a60519 Description-en: Emacs major mode for Clojure code Provides font-lock (syntax highlighting), indentation, navigation and basic refactoring for the Clojure programming language (http://clojure.org). . Also provides clojurescript-mode, clojurec-mode (for .cljc files) and clojurex-mode (for .cljx files). Package: elpa-clojure-mode-extra-font-locking Description-md5: 9db33411d58e2cd61eb076f78cbf48b3 Description-en: extra font-locking for clojure-mode Provides additional font-locking (syntax highlighting) for clojure-mode. See that package's description. Package: elpa-fricas Description-md5: 486c96ac697740cfc2dd1747254d8161 Description-en: General purpose computer algebra system: emacs support Fricas is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Fricas has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Fricas Journal with refereed submissions. . This package contains support for running Fricas under emacs. Package: elpa-racket-mode Description-md5: 7af4e6c0cb144ecbeeb726070ee986ac Description-en: emacs support for editing and running racket code Provides a major mode to edit Racket source files, as well as a major mode for a Racket REPL. The edit/run experience is similar to DrRacket. Package: elpa-snakemake Description-md5: bdc8bc477c76967fde7bc6df2633dbf5 Description-en: Run Snakemake workflows from Emacs This package provides a Transient interface for calling Snakemake. The main entry point is the `snakemake' command, which you should consider giving a global key binding. Package: elpa-snakemake-mode Description-md5: ae7916e740f47919f0d995bba8c36075 Description-en: provides syntax highlighting for snakekmake files in emacs Snakemake mode provides support for editing Snakemake files. It builds on Python mode to provide fontification, indentation, and imenu indexing for Snakemake's rule blocks. . See also elpa-snakemake which provides an interface for running Snakemake commands. . elpa-snakemake-mode also includes support for highlighting embedded R code. See the snakemake-mode-setup-mmm function documentation for how. Package: elpi Description-md5: f7bf6d601995cf75b1c02c4c67a89060 Description-en: embeddable lambda-Prolog interpreter (tool) ELPI implements a lambda-Prolog interpreter enriched with constraint handling rules, to provide an extension language to larger applications written in OCaml. . This package provides the command-line tool. Package: engrampa Description-md5: 1e99f524215322189c08dd1260743e3f Description-en: archive manager for MATE Engrampa is an archive manager for the MATE environment. It allows you to: . * Create and modify archives. * View the content of an archive. * View a file contained in an archive. * Extract files from the archive. . Engrampa supports the following formats: * Tar (.tar) archives, including those compressed with gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), lzma (.tar.lzma) and xz (.tar.xz) * Zip archives (.zip) * Jar archives (.jar, .ear, .war) * 7z archives (.7z) * iso9660 CD images (.iso) * Lha archives (.lzh) * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) . Engrampa doesn't perform archive operations by itself, but relies on standard tools for this. Package: engrampa-common Description-md5: fdfde1c8a9a6e7067950f078f1f16898 Description-en: archive manager for MATE (common files) Engrampa is an archive manager for the MATE environment. It allows you to: . * Create and modify archives. * View the content of an archive. * View a file contained in an archive. * Extract files from the archive. . This package contains the architecture independent files. Package: epiphany-browser Description-md5: 767a0ee0cafbd123a7d0ad923e60350d Description-en: Intuitive GNOME web browser Epiphany is a simple yet powerful GNOME web browser targeted at non-technical users. Its principles are simplicity and standards compliance. . Simplicity is achieved by a well designed user interface and reliance on external applications for performing external tasks (such as reading email). Simplicity does not mean less features; Epiphany has everything a modern web browser is expected to have. . Standards compliance is achieved on the HTML side by using the WebKitGTK+ rendering engine (which is based on the engine used by Apple Safari and Google Chrome); and on the user interface side by closely following the GNOME Human Interface Guidelines (HIG) and by close integration with the GNOME desktop. Package: epiphany-browser-data Description-md5: 602cd9c52c5ffccb213ecf3dec85b99d Description-en: Data files for the GNOME web browser Epiphany is a simple yet powerful GNOME web browser targeted at non-technical users. Its principles are simplicity and standards compliance. . This package contains the common files, artwork and translations for Epiphany. Package: esbuild Description-md5: f7d7c17397288cf23e9634149eb121ad Description-en: extremely fast JavaScript bundler and minifier (program) esbuild is a JavaScript bundler and minifier. It packages up JavaScript and TypeScript code for distribution on the web. . Why build another JavaScript build tool? The current build tools for the web are at least an order of magnitude slower than they should be. It is hoped that this project serves as an "existence proof" that JavaScript tooling can be much, much faster. . This package contains the esbuild binary. 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: ewf-tools Description-md5: a239a460d54374da59b5d48cafc00166 Description-en: collection of tools for reading and writing EWF files Libewf is a library with support for reading and writing the Expert Witness Compression Format (EWF). This library allows you to read media information of EWF files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format. It supports files created by EnCase 1 to 6, linen and FTK Imager. The libewf is useful for forensics investigations. . This package contains tools to acquire, verify and export EWF files. Package: expat Description-md5: 946951e418841b66002f30694d1a0b72 Description-en: XML parsing C library - example application This package contains xmlwf, an example application of expat, the C library for parsing XML. The arguments to xmlwf are one or more files which are each to be checked for XML well-formedness. Package: eza Description-md5: 7ed1042380d482b0c7e7072e0ce6ac97 Description-en: Modern replacement for ls eza is an improved file lister with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary. Package: ezquake Description-md5: a53d66f6ec58696dad2576654ef5e977 Description-en: modern QuakeWorld client ezQuake is a modern QuakeWorld engine. It adds many useful features like modern graphics, QuakeTV support, multi-monitor support, a built-in server browser, and many features serving the nedes of competitive Quake gamers. . QuakeWorld itelf is a variant of the Quake engine designed specifically for online gameplay. . This package contains no data files. To use it, you will need either the commercial Quake 1 data, the shareware data (game-data-packager can be helpful), or free game data files such as OpenQuartz. Package: faketime Description-md5: 583f56c26c345706c1147c5561a549d0 Description-en: Report faked system time to programs (command-line tool) The Fake Time Preload Library (FTPL, a.k.a. libfaketime) intercepts various system calls which programs use to retrieve the current date and time. It can then report faked dates and times (as specified by you, the user) to these programs. This means you can modify the system time a program sees without having to change the time system-wide. FTPL allows you to specify both absolute dates (e.g., 2004-01-01) and relative dates (e.g., 10 days ago). . This package contains a "faketime" binary that makes it easy to use the LD_PRELOAD library. 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: fcitx-frontend-qt5 Description-md5: 91c0b0047102974e18f3e144ae30b137 Description-en: Free Chinese Input Toy of X - Qt5 IM Module frontend Fcitx is the Free Chinese Input Toy of X, which was initially designed for Chinese users, and used XIM protocol. Now it has already evolved into a highly modularized, feature rich input method framework for Unix-like platforms supporting a considerable amount of frontends, backends and modules. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the Qt5 IM Module frontend, which is necessary for Fcitx users who would like to use Qt5 applications. Package: fcitx-frontend-qt6 Description-md5: 48794ceb225794d1941682fcb13f7e63 Description-en: Free Chinese Input Toy of X - Qt6 IM Module frontend Fcitx is the Free Chinese Input Toy of X, which was initially designed for Chinese users, and used XIM protocol. Now it has already evolved into a highly modularized, feature rich input method framework for Unix-like platforms supporting a considerable amount of frontends, backends and modules. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the Qt6 IM Module frontend, which is necessary for Fcitx users who would like to use Qt6 applications. Package: fcitx-module-quickphrase-editor5 Description-md5: 6c4b1333a8f2cb102dc5dad116a0e5ed Description-en: Flexible Input Method Framework - Quick Phrase editor module Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the Quick Phrase Editor module for configuration tools including fcitx-config-gtk and kde-config-fcitx. It is specific to fcitx4. Package: fcitx5-frontend-qt5 Description-md5: 96e43f680ce6d0afd2ba1dcf0e2f1647 Description-en: Qt5 IM module for fcitx5 Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the Qt5 IM Module for fcitx5. Package: fcitx5-frontend-qt6 Description-md5: c5af83218da151feccc24163dc872465 Description-en: Qt6 IM module for fcitx5 Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the Qt6 IM Module for fcitx5. 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: feature-check Description-md5: 37cf274f368a46ac5bd1c9e0b4ddf508 Description-en: tool to query a program for supported features The feature-check tool obtains the list of supported features from a program via various methods (e.g. running it with the --features command-line option) and allows other programs to check for the presence and, possibly, versions of specific features. . This package contains the command-line tool for use by any program. Package: fiat-utils Description-md5: 903925aaad2c14c156cc46997530eb89 Description-en: Fortran IFS and Arpege Toolkit - utilities FIAT is a collection of selected Fortran utility libraries, extracted from the IFS/Arpege model used at ECMWF. It provides: drhook : tracing gstats : timing parkind : choose precision mpl : MPI communication mpi_serial: MPI dummy symbols compiled into static library other various routines . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: figtoipe Description-md5: 728fdf6e0c9960e7a98e0d40a695a67a Description-en: convert FIG files to XML files for ipe Ipe is a drawing editor for creating figures, provided in package ipe. . Figtoipe is a program that reads FIG files (as generated by xfig) and generates an XML file readable by Ipe. Package: flake8 Description-md5: 83f99498b2ef35069054e49a3661b821 Description-en: code checker using pycodestyle and pyflakes Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8 runs all tools by launching the single 'flake8' script, but ignores pycodestyle and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. . This package provides flake8 binary. Package: flang-19 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: flask-migrate-doc Description-md5: 6d65d2b76525790db5b0b25c553dbee2 Description-en: SQLAlchemy migrations for Flask using Alembic and Python 3 (Documentation) Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command-line arguments under the flask db command. . This package contains the documentation for flask-migrate. Package: flatpak-builder Description-md5: 89c6b69c9118935a588236acc7ce68f9 Description-en: Flatpak application building helper Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . flatpak-builder is a tool that makes it easy to build applications and their dependencies by automating the configure && make && make install steps. Package: flatpak-builder-tests Description-md5: 8c55ee927d2b9992e22292e7b2c097aa Description-en: Application deployment framework for desktop apps (tests) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains automated tests. Package: flightgear Description-md5: e95b997d5af2952a0f05908f9e3ad9ae Description-en: Flight Gear Flight Simulator FlightGear Flight Simulator (often shortened to FlightGear or FGFS) is a sophisticated free, completely open-source flight simulator framework, created by volunteers. . This package contains the runtime binaries. Package: font-manager Description-md5: a2f1c9a0a58aff76c28727ca19eb9efa Description-en: font management application for the GNOME desktop Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other Gtk+ desktop environments. Package: font-manager-common Description-md5: cec7fe70f17385c2518113c7efffc495 Description-en: Common files for font-viewer and font-manager Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other Gtk+ desktop environments. . This package provides the common shared files for font-viewer and font-manager packages. Package: font-viewer Description-md5: 568ebf2227a31860fb3ab0004763b617 Description-en: Full-featured font preview application for GTK Environments Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other Gtk+ desktop environments. . This package provides the font-viewer component of Font Manager. Package: fontforge Description-md5: 4ebffb1f6ab9a1d49bd81ce04ad8a0a7 Description-en: font editor FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package also provides these programs and utilities: fontimage - produce a font thumbnail image; fontlint - checks the font for certain common errors; sfddiff - compare two font files. Package: fontforge-common Description-md5: e73b7c59e225efcf676e067828964164 Description-en: font editor (common files) FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package contains common arch-independent files. Package: fontforge-doc Description-md5: 7868a482203deceed3b189850e2f641f Description-en: documentation for fontforge FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package contains the documentation for fontforge. Package: fontforge-extras Description-md5: 8738f3ed9343c0aff3df53bd1f3d510d Description-en: font editor - extra programs FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package also provides these programs and utilities: acorn2sfd dewoff woff findtable pcl2ttf pfadecrypt rmligamarks showttf stripttc ttf2eps Package: fontforge-nox Description-md5: 2e1916689377673a003f63bcc14e3f2f Description-en: font editor - non-X version FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package also provides these programs and utilities: fontimage - produce a font thumbnail image; fontlint - checks the font for certain common errors; sfddiff - compare two font files. . This package contains a version of FontForge compiled with support for scripting but no GUI, and not require the graphics library. Package: fonts-cegui Description-md5: 029df034800c320ecbf0af6b61515e6f Description-en: Crazy Eddie's GUI (fonts) CEGUI is a free library providing windowing and widgets for graphics APIs and engines where such functionality is not natively available or is severely lacking. The library is written in C++, is object oriented, and is primarily targeted at games developers who should be spending their time creating great games, not building GUI sub-systems . This package contains font files for the CEGUI library that are not packaged separately. 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: frama-c-base Description-md5: 2e7860054dd191ec0787bab2062c3031 Description-en: Platform dedicated to the analysis of source code written in C Frama-C gathers several analysis techniques in a single collaborative framework, based on analyzers (called "plug-ins") that can build upon the results computed by other analyzers in the framework. . Thanks to this approach, Frama-C provides sophisticated tools, including: * an analyzer based on abstract interpretation (Value plug-in); * a program proof framework based on weakest precondition calculus (WP plug-in); * a program slicer (Slicing plug-in); * a tool for verification of temporal (LTL) properties (Aoraï plug-in); * several tools for code base exploration and dependency analysis (plug-ins From, Impact, Metrics, Occurrence, Scope, etc.). . These plug-ins communicate between each other via the Frama-C API and via ACSL (ANSI/ISO C Specification Language) properties. . This package provides the library of Frama-c which is useful to build plugins for Frama-c, the command-line tools, and the graphical interface. Package: frameworkintegration Description-md5: 8a8646cff40c29068c4c3829fddf8a96 Description-en: KF5 cross-framework integration plugins Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace. Package: fricas Description-md5: 7feca22a9bf3ec86d992b0744ed3a62e Description-en: General purpose computer algebra system: main binary and modules Fricas is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Fricas has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Fricas Journal with refereed submissions. . This package contains the main program binary and all precompiled algebra and autoloadable modules. Package: fricas-databases Description-md5: 5a64ca3df686ed03487ad701be2ca01a Description-en: General purpose computer algebra system: generated text databases Fricas is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Fricas has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Fricas Journal with refereed submissions. . This package contains the text databases generated during the build process used in computing the hierarchical domain structure, among other uses. Package: fricas-doc Description-md5: ed708c982bd3e3207c3d307cc73f6373 Description-en: General purpose computer algebra system: documentation Fricas is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Fricas has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Fricas Journal with refereed submissions. . This package contains all documentation, including the Fricas book in dvi format with all postscript images. Package: fricas-graphics Description-md5: 191d9661500e2f4b5a90322b471cd149 Description-en: General purpose computer algebra system: graphics subsystem Fricas is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Fricas has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Fricas Journal with refereed submissions. . This package contains the binaries for the graphics subsystem. The programs in this package allow fricas to draw plots to separate windows in X as well as to output files in postscript format. Package: fricas-graphics-data Description-md5: dacbd0787d12d8d64b6f472334e0aaad Description-en: General purpose computer algebra system: graphics data Fricas is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Fricas has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Fricas Journal with refereed submissions. . This package contains required data files for the fricas graphics subsystem. Package: fricas-hypertex Description-md5: 0b3bae53014b2e6fa600183e43090ae5 Description-en: General purpose computer algebra system: hypertex subsystem Fricas is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Fricas has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Fricas Journal with refereed submissions. . This package contains the binaries for the hypertex subsystem. The programs in this package provide an interactive online help system describing the many fricas commands. Package: fricas-hypertex-data Description-md5: 6c681c400b0b71d36a509c6d76a9c93c Description-en: General purpose computer algebra system: hypertex data Fricas is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Fricas has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Fricas Journal with refereed submissions. . This package contains required data files for the fricas hypertex subsystem. Package: fricas-source Description-md5: 576ba8ed232f43bf48e0437f46116af0 Description-en: General purpose computer algebra system: source files Fricas is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Fricas has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Fricas Journal with refereed submissions. . This package contains source files in Fricas's native spad language for the compiled algebra modules supplied in the fricas package. Package: fricas-test Description-md5: 50809d340e00f1c1495a883c851801a0 Description-en: General purpose computer algebra system: regression test inputs Fricas is useful for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler. . Fricas has been in development since 1973 and was sold as a commercial product. It has been released as free software. . Efforts are underway to extend this software to (a) develop a better user interface (b) make it useful as a teaching tool (c) develop an algebra server protocol (d) integrate additional mathematics (e) rebuild the algebra in a literate programming style (f) integrate logic programming (g) develop an Fricas Journal with refereed submissions. . This package contains input files for Fricas's regression test suite. Package: fscrypt Description-md5: a00e89ddf41088a1fe352513192a47b3 Description-en: Tool for managing Linux filesystem encryption fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. . To use fscrypt, you must have a filesystem with encryption enabled and a kernel that supports reading/writing from that filesystem. Currently, ext4, F2FS, and UBIFS support Linux filesystem encryption. Ext4 has supported Linux filesystem encryption since v4.1, F2FS added support in v4.2, and UBIFS added support in v4.10. Other filesystems may add support for native encryption in the future. 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: g++-10 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-10-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-9 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-9-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gambas3 Description-md5: 3e324decba1c260695be5debdf5ecd7b Description-en: Complete visual development environment for Gambas Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This package doesn't include anything: it is a metapackage to install the IDE and all the available Gambas components except deprecated ones, as well as components that are not available on every platform. Package: gambas3-devel Description-md5: 8bcbebd475066eae5a04d323bc067d0f Description-en: Gambas compilation tools Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the Gambas compiler, archiver and informer. Package: gambas3-examples Description-md5: 71504aa5c3479cdd811d32a92f87b849 Description-en: Gambas examples Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides the examples. Package: gambas3-gb-args Description-md5: e7189b87d714de43e09406c6f89a8800 Description-en: Gambas arguments parser Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides a command-line options analyzer, and automatically handles the --help option. Package: gambas3-gb-cairo Description-md5: e08bd95d6b5e276fda8cdc5e6e68e8b0 Description-en: Gambas bindings for cairo Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes Gambas bindings for cairo. Package: gambas3-gb-chart Description-md5: 4fa836fbd70c314a72b9ae8ec2098b55 Description-en: Gambas charting component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native Gambas component to draw charts. Package: gambas3-gb-clipper Description-md5: efb6d9ef3ff37dd773ecf0169e727526 Description-en: Gambas Clipper component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes a component based on the Clipper library, http://www.angusj.com/delphi/clipper.php Package: gambas3-gb-complex Description-md5: 74f773b3eae249f9b4c65fa704c2e76c Description-en: Gambas Complex component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package brings complex numbers support to the interpreter. Package: gambas3-gb-compress Description-md5: f40a6331e684566b700f0812517be248 Description-en: Gambas compression component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package has the needed base libraries for the other compression components. Package: gambas3-gb-compress-bzlib2 Description-md5: 21476428edc422b6604718b9890beee4 Description-en: Gambas bzlib2 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to compress/uncompress data or files with the bzip2 algorithm. Package: gambas3-gb-compress-zlib Description-md5: d0c994ab314fe0a63fd0dcb580ddd63b Description-en: Gambas zlib compression component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to compress/uncompress data or files with the gzip and PKZIP algorithm. Package: gambas3-gb-compress-zstd Description-md5: 2e892fb683144694a27331d2f9c53352 Description-en: Gambas zstd compression component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to compress/uncompress data or files with the ZSTD algorithm. Package: gambas3-gb-crypt Description-md5: 7fe5c8c8e4b035d19a80b1e364347d00 Description-en: Gambas crypt encryption component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows one to use the crypt() glib function in gambas. Package: gambas3-gb-data Description-md5: d0d2834a60337d643eb1cd614a38d7ff Description-en: Gambas abstract datatypes component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides abstract datatypes implementations for Gambas. Package: gambas3-gb-db Description-md5: 039df58feebabf2a177d855af6367d09 Description-en: Gambas database access common libraries Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides the needed common libraries for data access. Package: gambas3-gb-db-form Description-md5: af63f29643d24c401de030839dda4a12 Description-en: Gambas database bound controls Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native Gambas component that implements data bound controls. It provides the following new controls: DataSource, DataBrowser, DataView, DataControl and DataCombo. Package: gambas3-gb-db-mysql Description-md5: f409fe345065dfd4702195432be333f9 Description-en: MySQL driver for the Gambas database Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access MySQL databases. Package: gambas3-gb-db-odbc Description-md5: 634853ba34fbacd32ce0ff836460c66b Description-en: ODBC driver for the Gambas database Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access to databases via unixODBC drivers from Gambas code. Package: gambas3-gb-db-postgresql Description-md5: 6b142e34962dae5204cd16ed7647efc2 Description-en: PostgreSQL driver for the Gambas database Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access PostgreSQL databases. Package: gambas3-gb-db-sqlite3 Description-md5: f76f5bbda23c3f7f2cc995b314cb10ea Description-en: Gambas sqlite3 driver database Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access to sqlite3 databases from Gambas code. Package: gambas3-gb-dbus Description-md5: f8ea1f5a2b770839d30893a927b2ca4d Description-en: Gambas bindings for DBUS Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes Gambas bindings for the DBUS system. Package: gambas3-gb-dbus-trayicon Description-md5: ae953954eecd9f8a819935239203842d Description-en: System tray icon management for Gambas Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component allows one to display a tray icon inside the system tray. Package: gambas3-gb-desktop Description-md5: 36eefd8c37426686698c41658a93e925 Description-en: Gambas Portland project compatibility component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides access to the xdg utilities. Package: gambas3-gb-desktop-x11 Description-md5: 0ebf8450eab091660e26bedb51eb3181 Description-en: Gambas Portland project compatibility component for X11 Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides access to the xdg X11 utilities. Package: gambas3-gb-eval-highlight Description-md5: 4cd48f53f458398a3bcffa3c978ab355 Description-en: Gambas syntax highlighting component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the component for syntax highlighting. Package: gambas3-gb-form Description-md5: 57b9a07640d6782a565c9d3be818055e Description-en: Gambas native form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component to serve as base for graphic components. Package: gambas3-gb-form-dialog Description-md5: 03189fb497dafcc2e74c6cdfe53abf32 Description-en: Gambas native dialog form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component that implements the Workspace dialog control. Package: gambas3-gb-form-editor Description-md5: ebb795776c69146ee445d18d3f7c7c3d Description-en: Gambas native editor form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component provides the TextEditor control, which is a text editor with syntax highlighting support. Package: gambas3-gb-form-htmlview Description-md5: 56416d7b8f5548d1cfbf50a7512fcde8 Description-en: Gambas lightweight HTML component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component provides a HTML component that is based on litehtml. Package: gambas3-gb-form-mdi Description-md5: 98fd67e1838957962cf016cb20f4c97c Description-en: Gambas native mdi form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component that implements the Workspace mdi control. Package: gambas3-gb-form-print Description-md5: b5a9230acf7bd9dd149bf71f85fed995 Description-en: Gambas print form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a gambas component that provides a generic print preview and a print dialog. Package: gambas3-gb-form-stock Description-md5: 6115495b4de23e17e7bf732f843865eb Description-en: Gambas form stock icons Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes support for stock form icons. Package: gambas3-gb-form-terminal Description-md5: 82909cf5c0258516978f8e2ff9666051 Description-en: Gambas terminal form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . A GUI component that provides a VT100-type terminal emulator widget. Package: gambas3-gb-gmp Description-md5: 5e500714bca83471b3040caf1ef19883 Description-en: Gambas GMP component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides an interface to the GNU Multiple Precision Arithmetic Library. Package: gambas3-gb-gsl Description-md5: 4165c04bfaa47087cc608952bda49d05 Description-en: Gambas GNU Scientific Library component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package uses the GNU Scientific Library. Package: gambas3-gb-gtk3 Description-md5: 3d9f18b7d5ce5aef3d48f1d761c89bfe Description-en: Gambas GTK+3 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . These are the GTK+3 components for Gambas. Package: gambas3-gb-gtk3-opengl Description-md5: 03d57f0655b698f9af302841faf43bb2 Description-en: Gambas OpenGL component with GTK+3 toolkit Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to integrate OpenGL in GTK+3 applications. Package: gambas3-gb-gtk3-wayland Description-md5: 4a60d5fabc7d3a3fe3c34b8a81ab76cb Description-en: Gambas GTK+3 Wayland component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows the GTK+3 component to access Wayland. Package: gambas3-gb-gtk3-webview Description-md5: 6e9fc485d09d07556debef57ffce0770 Description-en: Gambas GTK+3 Webview component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use a WebKitGTK based browser component from GTK+3. Package: gambas3-gb-gtk3-x11 Description-md5: 68252c14f052c7f381a036fc18ed4662 Description-en: Gambas GTK+3 X11 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows the GTK+3 component to access X11. Package: gambas3-gb-gui Description-md5: 129a69247f163d4fa3d23fd43add2b60 Description-en: Gambas graphical toolkit selector Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package just loads gb.gtk3 or gb.qt5. It will make your application more desktop-friendly! If the GB_GUI environment variable is set, then gb.gui will load the component specified by its contents. Package: gambas3-gb-hash Description-md5: 6c56b81cefbafc50349a7dec65343858 Description-en: Gambas hash component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides standard hashing functions. Package: gambas3-gb-highlight Description-md5: 8c8ac8e78a29beae8edc7099a18f1ab3 Description-en: Gambas syntax highlighting component based on definition files Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the component for syntax highlighting. Package: gambas3-gb-httpd Description-md5: fc9abe91540650b65fe9befac55e7049 Description-en: Gambas HTTP server Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides an embedded HTTP server for the interpreter. Package: gambas3-gb-image Description-md5: 0350d9bb584463a20e3e38e76108adad Description-en: Gambas image effects Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a new component for applying many various effects on images. The effects source code was ported from the KDE libkdefx library, which includes itself some ImageMagick algorithms, and from the KolourPaint program. Package: gambas3-gb-image-effect Description-md5: ead666dffb7f9ce7f7b49cecf27e73db Description-en: Gambas image effects: effects Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . Subcomponent for the image component: image effects. Package: gambas3-gb-image-imlib Description-md5: 4301839cbcb334c79daabbc29bbdfd84 Description-en: Gambas image effects: IMLIB bindings Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . Subcomponent for the image component: bings to IMLIB. Package: gambas3-gb-image-io Description-md5: b2787684e119c7eb11cf40f362968cfa Description-en: Gambas image effects: I/O Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . Subcomponent for the image component: image I/O. Package: gambas3-gb-inotify Description-md5: 68663167333b304e0df49080ec3e39e2 Description-en: Gambas filesystem events monitoring component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to monitor filesystem events. Package: gambas3-gb-jit Description-md5: 336f89d7ce67813aa7b33df53f9799cf Description-en: Gambas Just-In-Time compiler component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides a Just-In-Time compiler for Gambas. Package: gambas3-gb-libxml Description-md5: 882e38eb1c1bc5f158b0a910e510f10d Description-en: Gambas libxml component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package brings the power of the libxml libraries to Gambas. Package: gambas3-gb-logging Description-md5: 8edb32cd5ebac876c6c1de3e42006f47 Description-en: Gambas logging system component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package brings a flexible logging system for Gambas applications. Package: gambas3-gb-map Description-md5: 99ab81fc668fcdd64c4c6e881a7425c4 Description-en: Gambas online map viewer Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allowing to display maps from many different sources (Google Maps, OpenStreetMap). Package: gambas3-gb-markdown Description-md5: 14b7fcc798d6905d7cba414f99f14f82 Description-en: Gambas markdown convert component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to convert gambas markdown syntax to HTML. Package: gambas3-gb-media Description-md5: 3abd51afc84d7b5a2b9f34a64c569373 Description-en: Gambas media component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package is a simplified interface to the GStreamer library. Package: gambas3-gb-media-form Description-md5: aa68c4f761e47a20ab6f8b487dee37e2 Description-en: Gambas media player controls Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component provides media player control elements. Package: gambas3-gb-memcached Description-md5: b841fb492b3c9c138bb0a82becfaf035 Description-en: Gambas memcached client Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides a memcached client. Package: gambas3-gb-mime Description-md5: ea532f6a9de06a7a742bb81ff18c090d Description-en: Gambas MIME message management Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package parses a string and converts it to a MIME message and the reverse. Package: gambas3-gb-mysql Description-md5: 3aebe36f91e177fb941b686bd430df07 Description-en: Gambas MySQL component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package creates MySQL statements and executes them. Package: gambas3-gb-ncurses Description-md5: 0e49774913039b09262e90ba3debff7a Description-en: Gambas NCurses component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package uses the NCurses library. Package: gambas3-gb-net Description-md5: a3654c86d0b052703c593bebd359866a Description-en: Gambas networking component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use TCP/IP and UDP sockets, and to access any serial ports. Package: gambas3-gb-net-curl Description-md5: 0e731bf3398b471acaa7161453e020dc Description-en: Gambas advanced networking component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows your programs to easily become FTP or HTTP clients. Package: gambas3-gb-net-pop3 Description-md5: 56f8de152f23e27484aea9027d9f1b3b Description-en: Gambas POP3 client implementation Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package retrieves mails using the POP3 protocol. Package: gambas3-gb-net-smtp Description-md5: 92208c5fc351d5dbc8fbdc9c498d8901 Description-en: Gambas smtp protocol component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows sending emails using smtp protocol. It contains one control, SmtpClient, that is used for defining the SMTP server, the SMTP port, the recipients, the sender, the subject, the mail contents, some attachments, and for finally sending the mail. Package: gambas3-gb-openal Description-md5: c8e82a17464cf109e6b62085a3dc1d40 Description-en: Gambas OpenAL component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes an interface to the OpenAL 3D Audio library. Package: gambas3-gb-opengl Description-md5: 7ca05a7b4ec31fdac1c8f258f1687f76 Description-en: Gambas OpenGL component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you 3D programming with OpenGL in gambas. Package: gambas3-gb-opengl-glsl Description-md5: 77055f5352b0f53131864567aab85667 Description-en: Gambas OpenGL component: GL Shading Language subcomponent Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package accesses the OPenGL Shading Language. Package: gambas3-gb-opengl-glu Description-md5: f52de93851be88109eb6d46ca9ab67b9 Description-en: Gambas OpenGL utility Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use the Mesa libraries to do 3D operations. Package: gambas3-gb-opengl-sge Description-md5: 5dec7e7c1fe18cdc3424fb2518c32117 Description-en: Gambas SDL Game Engine Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides a simple OpenGL game engine based on the MD2 format. Package: gambas3-gb-openssl Description-md5: 9ffbc303a685771b001f517437d6f1f5 Description-en: Gambas OpenSSL component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides the cryptographic functions available in OpenSSL. Package: gambas3-gb-option Description-md5: 5dbbf9a2a9962b63fe5575f5e53d6a89 Description-en: Gambas option component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the component for option parsing. Package: gambas3-gb-pcre Description-md5: 70f30e0b51c00cd9c6b911912349f1c0 Description-en: Gambas regexp component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This experimental component allows you to use Perl compatible regular expressions within gambas code. Package: gambas3-gb-pdf Description-md5: 0e796f0ba392ad6ff7af3272bd4d5a46 Description-en: Gambas pdf component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . PDF renderer component based on poppler library. Package: gambas3-gb-poppler Description-md5: 0c374c97afcf47deee6dbf243f10938d Description-en: Gambas poppler component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . PDF renderer component based on poppler-glib library. Package: gambas3-gb-qt5 Description-md5: cf84ba399c7eeae7b46c1131084b1751 Description-en: Gambas Qt5 GUI component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the Gambas QT5 GUI component. Package: gambas3-gb-qt5-ext Description-md5: 7c06048d5e2e598efb688a5770f4da22 Description-en: Gambas extended Qt GUI component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . Extension widgets for Qt5: currently only a rich text editor widget. Package: gambas3-gb-qt5-opengl Description-md5: 8f0ffcdca0813f059d52f35fc6472288 Description-en: Gambas OpenGL component with QT5 toolkit Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to integrate OpenGL in qt5 applications. Package: gambas3-gb-qt5-wayland Description-md5: d534b679acc932760d82957f1f18a427 Description-en: Gambas Qt5 Wayland component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows the QT5 component to access Wayland. Package: gambas3-gb-qt5-webkit Description-md5: 7ddb93afc2050f7539f96c3f815ed28c Description-en: Gambas WebKit component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This deprecated package allows you to use a WebKit browser component from Qt5. You should use gambas3-gb-qt5-webview instead. Package: gambas3-gb-qt5-webview Description-md5: ef2fe41c2d0cccfe2c11422467103369 Description-en: Gambas Qt5 Webview component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use a QtWebEngine based browser component from Qt5. Package: gambas3-gb-qt5-x11 Description-md5: 951b592ca5fd9717382926eb09f76109 Description-en: Gambas Qt5 X11 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows the QT5 component to access X11. Package: gambas3-gb-report Description-md5: 7cdbd7c55ea7a236753fb00c47920c79 Description-en: Gambas report component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package gives the tools and methods to create reports using Gambas. Package: gambas3-gb-report2 Description-md5: e69cd59e636186c19b95c8fa0607d217 Description-en: Gambas report2 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package gives the tools and methods to create reports using Gambas report 2 package. Package: gambas3-gb-scanner Description-md5: 103a3f11766f5982e5d9cdc21b9d6339 Description-en: Gambas scanner component The Gambas scanner management library is a frontend of the ScanImage program provided by the sane toolkit. It allows one to easily manage scanner devices in Gambas code. . This package allows you to use and manage scanner devices in Gambas code. Package: gambas3-gb-sdl2 Description-md5: 7a9c9ed626231ef2a29da57f19e1463c Description-en: Gambas SDL2 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package use the ttf fonts parts of the SDL2 library. If opengl drivers are installed it uses it to accelerate 2D and 3D drawing. Package: gambas3-gb-sdl2-audio Description-md5: 08f83f43b0d536a1e82bbab4a726e2f8 Description-en: Gambas SDL2 audio component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package use the audio image parts of the SDL2 library. It allows you to simultaneously play many sounds and a music stored in a file. Package: gambas3-gb-settings Description-md5: 306322693bef7e6b543771154faf34f1 Description-en: Gambas utilities class Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a component made in Gambas providing several utilities. Package: gambas3-gb-signal Description-md5: eab27e5e094ef8fec507d329626df415 Description-en: Gambas OS signal library Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the component for access to OS signals. Package: gambas3-gb-term Description-md5: 51cfc2cc1e1ba49a4ee142b5590ab860 Description-en: Terminal manager for Gambas Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component allows one to manage terminals, with an API very close to the one provided by the operating system. Package: gambas3-gb-term-form Description-md5: 04047bd26dd3fe2fad1153a19be50792 Description-en: Gambas GUI terminal form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . A component for making the GUI of terminal applications. Package: gambas3-gb-util Description-md5: 1bb722c780ea2eb30a370f9c52321d92 Description-en: This component provides many useful utility methods or classes Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use many useful utilities methods or classes, such as: CSV file read and decode, date and time functions, file utility functions, shell methods, string utility functions. Package: gambas3-gb-util-web Description-md5: c7ed7c4ebf33bc1bebbd73519a4b2c2f Description-en: This component provides many utilities useful for web applications Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use many utilities useful for web applications, such as: decode and encode the JSON format and dealing with URL strings. Package: gambas3-gb-v4l Description-md5: 410a97a5c8471b7eafd5b9186794a272 Description-en: Gambas video for Linux component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a component to use v4l with gambas. Package: gambas3-gb-vb Description-md5: 86ba2c1dddc3babf966a3079afd5390b Description-en: Gambas Visual Basic(tm) compatibility component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a component to give compatibility with some MS Visual Basic functions. Package: gambas3-gb-web Description-md5: 33d00ec5a9cf1b88ae068c5385cb4688 Description-en: Gambas CGI for web applications Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a component for making CGI web applications using gambas, with an ASP-like interface. Package: gambas3-gb-web-feed Description-md5: 876a7132a10279d029ffe20dcc7366be Description-en: Gambas web feed parser and generator Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component allows one to parse and generate a web feed. Package: gambas3-gb-web-form Description-md5: be24201d44f2fc884e3ea96de6b1a3d1 Description-en: Gambas web application component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component allows one to make the GUI of a web application with the IDE form editor. Package: gambas3-gb-web-gui Description-md5: d042817ad2fa166f202d6fc35f0e309e Description-en: Gambas web application GUI component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component allows one to develop a web application by following a model similar to classic GUI applications. . This is preferred over the gambas3-gb-web-form component. Package: gambas3-gb-xml Description-md5: cedeedc9dd02ddc6e5cffe2d32deb852 Description-en: Gambas XML component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package brings the power of the xml libraries to Gambas. Package: gambas3-gb-xml-html Description-md5: a7eadaf2dc201a87673e16b6eaa1c18d Description-en: Gambas HTML component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows using HTML generator. Package: gambas3-gb-xml-rpc Description-md5: e2cedab517ba7767a839955f20846623 Description-en: Gambas RPC component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows using RPC from a Gambas application. Package: gambas3-gb-xml-xslt Description-md5: 51b5ec811a19abb92acaeda56eda2983 Description-en: Gambas XSLT component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). This package brings the power of the libxslt libraries to Gambas. Package: gambas3-ide Description-md5: 473e5a716aa1548d2eabd6260aa08130 Description-en: Visual development environment for the Gambas programming language Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the Gambas Development Environment. Package: gambas3-runtime Description-md5: e3f7113f62122b80c5acf2c6b73ec718 Description-en: Gambas runtime interpreter Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the Gambas interpreter needed to run Gambas applications. Package: gambas3-scripter Description-md5: 2707920b7db74b56b53dcd256d975617 Description-en: Gambas scripter Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the needed files to use Gambas as a scripting language. Package: gammaray Description-md5: a94b1d7900b1873c06348fe2f3b56605 Description-en: Tool for examining the internals of Qt application GammaRay is a tool for examining the internals of a Qt application and to some extent also manipulate it. GammaRay uses injection methods to hook into an application at runtime and provide access to a wide variety of interesting information. It provides easy ways of navigating through the complex internal structures you find in some Qt frameworks, such as QGraphicsView, model/view, QTextDocument, state machines and more. Package: gammaray-dev Description-md5: 77aaccdf9352880e954c0868f7ed3540 Description-en: GammaRay plugin development files GammaRay is a tool for examining the internals of a Qt application and to some extent also manipulate it. GammaRay uses injection methods to hook into an application at runtime and provide access to a wide variety of interesting information. It provides easy ways of navigating through the complex internal structures you find in some Qt frameworks, such as QGraphicsView, model/view, QTextDocument, state machines and more. . This package contains header files used for building 3rd party GammaRay plugins. Package: gammaray-plugin-bluetooth Description-md5: dcebbb439ceee57d836617715cc2549d Description-en: QtBluetooth type support for GammaRay This plugin adds support for QtBluetooth types into GammaRay. Package: gammaray-plugin-kjobtracker Description-md5: 1349fecadcf1b1546cae5fcc2742d3bc Description-en: KJob tracker plugin for GammaRay This plugin can be used to monitor KJob instances within a KDE-based application. Package: gammaray-plugin-positioning Description-md5: 3a9c8729834c1babe82bddeab28d9386 Description-en: Qt5Positioning type support for GammaRay This plugin adds support for Qt5Positioning types into GammaRay. Package: gammaray-plugin-quickinspector Description-md5: 144443c79d767d7df4585a3495d1dd9f Description-en: GammaRay plugin for inspecting QtQuick2 applications This plugin provides the user with the following inspection and debugging facilities: . * Tree view of all QQuickItems in the scene, marking invisible items and items having focus. * Object inspector allowing to see all the properties, inspect signal-slot connections, and directly invoke slots and Q_INVOKABLE methods. * Live-preview of the QtQuick scene inside the GammaRay window. * Qt Quick scene graph inspector. Package: gammaray-plugin-waylandinspector Description-md5: e1d11c246e302caacc4b4453ca7819c9 Description-en: Wayland compositor inspector plugin for GammaRay The Wayland compositor inspector allows one to browse QWaylandClient instances and their associated resources, as well as observe Wayland events. Package: gcc-10 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-10-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-10-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-10-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-10-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-10-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-10-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-10-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-10-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-10-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-9 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-9-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-9-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-9-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-9-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-9-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-9-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-9-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-9-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-9-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-arm-none-eabi Description-md5: 9da50871a8c83af046cd3b2d2c25fba2 Description-en: GCC cross compiler for ARM Cortex-R/M processors Bare metal C and C++ compiler for embedded ARM chips using Cortex-M, and Cortex-R processors. This package is based on the GNU ARM toolchain provided by ARM. Package: gcc-arm-none-eabi-source Description-md5: 8e7ec8e77660318baa356aae00688625 Description-en: GCC cross compiler for ARM Cortex-R/M processors (source) Bare metal C and C++ compiler for embedded ARM chips using Cortex-M, and Cortex-R processors. This package is based on the GNU ARM toolchain provided by ARM. . This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC) for embedded ARM chips. Package: gccbrig-10 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-9 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccgo-10 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-10-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-10-multilib Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-9 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-9-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-9-multilib Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-go Description-md5: e9367fd5d4bee8931b5073c4b70ed278 Description-en: Go programming language -- gccgo The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . Installing this package will install the gccgo implementation as /usr/bin/go. It conflicts with golang-go. Package: gcin Description-md5: 76aafdefb6c4738db36a21e1d9cbbd66 Description-en: GTK+ based input method for Chinese users gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . To use gcin, the correspondence immodule packages also need to be installed. They are: . * gcin-gtk2-immodule for GTK2 * gcin-gtk3-immodule for GTK3 * gcin-qt5-immodule for Qt5 Package: gcin-anthy Description-md5: 4c536c3e43101619a9a80eaa2dfd2f6b Description-en: support library to use Anthy in gcin gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package is the support library to use anthy in gcin. Package: gcin-data Description-md5: df99f0ed19376dce96e764842e1e9334 Description-en: icons and scripts for gcin gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package contains icons, scripts and other architecture-independent things. Package: gcin-gtk2-immodule Description-md5: 7185dac38716d3678f078a67ce57249a Description-en: GTK2 input method module with gcin as backend gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package is the GTK2 input method module (immodule) for gcin. Package: gcin-gtk3-immodule Description-md5: 9f6d772990da66bfd1fe3978f8102f76 Description-en: GTK3 input method module with gcin as backend gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package is the GTK3 input method module (immodule) for gcin. Package: gcin-qt5-immodule Description-md5: 47a564ee5f7aa4d010076956b05f5557 Description-en: Qt5 input method module with gcin as backend gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package is the Qt5 input method module (immodule) for gcin. Package: gcin-tables Description-md5: f0ffb01141ee45898b43f6fe35c1a919 Description-en: input method tables for gcin gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package contains architecture-dependent input method tables. Package: gcr4 Description-md5: ee6145fe2ef6efa76055bc896f49f5f4 Description-en: GNOME crypto services (daemon and tools) GCR is a library for crypto UI and related tasks. . This package contains the certificate viewer and prompter service. Package: gdal-bin Description-md5: 9b991dff688fb509bc873ba688a660b5 Description-en: Geospatial Data Abstraction Library - Utility programs GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains utility programs, based on GDAL/OGR library, namely gdal_translate, gdalinfo, gdaladdo, gdalwarp, ogr2ogr, ogrinfo, ogrtindex. Package: gdal-data Description-md5: 81ef266f0ab038b3120be125843fe901 Description-en: Geospatial Data Abstraction Library - Data files GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains the GDAL data files. Package: gdal-plugins Description-md5: 6b88a972f184d3df554c631d9627b3a5 Description-en: Geospatial Data Abstraction Library - Plugins GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains data for the plugins. Package: gdb-multiarch Description-md5: a1817b57c8908df620117da195d633bc Description-en: GNU Debugger (with support for multiple architectures) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains a version of GDB which supports multiple target architectures. Package: gdb-source Description-md5: f6e1298a18996d699ccfb824f5342e59 Description-en: GNU Debugger (source) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains the sources and patches which are needed to build GDB. Package: gdbserver Description-md5: 883ab8a4c88e4e7893ca5e20099104e3 Description-en: GNU Debugger (remote server) GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada. A must-have for any serious programmer. . This package contains gdbserver. Install this to debug remotely from another system where GDB is installed. Package: gdc-10 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-10-multilib Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-9 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-9-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: gdcm-doc Description-md5: 60ddd072efcde96554cd2a0e12edf531 Description-en: Grassroots DICOM documentation Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . This is the documentation for gdcm and vtkgdcm 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: geis-tools Description-md5: 32f36eb668194701fb29ca06b17e402a Description-en: Gesture engine interface support - test tools A common API for clients of a systemwide gesture recognition and propagation engine. . Tools that can be used to verify gesture API behaviour. Package: gem Description-md5: 67f209f2756b5e6ccae0680df67002a5 Description-en: Graphics Environment for Multimedia - Pure Data library Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package contains the core library. If you want to use external data (live video capture, film footage, still images, ...), you have to install one (or all) of the gem-plugin-* packages. Package: gem-dev Description-md5: 5ab0bcf8dfffa768e5b12dfbd77ced18 Description-en: Graphics Environment for Multimedia (development files) Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides the header-files for compiling externals (plugins) for Gem. Package: gem-doc Description-md5: 248ed9cd67f988465b5dcb4ec39d2ed2 Description-en: Graphics Environment for Multimedia (documentation) Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package includes the documentation for Gem. Package: gem-extra Description-md5: 2631f815a487aef7b6c13ef2b35a036e Description-en: Graphics Environment for Multimedia - extra objects Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package includes some contrib objects, mainly for tracking. Currently included objects are: [pix_mano], [pix_drum] tracking objects by Jaime Oliver [pix_fiducialtrack] reacTIVision-like tracking Package: gem-plugin-assimp Description-md5: 2cb4bbe47baa9de2d99c93a0076d2364 Description-en: Graphics Environment for Multimedia - Assimp support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides model loading using Assimp. Package: gem-plugin-dc1394 Description-md5: 809dc083b48443c2e7d4a359028f2079 Description-en: Graphics Environment for Multimedia - DC1394 support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides video capturing using dc1394, allowing you to capture from your industry grade ("firewire") IIDC camera Package: gem-plugin-dv4l Description-md5: 81bd7aee18117ac1df26dd1c06677c27 Description-en: Graphics Environment for Multimedia - DV support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides video capturing using libdv, allowing you to capture from your consumer-grade ("firewire") DV-camcorder. Package: gem-plugin-glfw3 Description-md5: 296e5a75f026e50e77378a73af441788 Description-en: Graphics Environment for Multimedia - GLFW3 support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides windowing using GLFW3. Package: gem-plugin-glut Description-md5: e8faf0863e69bf91d6bf67f2f38d8ae9 Description-en: Graphics Environment for Multimedia - GLUT support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides windowing using GLUT. Package: gem-plugin-gmerlin Description-md5: 31de2c9ee3a78c8693acb7c1dd7bd311 Description-en: Graphics Environment for Multimedia - GMERLIN support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides film/movie decoding using the gmerlin-avdecoder library. Package: gem-plugin-jpeg Description-md5: a8b010a22b8f65f3c61b7e7964ddaaec Description-en: Graphics Environment for Multimedia - JPEG support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides image input and output using the libjpeg library. If you have installed the gem-plugin-magick package as well, you might find that you don't need this package as you can already read and write jpeg images. Package: gem-plugin-lqt Description-md5: e359a47ef863114275ed0c9ea6a6bf13 Description-en: Graphics Environment for Multimedia - LQT support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides film/movie input and output using the libquicktime library. Package: gem-plugin-magick Description-md5: ecb07097215819f8f9fda73c550fc7e7 Description-en: Graphics Environment for Multimedia - ImageMagick support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides image input and output using the ImageMagick library. Package: gem-plugin-mpeg3 Description-md5: 0d15eda23f4928acdc86a98efab54d5b Description-en: Graphics Environment for Multimedia - MPEG support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides film/movie decoding using the libmpeg3 library (allowing you to read MPEG-1 and MPEG-2 video files). . NOTE: the gem-plugin-gmerlin package allows you to read those files as well in a more consistent/stable manner. Package: gem-plugin-sdl Description-md5: 410ac0e175eb69ebb8c893046a2a7382 Description-en: Graphics Environment for Multimedia - SDL support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides windowing using SDL. Package: gem-plugin-sgi Description-md5: 3e254b814bb5b05693a2f799ce2a40f9 Description-en: Graphics Environment for Multimedia - SGI support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides image loading for SGI images. If you have installed the gem-plugin-magick package as well, you might find that you don't need this package as you can already read and write(!) SGI images. Package: gem-plugin-tiff Description-md5: 18bb323199c2240ce61a8dc55898c962 Description-en: Graphics Environment for Multimedia - TIFF support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides image input and output using the libtiff library. If you have installed the gem-plugin-magick package as well, you might find that you don't need this package as you can already read and write TIFF images. Package: gem-plugin-unicap Description-md5: dbdad23ef8e4c9616421ac0e4ea6e11d Description-en: Graphics Environment for Multimedia - unicap support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides video capturing using unicap. Package: gem-plugin-v4l2 Description-md5: 8ad179c790ef5e00d4fa8f9e8c835e97 Description-en: Graphics Environment for Multimedia - V4L2 output support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides video input and output using V4L2. . For video output, you might want to use a loopback device, for which you will have to install the v4l2loopback kernel module as well. Package: gem-plugin-vlc Description-md5: 4233421cf30151e84c790c138f1d3b41 Description-en: Graphics Environment for Multimedia - VLC support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides video capturing using the VideoLAN-Client engine Package: gem-plugin-vnc Description-md5: 4716f77b68ca2ab345c877a4603c759a Description-en: Graphics Environment for Multimedia - VNC support Gem is a loadable library for Pure Data (Pd), which adds OpenGL graphics rendering and animation to Pd. Pd is a graphical programming language and computer music system. . This package provides video capturing using vncserver 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: generate-ninja Description-md5: 07fe9ff036b6e4b5c688313612d778d9 Description-en: meta-build system for ninja Generate-Ninja, or GN, is a meta-build system that generates Ninja build files so that you can build your project with Ninja. GN was, originally, part of the Chromium source tree, and has since been extracted into its own standalone repo. Package: gensio-bin Description-md5: ca67e831dbbbabdb38423807939b6247 Description-en: abstract stream I/O (command line tool) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the command line tool. 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: gfortran-10 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-10-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-10-multilib Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-9 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-9-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-9-multilib Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: ghdl Description-md5: 898aa78eff5e5684d36c1b7162717375 Description-en: VHDL compiler/simulator GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . GHDL offers three machine code generation backends: one based on GCC, one using the LLVM compiler suite and a GHDL specific one called mcode. These are available in the ghdl-gcc, ghdl-llvm and ghdl-mcode packages respectively. Both the GCC and LLVM backends create highly optimized code for excellent simulation performance while simulations compiled with the GCC backend also allow coverage testing using gcov. The mcode backend creates less performant code but makes up for it with much faster compilation. It is therefore preferable for smaller projects without large or long running simulations. . Multiple backends can be installed at the same time and selected by either invoking the desired GHDL directly (as ghdl-gcc, ghdl-llvm or ghdl-mcode) or by providing a GHDL_BACKEND environment variable (containing gcc, llvm or mcode) while invoking ghdl. . This package is a dependency package that will make sure at least one backend is installed. Package: ghdl-common Description-md5: b290124fad2a6e7a33b72c9925247d56 Description-en: VHDL compiler/simulator (common files) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains common files for the GHDL compiler packages. Package: ghdl-gcc Description-md5: ec1284d70cac706d2656e20b43505771 Description-en: VHDL compiler/simulator (GCC backend) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains the compiler with the GCC backend. Package: ghdl-llvm Description-md5: d7156d37c756669e593cfa7d02043035 Description-en: VHDL compiler/simulator (LLVM backend) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains the compiler with the LLVM backend. Package: ghdl-mcode Description-md5: a43d648f2765b04ca5f3eada73656aac Description-en: VHDL compiler/simulator (mcode backend) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains the compiler with the mcode backend. Package: ghdl-tools Description-md5: be3177ca14cf04b7594ec1f43e04a999 Description-en: VHDL compiler/simulator (tools) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains ghwdump, a simple command line tool to extract information from GHW files produced by GHDL and display it as text. It is mainly intended for use in debugging and is not needed for regular use of GHDL, where a wavefile visualization tool like gtkwave would normally be used. Package: gir1.2-budgie-1.0 Description-md5: 7393caa1162844992c3c5fc2b4e6760a Description-en: GNOME introspection library for budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This is the introspection library and allows creating plugins in python3, C and Vala Package: gir1.2-budgieraven-1.0 Description-md5: a38dc03f67dd687bda929e59cd5f6251 Description-en: GNOME introspection library for budgie-desktop (raven) Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This is the introspection library and allows creating plugins in python3, C and Vala for the raven sidebar Package: gir1.2-dex-1 Description-md5: 8f5bcda485c972bc348eb1338638a1d0 Description-en: GObject introspection data for libdex This package contains GObject introspection information. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gck-2 Description-md5: 9fe18a0ed10ac386dd01e38e2599f7d3 Description-en: GObject introspection data for the GCK library This package contains introspection data for GCK, a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . It can be used by interpreters understanding the GIRepository format to write programs using the GCK library. Package: gir1.2-gcr-4 Description-md5: b69189318ad490ce96b37e11ad4c8b09 Description-en: GObject introspection data for the GCR library This package contains introspection data for GCR, a library for crypto UI and related tasks. . It can be used by interpreters understanding the GIRepository format to write programs using the GCR library. Package: gir1.2-gdl-3 Description-md5: a9947e542a8e766c28089ac113832377 Description-en: GObject introspection data for the GDL library This package contains introspection data for the GNOME DevTool libraries, a support library for GNOME development tools. . It can be used by packages using the GIRepository format to generate dynamic bindings. 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-ges-1.0 Description-md5: 6becd314b8c159acf979f724d8fa3df7 Description-en: GObject introspection data for the GES library The GStreamer multimedia framework and the accompanying NLE set of plugins for non-linear editing offer all the building blocks for: * Decoding and encoding to a wide variety of formats, through all the available GStreamer plugins. * Easily choosing segments of streams and arranging them through time through the NLE set of plugins. But all those building blocks only offer stream-level access, which results in developers who want to write non-linear editors to write a consequent amount of code to get to the level of non-linear editing notions which are closer and more meaningful for the end-user (and therefore the application). . The GStreamer Editing Services (GES) aims to fill the gap between GStreamer/NLE and the application developer by offering a series of classes to simplify the creation of many kind of editing-related applications. . This package contains introspection data for the GStreamer editing services. Package: gir1.2-grss-0.7 Description-md5: 665ce5701f840277957da2bfa3b0cd58 Description-en: GObject introspection data for libgrss libgrss is a Glib abstraction library for handling feeds in RSS, Atom and other formats. It is intended to be used to manage syndication of feeds in a convenient way. . This package contains introspection data for libgrss. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gst-plugins-bad-1.0 Description-md5: 8dab6f0721a81295bbb56dd6445f5f5b Description-en: GObject introspection data for the GStreamer libraries from the "bad" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. . This package contains introspection data for the GStreamer libraries from the "bad" set. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gst-rtsp-server-1.0 Description-md5: 86caaabae9e614dcf85cc74d17bd9192 Description-en: GObject introspection data for the GStreamer RTSP Server gst-rtsp-server is a library on top of GStreamer for building an RTSP server or embedding RTSP server capabilities into applications. . GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains introspection data for the GStreamer RTSP Server. Package: gir1.2-guestfs-1.0 Description-md5: 10c3e57f26ba608aa3690bd897efa916 Description-en: guest disk image management system - GObject introspection files The libguestfs library allows accessing and modifying guest disk images. . This package contains the GObject introspection data. Package: gir1.2-hinawa-4.0 Description-md5: 40b2d5f80f58e613c15986b842c9a1fe Description-en: GObjet introspection data for libhinawa4 This package contains introspection data for libhinawa4. It can be used by packages using the GIRepository format to generate dynamic bindings, or it can be used by interpreters understanding the GIReporsitory format to libhinawa4. Package: gir1.2-hinoko-1.0 Description-md5: 38240de7ca6622caaf21affa5e429d74 Description-en: GObject introspection data for libhinoko1 This package contains introspection data for libhinoko1. It can be used by packages using the GIRepository format to generate dynamic bindings, or it can be used by interpreters understanding the GIReporsitory format to libhinoko1. Package: gir1.2-hitaki-0.0 Description-md5: d33f311f993cf1a9d31bb5df8dc3ea3e Description-en: GObject introspection data for libhitaki0 This package contains introspection data for libhitaki0. It can be used by packages using the GIRepository format to generate dynamic bindings, or it can be used by interpreters understanding the GIReporsitory format to libhitaki0. Package: gir1.2-shumate-1.0 Description-md5: bae02491367acc355bde51cead1d372b Description-en: GTK4 widgets for embedded maps - gir bindings It supports numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps for free. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-sugarext-1.0 Description-md5: 02d34e9e747379667547ea556cd92621 Description-en: Sugar Learning Platform - toolkit GObject introspection Sugar Learning Platform promotes collaborative learning through Sugar Activities that encourage critical thinking, the heart of a quality education. Designed from the ground up especially for children, Sugar offers an alternative to traditional "office-desktop" software. . The sugar3 library contains a set of widgets to build HIG compliant applications and interfaces to interact with system services like presence and the datastore. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-ukuimenu-2.0 Description-md5: c094be1dc94a2a65fb99e01042e385b1 Description-en: GObject introspection data for the UKUI menu specification This package contains introspection data for UKUI menu specification, an implementation of the draft "Desktop Menu Specification" from freedesktop.org . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-vips-8.0 Description-md5: 6a5a50d6b91f7bd84add8c9d061eb07d Description-en: GObject introspection data for VIPS VIPS is an image processing system designed with efficiency in mind. It is good with large images (ones that larger than the amount of RAM in your machine), and for working with colour. It can perform many image manipulation tasks much faster than other packages such as ImageMagick and the GIMP and includes some special features such as creating single "mosaic" images from multiple parts. . VIPS consists of two main components: an image processing library with some command-line tools and a spreadsheet-like graphical user interface. The graphical interface is available in the nip2 package. . This package provides the introspection data for VIPS library. Package: gir1.2-zbar-1.0 Description-md5: 15303040a9b872266ed0d2962a456d23 Description-en: QR code / bar code scanner and decoder (introspection data) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the GObject introspection data which are needed for developing the zbar library in various programming languages with GObject introspection support. 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: glibc-source Description-md5: 1892ef83f2f36db0d236ccc041158b32 Description-en: GNU C Library: sources This package contains the sources and patches which are needed to build glibc. Package: glom Description-md5: b1066ca296c38c1682afc13bed403a30 Description-en: database designer and user interface With Glom you can design table definitions and the relationships between them, plus arrange the fields on the screen. You can edit and search the data in those tables, and specify field values in terms of other fields. It's as easy as it should be. . The design is loosely based on FileMaker Pro, with the added advantage of separation between interface and data. Its simple framework should be enough to implement most database applications. Without Glom these systems normally consist of lots of repetitive, unmaintainable code. Package: glom-doc Description-md5: 50c4efacb4167159890984406d1c7447 Description-en: database designer and user interface - documentation With Glom you can design table definitions and the relationships between them, plus arrange the fields on the screen. You can edit and search the data in those tables, and specify field values in terms of other fields. It's as easy as it should be. . The design is loosely based on FileMaker Pro, with the added advantage of separation between interface and data. Its simple framework should be enough to implement most database applications. Without Glom these systems normally consist of lots of repetitive, unmaintainable code. . This package contains the documentation and examples. Package: glom-utils Description-md5: 5f1d172fca9b052792cb6c9a35b6bf6d Description-en: Command-line utilities for Glom With Glom you can design table definitions and the relationships between them, plus arrange the fields on the screen. You can edit and search the data in those tables, and specify field values in terms of other fields. It's as easy as it should be. . The design is loosely based on FileMaker Pro, with the added advantage of separation between interface and data. Its simple framework should be enough to implement most database applications. Without Glom these systems normally consist of lots of repetitive, unmaintainable code. . This package contains the command-line tools. 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-10 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-9 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: gnat-10 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-10-doc Description-md5: 8139d6afb41aa31e17dbd1884d4ab725 Description-en: GNU Ada compiler (documentation) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the documentation in info format. Package: gnat-9 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-9-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-boxes Description-md5: 23802aa6ebc544c9c10bcdeaaeda1749 Description-en: Simple GNOME app to access virtual systems GNOME Boxes is a desktop client to view or use local virtual machines. Boxes is intentionally simple and easy to use. . Hardware virtualization is required. . Previously, GNOME Boxes could also be used to connect to remote computers, but that feature is now provided by the GNOME Connections app. Package: gnome-connections Description-md5: 9b5b85db431b07e23e45d7d5b21f6b89 Description-en: Simple GNOME app to access remote computers GNOME Connections is a desktop client to view or use remote computers using VNC or RDP. The app is intentionally simple and easy to use. . GNOME Connections replaces the remote desktop functionality that was previously found in GNOME Boxes. Package: gnome-kiosk Description-md5: 51ef43472e2f64a72611af0788332a4f Description-en: mutter based compositor for kiosks GNOME Kiosk provides a desktop environment suitable for fixed purpose, or single application deployments like wall displays and point-of-sale systems. . It provides a very minimal wayland display server and compositor and Xorg compositor and window manager. It automatically starts applications fullscreen. . Notably, GNOME Kiosk features no panels, dashes, or docks that could distract from the application using it as a platform. Package: gnome-kiosk-script-session Description-md5: 75d4c6565313ebf8c090820020296ac7 Description-en: Basic session used for running kiosk application from shell script This package generates a shell script and the necessary scaffolding to start that shell script within a kiosk session. Package: gnome-kiosk-search-appliance Description-md5: 809adb2ea444456af506fdc73bfe7c68 Description-en: Example search application application that uses GNOME Kiosk This package provides a full screen firefox window pointed to google. Package: gnome-pass-search-provider Description-md5: 11513721a0f8cc7e8ffa687dbdc5985b Description-en: GNOME Shell search provider for the pass password manager This GNOME search provider integrates the pass utility into GNOME Shell. It can search password entries and copy passwords as well as arbitrary fields (username, pin, etc.) from the GNOME Shell search frontend. It also supports the OTP extension (from the pass-extension-otp package). Package: gnome-shell-mailnag Description-md5: fb3731336c767507c300293147d80899 Description-en: mail notification extension for GNOME Shell This package provides GNOME Shell integration for Mailnag. It includes the following features: . - Notifies about new mails via the messaging tray (including a counter badge) - Shows an indicator in the top panel (including counter badge and popup menu) - Lock screen integration Package: gnss-sdr Description-md5: 6a1f2614c96eb752a0756f1336c67533 Description-en: Global navigation satellite systems software defined receiver Global Navigation Satellite Systems receiver defined by software. It performs all the signal processing from raw signal samples up to the computation of the Position-Velocity-Time solution, including code and phase observables. It is able to work with raw data files or, if there is computational power enough, in real time with suitable radiofrequency front-ends. This software is mainly developed at CTTC (Centre Tecnologic de Telecomunicacions de Catalunya, https://www.cttc.cat) with contributions from around the world. More info at https://gnss-sdr.org Package: gnucash Description-md5: fa2e405424f41b8ff614fae4e74e6af4 Description-en: personal and small-business financial-accounting software Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. Package: gnucash-common Description-md5: 8951a93a2ca048368bbf6f1eea45ac8c Description-en: common files for the financial-accounting software Gnucash Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. . This package contains the architecture independent parts of Gnucash. It should not be installed directly, but is pulled in automatically by the dependencies of the Gnucash package. Package: gnudatalanguage Description-md5: 55d934ac72dab469015a839098d20569 Description-en: Free IDL compatible incremental compiler GNU Data Language (GDL) is a free IDL (Interactive Data Language) compatible incremental compiler. It has full syntax compatibility with IDL 7.1. IDL is a registered trademark of ITT Visual Information Solutions. From IDL 8.0, the following language elements are supported: . * FOREACH loop * negative array indices * garbage collection pointers and objects * call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`) . The file input output system is fully implemented. GUI support (widgets) is officially provided, but it's not complete yet. . This package contains the main commandline and interpreter frontend. Package: gnunet-gtk Description-md5: 3e32e6fe396bfaef39af1da357543d57 Description-en: GNU's framework for secure peer-to-peer networking (GTK+ client) GNUnet is a framework for secure peer-to-peer networking that does not use any centralized or otherwise trusted services. Its high-level goal is to provide a strong free software foundation for a global network that provides security and in particular respects privacy. . This package contains the graphical client, using the GTK+ toolkit. In order use GNUnet, you also need gnunet either on your server or on your local machine. Package: gnunet-gtk-dev Description-md5: 976849aa700160fbf51f1a008c6ccc60 Description-en: GNU's framework for secure peer-to-peer networking (transitional package) Package to ease upgrading from older gnunet-gtk-dev package to the new libgnunetgtk-dev package. . This package can be purged at anytime once the libgnunetgtk-dev package has been installed. Package: gnupg-agent Description-md5: 4676770831dd43b5b80c96a103cfd422 Description-en: GNU privacy guard - cryptographic agent (dummy transitional package) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This is a dummy transitional package; please use gpg-agent instead. Package: gnupg2 Description-md5: b00f9e73860378b7bce07e0ad3dd2e88 Description-en: GNU privacy guard - a free PGP replacement (dummy transitional package) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This is a dummy transitional package that provides symlinks from gpg2 to gpg. Package: gnuradio Description-md5: 7ddcd2ec394dcefbac5267b9552f12c3 Description-en: GNU Radio Software Radio Toolkit GNU Radio provides signal processing blocks to implement software radios. It can be used with readily-available low-cost external RF hardware to create software-defined radios, or without hardware in a simulation-like environment. It is widely used in hobbyist, academic and commercial environments to support both wireless communications research and real-world radio systems. . GNU Radio applications are primarily written using the Python programming language, while the supplied performance-critical signal processing path is implemented in C++ using processor floating-point extensions, where available. Thus, the developer is able to implement real-time, high-throughput radio systems in a simple-to-use, rapid-application-development environment. . While not primarily a simulation tool, GNU Radio does support development of signal processing algorithms using pre-recorded or generated data, avoiding the need for actual RF hardware. . This package contains the gnuradio-companion, a graphical tool for creating signal flow graphs and generating flow-graph source code. Also included are a variety of tools and utility programs. Package: gnuradio-dev Description-md5: 5bb8c3545aecb809389b9c38779dfbca Description-en: GNU Software Defined Radio toolkit development Header files for the GNU Radio software defined radio system. Since GNU Radio is a framework for development of SDR applications, you are likely to need this installed. . Part of the main gnuradio build. Package: gnuradio-doc Description-md5: 22ee057ba99e69902805afee82426a18 Description-en: GNU Software Defined Radio toolkit documentation Documentation for the GNU Radio software defined radio system in html and PDF form. . HTML docs start file:///usr/share/doc/gnuradio-doc/html/index.html . PDF docs in file:///usr/share/doc/gnuradio-doc/refman.pdf.gz . Part of the main gnuradio build. Package: go-staticcheck Description-md5: ed4eaeb46a99f09cf48cfe5f83a7b892 Description-en: advanced Go linter Staticcheck is a state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules. Package: gobgpd Description-md5: e6f6939bca8bc73a3489a527ad1b3bc7 Description-en: BGP implemented in Go (daemon and client) GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in Go. It is designed to exploit multicore processors and can be easily integrated with other software through an RPC API. . This package contains both the daemon and the client. Package: gobjc++-10 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++-10-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++-9 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++-9-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-10 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-10-multilib Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-9 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-9-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-1.20 Description-md5: 2d5ed303bd0c0e8134e6116f171852b6 Description-en: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.20/bin/ to PATH, or invoke /usr/lib/go-1.20/bin/go directly. Package: golang-1.20-go Description-md5: 1d56933a116c5146c05bf2b6c436c89d Description-en: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.20/bin/ to PATH, or invoke /usr/lib/go-1.20/bin/go directly. Package: golang-1.20-src Description-md5: 641317c503e9fe0a9039cd8790bb4657 Description-en: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Package: golang-any Description-md5: c11bfd31d1d7b38a21ecdf8867396a57 Description-en: Go programming language -- gccgo on "non-Go" platforms The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go toolchain and compiled standard library or gccgo on architectures that do not have a native toolchain ("gc compiler") port. Because the gccgo and Go releases are not on the same schedule, it is not guaranteed that the version of the Go language provided by the version of gccgo that this package depends upon will match the version of this package. Package: golang-github-casbin-casbin-dev Description-md5: cc5762913e261b6803ff5e5f4510046a Description-en: Authorization library that supports access control models like ACL, RBAC, ABAC Casbin is a powerful and efficient open-source access control library for Golang projects. It provides support for enforcing authorization based on various access control models. Package: golang-github-cilium-ebpf-dev Description-md5: c3fc4c621a2f93d3c74a5d10cd7fa14e Description-en: eBPF Library for Go eBPF is a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs. It has minimal external dependencies and is intended to be used in long running processes. Package: golang-github-evanw-esbuild-dev Description-md5: ad55433b1f92333301f8ed7b542ac079 Description-en: extremely fast JavaScript bundler and minifier (library) esbuild is a JavaScript bundler and minifier. It packages up JavaScript and TypeScript code for distribution on the web. . Why build another JavaScript build tool? The current build tools for the web are at least an order of magnitude slower than they should be. It is hoped that this project serves as an "existence proof" that JavaScript tooling can be much, much faster. . This package contains the github.com/evanw/esbuild Go library. Package: golang-github-getkin-kin-openapi-dev Description-md5: 16eb5e64a8709ffe89745cda9e6f5511 Description-en: OpenAPI 3.0 implementation for Go A Go project for handling OpenAPI (https://www.openapis.org/) files. The project targets the latest OpenAPI version (currently 3) but contains support for older OpenAPI versions too. 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-go-openapi-jsonpointer-dev Description-md5: a61d5ec96bd172b11213e3387ce293cd Description-en: fork of gojsonpointer with support for structs (Go library) This is a fork of gojsonpointer, an implementation of JSON Pointer in Go language, with support for structs. Package: golang-github-go-openapi-swag-dev Description-md5: b1817c666423d17a19840759d4537276 Description-en: goodie bag in use in the go-openapi projects This package contains a bunch of helper functions for other go-openapi projects. . * convert between value and pointers for builtin * convert from string to builtin * fast json concatenation * search in path * load from file or http * name manglin Package: golang-github-gorilla-websocket-dev Description-md5: c4cf1be997ffe5d1aadd5174afdb9ba4 Description-en: Go package implementing the WebSocket protocol The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol, as defined by RFC 6455. It passes the server tests in the Autobahn WebSockets Test Suite. Package: golang-github-grpc-ecosystem-go-grpc-middleware-dev Description-md5: f4e45241c178660b5b55b336b43334e8 Description-en: Go gRPC Middlewares: interceptor chaining, auth, logging, retries and more gRPC Go recently acquired support for Interceptors, i.e. middleware that is executed either on the gRPC Server before the request is passed onto the user's application logic, or on the gRPC client either around the user call. It is a perfect way to implement common patterns: auth, logging, message, validation, retries or monitoring. . These are generic building blocks that make it easy to build multiple microservices easily. The purpose of this repository is to act as a go-to point for such reusable functionality. It contains some of them itself, but also will link to useful external repos. . grpc_middleware itself provides support for chaining interceptors. Package: golang-github-klauspost-compress-dev Description-md5: 60c88612292cf08354b92b7b751f1fcf Description-en: optimized compression packages This package is based on an optimized Deflate function, which is used by gzip/zip/zlib packages. It offers slightly better compression at lower compression settings, and up to 3x faster encoding at highest compression level. Package: golang-github-osrg-gobgp-dev Description-md5: 7b92526e033213543b73fc1f885e1de1 Description-en: BGP implemented in Go (source) GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in Go. It is designed to exploit multicore processors and can be easily integrated with other software through an RPC API. . This package contains the source code. Package: golang-github-prometheus-alertmanager-dev Description-md5: 96902e017b6c2dc2bec31f64b6c67f6f Description-en: handle and deliver alerts created by Prometheus -- source The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts. . This package provides the source code to be used as a library. Package: golang-github-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-golang-x-crypto-dev Description-md5: 66f52ca9de151cfcb6ed8ba8a5a6a8a4 Description-en: Supplementary Go cryptography libraries This package contains cryptographic algorithms and protocols not packaged in the main Go distribution, such as: . - blowfish - nacl - openpgp - otr - sha3 - ssh . and many others. Package: golang-golang-x-tools Description-md5: e34084d88c06480ee1c22d1df714cb85 Description-en: supplementary Go tools This subrepository holds the source for various packages and tools that support the Go programming language. . Some of the tools, godoc and vet for example, used to be included in the golang-go package. Others, including the Go oracle and the test coverage tool, can be fetched with "go get". . Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs. Package: golang-golang-x-tools-dev Description-md5: 848b14f59fde001d69fac7c7123ed46c Description-en: supplementary Go tools (development files) This subrepository holds the source for various packages and tools that support the Go programming language. . Some of the tools, godoc and vet for example, used to be included in the golang-go package. Others, including the Go oracle and the test coverage tool, can be fetched with "go get". . Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs. . This package contains the development files. Package: golang-golang-x-vuln-dev Description-md5: aa1b36e437a98187abfc4fa7cd360bbc Description-en: client and tools for the Go vulnerability database (library) This package contains the following: * Package client: a client for interacting with the Go vulnerability database * Package vulncheck: an API for detecting vulnerabilities in Go packages Package: golang-guestfs-dev Description-md5: 81d5f68a5cacd378d31ecfde67a47153 Description-en: guest disk image management system - Golang bindings The libguestfs library allows accessing and modifying guest disk images. . This package contains source for the Golang bindings. Package: golang-honnef-go-tools-dev Description-md5: 236c82d684956e0a4c0978b4b9ea9f5d Description-en: libraries for advanced Go linter Libraries to implement following tools: * keyify: Transforms an unkeyed struct literal into a keyed one. * rdeps: Find all reverse dependencies of a set of packages. * staticcheck: Go static analysis, detecting bugs, performance issues, and much more. * structlayout: Displays the layout (field sizes and padding) of structs. * structlayout-optimize: Reorders struct fields to minimize the amount of padding. * structlayout-pretty: Formats the output of structlayout with ASCII art. Package: gopls Description-md5: 749faeba3b11444876eb862c4cfce0c3 Description-en: language server for the Go language gopls (pronounced: "go please") is the official language server for the Go language. . The Language Server Protocol allows any text editor to be extended with IDE-like features. Package: gostsum Description-md5: 926ca856d46a216a8ca0c7a4b45ea044 Description-en: Utility to compute GOST hashes This package contain utilities to compute GOST hashsums gostsum - computes GOST R 34.11-94 hash gost12sum - computes GOST R 34.11-2012 hash Package: govulncheck Description-md5: 5dcfe2ff6a2d5eb6e3c251e4e4c10cc0 Description-en: CLI for detecting vulnerabilities in Go packages Govulncheck reports known vulnerabilities that affect Go code. . It uses static analysis or a binary's symbol table to narrow down reports to only those that potentially affect the application. . For more information about the API behind govulncheck, see https://go.dev/security/vulncheck. Package: gpgv-static Description-md5: 842ffff693d698ec180bc5b9b7ce7ffa Description-en: minimal signature verification tool (static build) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . This is GnuPG's signature verification tool, gpgv, built statically so that it can be directly used on any platform that is running on the Linux kernel. Android and ChromeOS are two well known examples, but there are many other platforms that this will work for, like embedded Linux OSes. This gpgv in combination with debootstrap and the Debian archive keyring allows the secure creation of chroot installs on these platforms by using the full Debian signature verification that is present in all official Debian mirrors. Package: gpgv-win32 Description-md5: 3f8767984a5f4b323de309446d07435d Description-en: GNU privacy guard - signature verification tool (win32 build) GnuPG is GNU's tool for secure communication and data storage. . gpgv is a stripped-down version of gnupg which is only able to check signatures. It is smaller than the full-blown gnupg and uses a different (and simpler) way to check that the public keys used to make the signature are trustworthy. . This is a win32 version of gpgv. It's meant to be used by the win32-loader component of Debian-Installer. Package: gpiod Description-md5: 9751b0d5a5fb84b3e5932cd199c5f5be Description-en: Tools for interacting with Linux GPIO character device - binary libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the gpiod binary tools. Package: gqrx-sdr Description-md5: 903d16e73d7641406e10d7b18dacc21d Description-en: Software defined radio receiver Gqrx works with hardware supported by gr-osmosdr, including Funcube Dongle, RTL-SDR, Airspy, HackRF, BladeRF, RFSpace, USRP and SoapySDR. . Gqrx can operate as an AM/FM/SSB receiver with audio output or as an FFT-only instrument. The built-in Gqrx AFSK1200 decoder can decode and display AX.25 packets. There are also various hooks for interacting with external applications using network sockets. . Wideband FM mode has mono, stereo, and RDS (Radio Data System) modes. Displays FFT plot and spectrum waterfall. . It is powered by GNU Radio and the Qt GUI toolkit. Package: gr-air-modes Description-md5: bd7b856548046046279e205e670faad5 Description-en: Gnuradio Mode-S/ADS-B radio A software-defined radio receiver for Mode S transponder signals, including ADS-B reports from equipped aircraft. . Multiple output formats are supported: * Raw (or minimally processed) output of packet data * Parsed text * SQLite database * KML for use with Google Earth * SBS-1-compatible output for use with e.g. PlanePlotter or Virtual Radar Server * FlightGear multiplayer interface for real-time display of traffic within the simulator Package: gr-fosphor Description-md5: 22a6b9110834daf9bb3248036c0083bc Description-en: gnuradio fosphor block (GPU spectrum display) This implements a GNU Radio sink consisting of a GL display window that provides a Real Time Spectrum Analyzer (RTSA)-like spectrum visualization using OpenCL and OpenGL acceleration. . To use the fosphor blocks in Python, import it as : . from gnuradio import fosphor . See the Doxygen documentation for details about the blocks available in this package. A quick listing of the details can be found in Python after importing by using: . help(fosphor) Package: gr-funcube Description-md5: 95b4539533d6bcde52cd347ce237f0fc Description-en: Funcube Dongle controller for GNU Radio Support hardware for software radio using the fcdproplus which provides sampled RF IQ data as a USB audio stereo data stream. Control is done over USB HID protocol. . Both the Funcube Dongle and Funcube Dongle Pro+ are supported by this package. . This package provides a Python library as well as a gnuradio companion source object. Package: gr-gsm Description-md5: 9ee5b63894ed99ed18bee61ddc05932d Description-en: Gnuradio blocks and tools for receiving GSM transmissions Implementation of the Global System for Mobile Communications protocol and provide tools for scanning for GSM base stations and for decoding GSM radio trafic. Package: gr-hpsdr Description-md5: d4862883866ce872d364b748eed36383 Description-en: gnuradio interface module for OpenHPSDR protocol 1 Hardware supported includes OpenHPSDR Hermes / Metis and Red Pitaya using the OpenHpsdr protocol. . hermesNB sources decimated downconverted 48K-to-384K receiver complex stream(s), and sinks one 48k sample rate transmit complex stream. . hermesWB sources raw ADC samples as a vector of floats, with vlen=16384. Each individual vector contains time contiguous samples. However there are large time gaps between vectors. This is how HPSDR produces raw samples, it is due to Ethernet interface rate limitations between HPSDR and the host computer. . The modules are compatible with version 3.8 of gnuradio and versions of Hermes firmware 1.8 through at 3.2. (known as OpenHPSDR protocol 1). It is not compatible with the new OpenHPSDR protocol 2. . This package contains the header files and grc block definitions. Package: gr-iqbal Description-md5: d1941592a7b1ef5f4224711566fb3e9c Description-en: GNU Radio Blind IQ imbalance estimator and correction The general idea is to suppress symmetrical images caused by IQ imbalance in the RX path of quadrature receivers. It's composed of two subblocks: . "IQ Bal Fix": This applies the actual correction. to a complex stream. The correction parameters are only magnitude/phase and the actual correction algo is the same as applied in hardware in the USRP. You can either specify the correction parameters manually on the block, or send them via 'messages'. . "IQ Bal Optimize": This blocks tries to blindly detect the imbalance by minimizing the correlation between the left and right part of the spectrum. See the code for the "how it does it". The general idea is inspired from papers found on the internet and the way some SDR software achieve the same things (sdr# for eg, although there are significant differences in the actual implementation). Package: gr-limesdr Description-md5: 0990c87b70a40e459c7060873e8903ef Description-en: LimeSDR blocks for GnuRadio LimeSDR is a low cost, open source software defined radio (SDR) platform that can be used to support just about any type of wireless communication standard. . Currently this plugin supports LimeSDR-USB and LimeSDR-Mini boards. . The gr-limesdr blocks for GnuRadio can be used to create flowgraphs that interface LimeSDR devices through liblimesuite. . This package contains the development files. 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: gr-radar Description-md5: 516497234069f69ccb45a35f7b96d2d1 Description-en: GNU Radio Radar Toolbox The *gr-radar* project provides a toolbox of commonly used radar algorithms. An important part is the *UHD Echotimer*, which enables a synchronized TX and RX stream from USRPs to ensure a constant phase relation in measurements. Example flowgraphs for CW, Dual CW, FSK, FMCW and OFDM radar are given and partly tested on hardware. GUI elements for target representation and further signal processing algorithms such as target tracking are implemented. Check out the project website for example videos and further information. . gr-radar provides GNU Radio Companion flowgraphs to handle RADAR data. Package: gr-radar-doc Description-md5: 73da5e2fe5c2ba906af94578ebf6c695 Description-en: GNU Radio Radar Toolbox - Documentation The *gr-radar* project provides a toolbox of commonly used radar algorithms. An important part is the *UHD Echotimer*, which enables a synchronized TX and RX stream from USRPs to ensure a constant phase relation in measurements. Example flowgraphs for CW, Dual CW, FSK, FMCW and OFDM radar are given and partly tested on hardware. GUI elements for target representation and further signal processing algorithms such as target tracking are implemented. Check out the project website for example videos and further information. . gr-radar-doc provides Doxygen generated documentation. Package: gr-rds Description-md5: 381f2d5bc7ea9a68ee3ab929814a53b8 Description-en: GNU Radio FM RDS/TMC Transceiver A Radio Data System - Traffic Message Channel (RDS-TMC) block for GNU Radio. . Radio Data System (RDS) is a communications protocol standard for embedding small amounts of digital information in conventional FM radio broadcasts. . gr-rds provides GNU Radio Companion flowgraphs to handle RDS data. Package: gr-satellites Description-md5: c4cba52cc86945f8b21a0fd06acf0af8 Description-en: Collection of satellite telemetry signal decoders This GNU Radio out-of-tree module can be used to decode frames transmitted from most Amateur satellites in orbit, performing demodulation, forward error correction, etc. Decoded frames can be saved to a file or displayed in hex format. For some satellites the telemetry format definition is included in gr-satellites, so the decoded telemetry frames can be printed out as human-readable values such as bus voltages and currents. Additionally, some satellites transmit files such as JPEG images. gr-satellites can be used to reassemble these files and even display the images in real-time as they are being received. . It supports most popular protocols, such as AX.25, the GOMspace NanoCom U482C and AX100 modems, an important part of the CCSDS stack, the AO-40 protocol used in the FUNcube satellites, and several ad-hoc protocols used in other satellites. . This package contains the header files and grc block definitions, and a set of satellite telemetry decoding scripts. Package: graph-tool-doc Description-md5: eef09f2db8b5fd5b6dff252cb574d5de Description-en: Efficient network analysis -- doc graph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks). Contrary to most other Python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library. . This package provides the documentation and sample material. Package: graphite-web Description-md5: d194dc951df04c82ac612f6b137edef8 Description-en: Enterprise Scalable Realtime Graphing Graphite consists of a storage backend and a web-based visualization frontend. Client applications send streams of numeric time-series data to the Graphite backend (called carbon), where it gets stored in fixed-size database files similar in design to RRD. The web frontend provides 2 distinct user interfaces for visualizing this data in graphs as well as a simple URL-based API for direct graph generation. . Graphite's design is focused on providing simple interfaces (both to users and applications), real-time visualization, high-availability, and enterprise scalability. Package: graphviz Description-md5: 3596bf983eb939217c51507635922cde Description-en: rich set of graph drawing tools Graph drawing addresses the problem of visualizing structural information by constructing geometric representations of abstract graphs and networks. Automatic generation of graph drawings has important applications in key technologies such as database design, software engineering, VLSI and network design and visual interfaces in other domains. Situations where these tools might be particularly useful include: . * you would like to restructure a program and first need to understand the relationships between its types, procedures, and source files * you need to find the bottlenecks in an Internet backbone - not only individual links, but their relationships * you're debugging a protocol or microarchitecture represented as a finite state machine and need to figure out how a certain error state arises * you would like to browse a database schema, knowledge base, or distributed program represented graphically * you would like to see an overview of a collection of linked documents * you would like to discover patterns and communities of interest in a database of telephone calls or e-mail messages . This package contains the command-line tools. Package: graphviz-doc Description-md5: f78e17da4b5250c519aa60f99d9c7a3c Description-en: additional documentation for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs HTML and PDF documentation for Graphviz, as well as examples. Package: gretl Description-md5: 794e28c78e36c7b7cd146f72657cb173 Description-en: GNU Regression, Econometric & Time-Series Library The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides the GTK+ client and the command-line client. Package: gretl-common Description-md5: ff96d7a4a8ecc0d9dc4d3a5fc7a9276e Description-en: GNU Regression, Econometric & Time-Series Library -- scripts package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides scripts (included in the gretl sources) which are used by the main gretl program. Package: gretl-data Description-md5: ca39f18d7838200b73a31c129d1a7c2e Description-en: GNU Regression, Econometric & Time-Series Library -- data package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides data sets (included in the gretl sources) which are used by the main gretl program. Package: gretl-doc Description-md5: 12446f8f1d87b3da9e7f7f2362aac9e3 Description-en: GNU Regression, Econometric & Time-Series Library -- doc package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides documentation and examples included in the gretl sources. Package: gst-omx-listcomponents Description-md5: 2a5b98c33b12cc42f8c2b7acc7c16849 Description-en: OpenMax plugins for GStreamer This package contains listcomponents for listing components in openmax IL. listcomponents is a debugging tool and should be only used for developers. Package: gstreamer1.0-libav Description-md5: bf84995f63f72239acc44385b62f37da Description-en: ffmpeg plugin for GStreamer This GStreamer plugin supports a large number of audio and video compression formats through the use of the ffmpeg library. The plugin contains GStreamer elements for encoding 40+ formats (MPEG, DivX, MPEG4, AC3, DV, ...), decoding elements for decoding 90+ formats (AVI, MPEG, OGG, Matroska, ASF, ...), demuxing 30+ formats and colorspace conversion. . http://www.ffmpeg.org/ http://gstreamer.freedesktop.org/ http://gstreamer.freedesktop.org/modules/gst-libav.html Package: gstreamer1.0-omx-bellagio-config Description-md5: 550f385eb93e48c4853dacc7e0007565 Description-en: OpenMax plugins for GStreamer This plugin wraps available OpenMAX IL components and makes them available as standard GStreamer elements. . This package is specific for using Bellagio OpenMAX IL. This package contains the config for gstreamer1.0-omx-generic. Package: gstreamer1.0-omx-generic Description-md5: 6c2b80694062e8a3fd05829ddcb8fd8b Description-en: OpenMax plugins for GStreamer This plugin wraps available OpenMAX IL components and makes them available as standard GStreamer elements. Package: gstreamer1.0-omx-generic-config Description-md5: 3f27bec14b2fba4fca6e4217256d80ec Description-en: OpenMax plugins for GStreamer This plugin wraps available OpenMAX IL components and makes them available as standard GStreamer elements. . This package contains the config for gstreamer1.0-omx-generic. Package: gstreamer1.0-opencv Description-md5: c7e225953a0291993c213186484f1f36 Description-en: GStreamer OpenCV plugins GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. . This package contains the OpenCV plugins. Package: gstreamer1.0-plugins-bad Description-md5: 96aaaad9b842ce9ddb51b002cc05eca0 Description-en: GStreamer plugins from the "bad" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. Package: gstreamer1.0-plugins-bad-apps Description-md5: 516bac0b97ebdd36b52398c50e974c16 Description-en: GStreamer helper programs from the "bad" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains helper programs from the "bad" set, a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. Package: gstreamer1.0-plugins-ugly Description-md5: c036226562f55540aad2e51fbde63d54 Description-en: GStreamer plugins from the "ugly" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains plugins from the "ugly" set, a set of good-quality plug-ins that might pose distribution problems. Package: gstreamer1.0-pulseaudio Description-md5: 504e4012c06b50368aaaaef3d4829462 Description-en: GStreamer plugin for PulseAudio (transitional package) GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package used to contain the GStreamer plugin for PulseAudio, a sound server for POSIX and WIN32 systems. . This is a transitional package. Package: gstreamer1.0-qt5 Description-md5: 6fd76fa62a56dd4ac66dadd0e99cbe61 Description-en: GStreamer plugin for Qt5 GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for Qt5. Package: gstreamer1.0-qt6 Description-md5: 3bdeb2efa50924da8de4655a8b9287cb Description-en: GStreamer plugin for Qt6 GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for Qt6. Package: gstreamer1.0-rtsp Description-md5: 324c293cb019895b9491331ce49fd119 Description-en: RTSP plugin for GStreamer GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for RTSP. Package: gstreamer1.0-vaapi Description-md5: 8adddb56a86e9aa5c8e45098c3045f7a Description-en: VA-API plugins for GStreamer Gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that allow hardware accelerated video decoding, encoding and processing through VA-API. . This package contains GStreamer plugins for VA-API support: - `vaapiconvert': converts from YUV pixels to VA surfaces - `vaapisink': a VA-API based video sink Package: gtk2-engines-qtcurve Description-md5: 3fa3b9f76b72798f1c77f79b3508db7f Description-en: QtCurve widget style for applications based on GTK+ 2.x This package contains the QtCurve theme engine for GTK+ 2.x. . This package is most useful when installed together with kde-style-qtcurve. . QtCurve is a set of widget styles for Qt and GTK+ libraries. It provides a consistent look between KDE, GNOME and other applications based on these libraries, which is easy on the eyes and visually pleasing. Package: gubbins Description-md5: cc258d495d1b902fa507e53b5cc3902e Description-en: phylogenetic analysis of genome sequences Gubbins supports rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences. . Gubbins (Genealogies Unbiased By recomBinations In Nucleotide Sequences) is an algorithm that iteratively identifies loci containing elevated densities of base substitutions while concurrently constructing a phylogeny based on the putative point mutations outside of these regions. Simulations demonstrate the algorithm generates highly accurate reconstructions under realistic models of short-term bacterial evolution, and can be run in only a few hours on alignments of hundreds of bacterial genome sequences. 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: gupnp-dlna-tools Description-md5: 35f782c637e5ead1da1c1d5bc1645030 Description-en: GObject-based library for GUPnP DLNA (tools) A small utility library that aims to ease the DLNA-related tasks such as media profile guessing, transcoding to a given profile, etc. . This package contain tools, like gupnp-dlna-info. Package: halide17-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: haruna Description-md5: 805daef50511fbf37df7b932de687530 Description-en: Video player built with Qt/QML on top of libmpv Haruna is an open source video player built with Qt/QML on top of libmpv. . Compared with other video player frontends, it provides some special features, such as: * play online videos, through youtube-dl * toggle playlist with mouse-over, playlist overlays the video * auto skip chapter containing certain words * configurable shortcuts and mouse buttons * quick jump to next chapter by middle click on progress bar Package: heartbeat Description-md5: ddb086c6c9251076ab28140d4a3653ba Description-en: Subsystem for High-Availability Linux heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. Package: heartbeat-dev Description-md5: 2db4a8a5564e6bdaa093155ea6bcbb9c Description-en: Subsystem for High-Availability Linux - development files heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. . This package contains Heartbeat-specific development files. Package: hedgewars Description-md5: 95a283ed5766101c57cbbde0d1b67a66 Description-en: Funny turn-based artillery game, featuring fighting hedgehogs! Each player controls a team of several hedgehogs. During the course of the game, players take turns with one of their hedgehogs. They then use whatever tools and weapons are available to attack and kill the opponents' hedgehogs, thereby winning the game. Hedgehogs may move around the terrain in a variety of ways, normally by walking and jumping but also by using particular tools such as the "Rope" or "Parachute", to move to otherwise inaccessible areas. Each turn is time-limited to ensure that players do not hold up the game with excessive thinking or moving. . A large variety of tools and weapons are available for players during the game: Grenade, Cluster Bomb, Bazooka, UFO, Homing Bee, Shotgun, Desert Eagle, Fire Punch, Baseball Bat, Dynamite, Mine, Rope, Pneumatic pick, Parachute. Most weapons, when used, cause explosions that deform the terrain, removing circular chunks. The landscape is an island floating on a body of water, or a restricted cave with water at the bottom. A hedgehog dies when it enters the water (either by falling off the island, or through a hole in the bottom of it), it is thrown off either side of the arena or when its health is reduced, typically from contact with explosions, to zero (the damage dealt to the attacked hedgehog or hedgehogs after a player's or CPU turn is shown only when all movement on the battlefield has ceased). Package: hedgewars-data Description-md5: a00ae77af1a4a8317e7becce4e0821a3 Description-en: Data files for hedgewars This package contains data files for the hedgewars package. Examples of files are: maps, scripts, themes, images, sounds, level data and other miscellaneous files needed by hedgewars. Package: hfst Description-md5: ffae1fe3a8a7b7e38c5314293481b737 Description-en: Helsinki Finite-State Transducer Technology The Helsinki Finite-State Transducer software is intended for the implementation of morphological analysers and other tools which are based on weighted and unweighted finite-state transducer technology. Package: hime Description-md5: b489a47e12b18afca9a0bec788eaf446 Description-en: GTK+ based input method for Chinese users HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . To use HIME, the correspondence immodule packages also need to be installed. They are: . * hime-gtk2-immodule for GTK2 * hime-gtk3-immodule for GTK3 * hime-qt5-immodule for Qt5 Package: hime-anthy Description-md5: 71823448038a74a59342003eddcc0b5e Description-en: support library to use Anthy in HIME HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . This package is the support library to use anthy in HIME. Package: hime-chewing Description-md5: 87450af7291e595fe0ef7c92b1b5e213 Description-en: support library to use Chewing in HIME HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . This package is the support library to use chewing in HIME. Package: hime-data Description-md5: a10a92078a29a5c3ad9fecec03c0526b Description-en: icons, locales and scripts for HIME HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . This package contains icons, locales, scripts and other architecture- independent things. Package: hime-gtk2-immodule Description-md5: af766b32a59da4ae3b2b3d1f9b813e25 Description-en: GTK2 input method module with HIME as backend HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . This package is the GTK2 input method module (immodule) for HIME. Package: hime-gtk3-immodule Description-md5: a15c640a29c295b86bf001ff6ad4adac Description-en: GTK3 input method module with HIME as backend HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . This package is the GTK3 input method module (immodule) for HIME. Package: hime-qt5-immodule Description-md5: 5d8d8ea6157015f58fb12dedc22207e9 Description-en: Qt5 input method module with HIME as backend HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . This package is the Qt5 input method module (immodule) for HIME. Package: hime-tables Description-md5: cf36c1068d52cc0eafa1012b8fe40277 Description-en: input method tables for HIME HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . This package contains architecture-dependent input method tables. Package: hinawa-utils Description-md5: 086ca1fa0ac09f4ebd7b541912665739 Description-en: Utilities to control Audio and Music units on FireWire (IEEE1394) hinawa-utils are utilities to control Audio and Music units on FireWire (IEEE1394) and it contains below command line tools. . * hinawa-bebob-parser - Plug structure parser for BeBoB firmware * hinawa-config-rom-printer - A lexer/parser of configuration ROM on FireWire * hinawa-dg00x-cui - CLI tool for functionalities of Digidesign Digi 00x family * hinawa-dice-common-cui - CLI tool for Dice common functionalities * hinawa-dice-extension-cui - CLI tool for Dice extended functionalities * hinawa-fireworks-cui - CLI tool for Echo Audio Fireworks module * hinawa-focusrite-saffirepro-io-cui - CLI tool for Focusrite SaffirePro IO series * hinawa-griffin-firewave-cui - CLI tool for Griffin Firewave * hinawa-lacie-speakers-cui - CLI tool for Lacie FireWire speakers * hinawa-maudio-bebob-cui - CLI tool for M-Audio FireWire series based on BeBoB solution * hinawa-motu-common-cui - CLI tool for MOTU FireWire series * hinawa-oxfw-generic-cui - CLI tool for OXFW generic functionalities * hinawa-tascam-fireone-cui - CLI tool for Tascam FireOne * hinawa-tascam-fw-console-cui - CLI tool for console models of Tascam FireWire series (FW1082/1884) * hinawa-tascam-fw-rack-cui - CLI tool for rack models of Tascam FireWire series (FW1804) * hinawa-yamaha-terratec-cui - CLI tool for Yamaha GO series and Terratec PHASE series 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: homebank Description-md5: 5ebad0a03a9b1f70802f7bd53a61999b Description-en: Manage your personal accounts at home HomeBank is a fast, simple and easy to use program to manage your personal accounting. It has a lot of features such as easy analysis with graphical charts (statistics, budget, overdrawn, car cost), useful reports ("Where your money goes", "Trend Time Report" ), multi-accounts support, budget management, reminder, import from OFX/QFX-CSV files, visual status of operations. It is based on GTK2. Package: homebank-data Description-md5: ec2b8b88fba1a08d316f97e42982a74e Description-en: Data files for homebank HomeBank is a fast, simple and easy to use program to manage your personal accounting. It has a lot of features such as easy analysis with graphical charts (statistics, budget, overdrawn, car cost), useful reports ("Where your money goes", "Trend Time Report" ), multi-accounts support, budget management, reminder, import from OFX/QFX-CSV files, visual status of operations. It is based on GTK2. . This package contains the architecture independent portions of homebank Package: horizon-eda Description-md5: 6f4f6ca4fd2de09fe926d79150d955e1 Description-en: EDA layout and schematic application Horizon is an Electronic Design Automation (EDA) tool for circuit board design. It manages the full design flow from schematic entry to gerber export. The main differentiator from KiCAD is a different (more sane) part library design. It is quite new software in 2018 so may have rough edges but is already very capable. . Notable features: * Sane library management * Unified editor for everything from symbol to board * Netlist-aware schematic editor * KiCad's awesome interactive router * Lag- and glitch-free rendering * Rule-based DRC * Undo/redo * Copy/paste for some objects * Builds and runs on Linux and Windows Package: hpijs-ppds Description-md5: 979d2d553e8b615deb4af0e078d0def7 Description-en: HP Linux Printing and Imaging - HPIJS PPD files This package contains PPD (printer definition) files for the printers supported through the HP Linux Printing and Imaging System HPIJS driver. . These PPDs should work well with the matching versions of HPLIP and HPIJS, but may not be the most up-to-date PPDs available for a given printer. See http://www.openprinting.org/ for the latest version of the PPDs (which are not guaranteed to work well). Package: hplip-gui Description-md5: 0e8b9881942aaafee62df05b01b6d0d0 Description-en: HP Linux Printing and Imaging - GUI utilities (Qt-based) The HP Linux Printing and Imaging System provides full support for printing on most HP SFP (single function peripheral) inkjets and many LaserJets, and for scanning, sending faxes and for photo-card access on most HP MFP (multi-function peripheral) printers. . This package contains utilities with graphical user interface (GUI) for HPLIP: HP Toolbox, HP Fax, ... . Note that all GUI utilities are based on the Qt GUI environment. There are currently no equivalent utilities based on GTK+. 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: htcondor Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c Description-en: transitional dummy package This package aids upgrades of existing htcondor installations to the package name "condor". The package is empty and it can safely be removed. Package: htcondor-annex-ec2 Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c Description-en: transitional dummy package This package aids upgrades of existing htcondor installations to the package name "condor". The package is empty and it can safely be removed. Package: htcondor-dev Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c Description-en: transitional dummy package This package aids upgrades of existing htcondor installations to the package name "condor". The package is empty and it can safely be removed. Package: htcondor-doc Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c Description-en: transitional dummy package This package aids upgrades of existing htcondor installations to the package name "condor". The package is empty and it can safely be removed. Package: htcondor-test Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c Description-en: transitional dummy package This package aids upgrades of existing htcondor installations to the package name "condor". The package is empty and it can safely be removed. Package: htcondor-upgrade-checks Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c Description-en: transitional dummy package This package aids upgrades of existing htcondor installations to the package name "condor". The package is empty and it can safely be removed. Package: html2text Description-md5: 7a7c7a9ee3037edf0447e7265323bd76 Description-en: advanced HTML to text converter html2text is a converter from HTML to plain text. . html2text reads HTML documents supplied in the command line (or from standard input), converts each of them into a stream of plain text characters and writes output to the file or the terminal. . html2text was written because the author wasn't happy with the output of "lynx -dump" and so he wrote something better. Package: htslib-test Description-md5: 97521308d09de8852db67f3bd3843152 Description-en: Test data for HTSlib HTSlib is an implementation of a unified C library for accessing common file formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call Format), used for high-throughput sequencing data, and is the core library used by samtools and bcftools. HTSlib only depends on zlib. It is known to be compatible with gcc, g++ and clang. . HTSlib implements a generalized BAM (binary SAM) index, with file extension ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the new index and then for the old if the new index is absent. . This package contains test files and scripts for the HTSlib. Package: hugin Description-md5: 78f5a0f9948643026e70c492cfac271a Description-en: panorama photo stitcher - GUI tools Hugin is a panorama photo stitching program. Essentially, Hugin is a GUI frontend for Panorama Tools. Stitching is accomplished by using several overlapping photos taken from the same location, and using control points to align and transform the photos so that they can be blended together to form a larger image. Hugin allows for the easy creation of control points between two images, optimization of the image transforms, and much more. . This package includes the following graphical interfaces, using the command-line tools provided in the hugin-tools package: * hugin - Hugin panorama creator. * hugin_stitch_project - Hugin batch stitcher. * PTBatcherGUI - Batch controller for the stitching process. * calibrate_lens_gui - Lens calibration tool. Package: hugin-data Description-md5: 0dc76a2ce827e15a9b09fe843bb5bd44 Description-en: panorama photo stitcher - common data files Hugin is a panorama photo stitching program. . This package includes the data files needed by the hugin and hugin-tools packages. Package: hugin-tools Description-md5: 0d6015ce460c9721663f3f64489401a7 Description-en: panorama photo stitcher - commandline tools Hugin is a panorama photo stitching program. . This package includes command-line tools used by hugin and other packages for image stitching and High Dynamic Range (HDR) images: * align_image_stack - Align overlapping images for HDR creation. * autooptimiser - Optimize image positions. * celeste_standalone - Remove cloud-like control points. * cpclean - Remove wrong control points. * cpfind - Patent-free control-point detector * deghosting_mask - Creates mask for removing ghosting in images. * fulla - Correct lens distortion, vignetting, and chromatic aberration. * geocpset - Set geometric control points. * hugin_executor - CLI stitching tool. * hugin_hdrmerge - Merge overlapping images. * hugin_lensdb - Hugin lens database maintenance. * icpfind - Control-point detector wrapper program. * linefind - Detect vertical features in images. * nona - Remap images. (Also does simple stitching.) * pano_modify - Change output parameters of project file. * pto_gen - Generate a Hugin project file from a list of images. * pto_lensstack - Modify assigned lenses and stack in pto files. * pto_mask - Apply a mask. * pto_merge - Merges two or more Hugin project files. * pto_move - Move a project file with all images in it. * pto_template - Apply a template file. * pto_var - Change image variables inside Hugin .pto project files * tca_correct - Calculate transverse chromatic aberration. * verdandi - Blend images using watershed algorithm. * vig_optimize - Determine the radial vignetting. Package: ibacm Description-md5: 94afd2c241abf6569edf525ba236170f Description-en: InfiniBand Communication Manager Assistant (ACM) The IB ACM implements and provides a framework for name, address, and route (path) resolution services over InfiniBand. It is intended to address connection setup scalability issues running MPI applications on large clusters. The IB ACM provides information needed to establish a connection, but does not implement the CM protocol. A primary user of the ibacm service is the librdmacm library. Package: ibus-libzhuyin Description-md5: c876ccd0e8b09cd86684b80299717c99 Description-en: New Zhuyin engine based on libzhuyin for IBus ibus-libzhuyin is a Chinese Zhuyin (Bopomofo) input method based on libzhuyin. It provides an intelligent sentence-based Chinese zhuyin algorithm to improve input experience. Package: ibus-rime Description-md5: 6dfb45a3b630a864dbcbc4b6e2d6ef6d Description-en: Rime Input Method Engine for IBus RIME is the acronym of Rime Input Method Engine. . RIME is a lightweight, extensible input method engine supporting various input schematas including glyph-based input methods, romanization-based input methods as well as those for Chinese dialects. It has the ability to compose phrases and sentences intelligently and provide very accurate traditional Chinese output. RIME's cross-platform core library is written in C++, and can work consistently on different platforms with OS-specific wrappers. . This package provides the IBus frontend of RIME. Package: ibverbs-utils Description-md5: a33873b95d7b0cff0d895ec3f573b2fc Description-en: Examples for the libibverbs library libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package contains useful libibverbs1 example programs such as ibv_devinfo, which displays information about InfiniBand devices. Package: idle Description-md5: 3ed47fd5fc9b2b81c62bf5baef25a5e8 Description-en: IDE for Python using Tkinter (default version) IDLE is an Integrated Development Environment for Python. IDLE is written using Tkinter and therefore quite platform-independent. . This package is a dependency package, which depends on Debian's default Python 3 version's IDLE (currently v3.12). Package: idle3 Description-md5: 4b22643c8e35d9c200ff9cf8ea4b9d66 Description-en: IDE for Python using Tkinter (transitional package) IDLE is an Integrated Development Environment for Python. . This package is a transitional package, you can safely remove it. Package: infiniband-diags Description-md5: 7b1103d02d514ef168f0320a1ca158c2 Description-en: InfiniBand diagnostic programs InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package provides diagnostic programs and scripts needed to diagnose an InfiniBand subnet. Package: inkscape Description-md5: fd78d7e3f908aaaa647abcf642a7ea9f Description-en: vector-based drawing program Inkscape is an illustration editor which has everything needed to create professional-quality computer art. You can use it to make diagrams and illustrations, technical drawings, web graphics, clip art, icons and logos. A collection of hands-on tutorials show you how to combine lines, shapes and text of different types and styles to build up a picture. . A selection of powerful vector graphics editing tools comes as standard. There is excellent support for paths, gradients, layers, alpha transparency and text flow control. An extensive library of filters allow you to apply realistic effects and extensions allow you to work with bitmaps, barcodes and printing marks, amongst other things. . Most of the common vector formats are supported, including PDF, Adobe Illustrator and AutoCAD files, and it has unrivalled support for the SVG web graphics standard. . Between the suggested packages: * dia: to export Dia shapes; * libsvg-perl: to import .txt files (txt2svg extension); * python3-packaging: used by the Optimized SVG extension; * python3-uniconvertor: enables several import/export extensions; * pstoedit: to work with eps files; * ruby: there are several extensions written in ruby; Package: inkscape-tutorials Description-md5: a99694ba2d7d4264d8d9771ae593ad53 Description-en: vector-based drawing program - tutorials Inkscape is an illustration editor which has everything needed to create professional-quality computer art. You can use it to make diagrams and illustrations, technical drawings, web graphics, clip art, icons and logos. A collection of hands-on tutorials show you how to combine lines, shapes and text of different types and styles to build up a picture. . This package contains the tutorials, accessible from the Help > Tutorials menu. Package: intel-ipu6-dkms Description-md5: 6704b469fde35fd46e8adeb3bf69a72a Description-en: Intel Integrated Image Processing Unit 6 (IPU6) driver This package provides kernel drivers for MIPI cameras through the Intel IPU6 on Intel Tiger Lake and Alder Lake platforms. Package: ipe5toxml Description-md5: 9984bd7f803cf0a2547d0181524b98b7 Description-en: converts Ipe5 figures to an XML file readable by Ipe Converts figures that were made with Ipe 5 to the format understood by Ipe 6. You can then run ipe6upgrade (from package ipe) to convert them to Ipe 7 format. Ipe is a drawing editor for creating figures, provided in package ipe. Package: iso2mesh-demos Description-md5: 90b91382c05547d48c75972da0d46964 Description-en: sample files and demo scripts for Iso2Mesh toolbox This package contains sample meshing script and data files for testing and showcasing Iso2Mesh functions. The main functions demonstrated in this package include surface-based mesh generation via s2m/surf2mesh, volume-based mesh generation via v2m/vol2mesh, mesh smoothing (sms), boolean operations (surfboolean), downsampling (meshsample) and remeshing (remeshsurf). Package: iso2mesh-tools Description-md5: 3b89ffbe6b8b0aee8bbafebce5518870 Description-en: 3D mesh generation and repairing utilities This package contains 3D mesh generation and repairing tools that can be used independently and invoked inside iso2mesh. . These tools include cgalmesh (3D mesh generation from volumetric images), `cgalpoly` (3D mesh generation from polyhedral surfaces), `cgalsimp2` (triangular surface simplification), `meshfix` (3D surface cleaning and repairing), and `jmeshlib` (3D surface cleaning). Package: jack-mixer Description-md5: 26cadd76535b3d7aa2d96e0bbb50ca8f Description-en: GTK+ JACK audio mixer application (Python 3) Jack Audio Mixer provides a GTK+ GUI to mix JACK audio streams. It maintains the appearance of a hardware audio mixing desk. It can set levels, balance, mute, etc through the interface or via MIDI. . This package installs the application for Python 3. 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: jenkins-debian-glue Description-md5: 7b51a8e326a1db99808ce80d3c2b6fb0 Description-en: Jenkins Debian glue scripts This package provides scripts which make building Debian packages inside Jenkins (a Continuous Integration suite) easier. . It's meant to make Q/A builds of Debian packages inside Jenkins as manageable and homogeneous as possible. . You need to install the according packaging tools, depending on your VCS type and the features you want to use. To get all tools you can just install the jenkins-debian-glue-buildenv package. Package: jenkins-debian-glue-buildenv Description-md5: 52268246a2cf4404e99f0227a4db77d1 Description-en: Jenkins Debian glue scripts - dependency package This package depends on all Debian packaging/repository management and VCS tools which may be used with jenkins-debian-glue for easier installation. . If disk space is a concern consider installing only the subset of packages you actually need. Package: jnifti-demos Description-md5: 7445791185a3b5db029339474eb2fce6 Description-en: sample files and demo scripts for JNIfTI toolbox This package contains sample NIfTI-1/2 data files as well as text and binary JNIfTI files. 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: jupyter-client Description-md5: 50a323ff448352989b3b74ce1470431e Description-en: Jupyter protocol client APIs (tools) This software component contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs to work with kernels, the "jupyter kernelspec" entry point to install kernelspecs for use with Jupyter frontends and the "jupyter run" command to execute a script on a jupyter kernel. . This package contains the jupyter-kernelspec and jupyter-run tools. Package: jupyter-notebook Description-md5: a1f300590a1412cd831ab1ad0a2faf40 Description-en: Jupyter interactive notebook The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets. . This package provides the jupyter subcommands "notebook", "nbextension", "serverextension" and "bundlerextension". Package: karbon Description-md5: c543dbc851e9639d2f9bd45d7103ac4e Description-en: vector graphics application for the Calligra Suite Karbon is a vector drawing application with an user interface that is easy to use, highly customizable and extensible. That makes Karbon a great application for users starting to explore the world of vector graphics as well as for artists wanting to create breathtaking vector art. Features include: . * Loading support for ODG, SVG, WMF, WPG, EPS/PS * Writing support for ODG, SVG, WMF, PNG, PDF * Customizable user interface with freely placeable toolbars and dockers * Layer docker for easy handling of complex documents including preview thumbnails, support for grouping shapes via drag and drop, controlling visibility of shapes or locking * Advanced path editing tool with great on-canvas editing capabilities * Various drawing tools for creating path shapes including a draw path tool and a pencil tool, as well as a calligraphy drawing tool * Gradient and pattern tools for easy on-canvas editing of gradient and pattern styles * Top notch snapping facilities for guided drawing and editing (e.g. snapping to grid, guide lines, path nodes, bounding boxes, orthogonal positions, intersections of path shapes or extensions of lines and paths) * Many predefined basic shapes included, such as circle/ellipse, star or rectangle * Artistic text shape with support for following path outlines (i.e. text on path) * Complex path operations and effects like Boolean set operations, path flattening, rounding and refining as well as whirl/pinch effects * Extensible by writing plugins for new tools, shapes and dockers . This package is part of the Calligra Suite. Package: kde-style-qtcurve-qt5 Description-md5: d3f0d8bc7140c776254c7db4982f99dd Description-en: QtCurve widget style for applications based on Qt 5.x This package contains the QtCurve widget style for Qt 5.x. . The corresponding GTK+ theme engine can be found in gtk2-engines-qtcurve package. . QtCurve is a set of widget styles for Qt and GTK+ libraries. It provides a consistent look between KDE, GNOME and other applications based on these libraries, which is easy on the eyes and visually pleasing. Package: kded5 Description-md5: aecaa0fee03ee49d8e41b3ae3658a551 Description-en: Extensible daemon for providing session services KDED runs in the background and performs a number of small tasks. Some of these tasks are built in, others are started on demand. Package: kded5-dev Description-md5: 999d791f3e09ab001fcb13b0ec1e4c1c Description-en: Extensible daemon for providing session services KDED runs in the background and performs a number of small tasks. Some of these tasks are built in, others are started on demand. . Contains development files. Package: kineticstools Description-md5: c2de5414b515a12115771e65d77a3fc6 Description-en: detection of DNA modifications Tools for detecting DNA modifications from single molecule, real-time (SMRT®) sequencing data. This tool implements the P_ModificationDetection module in SMRT® Portal, used by the RS_Modification_Detection and RS_Modifications_and_Motif_Detection protocol. Researchers interested in understanding or extending the modification detection algorithms can use these tools as a starting point. . This package is part of the SMRTAnalysis suite. Package: kineticstools-data Description-md5: 1cfcf352c0bdf117049f3206eb1dacd4 Description-en: detection of DNA modifications -- data files Tools for detecting DNA modifications from single molecule, real-time (SMRT®) sequencing data. This tool implements the P_ModificationDetection module in SMRT® Portal, used by the RS_Modification_Detection and RS_Modifications_and_Motif_Detection protocol. Researchers interested in understanding or extending the modification detection algorithms can use these tools as a starting point. . Kineticstools is part of the SMRTAnalysis suite. This package contains the package data files. Package: kinit Description-md5: 597bc846f516146d5a2d0f6d47ede49b Description-en: process launcher to speed up launching KDE applications kdeinit is a process launcher somewhat similar to the famous init used for booting UNIX. . It launches processes by forking and then loading a dynamic library which should contain a 'kdemain(...)' function. . Using kdeinit to launch KDE applications makes starting a typical KDE applications 2.5 times faster (100ms instead of 250ms on a P-III 500) It reduces memory consumption by approx. 350Kb per application. Package: kinit-dev Description-md5: 1e9fbe33a21a421c70b8a94bcf094a46 Description-en: process launcher to speed up launching KDE applications kdeinit is a process launcher somewhat similar to the famous init used for booting UNIX. . It launches processes by forking and then loading a dynamic library which should contain a 'kdemain(...)' function. . Using kdeinit to launch KDE applications makes starting a typical KDE applications 2.5 times faster (100ms instead of 250ms on a P-III 500) It reduces memory consumption by approx. 350Kb per application. . Contains development files for kinit. Package: kio Description-md5: 490a3eb47a821487838a8cfb9f8418ab Description-en: resource and network access abstraction KDE Input/Output framework provides a single API for operating on files, whether local or on a remote server. Additionally, KIO Slaves provide support for individual protocols. Some particularly useful ones are http, ftp, sftp, smb, nfs, ssh (fish), man, tar and zip. Package: kirigami-addons-data Description-md5: 91697c5bfe86f31f83cf50a0de081854 Description-en: data files for kirigami-addons This package contains the data files shared by all the QML modules of kirigami-addons. Package: kirigami-addons-dev Description-md5: 65042a0d8f75000db8854db911fdd5d0 Description-en: development files for kirigami-addons This package contains the development files of kirigami-addons. Package: kirigami2-dev Description-md5: b910e85804091d253182bf6ccdb51afc Description-en: set of QtQuick components targeted for mobile use Kirigami is a set of QtQuick components at the moment targeted for mobile use (in the future desktop as well) targeting both Plasma Mobile and Android. A set of high level components to make the creation of applications that look and feel great on mobile as well as desktop devices and follow the Kirigami Human Interface Guidelines. The target of these components is anybody that wants to do an application using QtQuick as its main UI, especially if targeting a mobile platform, without adding many dependencies. They work on a variety of platforms, such as Plasma Mobile, Desktop Linux, Android and Windows. . This package contains the development files. Package: kissplice Description-md5: 6d716ae983176c617d58d582ce80f786 Description-en: Detection of various kinds of polymorphisms in RNA-seq data KisSplice is a piece of software that enables the analysis of RNA-seq data with or without a reference genome. It is an exact local transcriptome assembler that allows one to identify SNPs, indels and alternative splicing events. It can deal with an arbitrary number of biological conditions, and will quantify each variant in each condition. It has been tested on Illumina datasets of up to 1G reads. Its memory consumption is around 5Gb for 100M reads. Package: kitty Description-md5: 324ca9ac9df1a1576761aaf85cff7171 Description-en: fast, featureful, GPU based terminal emulator Kitty supports modern terminal features like: graphics, unicode, true-color, OpenType ligatures, mouse protocol, focus tracking, and bracketed paste. . Kitty has a framework for "kittens", small terminal programs that can be used to extend its functionality. Package: kitty-doc Description-md5: 8603b2198ad8b1a22c57fb9c13b49574 Description-en: fast, featureful, GPU based terminal emulator (documentation) This package contains the AsciiDoc/HTML documentation for the kitty terminal emulator. Package: kitty-shell-integration Description-md5: eaf8b9abaed4417913931cf7810c4a59 Description-en: fast, featureful, GPU based terminal emulator (shell integration files) This package provides Kitty's shell-integration files so that it can easily be installed on remote systems. Package: kitty-terminfo Description-md5: 858a2fc157bc1797719d557286ddfe20 Description-en: fast, featureful, GPU based terminal emulator (terminfo file) This package provides the xterm-kitty terminfo definition for the kitty terminal emulator so that it can easily be installed on remote systems. Package: kmer Description-md5: 9ca7d76a8177d8b6943e9c466d324ea7 Description-en: suite of tools for DNA sequence analysis The kmer package is a suite of tools for DNA sequence analysis. It provides tools for searching (ESTs, mRNAs, sequencing reads); aligning (ESTs, mRNAs, whole genomes); and a variety of analyses based on kmers. . This is a metapackage depending on the executable components of the kmer suite. Package: kmer-examples Description-md5: 48403899c5528a433788208d2826f9dd Description-en: sample data for kmer suite of tools for DNA sequence analysis The kmer package is a suite of tools for DNA sequence analysis. It provides tools for searching (ESTs, mRNAs, sequencing reads); aligning (ESTs, mRNAs, whole genomes); and a variety of analyses based on kmers. . This package contains a test data set as well as sample scripts running some test suite provided by Debian also as autopkgtest. Package: kmymoney Description-md5: 49de8a9f7525de7bb25a7171b3e764a1 Description-en: personal finance manager for KDE KMyMoney is the Personal Finance Manager for KDE. It operates similar to MS-Money and Quicken, supports different account types, categorisation of expenses, QIF import/export, multiple currencies and initial online banking support. Package: kmymoney-common Description-md5: 31bd7293497ef7f025bc3697e844770a Description-en: KMyMoney architecture independent files KMyMoney is the Personal Finance Manager for KDE. It operates similar to MS-Money and Quicken, supports different account types, categorisation of expenses, QIF import/export, multiple currencies and initial online banking support. . This package contains architecture independent files needed for KMyMoney to run properly. It also provides KMyMoney documentation. Therefore, unless you have 'kmymoney' package installed, you will hardly find this package useful. Package: knewstuff-dialog Description-md5: bc193510fb951c12d263255db943f5a8 Description-en: Support for downloading application assets from the network. Framework for downloading and sharing additional application data. . This package contains standalone tool for use by apps which don't want a hard dependency. Package: kpackagelauncherqml Description-md5: ba5d0000ce09c84fc0e0959e1a71c7c5 Description-en: commandline tool for launching kpackage QML application A small commandline tool to launch KPackages (QML applications). Package: kpackagetool5 Description-md5: 26f8eb3b93842601355480729f1f09ca Description-en: command line kpackage tool KPackage provides classes for applications to manage user installable packages of non-binary assets. . This package is part of KDE Frameworks 5. . This package contains the runtime package management tool. Package: krita Description-md5: cad766809ad07bc61817bcf9d8a74ddb Description-en: pixel-based image manipulation program Krita is a creative application for raster images. Whether you want to create from scratch or work with existing images, Krita is for you. You can work with photos or scanned images, or start with a blank slate. Krita supports most graphics tablets out of the box. . Krita is different from other graphics design programs in that it has pluggable brush engines, some supporting brush resources like Gimp brush files, others offering sophisticated simulation of real brushes, and others again offering color mixing and image deformations. Moreover, Krita has full support for graphics tablets, including such features as pressure, tilt and rate, making it a great choice for artists. There are easy to use tools for drawing lines, ellipses and rectangles, and the freehand tool is supported by pluggable "drawing assistants" that help you draw shapes that still have a freehand feeling to them. Package: krita-data Description-md5: 6ec15600616a33413c249e2eeb0ffba7 Description-en: data files for Krita painting program This package contains architecture-independent data files for Krita. . See the krita package for further information. Package: krita-l10n Description-md5: a3cda4505d02f3f320b8db10d1a585f8 Description-en: translations for Krita painting program This package contains the translations for Krita, the painting program. . See the krita package for further information. Package: kross Description-md5: 45d1422145e05056e7823dfa756285cb Description-en: Multi-language application scripting. Modular scripting framework that eases embedding of scripting interpreters like Python, Ruby and JavaScript transparently into native applications to bridge the static and dynamic worlds together. Package: kross-dev Description-md5: 035a3accdf8d41e306845083c8eb8602 Description-en: development files for kross Modular scripting framework that eases embedding of scripting interpreters like Python, Ruby and JavaScript transparently into native applications to bridge the static and dynamic worlds together. . Contains development files for kross. Package: ktexteditor-data Description-md5: 24d2171af300f8675b8e92818e4e7601 Description-en: provide advanced plain text editing services The KTextEditor interfaces - also called KTE interfaces - are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). Package: ktexteditor-katepart Description-md5: 3162e86e5e7045f0a5f650908df08a6f Description-en: provide advanced plain text editing services The KTextEditor interfaces - also called KTE interfaces - are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). . This contains the Kate Part plugin. Package: kwayland-data Description-md5: e3766990fca3ac018441517d3288eb9c Description-en: Qt library wrapper for Wayland libraries - data files KWayland provides a Qt-style Server library wrapper for the Wayland libraries. Package: kwayland-integration Description-md5: 7120a025ba32d5f9b8a58bf02bdf9f8c Description-en: kwayland runtime integration plugins Wayland runtime integration plugins for kidletime and kwindowsystem. . Contains development files for kwayland-integration. Package: kwin-common Description-md5: d812e38ecc0856bb858fffec17c3f257 Description-en: KDE window manager, common files KWin (pronounced as one syllable "kwin") is the window manager for the KDE Plasma Desktop. It gives you complete control over your windows, making sure they're not in the way but aid you in your task. It paints the window decoration, the bar on top of every window with (configurable) buttons like close, maximize and minimize. It also handles placing of windows and switching between them. . This package is part of the KDE base workspace module. Package: kwin-data Description-md5: 1d697d510504cce76cd18beb1fe47f23 Description-en: KDE window manager data files KWin (pronounced as one syllable "kwin") is the window manager for the KDE Plasma Desktop. It gives you complete control over your windows, making sure they're not in the way but aid you in your task. It paints the window decoration, the bar on top of every window with (configurable) buttons like close, maximize and minimize. It also handles placing of windows and switching between them. . This package contains the data files Package: kwin-dev Description-md5: e981f5e39df0aa1878605e91238fad93 Description-en: KDE window manager - devel files KWin (pronounced as one syllable "kwin") is the window manager for the KDE Plasma Desktop. It gives you complete control over your windows, making sure they're not in the way but aid you in your task. It paints the window decoration, the bar on top of every window with (configurable) buttons like close, maximize and minimize. It also handles placing of windows and switching between them. . This package is part of the KDE base workspace module. Package: kwin-wayland Description-md5: 1f46402d0fc101878e7f6228ce76c610 Description-en: KDE window manager, wayland version, PREVIEW release KWin (pronounced as one syllable "kwin") is the window manager for the KDE Plasma Desktop. It gives you complete control over your windows, making sure they're not in the way but aid you in your task. It paints the window decoration, the bar on top of every window with (configurable) buttons like close, maximize and minimize. It also handles placing of windows and switching between them. . This package provides the wayland version, which is still a work in progress project, and is available as a PREVIEW release. Don't expect the same stability as with the x11 version. Package: kwin-wayland-backend-drm Description-md5: 07744d6abba9ffd960348facad84bac9 Description-en: transitional package This is a dummy package which can be removed. Package: kwin-wayland-backend-fbdev Description-md5: 07744d6abba9ffd960348facad84bac9 Description-en: transitional package This is a dummy package which can be removed. Package: kwin-wayland-backend-virtual Description-md5: 07744d6abba9ffd960348facad84bac9 Description-en: transitional package This is a dummy package which can be removed. Package: kwin-wayland-backend-wayland Description-md5: 07744d6abba9ffd960348facad84bac9 Description-en: transitional package This is a dummy package which can be removed. Package: kwin-wayland-backend-x11 Description-md5: 07744d6abba9ffd960348facad84bac9 Description-en: transitional package This is a dummy package which can be removed. Package: kwin-x11 Description-md5: b49a23f2e017f3c5499b70ce757a376c Description-en: KDE window manager, X11 version KWin (pronounced as one syllable "kwin") is the window manager for the KDE Plasma Desktop. It gives you complete control over your windows, making sure they're not in the way but aid you in your task. It paints the window decoration, the bar on top of every window with (configurable) buttons like close, maximize and minimize. It also handles placing of windows and switching between them. . This package is part of the KDE base workspace module. Package: layer-shell-qt Description-md5: 3b83015a145acd9bc560390178e45231 Description-en: use the Wayland wl-layer-shell protocol - plugin Qt component to allow applications to make use of the Wayland wl-layer-shell protocol. . This package contains the plugin. Package: ldap-account-manager Description-md5: 61468742e97fa96991fdf7b005a516ce Description-en: webfrontend for managing accounts in an LDAP directory LDAP Account Manager (LAM) runs on an existing webserver. It manages user, group and host accounts. Currently LAM supports these account types: Samba 3/4, Unix, Kolab, address book entries, NIS mail aliases and MAC addresses. There is an integrated LDAP browser to allow access to the raw LDAP attributes. You can use templates for account creation and use multiple configuration profiles. Account information can be exported as PDF file. There is also a script included which manages quotas and homedirectories. Package: ldap-account-manager-lamdaemon Description-md5: 313731839b9e4fcf79b37cebc894f0c1 Description-en: Quota and home directory management for LDAP Account Manager Lamdaemon is part of LDAP Account Manager. This package needs to be installed on the server where the home directories reside and/or quotas should be managed. Package: ldb-tools Description-md5: 27e8c15a8859e3368f9f6a0853f05226 Description-en: LDAP-like embedded database - tools ldb is a LDAP-like embedded database built on top of TDB. . What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains bundled test and utility binaries Package: ldirectord Description-md5: d72d6b56a28652bb82109ce53fb17aad Description-en: Monitors virtual services provided by LVS ldirectord is a stand-alone daemon to monitor real servers behind virtual services provided by The Linux Virtual Server (LVS). Package: ldnsutils Description-md5: fe66d2498e496df54f017f09be2a6992 Description-en: ldns library for DNS programming - tools (includes drill tool) The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. . This package contains various client programs related to DNS that are based on top of libldns library and DRILL tool which is similar to dig. These tools were designed with DNSSEC in mind and are useful for DNS and DNSSEC testing and debugging. Package: leaff Description-md5: ffb8dc31de6c03c556d590e9a7226844 Description-en: biological sequence library utilities and applications LEAFF (Let's Extract Anything From Fasta) is a utility program for working with multi-fasta files. In addition to providing random access to the base level, it includes several analysis functions. . This package is part of the Kmer suite. Package: ledger Description-md5: e7a7a30673406f7486331b2d6359a532 Description-en: command-line double-entry accounting program Ledger is a powerful and flexible double-entry accounting system run entirely from the command line. Your accounts ledger is stored in one or more plain-text files with a very simple and readable format, and ledger does the hard work of balancing your books and reporting. Package: lepton-eda Description-md5: fe351e9ccd2d3f2b33d0d9267d7c8e8e Description-en: Lepton Electronic Design Automation The Lepton EDA suite provides schematic capture, netlisting, bill of materials generation, and many other features. It was forked from the gEDA/gaf suite in late 2016. Package: lib32asan5 Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32gcc-10-dev Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-9-dev Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gfortran-10-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-9-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32go-10-dev Description-md5: 0d206625198081e48dfdda7b339c3c73 Description-en: Runtime library for GNU Go applications (32bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib32go-9-dev Description-md5: 0d206625198081e48dfdda7b339c3c73 Description-en: Runtime library for GNU Go applications (32bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib32go14 Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go16 Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32gphobos-10-dev Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-9-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: lib32gphobos1 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76 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: lib32objc-10-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-9-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: lib32stdc++-10-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib32stdc++-9-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib32stdc++6-10-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: lib32stdc++6-9-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: libadios2-common-c++11-dev Description-md5: 57268e11cbec2150bb3e70d415b21d06 Description-en: Adaptable IO system for simulations - C++11 binding include files (common) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the common C++11 binding include files for ADIOS2. Package: libadios2-common-c-dev Description-md5: 1c2cfa93793b12537fe1be40846cd3cf Description-en: Adaptable IO system for simulations - C binding include files (common) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the common C binding include files for ADIOS2. Package: libadios2-common-core-dev Description-md5: 74653ffb40aec3d346e60ea7ec8352a6 Description-en: Adaptable IO system for simulations - core include files (common) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the common core include files for ADIOS2. Package: libadios2-mpi-auxiliary-2 Description-md5: 30833304a2d4fcbec1f2c87c2b972b9b Description-en: ADIOS2 Adaptable IO system for simulations - auxiliary libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the auxiliary thirdparty libraries required by the MPI build of ADIOS2, which are not yet packaged separately: - atl - dill - EVPath - ffs - perfstubs Package: libadios2-mpi-auxiliary-dev Description-md5: 732f3a1490205a811ce4d71ea9c53dcc Description-en: Adaptable IO system for simulations - auxiliary development files (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains binding development files for the auxiliary thirdparty libraryies required by the MPI build of ADIOS2, which are not yet packaged separately: - atl - dill - EVPath - ffs - perfstubs Package: libadios2-mpi-c++11-2 Description-md5: 26a287a9eb7df867181236507d979fd5 Description-en: ADIOS2 Adaptable IO system for simulations - C++11 binding libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C++11 binding libraries for the MPI build of ADIOS2. Package: libadios2-mpi-c++11-dev Description-md5: fed92ce645d3b054fdbd030c6d4ddfac Description-en: Adaptable IO system for simulations - C++11 binding development files (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C++11 binding development files for the MPI build of ADIOS2. Package: libadios2-mpi-c-2 Description-md5: 3335639c8cd8625da1d0df44aced9933 Description-en: ADIOS2 Adaptable IO system for simulations - C binding libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C binding libraries for the MPI build of ADIOS2. Package: libadios2-mpi-c-dev Description-md5: ee63becc1eaa48a32a3f82bd8ebe87bf Description-en: Adaptable IO system for simulations - C binding development files (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C binding development files for the MPI build of ADIOS2. Package: libadios2-mpi-core-2 Description-md5: 1bbc19a1a7121683f60a5752c4d59d63 Description-en: ADIOS2 Adaptable IO system for simulations - core libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the core libraries for the MPI build of ADIOS2. Package: libadios2-mpi-core-dev Description-md5: a6037597e4b000c827ab3c73bfbafcbe Description-en: Adaptable IO system for simulations - core development files (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the core development files for the MPI build of ADIOS2. Package: libadios2-mpi-fortran-2 Description-md5: 2e121c1c338f331b8e3bfdfe6c395233 Description-en: ADIOS2 Adaptable IO system for simulations - Fortran binding libraries (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Fortran binding libraries for the MPI build of ADIOS2. Package: libadios2-mpi-fortran-dev Description-md5: 6b6c3e9149f62c835e3ea01eff840141 Description-en: Adaptable IO system for simulations - Fortran binding development files (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Fortran binding development files for the MPI build of ADIOS2. Package: libadios2-serial-auxiliary-2 Description-md5: 1e2824419b8e2eb727158b40075f2d67 Description-en: ADIOS2 Adaptable IO system for simulations - auxiliary libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the auxiliary thirdparty libraries required by the serial build of ADIOS2, which are not yet packaged separately: - atl - dill - EVPath - ffs - perfstubs Package: libadios2-serial-auxiliary-dev Description-md5: 76dd37c89f153552a9cb7eb9f4ee418b Description-en: Adaptable IO system for simulations - auxiliary development files (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains binding development files for the auxiliary thirdparty libraryies required by the serial build of ADIOS2, which are not yet packaged separately: - atl - dill - EVPath - ffs - perfstubs Package: libadios2-serial-c++11-2 Description-md5: f7df48efa549e8d3cd4caa8eeaa2fc2f Description-en: ADIOS2 Adaptable IO system for simulations - C++11 binding libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C++11 binding libraries for the serial build of ADIOS2. Package: libadios2-serial-c++11-dev Description-md5: 94e13fa754414b86d3e99465789c09de Description-en: Adaptable IO system for simulations - C++11 binding development files (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C++11 binding development files for the serial build of ADIOS2. Package: libadios2-serial-c-2 Description-md5: 0a984f08514ef8ff007af39c42479f6b Description-en: ADIOS2 Adaptable IO system for simulations - C binding libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C binding libraries for the serial build of ADIOS2. Package: libadios2-serial-c-dev Description-md5: 5f02efb3076e9459f0f7e7c9d2d74ab8 Description-en: Adaptable IO system for simulations - C binding development files (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the C binding development files for the serial build of ADIOS2. Package: libadios2-serial-core-2 Description-md5: 72035af34866f3ebb3a993dfd80dfceb Description-en: ADIOS2 Adaptable IO system for simulations - core libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the core libraries for the serial build of ADIOS2. Package: libadios2-serial-core-dev Description-md5: ffc1edc97476b2841da6afe87c0429e4 Description-en: Adaptable IO system for simulations - core development files (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the core development files for the serial build of ADIOS2. Package: libadios2-serial-fortran-2 Description-md5: f9626defe65d0e5d708a8fe1abb7aa49 Description-en: ADIOS2 Adaptable IO system for simulations - Fortran binding libraries (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Fortran binding libraries for the serial build of ADIOS2. Package: libadios2-serial-fortran-dev Description-md5: 624aa2debe9707be66c00fef6d68c9b6 Description-en: Adaptable IO system for simulations - Fortran binding development files (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Fortran binding development files for the serial build of ADIOS2. 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: libanalitza-dev Description-md5: f86a1a12d9304114642eaf951ce52eaa Description-en: development files for Analitza Analitza is a library to parse and work with mathematical expressions. This library is being used by KAlgebra and Cantor and may be used in other programs. . This package contains the development files, used to build applications that use Analitza. . This package is part of the KDE education module. Package: libanalitza8 Description-md5: 92ad86650a4e6fad5ca6fbc6be591399 Description-en: library to work with mathematical expressions This library is used by KAlgebra and may be used by other software to parse and work with mathematical expressions. . This package is part of the KDE education module. Package: libanalitzagui8 Description-md5: 02f734e9dfb655fed0eb2d6024454a29 Description-en: library to work with mathematical expressions - GUI routines This library is used by KAlgebra and may be used by other software to parse and work with mathematical expressions. This library provides the routines related to the graphical user interface. . This package is part of the KDE education module. Package: libanalitzaplot8 Description-md5: 8850b8c7b9a0aaa910de370924d8aa53 Description-en: library to work with mathematical expressions - plotting bits This library is used by KAlgebra and may be used by other software to parse and work with mathematical expressions. This library provides the routines related to plotting. . This package is part of the KDE education module. Package: libanalitzawidgets8 Description-md5: b0a7e75633fd35963404b7c26a88930b Description-en: library to work with mathematical expressions - widgets This library is used by KAlgebra and may be used by other software to parse and work with mathematical expressions. This library provides several UI components based on QWidget and QML. . This package is part of the KDE education module. Package: libangstrom-ocaml Description-md5: cc4e0dc29c34038b50658089b52617ff Description-en: speed and memory-efficient parser combinators for OCaml (runtime) Angstrom is a parser-combinator library that makes it easy to write efficient, expressive, and reusable parsers suitable for high-performance applications. It exposes monadic and applicative interfaces for composition, and supports incremental input through buffered and unbuffered interfaces. Both interfaces give the user total control over the blocking behavior of their application, with the unbuffered interface enabling zero-copy IO. Parsers are backtracking by default and support unbounded lookahead. . This package contains runtime files. Package: libangstrom-ocaml-dev Description-md5: a23ba2c35bebab60d56236edd890b2c9 Description-en: speed and memory-efficient parser combinators for OCaml (dev) Angstrom is a parser-combinator library that makes it easy to write efficient, expressive, and reusable parsers suitable for high-performance applications. It exposes monadic and applicative interfaces for composition, and supports incremental input through buffered and unbuffered interfaces. Both interfaces give the user total control over the blocking behavior of their application, with the unbuffered interface enabling zero-copy IO. Parsers are backtracking by default and support unbounded lookahead. . This package contains development files. Package: libapache2-mod-passenger Description-md5: 41fdf485deea0b877e489823da479045 Description-en: web application server - apache2 integration Phusion Passenger is a web server and application server, designed to be fast, robust and lightweight. It takes a lot of complexity out of deploying web apps, adds powerful enterprise-grade features that are useful in production, and makes administration much easier and less complex. Phusion Passenger supports Ruby, Python, Node.js and Meteor. . This package contains the apache2 module. Package: libapache2-mod-python Description-md5: bde005b62de762b201504653675e48e6 Description-en: Python-embedding module for Apache 2 The mod_python module supports web applications written in Python. Because the parser is embedded in the server as an Apache module, it will run much faster than traditional CGI. . This package is built for the current Python 3 version. Package: libapache2-mod-python-doc Description-md5: 9564caeb173aa6a96d396d2bfafe8b8b Description-en: Python-embedding module for Apache 2 - documentation The mod_python module supports web applications written in Python. Because the parser is embedded in the server as an Apache module, it will run much faster than traditional CGI. . This package contains the module documentation in HTML format. Package: libapache2-mod-svn Description-md5: e15ffe075b3a61d7ee31166809f7092c Description-en: Apache Subversion server modules for Apache httpd This package provides the mod_dav_svn and mod_authz_svn modules for the Apache 2.4 web server. These modules provide Apache Subversion's WebDAV server backend, to serve repositories over the http and https protocols. See the 'subversion' package for more information. Package: libapbs-dev Description-md5: 99fddf8ba6c3ebcd3c50caf758147e53 Description-en: Adaptive Poisson Boltzmann Solver APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. . This package contains the development headers to build against libapbs_* shared libraries. Package: libapbs3 Description-md5: 90f597bcf1c87921eed5cea0ddc1b150 Description-en: Adaptive Poisson Boltzmann Solver APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. . This package contains the libapbs_* shared libraries. Package: libapertium-lex-tools1 Description-md5: 9eb5b1db6dfb858c3cd49d52b35f69a7 Description-en: Shared library for Apertium lexical selection module Module for compiling lexical selection rules and processing them in the pipeline. . This package contains shared library for the Apertium constraint-based lexical selection module. Package: libapertium3 Description-md5: 4770d1d0d21411c1a6c67f51a30e6da9 Description-en: Shared library for Apertium An open-source shallow-transfer machine translation engine, Apertium is initially aimed at related-language pairs. . This package contains shared library for the Apertium shallow-transfer machine translation engine. Package: libapriltag-dev Description-md5: 1ea637ea39fd2ea8ee85bf303c545c11 Description-en: AprilTags Visual Fiducial System AprilTag is a visual fiducial system, useful for a wide variety of tasks including augmented reality, robotics, and camera calibration. Targets can be created from an ordinary printer, and the AprilTag detection software computes the precise 3D position, orientation, and identity of the tags relative to the camera. The AprilTag library is implemented in C with no external dependencies. It is designed to be easily included in other applications, as well as be portable to embedded devices. Real-time performance can be achieved even on cell-phone grade processors. . This package includes the development files Package: libapriltag3 Description-md5: e7ac552e4ee1455746d20d9a7a1d9718 Description-en: AprilTags Visual Fiducial System AprilTag is a visual fiducial system, useful for a wide variety of tasks including augmented reality, robotics, and camera calibration. Targets can be created from an ordinary printer, and the AprilTag detection software computes the precise 3D position, orientation, and identity of the tags relative to the camera. The AprilTag library is implemented in C with no external dependencies. It is designed to be easily included in other applications, as well as be portable to embedded devices. Real-time performance can be achieved even on cell-phone grade processors. Package: libarccommon3v5 Description-md5: 0e374f98fce6d9477c267693cca43007 Description-en: Advanced Resource Connector Middleware NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . The ARC middleware is a software solution that uses distributed computing technologies to enable sharing and federation of computing resources across different administrative and application domains. ARC is used to create distributed infrastructures of various scope and complexity, from campus to national and global deployments. Package: libarcglobusutils3 Description-md5: c1af8ec320c56fa6f09d86e8a033ebd2 Description-en: ARC Globus plugins common libraries NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . ARC Globus plugins common libraries package includes the bundle of necessary Globus libraries needed for all other globus-dependent ARC components. Package: libarmnn-cpuref-backend33 Description-md5: 0ea25349835fc42007d27bda9b1d9282 Description-en: Arm NN dynamically loadable Reference backend Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This release supports Caffe, TensorFlow, TensorFlow Lite, and ONNX. Arm NN takes networks from these frameworks, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is the dynamically loadable Reference backend package. Package: libarmnn-dev Description-md5: 55265e51740ec0ddf8400f172cdc68fb Description-en: Inference engine for CPUs, GPUs and NPUs - header files Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This release supports Caffe, TensorFlow, TensorFlow Lite, and ONNX. Arm NN takes networks from these frameworks, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is the development package containing header files. Package: libarmnn33 Description-md5: e888567e31b7cecf1376a2ed4d25c4ba Description-en: Inference engine for CPUs, GPUs and NPUs - shared library Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This release supports Caffe, TensorFlow, TensorFlow Lite, and ONNX. Arm NN takes networks from these frameworks, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is the shared library package. Package: libarmnntfliteparser-dev Description-md5: fb8b553904254daf9f4b8023fe11c632 Description-en: Arm NN TensorFlow Lite parser library - header files Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This release supports Caffe, TensorFlow, TensorFlow Lite, and ONNX. Arm NN takes networks from these frameworks, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is the development package containing header files. Package: libarmnntfliteparser24 Description-md5: 00e842db7928cd7878b8ce23695a6920 Description-en: Arm NN TensorFlow Lite parser library Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This release supports Caffe, TensorFlow, TensorFlow Lite, and ONNX. Arm NN takes networks from these frameworks, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is the shared library package. Package: libasan5 Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: 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: libastrometry-dev Description-md5: b5a843798778b7ab6bf804109900ecb0 Description-en: Astrometry plate solver (development files) The astrometry engine will take any image and return the astrometry world coordinate system (WCS), a standards-based description of the transformation between image coordinates and sky coordinates. . This package contains the development files (header files). Package: libastrometry0 Description-md5: dd36773275e2c7f43405ef4cc3dd45c3 Description-en: Astrometry plate solver (shared lib) The astrometry engine will take any image and return the astrometry world coordinate system (WCS), a standards-based description of the transformation between image coordinates and sky coordinates. . This package contains the shared library. Package: libavogadro-data Description-md5: b7c78f0feb76bafcc8e21238f3a1c8bd Description-en: Molecular Graphics and Modelling System (data files) Avogadro is a molecular graphics and modelling system targeted at small to medium molecules. It can visualize properties like molecular orbitals or electrostatic potentials and features an intuitive molecular builder. . This package provides molecule and crystal data for the Insert Fragment plugin. Package: libavogadro-dev Description-md5: 511b235cbf7c8f0d3983332a8a2ef822 Description-en: Molecular Graphics and Modelling System (development files) Avogadro is a molecular graphics and modelling system targeted at small to medium molecules. It can visualize properties like molecular orbitals or electrostatic potentials and features an intuitive molecular builder. . This package provides the development and header files. Package: libavogadro-doc Description-md5: 7f06c264b03c4e4090cecbc8a7bff2da Description-en: Molecular Graphics and Modelling System (lib documentation) Avogadro is a molecular graphics and modelling system targeted at small to medium molecules. It can visualize properties like molecular orbitals or electrostatic potentials and features an intuitive molecular builder. . This package provides the documentation for libavogadro. Package: libavogadro2-1 Description-md5: 3213621da2aa0dfd65baafe1e63e2c3c Description-en: Molecular Graphics and Modelling System (library) Avogadro is a molecular graphics and modelling system targeted at small to medium molecules. It can visualize properties like molecular orbitals or electrostatic potentials and features an intuitive molecular builder. . This package provides the shared libraries, plugins and functionality scripts. Package: libbamtools-dev Description-md5: 071b9c0ea5e1e93a613add87519c2ca9 Description-en: C++ API for manipulating BAM (genome alignment) files BamTools facilitates research analysis and data management using BAM files. It copes with the enormous amount of data produced by current sequencing technologies that is typically stored in compressed, binary formats that are not easily handled by the text-based parsers commonly used in bioinformatics research. . BamTools provides both a C++ API for BAM file support as well as a command-line toolkit. . This is the developers API package. Package: libbamtools-doc Description-md5: bf217aec0c438caca5b70e9ae90b087c Description-en: docs for dynamic library for manipulating BAM (genome alignment) files BamTools facilitates research analysis and data management using BAM files. It copes with the enormous amount of data produced by current sequencing technologies that is typically stored in compressed, binary formats that are not easily handled by the text-based parsers commonly used in bioinformatics research. . BamTools provides both a C++ API for BAM file support as well as a command-line toolkit. . This is the documentation for the library. Package: libbamtools2.5.2 Description-md5: 6d8cb419efe029da5429790d9d7753e2 Description-en: dynamic library for manipulating BAM (genome alignment) files BamTools facilitates research analysis and data management using BAM files. It copes with the enormous amount of data produced by current sequencing technologies that is typically stored in compressed, binary formats that are not easily handled by the text-based parsers commonly used in bioinformatics research. . BamTools provides both a C++ API for BAM file support as well as a command-line toolkit. . This is the runtime library. Package: libbarcode-zbar-perl Description-md5: 786452797735dcc36f300270df6ca56b Description-en: QR code / bar code scanner and decoder (Perl bindings) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the Perl bindings and the Barcode::Zbar module. Package: libbatteries-ocaml-dev Description-md5: d0260c382c6c7cb20b4c4c6d6d03927f Description-en: Batteries included: OCaml development platform - development files Batteries included is a community-driven effort to standardize on an uniform, documented, and comprehensive OCaml development platform. . Batteries included serves the following purposes: * define a standard set of libraries which may be expected on every compliant installation of OCaml * organize these libraries into a hierarchy of modules, with one source of documentation * define a standard set of language extensions which may be expected on every compliant installation of OCaml * provide a consistent API for otherwise independent libraries. . This package contains the core part of batteries included: libraries and language extensions for the OCaml language. Using this package you can develop OCaml programs built on top of batteries included. Package: libbatteries-ocaml-doc Description-md5: 8e855bb4be7b4dbeab3bd5be066a368e Description-en: Batteries included - OCaml development platform - documentation Batteries included is a community-driven effort to standardize on an uniform, documented, and comprehensive OCaml development platform. . Batteries included serves the following purposes: * define a standard set of libraries which may be expected on every compliant installation of OCaml * organize these libraries into a hierarchy of modules, with one source of documentation * define a standard set of language extensions which may be expected on every compliant installation of OCaml * provide a consistent API for otherwise independent libraries. . This package contains the documentation for batteries included: HTML API documentation, examples, and information about how to use batteries included in your programs. Package: libbcjmail-java Description-md5: 9e3f2782f8a33698d469f59fbf0e7484 Description-en: Bouncy Castle Jakarta S/MIME API The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. The Jakarta Mail API and the Jakarta activation framework will also be needed. Package: libbcmail-java Description-md5: db592e3b068dd6edf84ea7ee4fe7269b Description-en: Bouncy Castle generators/processors for S/MIME and CMS The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains generators and processors for S/MIME and CMS (PKCS7/RFC 3852). Package: libbcpg-java Description-md5: fb261bacf9406a7cc08d3ab0f013ae4b Description-en: Bouncy Castle generators/processors for OpenPGP The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains generators and processors for OpenPGP (RFC 2440). Package: libbcpkix-java Description-md5: c5f32972d1c1564a4f053850f0d8b208 Description-en: Bouncy Castle Java API for PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains generators and processors for PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF. Package: libbcprov-java Description-md5: 522bfc51b38b2fda273cc08a1fd66df1 Description-en: Bouncy Castle Java Cryptographic Service Provider The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains a JCE provider and a lightweight crypto API. Package: libbctls-java Description-md5: b72062ef3d2cf8bc53ce2dc845f3b1db Description-en: Bouncy Castle JSSE provider and TLS/DTLS API The Bouncy Castle Java APIs for TLS and DTLS, including a provider for the JSSE. Package: libbcutil-java Description-md5: afde813a0d8c496ea98811f583413020 Description-en: Bouncy Castle ASN.1 Extension and Utility APIs The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls. Package: libbde-dev Description-md5: 0efc5d50517dfd9c4ba9f02d0b14a00f Description-en: BitLocker Drive Encryption access library -- development files The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. . This package includes the development support files. Package: libbde-utils Description-md5: 73134051cf2d0fdd7adc4b00a487b563 Description-en: Tools to access the BitLocker Drive Encryption format. The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. Package: libbde1 Description-md5: e8855bb0882e361448b4ce50c1634b6b Description-en: BitLocker Drive Encryption access library The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. Package: libbenchmark-dev Description-md5: a020454cbd7e8fa0e5f9ea8c10cbcf8e Description-en: Microbenchmark support library, development files Library to support the benchmarking of functions, similar to unit-tests. . This package contains the development files. Package: libbenchmark-tools Description-md5: 03e09ee5da6ba94cd4cafd9fff2d7f88 Description-en: Microbenchmark support library, tools and documentation Library to support the benchmarking of functions, similar to unit-tests. . This package contains tools and documentation. Package: libbenchmark1.8.3 Description-md5: ff992efc40623f1296489b28e55ca328 Description-en: Microbenchmark support library, shared library Library to support the benchmarking of functions, similar to unit-tests. . This package contains the shared library. Package: libbin-prot-ocaml Description-md5: 63c6e42a9644887f70869a202b1a87b3 Description-en: type-safe binary serialization for OCaml values (runtime) bin-prot provides functionalities for reading and writing OCaml-values in a type-safe binary protocol. . These functions provide a safe way of performing I/O on any extensionally defined data type. Functions, objects, and values whose type is bound through a polymorphic record field are not supported, but everything else is. . There is no support for cyclic or shared values and only little endian computer architectures are supported. . This package contains runtime files. Package: libbin-prot-ocaml-dev Description-md5: e1b4e98b2c3df762ce9168432ebc94ca Description-en: type-safe binary serialization for OCaml values (dev files) bin-prot provides functionalities for reading and writing OCaml-values in a type-safe binary protocol. . These functions provide a safe way of performing I/O on any extensionally defined data type. Functions, objects, and values whose type is bound through a polymorphic record field are not supported, but everything else is. . There is no support for cyclic or shared values and only little endian computer architectures are supported. . This package contains development files. Package: libbitstring-ocaml Description-md5: c2b8966f5698181380aea049d9cdbad0 Description-en: Erlang-style bitstrings for OCaml (runtime) Bitstring adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml. . You can use this module to both parse and generate binary formats, files and protocols. . Bitstring handling is added as primitives to the language, making it simple to use. . Bitstring handles integers, strings, sub-bitstrings, big-, little- and native-endianness, signed and unsigned types, variable-width fields, fields with arbitrary bit alignment. . This package contains only the shared runtime stub libraries. Package: libbitstring-ocaml-dev Description-md5: dfe4b5728e3209528abc0e843b171f00 Description-en: Erlang-style bitstrings for OCaml (development files) Bitstring adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml. . You can use this module to both parse and generate binary formats, files and protocols. . Bitstring handling is added as primitives to the language, making it simple to use. . Bitstring handles integers, strings, sub-bitstrings, big-, little- and native-endianness, signed and unsigned types, variable-width fields, fields with arbitrary bit alignment. . This package contains header and OCaml library. Package: libbolt-19-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: libbos-ocaml Description-md5: 4bec02ce269e481c6831b84def22fdb4 Description-en: basic OS interaction for OCaml (runtime) Bos provides support for basic and robust interaction with the operating system in OCaml. It has functions to access the process environment, parse command line arguments, interact with the file system and run command line programs. . Bos works equally well on POSIX and Windows operating systems. . This package contains runtime files. Package: libbos-ocaml-dev Description-md5: d2e7ffe17f5e1befec1e9df3f3cc879f Description-en: basic OS interaction for OCaml (development) Bos provides support for basic and robust interaction with the operating system in OCaml. It has functions to access the process environment, parse command line arguments, interact with the file system and run command line programs. . Bos works equally well on POSIX and Windows operating systems. . This package contains development files. Package: libbudgie-appindexer0 Description-md5: 909926cfdd90544e55fa6902f4ea1528 Description-en: Menu library for budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This manages all of the application and category menu states for installed applications on the system. Package: libbudgie-plugin0 Description-md5: 427170716014bfb4d1d7f0242b7431b1 Description-en: Plugin library for budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This adds the panel plugin library to budgie-desktop Package: libbudgie-private0 Description-md5: 89ffa200d6f3b1b3e4669be4d0ea6e38 Description-en: Budgie Private library for budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This provides a private ABI for raven and the budgie panel Package: libbudgie-raven-plugin0 Description-md5: 7b27880dc04603651eba8826b061a796 Description-en: Raven Plugin library for budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This add the raven plugin library to budgie-desktop Package: libbudgietheme0 Description-md5: 0fbb6704b6f899392587020f9162caf3 Description-en: Theme library for budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This adds the theme controls for budgie-desktop Package: libc++-19-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++-19-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++1-19 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-19-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-19-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++abi1-19 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: libca-certs-ocaml Description-md5: 2864d4189cef856083b9c9488c770606 Description-en: detect root CA certificates from the operating system (runtime) TLS requires a set of root anchors (Certificate Authorities) to authenticate servers. This library exposes this list so that it can be registered with ocaml-tls. . This package contains runtime files. Package: libca-certs-ocaml-dev Description-md5: 2bad5ee7fdb5098ba1eebc72f10ab9c9 Description-en: detect root CA certificates from the operating system (dev) TLS requires a set of root anchors (Certificate Authorities) to authenticate servers. This library exposes this list so that it can be registered with ocaml-tls. . This package contains development files. Package: libcamomile-ocaml-data Description-md5: 5b9a5bec5bcd07beb55454ff36c7c5ee Description-en: Unicode data for OCaml Camomile is a comprehensive Unicode library for objective caml language. The library is currently designed to conform Unicode Standard 3.2. . This package contains the data needed by camomile. Package: libcamomile-ocaml-dev Description-md5: 0e0fe980c309cb01a10cbb193370d5ec Description-en: Unicode library for OCaml Camomile is a comprehensive Unicode library for objective caml language. The library is currently designed to conform Unicode Standard 3.2. . Normalisers (NFD, NFKD, NFC, NFKC) and collator (string comparison) pass the conformance tests defined Unicode Technical Reports. Collator is also tested to Canadian, Thai and Japanese standards with their locales. Package: libcdi-dev Description-md5: 56541330a08304a544051f8785994812 Description-en: Development files for the climate data interface library CDI is a C and Fortran Interface to access Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. This package provides development libraries to build against CDI. Package: libcdi0 Description-md5: 3f9b964223ef963c3b5c4ce7ab7ede65 Description-en: Climate Data Interface (cdi) library CDI is a C and Fortran Interface to access Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. Package: libcdt5 Description-md5: d9902443b1aa2da91da7ca4482e5eb20 Description-en: rich set of graph drawing tools - cdt library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cdt library. Package: libcec-dev Description-md5: a90478ffeddfa2b232fd76330aacdc92 Description-en: USB CEC Adaptor communication Library (development files) This library provides support for the Pulse-Eight USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi. . This package provides the necessary files needed for development. Package: libcec6 Description-md5: 8fa24da000d1436d85e6a210d9640157 Description-en: USB CEC Adaptor communication Library (shared library) This library provides support for the Pulse-Eight USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi. . This package provides the shared library. Package: libcegui-mk2-0.8.7 Description-md5: 57adb8fbd7fcd196faa415a60ac24b20 Description-en: Crazy Eddie's GUI (libraries) CEGUI is a free library providing windowing and widgets for graphics APIs and engines where such functionality is not natively available or is severely lacking. The library is written in C++, is object oriented, and is primarily targeted at games developers who should be spending their time creating great games, not building GUI sub-systems . This version of CEGUI natively supports the OpenGL rendering target. Package: libcegui-mk2-data Description-md5: e75e8ec9c3485a0fa7efd1654d6f9dda Description-en: Crazy Eddie's GUI (data) CEGUI is a free library providing windowing and widgets for graphics APIs and engines where such functionality is not natively available or is severely lacking. The library is written in C++, is object oriented, and is primarily targeted at games developers who should be spending their time creating great games, not building GUI sub-systems . This package contains data files for the CEGUI library. Package: libcegui-mk2-dev Description-md5: d1039c8b7eb9a75b175baa58ebc5c358 Description-en: Crazy Eddie's GUI (development files) CEGUI is a free library providing windowing and widgets for graphics APIs and engines where such functionality is not natively available or is severely lacking. The library is written in C++, is object oriented, and is primarily targeted at games developers who should be spending their time creating great games, not building GUI sub-systems . This package contains the development files for the CEGUI library. Package: libcegui-mk2-doc Description-md5: 1934901c6e33f8e66894a7809dddfd4c Description-en: Crazy Eddie's GUI (documentation) CEGUI is a free library providing windowing and widgets for graphics APIs and engines where such functionality is not natively available or is severely lacking. The library is written in C++, is object oriented, and is primarily targeted at games developers who should be spending their time creating great games, not building GUI sub-systems . This package contains the documentation for the CEGUI library. Package: libcephfs-java Description-md5: 7a7c6b551a3013f6e45ab66cc7b89b22 Description-en: Java library for the Ceph File System Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the Java library for interacting with the Ceph File System. Package: libcephfs-jni Description-md5: eeccae7ad4653bc059b325a5ec4ddd58 Description-en: Java Native Interface library for CephFS Java bindings Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the Java Native Interface library for interacting with the Ceph File System. Package: libcg3-1 Description-md5: e76c0c73cd548dbf8e0c806c41fe2b32 Description-en: Runtime for CG-3 Runtime library for applications using the CG-3 API. . It is recommended to instrument the CLI tools instead of using this API. . See https://visl.sdu.dk/cg3.html for more documentation Package: libcg3-dev Description-md5: b4feaba73490463cc7005960034dcae2 Description-en: Headers and shared files to develop using the CG-3 library Development files to use the CG-3 API. . It is recommended to instrument the CLI tools instead of using this API. . See https://visl.sdu.dk/cg3.html for more documentation Package: libcgraph6 Description-md5: 3c0eff44ae2d3aa5e19d60a4384485eb Description-en: rich set of graph drawing tools - cgraph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cgraph library. Package: libchemistry-openbabel-perl Description-md5: 9bcbf2562fd78652e201334aded7f548 Description-en: Chemical toolbox library (perl bindings) Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It allows one to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. Features include: . * Hydrogen addition and deletion * Support for Molecular Mechanics * Support for SMARTS molecular matching syntax * Automatic feature perception (rings, bonds, hybridization, aromaticity) * Flexible atom typer and perception of multiple bonds from atomic coordinates * Gasteiger-Marsili partial charge calculation . File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC. . This package contains Chemistry::Openbabel, the Perl binding for Open Babel. Package: libchemps2-3 Description-md5: babf9de114b24a596b7c1f41ea1deb23 Description-en: Spin-adapted DMRG for ab initio quantum chemistry chemps2 is a scientific library which contains a spin-adapted implementation of the density matrix renormalization group (DMRG) for ab initio quantum chemistry. This wavefunction method allows one to obtain numerical accuracy in active spaces beyond the capabilities of full configuration interaction (FCI), and allows one to extract the 2-, 3-, and 4-particle reduced density matrices (2-, 3- and 4-RDM) of the active space. . For general active spaces up to 40 electrons in 40 orbitals can be handled with DMRG, and for one-dimensional active spaces up to 100 electrons in 100 orbitals. The 2-RDM of these active spaces can also be easily extracted, while the 3- and 4-RDM are limited to about 28 orbitals. . When the active space size becomes prohibitively expensive for FCI, DMRG can be used to replace the FCI solver in the complete active space self consistent field (CASSCF) method and the corresponding complete active space second order perturbation theory (CASPT2). The corresponding methods are called DMRG-SCF and DMRG-CASPT2, respectively. For DMRG-SCF the active space 2-RDM is required, and for DMRG-CASPT2 the active space 4-RDM. Package: libchemps2-dev Description-md5: 06372b7130b99a8212112dae1d27c8ae Description-en: C++ headers, static library, and symlink for libchemps2-3 chemps2 is a scientific library which contains a spin-adapted implementation of the density matrix renormalization group (DMRG) for ab initio quantum chemistry. This wavefunction method allows one to obtain numerical accuracy in active spaces beyond the capabilities of full configuration interaction (FCI), and allows one to extract the 2-, 3-, and 4-particle reduced density matrices (2-, 3- and 4-RDM) of the active space. . For general active spaces up to 40 electrons in 40 orbitals can be handled with DMRG, and for one-dimensional active spaces up to 100 electrons in 100 orbitals. The 2-RDM of these active spaces can also be easily extracted, while the 3- and 4-RDM are limited to about 28 orbitals. . When the active space size becomes prohibitively expensive for FCI, DMRG can be used to replace the FCI solver in the complete active space self consistent field (CASSCF) method and the corresponding complete active space second order perturbation theory (CASPT2). The corresponding methods are called DMRG-SCF and DMRG-CASPT2, respectively. For DMRG-SCF the active space 2-RDM is required, and for DMRG-CASPT2 the active space 4-RDM. . This package installs the C++ headers, static library, and symlink for libchemps2. Package: libclang-19-dev Description-md5: ae144ace7105bacb6cceb4728ea7abf2 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-19. Package: libclang-common-19-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-cpp19 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-cpp19-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-rt-19-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-19-dev-wasm32 Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217 Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-19-dev-wasm64 Description-md5: f6fba666aadae95050bf103b52358363 Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang1-19 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: libclaws-mail-dev Description-md5: 4e327f36df7562d537c275d4af1f0d49 Description-en: Development files for Claws Mail plugins This package provides the development headers needed to build plugins for Claws Mail client. Plugins are loadable modules which extend Claws Mail capabilities. Package: libclc-19 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-19-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: libcohttp-lwt-jsoo-ocaml Description-md5: b1ff27ace1c3a842061249c273ab7621 Description-en: CoHTTP implementation for the Js_of_ocaml JavaScript compiler (runtime) An implementation of an HTTP client for JavaScript, but using the CoHTTP types. This lets you build HTTP clients that can compile natively (using one of the other Cohttp backends such as cohttp-lwt-unix) and also to native JavaScript via js_of_ocaml. . This package contains the shared runtime libraries. Package: libcohttp-lwt-jsoo-ocaml-dev Description-md5: 9a24e4c6658a32930ceeb3aebf3ed857 Description-en: CoHTTP implementation for the Js_of_ocaml JavaScript compiler (dev) An implementation of an HTTP client for JavaScript, but using the CoHTTP types. This lets you build HTTP clients that can compile natively (using one of the other Cohttp backends such as cohttp-lwt-unix) and also to native JavaScript via js_of_ocaml. . This package contains development files. Package: libcohttp-lwt-ocaml Description-md5: 8bcf0c8bf4a91f7c6a3aa42cf0c1e0f7 Description-en: CoHTTP implementation using the Lwt concurrency library (runtime) This is a portable implementation of CoHTTP that uses the Lwt concurrency library to multiplex IO. It implements as much of the logic in an OS-independent way as possible, so that more specialised modules can be tailored for different targets. For example, you can install cohttp-lwt-unix or cohttp-lwt-jsoo for a Unix or JavaScript backend, or cohttp-mirage for the MirageOS unikernel version of the library. All of these implementations share the same IO logic from this module. . This package contains the shared runtime libraries. Package: libcohttp-lwt-ocaml-dev Description-md5: 282822aa0f1e60d943816c6fde78252d Description-en: CoHTTP implementation using the Lwt concurrency library (dev) This is a portable implementation of CoHTTP that uses the Lwt concurrency library to multiplex IO. It implements as much of the logic in an OS-independent way as possible, so that more specialised modules can be tailored for different targets. For example, you can install cohttp-lwt-unix or cohttp-lwt-jsoo for a Unix or JavaScript backend, or cohttp-mirage for the MirageOS unikernel version of the library. All of these implementations share the same IO logic from this module. . This package contains development files. Package: libcohttp-lwt-unix-ocaml Description-md5: e0f8146d350b8466b4b67c70d07be3ad Description-en: CoHTTP implementation for Unix and Windows using Lwt (runtime) An implementation of an HTTP client and server using the Lwt concurrency library. See the Cohttp_lwt_unix module for information on how to use this. The package also installs cohttp-curl-lwt and a cohttp-server-lwt binaries for quick uses of a HTTP(S) client and server respectively. . Although the name implies that this only works under Unix, it should also be fine under Windows too. . This package contains the shared runtime libraries. Package: libcohttp-lwt-unix-ocaml-dev Description-md5: f1ac60b3825cf1c3492eb16f24f1cff2 Description-en: CoHTTP implementation for Unix and Windows using Lwt (dev) An implementation of an HTTP client and server using the Lwt concurrency library. See the Cohttp_lwt_unix module for information on how to use this. The package also installs cohttp-curl-lwt and a cohttp-server-lwt binaries for quick uses of a HTTP(S) client and server respectively. . Although the name implies that this only works under Unix, it should also be fine under Windows too. . This package contains development files. Package: libcohttp-ocaml Description-md5: bce1a5494577de3e77427f88961c9f33 Description-en: OCaml library for HTTP clients and servers (runtime) Cohttp is an OCaml library for creating HTTP daemons. It has a portable HTTP parser, and implementations using various asynchronous programming libraries. . It has concrete implementations for many targets, including lwt, lwt-unix, lwt-jsoo. . You can implement other targets using the parser very easily. Look at the IO signature in lib/s.mli and implement that in the desired backend. . You can activate some runtime debugging by setting COHTTP_DEBUG to any value, and all requests and responses will be written to stderr. Further debugging of the connection layer can be obtained by setting CONDUIT_DEBUG to any value. . This package contains the shared runtime libraries. Package: libcohttp-ocaml-dev Description-md5: 880003ff1d6b4f7d210e980a2e80f59e Description-en: OCaml library for HTTP clients and servers (dev) Cohttp is an OCaml library for creating HTTP daemons. It has a portable HTTP parser, and implementations using various asynchronous programming libraries. . It has concrete implementations for many targets, including lwt, lwt-unix, lwt-jsoo. . You can implement other targets using the parser very easily. Look at the IO signature in lib/s.mli and implement that in the desired backend. . You can activate some runtime debugging by setting COHTTP_DEBUG to any value, and all requests and responses will be written to stderr. Further debugging of the connection layer can be obtained by setting CONDUIT_DEBUG to any value. . This package contains development files. Package: libcolorcorrect5 Description-md5: e9e5299834d00e49b98f0cc27ce7a598 Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. ColorCorrect library. . This package contains library files. Package: libcompizconfig0 Description-md5: 9b1501bf431a077bb890354ada003ea2 Description-en: Settings library for plugins - OpenCompositing Project The OpenCompositing Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity through plugins and themes contributed by the community giving a rich desktop experience. . This package contains the library for plugins to configure settings. Package: libcompizconfig0-dev Description-md5: 61d1c40aa4308fbedaf76a0b0daed3ed Description-en: Development file for plugin settings - OpenCompositing Project The OpenCompositing Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity through plugins and themes contributed by the community giving a rich desktop experience. . This package contains the headers and development files needed to build plugins with settings support. Package: libcompress-raw-lzma-perl Description-md5: eaf2ce106eaf1943e966feabc9ee6573 Description-en: low-level interface to lzma compression library Compress::Raw::Lzma provides a low-level Perl interface for reading and writing of lzma and xz files/buffers. . Although the primary purpose for the existence of Compress::Raw::Lzma is for use by the IO::Compress::Lzma, IO::Uncompress::UnLzma, IO::Compress::Xz and IO::Uncompress::UnXz modules (packaged as libio-compress-lzma-perl), it can be used on its own for simple compression/uncompression tasks. Package: libcomps-dev Description-md5: e1e71b1dd7a1b4c9b1906020720b7fe4 Description-en: Comps XML file manipulation library - development files Libcomps is library for structure-like manipulation of content in comps XML files. Supports reading/writing XML files and structure modifications. . This package contains the development header files for the libcomps library. Package: libcomps-doc Description-md5: 0ecb01980f2efb1e5109509899c8bb9e Description-en: Documentation for the libcomps library (common documentation) Libcomps is library for structure-like manipulation of content in comps XML files. Supports reading/writing XML files and structure modifications. . This package installs common documentation for the libcomps C bindings. Package: libcomps0 Description-md5: bac202733274915454df4650f7b20756 Description-en: Comps XML file manipulation library - shared library Libcomps is library for structure-like manipulation of content in comps XML files. Supports reading/writing XML files and structure modifications. . This package provides the libcomps shared library. Package: libconduit-lwt-ocaml Description-md5: abad6d305de1d1cc018f056af004c5b8 Description-en: network connection establishment library for Lwt (runtime) The conduit library takes care of establishing and listening for TCP and SSL/TLS connections for the Lwt and Async libraries. . The reason this library exists is to provide a degree of abstraction from the precise SSL library used, since there are a variety of ways to bind to a library (e.g. the C FFI, or the Ctypes library), as well as well as which library is used (just OpenSSL for now). . By default, OpenSSL is used as the preferred connection library, but you can force the use of the pure OCaml TLS stack by setting the environment variable CONDUIT_TLS=native when starting your program. . This package contains the shared runtime libraries for Lwt. Package: libconduit-lwt-ocaml-dev Description-md5: 26c7bbc7c3726620af0a05395940949a Description-en: network connection establishment library for Lwt (dev) The conduit library takes care of establishing and listening for TCP and SSL/TLS connections for the Lwt and Async libraries. . The reason this library exists is to provide a degree of abstraction from the precise SSL library used, since there are a variety of ways to bind to a library (e.g. the C FFI, or the Ctypes library), as well as well as which library is used (just OpenSSL for now). . By default, OpenSSL is used as the preferred connection library, but you can force the use of the pure OCaml TLS stack by setting the environment variable CONDUIT_TLS=native when starting your program. . This package contains development files for Lwt. Package: libconduit-ocaml Description-md5: 3283a2c4d46231c6df9a3214a45c9c7d Description-en: network connection establishment library for OCaml (runtime) The conduit library takes care of establishing and listening for TCP and SSL/TLS connections for the Lwt and Async libraries. . The reason this library exists is to provide a degree of abstraction from the precise SSL library used, since there are a variety of ways to bind to a library (e.g. the C FFI, or the Ctypes library), as well as well as which library is used (just OpenSSL for now). . By default, OpenSSL is used as the preferred connection library, but you can force the use of the pure OCaml TLS stack by setting the environment variable CONDUIT_TLS=native when starting your program. . This package contains the shared runtime libraries. Package: libconduit-ocaml-dev Description-md5: 14f338a104f9a1413b5577eed90390aa Description-en: network connection establishment library for OCaml (dev) The conduit library takes care of establishing and listening for TCP and SSL/TLS connections for the Lwt and Async libraries. . The reason this library exists is to provide a degree of abstraction from the precise SSL library used, since there are a variety of ways to bind to a library (e.g. the C FFI, or the Ctypes library), as well as well as which library is used (just OpenSSL for now). . By default, OpenSSL is used as the preferred connection library, but you can force the use of the pure OCaml TLS stack by setting the environment variable CONDUIT_TLS=native when starting your program. . This package contains development files. Package: libcontent-hub-dev Description-md5: 52353ed49e2f9c0f9b6ec8a3a94da612 Description-en: content sharing development files for Lomiri Content sharing/picking infrastructure and service, designed to allow apps to securely and efficiently exchange content. . All the development headers and libraries for the content hub Package: libcontent-hub-doc Description-md5: 2873e0277a6d16cb53ec0ebe9b41e7be Description-en: Documentation files for Lomiri's libcontent-hub-dev Content sharing/picking infrastructure and service, designed to allow apps to securely and efficiently exchange content. . Documentation files for the libcontent-hub development Package: libcontent-hub-glib-dev Description-md5: b8cd9a90a6813ee9b6e2e49961cd07b0 Description-en: content sharing development files for Lomiri - GLib bindings Content sharing/picking infrastructure and service, designed to allow apps to securely and efficiently exchange content. . GLib bindings of the development headers and libraries for the content hub Package: libcontent-hub-glib1 Description-md5: 9a338742806469b1b872546dee3084d6 Description-en: content sharing/picking library for Lomiri - GLib bindings Content sharing/picking infrastructure and service, designed to allow apps to securely and efficiently exchange content. . This package includes GLib bindings of the content sharing libraries. Package: libcontent-hub1 Description-md5: fbcaf2b370eec57923892a2824cb9e15 Description-en: content sharing/picking library for Lomiri Content sharing/picking infrastructure and service, designed to allow apps to securely and efficiently exchange content. . This package includes the content sharing libraries. Package: libcoq-coqeal Description-md5: 679e37449b4daa031c64c87f9b5334b5 Description-en: algebra and data structure algorithms for Coq This library provides developments in algebra (including normal forms of matrices), optimized algorithms on MathComp data structures, and a data representation change framework. . Coq is a proof assistant for higher-order logic, and MathComp is a large set of mathematical theories for Coq. Package: libcoq-coquelicot Description-md5: 1a4a4a918ba48def79e1bc8e2e39dd79 Description-en: Coq library for real analysis This package provides a formalization of real analysis compatible with the Coq standard library. . Coq is a proof assistant for higher-order logic. Package: libcoq-deriving Description-md5: f86da8bb7413c10ca613baec6bbded43 Description-en: deriving MathComp classes from inductive types This package builds instances of MathComp classes with little boilerplate, mimicking Haskell's deriving facility. . MathComp is a mathematical library for Coq. . Coq is a proof assistant for higher-order logic. 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-extructures Description-md5: 0c8bbd733f0477a3e66701a1b6d2b4c2 Description-en: data structures with extensional reasoning for Coq This Coq plugin provides finite sets, maps and other data structures with extensional reasoning. . Coq is a proof assistant for higher-order logic. Package: libcoq-hierarchy-builder Description-md5: 2abfdabc785c18da7923821ab30857ab Description-en: build hierarchies of algebraic structures in Coq (runtime files) This software provides high-level commands to build hierarchies of algebraic structures in the Coq system. . This package provides the runtime files. Package: libcoq-interval Description-md5: 592b78874085ed93fea0d897f7ed5db2 Description-en: interval arithmetic for Coq This package provides tactics to simplify the proof of inequalities on expressions of real numbers. . Coq is a proof assistant for higher-order logic. Package: libcoq-mathcomp Description-md5: bd26831f634ff58fc6c73937049fe58a Description-en: Mathematical Components library for Coq (all) The Mathematical Components Library is an extensive and coherent repository of formalized mathematical theories. It is based on the Coq proof assistant, powered with the Coq/SSReflect language. . These formal theories cover a wide spectrum of topics, ranging from the formal theory of general-purpose data structures like lists, prime numbers or finite graphs, to advanced topics in algebra. . The formalization technique adopted in the library, called "small scale reflection", leverages the higher-order nature of Coq's underlying logic to provide effective automation for many small, clerical proof steps. This is often accomplished by restating ("reflecting") problems in a more concrete form, hence the name. For example, arithmetic comparison is not an abstract predicate, but rather a function computing a Boolean. . This package installs the full Mathematical Components library. Package: libcoq-mathcomp-abel Description-md5: 3adc2407c3df0e5de782fe2f159ef52b Description-en: Abel-Galois and Abel-Ruffini theorems for Mathematical Components This package provides proofs of the Abel-Galois (solvability by radicals and solvability of the Galois group) and of the Abel-Ruffini theorem (general unsolvability of the quintic equations) using the Mathematical Components library. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libcoq-mathcomp-algebra Description-md5: 402a51057693053e1578bf2afd16f6e3 Description-en: Mathematical Components library for Coq (algebra) The Mathematical Components Library is an extensive and coherent repository of formalized mathematical theories. It is based on the Coq proof assistant, powered with the Coq/SSReflect language. . These formal theories cover a wide spectrum of topics, ranging from the formal theory of general-purpose data structures like lists, prime numbers or finite graphs, to advanced topics in algebra. . The formalization technique adopted in the library, called "small scale reflection", leverages the higher-order nature of Coq's underlying logic to provide effective automation for many small, clerical proof steps. This is often accomplished by restating ("reflecting") problems in a more concrete form, hence the name. For example, arithmetic comparison is not an abstract predicate, but rather a function computing a Boolean. . This package installs the algebra part of the library (ring, fields, ordered fields, real fields, modules, algebras, integers, rationals, polynomials, matrices, vector spaces...). Package: libcoq-mathcomp-algebra-tactics Description-md5: b500f100ae04143be5718038beb809bc Description-en: Ring and field tactics for Mathematical Components This package provides the 'ring' and 'field' tactics for the Mathematical Components library, that work for any instance of 'comRingType' and 'fieldType' through canonical structure inference. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libcoq-mathcomp-analysis Description-md5: 17ca6253f8d79f552f583a9d3bacf467 Description-en: analysis extension for Mathematical Components This package provides an extension for classical analysis for the Mathematical Components library. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libcoq-mathcomp-bigenough Description-md5: 26e8e5e21a24c4debe89c2a7a20bcad8 Description-en: epsilon - N reasoning for Mathematical Components This package provides an extension to reason with big enough objects (mostly natural numbers) for the Mathematical Components library. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libcoq-mathcomp-character Description-md5: b3a4f562c34593b33ba8ad962a117066 Description-en: Mathematical Components library for Coq (character) The Mathematical Components Library is an extensive and coherent repository of formalized mathematical theories. It is based on the Coq proof assistant, powered with the Coq/SSReflect language. . These formal theories cover a wide spectrum of topics, ranging from the formal theory of general-purpose data structures like lists, prime numbers or finite graphs, to advanced topics in algebra. . The formalization technique adopted in the library, called "small scale reflection", leverages the higher-order nature of Coq's underlying logic to provide effective automation for many small, clerical proof steps. This is often accomplished by restating ("reflecting") problems in a more concrete form, hence the name. For example, arithmetic comparison is not an abstract predicate, but rather a function computing a Boolean. . This package installs the character theory part of the library (group representations, characters and class functions). Package: libcoq-mathcomp-classical Description-md5: a4708978f6d7d8ef4c3d90a421358ea6 Description-en: classical logic extension for Mathematical Components This package provides an extension for work with classical logic within the Coq proof-assistant using the Mathematical Components library. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libcoq-mathcomp-field Description-md5: 552c63b45c57eb8f41189849920f0be9 Description-en: Mathematical Components library for Coq (field) The Mathematical Components Library is an extensive and coherent repository of formalized mathematical theories. It is based on the Coq proof assistant, powered with the Coq/SSReflect language. . These formal theories cover a wide spectrum of topics, ranging from the formal theory of general-purpose data structures like lists, prime numbers or finite graphs, to advanced topics in algebra. . The formalization technique adopted in the library, called "small scale reflection", leverages the higher-order nature of Coq's underlying logic to provide effective automation for many small, clerical proof steps. This is often accomplished by restating ("reflecting") problems in a more concrete form, hence the name. For example, arithmetic comparison is not an abstract predicate, but rather a function computing a Boolean. . This package installs the field theory part of the library (field extensions, Galois theory, algebraic numbers, cyclotomic polynomials). Package: libcoq-mathcomp-fingroup Description-md5: a3c104270704751f92a4ae03a396fd7b Description-en: Mathematical Components library for Coq (finite groups) The Mathematical Components Library is an extensive and coherent repository of formalized mathematical theories. It is based on the Coq proof assistant, powered with the Coq/SSReflect language. . These formal theories cover a wide spectrum of topics, ranging from the formal theory of general-purpose data structures like lists, prime numbers or finite graphs, to advanced topics in algebra. . The formalization technique adopted in the library, called "small scale reflection", leverages the higher-order nature of Coq's underlying logic to provide effective automation for many small, clerical proof steps. This is often accomplished by restating ("reflecting") problems in a more concrete form, hence the name. For example, arithmetic comparison is not an abstract predicate, but rather a function computing a Boolean. . This package installs the finite groups theory part of the library (finite groups, group quotients, group morphisms, group presentation, group action...). Package: libcoq-mathcomp-finmap Description-md5: 63fd8b8831df7dce56a2700f0059d67c Description-en: finite sets and maps extension for Mathematical Components This package provides an extension to manage finite sets, finite maps and finitely supported functions extending for the Mathematical Components library. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libcoq-mathcomp-multinomials Description-md5: dc696b9ffcd93dcce440ab60ede8413b Description-en: Multivariate polynomials for Mathematical Components This package provides an extension to Mathematical Components for monomial algebra, multivariate polynomials over ring structures and an extended theory for polynomials whose coefficients live in abelian rings and integral domains. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libcoq-mathcomp-real-closed Description-md5: ac5dcf44ba4c1912a63545315e50c34a Description-en: Real closed fields for Mathematical Components This library contains definitions and theorems about real closed fields for Mathematical Components. It includes a construction of the real and algebraic closure (with a proof of the fundamental theorem of algebra). The decidability of the first order theory of real closed field, through quantifier elimination is also established. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libcoq-mathcomp-solvable Description-md5: 1a7210a8e613050539efbce3f6024942 Description-en: Mathematical Components library for Coq (finite groups II) The Mathematical Components Library is an extensive and coherent repository of formalized mathematical theories. It is based on the Coq proof assistant, powered with the Coq/SSReflect language. . These formal theories cover a wide spectrum of topics, ranging from the formal theory of general-purpose data structures like lists, prime numbers or finite graphs, to advanced topics in algebra. . The formalization technique adopted in the library, called "small scale reflection", leverages the higher-order nature of Coq's underlying logic to provide effective automation for many small, clerical proof steps. This is often accomplished by restating ("reflecting") problems in a more concrete form, hence the name. For example, arithmetic comparison is not an abstract predicate, but rather a function computing a Boolean. . This package installs the second finite groups theory part of the library (abelian groups, center, commutator, Jordan-Holder series, Sylow theorems...). Package: libcoq-mathcomp-ssreflect Description-md5: 70fcad66ebe7043a2a943f9be8be4a05 Description-en: Mathematical Components library for Coq (small scale reflection) The Mathematical Components Library is an extensive and coherent repository of formalized mathematical theories. It is based on the Coq proof assistant, powered with the Coq/SSReflect language. . These formal theories cover a wide spectrum of topics, ranging from the formal theory of general-purpose data structures like lists, prime numbers or finite graphs, to advanced topics in algebra. . The formalization technique adopted in the library, called "small scale reflection", leverages the higher-order nature of Coq's underlying logic to provide effective automation for many small, clerical proof steps. This is often accomplished by restating ("reflecting") problems in a more concrete form, hence the name. For example, arithmetic comparison is not an abstract predicate, but rather a function computing a Boolean. . This package installs the small scale reflection language extension and the minimal set of libraries to take advantage of it (sequences, booleans and boolean predicates, natural numbers and types with decidable equality, finite types, finite sets, finite functions, finite graphs, basic arithmetics and prime numbers, big operators...). Package: libcoq-mathcomp-zify Description-md5: 8ebd7c2d5b5c152562b3095d68876570 Description-en: Micromega arithmetic solvers for Mathematical Components This package enables the use of the micromega arithmetic solvers of Coq for goals stated with the Mathematical Components library, by extending the zify tactic. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libcoq-quickchick Description-md5: e621d041ded1fabf4a8bf5048e6b851f Description-en: randomized testing framework for Coq (plugin) QuickChick provides a framework for randomized testing of program properties ; it's a clone of Haskell's QuickCheck. . It includes a foundational verification framework to test code and a mechanism to automatically derive generators for inductive relations. . Coq is a proof assistant for higher-order logic. . This package contains the Coq plugin. Package: libcoq-reglang Description-md5: 407ad3a353f8ee596e70400372502d8c Description-en: representation of regular languages in Coq This package provides definitions and verified translations between different representations of regular languages for Coq: miscellaneous automata, regular expressions, WS1S logic. It also contains various decidability results and closure properties of regular languages. . Coq is a proof assistant for higher-order logic. Package: libcoq-relation-algebra Description-md5: a765dff0adbfdc3fa06433e9a1b8f624 Description-en: relation algebra for Coq This package provides a library on relation algebras, that is those admitting heterogeneous binary relations as a model, ranging from partially ordered monoid to residuated Kleen allegories and Kleene algebras with tests. . Coq is a proof assistant for higher-order logic. Package: libcos4-3 Description-md5: 9d2b88b61746226db1aa810d5189301b Description-en: omniORB CORBA services stubs omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes libcos4 and libcosdynamic4. Package: libcos4-dev Description-md5: e546d4c416ef7ebb363e32e3d12ee145 Description-en: omniORB CORBA services stubs development files omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes developer files for libcos4 and libcosdynamic4. Package: libcpdb-libs-tools Description-md5: 49ed90b7316661a46b75673944028e38 Description-en: Common Print Dialog Backends - Tools (transitional package) This is a transitional package and can safely be removed once no other packages depend on it. Package: libcreaterepo-c-dev Description-md5: 821e641cdf340a7873e33a0d4812c930 Description-en: library for creating RPM repository metadata (development) The createrepo tool generates the repodata directory and XML metadata that makes up a repository of RPM packages. This repository format is supported by apt-rpm, red-carpet(zen), smartpm, up2date, yast, and yum. . This package contains the header files needed for developing programs using the libcreaterepo-c library. Package: libcreaterepo-c0 Description-md5: 53b737afb5a7b3276397bc6f774e65d7 Description-en: library for creating RPM repository metadata The createrepo tool generates the repodata directory and XML metadata that makes up a repository of RPM packages. This repository format is supported by apt-rpm, red-carpet(zen), smartpm, up2date, yast, and yum. . This package contains a shared library for managing RPM repositories. Package: libcreg-dev Description-md5: cbb6e6eb44fa51b4b01024f7e6ee9bc0 Description-en: library to access Windows 9x/Me Registry files -- development files libcreg is a library to access the Windows 9x/Me Registry File (CREG) format. . This package includes the development support files. Package: libcreg-utils Description-md5: 60f9dd8a31059ea9a45886c10128f0d7 Description-en: library to access Windows 9x/Me Registry files -- Utilities libcreg is a library to access the Windows 9x/Me Registry File (CREG) format. . This package contains tools to access data ... Package: libcreg1 Description-md5: aa6d84ed2adc84221eeba6cd2a653684 Description-en: llibrary to access Windows 9x/Me Registry files libcreg is a library to access the Windows 9x/Me Registry File (CREG) format. . This package contains the shared library. Package: libcryptacular-java Description-md5: 9d7b1e416566135b37e63642bda358b1 Description-en: high level, general purpose Java cryptographic library General-purpose Java cryptograhic library, which complements the Bouncy Castle libraries, that has the following design goals: . * Flexible JCE provider. Prefers the Bouncy Castle Java Provider, but can fall back to other providers defined in the environment for algorithms not implemented by BC. * Ease of use for common cryptographic operations. A one liner highlights this well; the following prints the MD5 hash of a password as a string of HEX characters: System.out.println(new MD5().digest(passBytes, new HexConverter())); * Convenient and performant handling of cryptographic operations on large data streams. * Support for base-64 and hexadecimal encoding of ciphertext input/output. * Support for I/O operations on cryptographic primitives including generating and writing symmetric encryption keys, public/private key pairs, and X.509 certificates. Both PEM and DER encoding is handled conveniently. * Command line interface for each class of cryptographic operation (digest, symmetric encryption, public-key encryption, message signing, etc). A command line interface for keystore operations is also included, which is notable as it supports features above and beyond the Java keytool utility. . It is important to note that no cryptographic algorithms are implemented; Bouncy Castle provides all cryptographic algorithms where required. Package: libcryptacular-java-doc Description-md5: 23231867518b528644b0581cfc2ac43d Description-en: high level, general purpose Java cryptographic library - documentation General-purpose Java cryptograhic library, which complements the Bouncy Castle libraries, that has the following design goals: . * Flexible JCE provider. Prefers the Bouncy Castle Java Provider, but can fall back to other providers defined in the environment for algorithms not implemented by BC. * Ease of use for common cryptographic operations. A one liner highlights this well; the following prints the MD5 hash of a password as a string of HEX characters: System.out.println(new MD5().digest(passBytes, new HexConverter())); * Convenient and performant handling of cryptographic operations on large data streams. * Support for base-64 and hexadecimal encoding of ciphertext input/output. * Support for I/O operations on cryptographic primitives including generating and writing symmetric encryption keys, public/private key pairs, and X.509 certificates. Both PEM and DER encoding is handled conveniently. * Command line interface for each class of cryptographic operation (digest, symmetric encryption, public-key encryption, message signing, etc). A command line interface for keystore operations is also included, which is notable as it supports features above and beyond the Java keytool utility. . It is important to note that no cryptographic algorithms are implemented; Bouncy Castle provides all cryptographic algorithms where required. . This package installs the javadoc documentation. Package: libcryptominisat5-5.11 Description-md5: 5034802a972a5e9d407dd56d8056f73c Description-en: SAT solver library CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver. . This package provides a shared library to link against the CryptoMiniSat library. Package: libcryptominisat5-dev Description-md5: f8f2f7e4ceaa14d0a5cf6abb1c1eb23b Description-en: development files for the CryptoMiniSat SAT solver CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver. . This package provides C++ header files to interface with CryptoMiniSat. See https://github.com/msoos/cryptominisat#library-usage for some examples. This package also includes the experimental cryptominisat_c.h header to interface with CryptoMiniSat from C. Package: libcsirocsa0 Description-md5: a269767d31bc0994f7a17006d83bd80b Description-en: Scientific plotting library (CSIRO csa library) This package contains the bivariate Cubic Spline Approximation library developed by Pavel Sakov, from the CSIRO Marine Research. . The source code for these libraries are part of the plplot source package. Package: libcsironn0 Description-md5: 7fb74997c840a861f9afcfe0cb9ed5e9 Description-en: Scientific plotting library (CSIRO nn library) This package contains the Natural Neighbours interpolation library developed by Pavel Sakov, from the CSIRO Marine Research. . The source code for these libraries are part of the plplot source package. Package: libcstruct-ocaml Description-md5: 8472b161eb7b819ac5f29a0d0689fd84 Description-en: access C-like structures directly from OCaml (runtime) Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the Bigarray module. . This package contains the runtime libraries for programs using cstruct. Package: libcstruct-ocaml-dev Description-md5: 301b7e8fc1ef3d5b10d0310948f31f46 Description-en: access C-like structures directly from OCaml (dev) Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the Bigarray module. . This package contains the development stuff needed to use the cstruct library in your programs. Package: libcurl-ocaml Description-md5: f8bf1d59757cbdc7a624e0bc956f5b75 Description-en: OCaml curl bindings (Runtime Library) This Objective Caml library provides multi-protocol file transfer facilities based on the curl library. . This package contains only the shared runtime stub libraries. Package: libcurl-ocaml-dev Description-md5: cfa14f39c85cc80ff110c3ce9a2a6617 Description-en: OCaml libcurl bindings (Development package) This Objective Caml library provides multi-protocol file transfer facilities based on the curl library. . This package contains the development part of the OCaml curl package. Package: libcvc5-1 Description-md5: b803697ab6597bb2d26e0959f1764779 Description-en: automated theorem prover for SMT problems (runtime) cvc5 is a tool for determining the satisfiability of a first order formula modulo a first order theory (or a combination of such theories). It is the fifth in the Cooperating Validity Checker family of tools (CVC, CVC Lite, CVC3, CVC4) but does not directly incorporate code from any previous version prior to CVC4. . cvc5 is intended to be an open and extensible SMT engine. It can be used as a stand-alone tool or as a library. It has been designed to increase the performance and reduce the memory overhead of its predecessors. It is written entirely in C++ and is released under an open-source software license. . This package contains cvc5's runtime shared libraries. Package: libcvc5-dev Description-md5: 0b8dea11ab5594daed4bb6d77d3985a6 Description-en: automated theorem prover for SMT problems (development files) cvc5 is a tool for determining the satisfiability of a first order formula modulo a first order theory (or a combination of such theories). It is the fifth in the Cooperating Validity Checker family of tools (CVC, CVC Lite, CVC3, CVC4) but does not directly incorporate code from any previous version prior to CVC4. . cvc5 is intended to be an open and extensible SMT engine. It can be used as a stand-alone tool or as a library. It has been designed to increase the performance and reduce the memory overhead of its predecessors. It is written entirely in C++ and is released under an open-source software license. . This package contains development files for cvc5. Install it if you want to develop applications that use cvc5's API. Package: libcvc5parser1 Description-md5: c3a5bb5e9e41edcc86d8956a94b4711a Description-en: automated theorem prover for SMT problems (parser runtime) cvc5 is a tool for determining the satisfiability of a first order formula modulo a first order theory (or a combination of such theories). It is the fifth in the Cooperating Validity Checker family of tools (CVC, CVC Lite, CVC3, CVC4) but does not directly incorporate code from any previous version prior to CVC4. . cvc5 is intended to be an open and extensible SMT engine. It can be used as a stand-alone tool or as a library. It has been designed to increase the performance and reduce the memory overhead of its predecessors. It is written entirely in C++ and is released under an open-source software license. . This package contains runtime shared libraries for cvc5's parser. Package: libcwiid-dev Description-md5: e7b1bae11f0ce60e0e7935c4fed71474 Description-en: library to interface with the wiimote -- development files CWiid is a working userspace driver along with various applications implementing event drivers, multiple wiimote connectivity, gesture recognition, and other Wiimote-based functionality. . This package provides the development files needed for building against Cwiid. Package: libcwiid1 Description-md5: c26f3525ed40f8afc7db84154445f15a Description-en: library to interface with the wiimote -- runtime files CWiid is a working userspace driver along with various applications implementing event drivers, multiple wiimote connectivity, gesture recognition, and other Wiimote-based functionality. . This package provides the wiimote library that abstracts the interface to the wiimote by hiding the details of the underlying Bluetooth connection. Package: libdar-dev Description-md5: 03a444264eb3abf7a522c5ed08ae9bee Description-en: Disk ARchive: Development files for shared library Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. Package: libdar64-6000 Description-md5: 73796f842cd28602f4f7860529c3266a Description-en: Disk ARchive: Shared library Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. . This package contains the shared library for accessing archives. Package: libdbix-class-inflatecolumn-ip-perl Description-md5: 2083c685725a738d3106e9d925e61552 Description-en: extension for creating NetAddr::IP objects from columns DBIx::Class::InflateColumn::IP is an extension to DBIx::Class which creates NetAddr::IP (see libnetaddr-ip-perl) objects from column data on-the-fly. It supports columns stored as an integer or varchar, as well as custom address classes. Package: libdecoration0 Description-md5: d54ec3ae170fe82084878bdc1b4f8687 Description-en: Compiz window decoration library The window decoration library is responsible for drawing the window borders and title bar of windows managed by Compiz. It is used by window decorators like gtk-window-decorator. Package: libdecoration0-dev Description-md5: 6a66c25de23fa410e973153207110423 Description-en: Compiz window decoration library - development files The window decoration library is responsible for drawing the window borders and title bar of windows managed by Compiz. It is used by window decorators like gtk-window-decorator. . This package contains files required for developing window decorators compatible with Compiz. Package: libdevicexlib-dev Description-md5: c4c1b8c6a8b07dc1776fb34496cef7f0 Description-en: Library wrapping device-oriented routines and utilities The deviceXlib library wraps device-oriented routines and utilities. . This package contains the static library. Package: libdex-1-1 Description-md5: d8e5745abb23d90be6377c0a76d6dba6 Description-en: Library for deferred execution Dex is a library supporting "Deferred Execution" with the explicit goal of integrating with GNOME and GTK-based applications. It provides primatives for supporting futures in a variety of ways with both read-only and writable views. Additionally, integration with existing asynchronous-based APIs is provided through the use of wrapper promises. . "Fibers" are implemented which allows for writing synchronous looking code which calls asynchronous APIs from GIO underneath. Package: libdex-dev Description-md5: 9cdf9b225ef4136fa7264cdaf1b5185a Description-en: Library for deferred execution - development files Dex is a library supporting "Deferred Execution" with the explicit goal of integrating with GNOME and GTK-based applications. It provides primatives for supporting futures in a variety of ways with both read-only and writable views. Additionally, integration with existing asynchronous-based APIs is provided through the use of wrapper promises. . "Fibers" are implemented which allows for writing synchronous looking code which calls asynchronous APIs from GIO underneath. . This package contains the development files. Package: libdex-doc Description-md5: be2fd6ca40a7896a479c4f0195bd6c28 Description-en: Library for deferred execution - documentation Dex is a library supporting "Deferred Execution" with the explicit goal of integrating with GNOME and GTK-based applications. It provides primatives for supporting futures in a variety of ways with both read-only and writable views. Additionally, integration with existing asynchronous-based APIs is provided through the use of wrapper promises. . This package contains the API reference. Package: libdirgra-java Description-md5: 9c3ac7a6cc2760a3087039bd63088379 Description-en: Java library providing a simple directed graph implementation A directed graph (or digraph) is a graph (that is a set of vertices connected by edges), where the edges have a direction associated with them. . This library is currently used in JRuby implementation but it's perfectly reusable for any other project requiring this kind of data structures. Package: libdirgra-java-doc Description-md5: 96044854d7ea40a3885d2088e50f83a2 Description-en: Documentation for dirgra A directed graph (or digraph) is a graph (that is a set of vertices connected by edges), where the edges have a direction associated with them. . This library is currently used in JRuby implementation but it's perfectly reusable for any other project requiring this kind of data structures. . This package contains the API documentation of libdirgra-java. Package: libdnf-dev Description-md5: 11ac53425576efcb85ea20d0a392449c Description-en: libdnf - development files A library providing simplified C and Python APIs to libsolv. . This package contains the development header files for the libdnf library. Package: libdnf-doc Description-md5: 6c50afa87173fe0c8f5b3ba79808f337 Description-en: Documentation for the libdnf library (common documentation) A library providing simplified C and Python APIs to libsolv. . This package installs common documentation for the libdnf C bindings. Package: libdnf1 Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libdnf2 Description-md5: 35945da87fa54f0cdf2192d8bbb82744 Description-en: libdnf - shared library A library providing simplified C and Python APIs to libsolv. . This package provides the libdnf shared library. Package: libdnf2-common Description-md5: cbd06f1a2d1236f51fe114f1efa47024 Description-en: libdnf - common files A library providing simplified C and Python APIs to libsolv. . This package provides common files for the libdnf library. 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.2gcc13 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.2gcc13 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: libdsocksd0 Description-md5: d1115b2ae9e797f60805929af09e766b Description-en: SOCKS library preloaded in user applications Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity to a wide range of hosts while requiring only the server Dante runs on to have external network connectivity. . This package provides the Dante library that will be preloaded by the socksify tool. Package: libdtkcore-dev Description-md5: d42691c2630431f59fe1fddfceb9665f Description-en: Deepin Tool Kit Core library (development files) DtkCore is a base library for Deepin Qt/C++ applications. . This package is part of DDE (Deepin Desktop Environment). . This package contains the header files and static libraries of DtkCore. Package: libdtkcore5 Description-md5: 2d19e9c4f645cbb2110c8ebcef0fcfdd Description-en: Deepin Tool Kit Core library DtkCore is a base library of Deepin Qt/C++ applications. . This package is part of DDE (Deepin Desktop Environment). . This package contains the shared libraries. Package: libdtkcore5-bin Description-md5: b352d5da70e89a0d6c6022e44e737a1c Description-en: Deepin Tool Kit Core library (utilities) DtkCore is a base devel library for Deepin Qt/C++ applications. . This package is part of DDE (Deepin Desktop Environment). . This package contains various command-line utilities used by Deepin Tool Kit and other Deepin software. Some tools were originally provided by DtkSettings. Package: libdtkgui-dev Description-md5: c3b10b82bc193c3039bacacdcfc338f2 Description-en: Deepin Tool Kit Gui library (development files) DtkGui provides the base devel library of Deepin Qt/C++ applications. . This package provides the library development files. . This package is part of DDE (Deepin Desktop Environment). Package: libdtkgui5 Description-md5: 562da207ac4323507d8c18af32125128 Description-en: Deepin Tool Kit Gui library DtkGui provides the base devel library of Deepin Qt/C++ applications. . This package provides the shared library files. . This package is part of DDE (Deepin Desktop Environment). Package: libdtkgui5-bin Description-md5: a9c2a98611715ca681805702745340fd Description-en: Deepin Tool Kit Gui utilities DtkGui provides the base devel library of Deepin Qt/C++ applications. . This package provides the utilities of DtkGui. . This package is part of DDE (Deepin Desktop Environment). Package: libdtkwidget-dev Description-md5: bc42ec1614329895d363e14d1e0317e3 Description-en: Deepin Tool Kit Widget library (development files) DtkWidget is the Deepin graphical user interface library for deepin desktop development. . This package is part of DDE (Deepin Desktop Environment). . This package contains the header files and static libraries which are needed for developing Deepin application. Package: libdtkwidget5 Description-md5: 1645e3b1fbb7ee00d6ba6a76f4c1c93d Description-en: Deepin Tool Kit Widget library DtkWidget is the Deepin graphical user interface library for deepin desktop development. . This package is part of DDE (Deepin Desktop Environment). . This package contains the shared libraries. Package: libdtkwidget5-bin Description-md5: f32aad41bc7e5b6e48729485c440104a Description-en: Deepin Tool Kit Widget library utilities DtkWidget is the Deepin graphical user interface library for deepin desktop development. . This package is part of DDE (Deepin Desktop Environment). . This package contains the utilities which are needed for developing Deepin applications. Package: libdune-ocaml-dev Description-md5: 0ab489395979797001fc7accc624ca08 Description-en: composable build system for OCaml projects (libraries) Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and Dune will do the rest. . This package contains libraries provided by the ocaml-dune source package. Package: libeccodes-data Description-md5: fde093c3ee4734383246dc0da303ec27 Description-en: GRIB and BUFR enecoding/encoding software library - data ecCodes is the ECMWF encoding/decoding software for GRIB and BUFR. Package: libeccodes-dev Description-md5: 38cacbaa96d02cec8bf386e2e0422d74 Description-en: GRIB and BUFR decoding/encoding software library (development) ecCodes is the ECMWF encoding/decoding software for GRIB and BUFR. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libeccodes-doc Description-md5: 9d0729c96ad82038484dcfe4e15c6340 Description-en: GRIB decoding/encoding software (documentation) ecCodes is the ECMWF encoding/decoding software for GRIB and BUFR. . This provides the documentation for the library. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libeccodes-tools Description-md5: 02762b26118e4cbfdffe178d74a22ef7 Description-en: GRIB decoding/encoding software (utilities) ecCodes is the ECMWF encoding/decoding software for GRIB and BUFR. . This is a useful set of command line tools to give quick access to grib messages. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libeccodes0 Description-md5: 4406561334d15db3243b72dccd518cf0 Description-en: GRIB and BUFR enecoding/encoding software library ecCodes is the ECMWF encoding/decoding software for GRIB and BUFR. . It is a replacement for the grib-api and emoslib libraries. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libectrans-0 Description-md5: 5617ba196cf98329b5bc0c11de754624 Description-en: Spherical Harmonics Transforms library ecTrans is the global spherical Harmonics transforms library, extracted from the IFS weather model from ECMWF. It uses a hybrid of MPI and OpenMP parallelisation strategies. The package contains both single- and double precision Fortran libraries (trans_sp, trans_dp), as well as a C interface to the double-precision version (transi_dp). ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libectrans-dev Description-md5: 68adfaa6848f13a886f401a65989e3de Description-en: Spherical Harmonics Transforms library - development files ecTrans is the global spherical Harmonics transforms library, extracted from the IFS weather model from ECMWF. It uses a hybrid of MPI and OpenMP parallelisation strategies. The package contains both single- and double precision Fortran libraries (trans_sp, trans_dp), as well as a C interface to the double-precision version (transi_dp) ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libedf-dev Description-md5: 4582c06b12bd0564af72cb3df9c75cfc Description-en: European Data Format library - devel EDFlib is a programming library for C/C++ to read/write EDF+/BDF+ files. (It also reads old-type EDF/BDF files.) EDF means European Data Format. BDF is the 24-bits version of EDF. . Headers and shared libraries for edflib. Package: libedf1 Description-md5: 11c7bc5dc9fb1ef6aeacae9f6ed701eb Description-en: European Data Format library - libs EDFlib is a programming library for C/C++ to read/write EDF+/BDF+ files. (It also reads old-type EDF/BDF files.) EDF means European Data Format. BDF is the 24-bits version of EDF. . This package contains the libraries needed to run EDF+/BDF+ applications. Package: libeliom-ocaml-dev Description-md5: 66b11828b0cfdd6767b71ab08f2cad46 Description-en: web framework for ocsigenserver (dev libraries) Eliom allows one to easily develop sophisticated client/server Web applications using OCaml. . This package contains all the library files needed to use Eliom. Package: libelpi-ocaml Description-md5: 0a4257b4ca0c21955588fd0e34cff492 Description-en: embeddable lambda-Prolog interpreter (runtime files) ELPI implements a lambda-Prolog interpreter enriched with constraint handling rules, to provide an extension language to larger applications written in OCaml. . This package provides the runtime files. Package: libelpi-ocaml-dev Description-md5: 49bf6aafd855780cf45d3137d68832dc Description-en: embeddable lambda-Prolog interpreter (dev files) ELPI implements a lambda-Prolog interpreter enriched with constraint handling rules, to provide an extension language to larger applications written in OCaml. . This package provides the dev files. Package: libengine-gost-openssl Description-md5: 2a557d0fcd4467937bf692b52769f69d Description-en: Loadable module for openssl implementing GOST algorithms This package contains loadable module for openssl library, which implements (in software) Russian national standard (GOST) cryptography Package: libengine-gost-openssl1.1 Description-md5: 6a7d544efe7636c8d9cb924a263b2e91 Description-en: dummy package for upgrades from libengine-gost-openssl1.1 Can be safely removed. Package: libenki-dev Description-md5: 6b5494f8979d2776327696ba31d18576 Description-en: development file for the library libenki Libenki provides a fast 2D physics-based robot simulator written in C++. It is able to simulate kinematics, collisions, sensors and cameras of robots. Package: libenki2 Description-md5: 8f6db5bdf1559e0bf8aad01715dcedf0 Description-en: Enki is a fast 2D physics-based robot simulator written in C++. Enki is able to simulate kinematics, collisions, sensors and cameras of robots evolving on a flat surface. It also provides limited support for friction. It is able to simulate groups of robots hundred times faster than realtime on a modern desktop computer. Package: libeqaf-ocaml Description-md5: b7c3d0c0221466c8df8b7c14c4f3ce55 Description-en: constant-time equal function on string for OCaml (runtime files) This package provides an equal function on string in constant-time to avoid timing-attack with crypto stuff. . This package contains runtime files. Package: libeqaf-ocaml-dev Description-md5: d36b8f40886ca3a9e6c66737969bd915 Description-en: constant-time equal function on string for OCaml (dev files) This package provides an equal function on string in constant-time to avoid timing-attack with crypto stuff. . This package contains development files. Package: libesedb-dev Description-md5: 482427b24af9b3657a409fa070c6cef7 Description-en: Extensible Storage Engine DB access library -- development files libesedb is a library to access the Extensible Storage Engine (ESE) Database File (EDB) format. The ESE database format is used in pmay different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc.. . This package includes the development support files. Package: libesedb-utils Description-md5: bb82303780dae79e67c6c3dbc11bd877 Description-en: Extensible Storage Engine DB access library -- Utilities libesedb is a library to access the Extensible Storage Engine (ESE) Database File (EDB) format. The ESE database format is used in may different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc.. . This package contains tools to access data stored in EDB files: esedbexport, esedbinfo. Package: libesedb1 Description-md5: d8bb55d63029328c253f8eae8ea33cca Description-en: Extensible Storage Engine DB access library libesedb is a library to access the Extensible Storage Engine (ESE) Database File (EDB) format. The ESE database format is used in may different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc.. . This package contains the shared library. Package: libevt-dev Description-md5: 15f77470aba2698fc6a9de3969885a9f Description-en: Windows Event Log (EVT) format access library -- development files libevt is a library to access the Windows Event Log (EVT) format. . This package includes the development support files. Package: libevt-utils Description-md5: 8a5d6904b153532331a44955475b1b40 Description-en: Windows Event Log (EVT) format access library -- Utilities libevt is a library to access the Windows Event Log (EVT) format. . This package contains tools to access data stored in EVT log files: evtexport, evtinfo. Package: libevt1 Description-md5: cc122b748e37e5ff0ae4970e42bc426f Description-en: Windows Event Log (EVT) format access library libevt is a library to access the Windows Event Log (EVT) format. . This package contains the shared library. Package: libevtx-dev Description-md5: 12c900483a7bcd496d0b5ce80bd3b2b5 Description-en: Windows XML Event Log format access library -- development files libevtx is a library to access the Windows XML Event Log (EVTX) format. . This package includes the development support files. Package: libevtx-utils Description-md5: 5354ab40fbd8abaadf93d67b0acbb6d1 Description-en: Windows XML Event Log format access library -- Utilities libevtx is a library to access the Windows XML Event Log (EVTX) format. . This package contains tools to access data stored in EVT log files: evtxexport, evtxinfo. Package: libevtx1 Description-md5: 9a63fa5ede078195dbbfb5a15696ef03 Description-en: Windows XML Event Log format access library libevtx is a library to access the Windows XML Event Log (EVTX) format. . This package contains the shared library. Package: libewf-dev Description-md5: 449544984548f9f0e22b92d318dcc0eb Description-en: support for Expert Witness Compression format (development) Libewf is a library with support for reading and writing the Expert Witness Compression Format (EWF). This library allows you to read media information of EWF files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format. It supports files created by EnCase 1 to 6, linen and FTK Imager. The libewf is useful for forensics investigations. . This package contains the development files. Package: libewf2 Description-md5: 01def9237408b4b0f381ee9877b93378 Description-en: library with support for Expert Witness Compression Format Libewf is a library with support for reading and writing the Expert Witness Compression Format (EWF). This library allows you to read media information of EWF files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format. It supports files created by EnCase 1 to 6, linen and FTK Imager. The libewf is useful for forensics investigations. Package: libexpect-ocaml Description-md5: 409e123a33bec23a99ebcc2be3824794 Description-en: Expect-like framework for OCaml This is a simple implementation of `expect` to help building unitary testing of interactive program. . It helps to receive question and send answers from an interactive process. You can match the question using a regular expression (Str). You can also use a timeout to ensure that the process answer in time. . See the [Expect manual](http://expect.nist.gov/) for more information and example. . This package contains the shared runtime libraries. Package: libexpect-ocaml-dev Description-md5: 873ea5b244f2de9f344e69923eee950b Description-en: Expect-like framework for OCaml - development files This is a simple implementation of `expect` to help building unitary testing of interactive program. . It helps to receive question and send answers from an interactive process. You can match the question using a regular expression (Str). You can also use a timeout to ensure that the process answer in time. . See the [Expect manual](http://expect.nist.gov/) for more information and example. Package: libfaketime Description-md5: 9717213973a84a29283491178debf275 Description-en: Report faked system time to programs (preload library) The Fake Time Preload Library (FTPL, a.k.a. libfaketime) intercepts various system calls which programs use to retrieve the current date and time. It can then report faked dates and times (as specified by you, the user) to these programs. This means you can modify the system time a program sees without having to change the time system-wide. FTPL allows you to specify both absolute dates (e.g., 2004-01-01) and relative dates (e.g., 10 days ago). . This package contains the LD_PRELOAD library for faketime. Package: libfcitx-qt5-1 Description-md5: ebfd86e9ba887136d73a90a0b8298488 Description-en: Free Chinese Input Toy of X - D-Bus client libraries for Qt5 Fcitx is the Free Chinese Input Toy of X, which was initially designed for Chinese users, and used XIM protocol. Now it has already evolved into a highly modularized, feature rich input method framework for Unix-like platforms supporting a considerable amount of frontends, backends and modules. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package contains the following libraries: * libFcitxQt5DBusAddons - D-Bus Addons library for Qt5 * libFcitxQt5WidgetsAddons - Widgets Addons library for Qt5 Package: libfcitx-qt5-data Description-md5: f19b0e574cb6d04f7e3cb8b0b3d4c8e5 Description-en: Free Chinese Input Toy of X - data files for Qt5 integration Fcitx is the Free Chinese Input Toy of X, which was initially designed for Chinese users, and used XIM protocol. Now it has already evolved into a highly modularized, feature rich input method framework for Unix-like platforms supporting a considerable amount of frontends, backends and modules. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package contains data files for fcitx Qt5 integration library and Qt5 frontend. Package: libfcitx-qt5-dev Description-md5: 92e28240b785597369b277d49b86b236 Description-en: Free Chinese Input Toy of X - Devel files for libfcitx-qt5 Fcitx is the Free Chinese Input Toy of X, which was initially designed for Chinese users, and used XIM protocol. Now it has already evolved into a highly modularized, feature rich input method framework for Unix-like platforms supporting a considerable amount of frontends, backends and modules. . It offers a pleasant and modern experience, with intuitive graphical configuration tools and customizable skins and mapping tables. It is highly modularized and extensible, with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a developer-friendly API. . This package provides the development files of fcitx-qt5. Package: libfcitx5-qt-data Description-md5: 6d3158349c1ddd90f95d75902e7ebbea Description-en: Qt library and IM module for fcitx5 (data files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the shared data files for fcitx5-qt. Package: libfcitx5-qt-dev Description-md5: 6a909e1bb3c5452a698545fa2dabf76e Description-en: Qt library and IM module for fcitx5 (development files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the development files for fcitx5-qt. Package: libfcitx5-qt1 Description-md5: 12b1bd85124c08eeced49c6f651ab9b3 Description-en: Qt library and IM module for fcitx5 Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the Qt5 support for fcitx5. Package: libfcitx5-qt6-1 Description-md5: d142dc5c963b7dcc18f83ad7615f5ccd Description-en: Qt6 library and IM module for fcitx5 Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the Qt6 support for fcitx5. Package: libfcitx5-qt6-dev Description-md5: cd3ea082437709f8bcbd05f9ca432528 Description-en: Qt6 library and IM module for fcitx5 (development files) Fcitx5 is the next generation of fcitx input method framework. It provides pleasant and modern input experience with intuitive graphical configuration tools. The framework is highly extensible with support for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop environments and a developer-friendly API. . Some of its new features include support of both Wayland and Xorg and the ability to mimic IBus Input Method Framework in order to provide better compatibility across different Linux distributions and desktop environments. . This package provides the development files for fcitx5-qt (qt6). Package: libfckit-dev Description-md5: 425e39ff19ee709914f46ff94f2843f6 Description-en: Fortran toolkit for interoperating Fortran with C/C++ This is a toolkit from ECMWF to make ecKit interoperable with Fortran. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libfckit-utils Description-md5: 0efa58911ea92a6554b9f98e35d5e864 Description-en: Library Fortran toolkit for interoperating Fortran with C/C++ This is a toolkit from ECMWF to make ecKit interoperable with Fortran. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libfckit0d Description-md5: 0efa58911ea92a6554b9f98e35d5e864 Description-en: Library Fortran toolkit for interoperating Fortran with C/C++ This is a toolkit from ECMWF to make ecKit interoperable with Fortran. . ECMWF is the European Centre for Medium-Range Weather Forecasts. 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: libfetk-dev Description-md5: 061d4475d6b8a227f13e36225397f2b7 Description-en: FETK libraries for APBS (development headers) The Finite Element ToolKit (FETK) is a collection of adaptive finite element method (AFEM) software libraries and tools for solving coupled systems of nonlinear geometric partial differential equations (PDE). The FETK libraries and tools are written in an object-oriented form of ANSI-C and in C++, and include a collection of standard numerical libraries (PUNC), a stand-alone high-quality surface and volume simplex mesh generator (GAMer), a stand-alone networked polygon display tool (SG), a general nonlinear finite element modeling kernel (MC) . This package provides a fork of FETK intended for use by APBS (Adaptive Poisson Boltzmann Solver). . The FETK component MALOC (Minimal Abstraction Layer for Object-oriented C/C++ programs) is provided separately by libmaloc-dev. . This package contains the development headers to build against libapbs_* shared libraries. Package: libfetk1.9 Description-md5: 29d68a451f70081d4e9f9e9ff7160169 Description-en: FETK libraries for APBS (shared libraries) The Finite Element ToolKit (FETK) is a collection of adaptive finite element method (AFEM) software libraries and tools for solving coupled systems of nonlinear geometric partial differential equations (PDE). The FETK libraries and tools are written in an object-oriented form of ANSI-C and in C++, and include a collection of standard numerical libraries (PUNC), a stand-alone high-quality surface and volume simplex mesh generator (GAMer), a stand-alone networked polygon display tool (SG), a general nonlinear finite element modeling kernel (MC) . This package provides a fork of FETK intended for use by APBS (Adaptive Poisson Boltzmann Solver). . The FETK component MALOC (Minimal Abstraction Layer for Object-oriented C/C++ programs) is provided separately via libmaloc-dev. . This package contains the libgamer, libmc, libpunc (and libcgcode, libvf2c) shared libraries. Package: libfiat-0 Description-md5: a077df21c9ae02b239cd0f8439dcd3ae Description-en: Fortran IFS and Arpege Toolkit - libray FIAT is a collection of selected Fortran utility libraries, extracted from the IFS/Arpege model used at ECMWF. It provides: drhook : tracing gstats : timing parkind : choose precision mpl : MPI communication mpi_serial: MPI dummy symbols compiled into static library other various routines . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libfiat-dev Description-md5: ca65ce441c2a42b170f42c6e7fc1f748 Description-en: Fortran IFS and Arpege Toolkit - development files FIAT is a collection of selected Fortran utility libraries, extracted from the IFS/Arpege model used at ECMWF. It provides: drhook : tracing gstats : timing parkind : choose precision mpl : MPI communication mpi_serial: MPI dummy symbols compiled into static library other various routines . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: libfilesystem-ruby Description-md5: 8a699fcbc6b12fa8fafbc80e66f07231 Description-en: Transitional package for ruby-filesystem This is a transitional package to ease upgrades to the ruby-filesystem package. It can safely be removed. Package: libfilesystem-ruby1.8 Description-md5: 8a699fcbc6b12fa8fafbc80e66f07231 Description-en: Transitional package for ruby-filesystem This is a transitional package to ease upgrades to the ruby-filesystem package. It can safely be removed. Package: libfilesystem-ruby1.9 Description-md5: 8a699fcbc6b12fa8fafbc80e66f07231 Description-en: Transitional package for ruby-filesystem This is a transitional package to ease upgrades to the ruby-filesystem package. It can safely be removed. Package: libflang-19-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: libfm-qt-common Description-md5: d8f1ddc4babdd99c17c6fab375c97df5 Description-en: Common files for libfm-qt Libfm-Qt is a companion library providing components to build desktop file managers. . This package contains common files for libfm-qt. Package: libfm-qt-dev Description-md5: 9825287101af11c80dc82b90c8dd13a9 Description-en: file management support library for pcmanfm-qt (development files) Libfm-Qt is a companion library providing components to build desktop file managers. . This package contains development files for helper library libfm-qt. Package: libfm-qt-l10n Description-md5: 41cdcf6af263b6fe12346a9c4adb4d79 Description-en: Language package for libfm-qt Libfm-Qt is a companion library providing components to build desktop file managers. . This package contains the l10n files needed by the libfm-qt. Package: libfm-qt14 Description-md5: ad90c053e2e1ce8c61007d4d460f7b68 Description-en: file management support for pcmanfm-qt Libfm-Qt is a companion library providing components to build desktop file managers. . This package contains helper library libfm-qt for pcmanfm-qt. Package: libfontforge4 Description-md5: 7fc0a418741746f51de0b0dac55807fe Description-en: font editor - runtime library FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package contains the runtime library. Package: libfsapfs-dev Description-md5: e76695f7d8f1a33ba8a48cda36b0e0de Description-en: APFS access library -- development files libfsapfs is a library to access the Apple File System (APFS). . This package includes the development support files. Package: libfsapfs-utils Description-md5: 5b040a8e792360bdde3327596961debd Description-en: APFS access library -- Utilities libfsapfs is a library to access the Apple File System (APFS). . This package contains fsapfsinfo, an APFS information retrieval utility, and fpafsmount, a FUSE-based APFS filesystem implementation. Package: libfsapfs1 Description-md5: b1d8ec52a173a8a14a50d3fcd4c6752b Description-en: APFS access library libfsapfs is a library to access the Apple File System (APFS). . This package contains the shared library. Package: libfsext-dev Description-md5: 8b362291d3b6815174fd2c173298de60 Description-en: library to access the Extended File System -- development files libfsext is a library to access the Extended File System. . This package includes the development support files. Package: libfsext-utils Description-md5: 8183ef663d88b3b46c6ed53a965c566b Description-en: library to access the Extended File System -- Utilities libfsext is a library to access the Extended File System. . This package contains tools to access data ... Package: libfsext1 Description-md5: d04558416d30d21597e1a58fdb33a6b4 Description-en: library to access the Extended File System libfsext is a library to access the Extended File System. . This package contains the shared library. Package: libfshfs-dev Description-md5: 17fdaf5c6565aaa27fbfcccab16ba362 Description-en: library to access the Mac OS Hierarchical File System -- development files libfshfs is a library to access the Mac OS Hierarchical File System (HFS). . This package includes the development support files. Package: libfshfs-utils Description-md5: 6c792c474bfe257db4bf60eb5dd23246 Description-en: library to access the Mac OS Hierarchical File System -- Utilities libfshfs is a library to access the Mac OS Hierarchical File System (HFS). . This package contains tools to access data ... Package: libfshfs1 Description-md5: f728c327c229f89c39816e0aa244040f Description-en: library to access the Mac OS Hierarchical File System libfshfs is a library to access the Mac OS Hierarchical File System (HFS). . This package contains the shared library. Package: libfsntfs-dev Description-md5: 693f185ca962fd1765784ed6f11d9310 Description-en: NTFS access library -- development files NTFS is the primary file system for Microsoft Windows versions that are based on Windows NT. libfsntfs provides a library and tools to access NTFS volumes. . This package includes the development support files. Package: libfsntfs-utils Description-md5: 9e256fa429919857b62ab413b2edfc77 Description-en: NTFS access library -- Utilities NTFS is the primary file system for Microsoft Windows versions that are based on Windows NT. libfsntfs provides a library and tools to access NTFS volumes. . This package contains fsntfsinfo, a utility to determine information about a Windows NT File System volume. Package: libfsntfs1 Description-md5: a03d823cd13c0f81ddbc134c6112e6a5 Description-en: NTFS access library NTFS is the primary file system for Microsoft Windows versions that are based on Windows NT. libfsntfs provides a library and tools to access NTFS volumes. . This package contains the shared library. Package: libfsxfs-dev Description-md5: d8ff0472355d37d668a7774969e7ff67 Description-en: llibrary to access the SGI X File System -- development files libfsxfs is a library to access the SGI X File System (XFS). . This package includes the development support files. Package: libfsxfs-utils Description-md5: 8f8af36c1d201dce895984b14e4945af Description-en: llibrary to access the SGI X File System -- Utilities libfsxfs is a library to access the SGI X File System (XFS). . This package contains tools to access data ... Package: libfsxfs1 Description-md5: a48d4e6b8a3d1875ca7ac64ff4a9624e Description-en: llibrary to access the SGI X File System libfsxfs is a library to access the SGI X File System (XFS). . This package contains the shared library. Package: libfuzzer-19-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: libfvde-dev Description-md5: 3fdf798f81af0f4cf5df967551cd4684 Description-en: FileVault Drive Encryption access library -- development files The FVDE format is used by Mac OS X, as of Lion, to encrypt data on a storage media volume. . This package includes the development support files. Package: libfvde-utils Description-md5: 9ae61c2ed24398c43510e2b073936f34 Description-en: FileVault Drive Encryption access library -- Utilities The FVDE format is used by Mac OS X, as of Lion, to encrypt data on a storage media volume. . This package contains tools to access data stored in FVDE containers: fvdeinfo, fvdemount, fvdewipekey. Package: libfvde1 Description-md5: 2c2bf3b2bfd9b538cc93095c86012d12 Description-en: FileVault Drive Encryption access library The FVDE format is used by Mac OS X, as of Lion, to encrypt data on a storage media volume. . This package contains the shared library. Package: libfwnt-dev Description-md5: 23f3a1a26d2c1f938a5d99012a2442e8 Description-en: Windows NT data type library -- development files libfwnt is a library for Windows NT data types. . This package includes the development support files. Package: libfwnt1 Description-md5: b791047c9edd966d6d0a3c9626e8756f Description-en: Windows NT data type library libfwnt is a library for Windows NT data types. . This package contains the shared library. Package: libfwsi-dev Description-md5: 01b6f23314f6c7422f432d19d0d22247 Description-en: Windows Shell Item format access library -- development files libfwsi is a library to access the Windows Shell Item format. . This package includes the development support files. Package: libfwsi1 Description-md5: 96bd0b8127a8afdf2614493b558879a1 Description-en: Windows Shell Item format access library libfwsi is a library to access the Windows Shell Item format. . This package contains the shared library. Package: libgcc-10-dev Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-9-dev Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgccjit-10-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-10-doc Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180 Description-en: GCC just-in-time compilation (documentation) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-9-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-9-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: libgcin Description-md5: 024d599fbcd6cbdcf869fed5c592ddf5 Description-en: library for gcin gcin is a GTK+ based input method which focused mainly on Traditional Chinese. However, it is also very useful for Simplified Chinese, Japanese, and many other languages. . This package contains library for gcin. Package: libgck-2-2 Description-md5: 295051c0037e672e4d1c6a05313400f6 Description-en: Glib wrapper library for PKCS#11 - runtime GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the shared libraries needed to run programs built against the GCK library. Package: libgck-2-dev Description-md5: cfa95aba9f3b2a479b52494f03079fe7 Description-en: GLib wrapper library for PKCS#11 - development GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the static libraries, header files and documentation needed to build applications using the GCK library. Package: libgck-2-doc Description-md5: 1eff4110e2151494884bd0cc3ad14eee Description-en: GLib wrapper library for PKCS#11 - documentation GCK is a wrapper based on GLib implementing the PKCS#11 (Cryptoki) interface. . This package contains the API documentation for the GCK library. Package: libgcr-4-4 Description-md5: 14e274d3cca43006fcf7e2eab5df3b13 Description-en: Library for Crypto related tasks GCR is a library for crypto UI and related tasks. . This package contains the GObject library for high level crypto parsing. Package: libgcr-4-dev Description-md5: 2c7f08f369b97bd861c14d57fe6e7323 Description-en: Library for Crypto UI related tasks - development GCR is a library for crypto UI and related tasks. . This package contains the static libraries, header files and documentation needed to build applications using the GCR library. Package: libgcr-4-doc Description-md5: d42e997633a20f948abe39568f9aaca9 Description-en: Library for Crypto UI related tasks - documentation GCR is a library for crypto UI and related tasks. . This package contains the API documentation for the GCR library. Package: libgdal-dev Description-md5: fe1355584b1a93438b3699e1581cff4b Description-en: Geospatial Data Abstraction Library - Development files GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports many popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains the files needed to develop a software that will use the GDAL/OGR (headers, static objects, configuration script). Package: libgdal34 Description-md5: bd1887dd27736e16667e84bf0102d226 Description-en: Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports many popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains the shared library. Package: libgdcm-cil Description-md5: c0c56c27ca4ba3bd00e66e98602e2a29 Description-en: Grassroots DICOM CLI bindings Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . CLI bindings to the GDCM DICOM library. It allows developers to use GDCM from C# environment. Package: libgdcm-dev Description-md5: 159d3dafd1b31a5c660508857b7fb484 Description-en: Grassroots DICOM development libraries and headers Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . Headers and static libraries for libgdcm. These are not needed to use GDCM, but are needed to build plugins or programs that link against libgdcm. Package: libgdcm-java Description-md5: 8c12afa3ef7c1fb4d18c6e3128f190dc Description-en: Grassroots DICOM Java bindings Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . Java bindings to the GDCM DICOM library. It allows developers to use GDCM from Java environment. Package: libgdcm-tools Description-md5: 5962cf235e98740ad42e83b188215dcd Description-en: Grassroots DICOM tools and utilities Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . Install this package for the gdcmanon, gdcmclean, gdcmconv, gdcmdiff, gdcmdump, gdcmpap3, gdcmgendir, gdcmimg, gdcminfo, gdcmpdf, gdcmraw, gdcmscanner, gdcmscu, gdcmtar, gdcmxml programs. Package: libgdcm3.0 Description-md5: 2d1a15e9eb401db30fa3da0f8d742afa Description-en: Grassroots DICOM runtime libraries Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. It also comes with DICOM Part 3,6 & 7 of the standard as XML files. . This package contains the libraries needed to run GDCM applications. Package: libgdl-3-5 Description-md5: 84a9c34bf316b28aef89b67ed246f770 Description-en: GNOME DevTool libraries Provides a support library for development tools from the GNOME environment. Including symbol browser, dock and editor components. . This package contains the shared libraries. Package: libgdl-3-common Description-md5: 79ecc65612e6a1c39cebd6c827a9f3f6 Description-en: GNOME DevTool libraries - common files Provides a support library for development tools from the GNOME environment. Including symbol browser, dock and editor components. . This package contains the common files. Package: libgdl-3-dev Description-md5: ce119d74699a3b086207952e30bab8f3 Description-en: GNOME DevTool libraries - development files Provides a support library for development tools from the GNOME environment. Including symbol browser, dock and editor components. . This package contains the development files. Package: libgdl-3-doc Description-md5: af148a16d80e1984e45ceb3f7e35a997 Description-en: GNOME DevTool libraries - documentation Provides a support library for development tools from the GNOME environment. Including symbol browser, dock and editor components. . This package contains the API documentation. 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: libgeis-dev Description-md5: 2ff2cbb222e64416fdb9d07cbc3e9b72 Description-en: Gesture engine interface support - dev files A common API for clients of a systemwide gesture recognition and propagation engine. . Headers and static link libraries for developing against the common gesture API. Package: libgeis-doc Description-md5: 9642f1590b474c5c7f69225a3b0fa0ff Description-en: Gesture engine interface support - documentation A common API for clients of a systemwide gesture recognition and propagation engine. . API and specification documentation for developing with libgeis. Package: libgeis1 Description-md5: f7495ef36ba1b4f2f35ba465c3a4e4be Description-en: Gesture engine interface support A common API for clients of a systemwide gesture recognition and propagation engine. . This package provides just the runtime required for applications making use of the GEIS API. Package: libgensio-dev Description-md5: 167c8984a2f89a1374c8ca415285adef Description-en: abstract stream I/O (development files) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the development headers and static libraries. Package: libgensio6 Description-md5: 9cdbd584bba4079c70bbc69eb544548f Description-en: abstract stream I/O (runtime files) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the shared libraries. 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: libgetfem++-dev Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libgetfem-dev Description-md5: a24b52cd1584dd6627ad4e3ed62631de Description-en: Development files for the GETFEM generic finite element library GETFEM is a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and elements, and for arbitrary dimension. . This package contains development files for building software that uses the GETFEM library. Package: libgetfem5 Description-md5: 0c40bc13b699654ee45fee9ae331d722 Description-en: GETFEM generic finite element library GETFEM is a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and elements, and for arbitrary dimension. Package: libgetfem5++ Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libgfortran-10-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-9-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libghdl-3-0-0 Description-md5: 9040be609d2820ac4a850ea82c24c945 Description-en: VHDL compiler/simulator (shared library) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains the shared library to access GHDL internals. Package: libghdl-dev Description-md5: fe1250146eaf015da09547dd2b4cc0cf Description-en: VHDL compiler/simulator (library development files) GHDL is a compiler and simulator for VHDL, a Hardware Description Language. GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. . This package contains the files required to compile programs using libghdl. 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: libglibd-2.0-0 Description-md5: eabb70fc71ac63f998a266ff57d5fd2f Description-en: GLib library of C routines - D bindings 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. . This package contains bindings to GLib for software written in D. Package: libglibd-2.0-dev Description-md5: 33c0f0b1a9d9306c42aac144b6228d31 Description-en: GLib library of C routines - development files for D 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. . This package contains development files needed to write applications in the D programming language that use GLib. Package: libglom-1.30-0 Description-md5: 264c692eb7dfa680549be5d9b593d478 Description-en: Glom library (a database designer and user interface) - library With Glom you can design table definitions and the relationships between them, plus arrange the fields on the screen. You can edit and search the data in those tables, and specify field values in terms of other fields. It's as easy as it should be. The design is loosely based on FileMaker Pro, with the added advantage of separation between interface and data. Its simple framework should be enough to implement most database applications. Without Glom these systems normally consist of lots of repetitive, unmaintainable code. . This is the library package. Package: libglom-1.30-dev Description-md5: 39c5d22d57987a7f0e6d8ad14fd69a23 Description-en: Glom library (a database designer and user interface) - header files With Glom you can design table definitions and the relationships between them, plus arrange the fields on the screen. You can edit and search the data in those tables, and specify field values in terms of other fields. It's as easy as it should be. The design is loosely based on FileMaker Pro, with the added advantage of separation between interface and data. Its simple framework should be enough to implement most database applications. Without Glom these systems normally consist of lots of repetitive, unmaintainable code. . This package contains the library headers. Package: libgm2-0 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: libgm2-10-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-15 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: libgm2-9-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: libgmm++-dev Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libgmm-dev Description-md5: 44e2672eb28de88fab8b23b2a9a85a71 Description-en: Generic C++ template library for sparse, dense and skyline matrices GMM is a framework of pre-defined methods for matrix computation. It is built as a set of generic algorithms for any interfaced vector type or matrix type. . It can be viewed as a glue library allowing cooperation between several vector and matrix types. However, basic sparse, dense and skyline matrix/vector types are built-in, hence it can be used as a standalone linear algebra library. Package: libgnat-10 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-9 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-util10 Description-md5: 779574a79756ce734b22ab6bfe737dcd Description-en: GNU Ada compiler selected components (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat_util library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the runtime shared library. Package: libgnat-util10-dev Description-md5: c608feb0a9e882c50bcdc53b09ab4987 Description-en: GNU Ada compiler selected components (development files) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat_util library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the development files and static library. Package: libgnatvsn9 Description-md5: 75e330fcf9a585cbfe2857d4468e3c84 Description-en: GNU Ada compiler selected components (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the runtime shared library. Package: libgnatvsn9-dev Description-md5: fa344c0d231c640dd6ef6c54f6b9640a Description-en: GNU Ada compiler selected components (development files) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the development files and static library. Package: libgnudatalanguage0 Description-md5: 3f7e764b56df4e42f651f46a08f8b230 Description-en: Free IDL compatible incremental compiler shared library GNU Data Language (GDL) is a free IDL (Interactive Data Language) compatible incremental compiler. It has full syntax compatibility with IDL 7.1. IDL is a registered trademark of ITT Visual Information Solutions. . This package contains the shared library which is used by the different frontends (gdl binary, Python package). Package: libgnunetgtk-dev Description-md5: e020ee69b7f97d715701b9b644b58cfc Description-en: GNU's framework for secure peer-to-peer networking (GTK+ client development) GNUnet is a framework for secure peer-to-peer networking that does not use any centralized or otherwise trusted services. Its high-level goal is to provide a strong free software foundation for a global network that provides security and in particular respects privacy. . This package contains the development files for the graphical client, using the GTK+ toolkit. Package: libgnunetgtk3 Description-md5: c34f18a69524b86e68db15dd1e9ffe19 Description-en: GNU's framework for secure peer-to-peer networking (GTK+ client library) GNUnet is a framework for secure peer-to-peer networking that does not use any centralized or otherwise trusted services. Its high-level goal is to provide a strong free software foundation for a global network that provides security and in particular respects privacy. . This package contains the shared library for the graphical client, using the GTK+ toolkit. Package: libgnuradio-air-modes1 Description-md5: de9c42f0df66feb5e1c1e93825f66091 Description-en: Gnuradio Mode-S/ADS-B radio - library A software-defined radio receiver for Mode S transponder signals, including ADS-B reports from equipped aircraft. . This package provides a shared library. Package: libgnuradio-analog3.10.9 Description-md5: 3d88ee6c337e47267fede2494cb9f2e4 Description-en: gnuradio analog functions Library for handling analog signal processing functions. These functions are also in gnuradio-core. Part of the main gnuradio build. Package: libgnuradio-audio3.10.9 Description-md5: f5bb32c4a24d434c08d8a973aa860840 Description-en: gnuradio audio functions This is the gr-audio library, used to connect to audio sources (mic-in) and sinks (speaker-out) ports on a computer. The underlying hardware driver is system and OS dependent and this module should automatically discover the correct one to use. Part of the main gnuradio build. Package: libgnuradio-blocks3.10.9 Description-md5: c2df21cc192bf1b929366d6340f78189 Description-en: gnuradio blocks functions Some non-signal processing blocks. These functions are also in gnuradio-core. Part of the main gnuradio build. Package: libgnuradio-channels3.10.9 Description-md5: 9eb2ac8d51d697df58640b28e607df3c Description-en: gnuradio channels functions Some channel oriented processing blocks. These functions are also in gnuradio-core. Part of the main gnuradio build. Package: libgnuradio-digital3.10.9 Description-md5: 42026ba96232d8ed9bce33531e9feae8 Description-en: gnuradio digital communications functions All the functions for doing digital modulation and demodulation, including bpsk, qpsk, gmsk and ofdm signals. Part of the main gnuradio build. Package: libgnuradio-dtv3.10.9 Description-md5: d8a125d35c8f558167b79c2abf61062b Description-en: gnuradio digital TV signal processing blocks ATSC support, gr-atsc ported to a new framework, as well as DVB-S2, DVB-T, DVB-T2 digital video broadcast standards. Part of the main gnuradio build. Package: libgnuradio-fec3.10.9 Description-md5: 4603e05c76586caedc5c05d4c7fcfe9b Description-en: gnuradio forward error correction support Handle forward error correction processing in gnuradio. Implements the GNU Radio FEC API, supporting encoders and decoders for no-op dummmy, repetition, and convolutional classes. Part of the main gnuradio build. Package: libgnuradio-fft3.10.9 Description-md5: 544f2ac48e471aa4593f6909f337d7da Description-en: gnuradio fast Fourier transform functions Library for Fourier transform techniques used in gnuradio. Uses single precision FFT from libfftw3-single3. Part of the main gnuradio build. Package: libgnuradio-filter3.10.9 Description-md5: 0f2aeac43193cf5b5151505285675492 Description-en: gnuradio filter functions Library of filter blocks used in gnuradio. Implements FIR, IIR and FFT filters, as well as Polyphase filterbank and PFB arbitrary resampler methods. Part of the main gnuradio build. Package: libgnuradio-fosphor3.9.0 Description-md5: 614c73b6f47df0c22ec4d72415499cec Description-en: gnuradio fosphor block (GPU spectrum display) (library) This implements a GNU Radio sink consisting of a GL display window that provides a Real Time Spectrum Analyzer (RTSA)-like spectrum visualization using OpenCL and OpenGL acceleration. . This package provides a shared library. Package: libgnuradio-funcube3.10.0 Description-md5: 3aee1116acdbacf6e8a4bef6121f456a Description-en: Funcube Dongle controller for GNU Radio (runtime) Support hardware for software radio using the fcdproplus which provides sampled RF IQ data as a USB audio stereo data stream. Control is done over USB HID protocol. . Both the Funcube Dongle and Funcube Diongle Pro+ are supported by this package. . This package provides a shared library. Package: libgnuradio-hpsdr1.0.0 Description-md5: 0b550515bae63a80b0b5f6de34b16b49 Description-en: gnuradio library for OpenHPSDR protocol 1 Hardware supported includes OpenHPSDR Hermes / Metis and Red Pitaya using the OpenHpsdr protocol. . The modules are compatible with version 3.8 of gnuradio and versions of Hermes firmware 1.8 through 3.2. (known as OpenHPSDR protocol 1). It is not compatible with the new OpenHPSDR protocol 2. . This package contains the shared library. Package: libgnuradio-iio3.10.9 Description-md5: 06045448fd28862166b114aa4a4422f3 Description-en: IIO blocks for GnuRadio Libiio is a library that has been conceived to ease the development of applications interfacing Industrial Input/Output (IIO) devices through the IIO subsystem of the Linux kernel. . The IIO blocks for GnuRadio can be used to create flowgraphs that interface IIO devices through libiio. . Part of the main gnuradio build. Package: libgnuradio-iqbalance3.9.0 Description-md5: f3fa21c85b7648b2254e19f56b652c7b Description-en: GNU Radio Blind IQ imbalance estimator and correction (shared library) The general idea is to suppress symmetrical images caused by IQ imbalance in the RX path of quadrature receivers. It's composed of two subblocks: "IQ Bal Fix" and "IQ Bal Optimize". . This package provides a shared library for gr-iqbal. Package: libgnuradio-limesdr3.0.2 Description-md5: c8895ebaefd5833b9a886b76e55de934 Description-en: LimeSDR blocks for GnuRadio (runtime library) LimeSDR is a low cost, open source software defined radio (SDR) platform that can be used to support just about any type of wireless communication standard. . Currently this plugin supports LimeSDR-USB and LimeSDR-Mini boards. . The gr-limesdr blocks for GnuRadio can be used to create flowgraphs that interface LimeSDR devices through liblimesuite. . This package contains the shared library. Package: libgnuradio-network3.10.9 Description-md5: 0c35e9fa3188431e10e3c732ed374377 Description-en: gnuradio network library Library of blocks that implement UDP and TCP source and sink blocks supporting both IPv4 and IPv6. Part of the main gnuradio build. 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: libgnuradio-pdu3.10.9 Description-md5: e60a0657b0dcf6c1619f76d881d29549 Description-en: gnuradio streaming protocol library Protocol Data Units library provides signal processing blocks that operate on Protocol Data Unit format messages. Many such blocks are analogs of streaming API functionality. Part of the main gnuradio build. Package: libgnuradio-pmt3.10.9 Description-md5: 653aedd1567eba8b157188969da4c76b Description-en: gnuradio pmt container library Polymorphic Types are opaque data types that are designed as generic containers of data that can be safely passed around between blocks and threads in GNU Radio. Part of the main gnuradio build. Package: libgnuradio-qtgui3.10.9 Description-md5: 78840934166cde690f3708cac44c0689 Description-en: gnuradio Qt graphical user interface functions QT-based graphical sinks for gnuradio applications. Implements opengl, raster and native plotting methods, and supports a QT Style Sheet (QSS) file to adjust the look. Part of the main gnuradio build. Package: libgnuradio-radar3.10.0 Description-md5: f7c6f8b5ce5b7919b9641017de16de97 Description-en: GNU Radio Radar Toolbox - library The *gr-radar* project provides a toolbox of commonly used radar algorithms. An important part is the *UHD Echotimer*, which enables a synchronized TX and RX stream from USRPs to ensure a constant phase relation in measurements. Example flowgraphs for CW, Dual CW, FSK, FMCW and OFDM radar are given and partly tested on hardware. GUI elements for target representation and further signal processing algorithms such as target tracking are implemented. Check out the project website for example videos and further information. . This package provides a shared library. Package: libgnuradio-rds1 Description-md5: 720b1d3ef91dd3dca79a151a90f49fec Description-en: GNU Radio FM RDS/TMC Transceiver (library) A Radio Data System - Traffic Message Channel (RDS-TMC) block for GNU Radio. . Radio Data System (RDS) is a communications protocol standard for embedding small amounts of digital information in conventional FM radio broadcasts. . This package provides a shared library. Package: libgnuradio-runtime3.10.9 Description-md5: e73009f780eee5fc595dc4da8d24cf71 Description-en: gnuradio core runtime Top level component library. Defines core blocks. Handles settings for logging, performance counters, and control port. Part of the main gnuradio build. Package: libgnuradio-satellites5.5.0 Description-md5: 6dead797c65cee5e03cb685bbdbaa04b Description-en: library of satellite telemetry signal decoders This GNU Radio out-of-tree module can be used to decode frames transmitted from most Amateur satellites in orbit, performing demodulation, forward error correction, etc. Decoded frames can be saved to a file or displayed in hex format. For some satellites the telemetry format definition is included in gr-satellites, so the decoded telemetry frames can be printed out as human-readable values such as bus voltages and currents. Additionally, some satellites transmit files such as JPEG images. gr-satellites can be used to reassemble these files and even display the images in real-time as they are being received. . It supports most popular protocols, such as AX.25, the GOMspace NanoCom U482C and AX100 modems, an important part of the CCSDS stack, the AO-40 protocol used in the FUNcube satellites, and several ad-hoc protocols used in other satellites. . This package contains the shared library. Package: libgnuradio-soapy3.10.9 Description-md5: eb287e97d9393a929f10abdbcbc71636 Description-en: gnuradio SoapySDR support Soapy hardware drivers using the SoapySDR driver framework. Part of the main gnuradio build. Package: libgnuradio-trellis3.10.9 Description-md5: 93ea87d97d5bf7a5d6272bbfd279ded5 Description-en: gnuradio trellis modulation functions Library for trellis coding modulation, including the Viterbi Algorithm, Concatenated Coding and Turbo Decoding based upon finite state machine (FSM) class. Part of the main gnuradio build. Package: libgnuradio-uhd3.10.9 Description-md5: 99e0943e04dc3702c287f7beab797428 Description-en: gnuradio universal hardware driver functions The gnuradio interface to the UHD library to connect to and send and receive data between to the Ettus Research, LLC product line - including the USRP family of software radio peripheral devices. Part of the main gnuradio build. Package: libgnuradio-video-sdl3.10.9 Description-md5: 81449e40176027f155aef2502ecffd77 Description-en: gnuradio video functions Library for handling SDL (Simple DirectMedia Layer) video data. Implements input and output blocks. Part of the main gnuradio build. Package: libgnuradio-vocoder3.10.9 Description-md5: 58d0150c5fe739990bdb32a77526f016 Description-en: gnuradio vocoder functions Library of vocoder blocks, including ulaw, alaw, gsm and codec2. Debian uses external libraries for gsm and codec2. . Part of the main gnuradio build. Package: libgnuradio-wavelet3.10.9 Description-md5: 1c51b1d67b8ca0587a908ff0217bc021 Description-en: gnuradio wavelet functions Library of Daubechies wavelet function blocks. wvps computes the Wavelet Power Spectrum from a set of wavelet coefficients. . Part of the main gnuradio build. Package: libgnuradio-zeromq3.10.9 Description-md5: fad8379800018fcef6de6233eaff6ed5 Description-en: gnuradio zeromq functions 0MQ messaging library support. Provide network socket endpoints for gnuradio data and message streams. PUB/SUB, PUSH/PULL, REP/REQ models supported. . Part of the main gnuradio build. Package: libgo-10-dev Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-9-dev Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo14 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo16 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgomp-plugin-hsa1 Description-md5: cac28c212c8913fef33e0d7e2a098ca9 Description-en: GCC OpenMP v4.5 plugin for offloading to HSA This package contains libgomp plugin for offloading to HSA. Package: libgphobos-10-dev Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-9-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: libgphobos1 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76 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: libgpiod-dev Description-md5: 5a6a403dda9112f2f16376376324a36f Description-en: C library for interacting with Linux GPIO device - static libraries and headers libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the required static libraries, headers, and C++ bindings. Package: libgpiod-doc Description-md5: 471a8312bc9baa04c2c418ef09bdf9ec Description-en: C library for interacting with Linux GPIO device - library documentation libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the doxygen generated HTML documentation for the libraries. Package: libgpiod2 Description-md5: fdc58e35bead39e38c167aaf93875f04 Description-en: C library for interacting with Linux GPIO device - shared libraries libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains the required shared libraries. Package: libgraphviz-dev Description-md5: c3a8010bf765807229fbc858755d3ad0 Description-en: graphviz libs and headers against which to build applications Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs the libraries and headers necessary to link graphviz library routines into an application. It also installs additional man pages. . Note: A graphviz user doesn't need to install this package. Package: libgretl1 Description-md5: 280aca5449828146a212cd203161d06d Description-en: GNU Regression, Econometric & Time-Series Library -- library package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides the shared library. Package: libgretl1-dev Description-md5: 3c577cc7339db4dc97447db5388dd863 Description-en: GNU Regression, Econometric & Time-Series Library -- development package The GNU Regression, Econometric and Time-Series Library (gretl) is a software package for econometric analysis. The package comprises a shared library, a command-line client program, and a graphical client built using GTK+. . This package provides the static library and header files. Package: libgrpc++-dev Description-md5: 0caa74f335aa055e21a067301b8802e6 Description-en: high performance general RPC framework (development) A modern, open source remote procedure call (RPC) framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems. . This package contains the headers and the static library for libgrpc++1.51 . Package: libgrpc++1.51 Description-md5: 3f857bea859931b8956ff06b364de1b7 Description-en: high performance general RPC framework A modern, open source remote procedure call (RPC) framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems. . This package provides the gRPC C++ bindings. Package: libgrpc-dev Description-md5: 307bab972934c3f66db80721c014100d Description-en: high performance general RPC framework (development) A modern, open source remote procedure call (RPC) framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems. . This package contains the headers and the static library for libgrpc29 . Package: libgrpc29 Description-md5: 4e6400512fbad389afeef58d717465fd Description-en: high performance general RPC framework A modern, open source remote procedure call (RPC) framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems. . This package provides the gRPC C bindings. Package: libgrss-dev Description-md5: b17dd94844382a071e77ed7a89252559 Description-en: Glib-based library to manage RSS and Atom feeds - development files libgrss is a Glib abstraction library for handling feeds in RSS, Atom and other formats. It is intended to be used to manage syndication of feeds in a convenient way. . Install this package if you wish to develop your own programs using the libgrss library. Package: libgrss0 Description-md5: 4c08ef1cd1b51d3af6ccb92937cc20fd Description-en: Glib-based library to manage RSS and Atom feeds libgrss is a Glib abstraction library for handling feeds in RSS, Atom and other formats. It is intended to be used to manage syndication of feeds in a convenient way. Package: libgstreamer-opencv1.0-0 Description-md5: dafe2f24cb1bdb14d6d6b274151c793e Description-en: GStreamer OpenCV libraries GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. . This package contains shared GStreamer libraries for OpenCV. Package: libgstreamer-plugins-bad1.0-0 Description-md5: dbdd7ec6aeb78f2810dfd938e41a97bc Description-en: GStreamer libraries from the "bad" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. . This package contains shared GStreamer libraries from the "bad" set. The API is not guaranteed to be stable. Package: libgstreamer-plugins-bad1.0-dev Description-md5: 3cf8ed7e757b9244dc8826f7bf3f2b29 Description-en: GStreamer development files for libraries from the "bad" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use. . This package contains development files for GStreamer libraries from the "bad" set. The API is not guaranteed to be stable. Package: libgstreamerd-3-0 Description-md5: ebaa56cc60adf277d67644666f0a807f Description-en: GStreamer media framework - D bindings GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. . This package contains runtime files needed for applications written in D. Package: libgstreamerd-3-dev Description-md5: 02a65ea459abf054c99fa87e19d963ed Description-en: GStreamer media framework - development files for D GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. . This package contains development files needed to write applications in the D programming language that use GStreamer. Package: libgstrtspserver-1.0-0 Description-md5: 0ea9e7419c3c2010a3995c527c7eb8c9 Description-en: GStreamer RTSP Server (shared library) gst-rtsp-server is a library on top of GStreamer for building an RTSP server or embedding RTSP server capabilities into applications. . GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the shared library for the GStreamer RTSP Server. Package: libgstrtspserver-1.0-dev Description-md5: 7ce729f941b78969393e0b9114c91c2d Description-en: GStreamer RTSP Server (development files) gst-rtsp-server is a library on top of GStreamer for building an RTSP server or embedding RTSP server capabilities into applications. . GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains development files for the GStreamer RTSP Server. Package: libgtkd-3-0 Description-md5: f169214d10fb9c994d38a421a94f2c85 Description-en: GTK+ graphical user interface library - D bindings GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains runtime files needed for applications written in D. Package: libgtkd-3-dev Description-md5: 2012c05d423c4d29d8fcdfed1feb3a31 Description-en: GTK+ graphical user interface library - development files for D GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains development files needed to write applications in the D programming language that use GTK+. Package: libgtkdsv-3-0 Description-md5: b356f4f480de27be893b8c3cecfe2574 Description-en: GTK+ syntax highlighting widget - D bindings GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains runtime files needed for applications written in D. Package: libgtkdsv-3-dev Description-md5: b467b148d1d43d4b64a32840f39e38e0 Description-en: GTK+ syntax highlighting widget - development files for D GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains development files needed to write applications in the D programming language that use GtkSourceView. Package: libgtksourceview-5-dev Description-md5: 3a0f50134575167755a6ed265a26ddbc Description-en: development files for the GTK 4 syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK 4 text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package contains the header files required if you wish to develop software that uses the GtkSourceView widget. Package: libgtksourceview-5-tests Description-md5: 5e3b726ba13c0a7cd3800da94f571a57 Description-en: installed tests for the GTK 4 syntax highlighting widget GtkSourceView is a text widget that extends the standard GTK 4 text widget GtkTextView. It improves GtkTextView by implementing syntax highlighting and other features typical of a source editor. . This package includes tests to be used on the installed system. Package: libgtsam-dev Description-md5: 3c5268c1ac9ee62ac965aac01256a22f Description-en: Factor graphs for sensor fusion in robotics GTSAM is a C++ library that implements sensor fusion for robotics and computer vision applications, including SLAM (Simultaneous Localization and Mapping), VO (Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices to optimize for the most probable configuration or an optimal plan. Coupled with a capable sensor front-end (not provided here), GTSAM powers many impressive autonomous systems, in both academia and industry. . Development files Package: libgtsam-doc Description-md5: 85d8ffa54a6c50013303a6874e3771dc Description-en: Factor graphs for sensor fusion in robotics GTSAM is a C++ library that implements sensor fusion for robotics and computer vision applications, including SLAM (Simultaneous Localization and Mapping), VO (Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices to optimize for the most probable configuration or an optimal plan. Coupled with a capable sensor front-end (not provided here), GTSAM powers many impressive autonomous systems, in both academia and industry. . Documentation Package: libgtsam4 Description-md5: 65b87756940d8ce134a9dff916ba336b Description-en: Factor graphs for sensor fusion in robotics GTSAM is a C++ library that implements sensor fusion for robotics and computer vision applications, including SLAM (Simultaneous Localization and Mapping), VO (Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices to optimize for the most probable configuration or an optimal plan. Coupled with a capable sensor front-end (not provided here), GTSAM powers many impressive autonomous systems, in both academia and industry. 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: libgv-guile Description-md5: 4d9e1cdaa267a74055c166a75ab1e8b3 Description-en: Guile bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the guile (3.0) bindings. Package: libgv-lua Description-md5: 0e64de3cb016ad670bbbb2773daf8c79 Description-en: Lua bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the lua5.2 bindings. Package: libgv-perl Description-md5: 50f9c9810e4cd1ff33ec004dadd5fd9a Description-en: Perl bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Perl bindings. Package: libgv-ruby Description-md5: bc900a06ec5b5114246ccb0e255925c4 Description-en: Ruby bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Ruby bindings. Package: libgv-tcl Description-md5: 0ab2c69c3d22314448ae2cd59acadf39 Description-en: Tcl bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Tcl (8.6) bindings. Package: libgvc6 Description-md5: 87da8308b382f4072b1022b48b3d7368 Description-en: rich set of graph drawing tools - gvc library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvc library. Package: libgvc6-plugins-gtk Description-md5: a2d766af1019ed41a27a7b18b86cd03e Description-en: rich set of graph drawing tools - gtk plugins Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gtk and gdk-pixbuf plugins. Package: libgvpr2 Description-md5: e7dafa90950ab7d270f04d6a2f98fc48 Description-en: rich set of graph drawing tools - gvpr library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvpr library. Package: libhalide17-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: libhalide17-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: libhalide17-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: libhalideaot17-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: libhandy-1-dev Description-md5: e209fa6b2639822914057603cc4bf25a Description-en: Development files for libhandy libhandy provides GTK widgets and GObjects to ease developing applications for mobile phones. . This package contains the development files and documentation. Package: libheartbeat2 Description-md5: d4f0fa776e9069054e6b632ec6f5a777 Description-en: Subsystem for High-Availability Linux (libraries) heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. . This package contains the Heartbeat libraries to make them available to other programs like Pacemaker without having to install the whole Heartbeat suite. Package: libheartbeat2-dev Description-md5: cd55666b03ed8197035d3b10d3f8b496 Description-en: Subsystem for High-Availability Linux (development files) heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. . This package contains the Heartbeat library development files to make them available to other programs like Pacemaker. Package: libhex-ocaml Description-md5: 1747f7ee94f7ec8f38935a17f212c28e Description-en: library providing hexadecimal converters (runtime) Hex is a minimal library providing hexadecimal converters. . This package contains the runtime libraries for programs using hex. Package: libhex-ocaml-dev Description-md5: 8c559af0bee30e82d8761f9b6bcc1a55 Description-en: library providing hexadecimal converters (dev) Hex is a minimal library providing hexadecimal converters. . This package contains the development stuff needed to use the hex library in your programs. Package: libhfst-dev Description-md5: 44bcf6eb6f13fc7d87e1de069a9b37e8 Description-en: Helsinki Finite-State Transducer Technology Development files The Helsinki Finite-State Transducer software is intended for the implementation of morphological analysers and other tools which are based on weighted and unweighted finite-state transducer technology. . This package provides development headers and libraries for HFST Package: libhfst55 Description-md5: 3747f074947bdb1dd6b5013f1ec28ea5 Description-en: Helsinki Finite-State Transducer Technology Libraries The Helsinki Finite-State Transducer software is intended for the implementation of morphological analysers and other tools which are based on weighted and unweighted finite-state transducer technology. . This package provides runtime libraries for HFST. Package: libhime Description-md5: b1c6ada280d071606ce2d13c64257e9c Description-en: library for HIME HIME Input Method Editor is a input method platform, which is forked from the famous gcin input method. . This package contains library for HIME. Package: libhinawa-dev Description-md5: 4169a870ccd5a4959876c15f72fabf53 Description-en: I/O library for IEEE 1394 asynchronous transactions (development file) This is an I/O library to operate 1394 OHCI hardware for asynchronous transaction in IEEE 1394 bus. This package contains development files including C headers and XML data for GIRepository. Package: libhinawa4 Description-md5: 451daf06b9c00f8821e1609edaf24e6a Description-en: I/O library for IEEE 1394 asynchronous transaction This is an I/O library to operate 1394 OHCI hardware for asynchronous transaction in IEEE 1394 bus. Package: libhinoko-dev Description-md5: aacf54077822b4ae91f749ebe03a4bef Description-en: I/O library for IEEE 1394 isochronous communication (development files) Libhinoko is an I/O library to operate 1394 OHCI hardware for transmission of isochronous packets in IEEE 1394 bus. This package contains development files including C headers and XML data for GIRepository. Package: libhinoko1 Description-md5: dcf928af5b071c443f39cfcaae72d045 Description-en: I/O library for IEEE 1394 isochronous communication Libhinoko is an I/O library to operate 1394 OHCI hardware for transmission of isochronous packets in IEEE 1394 bus. Package: libhiprand-dev Description-md5: 2c0989b39fec874e668b33a35e4bae4c Description-en: wrapper library to port from cuRAND applications to HIP - headers The rocRAND project includes a wrapper library called hipRAND which allows user to easily port CUDA applications that use cuRAND library to the HIP layer. In ROCm environment hipRAND uses rocRAND, however in CUDA environment cuRAND is used instead. . This package provides AMD ROCm hipRAND development headers. Package: libhiprand-doc Description-md5: 20d9af80fb8477a746ec445cd494354a Description-en: wrapper library to port from cuRAND applications to HIP - documentation The rocRAND project includes a wrapper library called hipRAND which allows user to easily port CUDA applications that use cuRAND library to the HIP layer. In ROCm environment hipRAND uses rocRAND, however in CUDA environment cuRAND is used instead. . This package provides the AMD ROCm hipRAND documentation. Package: libhiprand1 Description-md5: 0d375a74b3888f5834b48801565b5c81 Description-en: wrapper library to port from cuRAND applications to HIP - library The rocRAND project includes a wrapper library called hipRAND which allows user to easily port CUDA applications that use cuRAND library to the HIP layer. In ROCm environment hipRAND uses rocRAND, however in CUDA environment cuRAND is used instead. . This package provides AMD ROCm hipRAND library. Package: libhiprand1-tests Description-md5: 1a57593283d9c532f89cfaa5ebfe556a Description-en: wrapper library to port from cuRAND applications to HIP - tests The rocRAND project includes a wrapper library called hipRAND which allows user to easily port CUDA applications that use cuRAND library to the HIP layer. In ROCm environment hipRAND uses rocRAND, however in CUDA environment cuRAND is used instead. . This package provides AMD ROCm hipRAND test binaries. These binaries are only used to check whether hipRAND works correctly on a given GPU, so generally speaking, users probably don't need this package. 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: libhitaki-dev Description-md5: bfb91847d50b10164380c1e717ee4129 Description-en: Library to operate ALSA HwDep device for ALSA firewire stack (development files) Libhitaki is a shared library to operate ALSA HwDep character device for audio and music unit in IEEE 1394 bus. This package contains development files including C headers and XML data for GIRepository. Package: libhitaki0 Description-md5: 8127475f6f7197be593aaa49913c3936 Description-en: Library to operate ALSA HwDep device for ALSA firewire stack Libhitaki is a shared library to operate ALSA HwDep character device for audio and music unit in IEEE 1394 bus. Package: libhivex-bin Description-md5: 89fa267ea5ad3e7afa9180854b40559f Description-en: utilities for reading and writing Windows Registry hives libhivex is a self-contained library for reading and writing Windows Registry "hive" binary files. . This package contains a few command line programs that utilize libhivex. Package: libhivex-dev Description-md5: a35a894e56b30e590b859ae01c6cf84e Description-en: library for reading and writing Windows Registry hives libhivex is a self-contained library for reading and writing Windows Registry "hive" binary files. . This package provides static libraries and header files. Package: libhivex-ocaml Description-md5: 1623b0e7530f23ef553e4a918e9d5528 Description-en: OCaml bindings for hivex -- runtime files OCaml bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. . This package include only the shared runtime stub libraries. Package: libhivex-ocaml-dev Description-md5: 9ddfa7e26a1aeab261f075cfd0a8a0c0 Description-en: OCaml bindings for hivex -- development files OCaml bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. . This package contains all the files needed to develop OCaml programs which use OCaml bindings to libhivex. Package: libhivex0 Description-md5: 3d0eb54ce30942f3cfec8dcf94168cd1 Description-en: library for reading and writing Windows Registry hives libhivex is a self-contained library for reading and writing Windows Registry "hive" binary files. . Unlike many other tools in this area, it doesn't use the textual .REG format for output, because parsing that is as much trouble as parsing the original binary format. Instead it makes the file available through a C API, or there is a separate program to export the hive as XML. Package: libhsail-rt-10-dev Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-9-dev Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhts-dev Description-md5: 08dc5334cfd009072c9aa396c09f63e3 Description-en: development files for the HTSlib HTSlib is an implementation of a unified C library for accessing common file formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call Format), used for high-throughput sequencing data, and is the core library used by samtools and bcftools. HTSlib only depends on zlib. It is known to be compatible with gcc, g++ and clang. . HTSlib implements a generalized BAM (binary SAM) index, with file extension ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the new index and then for the old if the new index is absent. . This package contains development files for the HTSlib: headers, static library, manual pages, etc. . For compatibility with sambamba, the internal routine cram_to_bam was exported, hereto adopting a patch found in guix. Package: libhts3 Description-md5: 6bcc3eaaf96941c9a7a6476850863056 Description-en: C library for high-throughput sequencing data formats HTSlib is an implementation of a unified C library for accessing common file formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call Format), used for high-throughput sequencing data, and is the core library used by samtools and bcftools. HTSlib only depends on zlib. It is known to be compatible with gcc, g++ and clang. . HTSlib implements a generalized BAM (binary SAM) index, with file extension ‘csi’ (coordinate-sorted index). The HTSlib file reader first looks for the new index and then for the old if the new index is absent. Package: libignition-math-dev Description-md5: 9c7ab020e37162a6953d2b9d0320ecd5 Description-en: Ignition Robotics Math Library - Development files A small, fast, and high performance math library. This library is a self-contained set of classes and functions suitable for robot applications. . Ignition Robotics is a set of simple libraries that provide useful functionality to bootstrap robot applications. The included libraries encapsulate all the essentials, such as common math data types, console logging, 3D mesh management, and asynchronous message passing. . The package contains the development files Package: libignition-math6-6 Description-md5: c4b706a9562f76e191e89caf96ce25fd Description-en: Ignition Robotics Math Library - Shared library A small, fast, and high performance math library. This library is a self-contained set of classes and functions suitable for robot applications. . Ignition Robotics is a set of simple libraries that provide useful functionality to bootstrap robot applications. The included libraries encapsulate all the essentials, such as common math data types, console logging, 3D mesh management, and asynchronous message passing. . The package contains the shared library Package: libimath-3-1-29 Description-md5: e8c9ffbe25a2f39597189450f5ef7590 Description-en: Utility libraries from ASF used by OpenEXR - runtime Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type. . Imath also includes optional Python bindings for all types and functions, including optimized implementations of vector and matrix arrays. . This package provides the runtime libraries. Package: libimath-dev Description-md5: 7feeee112786f30116c619a621a66b2d Description-en: Utility libraries from ASF used by OpenEXR - development Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type. . Imath also includes optional Python bindings for all types and functions, including optimized implementations of vector and matrix arrays. . This package provides the development files for Imath. Package: libimath-doc Description-md5: e658f6b6c33ad948a4e7a1d6189eae3e Description-en: Utility libraries from ASF used by OpenEXR - documentation Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type. . Imath also includes optional Python bindings for all types and functions, including optimized implementations of vector and matrix arrays. . This package provides the official documentation for Imath. Package: libimobiledevice-utils Description-md5: b3a7d1ccbda22f451ca80b0655893823 Description-en: Utitilies for communicating with iPhone and other Apple devices This package contains various utilities to interact with iPhone, iPad and iPod touch devices, like: . - idevice_id: List attached devices or print device name of given device - idevicebackup: Create or restore backup for devices (legacy) - idevicebackup2: Create or restore backups for devices running iOS 4 or later - idevicecrashreport: Retrieve crash reports from a device - idevicedate: Display the current date or set it on a device - idevicedebug: Interact with the debugserver service of a device - idevicedebugserverproxy: Proxy a debugserver connection from a device for remote debugging - idevicediagnostics: Interact with the diagnostics interface of a device - ideviceenterrecovery: Make a device enter recovery mode - ideviceimagemounter: Mount disk images on the device - ideviceinfo: Show information about a connected device - idevicename: Display or set the device name - idevicenotificationproxy: Post or observe notifications on a device - idevicepair: Manage host pairings with devices and usbmuxd - ideviceprovision: Manage provisioning profiles on a device - idevicescreenshot: Gets a screenshot from the connected device - idevicesetlocation: Simulate location on device - idevicesyslog: Relay syslog of a connected device Package: libinotify-ocaml Description-md5: d99ff02128e3b2ab0ed774b9a117bda1 Description-en: OCaml bindings for the inotify API This library provides OCaml bindings for using inotify. . Inotify is a Linux kernel subsystem, that notice changes to the filesystem, and report those changes to applications. . This package contains shared library. Package: libinotify-ocaml-dev Description-md5: cdfa745781cafa314adb73004a226cde Description-en: OCaml bindings for the inotify API This library provides OCaml bindings for using inotify. . Inotify is a Linux kernel subsystem, that notice changes to the filesystem, and report those changes to applications. . This package contains header and OCaml library. Package: libio-async-perl Description-md5: 3ba42e4beacc7cd18cec67a82fb204c3 Description-en: modules for asynchronous event-driven programming The IO::Async collection of modules allows programs to be written that perform asynchronous filehandle IO operations. . A typical program using them would consist of a single subclass of IO::Async::Loop to act as a container of other objects, which perform the actual IO work required by the program. As well as IO handles, the loop also supports timers and signal handlers, and includes more higher-level functionality built on top of these basic parts. Package: libipaddr-ocaml Description-md5: 15c9318d8b095088b891874395f24c4f Description-en: library for manipulation of IP (and MAC) address representations (runtime) This is a library for manipulation of IP (and MAC) address representations. . Features: * IPv4 and IPv6 support * IPv4 and IPv6 CIDR prefix support * IPv4 and IPv6 CIDR-scoped address support * Integration with the standard OCaml distribution (Map.OrderedType, Unix, top-level) * IP address scope classification * IPv4-mapped addresses in IPv6 (::ffff:0:0/96) are an embedding of IPv4 * MAC-48 (Ethernet) address support * All types have sexplib serializers/deserializers . This package contains the shared runtime libraries. Package: libipaddr-ocaml-dev Description-md5: ca3b7ddcdbe87fc8ab98fa5188a149be Description-en: library for manipulation of IP (and MAC) address representations (dev files) This is a library for manipulation of IP (and MAC) address representations. . Features: * IPv4 and IPv6 support * IPv4 and IPv6 CIDR prefix support * IPv4 and IPv6 CIDR-scoped address support * Integration with the standard OCaml distribution (Map.OrderedType, Unix, top-level) * IP address scope classification * IPv4-mapped addresses in IPv6 (::ffff:0:0/96) are an embedding of IPv4 * MAC-48 (Ethernet) address support * All types have sexplib serializers/deserializers . This package contains development files. Package: libisospec++-dev Description-md5: 113dcc38c2c18f64fa4d54fe8fe98a78 Description-en: Isotopic fine structure calculator (C++ development files) IsoSpec implements an algorithm for fast computation of isotopologues of chemical substances that can alternate between joint probability and peak height threshold. . This package ships the development files. Package: libisospec++-doc Description-md5: cd6011399319872db6a2774880e9a4a4 Description-en: Isotopic fine structure calculator (C++ API documentation) IsoSpec implements an algorithm for fast computation of isotopologues of chemical substances that can alternate between joint probability and peak height threshold. Package: libisospec++2 Description-md5: 9265d7731cc4aa34bda02514a5dc31e9 Description-en: Isotopic fine structure calculator (C++ runtime) IsoSpec implements an algorithm for fast computation of isotopologues of chemical substances that can alternate between joint probability and peak height threshold. . This package ships the runtime shared library. 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: libjansi1-java Description-md5: 0f0c7356271fcd9e79d75de11ef9dc79 Description-en: Java library for generating and interpreting ANSI escape sequences Jansi is a small java library that allows you to use ANSI escape codes to format your console output which works across all platforms. . Jansi detects and abstracts the ANSI support provided by the attached terminal. When your Java application uses Jansi, it can always assume that standard out and error streams support ANSI sequences. Package: libjdeb-java Description-md5: 85eacab0d4cb92fd8d2c32c0ad2604d9 Description-en: utility to construct Debian packages from Ant or Maven This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner. Build your Debian packages on any platform that has Java support. Windows, Linux, OS X - it doesn't require additional native tools installed. Package: libjs-marked Description-md5: 4c00f7559accd0e619d8beab24dcba14 Description-en: Full-featured markdown parser and compiler Marked implements all markdown features while having a high processing speed. It is also fully compatible with client-side javascript. . Additionally Marked also implements github flavored markdown. . This package contains the javascript module. 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-of-ocaml-ocamlbuild-ocaml-dev Description-md5: d9559e62df3c6a4b38861381499187dc Description-en: compiler from OCaml bytecode to JavaScript (ocamlbuild plugin) Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js. . This package contains the ocamlbuild plugin. Package: libjs-websocket Description-md5: bf90c40e91a26e3b4217c1283b54e56f Description-en: WebSocket implementation for NodeJS, standalone API for browser An implementation of the WebSocket API for NodeJS. . This is the code for using the API in the browser, where a WebSocket implementation is already present. 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: libjwt-dev Description-md5: 0707b8fe292474ac27ca00fdc72f0344 Description-en: C library to handle JWT (JSON Web Token) - development libjwt is a library which allows you to encode and decode JSON Web Tokens (JWT). . JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. . This package contains the development files. Package: libjwt-gnutls-dev Description-md5: 7907575df46fe1cc06f351eb21e556cf Description-en: Development files for libjwt - GnuTLS flavour libjwt is a library which allows you to encode and decode JSON Web Tokens (JWT). GnuTLS flavour. . JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. . This package contains the development files. . SSL support is provided by GnuTLS. Package: libjwt-gnutls2 Description-md5: d6cd67187a17940924ce09f0735bd07d Description-en: C library to handle JWT (JSON Web Token) - GnuTLS flavour libjwt is a library which allows you to encode and decode JSON Web Tokens (JWT). GnuTLS flavour. . JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. . SSL support is provided by GnuTLS. Package: libjwt2 Description-md5: 151b2ed25f1ae0e1a9ee8a81a0d6520a Description-en: C library to handle JWT (JSON Web Token) libjwt is a library which allows you to encode and decode JSON Web Tokens (JWT). . JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. Package: libkdumpfile-dev Description-md5: da4a962ad9c9fa12fa03ee8221d6cf25 Description-en: libkdumpfile development libraries and header files libkdumpfile is a library to read kdump-compressed kernel core dumps. . This package contains development libraries and header files for libkdumpfile. Package: libkdumpfile-doc Description-md5: 09a634e467ebe247221243a062dec1e3 Description-en: Kernel coredump file access (documentation) libkdumpfile is a library to read kdump-compressed kernel core dumps. . This package contains the HTML documentation for libkdumpfile. Package: libkdumpfile10 Description-md5: 852e573ed65a36e003c6efd74008b388 Description-en: Kernel coredump file access libkdumpfile is a library to read kdump-compressed kernel core dumps. Package: libkdynamicwallpaper-dev Description-md5: cc3858fdfd704e8358fccf1134ad6b71 Description-en: Dynamic Wallpaper Engine for Plasma (development files) This package is the development files for the plasma5-wallpapers-dynamic shared libraries (libkdynamicwallpaper) Package: libkdynamicwallpaper4 Description-md5: 0d1e43eddd0df199e48f71a8015eae93 Description-en: Dynamic Wallpaper Engine for Plasma (shared libraries) This package is the shared libraries for the plasma5-wallpapers-dynamic package. Package: libkf5baloo-doc Description-md5: eeb9186bc8bf224c3a36a4354f1677e1 Description-en: framework for searching and managing metadata core lib (documentation) A framework for searching and managing metadata in KDE Software. . Baloo is part of the KDE Plasma desktop. . This package contains the qch documentation files. Package: libkf5baloo5 Description-md5: b75d6e5eae3c57d7aaa01c67c1362bab Description-en: framework for searching and managing metadata core lib. A framework for searching and managing metadata in KDE Software. . Baloo is part of the KDE Plasma desktop. Package: libkf5balooengine5 Description-md5: 2731347a6cb4a51157a810f1fbc05aa9 Description-en: framework for searching and managing metadata plugins A framework for searching and managing metadata in KDE Software. . Baloo is part of the KDE Plasma desktop. Package: libkf5bookmarks-data Description-md5: 22b9cda0201b37fd2e5f904d7ed207ac Description-en: Qt library with support for bookmarks and the XBEL format. KBookmarks lets you access and manipulate bookmarks stored using the XBEL format. . This package contains the translations. Package: libkf5bookmarks-dev Description-md5: 341670b593610838b1c66bfcf3f15d44 Description-en: Qt library with support for bookmarks and the XBEL format. KBookmarks lets you access and manipulate bookmarks stored using the XBEL format. . Contains development files for kbookmarks. Package: libkf5bookmarks-doc Description-md5: 4dbf2b073fd171a9d68d54c9d836c3f7 Description-en: Qt library with support for bookmarks and the XBEL format (documentation) KBookmarks lets you access and manipulate bookmarks stored using the XBEL format. . This package contains the qch documentation files. Package: libkf5bookmarks5 Description-md5: b8de6162b0baeaae8a5af1e9c5993202 Description-en: Qt library with support for bookmarks and the XBEL format. KBookmarks lets you access and manipulate bookmarks stored using the XBEL format. Package: libkf5calendarevents5 Description-md5: 230f6b0a3105f3a0e0ecc12f9c206eb9 Description-en: provides integration of QML and KDE frameworks -- calendarevents Framework providing integration of QML and other KDE frameworks such as making i18n available and using kio Package: libkf5configwidgets-data Description-md5: 6baddaa809d1bce463fd43701eb11d27 Description-en: Extra widgets for easier configuration support. KConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings. . This package contains the preparetips5 script and graphics. Package: libkf5configwidgets-dev Description-md5: 8323634021d6ea80231bb080cd8471aa Description-en: development files for kconfigwidgets KConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings. . Contains development files for kconfigwidgets. Package: libkf5configwidgets-doc Description-md5: cb7092a86a3a302eb45c0613cd402034 Description-en: Extra widgets for easier configuration support (documentation) KConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings. . This package contains the qch documentation files. Package: libkf5configwidgets5 Description-md5: 87be7592126fbb5875fc8f54ff2375ba Description-en: Extra widgets for easier configuration support. KConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings. Package: libkf5contacts-data Description-md5: 4c2b37d34dd2c60d065a5b0495c16512 Description-en: data files for kcontacts KContacts is an API for address book data. . This package contains shared data files. Package: libkf5contacts-dev Description-md5: d54e6efcc2b2c0b1723d5b7d0e6a26db Description-en: development files for kcontacts KContacts is an API for address book data. . This package contains the development files. Package: libkf5contacts-doc Description-md5: 57bc2c3da8c51921b297dbbd14e96a2c Description-en: address book API for KDE Framework (documentation) KContacts is an API for address book data. . This package contains the documentation. Package: libkf5contacts5 Description-md5: 6dd06b459a1246e7f6c4eeaa75aca0a0 Description-en: address book API for KDE frameworks KContacts is an API for address book data. Package: libkf5dav-data Description-md5: fd747fd4187609c09caa58743bc983b8 Description-en: DAV protocol implementation with KJobs - arch independent files A DAV protocol implementation with KJobs. . This package contains the arch independent files to work with KDav. . This package is part of KDE Frameworks 5. Package: libkf5dav-dev Description-md5: aba50f53328c58420239306d0affa1e1 Description-en: DAV protocol implementation with KJobs - development files A DAV protocol implementation with KJobs. . This package contains the development files to work with KDav. . This package is part of KDE Frameworks 5. Package: libkf5dav-doc Description-md5: 71c37e06b43635c35dc9433e22ed6f63 Description-en: DAV protocol implementation with KJobs - documentation A DAV protocol implementation with KJobs. . This package contains the qch documentation files. . This package is part of KDE Frameworks 5. Package: libkf5dav5 Description-md5: 17b9bbf5c29c770eeaeb965b40df1ae6 Description-en: DAV protocol implementation with KJobs A DAV protocol implementation with KJobs. . This package contains the shared library. . This package is part of KDE Frameworks 5. Package: libkf5declarative-data Description-md5: 86b3790ad10f545b5672828151377e02 Description-en: provides integration of QML and KDE frameworks Framework providing integration of QML and other KDE frameworks such as making i18n available and using kio. . This package contains the translation files. Package: libkf5declarative-dev Description-md5: e6a1627a6916614d6204dc2f2d20ed4d Description-en: development files for kdeclarative Framework providing integration of QML and other KDE frameworks such as making i18n available and using kio. . Contains development files for kdeclarative. Package: libkf5declarative-doc Description-md5: e5f16c1b9116aee2fd39234f4743c38c Description-en: provides integration of QML and KDE frameworks (documentation) Framework providing integration of QML and other KDE frameworks such as making i18n available and using kio. . This package contains the qch documentation files. Package: libkf5declarative5 Description-md5: 7d7cd9f180d72fc56b2851eeab6d4a9c Description-en: provides integration of QML and KDE frameworks Framework providing integration of QML and other KDE frameworks such as making i18n available and using kio. Package: libkf5emoticons-bin Description-md5: e2a696bf68def69923103826b3f03690 Description-en: Support for emoticons and emoticons themes. This class can be used to retrieve, install, create emoticons theme. It can also be used to set the emoticon theme and the parse mode in the config file. . This package contains the runtime files. Package: libkf5emoticons-data Description-md5: 6a57529f6de7e96c3ef3aeffe681406a Description-en: Support for emoticons and emoticons themes. This class can be used to retrieve, install, create emoticons theme. It can also be used to set the emoticon theme and the parse mode in the config file. . This package contains the data files. Package: libkf5emoticons-dev Description-md5: 69729de6422a076570388822dd6426f6 Description-en: Support for emoticons and emoticons themes. This class can be used to retrieve, install, create emoticons theme. It can also be used to set the emoticon theme and the parse mode in the config file. . Contains development files for kemoticons. Package: libkf5emoticons-doc Description-md5: f1eccb973f94a420c4bcd372cdd3e8bd Description-en: Support for emoticons and emoticons themes (documentation) This class can be used to retrieve, install, create emoticons theme. It can also be used to set the emoticon theme and the parse mode in the config file. . This package contains the qch documentation files. Package: libkf5emoticons5 Description-md5: 97eb532c8ba247b156d75a1eb953bc72 Description-en: Support for emoticons and emoticons themes. This class can be used to retrieve, install, create emoticons theme. It can also be used to set the emoticon theme and the parse mode in the config file. Package: libkf5filemetadata-bin Description-md5: e4972a8d338e49f6ef9ea489ce1d3e3a Description-en: library for extracting file metadata This library is for extracting file metadata. . kfilemetadata is part of the KDE frameworks. . This package contains the file type plugins. Package: libkf5filemetadata-data Description-md5: df977714bfdc9d8eaa7600e4fa0db79b Description-en: library for extracting file metadata This library is for extracting file metadata. . kfilemetadata is part of the KDE frameworks. Package: libkf5filemetadata-dev Description-md5: fb635157731c647d00d7429c47d2d54e Description-en: library for extracting file metadata This library is for extracting file metadata. . kfilemetadata is part of the KDE frameworks. . This package contains the development files. Package: libkf5filemetadata-doc Description-md5: 63ffdd6192ba8352b0d48e81009b86ba Description-en: library for extracting file metadata (documentation) This library is for extracting file metadata. . kfilemetadata is part of the KDE Plasma desktop. . This package contains the qch documentation files. Package: libkf5filemetadata3 Description-md5: df977714bfdc9d8eaa7600e4fa0db79b Description-en: library for extracting file metadata This library is for extracting file metadata. . kfilemetadata is part of the KDE frameworks. Package: libkf5i18n-data Description-md5: 3facc578dabe6e0807233e991089f77d Description-en: Advanced internationalization framework. Ki18n is the KDE internationalization system for user-interface text. It enables localization of user-visible strings, including locale-aware argument substitution and formatting. Ki18n is built atop the widely used Gettext internationalization system, making the workflow familiar to both programmers and translators. It can be considered a Gettext-wrapper for code based on the Qt library, but it also provides additional functionality over basic Gettext. . This package contains the translations. Package: libkf5i18n-dev Description-md5: 134a85795a3777c158dd3833ae2d176c Description-en: Advanced internationalization framework. Ki18n is the KDE internationalization system for user-interface text. It enables localization of user-visible strings, including locale-aware argument substitution and formatting. Ki18n is built atop the widely used Gettext internationalization system, making the workflow familiar to both programmers and translators. It can be considered a Gettext-wrapper for code based on the Qt library, but it also provides additional functionality over basic Gettext. . Contains development files for ki18n. Package: libkf5i18n-doc Description-md5: a6fdfc5e43f51bac77018649b6651162 Description-en: Advanced internationalization framework (documentation) Ki18n is the KDE internationalization system for user-interface text. It enables localization of user-visible strings, including locale-aware argument substitution and formatting. Ki18n is built atop the widely used Gettext internationalization system, making the workflow familiar to both programmers and translators. It can be considered a Gettext-wrapper for code based on the Qt library, but it also provides additional functionality over basic Gettext. . This package contains the qch documentation files. Package: libkf5i18n5 Description-md5: 24b9b4d0ec16dfe32bab581ae3563d4e Description-en: Advanced internationalization framework. Ki18n is the KDE internationalization system for user-interface text. It enables localization of user-visible strings, including locale-aware argument substitution and formatting. Ki18n is built atop the widely used Gettext internationalization system, making the workflow familiar to both programmers and translators. It can be considered a Gettext-wrapper for code based on the Qt library, but it also provides additional functionality over basic Gettext. Package: libkf5i18nlocaledata5 Description-md5: 3190434ab2e6c5beb769199dc074f416 Description-en: Advanced internationalization framework (locale data) Ki18n is the KDE internationalization system for user-interface text. It enables localization of user-visible strings, including locale-aware argument substitution and formatting. Ki18n is built atop the widely used Gettext internationalization system, making the workflow familiar to both programmers and translators. It can be considered a Gettext-wrapper for code based on the Qt library, but it also provides additional functionality over basic Gettext. . Locale data library. Package: libkf5iconthemes-bin Description-md5: 633d7569bc04c776ca6f81d73293f40d Description-en: Support for icon themes Library to use/access icon themes in Qt. These classes are used by the iconloader but can be used by others too. . This package contains runtime binaries. Package: libkf5iconthemes-data Description-md5: 578fa16cac448ea74c812b85c82e8cb2 Description-en: Support for icon themes. Library to use/access icon themes in Qt. These classes are used by the iconloader but can be used by others too. . This package contains the data files. Package: libkf5iconthemes-dev Description-md5: d75917f2e2aded3346075a9fa15ad1a6 Description-en: development files for kiconthemes Library to use/access icon themes in Qt. These classes are used by the iconloader but can be used by others too. . Contains development files for kiconthemes. Package: libkf5iconthemes-doc Description-md5: 765d9e5101beac5fce02e51cff03240e Description-en: Support for icon themes (documentation) Library to use/access icon themes in Qt. These classes are used by the iconloader but can be used by others too. . This package contains the qch documentation files. Package: libkf5iconthemes5 Description-md5: 0a7f4f029208890b3ffce2bbdf472fa2 Description-en: Support for icon themes. Library to use/access icon themes in Qt. These classes are used by the iconloader but can be used by others too. Package: libkf5jsembed-data Description-md5: 2a4d9d199e809c8406656848242239fc Description-en: Embedded JS library for Qt kjsembed allows you to embed JavaScript in your Qt application. . This package contains the translations. Package: libkf5jsembed-dev Description-md5: 3c2add4d43d03bf00a3356e5b1773109 Description-en: Embedded JS library for Qt kjsembed allows you to embed JavaScript in your Qt application. . Contains development files for kjsembed. Package: libkf5jsembed5 Description-md5: f46e5df2683b40ddfedb778a329bd5eb Description-en: Embedded JS library for Qt kjsembed allows you to embed JavaScript in your Qt application. Package: libkf5kcmutils-data Description-md5: 868a91a2bf9a440f58a0d317ff316fff Description-en: Extra APIs to write KConfig modules. KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. . This package contains the data files. Package: libkf5kcmutils-dev Description-md5: e63cc602be0b7df534a77c6409f6d48e Description-en: Extra APIs to write KConfig modules. Some utility classes for KSettings, KCModule and KPlugin. . Contains development files for kcmutils. Package: libkf5kcmutils-doc Description-md5: 4723acd28c089b44836ad48b0a70b64a Description-en: Extra APIs to write KConfig modules (documentation) KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. . This package contains the qch documentation files. Package: libkf5kcmutils5 Description-md5: beb760f96cbb956c4635eb046c78a41e Description-en: Extra APIs to write KConfig modules. KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. Package: libkf5kcmutilscore5 Description-md5: beb760f96cbb956c4635eb046c78a41e Description-en: Extra APIs to write KConfig modules. KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. Package: libkf5kdelibs4support-data Description-md5: b82463b5ccc8233b3fb959bea7468f10 Description-en: Porting aid from KDELibs4. This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. . Code should aim to port away from this framework eventually. The API documentation of the classes in this framework and the notes at should help with this. . This package contains the data files used by kdelibs4support. Package: libkf5kdelibs4support-dev Description-md5: 0b0af36855b0e6d6d9014dbf6d4285a7 Description-en: development files for kde4support This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. . Code should aim to port away from this framework eventually. The API documentation of the classes in this framework and the notes at should help with this. . Note that some of the classes in this framework, especially KStandardDirs, may not work correctly unless any libraries and other software using the KDE4 Support framework are installed to the same location as KDE4Support, although it may be sufficient to set the KDEDIRS environment variable correctly. . Contains development files for kde4support. Package: libkf5kdelibs4support5 Description-md5: 6749bb289feda728ce48c84bcd0637fe Description-en: Porting aid from KDELibs4. This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. . Code should aim to port away from this framework eventually. The API documentation of the classes in this framework and the notes at should help with this. . Note that some of the classes in this framework, especially KStandardDirs, may not work correctly unless any libraries and other software using the KDE4 Support framework are installed to the same location as KDE4Support, although it may be sufficient to set the KDEDIRS environment variable correctly. Package: libkf5kdelibs4support5-bin Description-md5: 2e2b39441a4b51a02434b6d5846eb7fe Description-en: Porting aid from KDELibs4. This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. . Code should aim to port away from this framework eventually. The API documentation of the classes in this framework and the notes at should help with this. . This package contains binaries and plugins from kdelibs4support. Package: libkf5khtml-bin Description-md5: a5f41b96e47e6272b999c873c5a4c4d7 Description-en: HTML widget and component KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support. . This package contains the runtime files. Package: libkf5khtml-data Description-md5: 49a0e48ff5715363ed4bca06937fd7dc Description-en: HTML widget and component KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support. . This package contains the translations and data files. Package: libkf5khtml-dev Description-md5: d17e23387c21d5cdace0adc65c7789c2 Description-en: HTML widget and component KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support. . Contains development files for khtml. Package: libkf5khtml5 Description-md5: f6c8926883b3617cad70be892f812f39 Description-en: HTML widget and component KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support. Package: libkf5kio-dev Description-md5: c0ff6b419f060f50b412bad2833dbd53 Description-en: resource and network access abstraction (development files) KDE Input/Output framework provides a single API for operating on files, whether local or on a remote server. Additionally, KIO Slaves provide support for individual protocols. Some particularly useful ones are http, ftp, sftp, smb, nfs, ssh (fish), man, tar and zip. . This package contains the development files for kio. Package: libkf5kio-doc Description-md5: 9e261e8f33096a98777ebdeba7586a27 Description-en: resource and network access abstraction (documentation) KDE Input/Output framework provides a single API for operating on files, whether local or on a remote server. Additionally, KIO Slaves provide support for individual protocols. Some particularly useful ones are http, ftp, sftp, smb, nfs, ssh (fish), man, tar and zip. . This package contains the QCH documentation files. Package: libkf5kiocore5 Description-md5: 0b5c7433e5c2ea2937fc33f605a13afd Description-en: resource and network access abstraction (KIO core library) KDE Input/Output framework provides a single API for operating on files, whether local or on a remote server. Additionally, KIO Slaves provide support for individual protocols. Some particularly useful ones are http, ftp, sftp, smb, nfs, ssh (fish), man, tar and zip. . This library contains the core classes. Package: libkf5kiofilewidgets5 Description-md5: cb19470acd45ad1a9b71eb10daa72e49 Description-en: resource and network access abstraction (KIO file widgets library) KDE Input/Output framework provides a single API for operating on files, whether local or on a remote server. Additionally, KIO Slaves provide support for individual protocols. Some particularly useful ones are http, ftp, sftp, smb, nfs, ssh (fish), man, tar and zip. . This library contains some file dialog widgets. Package: libkf5kiogui5 Description-md5: 37f2c14c77b851264775ced201d170d7 Description-en: resource and network access abstraction (KIO gui library) KDE Input/Output framework provides a single API for operating on files, whether local or on a remote server. Additionally, KIO Slaves provide support for individual protocols. Some particularly useful ones are http, ftp, sftp, smb, nfs, ssh (fish), man, tar and zip. . This library contains gui related jobs. Package: libkf5kiontlm5 Description-md5: 6899c76173e4750bac94a7990cc07cd8 Description-en: resource and network access abstraction (KIO NTLM library) KDE Input/Output framework provides a single API for operating on files, whether local or on a remote server. Additionally, KIO Slaves provide support for individual protocols. Some particularly useful ones are http, ftp, sftp, smb, nfs, ssh (fish), man, tar and zip. . This library implements the NTLM authentication protocol Package: libkf5kiowidgets5 Description-md5: b90444db59103185b0624869451f2f70 Description-en: resource and network access abstraction (KIO widgets library) KDE Input/Output framework provides a single API for operating on files, whether local or on a remote server. Additionally, KIO Slaves provide support for individual protocols. Some particularly useful ones are http, ftp, sftp, smb, nfs, ssh (fish), man, tar and zip. . This library contains some UI widgets. Package: libkf5kirigami2-5 Description-md5: 995e0ed29bff56aaef04fdc8cd08cb2a Description-en: set of QtQuick components targeted for mobile use Kirigami is a set of QtQuick components at the moment targeted for mobile use (in the future desktop as well) targeting both Plasma Mobile and Android. A set of high level components to make the creation of applications that look and feel great on mobile as well as desktop devices and follow the Kirigami Human Interface Guidelines. The target of these components is anybody that wants to do an application using QtQuick as its main UI, especially if targeting a mobile platform, without adding many dependencies. They work on a variety of platforms, such as Plasma Mobile, Desktop Linux, Android and Windows. . This package contains the library. Package: libkf5kirigami2-doc Description-md5: 7c2cbd84dd9f274d9921373346dad08d Description-en: set of QtQuick components targeted for mobile use (documentation) Kirigami is a set of QtQuick components at the moment targeted for mobile use (in the future desktop as well) targeting both Plasma Mobile and Android. A set of high level components to make the creation of applications that look and feel great on mobile as well as desktop devices and follow the Kirigami Human Interface Guidelines. The target of these components is anybody that wants to do an application using QtQuick as its main UI, especially if targeting a mobile platform, without adding many dependencies. They work on a variety of platforms, such as Plasma Mobile, Desktop Linux, Android and Windows. . This package contains the qch documentation files. Package: libkf5krosscore5 Description-md5: 45d1422145e05056e7823dfa756285cb Description-en: Multi-language application scripting. Modular scripting framework that eases embedding of scripting interpreters like Python, Ruby and JavaScript transparently into native applications to bridge the static and dynamic worlds together. Package: libkf5krossui5 Description-md5: 45d1422145e05056e7823dfa756285cb Description-en: Multi-language application scripting. Modular scripting framework that eases embedding of scripting interpreters like Python, Ruby and JavaScript transparently into native applications to bridge the static and dynamic worlds together. Package: libkf5mediaplayer-data Description-md5: 6bedd6c0c729847332db2d7819488a70 Description-en: Plugin interface for media player features. It provides all of the necessary media player operations, and optionally provides the GUI to control them. . There are two servicetypes for Player: KMediaPlayer/Player and KMediaPlayer/Engine. KMediaPlayer/Player provides a widget (accessible through view as well as XML GUI KActions. KMediaPlayer/Engine omits the user interface facets, for those who wish to provide their own interface. . This package contains the data files. Package: libkf5mediaplayer-dev Description-md5: 433097959c1c7ed265ef1462b6daa953 Description-en: Plugin interface for media player features. It provides all of the necessary media player operations, and optionally provides the GUI to control them. through view as well as XML GUI KActions. KMediaPlayer/Engine omits the user interface facets, for those who wish to provide their own interface. . Contains development files for kmediaplayer. Package: libkf5mediaplayer5 Description-md5: 2fbb58a0586e7116940ac56b5a1fb1fa Description-en: Plugin interface for media player features. It provides all of the necessary media player operations, and optionally provides the GUI to control them. . There are two servicetypes for Player: KMediaPlayer/Player and KMediaPlayer/Engine. KMediaPlayer/Player provides a widget (accessible through view as well as XML GUI KActions. KMediaPlayer/Engine omits the user interface facets, for those who wish to provide their own interface. Package: libkf5newstuff-data Description-md5: 949ba4f6bfaf7622f217987f82d6a09b Description-en: Support for downloading application assets from the network. Framework for downloading and sharing additional application data. . This package contains the data files. Package: libkf5newstuff-dev Description-md5: d71c73efd748bccb02b2d75b83939fc3 Description-en: development files for knewstuff Framework for downloading and sharing additional application data. . Contains development files for knewstuff. Package: libkf5newstuff-doc Description-md5: 5ebb0bac460ae327046070ba848bd3ee Description-en: Support for downloading application assets from the network (documentation) Framework for downloading and sharing additional application data. . This package contains the qch documentation files. Package: libkf5newstuff5 Description-md5: f233c290362ded2b078e93652d7727ec Description-en: Support for downloading application assets from the network. Framework for downloading and sharing additional application data. Package: libkf5newstuffcore5 Description-md5: d4a7a11ee5799e66a39e4624b9e55eb0 Description-en: Support for downloading application assets from the network. Framework for idownloading and sharing additional application data. Package: libkf5newstuffwidgets5 Description-md5: d4a7a11ee5799e66a39e4624b9e55eb0 Description-en: Support for downloading application assets from the network. Framework for idownloading and sharing additional application data. Package: libkf5notifyconfig-data Description-md5: ce9b4566126340be32beaa9d80dbe54e Description-en: Configuration system for KNotify. This framework offers classes to represent the configuration for an event. . This package contains the data files. Package: libkf5notifyconfig-dev Description-md5: 9c2ccdc92d13d02878217b97b8e66e45 Description-en: development files for knotifyconfig This framework offers classes to represent the configuration for an event. . Contains development files for knotifyconfig. Package: libkf5notifyconfig-doc Description-md5: da941a2e2021acfce1d31ee13ef307fe Description-en: Configuration system for KNotify (documentation) This framework offers classes to represent the configuration for an event. . This package contains the qch documentation files. Package: libkf5notifyconfig5 Description-md5: 37b08321bea143404321564454f6fb85 Description-en: Configuration system for KNotify. This framework offers classes to represent the configuration for an event. Package: libkf5package-data Description-md5: 4883682ff8de8576c708a325476a7883 Description-en: non-binary asset management framework KPackage provides classes for applications to manage user installable packages of non-binary assets. . This package contains the translations. Package: libkf5package-dev Description-md5: 7af936f57f65556e8d58253e7b2bc3c5 Description-en: development files for kpackage KPackage provides classes for applications to manage user installable packages of non-binary assets. . This package is part of KDE Frameworks 5. . This package contains the development files. Package: libkf5package-doc Description-md5: 4e3764607f1df6fa73a5da8c62c1f37c Description-en: non-binary asset management framework (documentation) KPackage provides classes for applications to manage user installable packages of non-binary assets. . This package contains the qch documentation files. Package: libkf5package5 Description-md5: b7efa0eeea2c63d86118031ee091a8e4 Description-en: non-binary asset management framework KPackage provides classes for applications to manage user installable packages of non-binary assets. . This package is part of KDE Frameworks 5. Package: libkf5parts-data Description-md5: 87b99fcf2b45c95b093540f427048ecd Description-en: Document centric plugin system. Framework providing elaborate user-interface components. . This package contains the data files. Package: libkf5parts-dev Description-md5: 72b19eed691f7c03de68a2e00fb0ef2c Description-en: development files for kparts Framework providing elaborate user-interface components. . Contains development files for kparts. Package: libkf5parts-doc Description-md5: 55bb8ebd177010359b9741208df2bcb2 Description-en: Document centric plugin system (documentation) Framework providing elaborate user-interface components. . This package contains the qch documentation files. Package: libkf5parts-plugins Description-md5: 80089dbc4845a1b31d767b8f50225431 Description-en: Document centric plugin system. Framework providing elaborate user-interface components. . This package contains the runtime files. Package: libkf5parts5 Description-md5: f80d0f85e9a8413d0229805e63718028 Description-en: Document centric plugin system. Framework providing elaborate user-interface components. Package: libkf5people-data Description-md5: 8f8797fcf04df069d5157619694b4c9d Description-en: data files for kpeople KPeople offers unified access to contacts from different sources, grouping them by person while still exposing all the data. . Furthermore, KPeople will also provide facilities to integrate the data provided in user interfaces by providing QML and Qt Widgets components. . This package is part of KDE Frameworks 5. . This package contains the data files. Package: libkf5people-dev Description-md5: 6b928a03f1b935cedcd08ca7a07df1a7 Description-en: development files for kpeople KPeople offers unified access to contacts from different sources, grouping them by person while still exposing all the data. . Furthermore, KPeople will also provide facilities to integrate the data provided in user interfaces by providing QML and Qt Widgets components. . This package is part of KDE Frameworks 5. . This package contains the development files. Package: libkf5people-doc Description-md5: b3c2de54b4b92ce97e772e07257275d1 Description-en: framework providing unified access to contacts aggregated by person (documentation) KPeople offers unified access to contacts from different sources, grouping them by person while still exposing all the data. . Furthermore, KPeople will also provide facilities to integrate the data provided in user interfaces by providing QML and Qt Widgets components. . This package is part of KDE Frameworks 5. . This package contains the qch documentation files. Package: libkf5people5 Description-md5: b4f398ec0fe318c87490b659b51d4e6d Description-en: framework providing unified access to contacts aggregated by person KPeople offers unified access to contacts from different sources, grouping them by person while still exposing all the data. . Furthermore, KPeople will also provide facilities to integrate the data provided in user interfaces by providing QML and Qt Widgets components. . This package is part of KDE Frameworks 5. Package: libkf5peoplebackend5 Description-md5: b4f398ec0fe318c87490b659b51d4e6d Description-en: framework providing unified access to contacts aggregated by person KPeople offers unified access to contacts from different sources, grouping them by person while still exposing all the data. . Furthermore, KPeople will also provide facilities to integrate the data provided in user interfaces by providing QML and Qt Widgets components. . This package is part of KDE Frameworks 5. Package: libkf5peoplewidgets5 Description-md5: b4f398ec0fe318c87490b659b51d4e6d Description-en: framework providing unified access to contacts aggregated by person KPeople offers unified access to contacts from different sources, grouping them by person while still exposing all the data. . Furthermore, KPeople will also provide facilities to integrate the data provided in user interfaces by providing QML and Qt Widgets components. . This package is part of KDE Frameworks 5. Package: libkf5plasma-dev Description-md5: 29fd3d1c0651724cd8c166ec4230117e Description-en: development files for plasma-framework Plasma library and runtime components based upon KF5 and Qt 5. . Contains development files for plasma-framework. Package: libkf5plasma-doc Description-md5: b076c89fec14a44577c97e68c3791806 Description-en: Plasma Runtime components (documentation) Plasma library and runtime components based upon KF5 and Qt5. . This package contains the qch documentation files. Package: libkf5plasma5 Description-md5: 6ed090aab2141b4f1b7be0e62e5197c9 Description-en: Plasma Runtime components Plasma library and runtime components based upon KF5 and Qt5. Package: libkf5plasmaquick5 Description-md5: 61b16c772c8c28d3a2ba98cff548c7bd Description-en: Plasma Runtime components Plasma library and runtime components based upon KF5 and Qt 5. Package: libkf5pty-data Description-md5: 664d58e721f179c0f036ddfe9acfa5e7 Description-en: Pty abstraction. Provides primitives for opening & closing a pseudo TTY pair, assigning the controlling TTY, utmp registration and setting various terminal attributes. . This package contains the translations Package: libkf5pty-dev Description-md5: 5f2bf0e942f1a3b94b46ebad8f9244fb Description-en: development files for kpty Provides primitives for opening & closing a pseudo TTY pair, assigning the controlling TTY, utmp registration and setting various terminal attributes. . Contains development files for kpty. Package: libkf5pty-doc Description-md5: b25092b0e1f9984f8a44ba34dde31b3d Description-en: Pty abstraction (documentation) Provides primitives for opening & closing a pseudo TTY pair, assigning the controlling TTY, utmp registration and setting various terminal attributes. . This package contains the qch documentation files. Package: libkf5pty5 Description-md5: 672c05cd8da4fad1941274b10a599765 Description-en: Pty abstraction. Provides primitives for opening & closing a pseudo TTY pair, assigning the controlling TTY, utmp registration and setting various terminal attributes. Package: libkf5purpose-bin Description-md5: d78d56e9b8081628fe8656da74f7326a Description-en: abstraction to provide and leverage actions of a specific kind, runtime Purpose offers the possibility to create integrate services and actions on any application without having to implement them specifically. Purpose will offer them mechanisms to list the different alternatives to execute given the requested action type and will facilitate components so that all the plugins can receive all the information they need. . This package contains the Purpose runtime elements. Package: libkf5purpose-dev Description-md5: 80d3b3311ab75f35cad71fd36195eed2 Description-en: abstraction to provide and leverage actions of a specific kind, devel files Purpose offers the possibility to create integrate services and actions on any application without having to implement them specifically. Purpose will offer them mechanisms to list the different alternatives to execute given the requested action type and will facilitate components so that all the plugins can receive all the information they need. . This package contains the Purpose development files. Package: libkf5purpose5 Description-md5: 21642fd06574aba4346355ea4830126d Description-en: library for abstractions to get the developer's purposes fulfilled Framework for providing abstractions to get the developer's purposes fulfilled. . This package contains the Purpose library. Package: libkf5qqc2desktopstyle-dev Description-md5: 5d76badf23f9f9f12c6e47b7a8b73ac9 Description-en: Qt Quick Controls 2: Desktop Style Small style written in QML for QtQuickControls2 intended to be used by default in QQC2-based apps when used in the Plasma desktop . This package contains the development files. Package: libkf5quickaddons5 Description-md5: d704258b27f3de3e07d4842dc3a6bd80 Description-en: provides integration of QML and KDE frameworks -- quickaddons Framework providing optimized image texture caching. Package: libkf5runner-dev Description-md5: 44a53d2e0feb02ee69a4c1e96da5d2d4 Description-en: development files for krunner An assortment of text-related widgets. . Contains development files for krunner. Package: libkf5runner-doc Description-md5: a0fde9a002b1efa7594c254894b9cb63 Description-en: Used to write plugins loaded at runtime called "Runners" (documentation) Launcher built into the Plasma desktop. While its basic function is to launch programs from a sort of mini-command-line, its functionality can be extended by "runners" to assist the user to accomplish a lot of tasks. . This package contains the qch documentation files. Package: libkf5runner5 Description-md5: b17102c9303e509e472a635118a4fe2a Description-en: Used to write plugins loaded at runtime called "Runners". Launcher built into the Plasma desktop. While its basic function is to launch programs from a sort of mini-command-line, its functionality can be extended by "runners" to assist the user to accomplish a lot of tasks. Package: libkf5service-bin Description-md5: e83d65549ba4be8f2266c233b0cd1b1a Description-en: Advanced plugin and service introspection Application framework for file type association and plugin locating. . This package contains kbuildsycoca5. Package: libkf5service-data Description-md5: 3c7247746f65de49c2be8a743377a582 Description-en: Advanced plugin and service introspection Application framework for file type association and plugin locating. . This package contains shared data files. Package: libkf5service-dev Description-md5: 7b3a378f2958de5f74a482882ce83c7b Description-en: development files for kservice Application framework for file type association and plugin locating. . Contains development files for kservice. Package: libkf5service-doc Description-md5: 361cbd753439a80490b43f39575e1eae Description-en: Advanced plugin and service introspection (documentation) Application framework for file type association and plugin locating. . This package contains the qch documentation files. Package: libkf5service5 Description-md5: f6acc5bd66bc76fbc063ab05b21890a4 Description-en: Advanced plugin and service introspection Application framework for file type association and plugin locating. Package: libkf5style-dev Description-md5: f3bbaacf1ceb1a2c63c81d66f4a17ec4 Description-en: KF5 cross-framework integration plugins - KStyle Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace. . libkf5style5 provides integration with KDE Plasma Workspace settings for Qt styles. . Derive your Qt style from KStyle to automatically inherit various settings from the KDE Plasma Workspace, providing a consistent user experience. For example, this will ensure a consistent single-click or double-click activation setting, and the use of standard themed icons. . This package provides the development files. Package: libkf5style5 Description-md5: a6d85571baf02c89450cbe8305a7918d Description-en: KF5 cross-framework integration plugins - KStyle Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace. . libkf5style5 provides integration with KDE Plasma Workspace settings for Qt styles. . Derive your Qt style from KStyle to automatically inherit various settings from the KDE Plasma Workspace, providing a consistent user experience. For example, this will ensure a consistent single-click or double-click activation setting, and the use of standard themed icons. Package: libkf5su-bin Description-md5: 779f6ebc52a07c1c2cb721be7420f8c1 Description-en: runtime files for kdesu Framework to handle super user actions. . Contains runtime files for kdesu. Package: libkf5su-data Description-md5: 67ea03028c1dec5b19b2cdacccfbe3e3 Description-en: translation files for kdesu Framework to handle super user actions . Contains translation files for kdesu. Package: libkf5su-dev Description-md5: 1acfba2aba862474868e8ad8ccf13aca Description-en: development files for kdesu Framework to handle super user actions. . Contains development files for kdesu. Package: libkf5su-doc Description-md5: 57eb646ef35bbe0ce3a96cc54defaa98 Description-en: runtime files for kdesu (documentation) Framework to handle super user actions. . This package contains the qch documentation files. Package: libkf5su5 Description-md5: 027db229a36a68332af7907190a3ede1 Description-en: Integration with su for elevated privileges. Framework to handle super user actions Package: libkf5texteditor-bin Description-md5: 3c71419ce571ea0aca410a2d43428341 Description-en: provide advanced plain text editing services (binaries) The KTextEditor interfaces - also called KTE interfaces - are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). . This package contains the helper binaries. Package: libkf5texteditor-dev Description-md5: ce0e5cfb5dfc134e3223628857f598e3 Description-en: provide advanced plain text editing services The KTextEditor interfaces - also called KTE interfaces - are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). . Contains development files for ktexteditor. Package: libkf5texteditor-doc Description-md5: 900263b4396df1943fb5a992978be638 Description-en: provide advanced plain text editing services (documentation) The KTextEditor interfaces - also called KTE interfaces - are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). . This package contains the qch documentation files. Package: libkf5texteditor5 Description-md5: 24d2171af300f8675b8e92818e4e7601 Description-en: provide advanced plain text editing services The KTextEditor interfaces - also called KTE interfaces - are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). Package: libkf5textwidgets-data Description-md5: a9c93371935fce881967883fe5d8f7ad Description-en: Advanced text editing widgets. An assortment of text-related widgets . This package contains the data files. Package: libkf5textwidgets-dev Description-md5: e3c988d6868e7174d6c9e42dd2cf3bb1 Description-en: development files for ktextwidgets An assortment of text-related widgets. . Contains development files for ktextwidgets. Package: libkf5textwidgets-doc Description-md5: 339ae95e34975ed1cfef54ad90ced63d Description-en: Advanced text editing widgets (documentation) An assortment of text-related widgets . This package contains the qch documentation files. Package: libkf5textwidgets5 Description-md5: fb00393ff7c588cf2f7325310b0f3aea Description-en: Advanced text editing widgets. An assortment of text-related widgets Package: libkf5unitconversion-data Description-md5: 4341f45467ec4ba2be7510e9b3b9b9b6 Description-en: Support for unit conversion. Library to help applications in doing conversions of values in different measure units. . This package contains the translations. Package: libkf5unitconversion-dev Description-md5: 7c9a9a5f505cb92d2902b53d4588f497 Description-en: development files for kunitconversion Library to help applications in doing conversions of values in different measure units. . Contains development files for kunitconversion. Package: libkf5unitconversion-doc Description-md5: 5933f95ca3d20f05b6cbf12280ff012a Description-en: Support for unit conversion (documentation) Library to help applications in doing conversions of values in different measure units. . This package contains the qch documentation files. Package: libkf5unitconversion5 Description-md5: 2a44e6d0e83eaecb109df8c8612e29f3 Description-en: Support for unit conversion. Library to help applications in doing conversions of values in different measure units. Package: libkf5wallet-bin Description-md5: 1b1f6356db34df29fb9474996536b160 Description-en: Secure and unified container for user passwords. Runtime for interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. . Contains the runtime files for kwallet-framework Package: libkf5wallet-data Description-md5: d55753f3506a596caff0e6a02514cb94 Description-en: Secure and unified container for user passwords. Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. . Contains the translation files for kwallet-framework Package: libkf5wallet-dev Description-md5: f14fa59dc5cd9a4d252ea19b006e0a24 Description-en: development files for kwallet-framework Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. . Contains development files for kwallet-framework. Package: libkf5wallet-doc Description-md5: cabf293d3eb79cdf96ca51419d2e1e3b Description-en: Secure and unified container for user passwords. Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. . This package contains the qch documentation files. Package: libkf5wallet5 Description-md5: 4b8a59e49c160aad863444c9dcb72b93 Description-en: Secure and unified container for user passwords. Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. Package: libkf5wayland-dev Description-md5: 5403bb8fd5aaf91cd4ffdf3a0b63220e Description-en: development files for kwayland KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries. . Contains development files for kwayland. Package: libkf5wayland-doc Description-md5: 8581a01fbbd2adc23a812ab30f492918 Description-en: Qt library wrapper for Wayland libraries (documentation) KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries. . This package contains the qch documentation files. Package: libkf5waylandclient5 Description-md5: bee918373877d21733cbf5894eb67d58 Description-en: Qt library wrapper for Wayland libraries KWayland provides a Qt-style Client library wrapper for the Wayland libraries. Package: libkf5waylandserver5 Description-md5: 1631f91b2439e6f5f17f90760f7f5105 Description-en: Qt library wrapper for Wayland libraries KWayland provides a Qt-style Server library wrapper for the Wayland libraries. Package: libkf5webkit-dev Description-md5: 27ece3957de0d94c218c12586a8b0192 Description-en: development files for kdewebkit The kdewebkit library sits on top of QtWebKit, providing KDE integration for icons, shortcuts, network operation (KIO), cookie management using (KCookieJar) and component embedding (KParts). . Contains development files for kdewebkit. Package: libkf5webkit5 Description-md5: ae361f75e802e9ce4e9fbc66176ed8df Description-en: KDE Integration for QtWebKit. The kdewebkit library sits on top of QtWebKit, providing KDE integration for icons, shortcuts, network operation (KIO), cookie management using (KCookieJar) and component embedding (KParts). Package: libkf5xmlgui-bin Description-md5: e3c98746a983b523c22e4615e7ee9e64 Description-en: User configurable main windows. framework for designing the user interface of an application using XML, using the idea of actions. . This package contains the runtime files. Package: libkf5xmlgui-data Description-md5: a417ed819fd0db2c25d7a63fa58bae62 Description-en: User configurable main windows. framework for designing the user interface of an application using XML, using the idea of actions. . This package contains the data files. Package: libkf5xmlgui-dev Description-md5: 42e64d583d2b1dc4cc368b83ff56086c Description-en: User configurable main windows. framework for designing the user interface of an application using XML, using the idea of actions. . Contains development files for kxmlgui. Package: libkf5xmlgui-doc Description-md5: eef6856bfb51ab08183a02a4127ab099 Description-en: User configurable main windows (documentation) framework for designing the user interface of an application using XML, using the idea of actions. . This package contains the qch documentation files. Package: libkf5xmlgui5 Description-md5: 693fc3c34b3a64ddefb47f07b5d7b364 Description-en: User configurable main windows. framework for designing the user interface of an application using XML, using the idea of actions. Package: libkf5xmlrpcclient-data Description-md5: bb46e035f85f4363c3ae24f28a0d5419 Description-en: data files for kxmlrpcclient XML RPC client library. . This package is part of KDE Frameworks 5. . This package contains the data files. Package: libkf5xmlrpcclient-dev Description-md5: 1ebe29dd9650c80ce8d11480bb93235a Description-en: development files for kxmlrpcclient XML RPC client library. . This package is part of KDE Frameworks 5. . This package contains the development files. Package: libkf5xmlrpcclient-doc Description-md5: 71ef4b7ee645e8588857256d3cc4663a Description-en: framework providing an xml rpc client library (documentation) XML RPC client library. . This package is part of KDE Frameworks 5. . This package contains the qch documentation files. Package: libkf5xmlrpcclient5 Description-md5: 94866b8423925a41adb301c9d7be8d3f Description-en: framework providing an xml rpc client library XML RPC client library. . This package is part of KDE Frameworks 5. Package: libkfontinst5 Description-md5: 66b4ec4c7e71a8a971b4c2d1d8842f83 Description-en: Tools and widgets for the desktop library Plasma Desktop offers a beautiful looking desktop that takes complete advantage of modern computing technology. Through the use of visual effects and scalable graphics, the desktop experience is not only smooth but also pleasant to the eye. The looks of Plasma Desktop not only provide beauty, they are also used to support and improve your computer activities effectively, without being distracting. . This package is part of the KDE Plasma. Package: libkfontinstui5 Description-md5: 66b4ec4c7e71a8a971b4c2d1d8842f83 Description-en: Tools and widgets for the desktop library Plasma Desktop offers a beautiful looking desktop that takes complete advantage of modern computing technology. Through the use of visual effects and scalable graphics, the desktop experience is not only smooth but also pleasant to the eye. The looks of Plasma Desktop not only provide beauty, they are also used to support and improve your computer activities effectively, without being distracting. . This package is part of the KDE Plasma. Package: libkmer-dev Description-md5: 075a6478a30ac00e1b458e8410f3c0e3 Description-en: suite of tools for DNA sequence analysis (development lib) The kmer package is a suite of tools for DNA sequence analysis. It provides tools for searching (ESTs, mRNAs, sequencing reads); aligning (ESTs, mRNAs, whole genomes); and a variety of analyses based on kmers. . This package contains headers and static libraries for kmer. Package: libkopeninghours-dev Description-md5: 3aa36412b696f4bcbc0edf67bddd653b Description-en: OSM opening hours expressions library (development files) A library for parsing and evaluating OSM opening hours expressions. . OSM opening hours expressions are used to describe when a feature is open/available or closed. This format is not only used in OpenStreetMap itself, but in various other data sources or APIs needing such a description as well. . This package contains the development files. Package: libkopeninghours1 Description-md5: 6496855967dc926ebd3446ff92e10f70 Description-en: OSM opening hours expressions library A library for parsing and evaluating OSM opening hours expressions. . OSM opening hours expressions are used to describe when a feature is open/available or closed. This format is not only used in OpenStreetMap itself, but in various other data sources or APIs needing such a description as well. Package: libkpim5itinerary5 Description-md5: a467a95d3b36d239a58d3500e77e13b2 Description-en: library for Travel Reservation information This library provides an API for Data Model and Extraction System for Travel Reservation information. Package: libkpimitinerary-data Description-md5: bed7db327055fd249cc28e8b91fd73de Description-en: library for Travel Reservation information - arch independent data This library provides an API for Data Model and Extraction System for Travel Reservation information. . This package contains the arch independent data for KPimItinerary. Package: libkpimitinerary-dev Description-md5: 0ab6887b9204b218de8c4e0d7a22652a Description-en: library for Travel Reservation information - development files This library provides an API for Data Model and Extraction System for Travel Reservation information. . This package contains the development files. Package: libkwalletbackend5-5 Description-md5: 9fd2a5b11c5232f8efbecc5d165893c3 Description-en: Secure and unified container for user passwords. Backend to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. Package: libkwineffects14 Description-md5: 369c6490ef9bdfbd7a1b365d7c9e10e4 Description-en: KDE window manager effects library KWin (pronounced as one syllable "kwin") is the window manager for the KDE Plasma Desktop. It gives you complete control over your windows, making sure they're not in the way but aid you in your task. It paints the window decoration, the bar on top of every window with (configurable) buttons like close, maximize and minimize. It also handles placing of windows and switching between them. . This package is part of the KDE base workspace module. Package: libkwinglutils14 Description-md5: 9818b64a308a0d4530a66e11e0a4ae0d Description-en: KDE window manager gl utils library KWin (pronounced as one syllable "kwin") is the window manager for the KDE Plasma Desktop. It gives you complete control over your windows, making sure they're not in the way but aid you in your task. It paints the window decoration, the bar on top of every window with (configurable) buttons like close, maximize and minimize. It also handles placing of windows and switching between them. . This package is part of the KDE base workspace module. Package: libkworkspace5-5 Description-md5: 2b66bc842f9506411a5abae88d53e05e Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Kworkspace library. . This package contains library files. Package: liblab-gamut1 Description-md5: ba6687efc06a343069b17ecad0fea692 Description-en: rich set of graph drawing tools - liblab_gamut library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the liblab_gamut library. Package: liblablgtk3-ocaml Description-md5: 5a79af53a9cbe4532d105ee328f16f4a Description-en: OCaml bindings to Gtk+ version 3 (runtime) This is the OCaml binding for GTK+ version 3. GTK stands for the GIMP Toolkit, a multi-platform toolkit for creating graphical user interfaces. . This package includes only the dynamic libraries needed for running dynamic bytecode executables. Package: liblablgtk3-ocaml-dev Description-md5: 328a146f37372c00375256e7c59bb64d Description-en: OCaml bindings to Gtk+ version 3 (development files) This is the OCaml binding for GTK+ version 3. GTK stands for the GIMP Toolkit, a multi-platform toolkit for creating graphical user interfaces. . This package contains the development files of lablgtk. Package: liblablgtk3-ocaml-doc Description-md5: ea718922e8147221ecfb481ca64e1e49 Description-en: OCaml bindings to Gtk+ version 3 (documentation) This is the OCaml binding for GTK+ version 3. GTK stands for the GIMP Toolkit, a multi-platform toolkit for creating graphical user interfaces. . This package contains the API reference of all libraries provided by LablGTK3, and the collection of examples. Package: liblablgtksourceview3-ocaml Description-md5: 3f200ba3fc23f283d5d83cc4060e3182 Description-en: OCaml bindings for libgtksourceview3 (runtime) This is the OCaml binding for the GtkSourceView3 widget, a text widget that extends the standard GTK+ 3.x text widget with syntax highlighting and other features typical of a source editor. . This package contains the shared runtime stub libraries. Package: liblablgtksourceview3-ocaml-dev Description-md5: cee8e3313853ee2a9118621331f7805f Description-en: OCaml bindings for libgtksourceview3 (development files) This is the OCaml binding for the GtkSourceView3 widget, a text widget that extends the standard GTK+ 3.x text widget with syntax highlighting and other features typical of a source editor. . This package contains the development files of the lablgtksourceview3 package. Package: liblablgtkspell3-ocaml Description-md5: 9e16d2aba4e70d47bd0369cfcf4622f7 Description-en: OCaml bindings for libgtkspell3 (runtime) This is the OCaml binding for the GtkSpell library which provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget. . This package contains the shared runtime stub libraries. Package: liblablgtkspell3-ocaml-dev Description-md5: a708753914518fed8bf546b15b71dd08 Description-en: OCaml bindings for libgtkspell3 (development files) This is the OCaml binding for the GtkSpell library which provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget. . This package contains the development files of the lablgtkspell3 package. Package: liblambda-term-ocaml Description-md5: 51f23fa9648b186666da2ed5899e97ab Description-en: terminal manipulation library for OCaml (runtime) Lambda-term is a cross-platform library for manipulating the terminal. It provides abstraction for keys, mouse events, colors, as well as a set of widgets to write curses-oriented applications. . This package contains the runtime libraries for programs using lambda-term. Package: liblambda-term-ocaml-dev Description-md5: 264bd185c54b0b39e665d1717257a7e0 Description-en: terminal manipulation library for OCaml (development tools) Lambda-term is a cross-platform library for manipulating the terminal. It provides abstraction for keys, mouse events, colors, as well as a set of widgets to write curses-oriented applications. . This package contains the development stuff needed to use the lambda-term library in your programs. Package: liblayershellqtinterface-dev Description-md5: bb3e33cfa62482008540b5073b2a6a45 Description-en: use the Wayland wl-layer-shell protocol - development files Qt component to allow applications to make use of the Wayland wl-layer-shell protocol. . This package includes the development files. Package: liblayershellqtinterface5 Description-md5: 6638d50a465e2e7a05fde00aeb52b106 Description-en: use the Wayland wl-layer-shell protocol - run-time library Qt component to allow applications to make use of the Wayland wl-layer-shell protocol. . This package includes the library. Package: libldns-dev Description-md5: 083ea4a865b476e84786300526909749 Description-en: ldns library for DNS programming - development files The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. . This package contains development libraries and headers. Package: libldns3 Description-md5: 3da740c827b863503b94731195876d8d Description-en: ldns library for DNS programming - shared library The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. . This package contains shared libraries. 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: liblgpio-dev Description-md5: a93b3ccb26285c60493f029c0f6c8633 Description-en: Control GPIO pins via gpiochip devices - static libraries and headers The lgpio library is a fully featured library for controlling the GPIO pins of the local board. It includes facilities for software PWM, callbacks on level change, I2C, SPI, and UART wrappers. . This package contains the header files needed to use lgpio from C applications. Package: liblgpio1 Description-md5: 774313f6ffbb3d1892ceb027652b98f8 Description-en: Control GPIO pins via gpiochip devices - shared libraries The lgpio library is a fully featured library for controlling the GPIO pins of the local board. It includes facilities for software PWM, callbacks on level change, I2C, SPI, and UART wrappers. . This package contains the lgpio library itself. Package: liblink-grammar-dev Description-md5: 023e81a4e6d9d8f23955eda45864e7b2 Description-en: Carnegie Mellon University's link grammar parser (development headers) In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar. . link-grammar can be used for linguistic parsing for information retrieval or extraction from natural language documents. It can also be used as a grammar checker. . This package contains the header files and static libraries Package: liblink-grammar-java Description-md5: 475a227d03017085f3efa2946401d4e7 Description-en: Carnegie Mellon University's link grammar parser (JNI library) In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar. . link-grammar can be used for linguistic parsing for information retrieval or extraction from natural language documents. It can also be used as a grammar checker. . This package contains a Java JNI library for using link-grammar from your java applications. Package: liblink-grammar5 Description-md5: a11da3adcce316ad119e709647d6e2de Description-en: Carnegie Mellon University's link grammar parser (libraries) In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar. . link-grammar can be used for linguistic parsing for information retrieval or extraction from natural language documents. It can also be used as a grammar checker. . This package contains the shared library. Package: liblld-19 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-19-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblldb-19 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-19-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: libllhttp-dev Description-md5: 9142f9fbff2776f24a85dd6b66893d38 Description-en: HTTP messages parser library dev files libllhttp development files Package: libllhttp9.1 Description-md5: 730028e6ed7a9c4003476122f011360a Description-en: HTTP messages parser library libllhttp provides the Node.js library used to parse HTTP messages. Package: libllvm-19-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: libllvm19 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: liblnk-dev Description-md5: 8c527fa4d1a1bbff76a459631e62f3bb Description-en: Windows Shortcut File format access library -- development files liblnk is a library to access the Windows Shortcut File (LNK) format. . This package includes the development support files. Package: liblnk-utils Description-md5: a606a52dd4d1d78f88f780a92454d505 Description-en: Windows Shortcut File format access library -- Utilities liblnk is a library to access the Windows Shortcut File (LNK) format. . This package contains lnkinfo, a tool to determine information about a Windows Shortcut File. Package: liblnk1 Description-md5: 85314865eac7cf483d7c93b144d957c3 Description-en: Windows Shortcut File format access library liblnk is a library to access the Windows Shortcut File (LNK) format. . This package contains the shared 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: liblomiri-action-qt1 Description-md5: d3a14e08444486e50bfe03b77ee02081 Description-en: Lomiri Action Qt API Lomiri Common Action API. Allow applications to export actions in various forms to the Lomiri Shell. . This package provides the Qt library of the API. Package: liblomiri-action-qt1-dev Description-md5: 18daedef538f44cb6ada2d2050ceae8b Description-en: Lomiri Action Qt API - development files Lomiri Common Action API. Allow applications to export actions in various forms to the Lomiri Shell. . This package contains development files to develop against the library. Package: liblomiri-private0 Description-md5: f062670035d03ae5eaf24a30c663dca4 Description-en: Lomiri Operating Environment's Shell (private libs) Lomiri is an operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package contains the private libraries for QML and other components only used by the Lomiri Shell. Package: liblomirigestures-dev Description-md5: a4a198454f95c120811d4f6faa844fb2 Description-en: Lomiri gestures library development files Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the development files for Lomiri gestures library with SwipeArea Package: liblomirigestures5 Description-md5: e39ed9c96efcdbfcff22f82a2a1f9716 Description-en: Lomiri gestures library for Lomiri UI Toolkit Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . Library supporting Gesture recognition for Lomiri UI Toolkit Classes for SwipeArea, and for Lomiri Gestures in general. Package: liblomirigestures5-private-dev Description-md5: 52e8cd53ca91e4a8854664d5b69b3878 Description-en: Lomiri gestures library private development files Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the private development files for Lomiri gestures library with SwipeArea Package: liblomirimetrics-dev Description-md5: 01cfc5b5ad49886a350873be64cc0762 Description-en: Lomiri metrics library development files Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the development files for the Lomiri metrics library Package: liblomirimetrics5 Description-md5: 736e230dc48f80427a2214ea09509902 Description-en: Lomiri metrics library for Lomiri UI Toolkit Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . Library for monitoring QtQuick 2 applications Package: liblomirimetrics5-private-dev Description-md5: 2e26712656c2206ec0b9aad0f4f9fc3a Description-en: Lomiri metrics library private development files Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the private development files for the Lomiri metrics library Package: liblomiritoolkit-dev Description-md5: 8531f13b7ec370b748bd5c84f15581d5 Description-en: Lomiri toolkit common library development files Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the development files for Lomiri toolkit common library Package: liblomiritoolkit5 Description-md5: a39d83bf5c79c2aab16374b543e537ae Description-en: Lomiri toolkit common library for Lomiri UI Toolkit Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . Contains components and helper classes that are shared between the Lomiri QML plugins Package: liblomiritoolkit5-private-dev Description-md5: 778a690977315c76257593a7c6803da5 Description-en: Lomiri toolkit common library private development files Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the private development files for Lomiri toolkit common library Package: liblttoolbox3 Description-md5: 3dd75916523be5d1f6e1f1a24c225e72 Description-en: Shared library for lttoolbox The lttoolbox contains the augmented letter transducer tools for natural language processing used by Apertium, a platform for building rule-based and hybrid machine translation systems. The software is also useful for making morphological analysers and generators for natural language processing applications. . This package provides shared library for lttoolbox. Package: libluksde-dev Description-md5: bf6d34e235ccfa3b1b20d823ad0109dd Description-en: library to access LUKS Disk Encryption volumes -- development files libluksde is a library to access LUKS Disk Encryption volumes. . This package includes the development support files. Package: libluksde-utils Description-md5: 3138e0f4ca04b6b171299f0152206f6c Description-en: library to access LUKS Disk Encryption volumes -- Utilities libluksde is a library to access LUKS Disk Encryption volumes. . This package contains tools to access data ... Package: libluksde1 Description-md5: 7761ec54caa764feb8741d2932656b9c Description-en: library to access LUKS Disk Encryption volumes libluksde is a library to access LUKS Disk Encryption volumes. . This package contains the shared library. Package: liblwt-log-ocaml Description-md5: bd007b69ca5fd9052a018c510d5256c9 Description-en: optimised functions to read and write int16/32/64 (runtime) Lwt_log is a Lwt-friendly logging library. The library is split into two ocamlfind packages. The "basic" lwt_log includes Unix log destination support, such as files and syslog, and Lwt_daemon. lwt_log.core is the pure-OCaml part of lwt_log, suitable for targeting JavaScript in the browser, or elsewhere where Unix is not available. . This package contains the runtime files. Package: liblwt-log-ocaml-dev Description-md5: 319ff0c1a2833f92ed6387c90bb61690 Description-en: Lwt-friendly logging library (development) Lwt_log is a Lwt-friendly logging library. The library is split into two ocamlfind packages. The "basic" lwt_log includes Unix log destination support, such as files and syslog, and Lwt_daemon. lwt_log.core is the pure-OCaml part of lwt_log, suitable for targeting JavaScript in the browser, or elsewhere where Unix is not available. . This package contains the development files. Package: liblwt-ocaml Description-md5: 9a92aa1fd4c0739e2b6697cf09b27b72 Description-en: cooperative light-weight thread library for OCaml (runtime) Lwt is a library for cooperative threads implemented in a monadic style. Unlike preemptive threads, cooperative threads do not use a scheduler to distribute processor time between threads. Instead, each thread must announce that it wants to let the others run. . This package contains runtime libraries for programs using core Lwt. Package: liblwt-ocaml-dev Description-md5: 9cc00ecb2977eef354c4cc4a3b7427ea Description-en: cooperative light-weight thread library for OCaml Lwt is a library for cooperative threads implemented in a monadic style. Unlike preemptive threads, cooperative threads do not use a scheduler to distribute processor time between threads. Instead, each thread must announce that it wants to let the others run. . This package contains all the development stuff you need to use the core Lwt OCaml library in your programs. 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: liblxc-common Description-md5: 64c1c87f38b94cdcf67f746e6c6223fd Description-en: Linux Containers userspace tools (library) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package contains the common files for the shared library Package: liblxc-dev Description-md5: 84747ecea3e3a37fa04e18cb40c7e301 Description-en: Transitional package - liblxc-dev -> lxc-dev This is a transitional package. It can safely be removed. . liblxc-dev is now replaced by lxc-dev. Package: liblxc1 Description-md5: 1e0f601ab32a2567bee52c30378f862a Description-en: Linux Containers userspace tools (library) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package contains the shared library. 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: libmailutils-dev Description-md5: ad111e18158039f8492c52b4325559d9 Description-en: development files for GNU mailutils GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . This package includes the development files for GNU mailutils and GNU's Mail abstraction library. Package: libmailutils9 Description-md5: 3a19b102336d5639c842ef925f5fa286 Description-en: GNU Mail abstraction library GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . This is GNU's Mail abstraction library. This library allows programs to hook into a single library for many different types of mail backends. The following backend stores are currently provided: mbox, mh, maildir, dotmail, pop3, imap4. Package: libmaliit-glib-dev Description-md5: b25288fff85cb7771eabb4420f45534c Description-en: Maliit Input Method Framework - GLib Development Headers Maliit provides a flexible and cross-platform input method framework. It has a plugin-based client-server architecture where applications act as clients and communicate with the Maliit server via input context plugins. The communication link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with open source plugins (BSD). . This package provides GLib development headers for the Maliit framework. Package: libmaliit-glib2 Description-md5: 4195f06ac5a610f19d24647ea782541d Description-en: Maliit Input Method Framework - GLib Bindings Maliit provides a flexible and cross-platform input method framework. It has a plugin-based client-server architecture where applications act as clients and communicate with the Maliit server via input context plugins. The communication link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with open source plugins (BSD). . This package provides GLib bindings for the Maliit framework. Package: libmaliit-plugins2 Description-md5: 6015689873c0b378f8f1fe760b565141 Description-en: Maliit Input Method Framework - Plugin Library Maliit provides a flexible and cross-platform input method framework. It has a plugin-based client-server architecture where applications act as clients and communicate with the Maliit server via input context plugins. The communication link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with open source plugins (BSD). . This package provides the maliit plugin library for the Maliit framework. Package: libmapscript-perl Description-md5: 23a573748b9459aeca549f3899cc3a39 Description-en: Perl MapServer module Perl MapScript module provides MapServer functions for Perl scripts. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Package: libmapserver-dev Description-md5: 949d307d2e1e8320886d07ecfbaf7d23 Description-en: Shared library development files for MapServer This package contains the development files for the shared library. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Scripting functionality in MapScript is provided by the suggested mapscript library packages. Package: libmapserver2 Description-md5: b1a0e7b7cf78d706db342cfe372ebbfe Description-en: Shared library for MapServer This package contains the shared library. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Scripting functionality in MapScript is provided by the suggested mapscript library packages. Package: libmariadb-dev Description-md5: 5147f292c112a0def76ef58780903826 Description-en: MariaDB database development files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes development libraries and header files. To allow sources expecting the MariaDB Connector/C to build. Sources that expect the MySQL Client libraries should use files from the libmariadb-dev-compat package. Package: libmariadb-dev-compat Description-md5: 4e4bcacf382bb1ad738f392fb886a606 Description-en: MariaDB Connector/C, compatibility symlinks MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes compatibility symlinks to allow sources expecting the MySQL client libraries to be built against MariaDB Connector/C. Package: libmariadb3 Description-md5: c48685b906f3842ee48fd71db5681868 Description-en: MariaDB database client library MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the client library. Package: libmariadbd-dev Description-md5: aaea39424ea2d8d5f702ac4e1a1ee550 Description-en: MariaDB embedded database, development files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the MariaDB embedded server library development and header files. Package: libmariadbd19 Description-md5: a85241d1aa0dccaa3ede8bda094b9117 Description-en: MariaDB embedded database, shared library MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes a shared library for embedded MariaDB applications. Package: libmarisa-perl Description-md5: 37790a39d2ea9074869ceb7fbd79b157 Description-en: Perl bindings for MARISA Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package contains Perl bindings for MARISA. Package: libmateweather-common Description-md5: 9b1f8dc5a0ae5b5a23a35bcf93001f27 Description-en: MateWeather shared library (common files) libmateweather is a library to access weather information from online services for numerous locations. . This package contains the architecture independent files. Package: libmateweather-dev Description-md5: 044d4a59ee16ee9c8ff70692d143b78d Description-en: MateWeather shared library (development files) libmateweather is a library to access weather information from online services for numerous locations. . This package contains the development files. Package: libmateweather1 Description-md5: 018883b44fead614d635fdbc4535af89 Description-en: MateWeather shared library libmateweather is a library to access weather information from online services for numerous locations. . This package contains the shared library. Package: libmecab-java Description-md5: 0da229f287ef0947feed6981190e91a9 Description-en: mecab binding for Java - java classes Mecab is a Japanese morphological analysis system. . libmecab-java is built for Java. Package: libmecab-jni Description-md5: d366666b4b4d1ade8cced89e04dc2f81 Description-en: mecab binding for Java - native interface Mecab is a Japanese morphological analysis system. . libmecab-jni is built for Java. Package: libmecab-perl Description-md5: ca50e133dc90548b12d8092a7b91fd55 Description-en: Mecab binding for Perl Mecab is a Japanese morphological analysis system. . libmecab-perl is its binding for Perl. Package: libmediastreamer-data Description-md5: e6decf8ce97434d7181ee0fb5be2cec0 Description-en: Voice and video streaming engine for telephony (data files) Mediastreamer2 is a powerful and lightweight streaming engine specially designed for voice/video telephony applications. . This open source library is responsible for all receiving and sending of multimedia streams in Linphone, including voice/video capture, encoding, decoding, and rendering. . This package contains architecture-independent data files. Package: libmediastreamer-dev Description-md5: 70a6dd6f4bb604660ad7eb871f205f9f Description-en: Development files for the mediastreamer2 library Mediastreamer2 is a powerful and lightweight streaming engine specially designed for voice/video telephony applications. . This open source library is responsible for all receiving and sending of multimedia streams in Linphone, including voice/video capture, encoding, decoding, and rendering. . This package contains the development files for the development library. Package: libmediastreamer-doc Description-md5: f09489e7ba5c572e8c07c668520c004b Description-en: Voice and video streaming engine for telephony (documentation) Mediastreamer2 is a powerful and lightweight streaming engine specially designed for voice/video telephony applications. . This open source library is responsible for all receiving and sending of multimedia streams in Linphone, including voice/video capture, encoding, decoding, and rendering. . This package contains the developer documentation. Package: libmediastreamer-tools Description-md5: 6db78e6b9ba70708c3f3ad198d157aef Description-en: Voice and video streaming engine for telephony (programs) Mediastreamer2 is a powerful and lightweight streaming engine specially designed for voice/video telephony applications. . This open source library is responsible for all receiving and sending of multimedia streams in Linphone, including voice/video capture, encoding, decoding, and rendering. . This package contains some programs using the library. Package: libmediastreamer13 Description-md5: 6950a75e17c619fb9e02b5860d73831d Description-en: Voice and video streaming engine for telephony (base) Mediastreamer2 is a powerful and lightweight streaming engine specially designed for voice/video telephony applications. . This open source library is responsible for all receiving and sending of multimedia streams in Linphone, including voice/video capture, encoding, decoding, and rendering. . This package contains the base library. Package: libmenhir-ocaml-dev Description-md5: 477c47ea99fa9e825953cf0002c2609d Description-en: Menhir library for OCaml Menhir is a LR(1) parser generator for the OCaml programming language. It is mostly compatible with the ocamlyacc parser generator provided with OCaml, and has a number of enhancements over ocamlyacc. . This package contains the Menhir library for the OCaml programming language. It gives access to, among others, the following modules: * InfiniteArray: implements infinite arrays, that is, arrays that grow transparently upon demand. * RowDisplacement: compresses a two-dimensional table, where some values are considered insignificant, via row displacement. * Engine: LR parsing engine. Package: libmeryl-dev Description-md5: 9f7832d4a21dbee43ec075eb1c1484c1 Description-en: in- and out-of-core kmer counting and utilities (development lib) meryl computes the kmer content of genomic sequences. Kmer content is represented as a list of kmers and the number of times each occurs in the input sequences. The kmer can be restricted to only the forward kmer, only the reverse kmer, or the canonical kmer (lexicographically smaller of the forward and reverse kmer at each location). Meryl can report the histogram of counts, the list of kmers and their counts, or can perform mathematical and set operations on the processed data files. . This package contains the static libraries and header files. 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: libmirage-crypto-ocaml Description-md5: 592614841e50dec730bb2ce61f97fe48 Description-en: simple symmetric cryptography for the modern age (runtime) Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and hashes (MD5, SHA-1, SHA-2). . Mirage-crypto-rng provides a random number generator interface, and implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix sublibrary). . Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH). . Mirage-crypto-ec provides an implementation of key exchange (ECDH) and digital signature (ECDSA/EdDSA) algorithms using code from Fiat (https://github.com/mit-plv/fiat-crypto). The curves P224 (SECP224R1), P256 (SECP256R1), P384 (SECP384R1), P521 (SECP521R1), and 25519 (X25519, Ed25519) are implemented by this package. . This package contains the shared runtime libraries. Package: libmirage-crypto-ocaml-dev Description-md5: eeb78e422b88d8f8bed2e34e22d2eb9b Description-en: cryptography in OCaml for the modern age (dev) Mirage-crypto provides symmetric ciphers (DES, AES, RC4, ChaCha20/Poly1305), and hashes (MD5, SHA-1, SHA-2). . Mirage-crypto-rng provides a random number generator interface, and implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in the unix sublibrary). . Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH). . Mirage-crypto-ec provides an implementation of key exchange (ECDH) and digital signature (ECDSA/EdDSA) algorithms using code from Fiat (https://github.com/mit-plv/fiat-crypto). The curves P224 (SECP224R1), P256 (SECP256R1), P384 (SECP384R1), P521 (SECP521R1), and 25519 (X25519, Ed25519) are implemented by this package. . This package contains development files. Package: libmlir-19 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-19-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: libmlpack-dev Description-md5: 5660c8c90c61f0ce67048a9b1b536b58 Description-en: intuitive, fast, scalable C++ machine learning library (development libs) This package contains the mlpack Library development files. . Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++ machine learning library, meant to be a machine learning analog to LAPACK. It aims to implement a wide array of machine learning methods and function as a "swiss army knife" for machine learning researchers. Package: libmlpost-ocaml-dev Description-md5: 509e61867830c36e51f91be45359cc66 Description-en: OCaml interface to Metapost (library) Mlpost is an OCaml library for scientific drawing. It relies on Metapost, giving the possibility to include (La)TeX fragments. Mlpost users can use the full power of OCaml to generate their diagrams, including static typing and the possibility to use any OCaml library. Moreover, Mlpost promotes a declarative style quite different from existing tools. . This package contains the library itself. Package: libmlpost-ocaml-doc Description-md5: f36265c83c23574bbab096c6c49e1311 Description-en: Objective Caml interface to Metapost (doc) Mlpost is an OCaml library for scientific drawing. It relies on Metapost, giving the possibility to include (La)TeX fragments. Mlpost users can use the full power of OCaml to generate their diagrams, including static typing and the possibility to use any OCaml library. Moreover, Mlpost promotes a declarative style quite different from existing tools. . This package contains the API reference of the library. Package: libmlt++-dev Description-md5: 4d6b5bbde9cc62c5817cd8317333a0ef Description-en: MLT multimedia framework C++ wrapper (development) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the static libraries and headers for developing applications that use the MLT multimedia framework C++ wrapper. Package: libmlt++7 Description-md5: aca1ad662b6b3311655b23307bbc7454 Description-en: MLT multimedia framework C++ wrapper (runtime) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the files necessary for running applications that use the MLT multimedia framework C++ wrapper. Package: libmlt-data Description-md5: b51503d2acd3e514d41cada40a978ea6 Description-en: multimedia framework (data) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the data files for the MLT multimedia framework. Package: libmlt-dev Description-md5: 560d6021b000ad5387abd7a319907b74 Description-en: multimedia framework (development) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the static libraries and headers for developing applications that use the MLT multimedia framework. Package: libmlt7 Description-md5: eafc70788fe70ed5740aa0a320784b9c Description-en: multimedia framework (runtime) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the files necessary for running applications that use the MLT multimedia framework. Package: libmorbig-ocaml-dev Description-md5: ba5ef021c11ef2ee4b4950a4fe7b7a8f Description-en: OCaml libraries of the morbig shell parser (development files) Morbig is a parser for shell scripts that are written in the POSIX shell script language. It parses the scripts statically, that is without executing them, and constructs a concrete syntax tree for each of them. The concrete syntax trees are built using constructors according to the shell grammar of the POSIX standard. . This package contains the development stuff you need to use morbig for the development of programs. It provides, among others, functions for parsing shell scripts, the type definition of concrete syntax trees, and functions for reading and writing concrete syntax trees. Package: libmorsmall-ocaml-dev Description-md5: 37af2166c902045c700f2913c257a622 Description-en: OCaml libraries for abstract syntax of shell scripts The morsmall library defines a type for abstract syntax trees of POSIX shell scripts. It also provides a converter from the concrete syntax trees produced by the morbig parser to abstract syntax, and a printer from abstract syntax to shell. . This development library is only useful when you are developing OCaml programs that act on shell scripts. Package: libmsiecf-dev Description-md5: 51a72abfbec3c08d9578db4a08f812ae Description-en: Microsoft Internet Explorer Cache File access library -- development files libmsiecf is a library to access the Microsoft Internet Explorer (MSIE) Cache File (index.dat) files. . This package includes the development support files. Package: libmsiecf-utils Description-md5: d9a22e29c04bd434470ed61cd9550e95 Description-en: Microsoft Internet Explorer Cache File access library -- Utilities libmsiecf is a library to access the Microsoft Internet Explorer (MSIE) Cache File (index.dat) files. . This package contains tools to access data stored in index.dat files: msiecfexport, msiecfinfo. Package: libmsiecf1 Description-md5: 618c14c263bf713f588eb80e2b1b3176 Description-en: Microsoft Internet Explorer Cache File access library libmsiecf is a library to access the Microsoft Internet Explorer (MSIE) Cache File (index.dat) files. . This package contains the shared library. Package: libmu-dbm9 Description-md5: 2aa73cd0d8a4ffdab7ed230774df26e4 Description-en: GNU Mail abstraction library -- dbm support GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . This is GNU's Mail abstraction library dbm support component. This library allows programs to hook into a single library for many different types of mail backends. The following backend stores are currently provided: mbox, mh, maildir, dotmail, pop3, imap4. Package: libmusic-dev Description-md5: a5e50c9d0fb03b123c6533f9334581f6 Description-en: Multi-Simulation Coordinator for MPI -- Development files MUSIC allows spike events and continuous time series to be communicated between parallel applications within the same MPI job in a cluster computer. Typical usage cases are connecting models developed for different simulators and connecting a parallel simulator to a post-processing tool. . This package contains the header files which are needed to compile and link programs against libmusic. Package: libmusic1v5 Description-md5: c929caad0761ce3cedba865a3aa1b814 Description-en: Multi-Simulation Coordinator for MPI -- Runtime library MUSIC allows spike events and continuous time series to be communicated between parallel applications within the same MPI job in a cluster computer. Typical usage cases are connecting models developed for different simulators and connecting a parallel simulator to a post-processing tool. . This package contains the MUSIC library. Package: libnanovdb-dev Description-md5: b535e163d230be950d22adcff158bf75 Description-en: Sparse Volume Processing toolkit - NanoVDB - dev OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. . This is the package for developping NanoVDB applications Package: libnanovdb-tools Description-md5: 4ff38c6c193042c810745d6c8b6c3136 Description-en: Sparse Volume Processing toolkit - NanoVDB - runtime OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. . This is the package for the runtime. It installs nanovdb_convert, nanovdb_print, nanovdb_validate. Package: libnbd-bin Description-md5: c4d0828eadd8a75283f0a15d9a0d0771 Description-en: Utilities using the Network Block Device client library NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains utilities that make use of libnbd: . - nbdcopy - nbddump - nbdfuse - nbdinfo Package: libnbd-dev Description-md5: 177999def0eb7c9610d511b838c14b91 Description-en: Network Block Device client library -- development files NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains the development files. Package: libnbd-ocaml Description-md5: db5d8b5abeb70b006dae91a1009761e6 Description-en: Network Block Device client library -- OCaml bindings NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains the OCaml bindings to libnbd. Package: libnbd-ocaml-dev Description-md5: 174a81577292d238af4e3a727e837cc8 Description-en: Network Block Device client library -- OCaml development files NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains all the files needed to develop OCaml programs which use OCaml bindings to libnbd. Package: libnbd0 Description-md5: da99f9821cdc8826ed7d870a6201d13b Description-en: Network Block Device client library -- shared library NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . The key features are: . * Synchronous and asynchronous APIs, both for ease of use and for writing non-blocking, multithreaded clients. . * High performance. . * Minimal dependencies for the basic library. . * Well-documented, stable API. . * Bindings in several programming languages. . This package contains the shared library. Package: libnet-remctl-perl Description-md5: 5826a5390f82b8a624cf57cb3bd4ffa1 Description-en: Perl client for Kerberos-authenticated command execution Contains the Net::Remctl Perl library, which provides native Perl bindings for the libremctl client library. Also contains the Net::Remctl::Backend module, which assists in writing remctl backends in Perl. . remctl is a client/server protocol for executing specific commands on a remote system with Kerberos authentication. The allowable commands must be listed in a server configuration file, and the executable run on the server may be mapped to any command name. Each command is also associated with an ACL containing a list of Kerberos principals authorized to run that command. Package: libnginx-mod-http-js Description-md5: 61959d74cc01dded460ac2dee5c00467 Description-en: JavaScript HTTP module for Nginx This module extends Nginx with configuration directives that allows one to run a subset of ECMAScript 5.1 (and later extensions) language. It features integration with - response body filter - location content handler - http, server, location variables Package: libnginx-mod-stream-js Description-md5: 619066440c51bfa4f62afc9e9eceb89a Description-en: JavaScript Stream module for Nginx This module extends Nginx with configuration directives that allows one to run a subset of ECMAScript 5.1 (and later extensions) language. It features integration with - the access phase - the content phase - stream, server variables Package: libnglib-6.2 Description-md5: 749dde83fc8c0f63e018605be247d718 Description-en: Automatic 3d tetrahedral mesh generator shared library NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. . This package contains the shared libraries. Package: libnglib-dev Description-md5: 688d6219dad630c08a816fa98ae2a6fb Description-en: Automatic 3d tetrahedral mesh generator development files NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. . This package contains the static libraries and header files. Package: libngraph0 Description-md5: 61e52388cc8318848e6b08329e19d3f6 Description-en: library to create scientific 2-dimensional graphs Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. . This package contains library of ngraph-gtk. Package: libngraph0-dev Description-md5: bad10b93b9a7153d9e75b505c663fc54 Description-en: Header files for compiling plugins for Ngraph-gtk Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. This program can create advanced graphs which can't be created by spreadsheets. Graphs can be exported to postscript. . This package contains header files. Package: libnng-dev Description-md5: 127155107dc43cb344a8849b7b2344a8 Description-en: Lightweight Messaging Library - development Lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection management, retries, and other common considerations, so that they can focus on the application instead of the plumbing. . This package contains the header files needed for developing programs using libwebsockets and a static library. Package: libnng1 Description-md5: f2e865e7a6e1d42209aa49e7e0aecb36 Description-en: Lightweight Messaging Library - shared library Lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection management, retries, and other common considerations, so that they can focus on the application instead of the plumbing. . This package contains the shared library. Package: libnode-dev Description-md5: a609f4284dac20cce4338d050225c226 Description-en: evented I/O for V8 javascript (development files) Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . This package provides development headers for libnode108 Package: libnode108 Description-md5: aa09cb3413d563f4b3b5a9d6a7723845 Description-en: evented I/O for V8 javascript - runtime library Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. . This package provides the dynamic library for Node.js. Package: libnotificationmanager1 Description-md5: f1bb4603fcff3e44ccc7366f0dcda36a Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Taskmanager library. . This package contains library files. Package: libnproc-ocaml-dev Description-md5: d7c1d7c761b371acc9516ecb27ee85b6 Description-en: process pool implementation for OCaml Nproc is a process pool implementation for OCaml. A process pool is a fixed set of processes that perform arbitrary computations for a master process, in parallel and without blocking the master. Master and workers communicate by message-passing. Nproc relies on fork, pipes, Marshal and Lwt. . This package contains the development modules you need to use Nproc in your programs. Package: libnum-ocaml Description-md5: c7645f0ae07e788a4922176c3460f5c1 Description-en: library for arbitrary-precision and rational arithmetic (runtime) This OCaml library implements arbitrary-precision arithmetic on big integers and on rationals. . This is a legacy library. It used to be part of the core OCaml distribution (in otherlibs/num) but is now distributed separately. New applications that need arbitrary-precision arithmetic should use the Zarith library (https://github.com/ocaml/Zarith) instead of the Num library, and older applications that already use Num are encouraged to switch to Zarith. Zarith delivers much better performance than Num and has a nicer API. . This package contains runtime files. Package: libnum-ocaml-dev Description-md5: 8762f0ab01f1b1ec32e62aa775f7fd59 Description-en: library for arbitrary-precision and rational arithmetic (development) This OCaml library implements arbitrary-precision arithmetic on big integers and on rationals. . This is a legacy library. It used to be part of the core OCaml distribution (in otherlibs/num) but is now distributed separately. New applications that need arbitrary-precision arithmetic should use the Zarith library (https://github.com/ocaml/Zarith) instead of the Num library, and older applications that already use Num are encouraged to switch to Zarith. Zarith delivers much better performance than Num and has a nicer API. . This package contains development files. Package: liboasis-ocaml Description-md5: 514a01748b74de9813274c364123d570 Description-en: Build-system generation for OCaml projects -- runtime OASIS generates a full configure, build and install system for your application. It starts with a simple `_oasis` file at the toplevel of your project and creates everything required. . It uses external tools like OCamlbuild and it can be considered as the glue between various subsystems that do the job. It should support the following tools: . - OCamlbuild - OMake (todo) - OCamlMakefile (todo), - ocaml-autoconf (todo) . It also features a do-it-yourself command line invocation and an internal configure/install scheme. Libraries are managed through findlib. It has been tested on GNU Linux and Windows. . OASIS supports standard entry points and descriptions. It helps to integrates your libraries and software with third parties tools like GODI. . This package contains the shared runtime libraries and plugins. Package: liboasis-ocaml-dev Description-md5: 471a4dba708dd56b9ae240659b5ca6fb Description-en: Build-system generation for OCaml projects -- development files OASIS generates a full configure, build and install system for your application. It starts with a simple `_oasis` file at the toplevel of your project and creates everything required. . It uses external tools like OCamlbuild and it can be considered as the glue between various subsystems that do the job. It should support the following tools: . - OCamlbuild - OMake (todo) - OCamlMakefile (todo), - ocaml-autoconf (todo) . It also features a do-it-yourself command line invocation and an internal configure/install scheme. Libraries are managed through findlib. It has been tested on GNU Linux and Windows. . OASIS supports standard entry points and descriptions. It helps to integrates your libraries and software with third parties tools like GODI. . This package contains the development files needed for using OASIS as a library. Package: liboasis-ocaml-doc Description-md5: 0db33e744e19f74233e5ddc10f34716d Description-en: Architecture for building OCaml libraries and applications OASIS generates a full configure, build and install system for your application. It starts with a simple `_oasis` file at the toplevel of your project and creates everything required. . It uses external tools like OCamlbuild and it can be considered as the glue between various subsystems that do the job. It should support the following tools: . - OCamlbuild - OMake (todo) - OCamlMakefile (todo), - ocaml-autoconf (todo) . It also features a do-it-yourself command line invocation and an internal configure/install scheme. Libraries are managed through findlib. It has been tested on GNU Linux and Windows. . OASIS supports standard entry points and descriptions. It helps to integrates your libraries and software with third parties tools like GODI. . This package contains the documentation. Package: libobjc-10-dev Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-9-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: libobs-dev Description-md5: 225773aeb3e625b11d710d9b8c43c078 Description-en: recorder and streamer for live video content (development files) OBS Studio is designed for efficiently recording and streaming live video content. It supports live RTP streaming to various streaming sites. . This package contains the development files. Package: libobs0 Description-md5: e656b9704323c8e11d168b672bfabb94 Description-en: recorder and streamer for live video content (shared library) OBS Studio is designed for efficiently recording and streaming live video content. It supports live RTP streaming to various streaming sites. . This package contains the shared library libobs. Package: libobus-ocaml Description-md5: 6f2a20757691a18a1b983ef212a31a3c Description-en: pure OCaml implementation of D-Bus (runtime) OBus is a pure OCaml implementation of D-Bus. It aims to provide a clean and easy way for OCaml programmers to access and provide D-Bus services. . This package contains dynamically loadable plugins of OBus. Package: libobus-ocaml-bin Description-md5: a8bf004ef9dfcd573ccb84376066a1dc Description-en: pure OCaml implementation of D-Bus (command-line tools) OBus is a pure OCaml implementation of D-Bus. It aims to provide a clean and easy way for OCaml programmers to access and provide D-Bus services. . This package contains command-line tools useful for using OBus. Package: libobus-ocaml-dev Description-md5: e72147b0cd345487307857daceca669c Description-en: pure OCaml implementation of D-Bus (development files) OBus is a pure OCaml implementation of D-Bus. It aims to provide a clean and easy way for OCaml programmers to access and provide D-Bus services. . D-Bus is a message bus, used for sending messages between applications. It supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead. D-Bus also supports a method call mapping for its messages. . This package contains development files of OBus. Package: libocsigenserver-ocaml Description-md5: 85d30e4e1955715ce7329b6590fb7564 Description-en: web server of the Ocsigen project (runtime libraries) The Ocsigen project is aimed at proposing clean and safe tools for developing and running client/server Web 2.0 applications. . Ocsigen Server is a full featured Web server. It implements most features of the HTTP protocol, and has a very powerful extension mechanism that make very easy to plug your own OCaml modules for generating pages. Many extensions are available, like a reverse proxy, content compression, access control, authentication, etc. . This package contains runtime libraries. Package: libocsigenserver-ocaml-dev Description-md5: a67c331d7c29c9ca274305599b26f3c7 Description-en: web server of the Ocsigen project (dev libraries) The Ocsigen project is aimed at proposing clean and safe tools for developing and running client/server Web 2.0 applications. . Ocsigen Server is a full featured Web server. It implements most features of the HTTP protocol, and has a very powerful extension mechanism that make very easy to plug your own OCaml modules for generating pages. Many extensions are available, like a reverse proxy, content compression, access control, authentication, etc. . This package contains development libraries. Package: libocsipersist-lib-ocaml Description-md5: 0d26099a6ff5afca0cbcc1028abd5805 Description-en: persistent key/value storage for Ocsigen (support library) (runtime) This library defines signatures and auxiliary tools for defining backends for the Ocsipersist frontend. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: PostgreSQL, SQLite. . This package contains runtime files. Package: libocsipersist-lib-ocaml-dev Description-md5: 6e08cbcc8cd11537175e86a3a6d048bb Description-en: persistent key/value storage for Ocsigen (support library) (dev) This library defines signatures and auxiliary tools for defining backends for the Ocsipersist frontend. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: PostgreSQL, SQLite. . This package contains development files. Package: libocsipersist-ocaml Description-md5: 9c97f02ba7e1041116ed8006143e7a80 Description-en: persistent key/value storage for Ocsigen (runtime) This is an virtual library defining a unified frontend for a number of key/value storage implementations. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: PostgreSQL, SQLite. . This package contains runtime files. Package: libocsipersist-ocaml-dev Description-md5: 345575b881edc56701b3eeeaf10615c2 Description-en: persistent key/value storage for Ocsigen (dev) This is an virtual library defining a unified frontend for a number of key/value storage implementations. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: PostgreSQL, SQLite. . This package contains development files. Package: libocsipersist-pgsql-ocaml Description-md5: 0e90149a060df5c6b2963821e18aab97 Description-en: persistent key/value storage for Ocsigen using PostgreSQL (runtime) This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. . This package contains runtime files. Package: libocsipersist-pgsql-ocaml-dev Description-md5: 924d121c7f4d5699fbe73d281e331cfb Description-en: persistent key/value storage for Ocsigen using PostgreSQL (dev) This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. . This package contains development files. Package: libocsipersist-sqlite-ocaml Description-md5: 307632a4b33af3cfadc30a2b36ee0abe Description-en: persistent key/value storage for Ocsigen using SQLite (runtime) This library provides a SQLite backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. . This package contains runtime files. Package: libocsipersist-sqlite-ocaml-dev Description-md5: f307adc69b6bb3ad6f5743b3149b5da3 Description-en: persistent key/value storage for Ocsigen using SQLite (dev) This library provides a SQLite backend for the unified key/value storage frontend as defined in the ocsipersist package. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. . This package contains development files. Package: libodc-0d Description-md5: 56d271a856e5adac76bfc60089ca65f2 Description-en: Observational Database Access library for ECMWF ODC is software developed at ECMWF for encoding and processing of observational data. It includes a SQL filtering and statistics engine, command line tools and APIs for C/C++ and Fortran. Package: libodc-dev Description-md5: 93580a508d21bfb574f7dd5dd0c3de47 Description-en: Observational Data processing for meteorology ODC is a software developed at ECMWF for encoding and processing of observational data. It includes a SQL filtering and statistics engine, command line tools and APIs for C/C++, Fortran and Python. . This package provides shared libraries and headers. 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: libodoc-parser-ocaml Description-md5: 5045ce3e5215810caa2488c52a3e4c1a Description-en: parser for OCaml documentation comments (runtime files) Odoc_parser is a library for parsing the contents of OCaml documentation comments, formatted using 'odoc' syntax, an extension of the language understood by ocamldoc. . This package contains runtime files. Package: libodoc-parser-ocaml-dev Description-md5: a0b73de42ea945fd0138474ce757944d Description-en: parser for OCaml documentation comments (dev files) Odoc_parser is a library for parsing the contents of OCaml documentation comments, formatted using 'odoc' syntax, an extension of the language understood by ocamldoc. . This package contains development files. Package: libogre-1.12-dev Description-md5: c6016e4d1e7a57e4d04758e982fcc7c0 Description-en: 3D Object-Oriented Graphics Rendering Engine (development files) OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes. . This package contains the headers needed to develop with OGRE. Package: libogre1.12.10 Description-md5: ce83dd986432adba1100139c0d09fa07 Description-en: 3D Object-Oriented Graphics Rendering Engine (libraries) OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes. . This package contains the library and plugins. Package: libolecf-dev Description-md5: b300117978cb8f81881f283db6143b08 Description-en: OLE2 Compound File format access library -- development files libolecf is a library to access the OLE 2 Compound File (OLECF) format. . This package includes the development support files. Package: libolecf-utils Description-md5: f305d922683243b107ff676d92b74143 Description-en: OLE2 Compound File format access library -- Utilities libolecf is a library to access the OLE 2 Compound File (OLECF) format. . This package contains tools to access data stored in OLECF files: olecfexport, olecfinfo, lecfmount. Package: libolecf1 Description-md5: a5330b1030a39c8b32613af8d0567b4c Description-en: OLE2 Compound File format access library libolecf is a library to access the OLE 2 Compound File (OLECF) format. . This package contains the shared library. Package: libomniorb4-3 Description-md5: da969910988d77327fd08022e55d7c9e Description-en: omniORB core libraries omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes libomniorb4, libomnicodesets4, libomnidynamic4 and libomnissltp4. Package: libomniorb4-dev Description-md5: 9f73da61615a8b6b129df5815526234e Description-en: omniORB core libraries development files omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes developer files for libomniorb4, libomnicodesets4, libomnidynamic4 and libomnissltp4. Package: libomnithread4 Description-md5: a3dd18f844eda9e9672e35fcafeac7cf Description-en: C++ threading library omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes libomnithread4. Package: libomnithread4-dev Description-md5: a852499e39385b9cf4750887bef93978 Description-en: C++ threading library development files omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes developer files libomnithread4. Package: libomp-19-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-19-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp5-19 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.18 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: libopenbabel-dev Description-md5: 4f0a32197b42c191862bd6c662f5887a Description-en: Chemical toolbox library (development files) Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It allows one to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. Features include: . * Hydrogen addition and deletion * Support for Molecular Mechanics * Support for SMARTS molecular matching syntax * Automatic feature perception (rings, bonds, hybridization, aromaticity) * Flexible atom typer and perception of multiple bonds from atomic coordinates * Gasteiger-Marsili partial charge calculation . File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC. . This package contains the static library and the header files. Package: libopenbabel-doc Description-md5: 0fab4d74aecda6153f6001ea00c04b00 Description-en: Chemical toolbox library (documentation) Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It allows one to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. Features include: . * Hydrogen addition and deletion * Support for Molecular Mechanics * Support for SMARTS molecular matching syntax * Automatic feature perception (rings, bonds, hybridization, aromaticity) * Flexible atom typer and perception of multiple bonds from atomic coordinates * Gasteiger-Marsili partial charge calculation . File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC. . This package contains the library documentation. Package: libopenbabel7 Description-md5: 9b073686beba43d7febfa498b6b90bf2 Description-en: Chemical toolbox library Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It allows one to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. Features include: . * Hydrogen addition and deletion * Support for Molecular Mechanics * Support for SMARTS molecular matching syntax * Automatic feature perception (rings, bonds, hybridization, aromaticity) * Flexible atom typer and perception of multiple bonds from atomic coordinates * Gasteiger-Marsili partial charge calculation . File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC. . This package contains the shared library. Package: libopencolorio-dev Description-md5: b3b2a3f3fe578a9ec975139074bddcf5 Description-en: complete color management solution - development OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats. . OpenColorIO is released as version 2.0 and has been in development since 2003. OCIO represents the culmination of years of production experience earned on such films as SpiderMan 2 (2004), Surf's Up (2007), Cloudy with a Chance of Meatballs (2009), Alice in Wonderland (2010), and many more. OpenColorIO is natively supported in commercial applications like Katana, Mari, Nuke, Maya, Houdini, Silhouette FX, and others. . OpenColorIO is free and open source software and one of several projects actvively sponsored by the ASWF (Academy Software Foundation). . This package provides the development files used to build applications using OpenColorIO. Package: libopencolorio2.1 Description-md5: ac2abff5ec0c2797186f0dc2cefcfd21 Description-en: complete color management solution - runtime OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats. . OpenColorIO is released as version 2.0 and has been in development since 2003. OCIO represents the culmination of years of production experience earned on such films as SpiderMan 2 (2004), Surf's Up (2007), Cloudy with a Chance of Meatballs (2009), Alice in Wonderland (2010), and many more. OpenColorIO is natively supported in commercial applications like Katana, Mari, Nuke, Maya, Houdini, Silhouette FX, and others. . OpenColorIO is free and open source software and one of several projects actvively sponsored by the ASWF (Academy Software Foundation). . This package provides the runtime files used to run applications built against OpenColorIO. Package: libopenimageio-dev Description-md5: d509b78ceda78916f3129145f175d4c5 Description-en: Library for reading and writing images - development OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. Main features include: . * Extremely simple but powerful ImageInput and ImageOutput APIs for reading and writing 2D images that is format agnostic -- that is, a "client app" doesn't need to know the details about any particular image file formats. Specific formats are implemented by DLL/DSO plugins. . * Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really good at understanding all the strange corners of the image formats, and are very careful about preserving image metadata (including Exif, GPS, and IPTC data). . * An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data (thousands of image files totaling hundreds of GB) very efficiently using only a tiny amount (tens of megabytes at most) of runtime memory. Additionally, a TextureSystem class provides filtered MIP-map texture lookups, atop the nice caching behavior of ImageCache. . * Several image tools based on these classes, including iinfo (print detailed info about images), iconvert (convert among formats, data types, or modify metadata), idiff (compare images), igrep (search images for matching metadata). Because these tools are based on ImageInput/ImageOutput, they work with any image formats for which ImageIO plugins are available. . * A really nice image viewer, iv, also based on OpenImageIO classes (and so will work with any formats for which plugins are available). . * Supported on Linux, OS X, and Windows. . * All available under the BSD license, so you may modify it and use it in both open source or proprietary apps. . This package contains the static library and headers for building programs that use libOpenImageIO. Package: libopenimageio-doc Description-md5: 55bdd488cfa305df845168fc5f878418 Description-en: Library for reading and writing images - documentation OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. Main features include: . * Extremely simple but powerful ImageInput and ImageOutput APIs for reading and writing 2D images that is format agnostic -- that is, a "client app" doesn't need to know the details about any particular image file formats. Specific formats are implemented by DLL/DSO plugins. . * Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really good at understanding all the strange corners of the image formats, and are very careful about preserving image metadata (including Exif, GPS, and IPTC data). . * An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data (thousands of image files totaling hundreds of GB) very efficiently using only a tiny amount (tens of megabytes at most) of runtime memory. Additionally, a TextureSystem class provides filtered MIP-map texture lookups, atop the nice caching behavior of ImageCache. . * Several image tools based on these classes, including iinfo (print detailed info about images), iconvert (convert among formats, data types, or modify metadata), idiff (compare images), igrep (search images for matching metadata). Because these tools are based on ImageInput/ImageOutput, they work with any image formats for which ImageIO plugins are available. . * A really nice image viewer, iv, also based on OpenImageIO classes (and so will work with any formats for which plugins are available). . * Supported on Linux, OS X, and Windows. . * All available under the BSD license, so you may modify it and use it in both open source or proprietary apps. . This package provides the official documentation. Package: libopenimageio2.4 Description-md5: 5f7074b815dede123805c8ad08bb2c32 Description-en: Library for reading and writing images - runtime OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. Main features include: . * Extremely simple but powerful ImageInput and ImageOutput APIs for reading and writing 2D images that is format agnostic -- that is, a "client app" doesn't need to know the details about any particular image file formats. Specific formats are implemented by DLL/DSO plugins. . * Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really good at understanding all the strange corners of the image formats, and are very careful about preserving image metadata (including Exif, GPS, and IPTC data). . * An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data (thousands of image files totaling hundreds of GB) very efficiently using only a tiny amount (tens of megabytes at most) of runtime memory. Additionally, a TextureSystem class provides filtered MIP-map texture lookups, atop the nice caching behavior of ImageCache. . * Several image tools based on these classes, including iinfo (print detailed info about images), iconvert (convert among formats, data types, or modify metadata), idiff (compare images), igrep (search images for matching metadata). Because these tools are based on ImageInput/ImageOutput, they work with any image formats for which ImageIO plugins are available. . * A really nice image viewer, iv, also based on OpenImageIO classes (and so will work with any formats for which plugins are available). . * Supported on Linux, OS X, and Windows. . * All available under the BSD license, so you may modify it and use it in both open source or proprietary apps. . This package contains the runtime library for building programs that use libOpenImageIO. Package: libopenjfx-java Description-md5: 238d2eecdf8319dd2b316de08d5badf5 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (Java libraries) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the Java libraries only, installing it won't add the JavaFX classes to the default classpath automatically. The integration with the JRE is provided by the openjfx package. Package: libopenjfx-java-doc Description-md5: ac88b714fc6ab003feed1a3c9d501728 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (Javadoc) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the API documentation for libopenjfx-java. Package: libopenjfx-jni Description-md5: aee76293940d3c485509232524f9f5e1 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (native libraries) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the native libraries for libopenjfx-java. Package: libopenmm-dev Description-md5: 25e69d74ba10a1b7460f8e3223ed4e40 Description-en: C++ header files for the OpenMM library OpenMM is a software toolkit for performing molecular simulations on a range of high performance computing architectures. This package provides C++ header files for the development with that library. Package: libopenmm-plugins Description-md5: eb58805c9446811e133c03cab1b615fb Description-en: Plugins for the OpenMM library OpenMM is a software toolkit for performing molecular simulations on a range of high performance computing architectures. This package provides OpenMM plugins. Package: libopenmm8.0 Description-md5: 801291977e5c1fde4c38382f84bd633c Description-en: High-performance molecular simulation library OpenMM is a software toolkit for performing molecular simulations on a range of high performance computing architectures. It is based on a layered architecture: the lower layers function as a reusable library that can be invoked by any application, while the upper layers form a complete environment for running molecular simulations. Package: libopenshot-dev Description-md5: 93fddc73323bce69c0e452cdccaf4bfd Description-en: development files for the OpenShot video library OpenShot Library (libopenshot) is an open-source project dedicated to delivering high quality video editing, animation, and playback solutions to the world. The API currently supports C++, Python, and Ruby. . This package provides the development files. Package: libopenshot-doc Description-md5: 184778abfcf426ff5ebb574b3ed7583b Description-en: documentation for the OpenShot video library OpenShot Library (libopenshot) is an open-source project dedicated to delivering high quality video editing, animation, and playback solutions to the world. The API currently supports C++, Python, and Ruby. . This package provides the documentation. Package: libopenshot25 Description-md5: 9a6752fee7d26667c4090bff9b2449fd Description-en: library for high-quality video editing OpenShot Library (libopenshot) is an open-source project dedicated to delivering high quality video editing, animation, and playback solutions to the world. The API currently supports C++, Python, and Ruby. . This package provides the shared libraries. Package: libopenturns-dev Description-md5: 3837ca75f87543fa90c482c2636a4887 Description-en: headers and development libraries for OpenTURNS OpenTURNS is a powerful and generic tool to treat and quantify uncertainties in numerical simulations in design, optimization and control. It allows both sensitivity and reliability analysis studies: * defining the outputs of interest and decision criterion; * quantify and model the source of uncertainties; * propagate uncertainties and/or analyse sensitivity and * rank the sources of uncertainty . Targeted users are all engineers who want to introduce the probabilistic dimension in their so far deterministic studies. . This package contains development files needed to build OpenTURNS applications. Package: libopenturns0.22 Description-md5: 07b004be9c64714f05783e44ad0efa7e Description-en: dynamic libraries for OpenTURNS OpenTURNS is a powerful and generic tool to treat and quantify uncertainties in numerical simulations in design, optimization and control. It allows both sensitivity and reliability analysis studies: * define the outputs of interest and decision criteria; * quantify and model the source of uncertainties; * propagate uncertainties and/or analyse sensitivity * rank the sources of uncertainty . Targeted users are all engineers who want to introduce the probabilistic dimension in their so far deterministic studies. . This package provides the dynamic libraries. Package: libopenvdb-ax-dev Description-md5: 022ed0dc8ba19b821dab8201c3df6520 Description-en: Sparse Volume Processing toolkit - dev OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. . This is the package for developping OpenVDB/AX applications Package: libopenvdb-ax-tools Description-md5: 8ec7525de94ffbfa6b1c7d971ecb9fa7 Description-en: Sparse Volume Processing toolkit - runtime OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. . This is the package for the runtime. It installs vdb_ax Package: libopenvdb-ax10.0 Description-md5: a04704918ecb961c555aad235f403d9e Description-en: Sparse Volume Processing toolkit - lib OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. . This package contains the libraries needed to run OpenVDB/AX applications Package: libopenvdb-dev Description-md5: 9cddbeb9f13eaafdf0af10b6d78d4ee5 Description-en: Sparse Volume Processing toolkit - dev OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. . This is the package for developping OpenVDB applications Package: libopenvdb-doc Description-md5: b244b357ac2fde3bc289641f454b7be9 Description-en: Sparse Volume Processing toolkit - doc OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. . This is the package for the doc files for OpenVDB Package: libopenvdb-tools Description-md5: d3b56c1c14d852f49b402bdfdeefaab7 Description-en: Sparse Volume Processing toolkit - runtime OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. . This is the package for the runtime. It installs vdb_lod, vdb_print, vdb_tool, vdb_render and vdb_view. Package: libopenvdb10.0 Description-md5: 119ea2ed9b180c78a8b4019abb71bd75 Description-en: Sparse Volume Processing toolkit - lib OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. . This package contains the libraries needed to run OpenVDB applications 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-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: liborcus-bin Description-md5: 459b163b4324efaf7f2729fc752e1b84 Description-en: library for processing spreadsheet documents - binaries Orcus is a library that provides a collection of standalone file processing filters. It is currently focused on providing filters for spreadsheet documents, but filters for other productivity application types (such as wordprocessor and presentation) are in consideration. . The library currently includes filters for xlsx, ods, csv, and generic XML formats. . This package contains the command-line applications for converting documents. Package: libost-base-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-base2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-bindings-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-bindings2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-conop-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-conop2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-db-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-db2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-geom-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-geom2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-gfx-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-gfx2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-gui-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-gui2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-img-alg-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-img-alg2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-img-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-img2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-info-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-info2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-io-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-io2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol-alg-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol-alg2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol-mm-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol-mm2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-mol2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-seq-alg-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-seq-alg2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-seq-dev Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libost-seq2.5 Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: libpam-cgfs Description-md5: e709f3eddd48d5ce8595be4d003fd4f5 Description-en: PAM module for managing cgroups for LXC LXCFS provides a FUSE based filesystem to improve the LXC experience within the containers. . This provides a Pluggable Authentication Module (PAM) to provide logged-in users with a set of cgroups which they can administer. This allows for instance unprivileged containers, and session management using cgroup process tracking. Package: libpam-fscrypt Description-md5: 421164b2c9097f303ec36802927e6dea Description-en: PAM module for Linux filesystem encryption fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. . This PAM module can be used to unlock one or more directories upon user login and then lock those directories when the user ends their session. Package: libpam-wrapper Description-md5: 77a0eb9127f8beb460a141761f12316f Description-en: Tool to test PAM applications This component of cwrap allows you to test your PAM (Linux-PAM and OpenPAM) application. . For testing PAM applications, simple PAM module called pam_matrix is included. Package: libpamtest0 Description-md5: d54bfb88023db48b3242de0be6fe5242 Description-en: Library to test PAM modules This component of cwrap allows you to test your PAM (Linux-PAM and OpenPAM) module. . For testing a PAM module you can use the pamtest library, which simplifies testing of modules. You can combine it with the cmocka unit testing framework or you can use the provided Python bindings to write tests for your module in Python. . This package provides shared libraries. Package: libpamtest0-dev Description-md5: 0ea864991f8cf0e1af4829833896c343 Description-en: Development files for library to test PAM modules This component of cwrap allows you to test your PAM (Linux-PAM and OpenPAM) module. . For testing a PAM module you can use the pamtest library, which simplifies testing of modules. You can combine it with the cmocka unit testing framework or you can use the provided Python bindings to write tests for your module in Python. . This package provides development headers. Package: libpathplan4 Description-md5: 3b349696750e1cfac5e966e847c18e9c Description-en: rich set of graph drawing tools - pathplan library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the pathplan library. Package: libpbkdf-ocaml Description-md5: 16ff13cd38142590aa8543d2828f897d Description-en: password based key derivation functions from PKCS#5 (runtime) An implementation of PBKDF 1 and 2 as defined by PKCS#5. . This package contains runtime files. Package: libpbkdf-ocaml-dev Description-md5: 3aeadbd0743956df310be57de312fcdb Description-en: password based key derivation functions from PKCS#5 (dev) An implementation of PBKDF 1 and 2 as defined by PKCS#5. . This package contains development files. Package: libpcp-archive1 Description-md5: 8472461a0f50d2f199343d964b70ac4c Description-en: Performance Co-Pilot archive writing library The libpcp-archive package contains the runtime environment required by an application that creates a Performance Co-Pilot (PCP) archive suitable for use with the PCP tools. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-archive1-dev Description-md5: 95199c732ded1d2d113617e665d488f2 Description-en: Performance Co-Pilot archive writing library and headers The libpcp-archive-dev package contains the library and header files needed to build an application that creates a Performance Co-Pilot (PCP) archive suitable for use with the PCP tools. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-gui2 Description-md5: 0c532cae8c91f3daedb8dba326dc6943 Description-en: Performance Co-Pilot graphical client tools library The libpcp-gui package contains the runtime environment required by any monitoring tool that makes use of the time control services of pmtime(1). . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-gui2-dev Description-md5: 532161d48a74ce75e2f12a2215f53ff9 Description-en: Performance Co-Pilot graphical client tools library and headers The libpcp-gui-dev package contains the Performance Co-Pilot (PCP) library and header files needed to incorporate graphical time control (pmtime) into a monitoring application. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-import-perl Description-md5: 34705d3426a989b6475587a1a373d4b8 Description-en: Performance Co-Pilot log import Perl module The PCP::LogImport Perl module contains the language bindings for building Perl applications that import performance data from a file or real-time source and create a Performance Co-Pilot (PCP) archive suitable for use with the PCP tools. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-import1 Description-md5: e648caaaab90f7984c64d97d3176ac12 Description-en: Performance Co-Pilot data import library The libpcp-import package contains the runtime environment required by an application that imports performance data from a file or real-time source and creates a Performance Co-Pilot (PCP) archive suitable for use with the PCP tools. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-import1-dev Description-md5: 0a8b074356c9afa6d5ed44d808b4ace6 Description-en: Performance Co-Pilot data import library and headers The libpcp-import-dev package contains the library and header files needed to build an application that imports performance data from a file or real-time source and creates a Performance Co-Pilot (PCP) archive suitable for use with the PCP tools. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-logsummary-perl Description-md5: 71f56b1f4ee6cee801c1773c942736ad Description-en: Performance Co-Pilot historical log summary module The PCP::LogSummary module provides a Perl module for using the statistical summary data produced by the Performance Co-Pilot pmlogsummary utility. This utility produces various averages, minima, maxima, and other calculations based on the performance data stored in a PCP archive. The Perl interface is ideal for exporting this data into third-party tools (e.g. spreadsheets). . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-mmv-perl Description-md5: 0c3176c480fb3ffbbd98fad52c9abd59 Description-en: Performance Co-Pilot Memory Mapped Value Perl module The PCP::MMV module contains the Perl language bindings for building scripts instrumented with the Performance Co-Pilot (PCP) Memory Mapped Value (MMV) mechanism. . This mechanism allows arbitrary values to be exported from an instrumented script into the PCP infrastructure for monitoring and analysis with pmchart, pmie, pmlogger and other PCP tools. Package: libpcp-mmv1 Description-md5: 1942e2593dae279b10fb58b65db96aa1 Description-en: Performance Co-Pilot Memory Mapped Value client library The libpcp-mmv package contains the runtime environment required by an application that utilises Memory Mapped Value instrumentation to export runtime instrumentation into the Performance Co-Pilot infrastructure. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-mmv1-dev Description-md5: 378b0f85ca464cbd51f1ffb46b8308dc Description-en: Performance Co-Pilot Memory Mapped Value library and headers The libpcp-mmv-dev package contains the Performance Co-Pilot (PCP) library and header files needed to utilise memory mapped value instrumentation into a monitored application. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-pmda-perl Description-md5: 8e0a7c4e61a03937eeed385ec9ed2895 Description-en: Performance Co-Pilot Domain Agent Perl module The PCP::PMDA Perl module contains the language bindings for building Performance Metric Domain Agents (PMDAs) using Perl. Each PMDA exports performance data for one specific domain, for example the operating system kernel, Cisco routers, a database, an application, etc. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-pmda3 Description-md5: 93796b709076d575570c74038b2709ec Description-en: Performance Co-Pilot Domain Agent library The libpcp-pmda package contains the runtime environment required by a Performance Metric Domain Agent (PMDA). A PMDA exports performance data for one specific domain, for example the operating system kernel, DNS, SMTP, Cisco router, a database, an application, etc. Package: libpcp-pmda3-dev Description-md5: 73b2bb904a6d0aa9d0ee405af2364cda Description-en: Performance Co-Pilot Domain Agent library and headers The libpcp-pmda-dev package contains the Performance Co-Pilot (PCP) library and header files needed to develop Performance Metric Domain Agents (PMDAs). Each PMDA exports performance data for one domain; for example the operating system kernel, Cisco routers, a database, an application, etc. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-trace2 Description-md5: cc83a2e0722bda3839b736d55ab0aba9 Description-en: Performance Co-Pilot application tracing library The libpcp-trace package contains the runtime environment required by an application that is directly instrumented for event and value tracking by pmdatrace(3), the Trace Performance Metric Domain Agent. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-trace2-dev Description-md5: 56a0da729bb476482adb7efa62f09f84 Description-en: Performance Co-Pilot application tracing library and headers The libpcp-trace-dev package contains the Performance Co-Pilot (PCP) library and header files needed to directly instrument an application for event and value tracking by the pmdatrace(1) PCP Trace Performance Metric Domain Agent. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-web1 Description-md5: bc7e002196769c23057cec78ed04b49b Description-en: Performance Co-Pilot data import library The libpcp-web package contains the runtime environment required by a PMDA to parse and extract metric data from a JSON file. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp-web1-dev Description-md5: cb9f8e6452c50aa58615c016b63ada5d Description-en: Performance Co-Pilot web tooling The libpcp-web-dev package contains the library and header files needed to build a PMDA which parses and extracts metric data from a JSON file. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp3 Description-md5: 1ea3c2bd9feab4e5d9b74b4d788b00a3 Description-en: Performance Co-Pilot library The libpcp package contains the runtime environment required by programs that make use of Performance Co-Pilot (PCP) services. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpcp3-dev Description-md5: 423764500dbadb4d718476c57083e2fe Description-en: Performance Co-Pilot library and headers The libpcp-dev package contains the base Performance Co-Pilot (PCP) library and header files needed to develop collector and monitor programs which make use of PCP services. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: libpdl-linearalgebra-perl Description-md5: 5cc2f748a4287fb94987580397449f61 Description-en: Linear Algebra utils for PDL PDL::LinearAlgebra provides PDL bindings to LAPACK and BLAS. The package contains both the slower-but-more-flexible PDL::LinearAlgebra module and faster-but-more-specific PDL::LinearAlgebra::Real and PDL::LinearAlgebra::Complex modules. Package: libpeasd-3-0 Description-md5: f955dad7a381c704ef7c8fd326f78820 Description-en: GTK+ application plugin library - D bindings Libpeas is a library that allows GTK+ applications to support plugins. . This package contains the runtime needed for applications written in D. Package: libpeasd-3-dev Description-md5: b379bf0b73d6021045dd7757d5404a94 Description-en: GTK+ application plugin library - development files for D Libpeas is a library that allows GTK+ applications to support plugins. . This package contains development files needed to write applications in the D programming language that use Libpeas. Package: libperformance-test-fixture-dev Description-md5: a6312f03c21aaeaf9ba603febe9a9d26 Description-en: Performance test fixture for ROS 2 benchmarks (development headers) This package is part of ROS 2, the Robot Operating System. The performance test fixture provides a framework to run Google Benchmark driven performance tests for your ROS 2 packages. . This package installs the development headers and CMake config files. Package: libperformance-test-fixture0d Description-md5: d303ece15f422b5f84b9237e91e956f0 Description-en: Performance test fixture for ROS 2 benchmarks This package is part of ROS 2, the Robot Operating System. The performance test fixture provides a framework to run Google Benchmark driven performance tests for your ROS 2 packages. . This package installs the shared library. Package: libpersalys-dev Description-md5: 9eccf9a0a92fb4d27c16f30e64679731 Description-en: GUI for uncertainty treatment (development files) Persalys is a graphical user interface for OpenTURNS, dedicated to the treatment of uncertainty and the management of variabilities. The software is a tool between the computer simulation, probabilistic analyses and the data sciences. The interface is available in French or in English. . Persalys allows one to: - create mathematical models: analytical, coupling with an external model (finite elements, ...), FMU; - analyse the variability of one's parameters thanks to many methods and visualisation tools; - statistically analyse one's measuring data, infer probability distributions or create metamodels. . This package contains the development files. Package: libpersalys0 Description-md5: f2f0de45f0d51d4a7bcaa36827144220 Description-en: GUI for uncertainty treatment (shared libraries) Persalys is a graphical user interface for OpenTURNS, dedicated to the treatment of uncertainty and the management of variabilities. The software is a tool between the computer simulation, probabilistic analyses and the data sciences. The interface is available in French or in English. . Persalys allows one to: - create mathematical models: analytical, coupling with an external model (finite elements, ...), FMU; - analyse the variability of one's parameters thanks to many methods and visualisation tools; - statistically analyse one's measuring data, infer probability distributions or create metamodels. . This package contains the shared libraries. Package: libpff-dev Description-md5: 7c6799e13fd19c9b3ac50d16ac36f3b9 Description-en: library to access various ms outlook files formats (development) Libpff is a library to access Personal Folder File (PFF) and Offline Folder File (OFF) formats. Those files formats are used by MS Outlook in PAB (Personal Address Book), PST (Personal Storage Table) and OST (Offline Storage Table) files. . This package contains the development files. Package: libpff1 Description-md5: a67c2cedaed212753eb102ce4b65a8d9 Description-en: library to access various ms outlook files formats Libpff is a library to access Personal Folder File (PFF) and Offline Folder File (OFF) formats. Those files formats are used by MS Outlook in PAB (Personal Address Book), PST (Personal Storage Table) and OST (Offline Storage Table) files. Package: libpfm4 Description-md5: 0bcc80034d18de9750e5f9ac06aedd9b Description-en: Library to program the performance monitoring events Libpfm4 helps convert from an event name, expressed as a string, to the event encoding. The encoding can then be used with specific OS interfaces. Libpfm4 also provides OS-specific interfaces to directly setup OS-specific data structures to be passed to the kernel. The current libpfm4, for instance, provides support for the perf_events interface which was introduced in Linux v2.6.31. . This package provides the shared library. Package: libpfm4-dev Description-md5: 3872a46e131fdb997e3bbc1d835eaf29 Description-en: Development files for the libpfm4 library Libpfm4 helps convert from an event name, expressed as a string, to the event encoding. The encoding can then be used with specific OS interfaces. Libpfm4 also provides OS-specific interfaces to directly setup OS-specific data structures to be passed to the kernel. The current libpfm4, for instance, provides support for the perf_events interface which was introduced in Linux v2.6.31. . This package provides the development files of the library. Package: libpgocaml-ocaml Description-md5: 6093705cfad4057e7dd443b8a8ccbe6c Description-en: OCaml type-safe bindings for PostgreSQL (runtime) PG'OCaml provides an interface to PostgreSQL databases for OCaml applications. It uses Camlp4 to extend the OCaml syntax, enabling one to directly embed SQL statements inside the OCaml code. Moreover, it uses the describe feature of PostgreSQL to obtain type information about the database. This allows PG'OCaml to check at compile-time if the program is indeed consistent with the database structure. This type-safe database access is the primary advantage that PG'OCaml has over other PostgreSQL bindings for OCaml. . This package contains dynamically loadable plugins for PG'OCaml. Package: libpgocaml-ocaml-dev Description-md5: 8ce3441ca051da9d82af3217ad79aac9 Description-en: OCaml type-safe bindings for PostgreSQL (development) PG'OCaml provides an interface to PostgreSQL databases for OCaml applications. It uses Camlp4 to extend the OCaml syntax, enabling one to directly embed SQL statements inside the OCaml code. Moreover, it uses the describe feature of PostgreSQL to obtain type information about the database. This allows PG'OCaml to check at compile-time if the program is indeed consistent with the database structure. This type-safe database access is the primary advantage that PG'OCaml has over other PostgreSQL bindings for OCaml. . This package contains development files for PG'OCaml. Package: libpgpainless-cli-java Description-md5: 297c438702dbf180854e500c063719e7 Description-en: Stateless OpenPGP Protocol with PGPainless - runtime library PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package provides CLI command classes for PGPainless-SOP via picocli. Package: libpgpainless-cli-java-doc Description-md5: 887b93af9808b92a3df79f39507f4d7f Description-en: Stateless OpenPGP Protocol with PGPainless - runtime library - docs PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package contains documentation for libpgpainless-cli-java. Package: libpgpainless-core-java Description-md5: d8d02f0d036ae8a912affdfbe4369eaa Description-en: Easy to use OpenPGP library PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package contains the core PGPainless classes. Package: libpgpainless-core-java-doc Description-md5: 360623277dfb9e7ec36ebfe5fc9d2931 Description-en: Easy to use OpenPGP library - docs PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package contains documentation for libpgpainless-core-java. Package: libpgpainless-sop-java Description-md5: 206a081e2af5ed53395a7ea16dd8a5f7 Description-en: Stateless OpenPGP Protocol with PGPainless - library PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package contains the PGPainless-SOP implementation classes. Package: libpgpainless-sop-java-doc Description-md5: 9637a2fa81073e1b6e6925ef88477830 Description-en: Stateless OpenPGP Protocol with PGPainless - library - docs PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package contains documentation for libpgpainless-sop-java. Package: libphp-embed Description-md5: e4ab7cab8941a63db3b8f9f3b6d647dd Description-en: HTML-embedded scripting language (Embedded SAPI library) (default) This package provides the library /usr/lib/libphp.so which can be used by application developers to embed PHP scripting functionality. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.3). Package: libphpy-dev Description-md5: e1fd8575c1ebac1a2bc30a67cdf3dc6d Description-en: phonon calculations at harmonic and quasi-harmonic levels (development files) Phonopy is an open source package for phonon calculations at harmonic and quasi-harmonic levels. . This library contains development files. Package: libphpy1 Description-md5: 69ba5c748527074b13ead900f5367ce3 Description-en: phonon calculations at harmonic and quasi-harmonic levels (shared library) Phonopy is an open source package for phonon calculations at harmonic and quasi-harmonic levels. . This package contains the shared library. Package: libpipewire-0.3-modules-x11 Description-md5: a533b054e32d10bd276ec8504194efbb Description-en: libraries for the PipeWire multimedia server - X11 modules PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains X11 modules. Package: libplasma-geolocation-interface5 Description-md5: 4f3b0402a92ec99812086cab6e493f91 Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Interface library for geolocation. . This package contains library files. Package: libplfit-dev Description-md5: 44678bda1dd2bf546eb71ee2789f7da0 Description-en: fitting power-law distributions to empirical data -- development The plfit software fits power-law distributions to empirical (discrete or continuous) data, according to the method of Clauset, Shalizi and Newman [SIAM Review 51, 661-703 (2009)]. . This package contains the header files, static libraries and symbolic links that developers using the plfit library will need. Package: libplfit0 Description-md5: c382dccedbd81c678e26b4dd5c7e5939 Description-en: fitting power-law distributions to empirical data -- library The plfit software fits power-law distributions to empirical (discrete or continuous) data, according to the method of Clauset, Shalizi and Newman [SIAM Review 51, 661-703 (2009)]. . This package provides the shared library required to run programs compiled against the plfit library. To compile your own programs you also need to install the libplfit-dev package. Package: libplist-utils Description-md5: f3e61dfbb8451db7dc3eae7293afdb7d Description-en: Apple property list converter This package contains tools to convert Apple property list files from binary to XML and vice-versa. It's part of the libimobiledevice stack, providing access to iDevices (iPod, iPhone, iPad ...). Package: libplplot-data Description-md5: bd59614b4a646f34118ddf9030ebaee2 Description-en: Scientific plotting library (data files) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the architecture-independent data files used by the PLplot C library. Package: libplplot-dev Description-md5: a4f560488d2925922a3a95d234e764b1 Description-en: Scientific plotting library (development files) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains all that is needed for doing development in C, C++ and Fortran with PLplot. For development in Tcl/Tk, Python and Java, install the plplot-tcl-dev, python3-plplot and libplplot-java packages, respectively. This package also includes the OCaml and Lua examples. To use one of these languages you will also need to install the libplplot-xxx package for that language. Package: libplplot-java Description-md5: 9be651b2fe4b86da141747b3ad0d8f8c Description-en: Scientific plotting library (Java bindings) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the Java bindings for PLplot. Package: libplplot-lua Description-md5: 15b01f15d00c6e0a485725fa37f771ef Description-en: Scientific plotting library (Lua bindings) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the Lua bindings for PLplot. Package: libplplot-ocaml Description-md5: 037c0775570fa05ff6f5f75b19c4c9fe Description-en: OCaml bindings for the scientific plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the OCaml bindings for PLplot. Package: libplplot-ocaml-dev Description-md5: 863ea4066e03489260996582c4d047af Description-en: OCaml support for the PLplot plotting library (development files) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the development package for PLplot OCaml bindings. Package: libplplot17 Description-md5: c3f3527bdbadd832ddea1189dc9fba15 Description-en: Scientific plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the PLplot library for C. Package: libplplotada4.1 Description-md5: 132b70eb75a1fd1e20f29998334b7a1d Description-en: Ada support for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the runtime Ada bindings library for PLplot. Package: libplplotada5-dev Description-md5: 6882c31d542533f2ffc9e45ece5bbe72 Description-en: Ada support for PLplot, a plotting library (development files) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains all that is needed for doing PLplot development in Ada. Package: libplplotcxx15 Description-md5: f12263a92a75c6e7dc6362bac29d5c6f Description-en: Scientific plotting library (C++ binding) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the C++ binding for PLplot. Package: libplplotfortran0 Description-md5: d794d8932a6170a1b17942ded61821f2 Description-en: Scientific plotting library (fortran bindings) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the Fortran 95 bindings for PLplot. Note: the Fortran 77 bindings have been deprecated upstream for some time and have now been dropped from the Debian packages. Package: libplplotqt2 Description-md5: 28fedac3e79b55e453c293e32551da5f Description-en: Scientific plotting library (Qt bindings) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides C++ bindings to allow use of the PLplot API in Qt applications. Package: libplplotwxwidgets1 Description-md5: 2ede11f4982f1eb91c163ebbc4c7cdb4 Description-en: Scientific plotting library (wxWidgets bindings) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the wxWidgets bindings. Package: libpod-tests-perl Description-md5: 6f653d8206a2db0a82f7aaf97258c47b Description-en: Perl extension for excts embedded tests and code examples from POD Pod::Tests is a specialized POD viewer to extract embedded tests and code examples from POD. It doesn't do much more than that. . This module is deprecated, in favour of Test::Inline. Package: libpolly-19-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: libpoppler-qt5-1 Description-md5: 0ac9bcecfcfad7f5e76c5f9836ae7168 Description-en: PDF rendering library (Qt 5 based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the Qt 5 based shared library for applications using the Qt 5 interface to Poppler. Package: libpoppler-qt5-dev Description-md5: 23f42cab8509c36d744da26df5cb855a Description-en: PDF rendering library -- development files (Qt 5 interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the Qt 5-based Poppler interface. Package: libpoppler-qt6-3 Description-md5: 1aac226e2e4f235dbc8ce10a562d619f Description-en: PDF rendering library (Qt 6 based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the Qt 6 based shared library for applications using the Qt 6 interface to Poppler. Package: libpoppler-qt6-dev Description-md5: d697e5693c5678626b355602947110a5 Description-en: PDF rendering library -- development files (Qt 6 interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the Qt 6-based Poppler interface. Package: libpopplerkit-dev Description-md5: b0eeb9a84bc1a995bae5b9f772f8269e Description-en: GNUstep framework for rendering PDF content (development files) PopplerKit is a GNUstep framework for accessing and rendering PDF content. It is based on the poppler library. . Its features are: - Render PDF content. - Extract text from a PDF document. - Access a PDF document's outline. - Search in PDF documents. . This package contains the development files. Package: libpopplerkit0 Description-md5: 07702e6643fbfe38be725a27b99f1528 Description-en: GNUstep framework for rendering PDF content (library files) PopplerKit is a GNUstep framework for accessing and rendering PDF content. It is based on the poppler library. . Its features are: - Render PDF content. - Extract text from a PDF document. - Access a PDF document's outline. - Search in PDF documents. . This package contains the runtime libraries. Package: libppx-assert-ocaml Description-md5: ad4136b56fceda86891156861c11fc06 Description-en: provide assertions in OCaml (runtime files) This package provides extension nodes to compare values and raise useful errors if they differ. . This package contains runtime files. Package: libppx-assert-ocaml-dev Description-md5: 0bd6986610ebe757d8ebb5f79e17c2c4 Description-en: provide assertions in OCaml (dev files) This package provides extension nodes to compare values and raise useful errors if they differ. . This package contains development files. Package: libppx-bin-prot-ocaml Description-md5: 4897be9d7a13546e54c4ade605b07315 Description-en: generation of bin_prot readers and writers from types (runtime) This package provides a ppx rewriter that generates binary serialization and deserialization functions from type definitions, using Jane Street's bin_prot library. . This package contains runtime files. Package: libppx-bin-prot-ocaml-dev Description-md5: f74af02f6013f9a6f3e82a147bc18603 Description-en: generation of bin_prot readers and writers from types (development) This package provides a ppx rewriter that generates binary serialization and deserialization functions from type definitions, using Jane Street's bin_prot library. . This package contains development files. Package: libppx-cold-ocaml Description-md5: b86fa7443711f557de82fe1cc770bb57 Description-en: provide the @cold annotation for OCaml (runtime files) This package provides the @cold annotation to program in OCaml to disable a closure optimisation. . This package contains runtime files. Package: libppx-cold-ocaml-dev Description-md5: 659edc78b6846840db3f7072ede466c2 Description-en: provide the @cold annotation for OCaml (dev files) This package provides the @cold annotation to program in OCaml to disable a closure optimisation. . This package contains development files. Package: libppx-compare-ocaml Description-md5: 3f17cb47e6da3ca3e7b90d4c68df765c Description-en: generation of comparison functions from OCaml types (runtime) Ppx_compare is a ppx rewriter that derives comparison and equality functions from type representations. The scaffolded functions are usually much faster than ocaml's Pervasives.compare and Pervasives.(=). Scaffolding functions also gives you more flexibility by allowing you to override them for a specific type and more safety by making sure that you only compare comparable values. . This package contains runtime files. Package: libppx-compare-ocaml-dev Description-md5: 806b25c8a40645f87dec90f4ee28dac4 Description-en: generation of comparison functions from OCaml types (development) Ppx_compare is a ppx rewriter that derives comparison and equality functions from type representations. The scaffolded functions are usually much faster than ocaml's Pervasives.compare and Pervasives.(=). Scaffolding functions also gives you more flexibility by allowing you to override them for a specific type and more safety by making sure that you only compare comparable values. . This package contains development files. Package: libppx-custom-printf-ocaml Description-md5: 2ab5185e4d0c30d2b7b5525607659bc9 Description-en: printf-style format-strings for user-defined string conversion (runtime) ppx_custom_printf is a ppx rewriter that allows the use of user-defined string conversion functions in format strings (that is, strings passed to printf, sprintf, etc.). . No new syntax is introduced. Instead a previously ill-typed use of the ! operator is re-purposed. . This package contains runtime files. Package: libppx-custom-printf-ocaml-dev Description-md5: fd363fe67f50a2dcc3969e0c4029b640 Description-en: printf-style format-strings for user-defined string conversion (dev) ppx_custom_printf is a ppx rewriter that allows the use of user-defined string conversion functions in format strings (that is, strings passed to printf, sprintf, etc.). . No new syntax is introduced. Instead a previously ill-typed use of the ! operator is re-purposed. . This package contains development files. Package: libppx-deriving-ocaml Description-md5: 78e04260955cc64c48f886d479237c56 Description-en: type-driven code generation for OCaml (runtime files) Ppx_deriving provides common infrastructure for generating code based on type definitions, and a set of useful plugins for common tasks. . This package contains runtime files. Package: libppx-deriving-ocaml-dev Description-md5: edb671db6b10ed6c0cce6f7f80f75a61 Description-en: type-driven code generation for OCaml (dev files) Ppx_deriving provides common infrastructure for generating code based on type definitions, and a set of useful plugins for common tasks. . This package contains development files. Package: libppx-deriving-yojson-ocaml-dev Description-md5: 6ea76790282bcf2c08342200a25522a3 Description-en: OCaml syntax extension for JSON serialization Ppx-deriving-yojson is a syntax extension for the OCaml programming language. It allows you to annotate your type definitions, such that functions for serialization to JSON, and for deserialization from JSON, are automatically derived. Package: libppx-enumerate-ocaml Description-md5: 662945793d708e813b47d0201e8e7ab9 Description-en: list all values of a finite type (runtime files) This package generates a list with all possible values of a finite type. . This package contains runtime files. Package: libppx-enumerate-ocaml-dev Description-md5: 38e3f765a2e39fd6210c2f8be0379def Description-en: list all values of a finite type (dev files) This package generates a list with all possible values of a finite type. . This package contains development files. Package: libppx-expect-ocaml Description-md5: be9074fcadd2ae297e5c47dddf9a5529 Description-en: testing framework for OCaml (runtime files) This package provides a testing framework similar to Python's cram framework for OCaml programming. . This package contains runtime files. Package: libppx-expect-ocaml-dev Description-md5: b369f5322a66253ea7e2e9b9909e64cc Description-en: testing framework for OCaml (dev files) This package provides a testing framework similar to Python's cram framework for OCaml programming. . This package contains development files. Package: libppx-fields-conv-ocaml Description-md5: 80945b1cda76e83930aa161dec93ddaa Description-en: generation of accessor and iteration functions for OCaml records (runtime) ppx_fields_conv is a ppx rewriter that can be used to define first class values representing record fields, and additional routines, to get and set record fields, iterate and fold over all fields of a record and create new record values. . This package contains runtime files. Package: libppx-fields-conv-ocaml-dev Description-md5: 656bfd81649f55026933dec85d8f1b8c Description-en: generation of accessor and iteration functions for OCaml records (dev) ppx_fields_conv is a ppx rewriter that can be used to define first class values representing record fields, and additional routines, to get and set record fields, iterate and fold over all fields of a record and create new record values. . This package contains development files. Package: libppx-globalize-ocaml Description-md5: 862a6763f3e835d638e66985c670b9d6 Description-en: copy local values to the global heap (runtime files) This package provides a ppx rewriter to copy local values to the global heap. . This package contains runtime files. Package: libppx-globalize-ocaml-dev Description-md5: 369093f44344c66bfeea8b20157af592 Description-en: copy local values to the global heap (dev files) This package provides a ppx rewriter to copy local values to the global heap. . This package contains development files. Package: libppx-hash-ocaml Description-md5: 36a0837fca90ea4746c94af6f0850cb1 Description-en: ppx writer generating hash functions (runtime) This package provides a ppx writer generating hash functions from type expressions and definitions . This package contains runtime files. Package: libppx-hash-ocaml-dev Description-md5: 716c02f4d66aa89c07ba4aea43666b79 Description-en: ppx writer generating hash functions (development) This package provides a ppx writer generating hash functions from type expressions and definitions . This package contains development files. Package: libppx-here-ocaml Description-md5: 9800a6c317705da5fcb1941143e0c8b6 Description-en: OCaml extension node whose value is its source position (runtime) This package provides a ppx rewriter that defines an extension node whose value is its source position. This is normally used so exceptions can contain better positions. It can also be used in cases where stack traces are useless (for instance in monads with a complicated control flow). . This package contains runtime files. Package: libppx-here-ocaml-dev Description-md5: 65e859aa2515de47c0b598123a3b462c Description-en: OCaml extension node whose value is its source position (development) This package provides a ppx rewriter that defines an extension node whose value is its source position. This is normally used so exceptions can contain better positions. It can also be used in cases where stack traces are useless (for instance in monads with a complicated control flow). . This package contains development files. Package: libppx-import-ocaml Description-md5: f96f7525f882db68c98c579826d5548a Description-en: OCaml extension to import declarations (runtime) This package provides a ppx rewriter to import declarations from interface files. . This package contains runtime files. Package: libppx-import-ocaml-dev Description-md5: 6245a05e2a73ffff223065b65339c03e Description-en: OCaml extension to import declarations (development) This package provides a ppx rewriter to import declarations from interface files. . This package contains development files. Package: libppx-inline-test-ocaml Description-md5: 89a2140884abd69986f82e8fd53fd5ed Description-en: syntax extension for in-line tests in OCaml (runtime files) This package provides a syntax extension to write in-line tests in OCaml code. . This package contains runtime files. Package: libppx-inline-test-ocaml-dev Description-md5: 7411564e95cd755cc331cdf476e233a1 Description-en: syntax extension for in-line tests in OCaml (dev files) This package provides a syntax extension to write in-line tests in OCaml code. . This package contains development files. Package: libppx-optcomp-ocaml Description-md5: dfb1020181fcc0b7bb913f4c146736dc Description-en: optional compilation for OCaml (runtime files) ppx_optcomp stands for Optional Compilation. It is a tool used to handle optional compilations of pieces of code depending of the word size, the version of the compiler, ... . This package contains runtime files. Package: libppx-optcomp-ocaml-dev Description-md5: 992a4a6997b984aa47e3ef18c16e08f4 Description-en: optional compilation for OCaml (dev files) ppx_optcomp stands for Optional Compilation. It is a tool used to handle optional compilations of pieces of code depending of the word size, the version of the compiler, ... . This package contains development files. Package: libppx-sexp-conv-ocaml Description-md5: 8250a2d8b74e423443b3fceeeb14252f Description-en: generation of S-expressions from type definitions (runtime files) ppx_sexp_conv is a PPX syntax extension that generates code for converting OCaml types to and from S-expressions, as defined in the sexplib library. . This package contains runtime files. Package: libppx-sexp-conv-ocaml-dev Description-md5: 8306bf1b08d1d1dc6c1d6dcff4dfcb1a Description-en: generation of S-expressions from type definitions (dev files) ppx_sexp_conv is a PPX syntax extension that generates code for converting OCaml types to and from S-expressions, as defined in the sexplib library. . This package contains development files. Package: libppx-stable-witness-ocaml Description-md5: 20fa5af7561b2e96663f6a1ecc99f68b Description-en: stable witness derivation (runtime) Ppx extension for deriving a witness that a type is intended to be stable. In this context, stable means that the serialization format will never change. This allows programs running at different versions of the code to safely communicate. . This package contains runtime files. Package: libppx-stable-witness-ocaml-dev Description-md5: 0fb1dc27e4bbeeb9edc4ee7d4b635b15 Description-en: stable witness derivation (development) Ppx extension for deriving a witness that a type is intended to be stable. In this context, stable means that the serialization format will never change. This allows programs running at different versions of the code to safely communicate. . This package contains development files. Package: libppx-string-ocaml Description-md5: cc168273ce2f76e9267fd992bcb20493 Description-en: string interpolation (runtime) Ppx extension for string interpolation. Part of the Jane Street's PPX rewriters collection. . This package contains runtime files. Package: libppx-string-ocaml-dev Description-md5: 270aa35649e732436620f313cea7bee3 Description-en: string interpolation (development) Ppx extension for string interpolation. Part of the Jane Street's PPX rewriters collection. . This package contains development files. Package: libppx-variants-conv-ocaml Description-md5: 113f656b761163041088b6e7243c4d47 Description-en: generation of accessor and iteration functions for OCaml variants (runtime) ppx_variants_conv is a ppx rewriter that can be used to define first class values representing variant constructors, and additional routines to fold, iterate and map over all constructors of a variant type. . This package contains runtime files. Package: libppx-variants-conv-ocaml-dev Description-md5: f77ab6b5924394377e3724e5c33a4c33 Description-en: generation of accessor and iteration functions for OCaml variants (dev) ppx_variants_conv is a ppx rewriter that can be used to define first class values representing variant constructors, and additional routines to fold, iterate and map over all constructors of a variant type. . This package contains development files. Package: libppx-visitors-ocaml-dev Description-md5: b22173fd471aaf707ed2fcb2a3b392dd Description-en: OCaml syntax extension for object-oriented visitors Visitors is a syntax extension for the OCaml programming language. It allows you to annotate your type definitions, such that a visitor class will be automatically generated. This visitor class contains methods for the traversal of your data structure, like iter, map, fold, etc. It is then easy to override these methods for your needs. This is very convenient when programming with complex algebraic data structures. Package: libppx-visitors-ocaml-doc Description-md5: 1f9a0e76214184ea483ad1772f5e5159 Description-en: Documentation of the visitors syntax extension for OCaml This package contains the documentation of the visitors syntax extension for the OCaml programming language. Package: libppxlib-ocaml-dev Description-md5: 9263a3fdec1250da537a263f94f513c3 Description-en: meta-programming for OCaml The ppxlib project provides the basis for the ppx system, which is currently the officially supported method for meta-programming in OCaml. It offers a principled way to generate code at compile time in OCaml projects. It features: * OCaml AST / parser / pretty-printer snapshot, to create a full frontend independent of the version of OCaml; * library for ppx rewriters in general, and type-driven code generators in particular; * feature-full driver for OCaml AST transformers; * quotation mechanism allowing to write values representing the OCaml AST in the OCaml syntax; * generator of open recursion classes from type definitions. Package: libprelude-dev Description-md5: 690200baf98a592ce26413fad4f65ff1 Description-en: Security Information and Events Management system [ Development files ] The Prelude Library is a collection of generic functions providing communication between the Prelude SIEM suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. . This package contains the development files for Prelude components. Package: libprelude-doc Description-md5: 35aa5e25f36a55c1346fc8f0902ae961 Description-en: Security Information and Events Management system [ Documentation ] The Prelude Library is a collection of generic functions providing communication between the Prelude SIEM suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. . This package contains the documentation for developers for Prelude components. Package: libprelude-lua Description-md5: a1584926ab850438f031972da69c7a21 Description-en: Security Information and Events Management system [ Lua bindings ] The Prelude Library is a collection of generic functions providing communication between the Prelude SIEM suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. . This package contains the Lua bindings for Prelude. Package: libprelude-perl Description-md5: a99e41706f71efe8881d388b611cf7a7 Description-en: Security Information and Events Management system [ Perl bindings ] The Prelude Library is a collection of generic functions providing communication between the Prelude SIEM suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. . This package contains the perl bindings for Prelude. Package: libprelude28 Description-md5: b02ea600b91be43ec2557a750781cd88 Description-en: Security Information and Events Management system [ Base library ] The Prelude Library is a collection of generic functions providing communication between the Prelude SIEM suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. . This package contains the Prelude shared library. Package: libpreludecpp12 Description-md5: 479c49791ad72aef827e8c262ebf1e70 Description-en: Security Information and Events Management system [ C++ library ] The Prelude Library is a collection of generic functions providing communication between the Prelude SIEM suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. . This package contains the Prelude C++ shared library. Package: libprismatic-schema-clojure Description-md5: 659baec18a32d01783e3a7d8ac77269f Description-en: Clojure(Script) library for declarative data description and validation Schema is a rich language for describing data shapes, with a variety of features: . * Data validation, with descriptive error messages of failures (targeted at programmers) * Annotation of function arguments and return values, with optional runtime validation * Schema-driven data coercion, which can automatically, succinctly, and safely convert complex data types. Package: libpromod3-core-dev Description-md5: 130caed04ee4192e30754db98d966a47 Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains development files for ProMod3 core. Package: libpromod3-core3.4 Description-md5: 081e7370cafff49d648e0339cafa173e Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains the shared library for ProMod3 core. Package: libpromod3-loop-dev Description-md5: e157c771829ae5de72fd0e7f5b8cbcce Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains development files for loop handling engine. Package: libpromod3-loop3.4 Description-md5: bb64523db4b8e75fea8005b8f48218d7 Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains the shared library for loop handling engine. Package: libpromod3-modelling-dev Description-md5: 00c091f0a814a6414715fef24fa1732e Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains development files for modelling engine. Package: libpromod3-modelling3.4 Description-md5: ed662fcd37699c83b00770498305af3a Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains the shared library for modelling engine. Package: libpromod3-scoring-dev Description-md5: 4ad63a13dced0da1f84cd754713b1d1e Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains development files for scoring functions. Package: libpromod3-scoring3.4 Description-md5: 714cb4efc3a92d1e955b903e0d24b382 Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains the shared library for scoring functions. Package: libpromod3-sidechain-dev Description-md5: 2536e68c8d4534246fbbda2a404d1348 Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains development files for sidechain handling. Package: libpromod3-sidechain3.4 Description-md5: 96f9153def5bd475c25302fa37de2f5f Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains the shared library for sidechain handling. Package: libpsych-java Description-md5: c6bc651afa3bfe108b48a82c1353a893 Description-en: ruby-psych Java extension ruby-psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format. . Psych has been included with the main Ruby implementation since 1.9.2, and is the default YAML parser from 1.9.3 and beyond. . libpsych-java ships the Java extension to improve performance for Ruby implementations running in the JVM, like jruby. Package: libpwquality-tools Description-md5: 748331af36bc84978f52ee4344e90e81 Description-en: tools for password quality checking and generation libpwquality's purpose is to provide common functions for password quality checking and also scoring them based on their apparent randomness. The library also provides a function for generating random passwords with good pronounceability. . Tools for password quality checking and generation. Package: libpyside2-dev Description-md5: 3fd49dfef4a775c4bb740908d914d395 Description-en: Python bindings for Qt5 (development files) pyside2 provides Python bindings for Qt 5.x framework. . 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 development headers for the libpyside2 library. Package: libpyside2-py3-5.15 Description-md5: 8456aeaea18f36be3927a7fa18eee016 Description-en: Python 3 bindings for Qt5 (base files) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python3 base file used by all modules. Package: libqcheck-core-ocaml Description-md5: fca259cad1ec93f3f1606be3e7170d79 Description-en: QuickCheck inspired property-based testing for OCaml (Runtime library) This module allows one to check invariants (properties of some types) over randomly generated instances of the type. It provides combinators for generating instances and printing them. Package: libqcheck-core-ocaml-dev Description-md5: 92495d7c40551c5fbaf5cbe629f27d54 Description-en: QuickCheck inspired property-based testing for OCaml (Development package) This module allows one to check invariants (properties of some types) over randomly generated instances of the type. It provides combinators for generating instances and printing them. Package: libqcheck-ocaml Description-md5: 03b1d439838ed2c58bb0e7c2425b7293 Description-en: QuickCheck inspired property-based testing for OCaml (Runtime library) This module allows one to check invariants (properties of some types) over randomly generated instances of the type. It provides combinators for generating instances and printing them. . This is a compatibility library, depends on libqcheck-ocaml. Package: libqcheck-ocaml-dev Description-md5: e09ed79bba6040b88ff9ff5edf7e52a6 Description-en: QuickCheck inspired property-based testing for OCaml (Development package) This module allows one to check invariants (properties of some types) over randomly generated instances of the type. It provides combinators for generating instances and printing them. . This is a compatibility library, depends on libqcheck-ocaml. Package: libqcheck-ocaml-doc Description-md5: 1ef80994d3ea7567009c0adbf3cd348a Description-en: Documentation for ocaml-qcheck This module allows one to check invariants (properties of some types) over randomly generated instances of the type. It provides combinators for generating instances and printing them. . This package contains documentation for ocaml-qcheck in html format. Package: libqcheck-ounit-ocaml Description-md5: 67d6867edcc76b989bb21ebad586dba7 Description-en: QCheck integration with OUnit (Runtime library) This module provides QCheck integration with OUnit. . QCheck allows one to check invariants (properties of some types) over randomly generated instances of the type. It provides combinators for generating instances and printing them. Package: libqcheck-ounit-ocaml-dev Description-md5: 541dafcfb635ee408291c0652a02f782 Description-en: QCheck integration with OUnit (Development package) This module provides QCheck integration with OUnit. . QCheck allows one to check invariants (properties of some types) over randomly generated instances of the type. It provides combinators for generating instances and printing them. Package: libqcow-dev Description-md5: 2877f7b721886c2ee0e85e11eae61928 Description-en: QEMU Copy-On-Write image format access library -- development files libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format. . This package includes the development support files. Package: libqcow-utils Description-md5: 47d81ceacc7aecaba8af34b2ec1d888d Description-en: QEMU Copy-On-Write image format access library -- Utilities libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format. . This package contains tools to access data stored in QCOW files: qcowinfo, qcowmount. Package: libqcow1 Description-md5: ad2e480029d6e2c25ba681d44b0d5b79 Description-en: QEMU Copy-On-Write image format access library libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format. . This package contains the shared library. Package: libqgis-3d3.28.15 Description-md5: 12c7e46a9ba3838604ff324ef2f4b517 Description-en: QGIS - shared 3d library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared 3d library. Package: libqgis-analysis3.28.15 Description-md5: bbce9a642240ceda07f97dc929f9b3b4 Description-en: QGIS - shared analysis library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared analysis library. Package: libqgis-app3.28.15 Description-md5: 23c167da57fa2c94db3ad31618e4bca8 Description-en: QGIS - shared app library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared app library. Package: libqgis-core3.28.15 Description-md5: 088a2dda37829f9928fa200ce0e8ad40 Description-en: QGIS - shared core library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared core library. Package: libqgis-customwidgets Description-md5: d1970042c339de23134950db6dfcef02 Description-en: QGIS custom widgets for Qt Designer QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains a library to use specific QGIS widgets in Qt Designer. Package: libqgis-dev Description-md5: a1e0eb713c023b2ba12f7f4f1bc853fe Description-en: QGIS - development files QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the headers and libraries needed to develop plugins for QGIS. Package: libqgis-gui3.28.15 Description-md5: 2165ba9b4d7e41a03df30272ae0eefa8 Description-en: QGIS - shared gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared gui library. Package: libqgis-native3.28.15 Description-md5: 8cdea1246871e92b3436eab7f993e31a Description-en: QGIS - shared native gui library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared native gui library. Package: libqgis-server3.28.15 Description-md5: c63221150996c9c3e07765375705efb7 Description-en: QGIS - shared server library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared server library. Package: libqgisgrass8-3.28.15 Description-md5: 708140c2b18f4c8e06328e190460d96c Description-en: QGIS - shared grass library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared grass library. Package: libqgispython3.28.15 Description-md5: 9f7049c2185751c59d8a6eb264ba1338 Description-en: QGIS - shared Python library QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the shared Python library. Package: libqsastime-dev Description-md5: 50108538c058e2b15a79bc388b474234 Description-en: Time format conversion library (development files) The qsastime library is a simple library for handling time format conversion. It overcomes the limitations of the POSIX time handling routines by allow high precision time variables over a large range of ranges of dates and by correctly handling leap seconds. It was designed with the needs of scientific data plotting in mind. This package provides the necessary files to do development with libqsastime. . The source code for this library is part of the plplot source package. Package: libqsastime0 Description-md5: 1b0ca9bf80be8acb86ff7fc64cc84f9a Description-en: Time format conversion library The qsastime library is a simple library for handling time format conversion. It overcomes the limitations of the POSIX time handling routines by allow high precision time variables over a large range of ranges of dates and by correctly handling leap seconds. It was designed with the needs of scientific data plotting in mind. This package provides the runtime library. . The source code for this library is part of the plplot source package. Package: libqt5-ukui-style-dev Description-md5: 5b0ccf52b16aa34e09513c365c306fb8 Description-en: Development files of libqt5-ukui-style1 qt5-ukui-platformtheme is official platform theme of UKUI desktop environment. It also provides the common metadatas for ukui-styles and platform theme using. The library provided many convenient API for changing a qt widgets style, such as buttons color, tabwidget animation, etc. . This package provides the development files of libqt5-ukui-style1. Package: libqt5-ukui-style1 Description-md5: 3c35e9a70ef7b4cb302bafbc5ebc792e Description-en: UKUI platform theme and styles' shared library qt5-ukui-platformtheme is official platform theme of UKUI desktop environment. It also provides the common metadatas for ukui-styles and platform theme using. The library provided many convenient API for changing a qt widgets style, such as buttons color, tabwidget animation, etc. . This package provides the shared libraries used by ukui platform theme and ukui-styles. Package: libqt53danimation5 Description-md5: 5050ed32aab215826d624fdb5caafd57 Description-en: Qt 3D animation 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 Animation module. Package: libqt53dcore5 Description-md5: ee495a574921a5d1d1f90ea143d45ddc Description-en: Qt 3D 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 Qt 3D Core module. Package: libqt53dextras5 Description-md5: c7ee3f73a666eebfc6e61461f2184c11 Description-en: Qt 3D extras Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 3D extras module. Package: libqt53dinput5 Description-md5: 1a557218f50ec9b60ace8e757d4e7f90 Description-en: Qt 3D Input 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 Qt 3D Input module. Package: libqt53dlogic5 Description-md5: 80a3c2698ef0b31b111a85e5f9e9e070 Description-en: Qt 3D logic 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 Qt 3D Logic module. Package: libqt53dquick5 Description-md5: 92cddc09c5eb6302149a2a59faad487b Description-en: Qt 3D Quick 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 Qt 3D Quick module. Package: libqt53dquickanimation5 Description-md5: 3da2672f34e164c92e131106cd66a27b Description-en: Qt 3D Quick animation 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 Animation module. Package: libqt53dquickextras5 Description-md5: 77128f5a97149574fd4abf61c3c8e997 Description-en: Qt 3D Quick extras Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 3D Quick extras module. Package: libqt53dquickinput5 Description-md5: b72fdb2aa4706cfe8b64b600546af444 Description-en: Qt 3D Quick input Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 3D Quick input module. Package: libqt53dquickrender5 Description-md5: 95d6b01f6d987adc09c14cfed1ef7298 Description-en: Qt 3D Quick Renderer 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 Qt 3D Quick Renderer module. Package: libqt53dquickscene2d5 Description-md5: f50896d9ab3e2716932c24f8ec04f825 Description-en: Qt 3D Quick scene 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 Scene 2D module. Package: libqt53drender5 Description-md5: f3866e0412da852779aa86dda563febb Description-en: Qt 3D Renderer 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 Qt 3D Renderer module. Package: libqt5bluetooth5 Description-md5: 5cadd27323ff460e7d13ee8ef4cc8850 Description-en: Qt Connectivity Bluetooth 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 Bluetooth part of the Qt Connectivity module. Package: libqt5bluetooth5-bin Description-md5: b3c02af40a23b56b4bf2c3c1a3ecb884 Description-en: Qt Connectivity Bluetooth module helper binaries 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 Bluetooth helper binaries. Package: libqt5charts5 Description-md5: 78fe0a4b599676757f1650be78c4f4a6 Description-en: Qt charts shared library Qt Charts module provides a set of easy to use chart components. . This package contains the shared library for Qt Charts. Package: libqt5charts5-dev Description-md5: d790223e7176aa6a25cacaf66900c360 Description-en: Qt charts development files Qt Charts module provides a set of easy to use chart components. . This package contains the header development files used for building Qt 5 applications using QtCharts. Package: libqt5concurrent5 Description-md5: e0df68f337531f2bfba6d9963eebfc16 Description-en: Qt 5 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: libqt5contacts5a Description-md5: 2f48c07bace2d6691360fbae8783a306 Description-en: Qt PIM module, Contacts 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 Qt PIM module's Contacts library. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqt5core5a Description-md5: 75c9109eafc0c1da6d6b6ca7b292f133 Description-en: Qt 5 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: libqt5datavisualization5 Description-md5: aa5d7092ff3d5b729c96ae40bd0ac156 Description-en: Qt 5 Data Visualization 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 a set of APIs to visualize data in 3D as bar, scatter, and surface graphs. Package: libqt5datavisualization5-dev Description-md5: cdd98ae58ec93447bbdc3570f65bef0d Description-en: APIs for data visualization functionality - 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 applications using the Qt Data Visualization library. Package: libqt5dbus5 Description-md5: 66ed2fe869611cd7a269446bd63f9400 Description-en: Qt 5 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: libqt5designer5 Description-md5: 7ffa0bb5842adb966c1c5b7e69997c4a Description-en: Qt 5 designer 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 QtDesigner module provides classes that allow you to create your own custom widget plugins for Qt Designer, and classes that enable you to access Qt Designer's components. Package: libqt5designercomponents5 Description-md5: 7de8dd34c7de96d3b41df25cec62de7e Description-en: Qt 5 Designer components 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 includes components for the Qt 5 Designer module. Package: libqt5gamepad5 Description-md5: c840362b43a598f14ab594c4d753ff46 Description-en: Qt 5 gamepad 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 he gamepad module library. Package: libqt5gamepad5-dev Description-md5: 2dbd6e967ba8429d342acd5dc0835699 Description-en: Qt 5 gamepad 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 for the gamepad module. Package: libqt5gui5 Description-md5: 9dadc5c1f0624a1be05b1ff4f1c6cd6d Description-en: Qt 5 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: libqt5gui5-gles Description-md5: 03224169253711c70efe99c16927c87c Description-en: Qt 5 GUI module — OpenGL ES variant 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. . This package provides a version of Qt GUI library built against OpenGL ES, for use on embedded/mobile devices. Package: libqt5help5 Description-md5: dc0f2e17602f253ba78a2ab8bbb8d543 Description-en: Qt 5 help 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 QtHelp module provides classes for integrating online documentation in applications. Package: libqt5hunspellinputmethod5 Description-md5: d11681a4e491350d5b02cfa4fbc7ca90 Description-en: Qt virtual keyboard - helper library for Hunspell input method The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets. . This package contains the helper shared library for Hunspell input method. Package: libqt5location5 Description-md5: faf8936a8aaae73be369efa5286a805a Description-en: Qt Location 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 Qt Location module. Package: libqt5location5-plugin-mapboxgl Description-md5: 00ad2798f5ea004513fbd3b05d520dff Description-en: Qt Location module - Mapbox GL plugin 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 Mapbox GL plugin for Qt Location. Package: libqt5location5-plugins Description-md5: 5b7150af1f4ab09b41ff2138b17c5b41 Description-en: Qt Location module - geolocation 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 Qt Location plugins: ESRI, Items Overlay, Mapbox, HERE/Nokia and Open Street Map. Package: libqt5multimedia5 Description-md5: 0fd4e386c6bde062c12b013340fc2cae Description-en: Qt 5 Multimedia 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 a set of APIs to play and record media, and manage a collection of media content. Package: libqt5multimedia5-plugins Description-md5: 871e5673651571ab7438746185ff6654 Description-en: Qt 5 Multimedia module 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 a set of plugins for supporting m3u, pulseaudio and GStreamer. Package: libqt5multimediagsttools5 Description-md5: 9a134dca24de2bf35c9ac74b753148dd Description-en: GStreamer tools for Qt 5 Multimedia 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 GStreamer tools for Qt 5 Multimedia module. Package: libqt5multimediaquick5 Description-md5: 10cd066c6217162123930b6485245e89 Description-en: Qt 5 Multimedia Quick 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 a set of APIs to play and record media, and manage a collection of media content with the Quick module. Package: libqt5multimediawidgets5 Description-md5: a85511daf2fe288583ce79f752671d86 Description-en: Qt 5 Multimedia 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. . This package contains a set of widgets to play and record media, and manage a collection of media content. Package: libqt5network5 Description-md5: 267676193dcb13e33a5c3f9c219b1838 Description-en: Qt 5 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: libqt5networkauth5 Description-md5: 81aa226fcf9d3e2e1245eb3335794ab2 Description-en: online account access for Qt apps - Library 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 QtNetworkAuth libraries. Package: libqt5networkauth5-dev Description-md5: c62d53864a68ba4ad74ec1ba0c22d65f Description-en: online account access for Qt apps - Development Files 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 5 applications using the QtNetworkAuth library. Package: libqt5nfc5 Description-md5: dd537692b1adfade44d5f65724e44cc3 Description-en: Qt Connectivity NFC 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 NFC part of the Qt Connectivity module. Package: libqt5opengl5 Description-md5: 0966e72b3545e5c76ba7176064c64965 Description-en: Qt 5 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: libqt5opengl5-dev Description-md5: 76f1fd5b0a241ef67384ff7dfbd93542 Description-en: Qt 5 OpenGL library 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 5 applications using QtOpenGL library. Package: libqt5organizer5a Description-md5: ed8d300fc6b3a1af43a5d3e844504189 Description-en: Qt PIM module, Organizer 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 Qt PIM module's Organizer library. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqt5pdf5 Description-md5: f0540c2734e337b16b764eb8cb1dfa34 Description-en: Qt 5 PDF library The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the Qt PDF library. Package: libqt5pdfwidgets5 Description-md5: d99e22e635283d0ff1105e2495bed4f2 Description-en: Qt 5 PDF Widgets library The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the Qt PDF Widgets library. Package: libqt5positioning5 Description-md5: e4fae679fe1460e90893909931d9dc74 Description-en: Qt Positioning 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 Qt Positioning module. Package: libqt5positioning5-plugins Description-md5: 8e8ffe67e4c7e99862ec2c75f7616f13 Description-en: Qt Positioning module - position 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 Qt Positioning plugins. Package: libqt5positioningquick5 Description-md5: 909d37bbf15e9b3d1e42c3b67d16253d Description-en: Qt Positioning module - Qt Quick 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 contain the Qt Quick interface for the Qt Positioning module. Package: libqt5printsupport5 Description-md5: ad2a0dcae2a6addab1c4c4b7c64b6a4e Description-en: Qt 5 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: libqt5publishsubscribe5 Description-md5: b3e50d9b59fd7e165b714f2920ab4f07 Description-en: Qt Systems module - publish subscribe 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 Publish Subscribe part of the Qt Systems module. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqt5qml5 Description-md5: a738ffdd7112e97f1f00381ee382723b Description-en: Qt 5 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt QML module provides a framework for developing applications and libraries with the QML language. It defines and implements the language and engine infrastructure, and provides an API to enable application developers to extend the QML language with custom types and integrate QML code with JavaScript and C++. Package: libqt5qmlmodels5 Description-md5: bdc7e9b476499ec1ea13a9c5477ededf Description-en: Qt 5 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: libqt5qmlworkerscript5 Description-md5: b3f2c36ce8517dffb933ee68f894f688 Description-en: Qt 5 QML Worker Script 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 Worker Script support library. Package: libqt5quick5 Description-md5: b007eea137d3d44d7f8ffa1d25ab7526 Description-en: Qt 5 Quick library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Quick is a collection of technologies that are designed to help developers create the kind of intuitive, modern, fluid user interfaces that are increasingly used on mobile phones, media players, set-top boxes and other portable devices. Package: libqt5quick5-gles Description-md5: 70395f664bd188ac9751f21120d0d22c Description-en: Qt 5 Quick library — OpenGL ES variant 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. . This package provides a version of Qt Quick library built against OpenGL ES, for use on embedded/mobile devices. Package: libqt5quickcontrols2-5 Description-md5: dc63dc18ef3dc5ab1ac25e9f4869da46 Description-en: Qt 5 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 5 Quick Controls 2 library. Package: libqt5quickparticles5 Description-md5: 938aa93447dd78ea7f9aad01a0de0dc4 Description-en: Qt 5 Quick particles module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Quick Particles support library. Package: libqt5quickparticles5-gles Description-md5: 4831f260b13683231de1e649d4262600 Description-en: Qt 5 Quick particles module — OpenGL ES variant 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 a version of the Qt Quick Particles support library built against OpenGL ES, for use on embedded/mobile devices. Package: libqt5quickshapes5 Description-md5: 92a5771fca0a1dad6f1ec898f473be2c Description-en: Qt 5 Quick Shapes 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 Shapes support library. Package: libqt5quicktemplates2-5 Description-md5: 0a1cdb4ffdd64f222b7f3c56f65e9476 Description-en: Qt 5 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 5 Quick Templates 2 library. Package: libqt5quicktest5 Description-md5: 62d336fbf0430511d8db72f806e6fba5 Description-en: Qt 5 Quick Test library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Quick Test library for QtDeclarative module. Package: libqt5quickwidgets5 Description-md5: 361283124e954f5db8ff11d3fb23121e Description-en: Qt 5 Quick Widgets library Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Quick Widgets library for QtDeclarative module. Package: libqt5qxlsx-dev Description-md5: ae566ff12d679f9e51d528d1539fb67a Description-en: Excel file (*.xlsx) reader/writer library for Qt5 (development). QXlsx is excel file (*.xlsx) reader/writer library. Development language of QXlsx is C++ (with Qt). . This file contains development files. Package: libqt5qxlsx0 Description-md5: 1610692d03d23f79e3c2be45803aecb3 Description-en: Excel file (*.xlsx) reader/writer library for Qt5 (library). QXlsx is excel file (*.xlsx) reader/writer library. Development language of QXlsx is C++ (with Qt). . This file contains the shared library. Package: libqt5remoteobjects5 Description-md5: d666dc4f6ab4bdf5d242f840f4aa021a Description-en: Qt module for IPC The Qt Remote Objects extends Qt's existing functionalities to enable information exchange between processes or computers. . This package contains the shared library for Qt Remote Objects. Package: libqt5remoteobjects5-bin Description-md5: ebe0aa57785b06d7b375d3dfceb13c20 Description-en: Qt module for IPC — the Replica Compiler (repc) The Qt Remote Objects extends Qt's existing functionalities to enable information exchange between processes or computers. . The Replica Compiler (repc) generates QObject header files based on an API definition file. Package: libqt5remoteobjects5-dev Description-md5: f6e417e25e22e6204d219e89c08d95a2 Description-en: Qt module for IPC — development files The Qt Remote Objects extends Qt's existing functionalities to enable information exchange between processes or computers. . This package contains the development files for qtremoteobjects. Package: libqt5script5 Description-md5: d3c4a0e8070a26c56f291248544e83a5 Description-en: Qt 5 script 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 QtScript module provides classes for making Qt applications scriptable. Package: libqt5scripttools5 Description-md5: 0514b920233acecc79cd86b47fb195a3 Description-en: Qt 5 script 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 QtScriptTools module provides additional components for applications that use Qt Script. . This package contains the Qt Script debugger, a tool for debugging script execution in Qt applications that use Qt Script. Package: libqt5scxml5 Description-md5: ca5e630409298e090f876c6cffa10582 Description-en: Qt module for creating state machines from SCXML files library The Qt SCXML module provides functionality to create state machines from SCXML files. This includes both dynamically creating state machines (loading the SCXML file and instantiating states and transitions) and generating a C++ file that has a class implementing the state machine. It also contains functionality to support data models and executable content. Package: libqt5scxml5-bin Description-md5: 3651c8768fa2d908825de90823854001 Description-en: Qt module for creating state machines from SCXML files helper The Qt SCXML module provides functionality to create state machines from SCXML files. This includes both dynamically creating state machines (loading the SCXML file and instantiating states and transitions) and generating a C++ file that has a class implementing the state machine. It also contains functionality to support data models and executable content. . This package contains the helper binary for qtscxml. Package: libqt5scxml5-dev Description-md5: 1b9ea21e1a8fabf99715868f8b1e2746 Description-en: Qt module for creating state machines from SCXML files development The Qt SCXML module provides functionality to create state machines from SCXML files. This includes both dynamically creating state machines (loading the SCXML file and instantiating states and transitions) and generating a C++ file that has a class implementing the state machine. It also contains functionality to support data models and executable content. . This package contains the development files for qtscxml. Package: libqt5scxml5-private-dev Description-md5: e2f5af8c9cfb58757388b22da0950ad0 Description-en: Qt SCXML private development files The Qt SCXML module provides functionality to create state machines from SCXML files. This includes both dynamically creating state machines (loading the SCXML file and instantiating states and transitions) and generating a C++ file that has a class implementing the state machine. It also contains functionality to support data models and executable content. . This package contains the private development files for Qt SCXML. Use at your own risk. Package: libqt5sensors5 Description-md5: 41282d0d6f2d4c83b25b30273ba0058c Description-en: Qt Sensors 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 Qt Sensors module. Package: libqt5sensors5-dev Description-md5: dd848e0ce5cb3cf7836fc859c55e581f Description-en: Qt 5 Sensors 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 5 applications using Qt Sensors library. Package: libqt5serialbus5 Description-md5: d120e24eb940e236d5dd5142775fcd86 Description-en: Qt serialbus - serial bus access shared library Qt serialbus module provides Qt module for general purpose serial bus access. Support for CAN and potentially other serial buses. . This package contains the shared library for Qt Serialbus. Package: libqt5serialbus5-bin Description-md5: d41e84fc072ef8c48df0e5dd34469799 Description-en: Qt Serialbus module serial bus access helper binaries Qt serialbus module provides Qt module for general purpose serial bus access. Support for CAN and potentially other serial buses. . This package contains Serialbus helper binaries. Package: libqt5serialbus5-dev Description-md5: 907383bbfa3fbc525a29fc3ea5c4bc91 Description-en: Qt serialbus serial bus access development Qt serialbus module provides Qt module for general purpose serial bus access. Support for CAN and potentially other serial buses. . This package contains the header development files used for building Qt 5 applications using qtserialbus. Package: libqt5serialbus5-plugins Description-md5: 2ff34421205df183d17ce52b07612f46 Description-en: Qt serialbus - serial bus access plugins Qt serialbus module provides Qt module for general purpose serial bus access. Support for CAN and potentially other serial buses. . This package contains Qt Serialbus plugins. Package: libqt5serialport5 Description-md5: 495baaf3e432acf5b4e4136a5d0e645a Description-en: Qt 5 serial port support 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 includes the library to use serial ports from within Qt 5. Package: libqt5serialport5-dev Description-md5: ec6e5c3fc91d00795e2fd511b16872a7 Description-en: Qt 5 serial port 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 includes the development headers for the serial port library. Package: libqt5serviceframework5 Description-md5: 36e51796b18106e33c0803efe6aef6f3 Description-en: Qt Systems module - service framework 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 Service Framework part of the Qt Systems module. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqt5sql5 Description-md5: 0713fa3e9592ca24526ad333118f8889 Description-en: Qt 5 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: libqt5sql5-ibase Description-md5: 795132c8ae8170c30afb981caa53c8cf Description-en: Qt 5 Firebird database driver This package contains the Firebird plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a Firebird/InterBase DB. Package: libqt5sql5-mysql Description-md5: ef00502b07fd416665becb7a946fa058 Description-en: Qt 5 MySQL database driver This package contains the MySQL plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a MySQL DB. Package: libqt5sql5-odbc Description-md5: 307a8af530b7222b52853293e564167c Description-en: Qt 5 ODBC database driver This package contains the ODBC plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access an ODBC DB. Package: libqt5sql5-psql Description-md5: 26b8a37b36abcc581802bb9591e003d6 Description-en: Qt 5 PostgreSQL database driver This package contains the PostgreSQL plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a PostgreSQL DB. Package: libqt5sql5-sqlite Description-md5: f74ea3b242033484777e5a5e9fb468bc Description-en: Qt 5 SQLite 3 database driver This package contains the SQLite 3 plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access an SQLite 3 DB. Package: libqt5sql5-tds Description-md5: 98049901ac7df77f69890567ec4a2170 Description-en: Qt 5 FreeTDS database driver This package contains the FreeTDS plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a MS SQL or Sybase SQL server. Package: libqt5svg5 Description-md5: 0e98bb6ccd1201f38567cb67caec74ad Description-en: Qt 5 SVG 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 QtSvg module provides classes for displaying the contents of SVG files. . Scalable Vector Graphics (SVG) is a language for describing two-dimensional graphics and graphical applications in XML. Package: libqt5svg5-dev Description-md5: aa60a505d0dba59e0a5d3f03ca43c3c7 Description-en: Qt 5 SVG 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. . The QtSvg module provides classes for displaying the contents of SVG files. . Scalable Vector Graphics (SVG) is a language for describing two-dimensional graphics and graphical applications in XML. . This package contains the header development files used for building Qt 5 applications using QtSvg library. Package: libqt5systeminfo5 Description-md5: a6d640a60aed9ec0f2f5dd8e987f72b4 Description-en: Qt Systems module - system info 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 System Info part of the Qt Systems module. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqt5test5 Description-md5: 439bbed1193cb169575d82d618b4c6c1 Description-en: Qt 5 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: libqt5texttospeech5 Description-md5: 86d2af7f9969f2907387ada1b3ded49d Description-en: Speech library for Qt - libraries QtSpeech provides support for text-to-speech and speech recognition in Qt applications. . This package contains the QtSpeech libraries. Package: libqt5texttospeech5-dev Description-md5: 3e68851d509136fa89bb569fbfe517dd Description-en: Speech library for Qt - development files QtSpeech provides support for text-to-speech and speech recognition in Qt applications. . This package contains the development files needed to build Qt 5 applications using the QtSpeech library. Package: libqt5versit5a Description-md5: d194430a054da7d8130a932e9b854f78 Description-en: Qt PIM module, Versit 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 Qt PIM module's Versit library. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqt5versitorganizer5a Description-md5: 39cdd38dea099ca0a10ccc81648a08ba Description-en: Qt PIM module, Versit Organizer 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 Qt PIM module's Versit Organizer library. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: libqt5virtualkeyboard5 Description-md5: 78a136402c639ee281d560bc7d43d9d8 Description-en: Qt virtual keyboard - public shared library The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets. . This package contains the Qt virtual keyboard shared library. Package: libqt5virtualkeyboard5-dev Description-md5: 6bcb4ebd61bb28653ef8432dce05cbd3 Description-en: Qt virtual keyboard - development files The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets. . This package contains the development files needed to implement input methods for virtual keyboards. Package: libqt5waylandclient5 Description-md5: 7cc850804bc09f5b0e1e0cee60caf34a Description-en: QtWayland client library QtWayland is a Qt 5 module that wraps the functionality of Wayland. . This package contains the QtWayland client library. Package: libqt5waylandclient5-dev Description-md5: d0866fd115050f0a9d8f14bb2d65c442 Description-en: QtWayland client development files QtWayland is a Qt 5 module that wraps the functionality of Wayland. . This package contains the development files for QtWayland client library. Package: libqt5waylandcompositor5 Description-md5: 56edadfc07488e0d9aca516c2084a0c4 Description-en: QtWayland compositor library QtWayland is a Qt 5 module that wraps the functionality of Wayland. . This package contains the QtWayland compositor library. Package: libqt5waylandcompositor5-dev Description-md5: 7a8c591fbcb20080de7d0f632545e691 Description-en: QtWayland compositor development files QtWayland is a Qt 5 module that wraps the functionality of Wayland. . This package contains the development files for QtWayland compositor library. Package: libqt5webchannel5 Description-md5: 829e222f31518e40533db3dab79d4f40 Description-en: Web communication library for Qt Qt WebChannel enables peer-to-peer communication between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine. . This package contains the QtWebChannel libraries. Package: libqt5webchannel5-dev Description-md5: eb6ad2d668b1ef07106b3ec1f4871eed Description-en: Web communication library for Qt - development files Qt WebChannel enables peer-to-peer communication between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine. . This package contains the development files needed to build Qt 5 applications using the QtWebChannel library. Package: libqt5webengine-data Description-md5: 70c095a2d71cb4b25e0fa9ccae40143f Description-en: Web content engine library for Qt - Data QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the arch independent parts of QtWebEngine libraries. Package: libqt5webengine5 Description-md5: 69d0d176121854ca8e3b3dcc1257f6c2 Description-en: Web content engine library for Qt QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the QtWebEngine library. Package: libqt5webenginecore5 Description-md5: f2a6911642d638a902d26f9a29d1147d Description-en: Web content engine library for Qt - Core QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the core QtWebEngine library. Package: libqt5webenginewidgets5 Description-md5: 4b1e03a97de3f9c20a40549e15be1f98 Description-en: Web content engine library for Qt - Widget QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the widget QtWebEngine library. Package: libqt5webkit5 Description-md5: b6887c4796db0313f1e533c538960454 Description-en: Web content engine library for Qt QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the QtWebKit libraries. Package: libqt5webkit5-dev Description-md5: 67401855782c9d9d20cf3924364c73f3 Description-en: Web content engine library for Qt - development files QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the development files needed to build Qt 5 applications using QtWebKit library. Package: libqt5websockets5 Description-md5: b84696a3848a9bbf8128e1a90e113caa Description-en: Qt 5 Web Sockets 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 a Qt library that implements WebSockets, both client and server. Package: libqt5websockets5-dev Description-md5: 2f8b2b13fe269de8796213253310c05e Description-en: Qt 5 Web Sockets 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 applications using Qt 5 Web Sockets library. Package: libqt5webview5 Description-md5: 6e8a8c3617ccf2cc916cd6a220a7e5c4 Description-en: display web content in a QML application - Library Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. . This package contains the QtWebView libraries. Package: libqt5webview5-dev Description-md5: 56004fa4a164dea0cd8b0670c219e706 Description-en: display web content in a QML application - Development Files Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. . This package contains the development files needed to build Qt 5 applications using the QtWebView library. Package: libqt5widgets5 Description-md5: d3e73eff3b63455d65d61db3b685f693 Description-en: Qt 5 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: libqt5x11extras5 Description-md5: 2574e8fb23c97454c12c4db6cefe9fa2 Description-en: Qt 5 X11 extras 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 includes the library to access X11 stuff from within Qt 5. Package: libqt5x11extras5-dev Description-md5: 983dd8be836bae64e10eefe9a7ac8668 Description-en: Qt 5 X11 extras 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 includes the development headers for the X11 extras library. Package: libqt5xdg-dev Description-md5: 2b1a9a4fe4d46f78a59d017296037277 Description-en: Development files for libqtxdg This library implements functions of the XDG Specifications in Qt. It is part of LXQt. . This package provides development files. Package: libqt5xdg3 Description-md5: 682beb74b0058e6395eb1a9511e2158e Description-en: Implementation of the XDG Specifications for Qt (shared lib) This library implements functions of the XDG Specifications in Qt. It is part of LXQt. . This package provides the shared library. Package: libqt5xdgiconloader-dev Description-md5: 1b35c44bb34a251aefef80bb5e3bf41c Description-en: Development files for libqtxdgiconloader This library implements the backend to load icons which are handled according to the XDG Icon Theme Specification in Qt. It is part of LXQt. . This package provides development files. Package: libqt5xdgiconloader3 Description-md5: f52ca23c74d3bb1788b5787d10a785b4 Description-en: Implementation of the XDG Iconloader for Qt (shared lib) This library implements the backend to load icons which are handled according to the XDG Icon Theme Specification in Qt. It is part of LXQt. . This package provides the shared library. Package: libqt5xml5 Description-md5: c3b1596533c67529df54c353807c6cae Description-en: Qt 5 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: libqt5xmlpatterns5 Description-md5: d15f85c7e8471f230227f226e1113d01 Description-en: Qt 5 XML patterns module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . QtXmlPatterns is a XQuery and XPath engine for XML and custom data models. Package: libqt5xmlpatterns5-dev Description-md5: 854381d5c52ed80e7e72ec7e04934402 Description-en: Qt 5 XML patterns 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 5 applications using QtXmlPatterns library. Package: libqtcurve-utils2 Description-md5: 498992691352bd31b32474f90a4d5667 Description-en: common library for QtCurve This package contains common library for QtCurve. . QtCurve is a set of widget styles for Qt and GTK+ libraries. It provides a consistent look between KDE, GNOME and other applications based on these libraries, which is easy on the eyes and visually pleasing. Package: libqtmirserver-dev Description-md5: 376ec2bea0b32507542d53504a40f1e0 Description-en: Developer files for QtMir server API QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . This package contains the library headers for developers. Package: libqtmirserver2 Description-md5: 628cff369478303cbde4b695026d15cb Description-en: QtMir server API shared library QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . Contains the shared library containing QtMir server API. Package: librandomconv-ocaml Description-md5: 8fadd651d3bd5a546bd7f304054cb886 Description-en: convert from random byte vectors to random native numbers (runtime files) Given a function which produces random byte vectors, convert it to a number of your choice (int8/int16/int32/int64/int/float). . This package contains runtime files. Package: librandomconv-ocaml-dev Description-md5: 1efbb0db1d589bb8fcb3cffff8b7044c Description-en: convert from random byte vectors to random native numbers (dev files) Given a function which produces random byte vectors, convert it to a number of your choice (int8/int16/int32/int64/int/float). . This package contains development files. Package: libraven0 Description-md5: 675442cae5bf17a794d54dd4abaf8dc5 Description-en: Raven library for budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GVC and gnome-settings-daemon. . This provides the budgie-desktop user-defined settings called raven. Package: librcsb-core-wrapper-doc Description-md5: 2056c7b023a65fb38bc4f9e3a3ccc38b Description-en: documentation for librcsb-core-wrapper0 The RCSB Core Wrapper library was developed to provide an object-oriented application interface to information in mmCIF format. It includes several classes for accessing data dictionaries and mmCIF format data files. . This package contains html documentation. Package: librcsb-core-wrapper0 Description-md5: 76b14fd0ad75ca5a0807b9f83a3a33db Description-en: C++ library providing OO API to information in mmCIF format The RCSB Core Wrapper library was developed to provide an object-oriented application interface to information in mmCIF format. It includes several classes for accessing data dictionaries and mmCIF format data files. . This package contains the shared library. Package: librcsb-core-wrapper0-dev Description-md5: 2396ce23bde421880c11a768e84c4060 Description-en: development files for librcsb-core-wrapper0 The RCSB Core Wrapper library was developed to provide an object-oriented application interface to information in mmCIF format. It includes several classes for accessing data dictionaries and mmCIF format data files. . This package contains files necessary for developing applications with the library. Package: librdf-perl Description-md5: 62911993aa32a23c48327b04af6c257a Description-en: Perl language bindings for the Redland RDF library The Perl interface modules for the Redland Resource Description Framework (RDF) library providing an object-oriented interface in the RDF::Redland package. Package: librdkit-dev Description-md5: cadf4e2d9818548292d31eade9e00bca Description-en: Collection of cheminformatics and machine-learning software (development files) RDKit is a Python/C++ based cheminformatics and machine-learning software environment. Features Include: . * Chemical reaction handling and transforms * Substructure searching with SMARTS * Canonical SMILES * Molecule-molecule alignment * Large number of molecular descriptors, including topological, compositional, EState, SlogP/SMR, VSA and Feature-map vectors * Fragmentation using RECAP rules * 2D coordinate generation and depiction, including constrained depiction * 3D coordinate generation using geometry embedding * UFF and MMFF94 forcefields * Chirality support, including calculation of (R/S) stereochemistry codes * 2D pharmacophore searching * Fingerprinting, including Daylight-like, atom pairs, topological torsions, Morgan algorithm and MACCS keys * Calculation of shape similarity * Multi-molecule maximum common substructure * Machine-learning via clustering and information theory algorithms * Gasteiger-Marsili partial charge calculation . File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit binary format. . This package contains the header files. Package: librdkit1 Description-md5: f3b5688fc64de582110322df8c0d19da Description-en: Collection of cheminformatics and machine-learning software (shared libraries) RDKit is a Python/C++ based cheminformatics and machine-learning software environment. Features Include: . * Chemical reaction handling and transforms * Substructure searching with SMARTS * Canonical SMILES * Molecule-molecule alignment * Large number of molecular descriptors, including topological, compositional, EState, SlogP/SMR, VSA and Feature-map vectors * Fragmentation using RECAP rules * 2D coordinate generation and depiction, including constrained depiction * 3D coordinate generation using geometry embedding * UFF and MMFF94 forcefields * Chirality support, including calculation of (R/S) stereochemistry codes * 2D pharmacophore searching * Fingerprinting, including Daylight-like, atom pairs, topological torsions, Morgan algorithm and MACCS keys * Calculation of shape similarity * Multi-molecule maximum common substructure * Machine-learning via clustering and information theory algorithms * Gasteiger-Marsili partial charge calculation . File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit binary format. . This package contains the shared libraries. Package: libregf-dev Description-md5: d5c35feba69b190eaad6aedec3bec75f Description-en: Windows NT Registry File (REGF) format access library -- development files libregf is a library to access the Windows NT Registry File (REGF) format. . This package includes the development support files. Package: libregf-utils Description-md5: e5cd02438ff4618b17d01ce02917fe46 Description-en: libregf -- Utilities libregf is a library to access the Windows NT Registry File (REGF) format. . This package contains a few tools to work with data stored in registry files: regfexport, regfinfo, regfmount, regfreport. Package: libregf1 Description-md5: 7358258195a98a63469ec568276ec4df Description-en: Windows NT Registry File (REGF) format access library libregf is a library to access the Windows NT Registry File (REGF) format. Package: libreins-ocaml-dev Description-md5: d43e920bf4e5640d6dfaedecc1cfcd31 Description-en: data structure library for OCaml The OCaml Reins data structure library consists of the following persistent implementations: * Lists (singly, O(1) catenable, Acyclic doubly linked, random access) * Sets/Maps (AVL, Red/Black, Patricia, Splay) * Heaps (Binomial, Skew-Binomial) . All of the implementations conform to a unified signature for each data type. Also, each data types include zipper style cursor interfaces and persistent, bi-directional cursor based iterators. The library also includes a set of standard modules to hoist the base typs into the module level (Int, Bool, etc...) as well as a collection of functor combinators to minimize boilerplate (e.g., for constructing compare or to_string functions). Finally, a quickcheck-like random testing framework is included and each data type supports the necessary "gen" function to generate a random instance of the type. Package: libremctl-dev Description-md5: f5ce9f2de69997d2751cd393d7ee2357 Description-en: Development files for Kerberos-authenticated command execution The development files required to build and link C or C++ programs that use the remctl client library. The underlying library is linked against MIT Kerberos. . remctl is a client/server protocol for executing specific commands on a remote system with Kerberos authentication. The allowable commands must be listed in a server configuration file, and the executable run on the server may be mapped to any command name. Each command is also associated with an ACL containing a list of Kerberos principals authorized to run that command. Package: libremctl1 Description-md5: c48d1cd81e1dd3256f13944a485ec149 Description-en: Library for Kerberos-authenticated command execution The remctl client library, linked against MIT Kerberos. . remctl is a client/server protocol for executing specific commands on a remote system with Kerberos authentication. The allowable commands must be listed in a server configuration file, and the executable run on the server may be mapped to any command name. Each command is also associated with an ACL containing a list of Kerberos principals authorized to run that command. 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-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-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-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-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-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-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-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-uiconfig-base Description-md5: e6ac75c394251a0c3842ae13e3f9c033 Description-en: UI data ("config") for LibreOffice Base LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains internal "configuration" of various UI components. It is not meant to be editable. It is just split out for dependencies of other packages. . You will usually not need to install this package manually but it should just be pulled in by other packages. Package: libreoffice-uiconfig-report-builder Description-md5: c254f403f0fe84819d9f6437b3755876 Description-en: UI data ("config") for the LibreOffice Report Builder LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains internal "configuration" of various UI components. It is not meant to be editable. It is just split out for dependencies of other packages. . You will usually not need to install this package manually but it should just be pulled in by other packages. 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: librepo-dev Description-md5: f5ee69e0784c5ed7c185f6160b8218a4 Description-en: librepo - development files A library providing C and Python (libcURL-like) APIs to download repository metadata. . This package contains the development header files for the librepo library. Package: librepo-doc Description-md5: 5816a1cd03687807d327979d31ba3bb9 Description-en: Documentation for the librepo library (common documentation) A library providing C and Python (libcURL-like) APIs to download repository metadata. . This package installs common documentation for the librepo C bindings. Package: librepo0 Description-md5: fee6ae42eec29b7667ad2d2b8d9dd2f5 Description-en: librepo - shared library A library providing C and Python (libcURL-like) APIs to download repository metadata. . This package provides the librepo shared library. Package: librgpio-dev Description-md5: 07c33ff4caa55098ed9602bac020b498 Description-en: Control GPIO pins remotely via rgpiod - static libraries and headers The rgpio library is a fully featured library for controlling the GPIO pins of a computer via the rpgio daemon. It includes facilities for software PWM, callbacks on level change, I2C, SPI, and UART wrappers. The daemon also provides file handling, script and network facilities. . This package contains the header files needed to control rgpiod from C applications. Package: librgpio1 Description-md5: 02d16ebe4b0514da8291412035ace294 Description-en: Control GPIO pins remotely via rgpiod - shared libraries The rgpio library is a fully featured library for controlling the GPIO pins of a computer via the rpgio daemon. It includes facilities for software PWM, callbacks on level change, I2C, SPI, and UART wrappers. The daemon also provides file handling, script and network facilities. . This package contains the rgpio library itself. 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: libring-core-clojure Description-md5: 3367586f84a99dd955e73027782e067b Description-en: Clojure web applications library Ring is a Clojure web applications library inspired by Python's WSGI and Ruby's Rack. By abstracting the details of HTTP into a simple, unified API, Ring allows web applications to be constructed of modular components that can be shared among a variety of applications, web servers, and web frameworks. . This package contains the core Ring library. Package: libring-jetty-adapter-clojure Description-md5: 90716107ac83fb01d0db43321b21d497 Description-en: Clojure web applications library - Jetty adapter Ring is a Clojure web applications library inspired by Python's WSGI and Ruby's Rack. By abstracting the details of HTTP into a simple, unified API, Ring allows web applications to be constructed of modular components that can be shared among a variety of applications, web servers, and web frameworks. . This package contains the Ring Jetty adapter. Package: libring-servlet-clojure Description-md5: 61b05978db73a44d271e648adaf37022 Description-en: Clojure web applications library - servlet utilities Ring is a Clojure web applications library inspired by Python's WSGI and Ruby's Rack. By abstracting the details of HTTP into a simple, unified API, Ring allows web applications to be constructed of modular components that can be shared among a variety of applications, web servers, and web frameworks. . This package contains the Ring servlet utility library. Package: librobottestingframework-dev Description-md5: 3834250a96050de4a61e9f8544d652ec Description-en: Robot Testing Framework - development files It is a generic and multi-platform testing framework for the test driven development (TDD) which is initially designed for the robotic systems. However, it can be used for any TDD system. The framework provides functionalities for developing and running unit tests in a language and middleware independent manner. The test cases are developed as independent plug-ins (i.e., using scripting languages or built as dynamically loadable libraries) to be loaded and executed by an automated test runner. Moreover, a fixture manager prepares the setup (e.g., running robot interfaces, simulator) and actively monitors that all the requirements for running the tests are satisfied during the execution of the tests. These functionalities along with other facilities such as the test result collector, result formatter and remote interface allow for rapid development of test units to cover different levels of system testing. . This package contains the development files. Package: librobottestingframework-dll2 Description-md5: 6015b5580031c90920c2f230ae6176db Description-en: Robot Testing Framework - RTF_dll library It is a generic and multi-platform testing framework for the test driven development (TDD) which is initially designed for the robotic systems. However, it can be used for any TDD system. The framework provides functionalities for developing and running unit tests in a language and middleware independent manner. The test cases are developed as independent plug-ins (i.e., using scripting languages or built as dynamically loadable libraries) to be loaded and executed by an automated test runner. Moreover, a fixture manager prepares the setup (e.g., running robot interfaces, simulator) and actively monitors that all the requirements for running the tests are satisfied during the execution of the tests. These functionalities along with other facilities such as the test result collector, result formatter and remote interface allow for rapid development of test units to cover different levels of system testing. . This package contains the RTF_dll shared library. Package: librobottestingframework-doc Description-md5: a37a120c5436f147b45cd0c54bb445ab Description-en: Robot Testing Framework - documentation It is a generic and multi-platform testing framework for the test driven development (TDD) which is initially designed for the robotic systems. However, it can be used for any TDD system. The framework provides functionalities for developing and running unit tests in a language and middleware independent manner. The test cases are developed as independent plug-ins (i.e., using scripting languages or built as dynamically loadable libraries) to be loaded and executed by an automated test runner. Moreover, a fixture manager prepares the setup (e.g., running robot interfaces, simulator) and actively monitors that all the requirements for running the tests are satisfied during the execution of the tests. These functionalities along with other facilities such as the test result collector, result formatter and remote interface allow for rapid development of test units to cover different levels of system testing. . This package contains the documentation and example files. Package: librobottestingframework-lua2 Description-md5: 183cfc310c9339b04c472fd094c3b3f5 Description-en: Robot Testing Framework - RTF_lua library It is a generic and multi-platform testing framework for the test driven development (TDD) which is initially designed for the robotic systems. However, it can be used for any TDD system. The framework provides functionalities for developing and running unit tests in a language and middleware independent manner. The test cases are developed as independent plug-ins (i.e., using scripting languages or built as dynamically loadable libraries) to be loaded and executed by an automated test runner. Moreover, a fixture manager prepares the setup (e.g., running robot interfaces, simulator) and actively monitors that all the requirements for running the tests are satisfied during the execution of the tests. These functionalities along with other facilities such as the test result collector, result formatter and remote interface allow for rapid development of test units to cover different levels of system testing. . This package contains the RTF_lua shared library. Package: librobottestingframework-ruby2 Description-md5: 657bc611080e9d2c6044161de6344324 Description-en: Robot Testing Framework - RTF_ruby library It is a generic and multi-platform testing framework for the test driven development (TDD) which is initially designed for the robotic systems. However, it can be used for any TDD system. The framework provides functionalities for developing and running unit tests in a language and middleware independent manner. The test cases are developed as independent plug-ins (i.e., using scripting languages or built as dynamically loadable libraries) to be loaded and executed by an automated test runner. Moreover, a fixture manager prepares the setup (e.g., running robot interfaces, simulator) and actively monitors that all the requirements for running the tests are satisfied during the execution of the tests. These functionalities along with other facilities such as the test result collector, result formatter and remote interface allow for rapid development of test units to cover different levels of system testing. . This package contains the RTF_ruby shared library. Package: librobottestingframework2 Description-md5: 0a155d37cb2537617a02027dbf5de13c Description-en: Robot Testing Framework - RTF library It is a generic and multi-platform testing framework for the test driven development (TDD) which is initially designed for the robotic systems. However, it can be used for any TDD system. The framework provides functionalities for developing and running unit tests in a language and middleware independent manner. The test cases are developed as independent plug-ins (i.e., using scripting languages or built as dynamically loadable libraries) to be loaded and executed by an automated test runner. Moreover, a fixture manager prepares the setup (e.g., running robot interfaces, simulator) and actively monitors that all the requirements for running the tests are satisfied during the execution of the tests. These functionalities along with other facilities such as the test result collector, result formatter and remote interface allow for rapid development of test units to cover different levels of system testing. . This package contains the RTF shared library. Package: librocfft-dev Description-md5: 9e65abaf6240ee805197b9522911e98d Description-en: ROCm library for computing Fast Fourier Transforms - headers rocFFT is a library for computing the discrete Fourier transform. It is built on the AMD ROCm platform and optimized for discrete AMD GPUs. . rocFFT provides a C99 API and makes use of run-time compilation to create optimized execution plans for its computations. The rocFFT library supports single and double precision floating point formats for calculating one-, two- and three-dimensional transforms for real or complex data of arbitrary length. . This package provides the AMD ROCm rocFFT development headers. Package: librocfft-doc Description-md5: dd469e946b8220d816edf7bf8d3cd227 Description-en: ROCm library for computing Fast Fourier Transforms - documentation rocFFT is a library for computing the discrete Fourier transform. It is built on the AMD ROCm platform and optimized for discrete AMD GPUs. . rocFFT provides a C99 API and makes use of run-time compilation to create optimized execution plans for its computations. The rocFFT library supports single and double precision floating point formats for calculating one-, two- and three-dimensional transforms for real or complex data of arbitrary length. . This package provides the AMD ROCm rocFFT documentation. Package: librocfft0 Description-md5: 649cf0d2501ac100a061942bc6bd6ba6 Description-en: ROCm library for computing Fast Fourier Transforms - library rocFFT is a library for computing the discrete Fourier transform. It is built on the AMD ROCm platform and optimized for discrete AMD GPUs. . rocFFT provides a C99 API and makes use of run-time compilation to create optimized execution plans for its computations. The rocFFT library supports single and double precision floating point formats for calculating one-, two- and three-dimensional transforms for real or complex data of arbitrary length. . This package provides the AMD ROCm rocFFT library. Package: librocfft0-tests Description-md5: 86662dab604cc4d1bf9172cde6eb493f Description-en: ROCm library for computing Fast Fourier Transforms - tests rocFFT is a library for computing the discrete Fourier transform. It is built on the AMD ROCm platform and optimized for discrete AMD GPUs. . rocFFT provides a C99 API and makes use of run-time compilation to create optimized execution plans for its computations. The rocFFT library supports single and double precision floating point formats for calculating one-, two- and three-dimensional transforms for real or complex data of arbitrary length. . This package provides the AMD ROCm rocFFT test binaries. These binaries are only used to check whether rocFFT works correctly on a given GPU, so generally speaking, users probably don't need this package. Package: librocprim-dev Description-md5: edd066b23d7d104be2a557666cf1415d Description-en: parallel primitives for GPU-accelerated code - headers rocPRIM is a header-only library providing HIP parallel primitives for developing performant GPU-accelerated code on the AMD ROCm platform. . This package provides AMD ROCm rocPRIM development headers. Package: librocprim-tests Description-md5: 2796fa24a6db08b5a67188c0611d50c5 Description-en: parallel primitives for GPU-accelerated code - tests rocPRIM is a header-only library providing HIP parallel primitives for developing performant GPU-accelerated code on the AMD ROCm platform. . This package provides the AMD ROCm rocPRIM test binaries. These binaries are only used to check whether rocPRIM works correctly on a given GPU, so generally speaking, users probably don't need this package. Package: librocrand-dev Description-md5: 431d68152f99ec9c06fef17d26a041b3 Description-en: generate pseudo- and quasi-random numbers - headers The rocRAND project provides functions that generate pseudo-random and quasi-random numbers. . The rocRAND library is implemented in the HIP programming language and optimised for AMD's latest discrete GPUs. It is designed to run on top of AMD's ROCm runtime, but it also works on CUDA enabled GPUs. . This package provides AMD ROCm rocRAND development headers. Package: librocrand-doc Description-md5: 5110ea87701c9d5ccd2aa0a97cf8c960 Description-en: generate pseudo- and quasi-random numbers - documentation The rocRAND project provides functions that generate pseudo-random and quasi-random numbers. . The rocRAND library is implemented in the HIP programming language and optimised for AMD's latest discrete GPUs. It is designed to run on top of AMD's ROCm runtime, but it also works on CUDA enabled GPUs. . This package provides the AMD ROCm rocRAND documentation. Package: librocrand1 Description-md5: 9037264cf4a34608e69bed13c6d204c8 Description-en: generate pseudo- and quasi-random numbers - library The rocRAND project provides functions that generate pseudo-random and quasi-random numbers. . The rocRAND library is implemented in the HIP programming language and optimised for AMD's latest discrete GPUs. It is designed to run on top of AMD's ROCm runtime, but it also works on CUDA enabled GPUs. . This package provides the AMD ROCm rocRAND library. Package: librocrand1-tests Description-md5: ad9950d6d6d2bc5901292b006f9f2e12 Description-en: generate pseudo- and quasi-random numbers - test binaries The rocRAND project provides functions that generate pseudo-random and quasi-random numbers. . The rocRAND library is implemented in the HIP programming language and optimised for AMD's latest discrete GPUs. It is designed to run on top of AMD's ROCm runtime, but it also works on CUDA enabled GPUs. . This package provides AMD ROCm rocRAND test binaries. These binaries are only used to check whether rocRAND works correctly on a given GPU, so generally speaking, users probably don't need this package. Package: librocsparse-dev Description-md5: 3a9bcfb86428d296725192f275a4dd9e Description-en: ROCm library for sparse linear algebra - headers rocSPARSE is a library that implements BLAS operations for sparse data structures. It is built on the AMD ROCm platform and optimized for discrete AMD GPUs. . rocSPARSE provides a C99 API containing sparse level 1, sparse level 2 and sparse level 3 BLAS functions, as well as general matrix multiplication between dense and sparse matricies (GEMMI), sparse preconditioner functions, sparse matrix format conversion functions, and sparse matrix reordering functions. . It supports a variety of sparse matrix formats, including coordinate list in either array of structure form (COO) or structure of array form (COO SOA), compressed sparse row (CSR) or column (CSC), block compressed sparse row (BSR), general block compressed sparse row (GEBSR), and the ELLPACK-ITPACK format (ELL). . This package provides the AMD ROCm rocSPARSE development headers. Package: librocsparse-doc Description-md5: 460a476b6c6ddfb27cb00196c9084f74 Description-en: ROCm library for sparse linear algebra - documentation rocSPARSE is a library that implements BLAS operations for sparse data structures. It is built on the AMD ROCm platform and optimized for discrete AMD GPUs. . rocSPARSE provides a C99 API containing sparse level 1, sparse level 2 and sparse level 3 BLAS functions, as well as general matrix multiplication between dense and sparse matricies (GEMMI), sparse preconditioner functions, sparse matrix format conversion functions, and sparse matrix reordering functions. . It supports a variety of sparse matrix formats, including coordinate list in either array of structure form (COO) or structure of array form (COO SOA), compressed sparse row (CSR) or column (CSC), block compressed sparse row (BSR), general block compressed sparse row (GEBSR), and the ELLPACK-ITPACK format (ELL). . This package provides the AMD ROCm rocSPARSE documentation. Package: librocsparse0 Description-md5: 895d64658a4eb14e9876d8a4ac11ec3d Description-en: ROCm library for sparse linear algebra - library rocSPARSE is a library that implements BLAS operations for sparse data structures. It is built on the AMD ROCm platform and optimized for discrete AMD GPUs. . rocSPARSE provides a C99 API containing sparse level 1, sparse level 2 and sparse level 3 BLAS functions, as well as general matrix multiplication between dense and sparse matricies (GEMMI), sparse preconditioner functions, sparse matrix format conversion functions, and sparse matrix reordering functions. . It supports a variety of sparse matrix formats, including coordinate list in either array of structure form (COO) or structure of array form (COO SOA), compressed sparse row (CSR) or column (CSC), block compressed sparse row (BSR), general block compressed sparse row (GEBSR), and the ELLPACK-ITPACK format (ELL). . This package provides the AMD ROCm rocSPARSE library. Package: librocsparse0-tests Description-md5: f980ed97aa3ebbada2f3a85ee7e03be2 Description-en: ROCm library for sparse linear algebra - tests rocSPARSE is a library that implements BLAS operations for sparse data structures. It is built on the AMD ROCm platform and optimized for discrete AMD GPUs. . rocSPARSE provides a C99 API containing sparse level 1, sparse level 2 and sparse level 3 BLAS functions, as well as general matrix multiplication between dense and sparse matricies (GEMMI), sparse preconditioner functions, sparse matrix format conversion functions, and sparse matrix reordering functions. . It supports a variety of sparse matrix formats, including coordinate list in either array of structure form (COO) or structure of array form (COO SOA), compressed sparse row (CSR) or column (CSC), block compressed sparse row (BSR), general block compressed sparse row (GEBSR), and the ELLPACK-ITPACK format (ELL). . This package provides the AMD ROCm rocSPARSE test binaries used for verifying that the library is functioning correctly. These binaries are only used to check whether rocSPARSE works correctly on a given GPU, so generally speaking, users probably don't need this package. Package: librocsparse0-tests-data Description-md5: 3b8a0f7eb9b766f97f15ee9ac4216015 Description-en: ROCm library for sparse linear algebra - test data rocSPARSE is a library that implements BLAS operations for sparse data structures. It is built on the AMD ROCm platform and optimized for discrete AMD GPUs. . rocSPARSE provides a C99 API containing sparse level 1, sparse level 2 and sparse level 3 BLAS functions, as well as general matrix multiplication between dense and sparse matricies (GEMMI), sparse preconditioner functions, sparse matrix format conversion functions, and sparse matrix reordering functions. . It supports a variety of sparse matrix formats, including coordinate list in either array of structure form (COO) or structure of array form (COO SOA), compressed sparse row (CSR) or column (CSC), block compressed sparse row (BSR), general block compressed sparse row (GEBSR), and the ELLPACK-ITPACK format (ELL). . This package provides the data files required by the AMD ROCm rocSPARSE tests. The tests are only used to check whether rocSPARSE works correctly on a given GPU, so generally speaking, users probably don't need this package. Package: librocthrust-dev Description-md5: 6ad3f45bce0d11624bf9b2ac345b9c60 Description-en: ROCm parallel algorithms library - headers rocThrust is a header-only library that provides common data structures and algorithms for high-performance GPU code. It is a port of the Thrust library to the AMD ROCm platform. . rocThrust is intended for use with AMD GPUs. It is implemented in the HIP language and is a source-compatible substitute for the Thrust library. . This package provides AMD ROCm rocThrust development headers. Package: librocthrust-tests Description-md5: c9ace10297dc2a5e938ca9cff177559f Description-en: ROCm parallel algorithms library - tests rocThrust is a header-only library that provides common data structures and algorithms for high-performance GPU code. It is a port of the Thrust library to the AMD ROCm platform. . rocThrust is intended for use with AMD GPUs. It is implemented in the HIP language and is a source-compatible substitute for the Thrust library. . This package provides the AMD ROCm rocThrust test binaries. These binaries are only used to check whether rocThrust works correctly on a given GPU, so generally speaking, users probably don't need this package. Package: librrdp-perl Description-md5: 87e890a98286d4f7d5c24faa0b5131ca Description-en: time-series data storage and display system (Perl interface, piped) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Perl interface to RRDs using command pipes: Rrdp. Package: librrds-perl Description-md5: a816eb47df42c3395ae6b507578e6999 Description-en: time-series data storage and display system (Perl interface, shared) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Perl interface to RRDs using a shared library: Rrds. Package: librtimulib-dev Description-md5: 036fd154cb8143dcfb3674ea47eae823 Description-en: Versatile C++ and Python 9-dof, 10-dof and 11-dof IMU library (dev files) The simplest way to connect a 9-dof, 10-dof or 11-dof IMU to an embedded Linux system and obtain Kalman-filtered quaternion or Euler angle pose data. Basically, two simple function calls (IMUInit() and IMURead()) are pretty much all that's needed to integrate RTIMULib. . This package provides the development files. Package: librtimulib-utils Description-md5: 7c6c159c26f5f57170220d5282c0371b Description-en: Versatile C++ and Python 9-dof, 10-dof and 11-dof IMU library (utilities) The simplest way to connect a 9-dof, 10-dof or 11-dof IMU to an embedded Linux system and obtain Kalman-filtered quaternion or Euler angle pose data. Basically, two simple function calls (IMUInit() and IMURead()) are pretty much all that's needed to integrate RTIMULib. . This package provides the calibration utility. Package: librtimulib7 Description-md5: 2bfdfb8898f569b6f2573ff2f8763b88 Description-en: Versatile C++ and Python 9-dof, 10-dof and 11-dof IMU library (shared library) The simplest way to connect a 9-dof, 10-dof or 11-dof IMU to an embedded Linux system and obtain Kalman-filtered quaternion or Euler angle pose data. Basically, two simple function calls (IMUInit() and IMURead()) are pretty much all that's needed to integrate RTIMULib. . This package provides shared library. 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-io-dev Description-md5: a55a5330784046c801561faefce17b45 Description-en: Async I/O and timers - Rust source code Source code for Debianized Rust crate "async-io" Package: librust-async-net-dev Description-md5: 8e41175262832301e451161db7eb7915 Description-en: async networking primitives - Rust source code async-net is a lightweight implementation of asyncronous networking primitives for TCP/UDP/Unix communication. . This package contains the source for the Rust async-net crate, packaged for use with cargo and dh-cargo. Package: librust-async-process-dev Description-md5: a93800ee89cff906162aa67c120cec68 Description-en: async interface for working with processes - Rust source code async-process provides a lightweight interface for working asyncronously with processes. . This package contains the source for the Rust async-process 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-task-dev Description-md5: 083870ff194a0afa6798109e2212baee Description-en: task abstraction for building executors - Rust source code async-task provides task abstraction for building executors. . To spawn a future onto an executor, we first need to allocate it on the heap and keep some state attached to it. The state indicates whether the future is ready for polling, waiting to be woken up, or completed. Such a stateful future is called a task. . This package contains the source for the Rust async-task crate, packaged for use with cargo and dh-cargo. Package: librust-axum-core-dev Description-md5: 483fe37a74cf3221db12a442faf2f132 Description-en: core types and traits for the web framework axum - Rust source code axum is a web application framework that focuses on ergonomics and modularity. . * Route requests to handlers with a macro free API. * Declaratively parse requests using extractors. * Simple and predictable error handling model. * Generate responses with minimal boilerplate. * Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities. . In particular the last point is what sets axum apart from other frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic. . This package contains the source for the Rust crate axum-core, for use with cargo and dh-cargo. Package: librust-axum-dev Description-md5: 4e94323fa583c5433e2244a4c383d08a Description-en: ergonomic and modular web framework - Rust source code axum is a web application framework that focuses on ergonomics and modularity. . * Route requests to handlers with a macro free API. * Declaratively parse requests using extractors. * Simple and predictable error handling model. * Generate responses with minimal boilerplate. * Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities. . In particular the last point is what sets axum apart from other frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic. . This package contains the source for the Rust crate axum, for use with cargo and dh-cargo. Package: librust-axum-extra-dev Description-md5: db4ff22ae803d0c8be714c3434def8bb Description-en: extra utilities for the web framework axum - Rust source code axum is a web application framework that focuses on ergonomics and modularity. . * Route requests to handlers with a macro free API. * Declaratively parse requests using extractors. * Simple and predictable error handling model. * Generate responses with minimal boilerplate. * Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities. . In particular the last point is what sets axum apart from other frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic. . This package contains the source for the Rust crate axum-extra, for use with cargo and dh-cargo. Package: librust-axum-macros-dev Description-md5: 069e89111b59d824c1def8d93382e89f Description-en: macros for the web framework axum - Rust source code axum is a web application framework that focuses on ergonomics and modularity. . * Route requests to handlers with a macro free API. * Declaratively parse requests using extractors. * Simple and predictable error handling model. * Generate responses with minimal boilerplate. * Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities. . In particular the last point is what sets axum apart from other frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic. . This package contains the source for the Rust crate axum-macros, for use with cargo and dh-cargo. Package: librust-cookie-dev Description-md5: 075b1f4fc048a0f0722bb99d8e5dfeff Description-en: HTTP cookie parsing and cookie jar management - Rust source code Supports signed and private (encrypted, authenticated) jars. . Source code for Debianized Rust crate "cookie" Package: librust-cookie-store-dev Description-md5: 311052439cc43e8f350477bafa941e6c Description-en: Cookie storage and retrieval - Rust source code Source code for Debianized Rust crate "cookie_store" Package: librust-eza-dev Description-md5: 99f922f82a57892632db3ea4e836c784 Description-en: Modern replacement for ls - Rust source code Source code for Debianized Rust crate "eza" Package: librust-fmt2io-dev Description-md5: 4e5b68ddd93f328959f15844dd1e7fef Description-en: Bridge between std::io::Write and std::fmt::Write - Rust source code Source code for Debianized Rust crate "fmt2io" Package: librust-gdk-pixbuf-sys-dev Description-md5: 4118c97fa2e2f254a9c6f2a154b0c7ef Description-en: FFI bindings to libgdk_pixbuf-2.0 - Rust source code Source code for Debianized Rust crate "gdk-pixbuf-sys" Package: librust-if-watch-dev Description-md5: 994ce299b4e33aa5ae695693f16b9b8a Description-en: asynchronous network watcher - Rust source code if-watch is a cross platform asynchronous network watcher. . This package contains the source for the Rust if-watch crate, packaged for use with cargo and dh-cargo. Package: librust-leptonica-plumbing-dev Description-md5: 2d5657a919b85a4914063df9dfb518fb Description-en: safe wrapper of leptonica-sys - Rust source code Leptonica-plumbing exposes a safe version of the leptonica-sys api, to access the C API of leptonica in a safe manner. . This package contains the source for the Rust leptonica-plumbing crate, packaged 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-sys+async-io-dev Description-md5: 3d426a6ad13251c967a836f1f82c4509 Description-en: Netlink sockets, with optional integration with tokio - feature "async-io" This metapackage enables feature "async-io" for the Rust netlink-sys crate, by pulling in any additional dependencies needed by that feature. Package: librust-netlink-sys+futures-dev Description-md5: 2f9a27aaa529b1f7563e265a9e9e05fe Description-en: Netlink sockets, with optional integration with tokio - feature "futures" This metapackage enables feature "futures" for the Rust netlink-sys crate, by pulling in any additional dependencies needed by that feature. Package: librust-netlink-sys+mio-dev Description-md5: bff782ec874d032567efcab627c42f36 Description-en: Netlink sockets, with optional integration with tokio - feature "mio" and 1 more This metapackage enables feature "mio" for the Rust netlink-sys crate, by pulling in any additional dependencies needed by that feature. . Additionally, this package also provides the "mio_socket" feature. Package: librust-netlink-sys+smol-socket-dev Description-md5: 80c789e67954b3f337809318c52d743a Description-en: Netlink sockets, with optional integration with tokio - feature "smol_socket" This metapackage enables feature "smol_socket" for the Rust netlink-sys crate, by pulling in any additional dependencies needed by that feature. Package: librust-netlink-sys+tokio-dev Description-md5: b08d37b3fefe5d2dc3cd4510f09dd20d Description-en: Netlink sockets, with optional integration with tokio - feature "tokio" This metapackage enables feature "tokio" for the Rust netlink-sys crate, by pulling in any additional dependencies needed by that feature. Package: librust-netlink-sys+tokio-socket-dev Description-md5: 92e6ced7cff95cef9ab9b084949ca8e1 Description-en: Netlink sockets, with optional integration with tokio - feature "tokio_socket" This metapackage enables feature "tokio_socket" for the Rust netlink-sys crate, by pulling in any additional dependencies needed by that feature. Package: librust-netlink-sys-dev Description-md5: 7cc38f6aa5c35af91ea9fc41b361ed4e Description-en: Netlink sockets, with optional integration with tokio - Rust source code Source code for Debianized Rust crate "netlink-sys" Package: librust-octocrab-dev Description-md5: 41ef5fd12d93d6a7a8d7c66e5ac5c482 Description-en: Modern, extensible GitHub API client - Rust source code This package contains the source for the Rust octocrab crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-oxigraph-dev Description-md5: 5dfa52549583b9f7915df5683a240ac0 Description-en: SPARQL database and RDF toolkit - Rust source code Oxigraph is a graph database library implementing the SPARQL standard. Its goal is to provide a compliant, safe and fast on-disk graph database. It also provides a set of utility functions for reading, writing, and processing RDF files. . Oxigraph implements the following specifications: * SPARQL 1.1 Query, SPARQL 1.1 Update, and SPARQL 1.1 Federated Query. * Turtle, TriG, N-Triples, N-Quads, and RDF XML RDF serialization formats for both data ingestion and retrieval using the Rio library. * SPARQL Query Results XML Format, SPARQL 1.1 Query Results JSON Format and [SPARQL 1.1 Query Results CSV and TSV Formats. . This package contains the source for the Rust crate oxigraph, for use with cargo and dh-cargo. Package: librust-oxrdf-dev Description-md5: 9c32edf9a9369698918a1381c8d11419 Description-en: basic data structures related to RDF - Rust source code OxRDF is a simple library providing datastructures encoding RDF 1.1 concepts. It is intended to be a basic building block of other crates like Oxigraph or Spargebra. . This package contains the source for the Rust crate oxrdf, for use with cargo and dh-cargo. Package: librust-oxrocksdb-sys-dev Description-md5: ecff9de0560ab391abd649ea917c6b1e Description-en: Rust bindings for RocksDB for Oxigraph - Rust source code oxrocksdb-sys provides RocksDB bindings for Oxigraph. . Oxigraph is a graph database library implementing the SPARQL standard. . This package contains the source for the Rust crate oxrocksdb-sys, for use with cargo and dh-cargo. Package: librust-oxsdatatypes-dev Description-md5: bbe0ff717a76798a94dbb09c8cbe67f1 Description-en: some XSD datatypes for SPARQL implementations - Rust source code oxsdatatypes is an implementation of some XML Schema Definition Language Datatypes. Its main aim is to ease the implementation of SPARQL and XPath. . This package contains the source for the Rust crate oxsdatatypes, for use with cargo and dh-cargo. Package: librust-palette-dev Description-md5: 05313cb55915aa402fc1ea4fdc7e52fb Description-en: Convert and manage colors with a focus on correctness, flexibility and ease of use - Rust source code Source code for Debianized Rust crate "palette" Package: librust-polling-dev Description-md5: 83984bc10f1c0e2b5af891c76131d150 Description-en: Portable interface to epoll, kqueue, event ports, and IOCP - Rust source code Source code for Debianized Rust crate "polling" Package: librust-prodash-dev Description-md5: 528590634903820ea8017000fb28e9fd Description-en: Dashboard for progress of async and blocking tasks - Rust source code Source code for Debianized Rust crate "prodash" Package: librust-quinn-dev Description-md5: 41f99da67465a3243c0144cacb5e5325 Description-en: Versatile QUIC transport protocol implementation - Rust source code Source code for Debianized Rust crate "quinn" Package: librust-secret-service-dev Description-md5: bc0dfca8f8b1c26d73ab81df6a192e49 Description-en: Interface with Secret Service API - Rust source code Source code for Debianized Rust crate "secret-service" Package: librust-sparesults-dev Description-md5: 4533be14dea79c4f50b4e100eb2416f2 Description-en: basic data structures related to RDF - Rust source code Sparesults is a set of parsers and serializers for SPARQL query results formats. It is intended to be a building piece for SPARQL client and server implementations in Rust like Oxigraph. . It supports SPARQL Query Results XML Format (Second Edition), SPARQL 1.1 Query Results JSON Format and SPARQL 1.1 Query Results CSV and TSV Formats. Support for SPARQL-star is also available behind the rdf-star feature. . This package contains the source for the Rust crate sparesults, for use with cargo and dh-cargo. Package: librust-spargebra-dev Description-md5: 684048351b4218bc4466e0d446edebdb Description-en: SPARQL parser - Rust source code Spargebra is a SPARQL parser. It supports both SPARQL 1.1 Query and SPARQL 1.1 Update. This crate is intended to be a building piece for SPARQL implementations in Rust like Oxigraph. . Support for SPARQL-star is also available behind the rdf-star feature. . This package contains the source for the Rust crate spargebra, for use with cargo and dh-cargo. Package: librust-tonic-build-dev Description-md5: a7345385f2781b68e58baeb309beee48 Description-en: codegen module of tonic gRPC implementation - Rust source code tonic-build compiles proto files via prost and generates service stubs and proto definitiones for use with tonic. . tonic is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. . This package contains the source for the Rust tonic-build crate, for use with cargo and dh-cargo. Package: librust-tonic-dev Description-md5: 9410b9ca3b4c46b4f0f98d8874a51b28 Description-en: gRPC over HTTP/2 - Rust source code tonic is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. . This package contains the source for the Rust tonic crate, 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-zbus-1-dev Description-md5: a3b4c6e09605885c9add0209a3190edd Description-en: API for D-Bus communication - Rust source code Source code for Debianized Rust crate "zbus" Package: librust-zbus-dev Description-md5: a3b4c6e09605885c9add0209a3190edd Description-en: API for D-Bus communication - Rust source code Source code for Debianized Rust crate "zbus" Package: librviz-dev Description-md5: 9dac292d27061859a0acf3b9c1d092ff Description-en: Robot OS 3D visualization tool (development files) This package is part of Robot OS (ROS) RViz package. RViz is a tool to visualize ROS messages and the state of the robot. . This package contains the development files for the rviz library. Package: librviz8d Description-md5: 052d27c5e8ea93795b73f0c07ab92bb2 Description-en: Robot OS 3D visualization tool (library) This package is part of Robot OS (ROS) RViz package. RViz is a tool to visualize ROS messages and the state of the robot. . This package contains the rviz library. Package: libsanlock-client1 Description-md5: edc73c794a531608ebfb4fdce34d3c64 Description-en: Shared storage lock manager (client library) Sanlock ensures that single disk cannot be used by more than one running VM at a time, across any host in a network. . This package contains the public shared library for libvirt. Package: libsanlock-dev Description-md5: 87c3bcc256f0147da7e1aa4c3e30521d Description-en: Shared storage lock manager (development files) Sanlock ensures that single disk cannot be used by more than one running VM at a time, across any host in a network. . This package contains the header files and static libraries. Package: libsanlock1 Description-md5: 231ad3e47240a19e7df79955888949bf Description-en: Shared storage lock manager (shared library) Sanlock ensures that single disk cannot be used by more than one running VM at a time, across any host in a network. . This package contains libsanlock shared library. Package: libsbml5 Description-md5: 77573bcc9ac5e193f4127fefe2286850 Description-en: System Biology Markup Language library LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. Package: libsbml5-cil Description-md5: 6923ba76f814ada93ced1087327fce79 Description-en: System Biology Markup Language library - CLI bindings LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This package contains the CLI bindings of LibSBML. Package: libsbml5-cil-doc Description-md5: e6c5152386f704d7057a67c785d4ed74 Description-en: System Biology Markup Language library -- CLI documentation LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This package contains documentation for Mono/CLI bindings Package: libsbml5-dev Description-md5: 36bd7cc34578b330d0124c235fd578c2 Description-en: System Biology Markup Language library - development files LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This package contains files necessary for development with libsbml. Package: libsbml5-doc Description-md5: c7c243fe98f60ede7ac0f268222db508 Description-en: System Biology Markup Language library -- documentation LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This package contains C/C++ documentation. Package: libsbml5-examples Description-md5: f3e61edd7be464c0440e23ab1c45123c Description-en: System Biology Markup Language library -- example files LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This package contains C/C++, Java, Perl and layout examples. Package: libsbml5-java Description-md5: 10a3c2b11a52fe2bff6f75a129266543 Description-en: System Biology Markup Language library - Java bindings LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This Package contains the Java bindings of LibSBML. Package: libsbml5-octave Description-md5: 83d45fde6a91c158b9c085f690d5de45 Description-en: System Biology Markup Language library - Octave bindings LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This package contains the Octave bindings of LibSBML. Package: libsbml5-perl Description-md5: b8a6ddbbd38f32e5ad16a2a52988d66f Description-en: System Biology Markup Language library - Perl bindings LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This package contains the Perl bindings of LibSBML. Package: libsbml5-perl-doc Description-md5: 5c65ea11d2ee42df27a385c8d9fcaf5b Description-en: System Biology Markup Language library -- Perl documentation LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This package contains documentation for Perl bindings Package: libscca-dev Description-md5: e5dd7deb9cff0cd8262e0b776fce3d29 Description-en: Windows Prefetch File access library -- development files libscca is a library to access the Windows Prefetch File (SCCA) format. . This package includes the development support files. Package: libscca-utils Description-md5: 95ad3e760bfc72055b074b3ee4b97a6c Description-en: Windows Prefetch File access library -- Utilities libscca is a library to access the Windows Prefetch File (SCCA) format. . This package contains a tool to display information about a PF file. Package: libscca1 Description-md5: 2f678b98ca09e74729ffbf3ad42cc6f1 Description-en: Windows Prefetch File access library libscca is a library to access the Windows Prefetch File (SCCA) format. . This package contains the shared library. Package: libsedlex-ocaml Description-md5: 1040c26e3c20fb4142705cc30e740f7d Description-en: Unicode-friendly lexer generator for OCaml (Runtime library) A lexer generator for OCaml, similar to ocamllex, but supporting Unicode. Contrary to ocamllex, lexer specifications for sedlex are embedded in regular OCaml source files. Package: libsedlex-ocaml-dev Description-md5: a1e4113da7a42f3c2896ddf47adb2b4f Description-en: Unicode-friendly lexer generator for OCaml (Development package) A lexer generator for OCaml, similar to ocamllex, but supporting Unicode. Contrary to ocamllex, lexer specifications for sedlex are embedded in regular OCaml source files. Package: libsexplib-ocaml Description-md5: 5d7e08d0ce493f6c16c25ace815374a7 Description-en: automated conversions between OCaml-values and S-expressions (runtime) Sexplib library contains functionality for parsing and pretty-printing S-expressions. . Another module contained in Sexplib you to extract and replace sub-expressions in S-expressions. . This package contains runtime files. Package: libsexplib-ocaml-dev Description-md5: 115a9b4782d29dc2708535a3211c31f2 Description-en: automated conversions between OCaml-values and S-expressions (dev files) Sexplib library contains functionality for parsing and pretty-printing S-expressions. . Another module contained in Sexplib you to extract and replace sub-expressions in S-expressions. . This package contains development files. Package: libshiboken2-dev Description-md5: 7420eb6b147a4ac79b3542d2a3dd538d Description-en: CPython bindings generator for C++ libraries (development files) Shiboken2 is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. . Shiboken2 is the binding generator used to create the PySide2 bindings. . This package provides the development headers for the libshiboken2 library. Package: libshiboken2-py3-5.15 Description-md5: 62b2f9936386ac0d38a6cfd3367d596a Description-en: CPython bindings generator for C++ libraries (Python3 shared library) Shiboken2 is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. . Shiboken2 is the binding generator used to create the PySide2 bindings. . This package contains the shared Python 3 library used by shiboken2. Package: libshumate-1.0-1 Description-md5: 669b021df039d188bc23a2d1944bffa4 Description-en: GTK4 widgets for embedded maps It supports numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps for free. Package: libshumate-common Description-md5: 4044cc4902a708b14d467cb60fcde17e Description-en: GTK4 widgets for embedded maps - common files It supports numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps for free. . This package contains common data files and translations. Package: libshumate-dev Description-md5: 5532ba5a121f163b7134c35a5797f2fd Description-en: GTK4 widgets for embedded maps -- development files It supports numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps for free. . This package contains the base development headers. Package: libshumate-doc Description-md5: 6697d6462721c2739f14d84c715ed629 Description-en: GTK4 widgets for embedded maps - documentation It supports numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps for free. . This package contains the API reference. 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: libsigscan-dev Description-md5: 3b0d629263820416d1137aac869c9574 Description-en: binary signature scanning library -- development files libsigscan is a library for binary signature scanning, using simple offset/string-based signatures. . This package includes the development support files. Package: libsigscan-utils Description-md5: e6e97a656f6d9ae3fb2d5420a981f200 Description-en: binary signature scanning library -- Utilities libsigscan is a library for binary signature scanning, using simple offset/string-based signatures. . This package contains sigscan, a command line tool that uses libsigscan to find binary signatures in files. Package: libsigscan1 Description-md5: 2ac42ed06538e167efe0ea8718660fc4 Description-en: binary signature scanning library libsigscan is a library for binary signature scanning, using simple offset/string-based signatures. . This package contains the shared library. 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.35 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: libsmdev-dev Description-md5: d5fc58fd0cf576b05bbfe8d8e0a2258a Description-en: storage media device access library -- development files libsmdev is a library to access to storage media devices. . This package includes the development support files. Package: libsmdev-utils Description-md5: 48a414103dfa046f5035eedce15d8284 Description-en: storage media device access library -- Utilities libsmdev is a library to access to storage media devices. . This package contains smdevinfo, a tool to determine information about storage media devices. Package: libsmdev1 Description-md5: 03d08de27e40f9b053bad466dba6c5b4 Description-en: storage media device access library libsmdev is a library to access to storage media devices. . This package contains the shared library. Package: libsmraw-dev Description-md5: 1ef02f84dcf59426ebbb6e47d53f6403 Description-en: split RAW image format access library -- development files libsmraw is a library to access the (split) RAW image format. . This package includes the development support files. Package: libsmraw-utils Description-md5: 70ea7a9daa1f3cf04e05eec16c3b3742 Description-en: split RAW image format access library -- Utilities libsmraw is a library to access the (split) RAW image format. . This package contains tools to access data stored in split RAW files: smrawmount, smrawverify Package: libsmraw1 Description-md5: dee097554f2b6d28429406de6f137733 Description-en: split RAW image format access library libsmraw is a library to access the (split) RAW image format. . This package contains the shared library. Package: libsnakeyaml-engine-java Description-md5: 5fe5044e43c941c0c0bd0373d7d09068 Description-en: Core YAML 1.2 parser and emitter for Java YAML is a data serialization format designed for human readability and interaction with scripting languages. . SnakeYAML Engine is a YAML 1.2 processor for the Java Virtual Machine version 8 and higher. Package: libsoapysdr-dev Description-md5: 000beecb516bda457a33049681d77947 Description-en: SoapySDR library development files SoapySDR is a library providing a common interface to SDR (software defined radio) hardware. Support for different hardware is added through external modules. . This package contains the development files for the library. Package: libsoapysdr-doc Description-md5: 262ea9a01f5d347501d23e275cdff521 Description-en: SoapySDR library development documentation SoapySDR is a library providing a common interface to SDR (software defined radio) hardware. Support for different hardware is added through external modules. . This package contains the development documentation for the library. Package: libsoapysdr0.8 Description-md5: d14a42c7597dbb32defcaa0f0d64ec7f Description-en: software defined radio interface library SoapySDR is a library providing a common interface to SDR (software defined radio) hardware. Support for different hardware is added through external modules. . This package contains the shared library. Package: libsocksd0 Description-md5: d1245be6c35efe33be994e5f388cba4d Description-en: SOCKS library for packages built using libsocksd-dev Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity to a wide range of hosts while requiring only the server Dante runs on to have external network connectivity. . This package provides the Dante SOCKS support library and will generally be automatically selected by packages that require it. Package: libsocksd0-dev Description-md5: e3665f1fe22527f31227f98afb542c9a Description-en: Development files for compiling programs with SOCKS support Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity to a wide range of hosts while requiring only the server Dante runs on to have external network connectivity. . This package provides header files and instructions for compiling programs with SOCKS support. Package: libsolv-dev Description-md5: 9d9ed44c61a41629b8e8186a82d57c68 Description-en: dependency solver using a satisfiability algorithm (development files) This dependency solver code in this package is based on two major, but independent, blocks: . 1. Using a dictionary approach to store and retrieve package and dependency information. 2. Using satisfiability, a well known and researched topic, for resolving package dependencies. . This package contains development files for libsolv. Package: libsolv-doc Description-md5: 3e909a715c92fd608e8ad108759c98f5 Description-en: dependency solver using a satisfiablility algorithm (documentation files) This dependency solver code in this package is based on two major, but independent, blocks: . 1. Using a dictionary approach to store and retrieve package and dependency information. 2. Using satisfiability, a well known and researched topic, for resolving package dependencies. . This package contains documentation files for libsolv. Package: libsolv-perl Description-md5: 767f65b9649015a11fb63af1413148bf Description-en: dependency solver using a satisfiability algorithm (Perl bindings) This dependency solver code in this package is based on two major, but independent, blocks: . 1. Using a dictionary approach to store and retrieve package and dependency information. 2. Using satisfiability, a well known and researched topic, for resolving package dependencies. . This package contains the Perl bindings for the libsolv library. Package: libsolv-tools Description-md5: 0a85a0ef46cb512eb787f27f5b9a394c Description-en: dependency solver using a satisfiability algorithm (command-line tools) This dependency solver code in this package is based on two major, but independent, blocks: . 1. Using a dictionary approach to store and retrieve package and dependency information. 2. Using satisfiability, a well known and researched topic, for resolving package dependencies. . This package contains command-line tools that facilitate using libsolv. Package: libsolv1 Description-md5: 6723c852d5c4315974bf51247d6e055e Description-en: dependency solver using a satisfiability algorithm (shared library) This dependency solver code in this package is based on two major, but independent, blocks: . 1. Using a dictionary approach to store and retrieve package and dependency information. 2. Using satisfiability, a well known and researched topic, for resolving package dependencies. . Supported package formats: - rpm/rpm5 - deb - Arch Linux - haiku . Supported repository formats: - rpmmd (primary, filelists, comps, deltainfo/presto, updateinfo) - susetags, suse product formats - mandriva/mageia (synthesis, info, files) - Arch Linux - red carpet helix format - haiku Package: libsolvext-dev Description-md5: 2f9d425c8287c1674bc3eb11f83c768e Description-en: dependency solver using a satisfiability algorithm (ext development files) This dependency solver code in this package is based on two major, but independent, blocks: . 1. Using a dictionary approach to store and retrieve package and dependency information. 2. Using satisfiability, a well known and researched topic, for resolving package dependencies. . This package contains development files for libsolvext. Package: libsolvext1 Description-md5: da88beb1817594c87d89fffc39a2ebb0 Description-en: dependency solver using a satisfiability algorithm (extensions) This dependency solver code in this package is based on two major, but independent, blocks: . 1. Using a dictionary approach to store and retrieve package and dependency information. 2. Using satisfiability, a well known and researched topic, for resolving package dependencies. . Search the internet for 'sat solver' to get links to the theory behind it. . Supported package formats: - rpm/rpm5 - deb - Arch Linux - haiku . Supported repository formats: - rpmmd (primary, filelists, comps, deltainfo/presto, updateinfo) - susetags, suse product formats - mandriva/mageia (synthesis, info, files) - Arch Linux - red carpet helix format - haiku . This package contains the libsolv extension library. Package: libspa-0.2-jack Description-md5: 038a688476f88f711ecebaf0a337a0bc Description-en: libraries for the PipeWire multimedia server - JACK client PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains a plugin to make PipeWire able to connect to a JACK server, which will be used for audio playback and recording. Package: libspglib-f08-2 Description-md5: ec9e99cc09aa61f032f62ec75d87225e Description-en: C library for crystal symmetry determination (Fortran interface) Spglib is a C library for crystal symmetry determination. Symmetry operations, space groups and other data can be obtained using this symmetry finder. . Features include: . * Identify space-group type * Find symmetry operations * Find a primitive cell * Search irreducible k-points * Refine crystal structure * Wyckoff position assignment . This package contains Fortran interface. Package: libspglib-f08-dev Description-md5: 7e1f3d45f667f32cdc798683393fa2bf Description-en: C library for crystal symmetry determination (Fortran development files) Spglib is a C library for crystal symmetry determination. Symmetry operations, space groups and other data can be obtained using this symmetry finder. . Features include: . * Identify space-group type * Find symmetry operations * Find a primitive cell * Search irreducible k-points * Refine crystal structure * Wyckoff position assignment . This package contains development files for Fortran interface. 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: libstdc++-10-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++-10-doc Description-md5: 1a4b88b8d9f96dfb2ac2be1049b4db01 Description-en: GNU Standard C++ Library v3 (documentation files) This package contains documentation files for the GNU stdc++ library. . One set is the distribution documentation, the other set is the source documentation including a namespace list, class hierarchy, alphabetical list, compound list, file list, namespace members, compound members and file members. Package: libstdc++-10-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++-9-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++-9-doc Description-md5: 1a4b88b8d9f96dfb2ac2be1049b4db01 Description-en: GNU Standard C++ Library v3 (documentation files) This package contains documentation files for the GNU stdc++ library. . One set is the distribution documentation, the other set is the source documentation including a namespace list, class hierarchy, alphabetical list, compound list, file list, namespace members, compound members and file members. Package: libstdc++-9-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++-arm-none-eabi-dev Description-md5: bd27fafc39c5bf1d5dc976bebfcaa215 Description-en: GNU Standard C++ Library v3 for ARM Cortex-R/M processors (headers) GNU Standard C++ library for embedded ARM chips using Cortex-M, and Cortex-R processors. . This package contains shared headers Package: libstdc++-arm-none-eabi-newlib Description-md5: dc4e7e50fdfde2001f9f19b8a4b9bb8d Description-en: GNU Standard C++ Library v3 for ARM Cortex-R/M processors (newlib) GNU Standard C++ library for embedded ARM chips using Cortex-M, and Cortex-R processors. . This library is built using newlib as standard C library. Package: libstdc++-arm-none-eabi-picolibc Description-md5: b333c5a68b8612cc062aeeabd8224d41 Description-en: GNU Standard C++ Library v3 for ARM Cortex-R/M processors (picolibc) GNU Standard C++ library for embedded ARM chips using Cortex-M, and Cortex-R processors. . This library is built using picolibc as standard C library. Package: libstdc++6-10-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: libstdc++6-9-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: libstlink-dev Description-md5: 036e2243fd3b7bbae3212c47b512ed82 Description-en: OpenSource ST-Link tools replacement. Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers STLINKv1 and STLINKv2 are supported. . This package contains the development files for stlink. Package: libstlink1 Description-md5: 1314aad6e3dc1f12b1edd29bae5cf9a3 Description-en: OpenSource ST-Link tools replacement. Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers STLINKv1 and STLINKv2 are supported. . This package contains the shared library for stlink. Package: libstopt-dev Description-md5: 26ca0a727d0f54dfe96b6094984e478c Description-en: library for stochastic optimization problems (development package) The STochastic OPTimization library (StOpt) aims at providing tools in C++ for solving some stochastic optimization problems encountered in finance or in the industry. Different methods are available: - dynamic programming methods based on Monte Carlo with regressions (global, local, kernel and sparse regressors), for underlying states following some uncontrolled Stochastic Differential Equations; - dynamic programming with a representation of uncertainties with a tree: transition problems are here solved by some discretizations of the commands, resolution of LP with cut representation of the Bellman values; - Semi-Lagrangian methods for Hamilton Jacobi Bellman general equations for underlying states following some controlled Stochastic Differential Equations; - Stochastic Dual Dynamic Programming methods to deal with stochastic stock management problems in high dimension. Uncertainties can be given by Monte Carlo and can be represented by a state with a finite number of values (tree); - Some branching nesting methods to solve very high dimensional non linear PDEs and some appearing in HJB problems. Besides some methods are provided to solve by Monte Carlo some problems where the underlying stochastic state is controlled. For each method, a framework is provided to optimize the problem and then simulate it out of the sample using the optimal commands previously computed. Parallelization methods based on OpenMP and MPI are provided in this framework permitting to solve high dimensional problems on clusters. The library should be flexible enough to be used at different levels depending on the user's willingness. . This package contains the headers and the static libraries (libstopt-mpi which allows for multithreading, and libstopt which does not). Package: libstopt5 Description-md5: 8923e4816b4c506e099c5bf74bd173d8 Description-en: library for stochastic optimization problems (shared library) The STochastic OPTimization library (StOpt) aims at providing tools in C++ for solving some stochastic optimization problems encountered in finance or in the industry. Different methods are available: - dynamic programming methods based on Monte Carlo with regressions (global, local, kernel and sparse regressors), for underlying states following some uncontrolled Stochastic Differential Equations; - dynamic programming with a representation of uncertainties with a tree: transition problems are here solved by some discretizations of the commands, resolution of LP with cut representation of the Bellman values; - Semi-Lagrangian methods for Hamilton Jacobi Bellman general equations for underlying states following some controlled Stochastic Differential Equations; - Stochastic Dual Dynamic Programming methods to deal with stochastic stock management problems in high dimension. Uncertainties can be given by Monte Carlo and can be represented by a state with a finite number of values (tree); - Some branching nesting methods to solve very high dimensional non linear PDEs and some appearing in HJB problems. Besides some methods are provided to solve by Monte Carlo some problems where the underlying stochastic state is controlled. For each method, a framework is provided to optimize the problem and then simulate it out of the sample using the optimal commands previously computed. Parallelization methods based on OpenMP and MPI are provided in this framework permitting to solve high dimensional problems on clusters. The library should be flexible enough to be used at different levels depending on the user's willingness. . This package contains the shared libraries: one which allows for multithreading (libstopt-mpi) and one which does not (libstopt). Package: libsugarext-data Description-md5: fd040f5fc57ad0dbf6eb79fc6805c17c Description-en: Sugar Learning Platform - toolkit common files Sugar Learning Platform promotes collaborative learning through Sugar Activities that encourage critical thinking, the heart of a quality education. Designed from the ground up especially for children, Sugar offers an alternative to traditional "office-desktop" software. . The sugar3 library contains a set of widgets to build HIG compliant applications and interfaces to interact with system services like presence and the datastore. . This contains the common files (translations) used by the runtime library. Package: libsugarext-dev Description-md5: fe12636c769a3ca65ab00b490ab023e5 Description-en: Sugar Learning Platform - toolkit development files Sugar Learning Platform promotes collaborative learning through Sugar Activities that encourage critical thinking, the heart of a quality education. Designed from the ground up especially for children, Sugar offers an alternative to traditional "office-desktop" software. . The sugar3 library contains a set of widgets to build HIG compliant applications and interfaces to interact with system services like presence and the datastore. . This package contains the files needed for development. Package: libsugarext0 Description-md5: c698f638c917aa91eaf95e3c5085ee52 Description-en: Sugar Learning Platform - toolkit runtime library Sugar Learning Platform promotes collaborative learning through Sugar Activities that encourage critical thinking, the heart of a quality education. Designed from the ground up especially for children, Sugar offers an alternative to traditional "office-desktop" software. . The sugar3 library contains a set of widgets to build HIG compliant applications and interfaces to interact with system services like presence and the datastore. . This package contains the runtime library. Package: libsvm-dev Description-md5: 48d7d425fdb518dcb32d734698116832 Description-en: LIBSVM header files LIBSVM, a machine-learning library, is an easy-to-use package for support vector classification, regression and one-class SVM. It supports multi-class classification, probability outputs, and parameter selection. . This package contains the development header files. Package: libsvm-java Description-md5: 4752121c9203fb5c86bdfd6c8e3436aa Description-en: Java API to support vector machine library (libsvm.jar) The functionality of the libsvm are offered in a single jar file. It includes one-class, two-class, multiclass, regression-mode, and probablistic output functionality. . This package solely provides a symbolic link from libsvm.jar libsvm3.jar. Package: libsvm-tools Description-md5: af1c107ff7acb318d142f845b59cd658 Description-en: LIBSVM binary tools LIBSVM is an easy-to-use package for support vector classification, regression and one-class SVM. It supports multi-class classification, probability outputs, and parameter selection. Package: libsvm3 Description-md5: 654d8162a91296623875d5686648d176 Description-en: library implementing support vector machines The LIBSVM library is used to calculate Support Vector Machine optimizations with a great variety of powerful options. It includes one-class, two-class, multiclass, regression-mode, and probablistic output functionality. It is primarily of interest to machine-learning researchers and artificial intelligence application developers. Package: libsvm3-java Description-md5: 0037a0b270a7d48f0899ac65a2a734d6 Description-en: Java API to support vector machine library (libsvm3.jar) The functionality of the libsvm are offered in a single jar file. It includes one-class, two-class, multiclass, regression-mode, and probablistic output functionality. Package: libsvn-dev Description-md5: d7ba285f3a44ff8995f08ac293b28fe7 Description-en: Development files for Apache Subversion libraries This package contains the symlinks, headers, and object files needed to compile and link programs which use libsvn1, the Apache Subversion libraries. This package is needed only in order to compile software that uses libsvn1. Package: libsvn-doc Description-md5: 8d748bf81b749540b1f83fe4f991a0e6 Description-en: Developer documentation for libsvn This package contains development (API) documentation for libsvn1, the Apache Subversion libraries. See the 'libsvn1' package for more information. Package: libsvn-java Description-md5: 7fe80f50698182cc45e487dedf954400 Description-en: Java bindings for Apache Subversion This is a set of Java classes which provide the functionality of libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Java class that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: libsvn-perl Description-md5: aa3fb72865b42c59ad1e6eae171929c3 Description-en: Perl bindings for Apache Subversion This is a set of Perl interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Perl script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: libsvn1 Description-md5: e815569b5d20540901c51f341d283767 Description-en: Shared libraries used by Apache Subversion This package includes shared libraries to manipulate Apache Subversion (svn) repositories and working copies. See the 'subversion' package for more information. Package: libsword-common Description-md5: 4ba4fc778800cc2d206e90952d3841e0 Description-en: common settings and module repository for libsword The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris, MacOSX etc.) API/library for Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules. . This package contains sword configuration and global module repository. Package: libsword-dev Description-md5: 626d1f4f7f82b6723dda2b44a0b1000e Description-en: Development files for libsword The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris, MacOSX etc.) API/library for Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules. . This package contains the static libraries and headers for developing applications that use the SWORD library. Package: libsword-utils Description-md5: 46f9c1d2e3151e21e28cfef09dcbba41 Description-en: conversion utilities for bible documents in SWORD supported formats The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris, MacOSX etc.) API/library for Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules. . This package contains utilities to convert documents in various formats into those suitable to be used with SWORD library. Package: libsword1.9.0 Description-md5: 794e93dd6a6b1ae55ae9f6bf0b4a7812 Description-en: API/library for bible software The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris, MacOSX etc.) API/library for Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules. . This package contains the core libraries for the project. It also contains utilities for generating data modules. . Please read the README.Debian for more information on how to obtain other modules for SWORD. Package: libsymspg-dev Description-md5: 311000890c3ecb3c4ea3a6e470e6e772 Description-en: C library for crystal symmetry determination (development files) Spglib is a C library for crystal symmetry determination. Symmetry operations, space groups and other data can be obtained using this symmetry finder. . Features include: . * Identify space-group type * Find symmetry operations * Find a primitive cell * Search irreducible k-points * Refine crystal structure * Wyckoff position assignment . This package contains static library and header files. Package: libsymspg2 Description-md5: 645a484e4ecc5cc5fbced1554e727036 Description-en: C library for crystal symmetry determination Spglib is a C library for crystal symmetry determination. Symmetry operations, space groups and other data can be obtained using this symmetry finder. . Features include: . * Identify space-group type * Find symmetry operations * Find a primitive cell * Search irreducible k-points * Refine crystal structure * Wyckoff position assignment Package: libsysprof-6-6 Description-md5: b9115f40c35605fb252d63e2333d19b2 Description-en: library for system-wide Linux profiler Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to profile the entire system, not just a single application. Sysprof handles shared libraries and applications do not need to be recompiled. In fact they don't even have to be restarted. . This package provides the shared library for console applications embedding sysprof. Package: libsysprof-6-dev Description-md5: 55e712175af30b2e7da384a96d7cba49 Description-en: development files for system-wide Linux profiler Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to profile the entire system, not just a single application. Sysprof handles shared libraries and applications do not need to be recompiled. In fact they don't even have to be restarted. . This package provides the development files for the shared library. Package: libsysprof-6-modules Description-md5: 245ffd7b127768562aa57ddc61dd0022 Description-en: LD_PRELOAD modules for system-wide Linux profiler Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to profile the entire system, not just a single application. Sysprof handles shared libraries and applications do not need to be recompiled. In fact they don't even have to be restarted. . This package provides LD_PRELOAD modules that can be injected into the program being profiled. Package: libsysprof-capture-4-dev Description-md5: 994dfd6270bff19a80ab5fb23a07e437 Description-en: capture library for system-wide Linux profiler Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to profile the entire system, not just a single application. Sysprof handles shared libraries and applications do not need to be recompiled. In fact they don't even have to be restarted. . This package provides a static library for tools that generate profiling capture data. It can be linked into other projects to provide more detailed trace information. Package: libtaskmanager6 Description-md5: f1bb4603fcff3e44ccc7366f0dcda36a Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Taskmanager library. . This package contains library files. Package: libteckit-dev Description-md5: 133bdd43c3c58c6dc3dd4787fe410593 Description-en: Development files for TECkit encoding conversion library TECkit is a toolkit for encoding conversions. It offers a simple format for describing the mapping between legacy 8-bit encodings and Unicode, and a set of utilities based on such descriptions for converting text between 8-bit and Unicode encodings. . It also includes a compiler for a mapping description language that allows for bidirectional conversion description (i.e. the same description is used for conversion to and from Unicode). . This package contains development files to allow linking to libTECkit for data conversion, and libTECkit_Compiler to compile mappings. Package: libteckit0 Description-md5: af6afc61016740b3f939afc1a8afb0d4 Description-en: Encoding conversion library TECkit is a toolkit for encoding conversions. It offers a simple format for describing the mapping between legacy 8-bit encodings and Unicode, and a set of utilities based on such descriptions for converting text between 8-bit and Unicode encodings. . It also includes a compiler for a mapping description language that allows for bidirectional conversion description (i.e. the same description is used for conversion to and from Unicode). . This package contains the shared libraries libTECkit and libTECkit_Compiler. Package: libtest-checkmanifest-perl Description-md5: 275ab149e98baa4ab005e1b6573f51ec Description-en: module to check if your manifest matches your distribution Test::CheckManifest is a Perl test module that checks whether the package manifest matches your distribution. The package manifest must name all files that come with the distribution. By default, this module searches for a file named MANIFEST. Package: libtickit-widgets-perl Description-md5: bf79c334d4825229e24b569bcb8d0f8b Description-en: collection of Tickit::Widget implementations This class acts as an abstract base class for on-screen widget objects. It provides the lower-level machinery required by most or all widget types. . Objects cannot be directly constructed in this class. Instead, a subclass of this class which provides a suitable implementation of the render_to_rb and other provided methods is derived. Instances in that class are then constructed. . The core Tickit distribution only contains a couple of simple widget classes. Many more widget types are available on CPAN. Almost certainly for any widget-based program you will want to at least install the Tickit::Widgets distribution, which provides many of the basic UI types of widget. . Tickit is a high-level toolkit for creating full-screen terminal-based interactive programs. It allows programs to be written in an abstracted way, working with a tree of widget objects, to represent the layout of the interface and implement its behaviours. Package: libtk-objeditor-perl Description-md5: 47074eaaeb5b8233e94afc859bc67199 Description-en: Perl/Tk widget to edit recursively a data structure Tk::ObjEditor module provide a widget to edit the content of a Perl data structure. The widget enables recursive edition of deep data structure. . ObjEditor is located within a DialogBox widget. I.e. it will appear in its own toplevel window when you invoke the Show() method like the FileDialog widget. Package: libtk-objscanner-perl Description-md5: 1a5b9584487068f78f7856895fb568e5 Description-en: Tk viewer for perl data structures Tk::ObjScanner from CPAN provides a GUI to scan the attributes of an object. It can also be used to scan the elements of a hash or an array. Package: libtomcat9-java Description-md5: 00d5ea98b1d596ecf9152383a3eafc0d Description-en: Apache Tomcat 9 - Servlet and JSP engine -- core libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Tomcat core classes which can be used by other Java applications to embed Tomcat. Package: libtorch-dev Description-md5: f82a036facab80b9cda749c723e0fe6f Description-en: Tensors and Dynamic neural networks in Python (Development Files) PyTorch is a Python package that provides two high-level features: . (1) Tensor computation (like NumPy) with strong GPU acceleration (2) Deep neural networks built on a tape-based autograd system . You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed. . This is the CPU-only version of PyTorch (Development files). Package: libtorch-test Description-md5: 4325c6e2507653d820eb920c5a2ad432 Description-en: Tensors and Dynamic neural networks in Python (Test Binaries) PyTorch is a Python package that provides two high-level features: . (1) Tensor computation (like NumPy) with strong GPU acceleration (2) Deep neural networks built on a tape-based autograd system . You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed. . This is the CPU-only version of PyTorch (Test Binaries). Package: libtorch2.1 Description-md5: 2af9ff00ffc5dab05134d4e047aa0a15 Description-en: Tensors and Dynamic neural networks in Python (Shared Objects) PyTorch is a Python package that provides two high-level features: . (1) Tensor computation (like NumPy) with strong GPU acceleration (2) Deep neural networks built on a tape-based autograd system . You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed. . This is the CPU-only version of PyTorch (Shared Objects). Package: libtorrent-rasterbar-dev Description-md5: 705ada813b82d11c67efa98c9c4ca92d Description-en: Development files for libtorrent-rasterbar Bittorrent library by Rasterbar Software (Arvid Norberg). libtorrent-rasterbar is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. . The main goals of libtorrent-rasterbar are: * to be cpu efficient * to be memory efficient * to be very easy to use . This package contains header files and static version of the library. Package: libtorrent-rasterbar-doc Description-md5: 73e12f09fdc69aff638cb9fc1456982b Description-en: Documentation for libtorrent-rasterbar Bittorrent library by Rasterbar Software (Arvid Norberg). libtorrent-rasterbar is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. . The main goals of libtorrent-rasterbar are: * to be cpu efficient * to be memory efficient * to be very easy to use . This package contains documentation and example files. Package: libtorrent-rasterbar2.0 Description-md5: 2eaccb98576b5d83c868c53992a012f8 Description-en: C++ bittorrent library by Rasterbar Software Bittorrent library by Rasterbar Software (Arvid Norberg). libtorrent-rasterbar is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. . The main goals of libtorrent-rasterbar are: * to be cpu efficient * to be memory efficient * to be very easy to use . This package contains libtorrent-rasterbar run time shared library. Package: libucx-dev Description-md5: e2f87be68e4cfcf1b0f06888acc40657 Description-en: Header files for UCX library Unified Communication X (UCX) provides an optimized communication layer for Message Passing (MPI), PGAS/OpenSHMEM libraries and RPC/data-centric applications. UCX utilizes high-speed networks for inter-node communication,i and shared memory mechanisms for efficient intra-node communication. This package provides development files for UCX. Package: libucx0 Description-md5: 83e9e3f7c1645625f6431aab28b6c3d7 Description-en: Unified Communication X libraries Unified Communication X (UCX) provides an optimized communication layer for Message Passing (MPI), PGAS/OpenSHMEM libraries and RPC/data-centric applications. UCX utilizes high-speed networks for inter-node communication,i and shared memory mechanisms for efficient intra-node communication. This package provides shared libraries for UCX. Package: libuhd-dev Description-md5: f8edaf46d0a638913587db84e0747e63 Description-en: universal hardware driver for Ettus Research products - headers Host library for the Universal Hardware Driver for Ettus Research products. . The supported devices provide analog radio receiver and transmitter hardware along with digital interfaces for getting signals to and from a software defined radio running on the host computer. . This package contains the header files for developing with libuhd. Doxygen generated documentation is in the uhd-host package. Package: libuhd4.6.0 Description-md5: 2d35e5079b207b2c09a1467241fa97f6 Description-en: universal hardware driver for Ettus Research products - library Host library for the Universal Hardware Driver for Ettus Research products. . The supported devices provide analog radio receiver and transmitter hardware along with digital interfaces for getting signals to and from a software defined radio running on the host computer. Package: libuhd4.6.0-dpdk Description-md5: b57b9ecb4802199eaa5b0eff63d4e845 Description-en: universal hardware driver for Ettus Research products - DPDK Host library for the Universal Hardware Driver for Ettus Research products. . The supported devices provide analog radio receiver and transmitter hardware along with digital interfaces for getting signals to and from a software defined radio running on the host computer. . This package is built with the Data Plane Development Kit and has additional dependencies and system configuration requirements to use those features. Package: libuhd4.6.0-dpdk-tests Description-md5: ef78ebd91ed14ff8f4008ec895566025 Description-en: universal hardware driver for Ettus Research products - DPDK tests Network tests for the Universal Hardware Driver for Ettus Research products. . This package is built with the Data Plane Development Kit and has additional dependencies and system configuration requirements to use those features. Package: libuim-custom2 Description-md5: 95ecf48b184888c048deac99b4aeb3e8 Description-en: Universal Input Method - uim-custom API library Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains the shared library for uim-custom API. Package: libuim-data Description-md5: 068efe7b1014038b3cda788a220539d9 Description-en: transitional package for uim-data This is a transitional package. It will be removed next release. Package: libuim-dev Description-md5: c93b7ee9698316e85277bf4058c29558 Description-en: Universal Input Method - development files Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains header files and static libraries for uim development. Package: libuim-scm0 Description-md5: 3b232a735696f1e6e82c20b0998e8f53 Description-en: Universal Input Method - uim-scm API library Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains the shared library for uim-scm API. Package: libuim8 Description-md5: be939239d1627c4303df37c61d2d92f9 Description-en: Universal Input Method - uim library Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains the shared libraries for uim. Package: libukui-menu-dev Description-md5: 86370f44f2ee3e87a04214a9532b7d0d Description-en: implementation of the freedesktop menu specification for UKUI (dev) The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . This package contains the development files. Package: libukui-menu2 Description-md5: a1b11fc5b82aafc4693a52dfbb7a7b7e Description-en: implementation of the freedesktop menu specification for UKUI (library) The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . This package contains the actual library files. Package: libulfius-dev Description-md5: a211182ebfc67e9d494dc96551bd3a7a Description-en: Web Framework for REST Applications in C - development Based on GNU Libmicrohttpd for the backend web server, Jansson for the json manipulation library, and Libcurl for the http/smtp client API. . Used to facilitate creation of web applications in C programs with a small memory footprint, as in embedded systems applications. . One can create webservices in HTTP or HTTPS mode, stream data, or implement server websockets. . This package contains the development files. Package: libulfius2.7 Description-md5: 0f6f71402b67cc0e5db473ef700a5373 Description-en: Web Framework for REST Applications in C Based on GNU Libmicrohttpd for the backend web server, Jansson for the json manipulation library, and Libcurl for the http/smtp client API. . Used to facilitate creation of web applications in C programs with a small memory footprint, as in embedded systems applications. . One can create webservices in HTTP or HTTPS mode, stream data, or implement server websockets. Package: libunicorn-dev Description-md5: f8162c53a45eddcf56193d594852de0c Description-en: Lightweight CPU emulator framework (development headers) Unicorn is a CPU emulator which is based on the CPU emulation code from QEMU. Unlike QEMU, it focuses on the emulation of CPU code without a full system emulation, but with the goal to make the emulation extensible and easy to integrate in custom tools. Unicorn provides language bindings for Python, Ruby, and Rust (among others) and has instrumentation hooks for various CPU events. This makes Unicorn well suited for malware analysis and reverse engineering. . This package installs the headers and development files. Package: libunicorn2 Description-md5: ab339ea95751404925cba8f0755e4060 Description-en: Lightweight CPU emulator framework Unicorn is a CPU emulator which is based on the CPU emulation code from QEMU. Unlike QEMU, it focuses on the emulation of CPU code without a full system emulation, but with the goal to make the emulation extensible and easy to integrate in custom tools. Unicorn provides language bindings for Python, Ruby, and Rust (among others) and has instrumentation hooks for various CPU events. This makes Unicorn well suited for malware analysis and reverse engineering. . This package installs the shared library of Unicorn. Package: libunity-core-6.0-9 Description-md5: 2ee857fee5d2f8dbac3e4840d118df06 Description-en: core library for the Unity interface Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. . This package contains shared libraries to be used by unity-3d. Package: libunity-core-6.0-dev Description-md5: 9d4511f2e1fa9f78a3708127328fd86b Description-en: Core library for the Unity interface - development files Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. . This package contains development files for libraries to be used by unity. Package: libunivalue-dev Description-md5: c40a3ef69d2922a882a2cadb777046d6 Description-en: C++ universal value object and JSON library - development headers A universal value object, with JSON encoding (output) and decoding (input). . Built as a single dynamic RAII C++ object class, and no templates. . UniValue is a reaction to json_spirit, seeking to minimize template and memory use, providing a straightforward RAII class compatible with link-time optimization and embedded uses. . This package provides header files for development. Package: libunivalue0 Description-md5: 62d21c629f8ec64a0be22da4bb6dd942 Description-en: C++ universal value object and JSON library A universal value object, with JSON encoding (output) and decoding (input). . Built as a single dynamic RAII C++ object class, and no templates. . UniValue is a reaction to json_spirit, seeking to minimize template and memory use, providing a straightforward RAII class compatible with link-time optimization and embedded uses. 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-19 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-19-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: liburi-ocaml Description-md5: 3d7708800d9e9fcdf1a07c57a704246a Description-en: RFC3986 URI/URL parsing library in OCaml (runtime) This is an OCaml implementation of the RFC3986 specification for parsing URI or URLs. . This package contains the shared runtime libraries. Package: liburi-ocaml-dev Description-md5: 05954522de974e1d72f7a5640852ce0f Description-en: RFC3986 URI/URL parsing library in OCaml (dev) This is an OCaml implementation of the RFC3986 specification for parsing URI or URLs. . This package contains development files. Package: libusb-ocaml Description-md5: 21b44918e271ba69391cf36d8bc77883 Description-en: OCaml bindings to libusb-1.0 (runtime) OCaml-USB is a binding to libusb-1.0, a userspace USB programming library. It uses Lwt to ease use of asynchronous IO features of libusb-1.0. . This package contains the runtime libraries for OCaml-USB. Package: libusb-ocaml-dev Description-md5: 023b491c31d22274d979468eb2a148fc Description-en: OCaml bindings to libusb-1.0 OCaml-USB is a binding to libusb-1.0, a userspace USB programming library. It uses Lwt to ease use of asynchronous IO features of libusb-1.0. . This package contains development files for OCaml-USB. Package: libuser Description-md5: 6f131ac55b2e56087bf8f36a7e8e16ab Description-en: user and group account administration library - utilities The libuser library implements a standardized interface for manipulating and administering user and group accounts. The library uses pluggable back-ends to interface to its data sources. . Sample applications modeled after those included with the shadow password suite are included: lchsh, lchfn, lid, lnewusers, lgroupadd, luseradd, lgroupdel, luserdel, lusermod, lgroupmod, lchage and lpasswd. Package: libuser1 Description-md5: d113d9e8ec5fd9669c971f54184757ab Description-en: user and group account administration library - shared libraries The libuser library implements a standardized interface for manipulating and administering user and group accounts. The library uses pluggable back-ends to interface to its data sources. . This package contains the shared library itself. Package: libuser1-dev Description-md5: 5961270f0edb19099f7c4bf39e70d0f5 Description-en: user and group account administration library - development files The libuser library implements a standardized interface for manipulating and administering user and group accounts. The library uses pluggable back-ends to interface to its data sources. . This package contains the development headers and data. Package: libutop-ocaml Description-md5: b506409314f69ba92475bf2b23f62c2f Description-en: improved OCaml toplevel (runtime library) utop is an improved toplevel for OCaml. It can run in a terminal or in Emacs. It supports line edition, history, real-time and context sensitive completion, colors, and more. . This package contains the runtime libraries for programs using the utop library. Package: libutop-ocaml-dev Description-md5: 3500b0a4aa59aab2a18e0c4fc25f6838 Description-en: improved OCaml toplevel (development tools) utop is an improved toplevel for OCaml. It can run in a terminal or in Emacs. It supports line edition, history, real-time and context sensitive completion, colors, and more. . This package contains the development stuff needed to use the utop library in your programs. Package: libveyon-core Description-md5: 7ceb7747abe82b2992a8c7a95f4f2277 Description-en: Computer Monitoring and Classroom Management Software - libraries Veyon is a software for computer monitoring and classroom management supporting Windows and Linux. It enables teachers to view and control computer labs and interact with students. Veyon is available in many different languages and provides numerous features supporting teachers and administrators at their daily work: . - Overview: monitor all computers in one or multiple locations or classrooms - Remote access: view or control computers to watch and support users - Demo: broadcast the teacher's screen in realtime (fullscreen/window) - Screen lock: draw attention to what matters right now - Communication: send text messages to students - Start and end lessons: log in and log out users all at once - Screenshots: record learning progress and document infringements - Programs & websites: launch programs and open website URLs remotely - Teaching material: distribute and open documents, images and videos easily - Administration: power on/off and reboot computers remotely . Veyon is the continuation of iTALC. . This package provides the core libraries needed for all Veyon components. Package: libvhdi-dev Description-md5: f66e6c0f010ebb393bd9a3af43bc0ea1 Description-en: Virtual Hard Disk image format access library -- development files libvhdi is a library to access the Virtual Hard Disk (VHD) image format. . This package includes the development support files. Package: libvhdi-utils Description-md5: 850157a44782c028fc4ec5e1a3dce77a Description-en: Virtual Hard Disk image format access library -- Utilities libvhdi is a library to access the Virtual Hard Disk (VHD) image format. . This package contains tools to access data stored in VHD files: vhdiinfo, vhdimount. Package: libvhdi1 Description-md5: bf23cbdc8c2736a515e0c3d7fffbd54a Description-en: Virtual Hard Disk image format access library libvhdi is a library to access the Virtual Hard Disk (VHD) image format. . This package contains the shared library. Package: libvigraimpex-dev Description-md5: 06bc1a091777909e5e2ab17ebcd92db0 Description-en: development files for the C++ computer vision library Vision with Generic Algorithms (VIGRA) is a computer vision library that puts its main emphasis on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. . This package contains the header and development files needed to build programs and packages using VIGRA. Package: libvigraimpex-doc Description-md5: 68e91538adca7e7262cb997daf253940 Description-en: Documentation for the C++ computer vision library Vision with Generic Algorithms (VIGRA) is a computer vision library that puts its main emphasis on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. . This package contains documentation for the VIGRA library. Package: libvigraimpex11 Description-md5: 4e10b79b88242227a01907ad6c456723 Description-en: C++ computer vision library Vision with Generic Algorithms (VIGRA) is a computer vision library that puts its main emphasis on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. Package: libvips-dev Description-md5: fdedcdb493e10121cc5a689301c664e1 Description-en: image processing system good for very large ones (dev) VIPS is an image processing system designed with efficiency in mind. It is good with large images (ones that larger than the amount of RAM in your machine), and for working with colour. It can perform many image manipulation tasks much faster than other packages such as ImageMagick and the GIMP and includes some special features such as creating single "mosaic" images from multiple parts. . VIPS consists of two main components: an image processing library with some command-line tools and a spreadsheet-like graphical user interface. The graphical interface is available in the nip2 package. . This package includes all development files needed to compile applications that use the vips library. Package: libvips-doc Description-md5: 66c9c90a8a11f154f79b4a673d2d6c55 Description-en: image processing system good for very large ones (doc) VIPS is an image processing system designed with efficiency in mind. It is good with large images (ones that larger than the amount of RAM in your machine), and for working with colour. It can perform many image manipulation tasks much faster than other packages such as ImageMagick and the GIMP and includes some special features such as creating single "mosaic" images from multiple parts. . VIPS consists of two main components: an image processing library with some command-line tools and a spreadsheet-like graphical user interface. The graphical interface is available in the nip2 package. . This package includes complete documentation for the VIPS system. It includes the application programmers' guide, the library programmers' guide, the C++ programmers' guide, and the reference guide, as well as HTML versions of the program and library manual pages. Package: libvips-tools Description-md5: 4b7763be3950065d87f0b48e06a16f7f Description-en: image processing system good for very large ones (tools) VIPS is an image processing system designed with efficiency in mind. It is good with large images (ones that larger than the amount of RAM in your machine), and for working with colour. It can perform many image manipulation tasks much faster than other packages such as ImageMagick and the GIMP and includes some special features such as creating single "mosaic" images from multiple parts. . VIPS consists of two main components: an image processing library with some command-line tools and a spreadsheet-like graphical user interface. The graphical interface is available in the nip2 package. . This package includes several command-line utilities that make it possible to use some vips functionality from shell scripts or the command line. Package: libvips42 Description-md5: c4eaae0fa8d986151b8ced75f4b02933 Description-en: image processing system good for very large ones VIPS is an image processing system designed with efficiency in mind. It is good with large images (ones that larger than the amount of RAM in your machine), and for working with colour. It can perform many image manipulation tasks much faster than other packages such as ImageMagick and the GIMP and includes some special features such as creating single "mosaic" images from multiple parts. . VIPS consists of two main components: an image processing library with some command-line tools and a spreadsheet-like graphical user interface. The graphical interface is available in the nip2 package. . This package includes runtime libraries needed to run applications linked with the vips library. Package: libvmdk-dev Description-md5: e4299caeab198dde8473a10aa1972b20 Description-en: VMWare Virtual Disk format access library -- development files libvmdk is a library to access the VMware Virtual Disk (VMDK) format. . This package includes the development support files. Package: libvmdk-utils Description-md5: 24361189efc5082ad89832a3d10f4727 Description-en: VMWare Virtual Disk format access library -- Utilities libvmdk is a library to access the VMware Virtual Disk (VMDK) format. . This package contains tools to access data stored in VMDK files: vmdkinfo, vmdkmount. Package: libvmdk1 Description-md5: 9515a1d6230845100408642fb273944d Description-en: VMWare Virtual Disk format access library libvmdk is a library to access the VMware Virtual Disk (VMDK) format. . This package contains the shared library. Package: libvshadow-dev Description-md5: 0e08f2f1d13939f048f8d2b0a5cf94f1 Description-en: Volume Shadow Snapshot format access library -- development files libvshadow is a library to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. . This package includes the development support files. Package: libvshadow-utils Description-md5: 4332e69fd9199fa1dcac2be44fa38426 Description-en: Volume Shadow Snapshot format access library -- Utilities libvshadow is a library to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. . This package contains tools to access data stored in a Volume Shadow Snapshot: vshadowinfo, vshadowmount. Package: libvshadow1 Description-md5: 892d66090c89bbe8dc811491c33751b3 Description-en: Volume Shadow Snapshot format access library libvshadow is a library to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. . This package contains the shared library. Package: libvslvm-dev Description-md5: 9239b7d592176083efcd95265475a470 Description-en: Linux LVM volume system format access library -- development files libvslvm is a library to access the Linux Logical Volume Manager (LVM) volume system format. . This package includes the development support files. Package: libvslvm-utils Description-md5: 7b4f9361be594c14ae6d859544e5ac2b Description-en: Linux LVM volume system format access library -- Utilities libvslvm is a library to access the Linux Logical Volume Manager (LVM) volume system format. . This package contains tools to access data ... Package: libvslvm1 Description-md5: 723321fdaa621e28305116eaff443fc5 Description-en: Linux LVM volume system format access library libvslvm is a library to access the Linux Logical Volume Manager (LVM) volume system format. . This package contains the shared library. Package: libvted-3-0 Description-md5: 29a2e74e9f4b89ac82813be6bca0a6f8 Description-en: Terminal emulator widget for GTK+ - D bindings The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. It also provides the VtePTY object containing functions for starting a new process on a new pseudo-terminal and for manipulating pseudo-terminals. . This package contains the D language bindings for VTE. Package: libvted-3-dev Description-md5: 590b0a38475269ac36e9be17c7ea6e3b Description-en: Terminal emulator widget for GTK+ - development files for D The VTE library provides a terminal emulator widget VteTerminal for applications using the GTK+ toolkit. . This package contains development files needed to write applications in the D programming language that use VTE. Package: libvtk-dicom-dev Description-md5: 1e65cf009fa665d643cd7eb9e8f3a816 Description-en: DICOM for VTK - dev This package contains a set of classes for managing DICOM files and metadata from within VTK, and some utility programs for interrogating and converting DICOM files. . Development headers Package: libvtk9-dev Description-md5: 7e2bbc8c66e40961c2bc067211a7a6c1 Description-en: VTK header files The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the VTK header files required to compile C++ programs that use VTK to do 3D visualisation. Package: libvtk9-java Description-md5: 4a2c950d01a8db58857d1e38171eac2a Description-en: VTK - Java language support The Visualization Toolkit (VTK) is an object oriented, high level library that allows one to easily write C++ programs, Tcl, Python and Java scripts that do 3D visualization. . This package provides the VTK Java language support. Package: libvtk9-qt-dev Description-md5: f328fd3b8b64a22139aa0d00e2d89f5a Description-en: VTK header files, containing Qt files The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the VTK header files required to compile C++ programs that use VTK to do 3D visualisation. Qt files Package: libvtk9.1 Description-md5: 144756a6093ffa63465fde3c11e8a81a Description-en: VTK libraries The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the shared libraries needed to run C++ programs that use VTK. Package: libvtk9.1-qt Description-md5: 372a6934e0333f048f30bec2359bcec5 Description-en: VTK libraries, Qt files The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the shared libraries needed to run C++ programs that use VTK. Qt files Package: libvtkdicom0.8 Description-md5: 86dc91825799283320e0e23d1ce81fa4 Description-en: DICOM for VTK - lib This package contains a set of classes for managing DICOM files and metadata from within VTK, and some utility programs for interrogating and converting DICOM files. . Libraries for runtime applications Package: libvtkgdcm-9.1 Description-md5: cab5f57666c7427ad71ef8912a148fb2 Description-en: Grassroots DICOM VTK runtime libraries Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . Libvtkgdcm is a library that quickly allow programmer to use GDCM from a VTK environment. Package: libvtkgdcm-dev Description-md5: c2acb59fd33273d44d4e253f024260bf Description-en: Grassroots DICOM VTK development libraries and headers Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . Headers and static libraries for libvtkgdcm. These are not needed to use GDCM, but are needed to build plugins or programs that link against libvtkgdcm. Package: libvtkgdcm-tools Description-md5: 666824291f0fae87cea7f91fa496e83a Description-en: Grassroots DICOM VTK tools and utilities Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . Libvtkgdcm-tools provides a number of command line debugging and utility tool. Install this package for the gdcmviewer, gdcm2pnm and gdcm2vtk programs. Package: libweather-ion7 Description-md5: b1bc4c131733a1a5f4c157c588f97211 Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Weather_ion library. . This package contains library files. Package: libwhy3-ocaml-dev Description-md5: 072a6256bf533fcf1d18fe6a382eb298 Description-en: OCaml librariries for why3 (dev) This package contains the libraries of the why3 verification platform for developing applications using why3. Package: libwin-hivex-perl Description-md5: 3e474899bbf5728b3679672f4e5830c6 Description-en: Perl bindings to hivex Perl bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. . This package also contains hivexregedit, a low-level command-line tool for manipulating and dumping registry hives. Package: 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: libwreport-dev Description-md5: 8983898b408867e44e2550fd21006dd7 Description-en: library for working with weather reports libwreport is a C++ library for working with weather reports. . The main feature of libwreport is a powerful decoder and encoder for the BUFR and CREX formats. . It also provides a useful abstraction to handle values found in weather reports, with awareness of significant digits, measurement units, variable descriptions, unit conversion and attributes on variables. . Features provided: . * Read and write BUFR version 2, 3, and 4 * Read and write CREX * Unit conversion * Handling of physical variables Package: libwreport-doc Description-md5: aab24d8299034be55998625e82aa91ee Description-en: documentation for libwreport libwreport is a C++ library to read and write weather reports in BUFR and CREX formats. . This is the documentation for the library. Package: libwreport3 Description-md5: 3c0cb3ede7ad683dcd189f5565d413d7 Description-en: shared library for working with weather reports libwreport is a C++ library to read and write weather reports in BUFR and CREX formats. . This is the shared library for C programs. Package: libwxbase3.2-1 Description-md5: 5886c164d040e7698764c4932dc36a87 Description-en: wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit wxBase is a collection of C++ classes providing basic data structures (strings, lists, arrays), powerful wxDateTime class for date manipulations, portable wrappers around many OS-specific functions allowing the same program to work for all supported platforms, wxThread class for writing multithreaded programs, and much more. . wxBase currently supports the following platforms: Generic Unix (Linux, FreeBSD, Solaris, HP-UX, ...), Microsoft Windows, and Mac OS X. . This package is only useful for non-GUI apps. It offers a subset of the classes in libwx_gtk3.2 for use in console apps and daemons. You do not need this package to build or use wxWidgets GUI apps. Package: libwxgtk-gl3.2-1 Description-md5: 57189c94c99e06503aab548243354f8b Description-en: wxWidgets Cross-platform C++ GUI toolkit (GTK 3 gl library runtime) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides the media shared libraries needed to run programs linked against libwx_gtk3u_gl. Package: libwxgtk-media3.2-1 Description-md5: ecc1c5fca9ad287c17510c92b811f9f2 Description-en: wxWidgets Cross-platform C++ GUI toolkit (GTK 3 media library runtime) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides the media shared libraries needed to run programs linked against libwx_gtk3u_media. Package: libwxgtk-media3.2-dev Description-md5: 3d962ee1ab7f78a21f653515d062bb7a Description-en: wxWidgets Cross-platform C++ GUI toolkit (GTK 3 media library development) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides files needed to compile wxWidgets programs using the wxMediaCtrl class. Package: libwxgtk-webview3.2-1 Description-md5: 4093ef60b236a28c6b4bbca33d58a287 Description-en: wxWidgets Cross-platform C++ GUI toolkit (GTK 3 webview library runtime) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides the media shared libraries needed to run programs linked against libwx_gtk3u_webview. Package: libwxgtk-webview3.2-dev Description-md5: 4e6c8b3a86552dccae05e1bdd676e7cb Description-en: wxWidgets Cross-platform C++ GUI toolkit (GTK 3 webview library development) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides files needed to compile wxWidgets programs using the wxWebView class. Package: libwxgtk3.2-1 Description-md5: 64135311844b4037159e36564d99f7b2 Description-en: wxWidgets Cross-platform C++ GUI toolkit (GTK 3 runtime) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides the shared libraries needed to run programs linked against wxWidgets. To use the (optional) glcanvas library you will need to have Mesa or OpenGL installed. Package: libwxgtk3.2-dev Description-md5: d534ededd8815f9352ef62488eb48d1b Description-en: wxWidgets Cross-platform C++ GUI toolkit (GTK 3 development) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides files needed to compile wxWidgets programs. If you want to compile apps using the (optional) glcanvas library you will need to have Mesa or OpenGL installed too. . This package also provides the wx-config script. Package: libx32asan5 Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32gcc-10-dev Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-9-dev Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gfortran-10-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-9-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32go-10-dev Description-md5: e36fc6f7d9da2b503ade97820475f44a Description-en: Runtime library for GNU Go applications (x32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libx32go-9-dev Description-md5: e36fc6f7d9da2b503ade97820475f44a Description-en: Runtime library for GNU Go applications (x32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libx32go14 Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go16 Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32gphobos-10-dev Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-9-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: libx32gphobos1 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76 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: libx32objc-10-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-9-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: libx32stdc++-10-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++-9-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++6-10-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: libx32stdc++6-9-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: libx509-ocaml Description-md5: fee45084578ef8666b8eb6c2f85dc8eb Description-en: X.509 PKI purely in OCaml (runtime) X.509 is a public key infrastructure used mostly on the Internet. It consists of certificates which include public keys and identifiers, signed by an authority. Authorities must be exchanged over a second channel to establish the trust relationship. This library implements most parts of RFC5280 and RFC6125. The Public Key Cryptography Standards (PKCS) defines encoding and decoding (in ASN.1 DER and PEM format), which is also implemented by this library - namely PKCS 1, PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12. . This package contains runtime files. Package: libx509-ocaml-dev Description-md5: a3fefeb264b64fa6143b83652c7a00a7 Description-en: X.509 PKI purely in OCaml (dev) X.509 is a public key infrastructure used mostly on the Internet. It consists of certificates which include public keys and identifiers, signed by an authority. Authorities must be exchanged over a second channel to establish the trust relationship. This library implements most parts of RFC5280 and RFC6125. The Public Key Cryptography Standards (PKCS) defines encoding and decoding (in ASN.1 DER and PEM format), which is also implemented by this library - namely PKCS 1, PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12. . This package contains development files. Package: libxapian-java Description-md5: 3bed1a29c5f18bfc0c1681723bb209cb Description-en: Xapian search engine interface for Java The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Java bindings provide an interface to the Xapian library from Java, allowing both indexing and retrieval operations. . This package contains the architecture-independent part of the Xapian Java bindings. Package: libxapian-java-doc Description-md5: ad1298dbdedd7084902cfa54b49950ea Description-en: Xapian search engine interface for Java (documentation) The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Java bindings provide an interface to the Xapian library from Java, allowing both indexing and retrieval operations. . This package contains the documentation for the Xapian Java bindings. Package: libxapian-jni Description-md5: 3722ed5c9f5ca7806edd4883f1813d2e Description-en: Xapian search engine interface for Java (JNI library) The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Java bindings provide an interface to the Xapian library from Java, allowing both indexing and retrieval operations. . This package contains the architecture-dependent part of the Xapian Java bindings. Package: libxdot4 Description-md5: 5bb95dff142ccbf7ab2946dc3a7a4dc1 Description-en: rich set of graph drawing tools - xdot library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the xdot library. Package: libxen-dev Description-md5: d0081287d639409783b21183a7d8fd9d Description-en: Public headers and libs for Xen This package contains the public headers and static libraries for Xen. . The libxenlight library is intended as a common base for all Xen toolstack developers. The libxlutil library contains additional helpers which may be useful to toolstack developers. . The libxenstore library allows userspace processes to interact with the XenStore database. Command line tools for accessing xenstore are provided is via the xenstore-utils package. . Most of the other included libraries are internal, and intended for use by the Xen toolstack, rather than directly. Package: libxencall1 Description-md5: d1373591e42542257a1d8c9d2a8441b1 Description-en: Xen runtime library - libxencall Shared library for Xen utilities. Package: libxendevicemodel1 Description-md5: 9bc1ff17e423b6546c0591fedefc5bdb Description-en: Xen runtime libraries - libxendevicemodel Shared library for Xen utilities. Package: libxenevtchn1 Description-md5: 10cc34c727d27fc4482c211091e25f1c Description-en: Xen runtime libraries - libxenevtchn Shared library for Xen utilities. Package: libxenforeignmemory1 Description-md5: dcbe3ced47522d91b647a027a556a47b Description-en: Xen runtime libraries - libxenforeignmemory Shared library for Xen utilities. Package: libxengnttab1 Description-md5: 2b706da1d8e5e5824e00a7dd8692a25a Description-en: Xen runtime libraries - libxengnttab Shared library for Xen utilities. Package: libxenhypfs1 Description-md5: ce0c99512ceaf2003c6e5407d3c5cdaa Description-en: Xen runtime library - libxenhypfs Shared library for Xen utilities. Package: libxenmisc4.17 Description-md5: e17bdea6a4ec9706c9fc225e4b03269d Description-en: Xen runtime libraries - miscellaneous, versioned ABI Shared libraries for Xen utilities. This package contains libraries whose ABI changes with each new upstream Xen release, which include ones which embed knowledge of hypervisor-version-specific hypercall ABIs. Package: libxenstore4 Description-md5: da0c7baa0e5240359f0489e50b89b477 Description-en: Xen runtime libraries - libxenstore Shared library for Xen utilities. Package: libxentoolcore1 Description-md5: 8c11c2b3d3fbc956f701f226d434796a Description-en: Xen runtime libraries - libxentoolcore Shared library for Xen utilities. Package: libxentoollog1 Description-md5: 79089374ec5ece1ae540dda65e7c681a Description-en: Xen runtime libraries - libxentoollog Shared library for Xen utilities. Package: libxeus-python0 Description-md5: 13af88d26d0bcbacb82fb09fa67280ed Description-en: Native jupyter kernel for python (library) xeus-python uses the xeus library to provide a high-performance, native kernel for running python code in the jupyter notebook, or other frontends using the jupyter messaging protocol. . This package contains the library. Package: libxrdapputils2 Description-md5: 0474b147e8336ec97b155b7190f40b97 Description-en: Utilities library for xrootd applications This package contains the xrootd utilities library for applications. Package: libxrdcephposix0 Description-md5: 7887081c0cc1aa085846a9b024444c2d Description-en: Ceph posix library for xrootd This package contains an xrootd library used by the ceph plugins. Package: libxrdcl3 Description-md5: c6c5efc15d8b675ecfd92362409f2c46 Description-en: Client library for xrootd This package contains the xrootd client library. Package: libxrdcrypto2 Description-md5: 3301b72ef7a8f6088a6a8c41da26d20a Description-en: Cryptograpic library for xrootd This package contains the xrootd cryptograpic library. Package: libxrdcryptolite2 Description-md5: a3a93d2f5213ece0055f27be279b7b20 Description-en: Light version of cryptograpic library for xrootd This package contains the light version of the xrootd cryptograpic library. Package: libxrdec1 Description-md5: 5cee19bd2c300f02aa25999e99c349d9 Description-en: Erasure code library for xrootd This package contains the xrootd erasure code library. Package: libxrdffs3 Description-md5: c27eb4e5037dbafe2c29e6bafdfd7d48 Description-en: File protocol library for xrootd This package contains the xrootd file protocol library. Package: libxrdhttputils2 Description-md5: 6d853b6692a8b39f1aa1ee5121b3d8f4 Description-en: HTTP protocol utilities library for xrootd This package contains the xrootd HTTP protocol utilities library. Package: libxrdposix3 Description-md5: bee902381e04d1fae4e94994d8751503 Description-en: Posix interface library for xrootd This package contains the xrootd Posix interface library. Package: libxrdserver3 Description-md5: f88d87cef5869352de6c043c0a1e95d3 Description-en: Server library for xrootd This package contains the xrootd server library. Package: libxrdssilib2 Description-md5: 85edbb0f3f18512259add919ad9548d4 Description-en: Server internals library for xrootd This package contains an xrootd server internals library. Package: libxrdssishmap2 Description-md5: 85edbb0f3f18512259add919ad9548d4 Description-en: Server internals library for xrootd This package contains an xrootd server internals library. Package: libxrdutils3 Description-md5: df00d1811409e8a067d7f9692e8f817c Description-en: Utilities library for xrootd This package contains the xrootd utilities library. Package: libxrdxml3 Description-md5: b84123ce6ec11b2053c8cce0510865e7 Description-en: XML library for xrootd This package contains the xrootd XML library. Package: libxrl-dev Description-md5: faaae289681522ccb8f7b73b39e10058 Description-en: library for interactions of X-rays with matter (headers) Quantitative estimate of elemental composition by spectroscopic and imaging techniques using X-ray fluorescence requires the availability of accurate data of X-ray interaction with matter. Although a wide number of computer codes and data sets are reported in literature, none of them is presented in the form of freely available library functions which can be easily included in software applications for X-ray fluorescence. This work presents a compilation of data sets from different published works and an xraylib interface in the form of callable functions. Although the target applications are on X-ray fluorescence, cross sections of interactions like photoionization, coherent scattering and Compton scattering, as well as form factors and anomalous scattering functions, are also available. . xraylib provides access to some of the most respected databases of physical data in the field of X-rays. The core of xraylib is a library, written in ANSI C, containing over 40 functions to be used to retrieve data from these databases. This C library can be directly linked with any program written in C, C++ or Objective-C. . This package contains the header files. Package: libxrl11 Description-md5: f78cbd5d4ca032c5ec954df8d5e2224d Description-en: library for interactions of X-rays with matter Quantitative estimate of elemental composition by spectroscopic and imaging techniques using X-ray fluorescence requires the availability of accurate data of X-ray interaction with matter. Although a wide number of computer codes and data sets are reported in literature, none of them is presented in the form of freely available library functions which can be easily included in software applications for X-ray fluorescence. This work presents a compilation of data sets from different published works and an xraylib interface in the form of callable functions. Although the target applications are on X-ray fluorescence, cross sections of interactions like photoionization, coherent scattering and Compton scattering, as well as form factors and anomalous scattering functions, are also available. . xraylib provides access to some of the most respected databases of physical data in the field of X-rays. The core of xraylib is a library, written in ANSI C, containing over 40 functions to be used to retrieve data from these databases. This C library can be directly linked with any program written in C, C++ or Objective-C. Package: libxrootd-client-dev Description-md5: c5e3e94b344aa726dbdf02748ec06438 Description-en: Development files for xrootd clients This package contains header files and development libraries for xrootd client development. Package: libxrootd-dev Description-md5: f633665f5075f9e32fd2c320421427a1 Description-en: Development files for xrootd This package contains header files and development libraries for xrootd development. Package: libxrootd-private-dev Description-md5: 059c5283d5a4c07b09752396b97ffcc9 Description-en: Private xrootd headers This package contains some private xrootd headers. Backward and forward compatibility between versions is not guaranteed for these headers. Package: libxrootd-server-dev Description-md5: 43676786820d17135039072c143fcc52 Description-en: Development files for xrootd servers This package contains header files and development libraries for xrootd server development. Package: libxsimd-dev Description-md5: 23ae4fd8a4b9ed2e0c9904fb8c53afb7 Description-en: C++ wrappers for SIMD intrinsics SIMD (Single Instruction, Multiple Data) is a feature of microprocessors that has been available for many years. SIMD instructions perform a single operation on a batch of values at once, and thus provide a way to significantly accelerate code execution. However, these instructions differ between microprocessor vendors and compilers. . xsimd provides a unified means for using these features for library authors. Namely, it enables manipulation of batches of numbers with the same arithmetic operators as for single values. It also provides accelerated implementation of common mathematical functions operating on batches. . This package provides the header-only library. Package: libxsimd-doc Description-md5: 5388ae8e1b37a3f6dff431e51c9c3fd1 Description-en: Documentation for xsimd SIMD (Single Instruction, Multiple Data) is a feature of microprocessors that has been available for many years. SIMD instructions perform a single operation on a batch of values at once, and thus provide a way to significantly accelerate code execution. However, these instructions differ between microprocessor vendors and compilers. . xsimd provides a unified means for using these features for library authors. Namely, it enables manipulation of batches of numbers with the same arithmetic operators as for single values. It also provides accelerated implementation of common mathematical functions operating on batches. . This package provides the documentation. Package: libyara-dev Description-md5: eade2cd18458ccf8711082c7843ee1f4 Description-en: YARA development libraries and headers YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. . This package provides development libraries and headers. Package: libyara10 Description-md5: c3e039265e1adeb77f9cfe32bffeccf8 Description-en: YARA shared library YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. . This package provides a shared library. Package: libzbar-dev Description-md5: cbc904d6567674a270736247dc1af038 Description-en: QR code / bar code scanner and decoder (development) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the development files. Package: libzbar0 Description-md5: 884ba70891ca72e3a115e297844f0b93 Description-en: QR code / bar code scanner and decoder (library) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the library. Package: libzbargtk-dev Description-md5: 291197a42e4cccab6fa51274a99b94de Description-en: QR code / bar code scanner and decoder (GTK+ bindings development) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the development files for the GTK+ bindings. Package: libzbargtk0 Description-md5: abe72f8e1fd5755f8adcc6d43da9a812 Description-en: QR code / bar code scanner and decoder (GTK+ bindings) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the GTK+ bindings. Package: libzbarqt-dev Description-md5: 9cd0f9fcdf7486b383773b308e0a5b61 Description-en: QR code / bar code scanner and decoder (Qt binding development) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the development files for the Qt binding. Package: libzbarqt0 Description-md5: bc7fc01bbb87a5e94375470d9484527d Description-en: QR code / bar code scanner and decoder (Qt binding) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the library for Qt binding. Package: libzeroc-ice-dev Description-md5: d208728fd79f878dfb15aa641583f2a6 Description-en: libraries and headers for developing Ice applications in C++ This package contains the libraries and headers needed for developing Ice applications in C++. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzeroc-ice3.7 Description-md5: 1d48e84a92738c58a039c8d80a1d1814 Description-en: C++ run-time libraries for the Ice framework This package contains C++ run-time libraries for the Ice framework. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzeroc-ice3.7-java Description-md5: ab79aaf893933cbc23e5791b706af0fa Description-en: Ice for Java run-time libraries. This package contains Ice for Java run-time libraries. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzeroc-icestorm3.7 Description-md5: 679e72fd55d26f5e4819c159ad20ef97 Description-en: IceStorm publish-subscribe event distribution service This package contains the IceStorm publish-subscribe event distribution service. . IceStorm helps you create push applications. Your Ice client (the publisher) sends a request to a topic managed by IceStorm, and IceStorm delivers this request to all the subscribers (Ice objects) that you registered with this topic. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzxing-dev Description-md5: 8a222793b83816d84c1f64ee160a0cbf Description-en: C++ port of ZXing library (development files) ZXing-C++ ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in C++. . It was originally ported from the Java ZXing library but has been developed further and now includes many improvements in terms of quality and performance. It can both read and write barcodes in a number of formats: QR Code, DataMatrix, Aztec, PDF417, UPC-A, UPC-E, EAN-8, EAN-13, DataBar/RSS, Code 39, Code 93, Code 128, Codabar, ITF. . This package provides development files for zxing-cpp library. Package: libzxing3 Description-md5: 0fac22bb00ceb14fd52df59bb518c40d Description-en: C++ port of ZXing library (library files) ZXing-C++ ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in C++. . It was originally ported from the Java ZXing library but has been developed further and now includes many improvements in terms of quality and performance. It can both read and write barcodes in a number of formats: QR Code, DataMatrix, Aztec, PDF417, UPC-A, UPC-E, EAN-8, EAN-13, DataBar/RSS, Code 39, Code 93, Code 128, Codabar, ITF. . This package provides library files for zxing-cpp library. Package: link-grammar Description-md5: d9d09a2d58fa8aa2ee5f8695b9b95a71 Description-en: Carnegie Mellon University's link grammar parser In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar. . link-grammar can be used for linguistic parsing for information retrieval or extraction from natural language documents. It can also be used as a grammar checker. . This package contains the user-executable binary. Package: link-grammar-dictionaries-all Description-md5: 2e2209748353fd65324aecbacf4e2679 Description-en: Carnegie Mellon University's link grammar parser (all dictionaries) In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar. . link-grammar can be used for linguistic parsing for information retrieval or extraction from natural language documents. It can also be used as a grammar checker. . This package contains all dictionaries bundled with link-grammar. Package: link-grammar-dictionaries-en Description-md5: 920c6580f5691c78e6aeeda1b9275a8a Description-en: Carnegie Mellon University's link grammar parser (English dictionary) In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar. . link-grammar can be used for linguistic parsing for information retrieval or extraction from natural language documents. It can also be used as a grammar checker. . This package contains the English dictionaries. Package: linphone-desktop Description-md5: b9aaaa8aa96f5ad727be6db80341bfde Description-en: SIP softphone - graphical client Linphone is an audio and video internet phone using the SIP protocol. . The main features of linphone are: - a nice graphical interface; - it includes a large variety of codecs with different quality / bandwidths; - it uses the well-known and standardised SIP protocol. . This package includes the Qt/QML based graphical desktop client. Package: lld-19 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-19 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-19 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-19-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-19-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-19-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-19-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-19-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-19-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: lmms Description-md5: 816cb06c4ea6fb223d96de245d4d63a3 Description-en: Linux Multimedia Studio LMMS aims to be a free alternative to popular (but commercial and closed- source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating cool loops, synthesizing and mixing sounds, arranging samples, having more fun with your MIDI-keyboard and much more... . LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/ sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface. Package: lmms-common Description-md5: bb2954ca4155147592c95219e7105a80 Description-en: Linux Multimedia Studio - common files LMMS aims to be a free alternative to popular (but commercial and closed- source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating cool loops, synthesizing and mixing sounds, arranging samples, having more fun with your MIDI-keyboard and much more... . LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/ sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface. . This package contains the platform independent files such as samples, presets and some example projects. Package: locales-all Description-md5: c360552536cba624a24a347b513939dd Description-en: GNU C Library: Precompiled locale data This package contains the precompiled locale data for all supported locales. A better alternative is to install the locales package and only select desired locales, but it can be useful on a low-memory machine because some locale files take a lot of memory to be compiled. Package: lomiri Description-md5: 89314b23acb88f5e486e3d3b4f041663 Description-en: Shell of the Lomiri Operating Environment Shell of the Lomiri Operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package provides the Lomiri shell. Package: lomiri-action-doc Description-md5: 13f732cd50879e9524cb40dd7117f5ba Description-en: Lomiri Action API - documentation Lomiri Common Action API. Allow applications to export actions in various forms to the Lomiri Shell. . This package contains developer documentation. Package: lomiri-app-launch-profiler Description-md5: 9a3a06b735d10d45a915c91a8a6419a9 Description-en: Qt Components for Lomiri - startup time profiling tool Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the application startup time profiling tools. Package: lomiri-clock-app Description-md5: 94243dfba461caede93f9d7d34e036de Description-en: Clock App for Lomiri Operating Environment This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is a mobile OS developed by the UBports Foundation. Lomiri is its operating environment optimized for touch based human-machine interaction, but also supports convergence (i.e. switching between tablet/phone and desktop mode). . This package provides Lomiri's Clock App. Package: lomiri-common Description-md5: 141dfeeb254e8ac68f0b3df21c8b2bba Description-en: Shell of the Lomiri Operating Environment (common files) Shell of the Lomiri Operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package contains the QML, graphics and locale files for lomiri. Package: lomiri-doc Description-md5: 104675d86cea2acecf68e6ef207cef1d Description-en: Lomiri Operating Environment's Shell (documentation files) Lomiri is an operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package provides documentation of the Lomiri Shell. Package: lomiri-greeter Description-md5: 9b1c114cd0538c7260247aac2a198659 Description-en: LightDM Greeter for the Lomiri Operating Environment Lomiri is an operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package provides the Lomiri Greeter. Package: lomiri-tests Description-md5: 08d410958d81e9755211a0200d395421 Description-en: Scripts and mocks for running Lomiri Shell tests Lomiri is an operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package provides fake implementations of some QML modules used by the Lomiri Shell (e.g. Lomiri.Application) so that you can run it in a sandboxed environment; it also provides scripts to run its test suite. Package: lomiri-ui-toolkit-doc Description-md5: c7860f4a24cdafbbc371bdf1f9295c30 Description-en: Qt Components for Lomiri - documentation Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains developer documentation. Package: lomiri-ui-toolkit-examples Description-md5: aedb950adf028c8e636068a876d0d7ad Description-en: Qt Components for Lomiri - demos and examples Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the component demos and example applications. Package: lomiri-ui-toolkit-theme Description-md5: c3fd7ee3aa430391f55623d15bed65e5 Description-en: Qt Components for Lomiri - Lomiri Theme Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the Ambiance theme for Qt Lomiri Components. Package: lomiri-ui-toolkit-tools Description-md5: 18379841c6e5944f8bddb42f8c2e86b0 Description-en: Qt Components for Lomiri - productive tools Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the application launcher, which is a drop-in replacement for qmlscene, oxideqmlscene, qml and derivatives. Package: lswm Description-md5: e8b7b09d4e73830e23a5f013b5160c13 Description-en: wiimote discover utility CWiid is a working userspace driver along with various applications implementing event drivers, multiple wiimote connectivity, gesture recognition, and other Wiimote-based functionality. . This package provides an utility to discover new wiimotes. Package: lttoolbox Description-md5: 314bf20f5ff1044bb2d3cbd3563f1f24 Description-en: Apertium lexical processing modules and tools The lttoolbox contains the augmented letter transducer tools for natural language processing used by Apertium, a platform for building rule-based and hybrid machine translation systems. The software is also useful for making morphological analysers and generators for natural language processing applications. Package: lttoolbox-dev Description-md5: 8d2d3a3883943ba1ca74534db4456864 Description-en: Development tools and library for lttoolbox The lttoolbox contains the augmented letter transducer tools for natural language processing used by Apertium, a platform for building rule-based and hybrid machine translation systems. The software is also useful for making morphological analysers and generators for natural language processing applications. . This package provides development files for lttoolbox. 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: lxc Description-md5: 4ece0dffd153c29e95ffdb89f8238dfc Description-en: Linux Containers userspace tools Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package provides the lxc-* tools, which can be used to start a single daemon in a container, or to boot an entire "containerized" system, and to manage and debug your containers. Package: lxc-dev Description-md5: c719178b7e79ce1ed39519707c589961 Description-en: Linux Containers userspace tools (development) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package contains the development files. Package: lxc-tests Description-md5: e03094a7d4b1a574890d104af255c273 Description-en: Linux Containers userspace tools (test binaries) Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package contains the test binaries. Those binaries are primarily used for autopkgtest and by some developers. They are not meant to be installed on regular user systems. Package: lxc-utils Description-md5: 16dd03ce747e498dacd7df066ac4da24 Description-en: Transitional package - lxc-utils -> lxc This is a transitional package. It can safely be removed. . lxc-utils is now replaced by lxc. Package: lxc1 Description-md5: bfc96b02dc580a74d034894ff466294a Description-en: Transitional package - lxc1 -> lxc This is a transitional package. It can safely be removed. . lxc1 is now replaced by lxc. Package: lxqt-archiver Description-md5: edb827bcbcde8610fd9a19e8562e92dd Description-en: Archive Manager for LXQt LXQt Archiver is an archive manager for the LXQt environment. It allows you to: * Create and modify archives. * View the content of an archive. * View a file contained in an archive. * Extract files from the archive. . LXQt Archiver supports the following formats: * Tar (.tar) archives, including those compressed with gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), lzma (.tar.lzma) and xz (.tar.xz) * Zip archives (.zip) * Jar archives (.jar, .ear, .war) * 7z archives (.7z) * iso9660 CD images (.iso) * Lha archives (.lzh) * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) . LXQt Archiver doesn't perform archive operations by itself, but relies on standard tools for this. . This package contain the LXQt archiver. Package: lxqt-archiver-l10n Description-md5: 71c8e6d0d5db061cd02a88ba46ad42a6 Description-en: Language package for lxqt-archiver LXQt Archiver is an archive manager for the LXQt environment. . This package contains the l10n files needed by the lxqt-archiver. Package: lxqt-qtplugin Description-md5: fbd2e8b820c2965c65e5197cf7ca4fd6 Description-en: LXQt system integration plugin for Qt With this plugin, all Qt-based programs can adopt settings of LXQt, such as the icon theme. . This package provides the LXQt qtplugin interface. 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: mailman3 Description-md5: 95b97bca3cff0fc59636c61614f81160 Description-en: Mailing list management system This is GNU Mailman version 3, a mailing list management system. This package provides the core delivery engine of the system, which handles the mailing lists data, receives messages, handles the moderation and processing of these messages and delivers them to the mailing lists subscribers. It communicates with the other components through a private administrative REST API. . Default database backend is SQLite3 in order to not break automated installations. For productive setups, PostgreSQL or MySQL are much better options though. See README.Debian for further information. . In order to get the full Mailman3 system, the metapackage 'mailman3-full' should be installed. Package: mailman3-doc Description-md5: 2ec2502debbb643a821ba613ba29d78a Description-en: Mailing list management system documentation This is GNU Mailman version 3, a mailing list management system. This package contains the full compiled documentation of Mailman3 server. It is built using sphinx and voluntarily separated from mailman3 lib/binaries as it is not required to have a properly working server. Package: mailman3-full Description-md5: 4c90c102a604fba2df5ac95f91111a69 Description-en: Full Mailman3 mailing list management suite (metapackage) This is GNU Mailman, a mailing list management system. This metapackage depends on all components of the full Mailman3 suite: . * mailman3: The core Mailman3 delivery engine * mailman3-web: Django project integrating Mailman3 postorius and hyperkitty * python3-mailman-hyperkitty: Mailman3 server plugin for Hyperkitty archiver Package: mailutils Description-md5: 2d2d88b93b295fdfb438b5c770fc1349 Description-en: GNU mailutils utilities for handling mail GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . This package contains the GNU mailutils versions of dotlock, frm, from, mail, messages, mimeview, movemail, readmsg and sieve. They are capable of speaking POP3, IMAP, mbox, MH, Maildir and dotmail. . dotlock -- lock mail spool files. frm -- display From: lines. from -- display from and subject. mail -- the standard /bin/mail interface, mail sender and reader. messages -- count the number of messages in a mailbox. mimeview -- display files, using mailcap mechanism. movemail -- move messages across mailboxes. readmsg -- extract selected messages from a mailbox. sieve -- a mail filtering tool. Package: mailutils-common Description-md5: 32f3c1102382b478ae851a124c7c0abe Description-en: common files for GNU mailutils GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . These are common files for all mailutils packages, including locale files. Package: mailutils-comsatd Description-md5: a86205e706e5340d2e25716e4750e692 Description-en: GNU mailutils-based comsatd daemon GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . The GNU mailutils comsat daemon receives reports of incoming mail and notifies users who wish to get this service. Package: mailutils-doc Description-md5: c74d40fbcdb688ff4d12e2b234403ebb Description-en: documentation files for GNU mailutils GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . This package contains the documentation for the mailutils utilities and development API. Package: mailutils-guile Description-md5: f532ab9c9ef3692825aa37e42f652304 Description-en: GNU mailutils Guile interpreter and modules These are the GNU mailutils Guile utilities and modules. In particular, the "guimb" mail processor and the sieve.scm sieve to Scheme translator are included, along with several .scm modules for use with Guile. Package: mailutils-imap4d Description-md5: 0a14c1d07a9fd4c50e2b4d888c7b1972 Description-en: GNU mailutils-based IMAP4 Daemon GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . The GNU mailutils IMAP4 daemon implements the Internet Message Access Protocol, version 4rev1 as per RFC 2060. It supports the "Namespace" capability and GSSAPI authentication mechanism. It is able to get the authentication information from the system user database as well as from a SQL database of arbitrary structure. The PAM framework can also be used for authentication purposes. Additionally, mailutils imap4d supports virtual mail domains and has TLS support via GNUtls. GNU mailutils supports the mbox, MH, Maildir and dotmail mailbox formats. Package: mailutils-mda Description-md5: 380dd342b5dac86ccd3e45b0f932a59a Description-en: GNU mailutils utilities for handling mail -- MDA GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . This package contains the GNU mailutils' MDA tools: mda, putmail and lmtpd. It is capable of speaking POP3, IMAP, mbox, MH, Maildir and dotmail. . mda -- the GNU local mail delivery agent. putmail -- incorporate mail to a mailbox. lmtpd -- local mail transfer protocol daemon. Package: mailutils-mh Description-md5: f647b30b070f6ed4a21196e52e51deee Description-en: GNU mailutils-based MH utilities GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . These are the GNU mailutils MH utilities. It is an implementation of MH, a collection of small shell programs to read and handle mail in a very flexible way. Package: mailutils-pop3d Description-md5: af2dcd10f563aa2f77efd517d5f65cfa Description-en: GNU mailutils-based POP3 Daemon GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . The GNU mailutils POP3 daemon supports the basic POP3 protocol with the CAPA, RESP-CODES, PIPELINING and UIDL extensions. It also supports APOP authentication. The user credentials for APOP can be stored in a variety of DBM formats. It is able to get the authentication information from the system user database as well as from a SQL database of arbitrary structure. The PAM framework can also be used for authentication purposes. Additionally, mailutils pop3d supports virtual mail domains and has TLS support via GNUtls. GNU mailutils supports the mbox, MH, Maildir and dotmail mailbox formats. Package: maliit-framework Description-md5: 9dded4821f0efcc99e26f74ca71599f2 Description-en: Maliit Input Method Framework Maliit provides a flexible and cross-platform input method framework. It has a plugin-based client-server architecture where applications act as clients and communicate with the Maliit server via input context plugins. The communication link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with open source plugins (BSD). Package: maliit-framework-dev Description-md5: 8116cc2d146631cf9338359e43e388ce Description-en: Maliit Input Method Framework - Development Files Maliit provides a flexible and cross-platform input method framework. It has a plugin-based client-server architecture where applications act as clients and communicate with the Maliit server via input context plugins. The communication link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with open source plugins (BSD). . This package is needed to compile plugins for the Maliit framework Package: maliit-framework-doc Description-md5: 2694a5748127e06e128952c1d6dcb730 Description-en: docs for Maliit framework Maliit provides a flexible and cross-platform input method framework. It has a plugin-based client-server architecture where applications act as clients and communicate with the Maliit server via input context plugins. The communication link currently uses D-Bus. . Documentation for the framework of Maliit. Package: mapserver-bin Description-md5: bf4ecb739dece0bece0844d415b0e77a Description-en: MapServer utilities This package provides command-line utilities for MapServer. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Scripting functionality in MapScript is provided by the suggested mapscript library packages. Package: mapserver-doc Description-md5: c1eb586d0c9b03f7e3cc0dea2d9d92ff Description-en: documentation for MapServer This package provides some brief documentation for MapServer. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Scripting functionality in MapScript is provided by the suggested mapscript library packages. Package: mariadb-backup Description-md5: 0656895027a552cdb0eddc26840f9597 Description-en: Backup tool for MariaDB server Based on Xtrabackup, but improved to work with MariaDB server. This backup tool is guaranteed to be compatible with MariaDB server. . Please refer to the MariaDB Knowledge Base on more information on how to use this tool. Package: mariadb-client Description-md5: 82697f9416e5e5d0a4e7331c2c735591 Description-en: MariaDB database client binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the client binaries and the additional tools innotop and mariadb-report (mysqlreport). Package: mariadb-client-core Description-md5: 2862a38a5ead2e1df7366bf661e03278 Description-en: MariaDB database core client binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Package: mariadb-common Description-md5: c9e69aa662965fe71e3bc9b0287ee934 Description-en: MariaDB database common files (e.g. /etc/mysql/mariadb.conf.d/) MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes configuration files common to all MariaDB programs. Package: mariadb-plugin-connect Description-md5: 506802608814c7a120919c156cb40a99 Description-en: Connect storage engine for MariaDB server Connect engine supports a number of file formats (dbf, xml, txt, bin, etc), connections to ODBC tables and remote MySQL tables, as well as a number of other interesting features. This package contains the Connect plugin for MariaDB server. Package: mariadb-plugin-cracklib-password-check Description-md5: f9c8bfa119168785d8062c883f59fc34 Description-en: CrackLib Password Validation Plugin for MariaDB server This password validation plugin uses cracklib to allow only sufficiently secure (as defined by cracklib) user passwords in MariaDB server. . Install and configure this to enforce stronger passwords for MariaDB server users. Package: mariadb-plugin-gssapi-client Description-md5: ece7660a1e2293e316a2fa35c35f8b25 Description-en: GSSAPI authentication plugin for MariaDB client This plugin includes support for Kerberos on Unix, but can also be used for Windows authentication with or without domain environment. . This package contains the client parts. Package: mariadb-plugin-gssapi-server Description-md5: 15f0c8ec89caa84121f658521f1d6501 Description-en: GSSAPI authentication plugin for MariaDB server This plugin includes support for Kerberos on Unix, but can also be used for Windows authentication with or without domain environment. . This package contains the server parts. Package: mariadb-plugin-hashicorp-key-management Description-md5: 30625025c83a19b480b33aeb407678d5 Description-en: Hashicorp Key Management plugin for MariaDB This encryption plugin uses Hashicorp Vault for storing encryption keys for MariaDB Data-at-Rest encryption. Package: mariadb-plugin-mroonga Description-md5: d9e70a91be9b718328103357cee5e31e Description-en: Mroonga storage engine for MariaDB server Mroonga (formerly named Groonga Storage Engine) is a storage engine that provides fast CJK-ready full text searching using column store. This package contains the Mroonga plugin for MariaDB server. Package: mariadb-plugin-oqgraph Description-md5: 8c8b3a58b75d0964480d8871a9fc797a Description-en: OQGraph storage engine for MariaDB server The OQGraph engine is a computation engine plugin for handling hierarchies (trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL. This package contains the OQGraph plugin for MariaDB server. Package: mariadb-plugin-provider-bzip2 Description-md5: c3950d83efdab13503f11af3ad4e2c60 Description-en: BZip2 compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides BZip2 (https://sourceware.org/bzip2/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-lz4 Description-md5: cf2abaea40b7fa6e7045bc3dbbc6b437 Description-en: LZ4 compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides LZ4 (http://lz4.github.io/lz4/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-lzma Description-md5: 0e4da2d382b71c76d84e85260d3ba2d1 Description-en: LZMA compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides LZMA (https://tukaani.org/lzma/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-lzo Description-md5: 3a16b9262ea33fc1cd2eae2afa074936 Description-en: LZO compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides LZO (http://www.oberhumer.com/opensource/lzo/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-snappy Description-md5: 482f1c3726111908a9a3375a4fe7489c Description-en: Snappy compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides Snappy (https://github.com/google/snappy) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-rocksdb Description-md5: 14a224275a38d61680abd3b23173e9bd Description-en: RocksDB storage engine for MariaDB server The RocksDB storage engine is a high performance storage engine, aimed at maximising storage efficiency while maintaining InnoDB-like performance. This package contains the RocksDB plugin for MariaDB server. Package: mariadb-plugin-s3 Description-md5: d88f880c6bea545db8b310745f58eaae Description-en: Amazon S3 archival storage engine for MariaDB The S3 storage engine allows one to archive MariaDB tables in Amazon S3 (or any third-party public or private cloud that implements S3 API), but still have them accessible in MariaDB in read-only mode. Package: mariadb-plugin-spider Description-md5: c1991e166bda227df521586cf7a451f1 Description-en: Spider storage engine for MariaDB server The Spider storage engine with built-in sharding features. It supports partitioning and xa transactions, and allows tables of different MariaDB server instances to be handled as if they were on the same instance. It refers to one possible implementation of ISO/IEC 9075-9:2008 SQL/MED. Package: mariadb-server Description-md5: ae76dbcde4bf3e79b8228e6dad967834 Description-en: MariaDB database server binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the server binaries. Package: mariadb-server-10.5 Description-md5: d9bfd0237ea90b4ff4c14c8028ed10b0 Description-en: MariaDB database server binaries (transitional dummy package) MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package is a transitional dummy package designed to make upgrades from previous MariaDB versions seamless. Package: mariadb-server-core Description-md5: a01f76260dfbedfdfbfcd8ff440b8a4c Description-en: MariaDB database core server files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the core server files, as used by Akonadi. Package: mariadb-test Description-md5: 88232ad1a9463948e9a1f1d33923b547 Description-en: MariaDB database regression test suite MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the regression test suite. Package: mariadb-test-data Description-md5: 4e2584329df41bfe2241de957d88c44a Description-en: MariaDB database regression test suite - data files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package has the architecture independent data files for the test suite. Package: marisa Description-md5: d93b84a24d3e4ba003fb52bd879d4222 Description-en: command line tools for libmarisa Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package contains command line tools for libmarisa. Package: matlab-brain2mesh Description-md5: 82b8489a4a2c45cf9c48276e4b0ddc1e Description-en: automated brain tetrahedral mesh generation toolbox for MATLAB Brain2Mesh is a fully automated 3D multi-layered brain mesh generator that supports both MATLAB and Octave. This package provides the toolbox for MATLAB. It requires the Image Processing Toolbox of MATLAB. Package: matlab-iso2mesh Description-md5: 70c13d5376ac1a8d098638a8deed9e4e Description-en: 3D surface and volumetric mesh generator for MATLAB Iso2Mesh is a MATLAB/Octave-based mesh generation toolbox, designed for easy creation of high quality surface and tetrahedral meshes from 3D volumetric images. It contains a rich set of mesh processing scripts/programs, working either independently or interacting with external free meshing utilities. Iso2Mesh toolbox can directly convert a 3D image stack, including binary, segmented or gray-scale images such as MRI or CT scans, into quality volumetric meshes. This makes it particularly suitable for multi-modality medical imaging data analysis and multi-physics modeling. Iso2Mesh is cross-platform and is compatible with both MATLAB and GNU Octave. . This package contains the MATLAB support for iso2mesh. Package: matlab-jnifti Description-md5: 24850eb9e0467dbd688e49089a9e2803 Description-en: fast NIfTI-1/2 reader and NIfTI-to-JNIfTI converter for MATLAB The JNIfTI toolbox includes a stand-alone NIfTI-1/2 parser that works on both MATLAB and GNU Octave without needing additional components. To just reading and writing the un-compressed NIfTI and Analyze7.5 files (.nii, .hdr/.img), one only needs to run addpath('/path/to/jnifti'). For MATLAB, JNIfTI toolbox utilizes memmapfile-based disk-reading, making it very fast. For Octave, memmapfile is currently not implemented, so, a full reading is required. . The JNIfTI toolbox is also capable of reading/writing gzip-compressed NIfTI and Analyze7.5 files (.nii.gz, .hdr.gz, .img.gz). This feature is supported in MATLAB directly without needing another toolbox (MATLAB must be in the JVM-enabled mode). . To process gzip-compressed NIfTI/Analyze files in Octave and MATLAB with -nojvm, one need to install the open-source JSONLab and ZMat toolboxes 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: mayavi2 Description-md5: 3e1412fa7c45ad6d8094e81ca78b296b Description-en: scientific visualization package for 2-D and 3-D data MayaVi2 is a cross-platform tool for 2-D and 3-D scientific data visualization. Its features include: * Visualization of scalar, vector and tensor data in 2 and 3 dimensions * Easy scriptability using Python * Easy extendability via custom sources, modules, and data filters * Reading several file formats: VTK (legacy and XML), PLOT3D, etc. * Saving of visualizations * Saving rendered visualization in a variety of image formats. . MayaVi2 has been designed with scriptability and extensibility in mind. While the mayavi2 application is usable by itself, it may be used as an Envisage plugin which allows it to be embedded in user applications natively. Alternatively, it may be used as a visualization engine for any application. . This package also provides TVTK, which wraps VTK objects to provide a convenient, Pythonic API, while supporting Traits attributes and NumPy/SciPy arrays. TVTK is implemented mostly in pure Python, except for a small extension module. Package: mecab Description-md5: e4eab18e2611f99ded7dca3f78c46fe9 Description-en: Japanese morphological analysis system Mecab is a morphological analysis system. It reads Japanese sentences from the standard input, segments them into morpheme sequences, and outputs them to the standard output with many additional pieces of information (pronunciation, semantic information, etc). Package: mediastreamer2-plugin-msqogl Description-md5: ef2620e6c17dfe995cbc65675232432d Description-en: Voice and video streaming engine for telephony (OpenGL-accelerated video support) Mediastreamer2 is a powerful and lightweight streaming engine specially designed for voice/video telephony applications. . This open source library is responsible for all receiving and sending of multimedia streams in Linphone, including voice/video capture, encoding, decoding, and rendering. . This package contains a plugin needed for OpenGL-accelerated video telephony support. Package: mediawiki2latex Description-md5: 4f685e1544b6dd8a6820e930e2bc0d46 Description-en: Loads pages from MediaWiki and converts to LaTeX and PDF This project provides a simple way of turning a HTML page hosted on a server into a high quality PDF version as well an its LaTeX source file respectively. . Particular care has been to generate esthetically pleasing results for pages hosted on servers running MediaWiki. . This project provides a simple default mode which just requires the URL to the page and creates a PDF file, by processing the HTML generated by the (MediaWiki-) server. It also provides extended possibilities giving a fine grained control over the conversion process to users familiar with LaTeX and MediaWiki. . Much effort was put into providing reasonable defaults for this way of processing for the needs of the English and German Wikibooks projects. Images are also downloaded, and if necessary modified for use in a LaTeX document. The latest test run on more than 2000 featured articles on the English Wikipedia completed without failures. Package: melt Description-md5: fd84ce6cabff711518e3c43433757e94 Description-en: command line media player and video editor melt was meant as a test tool for the MLT framework, but it is also a powerful multitrack command line oriented video editor. It could also used as an minimalistic media player for audio and video files. Package: menhir Description-md5: eb72870474ecd3a5b03e7e1f8f3c8a41 Description-en: Parser generator for OCaml Menhir is a LR(1) parser generator for the OCaml programming language. It is mostly compatible with the ocamlyacc parser generator provided with the OCaml system, and has the following enhancements over ocamlyacc: * it accepts LR(1) grammars, * it offers parameterized nonterminal symbols as well as a library of standard definitions, * it explains conflicts in terms of the grammar, * it allows grammar specifications to be split over multiple files and parametrized by OCaml modules, * it produces reentrant parsers. Package: menhir-doc Description-md5: 91dbeecec9865908a9e2366645d8e7b8 Description-en: Documentation of the Menhir parser generator for OCaml Menhir is a LR(1) parser generator for the OCaml programming language. It is mostly compatible with the ocamlyacc parser generator provided with OCaml, and has a number of enhancements over ocamlyacc. . This package contains the Menhir manual as a pdf file, and the collection of Menhir examples. Package: meryl Description-md5: d45b3f69bb7f3baa6d0d59cd1b5695b5 Description-en: in- and out-of-core kmer counting and utilities meryl computes the kmer content of genomic sequences. Kmer content is represented as a list of kmers and the number of times each occurs in the input sequences. The kmer can be restricted to only the forward kmer, only the reverse kmer, or the canonical kmer (lexicographically smaller of the forward and reverse kmer at each location). Meryl can report the histogram of counts, the list of kmers and their counts, or can perform mathematical and set operations on the processed data files. . This package is part of the Kmer suite. Package: mes Description-md5: 30bf4243e8c40e614ccccb69813cf1db Description-en: Maxwell Equations of Software GNU Mes aims to help create a full source bootstrap as part of the bootstrappable builds effort. It consists of a mutual self-hosting Scheme interpreter written in C and a Nyacc-based C compiler written in Scheme. . Mes and MesCC can compile a lightly patched TinyCC that is self-hosting. Package: mescc-tools Description-md5: 5599eddce8d16e17d2e8b796c63f8dd6 Description-en: tools for binary bootstrapping The tools included provide very minimal functionality tools used in very early bootstrap of a toolchain. . blood-elf: generate ELF debug tables in M1-macro format from M1-macro assembly files . exec_enable: mark files as executable . get_machine: identify running hardware architecture . kaem: run shell scripts without a shell . hex2_linker: The trivially bootstrappable linker that is designed to be introspectable by humans and should you so desire assemble hex programs that you write. . M1-macro: The universal Macro assembler that can target any reasonable hardware architecture. 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: minicondor Description-md5: 64a5f1d5e54aaf43c721148c4382cfd3 Description-en: distributed workload management system - single node configuration Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. Users submit their serial or parallel jobs to HTCondor; HTCondor places them into a queue. It chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion. . Unlike more traditional batch queueing systems, HTCondor can also effectively harness wasted CPU power from otherwise idle desktop workstations. HTCondor does not require a shared file system across machines - if no shared file system is available, HTCondor can transfer the job's data files on behalf of the user. . This package provides an example configuration is good for trying out HTCondor for the first time. It only configures the IPv4 loopback address, turns on basic security, and shortens many timers to be more responsive. Package: minihtcondor Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c Description-en: transitional dummy package This package aids upgrades of existing htcondor installations to the package name "condor". The package is empty and it can safely be removed. Package: miniupnpc Description-md5: 3d9ea3e08c317f931e9646ec11c73197 Description-en: UPnP IGD client lightweight library client The UPnP protocol is supported by most home adsl/cable routers and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software solution to support the "Internet Gateway Device" part of the protocol. The MediaServer/MediaRenderer UPnP protocol is also becoming very popular. . Miniupnpc aims at the simplest library possible, with the smallest footprint and no dependencies to other libraries such as XML parsers or HTTP implementations. All the code is pure ANSI C. Compiled on a x86 PC, the miniupnp client library have less than 15KB code size. For instance, the upnpc sample program is around 20KB. The miniupnp daemon is much smaller than any other IGD daemon and is ideal for using on low memory device for this reason. . This package is an example client for the library. Package: 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: mkdocs-material Description-md5: d9c874ebbea234b600ca781049b1354c Description-en: Material Design theme for MkDocs Create a branded static site from a set of Markdown files to host the documentation of your Open Source or commercial project – customizable, searchable, mobile-friendly, 40+ languages. Set up in 5 minutes. . Features: . * It's just Markdown — write your technical documentation in plain Markdown – no need to know HTML, JavaScript, or CSS. Material for MkDocs will do the heavy lifting and convert your writing to a beautiful and functional website. . * Responsive by design — built from the ground up to work on all sorts of devices – from mobile phones to widescreens. The underlying fluid layout will always adapt perfectly to the available screen space. . * Static, yet searchable — almost magically, your technical documentation website will be searchable without any further ado. Material for MkDocs comes with built-in search – no server needed – that will instantly answer your users' queries. . * Many configuration options — change the color palette, font families, language, icons, favicon and logo. Add a source repository link, links to your social profiles, Google Analytics and Disqus - all with a few lines of code. . * Truly international — thanks to many contributors, Material for MkDocs includes translations for more than 40 languages and offers full native RTL uright-to-left) support for languages such as Arabic, Persian (Farsi) and Hebrew. . * Accessible — Material for MkDocs provides extensible keyboard navigation and semantic markup including role attributes and landmarks. Furthermore, the layout is entirely based on rem values, respecting the user's default font size. . * Beyond GitHub Markdown — integrates natively with Python Markdown Extensions, offering additional elements like callouts, tabbed content containers, mathematical formulas, critic markup, task lists, and emojis. . * Modern architecture — Material for MkDocs's underlying codebase is built with TypeScript, RxJS, and SCSS, and is compiled with Webpack, bringing excellent possibilities for theme extension and customization. Package: mlir-19-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: mlpack-bin Description-md5: 233ebea4c1714a5a46500fae5ffe2f3e Description-en: intuitive, fast, scalable C++ machine learning library (binaries) This package contains example binaries using the mlpack Library. . Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++ machine learning library, meant to be a machine learning analog to LAPACK. It aims to implement a wide array of machine learning methods and function as a “swiss army knife” for machine learning researchers. Package: mlpack-doc Description-md5: d3fe3d2d1ccfd82055f0b7b13846bafc Description-en: intuitive, fast, scalable C++ machine learning library (documentation) This package contains documentation for the mlpack Library. . Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++ machine learning library, meant to be a machine learning analog to LAPACK. It aims to implement a wide array of machine learning methods and function as a “swiss army knife” for machine learning researchers. Package: mlpost Description-md5: 268df89c4cbe44815c5dd452f77f2a23 Description-en: OCaml interface to Metapost (command-line tool) Mlpost is an OCaml library for scientific drawing. It relies on Metapost, giving the possibility to include (La)TeX fragments. Mlpost users can use the full power of OCaml to generate their diagrams, including static typing and the possibility to use any OCaml library. Moreover, Mlpost promotes a declarative style quite different from existing tools. . This package contains a command-line tool to ease the generation of PostScript or PDF figures directly from .ml files. Package: molly-brown Description-md5: fd012e4f4c418df800c2e38bd3a43c1b Description-en: full-featured Gemini server implemented in Go Molly Brown is intended to be a full-featured Gemini server which is suitable for use in pubnix or similar shared-hosting environments, where users can upload their content but do not have access to the main configuration file. It is also perfectly suitable for single user environments, but its multi-user supports sets it apart from many other Gemini servers. Package: mopac Description-md5: 06f2c86d7c4d2e76a74f40337a84d774 Description-en: Molecular Orbital PACkage (MOPAC) MOPAC is a general-purpose semiempirical molecular orbital package for the study of solid state and molecular structures and reactions. . The semiempirical Hamiltonians MNDO, AM1, PM3, PM6, RM1, MNDO-d and PM7 are used in the electronic part of the calculation to obtain molecular orbitals, the heat of formation and its derivative with respect to molecular geometry. . Using these results MOPAC calculates the vibrational spectra, thermodynamic quantities, isotopic substitution effects and force constants for molecules, radicals, ions, and polymers. For studying chemical reactions, a transition state location routine and two transition state optimizing routines are available. For users to get the most out of the program, they must understand how the program works, how to enter data, how to interpret the results, and what to do when things go wrong. Package: morbig Description-md5: d445cb4fca8c723edd463f1f00188399 Description-en: Parser for POSIX shell scripts Morbig is a parser for shell scripts that are written in the POSIX shell script language. It parses the scripts statically, that is without executing them, and constructs a concrete syntax tree for each of them. The concrete syntax trees are built using constructors according to the shell grammar of the POSIX standard. . This package contains the parser tool which allows you to parse shell scripts, and to obtain their concrete syntax tree in various formats. Package: mu-editor Description-md5: 388de62618e2b6498a3649d585c7e81e Description-en: simple editor for beginner Python programmers Mu is a simple code editor for beginner programmers, based on extensive feedback from teachers and learners. Having said that, Mu is for anyone who wants to use a simple "no frills" editor. . Mu is a modal editor with modes for: . * standard Python 3 (including a graphical debugger) * the micro:bit's version of MicroPython * Adafruit's CircuitPython * Pygame Zero . Some modes provide read-eval-print loop (REPL) support, either running on a connected CircuitPython or MicroPython device, or as a Jupyter-based iPython session in Python3 mode. . This package contains the Mu editor. Detailed online user documentation and tutorials for the Mu editor are available from within the editor, or at https://codewith.mu Package: mu-editor-doc Description-md5: a95c7504cf5ce2dba8ce84b1299b316b Description-en: simple editor for beginner Python programmers (documentation) Mu is a simple code editor for beginner programmers, based on extensive feedback from teachers and learners. Having said that, Mu is for anyone who wants to use a simple "no frills" editor. . Mu is a modal editor with modes for: . * standard Python 3 (including a graphical debugger) * the micro:bit's version of MicroPython * Adafruit's CircuitPython * Pygame Zero . Some modes provide read-eval-print loop (REPL) support, either running on a connected CircuitPython or MicroPython device, or as a Jupyter-based iPython session in Python3 mode. . This package contains the developer documentation for the Mu editor. Detailed user documentation and tutorials for the Mu editor are available from within the editor, or at https://codewith.mu Package: mumble Description-md5: 07c8e9ffe77a700bb357718c18477b62 Description-en: Low latency encrypted VoIP client Mumble is a low-latency, high quality voice chat program for gaming. It features noise suppression, encrypted connections for both voice and instant messaging, automatic gain control and low latency audio with support for multiple audio standards. Mumble includes an in-game overlay compatible with most open-source and commercial 3D applications. Mumble is just a client and uses a non-standard protocol. You will need a dedicated server to talk to other users. Server functionality is provided by the package "mumble-server". Package: mumble-server Description-md5: 1fcced71b2a711c76977f8dc39491949 Description-en: Low latency encrypted VoIP server Murmur is the VoIP server component for Mumble. Murmur is installed in a system-wide fashion, but can also be run by individual users. Each murmur process supports multiple virtual servers, each with their own user base and channel list. Package: music-bin Description-md5: 6c03fc32ee10374b36503b9f516a5172 Description-en: Multi-Simulation Coordinator for MPI -- Utilities MUSIC allows spike events and continuous time series to be communicated between parallel applications within the same MPI job in a cluster computer. Typical usage cases are connecting models developed for different simulators and connecting a parallel simulator to a post-processing tool. . This package contains the MUSIC launch utility. Package: music-doc Description-md5: bfb6ac479d00a2ef9f046a882e5fa4db Description-en: Multi-Simulation Coordinator for MPI -- Manual MUSIC allows spike events and continuous time series to be communicated between parallel applications within the same MPI job in a cluster computer. Typical usage cases are connecting models developed for different simulators and connecting a parallel simulator to a post-processing tool. . This package contains the MUSIC manual. Package: mypaint Description-md5: ad32506829ca6057a6e8d0d7165ea727 Description-en: paint program for use with graphics tablets MyPaint is a pressure- and tilt-sensitive painting program which works well with Wacom graphics tablets and other similar devices. It comes with a large brush collection including charcoal and ink to emulate real media, but the highly configurable brush engine allows you to experiment with your own brushes and with not-quite-natural painting. . This package contains the main program. Package: mypaint-data Description-md5: 47360304f58b5f8d65352a27de08b0c9 Description-en: runtime data files for MyPaint MyPaint is a pressure- and tilt-sensitive painting program which works well with Wacom graphics tablets and other similar devices. It comes with a large brush collection including charcoal and ink to emulate real media, but the highly configurable brush engine allows you to experiment with your own brushes and with not-quite-natural painting. . This package contains icons and backgrounds for the MyPaint program. Package: mypaint-data-extras Description-md5: b4905782879b5c83a5c5b4cdb6206dba Description-en: high resolution backgrounds for mypaint MyPaint is a pressure- and tilt-sensitive painting program which works well with Wacom graphics tablets and other similar devices. It comes with a large brush collection including charcoal and ink to emulate real media, but the highly configurable brush engine allows you to experiment with your own brushes and with not-quite-natural painting. . This package contains high resolution paper texture backgrounds for painting on. Since the files are large, installation is optional. Package: natpmpc Description-md5: 3e6836b51e54105ace203d12cfd308e2 Description-en: portable and fully compliant implementation of NAT-PMP (client) NAT-PMP is the direct concurrent to the UPnP IGD specification. It is providing a way to do NAT traversal. It is part of the Bonjour protocol specifications. At the moment it is mainly supported by Apple software and hardware. For a way to add NAT-PMP capabilities to your *BSD, Linux or (Open)Solaris Router, you should have a look at MiniUPnPd which is supporting NAT-PMP in addition to UPnP since December 2007 ! . libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol NAT-PMP for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. . This package contains the natpmpc test client. Package: nbdkit Description-md5: c7a861cc6e7a0f4d763c7d5feb686a79 Description-en: toolkit for creating NBD servers NBD is a protocol for accessing block Devices (hard disks and disk-like things) over a network. nbdkit is a multithreaded NBD server with a well-documented, simple plugin API with a stable ABI guarantee that allows for easy creation of "unconventional" block devices. . This package provides the nbdkit binary and a the file, gzip, and xz, plugins. Package: nbdkit-plugin-dev Description-md5: efdb497b4aefd121118c1547ba408e87 Description-en: development files for nbdkit Development files, documentation and example code for developing plugins to nbdkit. Package: nbdkit-plugin-guestfs Description-md5: 1d3438dcd3d93a0cd3ceca0f156d8989 Description-en: libguestfs plugin for nbdkit nbdkit-guestfs-plugin is an nbdkit(1) plugin that makes the contents of disk images accessible over NBD. Package: nbdkit-plugin-libvirt Description-md5: 3b2a2204007d5f9a3d880dd605227de7 Description-en: libvirt plugin for nbdkit nbdkit-libvirt-plugin is an nbdkit(1) plugin that makes the contents of libvirt images accessible over NBD. Package: nbdkit-plugin-lua Description-md5: 3fbbce3a70f4d843d9267a9bce09c6f1 Description-en: Lua plugin for nbdkit This plugin allows nbdkit plugins to be written in Lua. Package: nbdkit-plugin-perl Description-md5: 152df353ab40eb4b9f19c9062fe9fc8f Description-en: Perl plugin for nbdkit This plugin allows nbdkit plugins to be written in Perl. Package: nbdkit-plugin-python Description-md5: a4818c0d469df34a31deb518bc0b4af9 Description-en: Python plugin for nbdkit This plugin allows nbdkit plugins to be written in Python. Package: nbdkit-plugin-ruby Description-md5: ecf5b86d5c4d70bb7d76fcaa816564d5 Description-en: Ruby plugin for nbdkit This plugin allows nbdkit plugins to be written in Ruby. Package: nbdkit-plugin-tcl Description-md5: 75b0d1292007ca06a6fc37688810a7b5 Description-en: TCL plugin for nbdkit This plugin allows nbdkit plugins to be written in TCL. Package: nemo-font-manager Description-md5: 44dbc31ac08db279d528ff473f08b8bc Description-en: Nemo extension for Font Manager Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other Gtk+ desktop environments. . This package provides integration with the Nemo file manager for Font Manager. Package: netgen Description-md5: fa19cf7e23e3c6f2e89e1cd6a2aae4e5 Description-en: Automatic 3d tetrahedral mesh generator NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. Package: netgen-doc Description-md5: 7c78a11c9416178ad608a1ed33d0e929 Description-en: Automatic 3d tetrahedral mesh generator documentation NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. . This package contains the user manual (in PDF format) and example files. Package: netgen-headers Description-md5: acad9649eee77b9bd5e354fd96169527 Description-en: Automatic 3d tetrahedral mesh generator internal headers NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. . This package contains internal headers. Package: neuron Description-md5: d344f1a3fd51bb7cd3f68e2ee57c7f4a Description-en: Simulation environment for computational models of neurons NEURON is a simulation environment for modeling individual neurons and networks of neurons. It provides tools for conveniently building, managing, and using models in a way that is numerically sound and computationally efficient. It is particularly well-suited to problems that are closely linked to experimental data, especially those that involve cells with complex anatomical and biophysical properties. . NEURON offers * "natural syntax", which allows one to specify model properties in familiar idioms * efficient and painless spatial and temporal discretization * several different, user-selectable numerical integration methods * convenient user interface (interpreters + GUI) * user-extendable library of biophysical mechanisms Package: neuron-dev Description-md5: d27754ceaf6a177a18e925ffd81ff395 Description-en: Neuron simulation environment - Development files NEURON is a simulation environment for modeling individual neurons and networks of neurons. It provides tools for conveniently building, managing, and using models in a way that is numerically sound and computationally efficient. It is particularly well-suited to problems that are closely linked to experimental data, especially those that involve cells with complex anatomical and biophysical properties. . This package contains development files for the NEURON environment. Package: ngraph-gtk Description-md5: 2d1ee8fe42a06834fcde2c5c006684fc Description-en: create scientific 2-dimensional graphs Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. This program can create advanced graphs which can't be created by spreadsheets. Graphs can be exported to postscript. Package: ngraph-gtk-addin-import-ps Description-md5: 5c7d86aa2335c74dfea386952695c5cb Description-en: import-ps addin of Ngraph-gtk Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. This program can create advanced graphs which can't be created by spreadsheets. Graphs can be exported to postscript. . This package contains addin of ngraph-gtk to convert PostScript to GRA. Package: ngraph-gtk-addin-spellcheck Description-md5: 651ee7179c126144679402677d4640d5 Description-en: spell check addin of Ngraph-gtk Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. This program can create advanced graphs which can't be created by spreadsheets. Graphs can be exported to postscript. . This package contains addin of ngraph-gtk to check spell of legend texts. Package: ngraph-gtk-addin-tex-equation Description-md5: 012ac9ff9e3314ade119f6be2be15583 Description-en: tex-equation addin of Ngraph-gtk Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. This program can create advanced graphs which can't be created by spreadsheets. Graphs can be exported to postscript. . This package contains addin of ngraph-gtk to convert legend text as TeX equation to GRA. Package: ngraph-gtk-addins Description-md5: 9bc2ed24a45df188d03046f00d711eb9 Description-en: addin collection of Ngraph-gtk Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. This program can create advanced graphs which can't be created by spreadsheets. Graphs can be exported to postscript. . This package contains the following addins: . * append: append a NGP-file without clearing the present graph * fft: Fast Fourier Transform * legend: generate a legend box * cal: show calendar in the information window * math: calculator * text-in: insert a column as legend-text * fitrslt: generate a legend box * timer: countdown timer * img2gra: import a bitmap image * load_prm: load an old PRM format file Package: ngraph-gtk-addins-base Description-md5: 8f38e7170fac92dde5a77c8c8c517a72 Description-en: addins of Ngraph-gtk - base programs Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. This program can create advanced graphs which can't be created by spreadsheets. Graphs can be exported to postscript. . This package contains base programs of addins. Package: ngraph-gtk-doc Description-md5: 1bfa00e10e5115aec2648de39b1b9586 Description-en: documents of Ngraph-gtk Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. This program can create advanced graphs which can't be created by spreadsheets. Graphs can be exported to postscript. . This package contains document files. Package: ngraph-gtk-plugin-ruby Description-md5: 2a93b6b2b95b27d2ae20ce1da443b112 Description-en: Ruby plugin for Ngraph-gtk Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. This program can create advanced graphs which can't be created by spreadsheets. Graphs can be exported to postscript. . This package contains a plugin to run Ruby script. Package: njs Description-md5: 78202d4daf8eea0a23c80e3f50fdd4f7 Description-en: JavaScript for Nginx command-line utility Run and debug scripts written for libnginx-mod-stream-js and libnginx-mod-http-js Nginx modules. This command is independent of Nginx and does not run inside it, in consequence, HTTP and Stream objects are not available. Package: nmodl Description-md5: 864d22333327f0872172d25d5e79f392 Description-en: Code generation engine for the NEURON modeling language The NMODL Framework is a code generation engine for the NEURON MODeling Language (NMODL). It is designed with modern compiler and code generation techniques to: * Provide modular tools for parsing, analysing and transforming NMODL * Provide easy to use, high level Python API * Generate optimised code for modern compute architectures including CPUs, GPUs * Flexibility to implement new simulator backends * Support the full NMODL specification Package: nng-utils Description-md5: 389a9c0a61a307cbd40b43ffa0f88b46 Description-en: Lightweight Messaging Library - utility Lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection management, retries, and other common considerations, so that they can focus on the application instead of the plumbing. . This package contains the nngcat utility. Package: node-bqplot Description-md5: 3ff8752651972883b8a71c033d0d5918 Description-en: Interactive plotting library for the Jupyter notebook bqplot is a 2-D visualization system for Jupyter, based on the constructs of the "Grammar of Graphics". It Provide a unified framework for 2-D visualizations with a pythonic API and a sensible API for adding user interactions (panning, zooming, selection, etc) Package: node-envinfo Description-md5: 5ca33bb888b691d2532f5d9363d2ed8a Description-en: Generate reports of the common details used by Node.js packages This package generate reports of common software installed on a computer, including browser version, Node.js version, Operating System and programming language support. . This is used by webpack a javascript module bundler, for generating build time report. . Node.js is an event-based server-side JavaScript engine. Package: node-execa Description-md5: d48b41b81e551b03d4e169b230ed4e18 Description-en: better `child_process` This is better in the following ways: - Promise interface. - Strips EOF from the output so you don't have to `stdout.trim()`. - Supports shebang binaries cross-platform. - Improved Windows support. - Higher max buffer. 10 MB instead of 200 KB. - Executes locally installed binaries by name. - Cleans up spawned processes when the parent process dies. . Node.js is an event-based server-side JavaScript engine. Package: node-get-stream Description-md5: ccc248b4b712ecd6d149de296d103065 Description-en: Get a stream as a string, buffer, or array This package transforms a stream (a continuous flow of data that is received for instance over internet) as a string (a linear sequence of characters), a buffer (a linear sequence of bytes) or an array. . Node.js is an event-based server-side JavaScript engine. Package: node-glob Description-md5: 1b036f9676e44c424eb15efe75baf458 Description-en: glob functionality for Node.js node-glob is a glob implementation for Node.js . It features brace expansion, extended glob matching, globstar matching, and can be invoked synchronously as well as asynchronously. It uses minimatch for pattern matching. . Node.js is an event-based server-side javascript engine. Package: node-html5-qrcode Description-md5: 822979e0354e58164c7a3f9c5706adaa Description-en: qr-code and bar-code scanning library for the web Use this lightweight library to easily / quickly integrate QR code, bar code, and other common code scanning capabilities to your web application. . Key highlights -------------- - Support scanning different types of bar codes and QR codes. - Supports different platforms be it Android, IOS, MacOs, Windows or Linux - Supports different browsers like Chrome, Firefox, Safari, Edge, Opera ... - Supports scanning with camera as well as local files - Comes with an end to end library with UI as well as a low level library to build your own UI with. - Supports customisations like flash/torch support, zooming etc. . Supports two kinds of APIs -------------------------- - Html5QrcodeScanner — End-to-end scanner with UI, integrate with less than ten lines of code. - Html5Qrcode — Powerful set of APIs you can use to build your UI without worrying about camera setup, handling permissions, reading codes, etc. Package: node-ipydatagrid Description-md5: 170ac6d8c53ff811d047641e4cd42ec2 Description-en: Fast Datagrid widget for the Jupyter Notebook and JupyterLab node-ipydatagrid provides a fast datagrid widget for the Jupyter Notebook and JupyterLab. Package: node-jupyter-widgets-base Description-md5: 8d1417fe1a8fd106e859fb02fe05fea4 Description-en: Jupyter interactive widgets node-jupyter-widgets-base provides the Jupyter interactive widgets Package: node-jupyter-widgets-base-manager Description-md5: 0230fa61f28f90e15a6dd34dc9e8a1c0 Description-en: base manager of Jupyter interactive widgets node-jupyter-widgets-base-manager provides the base manager of Jupyters interactive widgets. Package: node-jupyter-widgets-controls Description-md5: c276636265b8322d6e1a5d307407afc2 Description-en: controls of Jupyter interactive widgets node-jupyter-widgets-controls provides the controls of Jupyters interactive widgets. Package: node-jupyterlab Description-md5: b3e907729cef56f2b536529c32813b8a Description-en: Node.js modules for JupyterLab JupyterLab is the next-generation user interface for Project Jupyter offering all the familiar building blocks of the classic Jupyter Notebook (notebook, terminal, text editor, file browser, rich outputs, etc.) in a flexible and powerful user interface. . This package provides Node.js modules for JupyterLab. Package: node-llhttp Description-md5: 816c46e3637a286173c24d2bce305c01 Description-en: HTTP client sources for Node.js llhttp provides sources needed to build Node.js. May not be used directly. Package: node-marked Description-md5: cc163c605654bb38437d8e9ebcf5eb1e Description-en: Full-featured markdown parser and compiler for NodeJS Marked implements all markdown features while having a high processing speed. It is also fully compatible with client-side javascript. . Additionally Marked also implements github flavored markdown. . This package contains the marked executable and node module. Package: node-neo-async Description-md5: 6aaedb3a9fc4f8f29f04facd1b3e7b3d Description-en: faster replacement for Async Neo-Async is thought to be used as a drop-in replacement for Async, it almosti fully covers its functionality and runs faster. . Async is a utility module which provides straight-forward, powerful functions for working with asynchronous Javascript. Although originally designed for use with Node, it can also be used directly in the browser. . Node.js is an event-based server-side JavaScript engine. Package: node-node-pty Description-md5: 9e6811221f96aab8b6eb701e8969494c Description-en: Node.js library to allow one to fork processes with pseudoterminal file descriptors node-node-pty provides forkpty bindings for node.js. This allows one to fork processes with pseudoterminal file descriptors. It returns a terminal object which allows reads and writes. This is useful for: * Writing a terminal emulator * Getting certain programs to think they are in a terminal Package: node-re2 Description-md5: 7896edc81ac8de9ed766e17e98bb8b76 Description-en: Node.js bindings for RE2, a fast and safe regular expression engine This package provides bindings to a safer alternative to the native JavaScript regular expression engine, without supporting features that are targets for Denial-Of-Service attacks, like backreferences and lookahead assertions. . Node.js is an event-based server-side JavaScript engine. Package: node-resolve Description-md5: 03e4d21952ed32187ce293dcecd4c31f Description-en: Synchronous/Asynchronous require.resolve() algorithm This module implements the node require.resolve() algorithm such that you can require.resolve() on behalf of a file asynchronously and synchronously . Node.js is an event-based server-side JavaScript engine. Package: node-rollup-plugin-node-polyfills Description-md5: 214f68a62d3791f65c49f73b1114adac Description-en: node specific features for browsers This module provides polyfills for node specific features for use in browsers. . This plugin allows bundling node modules which were bundled using browserify with rollup instead. . Node.js is an event-based server-side JavaScript engine. Package: node-shapefile Description-md5: 8343dfce7d3d578ee79089c674212842 Description-en: JavaScript Streaming Shapefile Parser node-shapefile provides a streaming Shapefile Parser based on the "ESRI Shapefile Technical Description". It provides a convenience API for reading an entire shapefile in one go. Package: node-topojson Description-md5: 302389a28fbcd77c318fc4dfa5c8670f Description-en: Node.js extension of GeoJSON that encodes topology node-topojson is an extension of GeoJSON that encodes topology. Rather than representing geometries discretely, geometries in TopoJSON files are stitched together from shared line segments called *arcs*. TopoJSON eliminates redundancy, offering much more compact representations of geometry than with GeoJSON; typical TopoJSON files are 80% smaller than their GeoJSON equivalents. In addition, TopoJSON facilitates applications that use topology. Package: node-undici Description-md5: 77848819b07d9b3873ecd9cb6181c828 Description-en: Node.js HTTP/1.1 client undici provides the Node.js core HTTP client, using WebAssembly to achieve performance and pluggability. It brings features like: - redirect support - native mocking layer using MockAgent - Client, Pool, Agent are unified by a Dispatcher API Package: node-websocket Description-md5: 1f1934ecfa3dc7449cb9a78d79af34db Description-en: WebSocket implementation for NodeJS An implementation of the WebSocket API for NodeJS. . WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455. . Node.js is an event-based server-side JavaScript engine. Package: nodejs Description-md5: 0d0bbaed314d7d26588d112ee4ede074 Description-en: evented I/O for V8 javascript - runtime executable Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Package: nodejs-doc Description-md5: f6ac623e9b900beab3517ba17914bb07 Description-en: API documentation for Node.js, the javascript platform Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. . This package contains API documentation for Node.js. Package: nordugrid-arc-arcctl Description-md5: 64d4f7bea30bd1dce5a276b50c8948df Description-en: ARC Control Tool NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . This package contains the ARC Control Tool with basic set of control modules suitable for both server and client side. Package: nordugrid-arc-arcctl-service Description-md5: 92aa063e2e896f725f57ecec78126c7c Description-en: ARC Control Tool - service control modules NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . This package contains the service control modules for ARC Contol Tool that allow working with server-side config and manage ARC services. Package: nordugrid-arc-archery-manage Description-md5: f89994b315a9ec7f4d8e801f098e5b1a Description-en: ARCHERY administration tool NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . This package contains the archery-manage utility for administration of an ARCHERY DNS-embedded service endpoint registry. Package: nordugrid-arc-arex Description-md5: 300b960e90b117b0353dbf89c0e3b06d Description-en: ARC Resource-coupled EXecution service NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . The ARC Resource-coupled EXecution service (AREX) is the Computing Element of the ARC middleware. AREX offers a full-featured middle layer to manage computational tasks including interfacing to local batch systems, taking care of complex environments such as data staging, data caching, software environment provisioning, information collection and exposure, accounting information gathering and publishing. Package: nordugrid-arc-arex-python-lrms Description-md5: 0c145987b78f407ccea5b1c40a804355 Description-en: ARC Resource-coupled EXecution service - Python LRMS backends NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . The Python LRMS backends are a new implementation of the AREX LRMS backend scripts written in Python. Currently only the SLURM LRMS is supported. It is released as a technology preview. Package: nordugrid-arc-client Description-md5: 0d8b4f034863a48ad213ffb7bf7a0c8a Description-en: ARC command line clients NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . This client package contains all the CLI tools that are needed to operate with x509 proxies, submit and manage jobs and handle data transfers. Package: nordugrid-arc-community-rtes Description-md5: a8a3a087271fafa139c937a8d2419111 Description-en: ARC community defined RTEs support NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . Community RTEs is the framework that allows deploying software packages (tarballs, containers, etc) provided by trusted communities to ARC CE using simple arcctl commands. It is released as a technology preview. Package: nordugrid-arc-datadelivery-service Description-md5: 97705a857b84981d1c1728d7aafa365c Description-en: ARC data delivery service NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . This package contains the ARC data delivery service. Package: nordugrid-arc-dev Description-md5: 5434707519d14230bb80c0de6395941f Description-en: ARC development files NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . Header files and libraries needed to develop applications using ARC. Package: nordugrid-arc-gridftpd Description-md5: d172b893a47929df40ed13bfa64244c8 Description-en: ARC GridFTP server NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . This package contains the ARC gridftp server which can be used as a custom job submission interface in front of an ARC enabled computing cluster or as a low-level dedicated gridftp file server. Package: nordugrid-arc-hed Description-md5: 40545887ed24ff3927717d7dccf7eb85 Description-en: ARC Hosting Environment Daemon NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . The ARC Hosting Environment Daemon (HED) is a Web Service container for ARC services. Package: nordugrid-arc-infosys-ldap Description-md5: 038fcb4cbd40f6ec7ee5c5b89c989c4b Description-en: ARC LDAP-based information services NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . This package contains the ARC information services relying on BDII and LDAP technologies to publish ARC CE information according to various LDAP schemas. Please note that the information collectors are part of another package, the nordugrid-arc-arex. Package: nordugrid-arc-monitor Description-md5: a95e641894a337c66eee66de73b0668f Description-en: ARC LDAP monitor web application NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . This package contains the PHP web application that is used to set up a web-based monitor which pulls information from the LDAP information system and visualizes it. Package: nordugrid-arc-nordugridmap Description-md5: da1cf4c1508bdb743510e37813dc4d3b Description-en: ARC's nordugridmap tool NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . A simple tool to fetch list of users and eventually generate gridmap files. Package: nordugrid-arc-plugins-arcrest Description-md5: 1a26913479dfdc5c263fd7c4dde2b362 Description-en: ARC REST plugin NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . ARC plugin for ARC REST interface technology preview. Package: nordugrid-arc-plugins-gfal Description-md5: d1b320476ddaac1247ac73b13de0da78 Description-en: ARC GFAL2 plugins NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . ARC plugins for GFAL2. This allows third-party transfer and adds support for several extra transfer protocols (rfio, dcap, gsidcap). Support for specific protocols is provided by separate 3rd-party GFAL2 plugin packages. Package: nordugrid-arc-plugins-gridftp Description-md5: ebe3acf24abbc77519d56a732feb7010 Description-en: ARC Globus dependent DMCs NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . ARC Globus GridFTP plugins. These allow access to data through the gridftp protocol. Package: nordugrid-arc-plugins-gridftpjob Description-md5: b7f0626769d3a0a31e2648ccf42c6233 Description-en: ARC GRIDFTPJOB client plugin NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . ARC GRIDFTPJOB plugin allows submitting jobs via the gridftpd interface. Package: nordugrid-arc-plugins-internal Description-md5: e37e1d962770194c27de847092eb80ea Description-en: ARC internal plugin NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . The ARC internal plugin. A special interface aimed for restrictive HPC sites, to be used with a local installation of the ARC Control Tower. Package: nordugrid-arc-plugins-lcas-lcmaps Description-md5: 02696a6a76344a80ca9c5f3c3df9c02b Description-en: ARC LCAS/LCMAPS plugins NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . ARC LCAS/LCMAPS tools allow configuring ARC CE to use LCAS/LCMAPS services for authorization and mapping. Package: nordugrid-arc-plugins-needed Description-md5: 65439e257c63108c957dc1132030d440 Description-en: ARC base plugins NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . ARC base plugins. This includes the Message Chain Components (MCCs) and Data Manager Components (DMCs). Package: nordugrid-arc-plugins-python Description-md5: 43548e7bc6b22d368de36b322cad9de1 Description-en: ARC Python dependent plugin NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . ARC plugins dependent on Python. Package: nordugrid-arc-plugins-xrootd Description-md5: 8b633e18244f79461b0a9799154f2c9f Description-en: ARC xrootd plugins NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . ARC xrootd plugins. These allow access to data through the xrootd protocol. Package: nordugrid-arc-test-utils Description-md5: 153298e16d8ee643fe1e967b8bfa0f73 Description-en: ARC test tools NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . This package contains a few utilities useful to test various ARC subsystems. The package is not required by users or sysadmins and it is mainly for developers. Package: nordugrid-arc-wn Description-md5: eceda889f780edfaa3d83834c6c6ec3f Description-en: ARC optional worker nodes components NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . This package contains the optional components that provide new job management features on the worker nodes (WN). Package: nscd Description-md5: e8172254ec0df735a3e44c0f557100bc Description-en: GNU C Library: Name Service Cache Daemon A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You should install this package only if you use slow services like LDAP, NIS or NIS+. Package: nurpawiki Description-md5: 9b4624fc36fa0c87e0e581b15621c949 Description-en: Wiki with integrated to-do list and scheduler Nurpawiki is a personal information manager (PIM) application that combines a wiki, a to-do list and a simple scheduler to help you get organized. It aims to ease note taking and action planning. Actions (to-dos) are always associated with notes or plans (wiki pages). . Nurpawiki is available as an Eliom module for the Ocsigen web server, and uses PostgreSQL as backend. Package: oasis Description-md5: ba097297129a850fb305e2c0b6623270 Description-en: Build-system generation for OCaml projects -- binaries OASIS generates a full configure, build and install system for your application. It starts with a simple `_oasis` file at the toplevel of your project and creates everything required. . It uses external tools like OCamlbuild and it can be considered as the glue between various subsystems that do the job. It should support the following tools: . - OCamlbuild - OMake (todo) - OCamlMakefile (todo), - ocaml-autoconf (todo) . It also features a do-it-yourself command line invocation and an internal configure/install scheme. Libraries are managed through findlib. It has been tested on GNU Linux and Windows. . OASIS supports standard entry points and descriptions. It helps to integrates your libraries and software with third parties tools like GODI. . This package contains command-line tools. Package: obitools Description-md5: 68ea11346ef1e83a1eff2f3815aee847 Description-en: programs to analyze NGS data in a DNA metabarcoding context The OBITools programs aims to help you to manipulate various data and sequence files in a convenient way using the Unix command line interface. They follow the standard Unix interface for command line program, allowing to chain a set of commands using the pipe mechanism. Package: obs-plugins Description-md5: 4743a3cf0718cf932aaff6660bcfb83e Description-en: recorder and streamer for live video content (plugins) OBS Studio is designed for efficiently recording and streaming live video content. It supports live RTP streaming to various streaming sites. . This package contains some extra plugins (ALSA, JACK, PipeWire, DeckLink, VLC). Package: obs-studio Description-md5: cbfc110806d932e7f3e83ac87b6bfc7e Description-en: recorder and streamer for live video content OBS Studio is designed for efficiently recording and streaming live video content. It supports live RTP streaming to various streaming sites. . Other features include: * Encoding using H264 (x264) and AAC * Unlimited number of scenes and sources * File output to MP4 or FLV * GPU-based game capture for high performance game streaming * Bilinear or lanczos3 resampling . Note that OBS Studio requires an OpenGL 3.2 compatible video card. Package: ocaml-batteries-included Description-md5: a88023fe4e5cebbb27abd017ddbcb508 Description-en: Batteries included: OCaml development platform - metapackage Batteries included is a community-driven effort to standardize on an uniform, documented, and comprehensive OCaml development platform. . Batteries included serves the following purposes: * define a standard set of libraries which may be expected on every compliant installation of OCaml * organize these libraries into a hierarchy of modules, with one source of documentation * define a standard set of language extensions which may be expected on every compliant installation of OCaml * provide a consistent API for otherwise independent libraries. . This metapackage is provided for convenience, to install all of batteries included at once. Package: ocaml-dune Description-md5: 3b7b258409be63651afbbcbee89e77b7 Description-en: composable build system for OCaml projects Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and Dune will do the rest. . This package contains the dune executable. 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: ocamlbuild Description-md5: e743af98df0a68e7641832201c84fb49 Description-en: Build tool for building OCaml libraries and programs OCamlbuild is a generic build tool, which has built-in rules for building OCaml libraries and programs. . It was distributed as part of the OCaml distribution for OCaml versions between 3.10.0 and 4.02.3. Starting from OCaml 4.03, it is now released separately. . Its job is to determine the sequence of calls to the compiler with the right set of command-line flags needed to build your OCaml-centric software project. . It was designed as a generic build system (it is in fact not OCaml-specific), but also to be expressive enough to cover the specifics of the OCaml language that make writing good Makefiles difficult, such as the dreaded "units Foo and Bar make inconsistent assumptions about Baz" error. 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: ocsigenserver Description-md5: 635eae691583f148ead250733aee1445 Description-en: web server of the Ocsigen project The Ocsigen project is aimed at proposing clean and safe tools for developing and running client/server Web 2.0 applications. . Ocsigen Server is a full featured Web server. It implements most features of the HTTP protocol, and has a very powerful extension mechanism that make very easy to plug your own OCaml modules for generating pages. Many extensions are available, like a reverse proxy, content compression, access control, authentication, etc. Package: ocsigenserver-doc Description-md5: 330c8d9f36fb9ef15f7adea05a714432 Description-en: web server of the Ocsigen project (documentation) The Ocsigen project is aimed at proposing clean and safe tools for developing and running client/server Web 2.0 applications. . Ocsigen Server is a full featured Web server. It implements most features of the HTTP protocol, and has a very powerful extension mechanism that make very easy to plug your own OCaml modules for generating pages. Many extensions are available, like a reverse proxy, content compression, access control, authentication, etc. . This package contains documentation: the manual (in wikicreole format) and the API reference generated by ocamldoc (in HTML format). Package: octave-brain2mesh Description-md5: 63af1c41e2154d307ea77a403e3ba7f9 Description-en: automated brain tetrahedral mesh generation toolbox for Octave The Brain2Mesh toolbox provides a streamlined matlab function to convert a segmented brain volumes and surfaces into a high-quality multi-layered tetrahedral brain/full head mesh. Typical inputs include segmentation outputs from SPM, FreeSurfer, FSL etc. This tool does not handle the segmentation of MRI scans, but examples of how commonly encountered segmented datasets can be used to create meshes can be found in the package named brain2mesh-demos. Package: octave-iso2mesh Description-md5: ce676342413ec36338c3beea8b44f3e9 Description-en: 3D surface and volumetric mesh generator for Octave Iso2Mesh is a MATLAB/Octave-based mesh generation toolbox, designed for easy creation of high quality surface and tetrahedral meshes from 3D volumetric images. It contains a rich set of mesh processing scripts/programs, working either independently or interacting with external free meshing utilities. Iso2Mesh toolbox can directly convert a 3D image stack, including binary, segmented or gray-scale images such as MRI or CT scans, into quality volumetric meshes. This makes it particularly suitable for multi-modality medical imaging data analysis and multi-physics modeling. Iso2Mesh is cross-platform and is compatible with both MATLAB and GNU Octave. . This package contains the Octave support for iso2mesh. Package: octave-jnifti Description-md5: af5a7cdee58d2facd39837138556d1d6 Description-en: fast NIfTI-1/2 reader and NIfTI-to-JNIfTI converter This is a fully functional NIfTI-1/2 reader/writer that supports both MATLAB and GNU Octave, and is capable of reading/writing both non-compressed and compressed NIfTI files (.nii, .nii.gz) as well as two-part Analyze7.5/NIfTI files. . More importantly, this is a toolbox that converts NIfTI data to its JSON-based replacement, JNIfTI (.jnii for text-based and .bnii for binary-based), defined by the JNIfTI specification http://github.com/fangq/jnifti. JNIfTI is a much more flexible, human-readable and extensible file format compared to the more rigid and opaque NIfTI format, making the data much easier to manipulate and share. Package: octave-plplot Description-md5: bc07b1f0ee609531a62179d58e7d7ea2 Description-en: Octave support for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the Octave bindings for PLplot. It provides an almost drop-in replacement for the traditional Gnuplot graphical interface in Octave. Examples are also provided. 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: odc Description-md5: a010a2e191bdbdafc78596375ca688ce Description-en: Tools for the Observational Data Processing (ODB) ODC is software developed at ECMWF for encoding and processing o observational data. It includes a SQL filtering and statistics engine, command line tools and APIs for C/C++ and Fortran. . This package provides tools for ODB handling. Package: oem-config-debconf Description-md5: 0b339016cd37fb3df25a4085c60673e9 Description-en: debconf frontend for end-user post-OEM-install configuration The oem-config script re-asks a number of questions that are normally asked during installation, and reconfigures the system accordingly. This allows a vendor to install a skeleton system, clone it onto a large number of machines, and ship it to end users, while still allowing end users to set up their own username and password, language, timezone, and so on. . This is a frontend to oem-config that simply arranges for questions to be asked using the normal debconf frontend. Package: oem-config-kde Description-md5: 97a76af3c01b8626949160b1d8f526ba Description-en: KDE frontend for end-user post-OEM-install configuration The oem-config script re-asks a number of questions that are normally asked during installation, and reconfigures the system accordingly. This allows a vendor to install a skeleton system, clone it onto a large number of machines, and ship it to end users, while still allowing end users to set up their own username and password, language, timezone, and so on. . This is a KDE frontend to oem-config. Package: oem-config-remaster Description-md5: b888546fc6f218e1af4c6b8e46901fd5 Description-en: Remaster a CD with additional oem-config functionality This script remasters a CD with additional packages and optional oem-config preseed data. Package: ognibuild Description-md5: 9c1719597d22a1b5ff837aed99dde11f Description-en: Detect and run any build system Ognibuild is a simple wrapper with a common interface for invoking any kind of build tool. . The ideas is that it can be run to build and install any source code directory by detecting the build system that is in use and invoking that with the correct parameters. . It can also detect and install missing dependencies. Package: ogre-1.12-doc Description-md5: b592ab3f09cd7be17a51bdfdd2b45a0c Description-en: 3D Object-Oriented Graphics Rendering Engine (documentation) OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes. . This package contains the documentation. Package: ogre-1.12-tools Description-md5: 584c8d5813c6f43723ee55303096a361 Description-en: 3D Object-Oriented Graphics Rendering Engine (tools) OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes. . This package contains tools used to convert from and to OGRE's native mesh format. Package: okular-backend-odp Description-md5: b35a667ad1ed048d126b2bff8bf907af Description-en: Okular backend for ODP documents This package provides a backend for Okular to view OpenDocument Presentation (ODP) documents, but also PowerPoint and PPTX documents. . This package is part of the Calligra Suite. Package: okular-backend-odt Description-md5: 4cdcf0582561c0f594bb6ce736fd3e58 Description-en: Okular backend for ODT documents This package provides a backend for Okular to view OpenDocument Text (ODT) documents, but also DOC, DOCX, RTF and WPD documents. . This package is part of the Calligra Suite. Package: omniidl Description-md5: c2104e81d9f4649ada071c0ed508ae7c Description-en: omniORB IDL to C++ and Python3 compiler omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the idl compiler. Package: omniorb Description-md5: a9e34d634d148a07a3e0a1f18e59e2aa Description-en: IOR and naming service utilities for omniORB omniORB is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. Package: omniorb-doc Description-md5: 9ce1856ae6fed110892b95658765f7f9 Description-en: omniORB documentation and examples omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the documentation and compiled examples. Package: omniorb-idl Description-md5: 122028cc6ec172f0d83311cf803dd3fb Description-en: omniORB CORBA services idl files omniORB is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the idl files. Package: omniorb-nameserver Description-md5: bbb43248de37b94cbfb0aea4ee67baf8 Description-en: omniORB naming service omniORB is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB. . This includes the CORBA nameserver. Package: onboard Description-md5: 992df5dcbe49f556b8ff95ed642f02e7 Description-en: Simple On-screen Keyboard On-screen Keyboard with macros, easy layout creation and word suggestion. . This on-screen keyboard can be useful for tablet PC users, as well as for mobility impaired users. Package: onboard-common Description-md5: aebb7adfc5815f1f2d8b80bab8a83670 Description-en: Simple On-screen Keyboard (common files) On-screen Keyboard with macros, easy layout creation and word suggestion. . This package ships the architecture independent files of the onboard on-screen keyboard. Package: onboard-data Description-md5: 72141681144dc4aa8a33d010e1c05b1f Description-en: Language model files for the word suggestion feature of Onboard On-screen Keyboard with macros, easy layout creation and word suggestion. . This package installs default language model files for various languages. The word suggestion feature of Onboard uses these files (and if available also custom user language model files) to compute the word completion suggestions and the word prediction suggestions. Package: onionshare Description-md5: d5ff937e0a9e6fe25a22543a7c98c6f8 Description-en: Share a file over Tor Hidden Services anonymously and securely OnionShare lets you securely and anonymously share a file of any size with someone. It works by starting a web server, making it accessible as a Tor hidden service, and generating an unguessable URL to access and download the file. It doesn't require setting up a server on the Internet somewhere or using a third party filesharing service. You host the file on your own computer and use a Tor hidden service to make it temporarily accessible over the Internet. The other user just needs to use the Tor Browser and TO Enter the URL to download the file from you. Package: onionshare-cli Description-md5: fcd2b437e36f63ed6467a0f0c19a2103 Description-en: Share a file over Tor Hidden Services anonymously and securely - cli OnionShare lets you securely and anonymously share a file of any size with someone. It works by starting a web server, making it accessible as a Tor hidden service, and generating an unguessable URL to access and download the file. It doesn't require setting up a server on the Internet somewhere or using a third party filesharing service. You host the file on your own computer and use a Tor hidden service to make it temporarily accessible over the Internet. The other user just needs to use the Tor Browser and TO Enter the URL to download the file from you. . This package is the Commandline interface of Onionshare. 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: 576b062ff0f3f0cf76e1272f44713ca7 Description-en: Transitional dummy package for open3d-viewer This package is a transitional dummy package and can be safely removed. 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: open3d-viewer 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-viewer-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: openbabel Description-md5: 9d391ce1a3230895a2568f94e8575839 Description-en: Chemical toolbox utilities (cli) Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It allows one to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. Features include: . * Hydrogen addition and deletion * Support for Molecular Mechanics * Support for SMARTS molecular matching syntax * Automatic feature perception (rings, bonds, hybridization, aromaticity) * Flexible atom typer and perception of multiple bonds from atomic coordinates * Gasteiger-Marsili partial charge calculation . File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC. . This package includes the following utilities: * obabel: Convert between various chemical file formats * obenergy: Calculate the energy for a molecule * obminimize: Optimize the geometry, minimize the energy for a molecule * obgrep: Molecular search program using SMARTS pattern * obgen: Generate 3D coordinates for a molecule * obprop: Print standard molecular properties * obfit: Superimpose two molecules based on a pattern * obrotamer: Generate conformer/rotamer coordinates * obconformer: Generate low-energy conformers * obchiral: Print molecular chirality information * obrotate: Rotate dihedral angle of molecules in batch mode * obprobe: Create electrostatic probe grid Package: openbabel-gui Description-md5: 5dbd1d7b9cdd1829cf84bdb7c03f9c3e Description-en: Chemical toolbox utilities (graphical user interface) Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It allows one to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. Features include: . * Hydrogen addition and deletion * Support for Molecular Mechanics * Support for SMARTS molecular matching syntax * Automatic feature perception (rings, bonds, hybridization, aromaticity) * Flexible atom typer and perception of multiple bonds from atomic coordinates * Gasteiger-Marsili partial charge calculation . File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC. . This package contains the openbabel GUI based on wxWidgets. Package: openboard Description-md5: 09fb69561c9a1ae64ce77ee2f449b3e5 Description-en: Interactive White Board Application OpenBoard is an open source cross-platform interactive white board application designed primarily for use in schools. . It was originally forked from Open-Sankoré, which was itself based on Uniboard. Package: openboard-common Description-md5: b8bb0c7c9c81492c083a844c70850f03 Description-en: Interactive White Board Application (common files) OpenBoard is an open source cross-platform interactive white board application designed primarily for use in schools. . It was originally forked from Open-Sankoré, which was itself based on Uniboard. . This package contains all architecture independent files. Package: openboard-contrib Description-md5: f325c287974c45cfd0ac2729fe605983 Description-en: Interactive White Board Application (contrib extras, metapackage) OpenBoard is an open source cross-platform interactive white board application designed primarily for use in schools. . It was originally forked from Open-Sankoré, which was itself based on Uniboard. . This package pulls in some contributions that are nice to have in OpenBoard, but have problematic licenses (and are, thus, shipped as part of Debian non-free). Package: opencolorio-tools Description-md5: 8f1b1dc23a3d3d97d191bcaaf4220d5d Description-en: complete color management solution - utilities OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats. . OpenColorIO is released as version 2.0 and has been in development since 2003. OCIO represents the culmination of years of production experience earned on such films as SpiderMan 2 (2004), Surf's Up (2007), Cloudy with a Chance of Meatballs (2009), Alice in Wonderland (2010), and many more. OpenColorIO is natively supported in commercial applications like Katana, Mari, Nuke, Maya, Houdini, Silhouette FX, and others. . OpenColorIO is free and open source software and one of several projects actvively sponsored by the ASWF (Academy Software Foundation). . This package provides some utilities. Package: openimageio-tools Description-md5: 5a45e99499104b15abcb7e60df3c5227 Description-en: Library for reading and writing images - command line tools OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. Main features include: . * Extremely simple but powerful ImageInput and ImageOutput APIs for reading and writing 2D images that is format agnostic -- that is, a "client app" doesn't need to know the details about any particular image file formats. Specific formats are implemented by DLL/DSO plugins. . * Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really good at understanding all the strange corners of the image formats, and are very careful about preserving image metadata (including Exif, GPS, and IPTC data). . * An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data (thousands of image files totaling hundreds of GB) very efficiently using only a tiny amount (tens of megabytes at most) of runtime memory. Additionally, a TextureSystem class provides filtered MIP-map texture lookups, atop the nice caching behavior of ImageCache. . * Several image tools based on these classes, including iinfo (print detailed info about images), iconvert (convert among formats, data types, or modify metadata), idiff (compare images), igrep (search images for matching metadata). Because these tools are based on ImageInput/ImageOutput, they work with any image formats for which ImageIO plugins are available. . * A really nice image viewer, iv, also based on OpenImageIO classes (and so will work with any formats for which plugins are available). . * Supported on Linux, OS X, and Windows. . * All available under the BSD license, so you may modify it and use it in both open source or proprietary apps. . This package contains command line tools, including iv image viewer. 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: openjdk-22-testsupport Description-md5: 90b36dc9c28e2e8bfec904dc5995bd4c Description-en: Java runtime based on OpenJDK (regression test support) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains all the binary files needed to run the OpenJDK autopkg tests. Package: openjfx Description-md5: c81023d9b26926c1219881c76843995a Description-en: JavaFX/OpenJFX - Rich client application platform for Java JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. Package: openjfx-source Description-md5: c01ab725de38eaf161e002db642eda0e Description-en: JavaFX/OpenJFX - Rich client application platform for Java (sources) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the source archive to be used with an IDE. Package: openmotor Description-md5: a9efda56312b031b9c04b2911f22271e Description-en: internal ballistics simulator for rocket motor experimenters openMotor is an open-source internal ballistics simulator for rocket motor experimenters. The software produces estimates of a rocket motor's chamber pressure and thrust based on input such as propellant properties and grain geometry. It uses the Fast Marching Method to determine how a propellant grain regresses, which allows the use of arbitrary core geometries. . Current Features: * Metric and imperial units * Support for common grain geometries such as BATES, Finocyl, Star and more * Loading custom grain geometry from DXF files * A propellant editor that allows the user to enter the properties of as many propellants as they wish * The grain editor displays how a grain will regress to cut down on the guesswork involved in tweaking geometry * ENG file exporting * Burnsim importing and exporting * A UI that supports saving and loading designs along with undo and redo. . Planned Features: * Erosivity simulation * Detailed output of every calculated parameter at any time and position along the motor Package: openorienteering-mapper Description-md5: 84378dd82001be3ab66dc16d938f4bba Description-en: Orienteering map drawing application OpenOrienteering Mapper is an application to draw maps for forest, sprint, MTB and radio orienteering races. It comes with predefined symbol sets implementing the IOF standards ISOM (1:15000, 1:10000) and ISSOM (1:5000, 1:4000). It is easy to implement additional symbol sets. . It provides a Free alternative to existing proprietary map drawing applications and supports multiple platforms. It is available for Android, Windows, Mac OS X and Linux. . While it is under continuous development and considered in beta state, it has been used to produce maps for orienteering races. All required functions for drawing maps are implemented and the program works very stable. So it can be considered ready for productive use, although it is like always a good idea to keep backups of your files. Package: openpaperwork-core Description-md5: 7e7f562cc48802b6f919e27c62e18432 Description-en: OpenPaperwork plugins manager - core plugins manager The core manages Plugins, Callbacks and Interfaces. This package also provide some basic plugins that may be used in any kind of application. . This package contains only core plugins. The GUI is included in paperwork-gtk package. Package: openpaperwork-core-doc Description-md5: 06b1acb4f0093888809e9c418f210883 Description-en: OpenPaperwork plugins manager - core plugins manager documentation The core manages Plugins, Callbacks and Interfaces. This package also provide some basic plugins that may be used in any kind of application. . This package contains the documentation Package: openpaperwork-gtk Description-md5: 6e0e7716561cacf73fb936e17591e4d3 Description-en: OpenPaperwork Glib/GTK plugins manager This package extends the openpaperwork-core with GLib/GTK plugins that may be used in any GUI application. . This package contains only Glib/GTK plugins. The GUI is included in paperwork-gtk package. Package: openpaperwork-gtk-doc Description-md5: ffa79bbbfa2cbeff40ad2bb0cceab2b3 Description-en: OpenPaperwork Glib/GTK plugins manager - documentation This package extends the openpaperwork-core with GLib/GTK plugins that may be used in any GUI application. . This package contains the documentation Package: openstructure Description-md5: dca57137a22804cb104324183b5003cd Description-en: Open-Source Computational Structural Biology Framework OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: openturns-common Description-md5: 88b7fb2a4dbd12663b0748b0b036e84e Description-en: generic tool to treat and quantify uncertainties (common files) OpenTURNS is a powerful and generic tool to treat and quantify uncertainties in numerical simulations in design, optimization and control. It allows both sensitivity and reliability analysis studies: * defining the outputs of interest and decision criterion; * quantify and model the source of uncertainties; * propagate uncertainties and/or analyse sensitivity and * rank the sources of uncertainty . Targeted users are all engineers who want to introduce the probabilistic dimension in their so far deterministic studies. . This package contains the configuration file for the versioned library package. Package: overlay-scrollbar Description-md5: 951bbad3f14ccc5b15ac8d6ccaddada2 Description-en: Scrollbar overlay - configuration Overlay scrollbar is a GtkModule enabling a dynamic overlay behavior. . This package contains GSettings schemas and startup scripts for overlay scrollbars. Package: overlay-scrollbar-gtk2 Description-md5: 1d3f21e2d8af7452b22c5b3bf608dfba Description-en: GTK 2 module for overlay scrollbars Overlay scrollbar is a GtkModule enabling a dynamic overlay behavior. Package: ovmf-ia32 Description-md5: 45406fadf3a151c202373ad38c0f2c3e Description-en: UEFI firmware for 32-bit x86 virtual machines Open Virtual Machine Firmware is a build of EDK II for 32-bit x86 virtual machines. It includes full support for UEFI, including Secure Boot, allowing use of UEFI in place of a traditional BIOS in your VM. Package: oxigraph-server Description-md5: fbfc7b8ea7e70a9671eb35ae9d5c2f7e Description-en: SPARQL server based on Oxigraph graph database Oxigraph Server is a standalone HTTP server providing a graph database implementing the SPARQL 1.1 Protocol and SPARQL 1.1 Graph Store Protocol standards. . SPARQL is an RDF query language - that is, a semantic query language for databases - able to retrieve and manipulate data stored in Resource Description Framework (RDF) format. . Resource Description Framework (RDF) is a standard model for data interchange on the Web. Package: packagekit-command-not-found Description-md5: f46269a57fdaac0b45bc1962744cdaf3 Description-en: Offer to install missing programs automatically PackageKit allows performing simple software management tasks over a DBus interface e.g refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package contains a simple handler for command_not_found that offers to install missing packages on the command line using PackageKit. Package: packagekit-gtk3-module Description-md5: b4094b413124ff3eeddd6dcdb91ab037 Description-en: Install fonts automatically using PackageKit PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . The PackageKit GTK+ module allows any Pango application to install fonts from configured repositories using PackageKit. Package: pagure Description-md5: 8a6e0923a185fa097780bc98198b13ee Description-en: git-centered forge using pygit2 Pagure is a git-centered forge, Python based using pygit2. . With pagure you can host your project with its documentation, let your users report issues or request enhancements using the ticketing system and build your community of contributors by allowing them to fork your projects and contribute to it via the now-popular pull-request mechanism. . You may be also interesed in other packages to enhance the functionality of pagure: * pagure-ev-server * pagure-milters * pagure-webhook * pagure-ci * pagure-loadjson * pagure-logcom * pagure-mirror Package: pagure-ci Description-md5: 710a329a132d829d7dab03412a728adc Description-en: git-centered forge using pygit2 - CI integration server Pagure is a git-centered forge, Python based using pygit2. . pagure-ci is a service integrating the results of Continuous Integration (CI) services, such as jenkins, into pull-requests opened against your project on pagure. Package: pagure-doc Description-md5: 45002ee4d590a4f8112b79131b0d5f89 Description-en: git-centered forge using pygit2 (documentation) Pagure is a git-centered forge, Python based using pygit2. . With pagure you can host your project with its documentation, let your users report issues or request enhancements using the ticketing system and build your community of contributors by allowing them to fork your projects and contribute to it via the now-popular pull-request mechanism. . This is the common documentation package. Package: pagure-ev-server Description-md5: 4158a53411d1dbc3381239c01239b653 Description-en: git-centered forge using pygit2 - EventSource server Pagure is a git-centered forge, Python based using pygit2. . pagure-ev-server used to allow live-refreshing of a page when someone is viewing it. For example, while you are reading a ticket if someone comments on it, the comment will automatically show up on the page without the need for you to reload the entire page. Package: pagure-loadjson Description-md5: 8347eddf3ef34d3ac2a84f9f31cd4184 Description-en: git-centered forge using pygit2 - JSON load server Pagure is a git-centered forge, Python based using pygit2. . This service loads into the database the JSON files representing issues (and in the future also the pull-requests). . It is triggered by a git hook, which sends a notification that a push happened. This service receives the notification, finds the list of files that changed and loads them into the database. Package: pagure-logcom Description-md5: b8a05ada8bee7a4c063dea30517d99aa Description-en: git-centered forge using pygit2 - commit log server Pagure is a git-centered forge, Python based using pygit2. . This service logs in the user's commits to be displayed in the database. . It is triggered by a git hook, which sends a notification that a push happened. This service receives the notification, goes over all of the commits that got pushed and logs the activity corresponding to that user. Package: pagure-milters Description-md5: a40dec39deb9d2d2a4290a8d108f7833 Description-en: git-centered forge using pygit2 - milters (mail filters) Pagure is a git-centered forge, Python based using pygit2. . pagure-milters is used to allow replying on a comment of a ticket or a pull-request by directly replying to the notification sent. No need to go to the page anymore to reply to a comment someone made. . It integrates with an MTA such as postfix or sendmail that you will have running and have access to in order to change its configuration. Package: pagure-mirror Description-md5: 9e26f8150a61c6aee7a5df670f06c2fe Description-en: git-centered forge using pygit2 - mirror Pagure is a git-centered forge, Python based using pygit2. . pagure-mirror is the service mirroring projects that asked for it outside of this pagure instance. Package: pagure-webhook Description-md5: 84d109186d4b643f978b8039839489ec Description-en: git-centered forge using pygit2 - web-hook server Pagure is a git-centered forge, Python based using pygit2. . pagure-webhook sends notifications to third party services using POST http requests. Package: paperwork-backend Description-md5: c97754e1411c569bb8acdd7c39725f58 Description-en: Personal document manager This is the backend part of Paperwork. It manages: The work directory / Access to the documents, Indexing, Searching, Suggestions, Import, Export. . Paperwork is a personal document manager. It manages scanned documents and PDFs. It's designed to be easy and fast to use. The idea behind Paperwork is "scan & forget": You can just scan a new document and forget about it until the day you need it again. In other words, let the machine do most of the work for you. Package: paperwork-backend-doc Description-md5: 8863a01d709d3a1abc023bc628c6d82f Description-en: Paperwork is a personal document manager - backend documentation This is the backend part of Paperwork. It manages: The work directory / Access to the documents, Indexing, Searching, Suggestions, Import, Export. . Paperwork is a personal document manager. It manages scanned documents and PDFs. It's designed to be easy and fast to use. The idea behind Paperwork is "scan & forget": You can just scan a new document and forget about it until the day you need it again. In other words, let the machine do most of the work for you. . This package contains the documentation Package: paperwork-gtk Description-md5: e5c492f08f1e05b965079e826981f8c2 Description-en: Paperwork is a personal document manager - GTK3 frontend This is the GTK3 frontend part of Paperwork. It manages: The work directory / Access to the documents, Indexing, Searching, Suggestions, Import, Export. . Paperwork is a personal document manager. It manages scanned documents and PDFs. It's designed to be easy and fast to use. The idea behind Paperwork is "scan & forget": You can just scan a new document and forget about it until the day you need it again. In other words, let the machine do most of the work for you. . This package does not include localization files and dependencies. If you wish to install paperwork in your language, check the corresponding paperwork-gtk-l10n-* packages. Package: paperwork-gtk-l10n-de Description-md5: 6d349ca45758eba89133f3c4e5c84c04 Description-en: Gui for paperwork-backend - German localization This is the GTK3 frontend part of Paperwork. It manages: The work directory / Access to the documents, Indexing, Searching, Suggestions, Import, Export. . Paperwork is a personal document manager. It manages scanned documents and PDFs. It's designed to be easy and fast to use. The idea behind Paperwork is "scan & forget": You can just scan a new document and forget about it until the day you need it again. In other words, let the machine do most of the work for you. . This package installs German localized dependencies. Package: paperwork-gtk-l10n-en Description-md5: 1f81b091c9307c8d9cce0718e4d9ee56 Description-en: Gui for paperwork-backend - English localization This is the GTK3 frontend part of Paperwork. It manages: The work directory / Access to the documents, Indexing, Searching, Suggestions, Import, Export. . Paperwork is a personal document manager. It manages scanned documents and PDFs. It's designed to be easy and fast to use. The idea behind Paperwork is "scan & forget": You can just scan a new document and forget about it until the day you need it again. In other words, let the machine do most of the work for you. . This metapackage installs English localized dependencies. Package: paperwork-gtk-l10n-es Description-md5: b1499f807971826ab06586a168e69413 Description-en: Gui for paperwork-backend - Spanish localization This is the GTK3 frontend part of Paperwork. It manages: The work directory / Access to the documents, Indexing, Searching, Suggestions, Import, Export. . Paperwork is a personal document manager. It manages scanned documents and PDFs. It's designed to be easy and fast to use. The idea behind Paperwork is "scan & forget": You can just scan a new document and forget about it until the day you need it again. In other words, let the machine do most of the work for you. . This package installs Spanish localized dependencies. Package: paperwork-gtk-l10n-fr Description-md5: 84b1e62df5298e923a8d1abfe6963526 Description-en: Gui for paperwork-backend - French localization This is the GTK3 frontend part of Paperwork. It manages: The work directory / Access to the documents, Indexing, Searching, Suggestions, Import, Export. . Paperwork is a personal document manager. It manages scanned documents and PDFs. It's designed to be easy and fast to use. The idea behind Paperwork is "scan & forget": You can just scan a new document and forget about it until the day you need it again. In other words, let the machine do most of the work for you. . This package installs French localized dependencies. Package: paperwork-gtk-l10n-oc Description-md5: de63ea2adc024b0402632d207c53f6c7 Description-en: Gui for paperwork-backend - Occitan localization This is the GTK3 frontend part of Paperwork. It manages: The work directory / Access to the documents, Indexing, Searching, Suggestions, Import, Export. . Paperwork is a personal document manager. It manages scanned documents and PDFs. It's designed to be easy and fast to use. The idea behind Paperwork is "scan & forget": You can just scan a new document and forget about it until the day you need it again. In other words, let the machine do most of the work for you. . This package installs Occitan localized dependencies. Package: paperwork-gtk-l10n-uk Description-md5: fe893509ef5670171c21171807fbd200 Description-en: Gui for paperwork-backend - Ukrainian localization This is the GTK3 frontend part of Paperwork. It manages: The work directory / Access to the documents, Indexing, Searching, Suggestions, Import, Export. . Paperwork is a personal document manager. It manages scanned documents and PDFs. It's designed to be easy and fast to use. The idea behind Paperwork is "scan & forget": You can just scan a new document and forget about it until the day you need it again. In other words, let the machine do most of the work for you. . This package installs Ukrainian localized dependencies. Package: paperwork-shell Description-md5: 0b0d7874683169f0e8d2861e0e3d95fe Description-en: Paperwork is a personal document manager - command line utils Paperwork-shell provides 2 commands: * paperwork-cli: Human-friendly command line interface. For instance, it can be useful if you want to use Paperwork through SSH. * paperwork-json: Designed to be used in scripts. Results can be parsed in shell scripts using jq. Package: passenger Description-md5: 265436b41f4cb63fd315ff0e0bc80deb Description-en: web application server Phusion Passenger is a web server and application server, designed to be fast, robust and lightweight. It takes a lot of complexity out of deploying web apps, adds powerful enterprise-grade features that are useful in production, and makes administration much easier and less complex. Phusion Passenger supports Ruby, Python, Node.js and Meteor. Package: pcp Description-md5: cf73bbf0bd78441a37224ae34c61d9a9 Description-en: System level performance monitoring and performance management Performance Co-Pilot (PCP) is a framework and services to support system-level performance monitoring and performance management. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: pcp-conf Description-md5: 748f7ed63a2950c45ec8df5541a3d05e Description-en: Performance Co-Pilot runtime configuration The pcp-conf package contains important runtime configuration files required by all programs and libraries that make up the Performance Co-Pilot (PCP) toolkit. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: pcp-doc Description-md5: 58750a1e66ce330d190b8baeae7798ae Description-en: Documentation and tutorial for the Performance Co-Pilot The pcp-doc package provides useful information on using and configuring the Performance Co-Pilot (PCP) toolkit for system level performance management. It includes tutorials, HOWTOs, and other detailed documentation about the internals of core PCP utilities and daemons, and the PCP graphical tools. Package: pcp-export-pcp2elasticsearch Description-md5: 25be3b923395bc346d87246417174c81 Description-en: Tool for exporting data from PCP to Elasticsearch Performance Co-Pilot (PCP) front-end tool for exporting data from PCP into designated Elasticsearch instances. Package: pcp-export-pcp2graphite Description-md5: 80bfa76245a88fa7c4d2c5150635e08f Description-en: Tool for exporting data from PCP to Graphite Performance Co-Pilot (PCP) front-end tool for exporting data from PCP into designated Graphite (Carbon/Whisper) databases. Package: pcp-export-pcp2influxdb Description-md5: af068dbe056f391c4f7a27f855c84cfc Description-en: Tool for exporting data from PCP to InfluxDB Performance Co-Pilot (PCP) front-end tools for exporting metric values to InfluxDB (https://influxdata.com/time-series-platform/influxdb). Package: pcp-export-pcp2json Description-md5: 62f852e8a6d0b881c80ba78a67962e01 Description-en: Tool for exporting data from PCP to JSON Performance Co-Pilot (PCP) front-end tool for exporting data from PCP in JSON format. Package: pcp-export-pcp2spark Description-md5: dfe3a4e69aba61c444d0281d4948972d Description-en: Tool for exporting data from PCP to Apache Spark Performance Co-Pilot (PCP) front-end tools for exporting metric values to Apache Spark (https://spark.apache.org). Package: pcp-export-pcp2xlsx Description-md5: 3e29eddabe25fe9521fca14efb03dc84 Description-en: Tool for exporting data from PCP to Excel spreadsheets Performance Co-Pilot (PCP) front-end tool for exporting data from PCP in Excel spreadsheet format. Package: pcp-export-pcp2xml Description-md5: bf952dfa49fc3835ae3d7fffbd49f938 Description-en: Tool for exporting data from PCP to XML Performance Co-Pilot (PCP) front-end tool for exporting data from PCP in XML format. Package: pcp-export-pcp2zabbix Description-md5: 90aa7bd9afa785ce99e253d5e16c7575 Description-en: Tool for exporting data from PCP to Zabbix Performance Co-Pilot (PCP) front-end tool for exporting data from PCP into designated Zabbix monitoring servers. Package: pcp-export-zabbix-agent Description-md5: 2e4ff7e9c18fcf7726a52f8bdede9f8a Description-en: Module for exporting PCP metrics to Zabbix agent Performance Co-Pilot (PCP) module for exporting metrics from PCP to Zabbix via the Zabbix agent - see zbxpcp(3) for further details. Package: pcp-gui Description-md5: a0f3653733de3b4ed29fb8a206a7176f Description-en: Visualisation tools for the Performance Co-Pilot toolkit The PCP GUI package primarily includes visualisation tools for monitoring systems using live and archived Performance Co-Pilot (PCP) sources. . These tools have dependencies on graphics libraries which may or may not be installed on server machines, so PCP GUI is delivered as a separate package to the core PCP infrastructure. Package: pcp-import-collectl2pcp Description-md5: f116fa51cf4190505218b49a5f979204 Description-en: Tool for importing data from collectl into PCP archive logs Performance Co-Pilot (PCP) front-end tool for importing data from collectl into standard PCP archive logs for replay with any PCP monitoring tool. (such as pmie, pmlogsummary, pmchart or pmdumptext). Package: pcp-import-ganglia2pcp Description-md5: cc2e92d62cb55665f0c09a0bd9630204 Description-en: Tool for importing data from ganglia into PCP archive logs Performance Co-Pilot (PCP) front-end tool for importing data from ganglia into standard PCP archive logs for replay with any PCP monitoring tool (such as pmie, pmlogsummary, pmchart or pmdumptext). Package: pcp-import-iostat2pcp Description-md5: 62f8f331e7e7c8fb19e2c912b251339f Description-en: Tool for importing data from iostat into PCP archive logs Performance Co-Pilot (PCP) front-end tool for importing data from iostat into standard PCP archive logs for replay with any PCP monitoring tool. (such as pmie, pmlogsummary, pmchart or pmdumptext). Package: pcp-import-mrtg2pcp Description-md5: 2844f3b28ba90230f9b91673cc6047b5 Description-en: Tool for importing data from MRTG into PCP archive logs Performance Co-Pilot (PCP) front-end tool for importing data from MRTG (the Multi Router Traffic Grapher tool) into standard PCP archive logs for replay with any PCP monitoring tool (such as pmie, pmlogsummary, pmchart or pmdumptext). Package: pcp-import-sar2pcp Description-md5: e9c3ec82b67c8536b300124a04ba550f Description-en: Tool for importing data from sar into PCP archive logs Performance Co-Pilot (PCP) front-end tool for importing data from sar into standard PCP archive logs for replay with any PCP monitoring tool (such as pmie, pmlogsummary, pmchart or pmdumptext). Package: pcp-import-sheet2pcp Description-md5: d906c7893e4aaa613398f74eec6bb2f7 Description-en: Tool for importing data from a spreadsheet into PCP archive logs Performance Co-Pilot (PCP) front-end tool for importing spreadheet data into standard PCP archive logs for replay with any PCP monitoring tool. (such as pmie, pmlogsummary, pmchart, or pmdumptext). Package: pcp-pmda-infiniband Description-md5: a964ded07481ebea5dce658656ab726c Description-en: Infiniband performance metrics domain agent (PMDA) Performance Metrics Domain Agent (PMDA) for collecting Infiniband statistics. By default, it monitors the local HCAs but can also be configured to monitor remote GUIDs such as IB switches. Package: pcp-testsuite Description-md5: 5bdb83208b81ad57ac913ab0daefa470 Description-en: Performance Co-Pilot (PCP) Test Suite Quality assurance test suite for Performance Co-Pilot (PCP). . Provides a series of tests that exercise the many utilities and daemon processes that form the PCP toolkit. Regular users should never have any need to install this package, it is for developers and testers only. Package: pcp-zeroconf Description-md5: 18ffec0a184a3466acb6d869002ac830 Description-en: Performance Co-Pilot (PCP) Zeroconf Package Contains configuration tweaks and files that increase metrics gathering frequency, several extended pmlogger configurations, and automated pmie diagnosis, alerting and self-healing for the localhost. Package: pcscd Description-md5: 40f2879e95ee03b8541cb267e0af1f29 Description-en: Middleware to access a smart card using PC/SC (daemon side) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and smart cards readers. . The PC/SC daemon is used to dynamically allocate/deallocate reader drivers at runtime and manage connections to the readers. Package: pd-deken Description-md5: 92dc840f7e116673e65424f0a8440fde Description-en: Externals wrangler for Pure Data deken is a simple and easy to use package manager for Pure Data (Pd). . The deken-plugin integrates with the Pd user interface, where you can search for externals and install them with a single click. Since Pd-0.47, the deken-plugin is integrated into Pure Data (but the Debian package provides an updated plugin) . Available backends that provide packages are: - puredata.info (downloads packages via the Pure Data community website and installs them into the per-user installation directory (~/pd-externals)) - apt (installs Pd packages the Debian way; packaged as "pd-deken-apt") Package: pd-deken-apt Description-md5: 409781c90d6f5ef0a13c6caf8ccaa6cd Description-en: Externals wrangler for Pure Data (APT backend) deken is a simple and easy to use package manager for Pure Data (Pd). . The deken-plugin integrates with the Pd user interface, where you can search for externals and install them with a single click. . This addon allows one to additionally use 'apt' for installing Debian provided packages from within the deken-plugin (rather than downloading binaries from the Pure Data community website). Package: pdf2djvu Description-md5: 1b5c4ea408188ed5e228f2fc36acbc58 Description-en: PDF to DjVu converter pdf2djvu creates DjVu files from PDF files. It's able to extract: - graphics, - text layer, - hyperlinks, - document outline (bookmarks), - metadata (including XMP metadata). Package: pdftoipe Description-md5: 8dcdde8db214b83e252eccdae579db8d Description-en: converts arbitrary PDF file to XML file readable by Ipe Ipe is a drawing editor for creating figures, provided in package ipe. . This package contains a tool to convert drawings in PDF format to XML that can be used by ipe editor. Package: persalys Description-md5: 8f0e03f016627f3329187c5c9a128b1a Description-en: GUI for uncertainty treatment and variabilities management Persalys is a graphical user interface for OpenTURNS, dedicated to the treatment of uncertainty and the management of variabilities. The software is a tool between the computer simulation, probabilistic analyses and the data sciences. The interface is available in French or in English. . Persalys allows one to: - create mathematical models: analytical, coupling with an external model (finite elements, ...), FMU; - analyse the variability of one's parameters thanks to many methods and visualisation tools; - statistically analyse one's measuring data, infer probability distributions or create metamodels. Package: peruse Description-md5: 98dca21b1e9aff8b0000908256c5c132 Description-en: comic book reader Peruse was created as a way to make exactly that as easy and pleasant as possible, and to simply get out of the way and let you read your comic books. One could say that it allows you to peruse your comic books at your leisure, but that would be a silly way of putting it - so, peruse your comic books at your leisure! Package: peruse-common Description-md5: 083e504193a05110c7b530948f5481c2 Description-en: common files for peruse Peruse was created as a way to make exactly that as easy and pleasant as possible, and to simply get out of the way and let you read your comic books. One could say that it allows you to peruse your comic books at your leisure, but that would be a silly way of putting it - so, peruse your comic books at your leisure! . This package contains architecture-independent peruse data files. Package: pff-tools Description-md5: 5a818de45325f5e080916bc6055ed2e5 Description-en: utilities for MS Outlook PAB, PST and OST files Libpff is a library to access Personal Folder File (PFF) and Offline Folder File (OFF) formats. Those files formats are used by MS Outlook in PAB (Personal Address Book), PST (Personal Storage Table) and OST (Offline Storage Table) files. . This package contains tools to exports PAB, PST and OST files. Package: pgpainless-cli Description-md5: 5765316890f7e447616fe1abc11b2e19 Description-en: Stateless OpenPGP Protocol with PGPainless - runtime executable PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package provide the command-line interface for the PGPainless Stateless OpenPGP Protocol. Package: phoc Description-md5: 8af74e7fa571b4f8fe179e1d99da4f9f Description-en: Wayland compositor for mobile phones Tiny wayland compositor based on wlroots for use on mobile phones like the Librem 5. . You likely want to use Phosh (the phone shell) with it. Package: phosh Description-md5: ad0ade8e0e4774931bac23e449ae5884 Description-en: Pure Wayland shell for mobile devices Phosh is a graphical shell for Wayland compositors speaking the layer-surface protocol and aimed at mobile devices like smart phones and tablets using touch based inputs and small screens. . It's part of the Phosh Mobile Environment based on GNOME/GTK. For the full stack see the phosh-full and phosh-core metapackages. Package: phosh-dev Description-md5: 598a93b7537c41cdc2095aea59599865 Description-en: Pure Wayland shell for mobile devices - development files Phosh is a graphical shell for Wayland compositors speaking the layer-surface protocol and aimed at mobile devices like smart phones and tablets using touch based inputs and small screens. . This package contains the development files. Package: phosh-doc Description-md5: fa032b5604e39e3fe9cacfae788e6ffa Description-en: Pure Wayland shell for mobile devices - development documentation Phosh is a graphical shell for Wayland compositors speaking the layer-surface protocol and aimed at mobile devices like smart phones and tablets using touch based inputs and small screens. . This package contains the development documentation. Package: phosh-mobile-tweaks Description-md5: 921309cf75c7f6d8e2cfc84b081f825a Description-en: Pure Wayland shell for mobile devices - GSettings tweaks Phosh is a graphical shell for Wayland compositors speaking the layer-surface protocol and aimed at mobile devices like smart phones and tablets using touch based inputs and small screens. . This package contains settings to improve behaviour on mobile devices. Package: phosh-osk-stub Description-md5: 3252f02b1f67f22effcaa2efd0769364 Description-en: Experimental on screen keyboard for Phosh phosh-osk-stub implements phosh's keyboard interface for ease of experimentation. The focus is on ease of change and debugging rather than stability. It features character popoversa and gesture based cursor navigation. . For production use it's recommended to use Phosh's official on screen keyboard squeekboard. Package: phosh-osk-stub-doc Description-md5: 69687908812caa9322f2639f14e94ccc Description-en: API documentation for Phosh's OSK stub phosh-osk-stub implements phosh's keyboard interface for ease of experimentation. The focus is on ease of change and debugging rather than stability. It features character popoversa and gesture based cursor navigation. . For production use it's recommended to use Phosh's official on screen keyboard squeekboard. . This package contains the development documentation. Package: phosh-plugins Description-md5: ebac156cec8e2d195bdf1ef76509f113 Description-en: Pure Wayland shell for mobile devices - Plugins Phosh is a graphical shell for Wayland compositors speaking the layer-surface protocol and aimed at mobile devices like smart phones and tablets using touch based inputs and small screens. . This package contains additional plugins. Package: phosh-tour Description-md5: cedf60ab96c4142431f7080dfeedd614 Description-en: Short introduction to phosh on smartphones Phosh tour gives a short visual introduction on how to use phosh on a smartphone explaining the available gestures for navigation, quick settings, etc. Package: php-async-aws-sqs Description-md5: d7b06bb24fe0789e5e2bdc950aa51bca Description-en: AsyncAws Sqs - AsyncAws component SQS client, part of the AWS SDK provided by AsyncAws. . API client for SQS. . AsyncAws is a wrapper around Symfony's HTTP client and makes sure the asynchronous features are properly used. AsyncAws also handles authentication, exceptions and provide input and result objects. Package: php-bcmath Description-md5: be9804eec5339801ec5502fd40882cae Description-en: Bcmath module for PHP [default] This package provides a Bcmath module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-brick-varexporter Description-md5: 5754ab4da7daab5f863111636b537724 Description-en: powerful alternative to var_export() This library aims to provide a prettier, safer, and powerful alternative to var_export(), which can export closures and objects without __set_state(). The output is valid and standalone PHP code, that does not depend on the brick/varexporter library. Package: php-bz2 Description-md5: 0869d06289d1d54c94254e463ac1fd18 Description-en: bzip2 module for PHP [default] This package provides a bzip2 module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-cache-integration-tests Description-md5: e3d86bcfadeb640ecf4bd5ec5c7ef253 Description-en: Integration tests for PSR-6 and PSR-16 cache implementations This integration test suite should be used to make sure that an implementation of PSR-6 or PSR-16 is correct. Package: php-enchant Description-md5: 47825db644cc3c6a155b8d0a71e933cf Description-en: Enchant module for PHP [default] This package provides a Enchant module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-fpm Description-md5: be4ca5d15c537bf8aeb4901089e2a272 Description-en: server-side, HTML-embedded scripting language (FPM-CGI binary) (default) This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.3). Package: php-guestfs Description-md5: 27d330490f3db93326f4e4b662bfef56 Description-en: guest disk image management system - PHP bindings The libguestfs library allows accessing and modifying guest disk images. . This package contains the PHP bindings. Package: php-imap Description-md5: 759c74d32c0013e60fe9566d12ae6294 Description-en: IMAP module for PHP [default] This package provides a IMAP module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-interbase Description-md5: 051a3fdfaa649d7f7790dbe6315ec53c Description-en: Interbase module for PHP [default] This package provides a Interbase module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-intl Description-md5: f3dd170700bf7e5e8eaaefc80ce79629 Description-en: Internationalisation module for PHP [default] This package provides a Internationalisation module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-json Description-md5: bfa108bc70878257b9a87ee669da633d Description-en: JSON module for PHP [default] This package provides a JSON module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-league-commonmark Description-md5: 28fd49aae57ff256177a9518dd80f68e Description-en: Markdown parser based on the CommonMark JS reference implementation Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM). Package: php-mapscript-ng Description-md5: 210de78e969a2da6b41ff81117e76f50 Description-en: PHP MapServer module (SWIG) PHP MapScript provides MapServer functions for PHP scripts. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. . This package provides MapScript for PHP based on SWIG. Package: php-mbstring Description-md5: 38ac9015c0f48f7288eae5a8a3e7d270 Description-en: MBSTRING module for PHP [default] This package provides a MBSTRING module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-netscape-bookmark-parser Description-md5: b414f9171a3f90ff420ad6968d247dd9 Description-en: generic Netscape bookmark parser This library provides a generic NetscapeBookmarkParser class that is capable of parsing Netscape bookmarks as exported by common Web browsers and bookmarking services. Package: php-parser Description-md5: 2a2ec05f3a827de92af5fe2fc8deffd3 Description-en: convert PHP code into abstract syntax tree PHP Parser’s purpose is to simplify static code analysis and manipulation. It turns some PHP code into an abstract syntax tree, and vice versa. Package: php-phpdbg Description-md5: d83833b4d72743ead1620dc41fadd492 Description-en: server-side, HTML-embedded scripting language (PHPDBG binary) (default) This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.3). Package: php-phpstan-phpdoc-parser Description-md5: 566590370be7f5f8f53f30f8a85c0c21 Description-en: PHPDoc parser with support for nullable, intersection and generic types PHPDoc parser for PHPStan. . PHPStan is a PHP Static Analysis Tool. Package: php-readline Description-md5: 000ea2e6ade2297bdd53a43df4b6c5a7 Description-en: readline module for PHP [default] This package provides a readline module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-remctl Description-md5: 0d26ebd992e19e052a60ca5cc8144a18 Description-en: PECL module for Kerberos-authenticated command execution The PECL remctl module for PHP, which provides native PHP bindings for the libremctl client library. . remctl is a client/server protocol for executing specific commands on a remote system with Kerberos authentication. The allowable commands must be listed in a server configuration file, and the executable run on the server may be mapped to any command name. Each command is also associated with an ACL containing a list of Kerberos principals authorized to run that command. Package: php-soap Description-md5: e3214dea74312b43b5b082b585046004 Description-en: SOAP module for PHP [default] This package provides a SOAP module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-sybase Description-md5: a4fad067dcc1128b1a1e3111886ed4b8 Description-en: Sybase module for PHP [default] This package provides a Sybase module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). Package: php-zeroc-ice Description-md5: 1db71b9b612d41111007e21a0a42e596 Description-en: PHP extension for Ice This package contains a PHP extension for communicating with Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: php-zip Description-md5: 5a4dd5714525e3d94d357903bc42025f Description-en: Zip module for PHP [default] This package provides a Zip module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.3). 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: picard Description-md5: 60376330ff6f72c884fe95e026c80dbe Description-en: Next-Generation MusicBrainz audio files tagger Picard is the next generation MusicBrainz tagging application. . This new tagging concept is album oriented, as opposed to track oriented like the others taggers are. Package: pipewire-audio-client-libraries Description-md5: 0732b1c01b478a2ed0c129a9fe3a209f Description-en: transitional package for pipewire-alsa and pipewire-jack PipeWire is a server and user space API to deal with multimedia pipelines. . This is a transitional package for pipewire-alsa and pipewire-jack. It can safely be removed. Package: pipewire-jack Description-md5: d20f8d44475d0510d1cd68aa0e073386 Description-en: PipeWire JACK plugin PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the JACK plugin. Package: pipewire-libcamera Description-md5: 0aa4b5bae7b9f41e7390bea4f78d206f Description-en: transitional package for libspa-0.2-libcamera PipeWire is a server and user space API to deal with multimedia pipelines. . This is a transitional package for libspa-0.2-libcamera. It can safely be removed. Package: pipewire-tests Description-md5: 2685fc15e0b5fbe440adb0764188212a Description-en: PipeWire multimedia server - tests and examples PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains automated and manual tests and example programs. Package: pipewire-v4l2 Description-md5: 553fa371982be44ae1b7a1a127d5b643 Description-en: PipeWire V4L2 plugin PipeWire is a server and user space API to deal with multimedia pipelines. This includes: . - Making available sources of audio and video (such as from a capture devices or application provided streams) and multiplexing this with clients. - Accessing sources of audio and video for consumption. - Generating graphs for audio and video processing. . This package contains the V4L2 plugin. Package: pitivi Description-md5: 23faa5d2e5b4845d687103b38e1a43fd Description-en: non-linear audio/video editor using GStreamer GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . PiTiVi allows users to easily edit audio/video projects based on the GStreamer framework. PiTIVi provides several ways of creating and modifying a timeline. Ranging from a simple synopsis view (a-la iMovie) to the full-blown editing view (aka Complex View) which puts you in complete control of your editing. Package: pkg-js-autopkgtest Description-md5: 7dffb2f838548bd9c56f551cef48ece0 Description-en: collection of autopkgtest scripts for Node.js packages This package contains test runners to be used with the autopkgtest infrastructure for Node.js packages. . Simply set "Testsuite: autopkgtest-pkg-nodejs" in debian/control to use it. . See /usr/share/doc/pkg-js-autopkgtest/README.md for information on the tests and how to tweak them. Package: pkg-js-tools Description-md5: b0c9e714d8b12029ec6ba330869a08e7 Description-en: collection of tools to aid packaging Node.js modules in Debian The Debian JavaScript Maintainers work on packaging JavaScript libraries for Debian. This collection contains tools which help the tam with day-to-day work. . It provides some utilities: * add-node-component: manage uscan components * debcheck-node-repo: compares vcs repo registered in npm registry with the source repo declared in debian/watch * dh-make-node: build debian/ directory in a source repository of a Node.js module * github-debian-upstream: creates debian/upstream/metadata for GitHub source * nodepath: show the path and/or the package of a Node.js module * mjs2cjs: generate a commonjs file from a .mjs source (rollup) * pkgjs-audit: a "npm audit" that uses Debian dependencies (npm) * pkgjs-depends: find needed dependencies for a Node.js module (npm, node-semver) * pkgjs-ln: link a Debian dependency into node_modules/ * pkgjs-ls: a "npm ls" that search also in Debian directories (npm, node-semver) * pkgjs-utils: various little utilities . and also: * a salsa(1) configuration file for Debian JavaScript Maintainers * "pkg-js-extra" profile for lintian Package: plasma-desktop Description-md5: 75fe427efb7974561485d1b970aaa5b3 Description-en: Tools and widgets for the desktop Plasma Desktop offers a beautiful looking desktop that takes complete advantage of modern computing technology. Through the use of visual effects and scalable graphics, the desktop experience is not only smooth but also pleasant to the eye. The looks of Plasma Desktop not only provide beauty, they are also used to support and improve your computer activities effectively, without being distracting. . This package is part of the KDE Plasma. Package: plasma-desktop-data Description-md5: cad6c75732e5a71a9a37cfb4f253e9f5 Description-en: Tools and widgets for the desktop data files Plasma Desktop offers a beautiful looking desktop that takes complete advantage of modern computing technology. Through the use of visual effects and scalable graphics, the desktop experience is not only smooth but also pleasant to the eye. The looks of Plasma Desktop not only provide beauty, they are also used to support and improve your computer activities effectively, without being distracting. . This package is part of the KDE Plasma. . This package contains the data files Package: plasma-desktop-dev Description-md5: 75fe427efb7974561485d1b970aaa5b3 Description-en: Tools and widgets for the desktop Plasma Desktop offers a beautiful looking desktop that takes complete advantage of modern computing technology. Through the use of visual effects and scalable graphics, the desktop experience is not only smooth but also pleasant to the eye. The looks of Plasma Desktop not only provide beauty, they are also used to support and improve your computer activities effectively, without being distracting. . This package is part of the KDE Plasma. Package: plasma-framework Description-md5: 61b16c772c8c28d3a2ba98cff548c7bd Description-en: Plasma Runtime components Plasma library and runtime components based upon KF5 and Qt 5. Package: plasma-integration Description-md5: af80a22557f65cb87e468cfb3360bd18 Description-en: Qt Platform Theme integration plugins for KDE Plasma A plugin to provide Qt Platform Theme integration for the Plasma workspace. Package: plasma-mobile-core Description-md5: f3f92f549deaa0f9ab5d06d20bcab9aa Description-en: Plasma mobile Environment -- essential components These are the core components of the Plasma shell for mobile devices. . This metapackage depends on a basic set of programs. Package: plasma-mobile-full Description-md5: 200cd8007028b3ef3d602376038f4b72 Description-en: Plasma mobile Environment, with extra components This is the Plasma shell for mobile devices. . This metapackage depends on a bigger set of programs than plasma-mobile-core giving a more nearly complete environment. Package: plasma-mobile-phone Description-md5: bd9bd8050f7cb1a283cc0329b7d88c0c Description-en: Plasma mobile Environment -- phone components These are the phone-related components of the Plasma shell for mobile devices. . This metapackage depends on a set of programs that are needed for phone calls and sms handling. Package: plasma-mobile-pim Description-md5: 38f2c384418648bd789945b5473ecd37 Description-en: Plasma mobile Environment -- PIM components These are components of the Plasma ecosystem related to management of personal information. Package: plasma-mobile-tablet Description-md5: da53208aac440d5ab421c5479c165ec5 Description-en: Plasma mobile Environment -- tablet components These are the tablet related components of the Plasma shell for mobile devices. . This metapackage depends on a set of programs that are useful on tablets. Package: plasma-wallpaper-dynamic Description-md5: b8d904409e94dbd8fc0c56e8194dde81 Description-en: Dynamic Wallpaper Engine for Plasma This package is a wallpaper plugin for KDE Plasma that continuously updates the desktop background based on the current time in your location. . For instructions on creating dynamic wallpaper, visit https://github.com/zzag/plasma5-wallpapers-dynamic Package: plasma-workspace Description-md5: c9eeac7a3197ce102b9f182a0d0ac537 Description-en: Plasma Workspace for KF5 Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Package: plasma-workspace-data Description-md5: c4cf4a5759b6bdfffe70dba0f85bb1cd Description-en: Plasma Workspace for KF5 - data files Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. . This contains the data files for the Plasma workspace. Package: plasma-workspace-dev Description-md5: 734199d7564073487b8e8744bc62b71a Description-en: Plasma Workspace for KF5 devel files Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. . This package contains the development files. Package: plasma-workspace-wayland Description-md5: e6185a098bd97f536a993b1b264f0249 Description-en: Plasma Workspace for KF5 - Wayland integration Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. . This package contains the Wayland session. Package: plfit Description-md5: 0e151aece027b47bd85af47c5ef09fa2 Description-en: fitting power-law distributions to empirical data -- interfaces The plfit software fits power-law distributions to empirical (discrete or continuous) data, according to the method of Clauset, Shalizi and Newman [SIAM Review 51, 661-703 (2009)]. . This package provides two command line utilities, plfit and plgen. Package: plfit-doc Description-md5: 0b4c7e29b5902a37f1b29938923892e4 Description-en: fitting power-law distributions to empirical data -- doc The plfit software fits power-law distributions to empirical (discrete or continuous) data, according to the method of Clauset, Shalizi and Newman [SIAM Review 51, 661-703 (2009)]. . This package provides examples and data samples. Package: plplot-doc Description-md5: 4a6b489e8519d3fe689a5aeb6bfefc16 Description-en: Documentation for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the HTML, PDF, PostScript and info forms of the PLplot documentation. It also contains the man pages for the API functions. Package: plplot-driver-cairo Description-md5: a253bfbeffa7f0b503680e35c4081abf Description-en: Scientific plotting library (Cairo driver) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the Cairo driver module for PLplot. It is based on the Cairo 2D graphics library with supporting multiple output devices (X-Window, PDF, PostScript, and PNG). Package: plplot-driver-qt Description-md5: fbd27eb04c005c8e3c230d8c0f50580e Description-en: Scientific plotting library (Qt driver) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the Qt driver module for PLplot. Package: plplot-driver-wxwidgets Description-md5: a1f1da908a753fc88786e285987f0059 Description-en: Scientific plotting library (wxWidgets driver) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the wxWidgets driver module for PLplot. Package: plplot-driver-xwin Description-md5: 9e16610ed4059fc60f1c2acf2c141f8d Description-en: Scientific plotting library (X11 driver) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides the X11 driver module for PLplot. Package: plplot-examples Description-md5: 48ffdce183d0e3e2571da9bf3e8a6c4f Description-en: Examples for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the examples in C, C++, and for the supported language bindings for the PLplot library. Package: plplot-tcl Description-md5: f48cc16d95409ce8988c70453b1f3aa6 Description-en: Tcl/Tk support for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the Tcl/Tk support for PLplot: shared libraries, Tcl modules and the Tk driver. Package: plplot-tcl-bin Description-md5: 645baa7b92cec3bb3bd10363427b0060 Description-en: Tcl/Tk tools for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the pltcl and plserver programs for interactive use of the Tcl/Tk support for PLplot. Package: plplot-tcl-dev Description-md5: af6ec3fcc4b6ff2bd34cd40254aa5889 Description-en: Tcl/Tk development support for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the necessary files to do development in Tcl/Tk with PLplot: header files, shared libraries links, and examples. Package: polari Description-md5: 774aaf3b303c8ca5997af0d11a942af5 Description-en: Internet Relay Chat (IRC) client Polari is an Internet Relay Chat (IRC) client designed for GNOME. . Polari is a GNOME Circle app. Package: postgresql-16-partman Description-md5: a32974adcc83c288fa52995a76bfaf56 Description-en: PostgreSQL Partition Manager pg_partman is a PostgreSQL extension to create and manage both time-based and serial-based table partition sets. Sub-partitioning is also supported. Child table & trigger function creation is all managed by the extension itself. Tables with existing data can also have their data partitioned in easily managed smaller batches. Optional retention policy can automatically drop partitions no longer needed. A background worker (BGW) process is included to automatically run partition maintenance without the need of an external scheduler (cron, etc) in most cases. Package: postgresql-16-rdkit Description-md5: 2ddeeb620f18198f3074591c17143805 Description-en: Cheminformatics and machine-learning software (PostgreSQL Cartridge) RDKit is a Python/C++ based cheminformatics and machine-learning software environment. Features Include: . * Chemical reaction handling and transforms * Substructure searching with SMARTS * Canonical SMILES * Molecule-molecule alignment * Large number of molecular descriptors, including topological, compositional, EState, SlogP/SMR, VSA and Feature-map vectors * Fragmentation using RECAP rules * 2D coordinate generation and depiction, including constrained depiction * 3D coordinate generation using geometry embedding * UFF and MMFF94 forcefields * Chirality support, including calculation of (R/S) stereochemistry codes * 2D pharmacophore searching * Fingerprinting, including Daylight-like, atom pairs, topological torsions, Morgan algorithm and MACCS keys * Calculation of shape similarity * Multi-molecule maximum common substructure * Machine-learning via clustering and information theory algorithms * Gasteiger-Marsili partial charge calculation . File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit binary format. . This package contains the PostgreSQL extension. Package: postgresql-server-dev-16 Description-md5: b9e02b587bceefc788c1c12d54570ddd Description-en: development files for PostgreSQL 16 server-side programming Header files for compiling SSI code to link into PostgreSQL's backend; for example, for C functions to be called from SQL. . This package also contains the Makefiles necessary for building add-on modules of PostgreSQL, which would otherwise have to be built in the PostgreSQL source-code tree. . PostgreSQL is an object-relational SQL database management system. Package: praat Description-md5: 23727ffe44584d3f5e0e6d37fcc6273c Description-en: program for speech analysis and synthesis According to its authors, praat is "doing phonetics by computer". Through its graphical interface, several speech analysis functionalities are available: spectrograms, cochleograms, and pitch and formant extraction. Articulatory synthesis, as well as synthesis from pitch, formant, and intensity are also available. Other features are segmentation, labelling using the phonetic alphabet, and computation of statistics. Praat is configurable and extensible through its own scripting language and has provisions for communicating with other programs. Package: prelude-utils Description-md5: f5b40465ae9195e0d4f0e0f4362bb3ce Description-en: Security Information and Events Management system [ Utils ] The Prelude Library is a collection of generic functions providing communication between the Prelude SIEM suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. . This package contains the Prelude shared library utils. Package: privoxy Description-md5: 6ec5aaf09f151e319fd41d430dbd5eca Description-en: Privacy enhancing HTTP Proxy Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. . Privoxy is based on Internet Junkbuster (tm). Package: prometheus Description-md5: ed8e3840401470b3bc3fb55243535f98 Description-en: monitoring system and time series database Prometheus is a systems and services monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. . Prometheus' main distinguishing features as compared to other monitoring systems are: . * A multi-dimensional data model (timeseries defined by metric name and set of key/value dimensions). * A flexible query language to leverage this dimensionality. * No dependency on distributed storage; single server nodes are autonomous. * Timeseries collection happens via a pull model over HTTP. * Pushing timeseries is supported via an intermediary gateway. * Targets are discovered via service discovery or static configuration. * Multiple modes of graphing and dashboarding support. * Federation support coming soon. Package: prometheus-alertmanager Description-md5: 3f68f63f49ce79ab49e1e311540ab47e Description-en: handle and deliver alerts created by Prometheus The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts. Package: promod3 Description-md5: b6f5ba4fb839d49af269bce70bc1c889 Description-en: protein homology modelling engine ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. Package: promod3-data Description-md5: eeb2d9a2ff657f354d7f6ea6e983203b Description-en: protein homology modelling engine - data files ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains ProMod3 data files. Package: protobuf-compiler-grpc Description-md5: 8d28232f23390c3159e16acd56f28f68 Description-en: high performance general RPC framework - protobuf plugin A modern, open source remote procedure call (RPC) framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems. . This package provides the plugins needed for compiling gRPC service definitions with the protobuf compiler. Package: proxytunnel Description-md5: cf1f10c89be88bc0ddf81c422ee1e189 Description-en: Help SSH and other protocols through HTTP(S) proxies Proxytunnel creates tunnels through HTTP(S) proxies for any TCP based protocol. It comes in handy when one sits behind a firewall that allows for HTTP(S) traffic only. . The program connects stdin and stdout to an origin server somewhere in the Internet through an industry standard HTTP or HTTPS proxy. It was originally written as an extension to SSH, to be used to SSH to a box at home. . It's possible to use proxytunnel along with other applications as well, by running it from inetd or as daemon listening on a local port to be forwarded through the tunnel. 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: psautohint Description-md5: ce27782be5feda22d99a47ef63151eeb Description-en: Font autohinter from AFDKO psautohint is the font autohinter from Adobe Font Development Kit for OpenType (AFDKO). . This package provides the executable program. Package: psi4 Description-md5: fa96064b14f9666d4e37e2ba0d1d3632 Description-en: Quantum Chemical Program Suite PSI4 is an ab-initio quantum chemistry program. It is especially designed to accurately compute properties of small to medium molecules using highly correlated techniques. PSI4 is the parallelized successor of PSI3 and includes many state-of-the-art theoretical methods. . It can compute energies, gradients and hessians for the following methods: * Restricted Hartree-Fock (RHF) . It can compute energies and gradients for the following methods: * Restricted, unrestricted and general restricted open shell Hartree-Fock (RHF/ROHF) * Restricted, unrestricted and general restricted open shell Densitry-Functional Theory, including density-fitting (DF-DFT) * Density Cumulant Functional Theory (DCFT) * Density-fitted Moeller-Plesset perturbation theory (DF-MP2) * Density-fitted Orbital-Optimized MP2 theory (DF-OMP2) * (Orbital-Optimized) MP3 theory (OMP3/MP3) * Coupled-cluster singles doubles (CCSD) * Density-fitted coupled-cluster singles doubles (DF-CCSD) and with perturbative triples (DF-CCSD(T)) * Second-order approximate coupled-cluster singles doubles (CC2) * Equation-of-motion coupled-cluster singles doubles (EOM-CCSD) . Additionally, it can compute energies for the following methods: * Spin-component scaled MP2 theory (SCS-MP2) * Fourth order Moeller-Plesset perturbation theory (MP4) * Density-fitted symmetry-adapted perturbation theory (DF-SAPT) * Density-fitted complete active space SCF (DF-CASSCF) * Configuration-interaction singles doubles (CISD) * Full configuration-interaction (FCI) * Closed-shell Density-fitted coupled-cluster singles doubles (DF-CCSD) * Closed-shell Density-fitted Coupled-cluster singles doubles with perturbative triples (DF-CCSD(T)) * Second/third-order approximate coupled-cluster singles doubles (CC2/CC3) * Mukherjee Multireference coupled-cluster singles doubles theory (mk-MRCCSD) * Mukherjee Multireference coupled-cluster singles doubles with perturbative triples theory (mk-MRCCSD(T)) * Second order algebraic-diagrammatic construction theory (ADC(2)) * Quadratic configuration interaction singles doubles (QCISD) * Quadratic configuration interaction singles doubles with perturbative triples (QCISD(T)) * Density Matrix Renormalization Group SCF (DMRG-SCF), CASPT2 (DMRG-CASPT2) and CI (DMRG-CI) . Further features include: * Flexible, modular and customizable input format via Python * Excited state calculations with the EOM-CC2/CC3, EOM-CCSD, ADC(2), MRCI and mk-MRCC methods * Utilization of molecular point-group symmetry to increase efficiency * Internal coordinate geometry optimizer * Harmonic frequencies calculations (via finite differences) * Potential surface scans * Counterpoise correction * One-electron properties like dipole/quadrupole moments, transition dipole moments, natural orbitals occupations or electrostatic potential * Composite methods like complete basis set extrapolation or G2/G3 * Scalar-relativistic corrections via two-component approach (X2C) Package: psi4-data Description-md5: f2f990a302975f2a7b202e81f3ff866c Description-en: Quantum Chemical Program Suite (data files) PSI4 is an ab-initio quantum chemistry program. It is especially designed to accurately compute properties of small to medium molecules using highly correlated techniques. PSI4 is the parallelized successor of PSI3 and includes many state-of-the-art theoretical methods. . This package contains data files and the HTML documentation. Package: pterm Description-md5: 0fdfa7cada5930e860db2a7f8a244dac Description-en: PuTTY terminal emulator This is an X terminal emulator based on the popular Windows SSH client, PuTTY. It supports xterm escape sequences, plus some Linux console sequences for colour palette configuration and some DECterm sequences for title bar control, and with an appropriate font it supports the UTF-8 encoding of Unicode. It also has some nifty features like rectangular selection and NetHack keypad mode. Package: puppet Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: puppet-agent Description-md5: 9c11faacf3d08afaeacee81d1e4a7435 Description-en: configuration management system, agent Puppet is a configuration management system that allows you to define the state of your IT infrastructure, then automatically enforces the correct state. . This package contains the main Puppet libraries and the agent application. Package: puppet-lint Description-md5: 85b28c37ea18f31e6ea1e2fa6070d9b3 Description-en: check puppet manifests for style guide conformity Checks your Puppet manifests against the Puppet Labs style guide and alerts you to any discrepancies. . This program checks spacing, indentation, whitespace, quoting, conditionals and classes. Package: puppet-module-puppetlabs-apache Description-md5: d15a341c464bf412ec814a85026fce80 Description-en: Puppet module for Apache Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . This module includes the ability to configure and manage a range of different virtual host setups, as well as a streamlined way to install and configure Apache modules. Package: puppet-module-puppetlabs-apt Description-md5: ebcb57394212327967648cd00c1f5f85 Description-en: Puppet module for apt Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . The APT module provides a simple interface for managing APT source, key, and definitions with Puppet. Package: puppet-module-puppetlabs-stdlib Description-md5: c34aa27b56f8d16f60a624d26ba3d653 Description-en: Puppet module standard library Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . This module provides a standard library of resources for developing Puppet modules. This modules will include the following additions to Puppet: . * Stages * Facts * Functions * Defined resource types * Types * Providers Package: putty Description-md5: 66d775d58e68e927fea5c45675a7cf4a Description-en: Telnet/SSH client for X This is the Unix port of the popular Windows SSH client, PuTTY. It supports flexible terminal setup, mid-session reconfiguration using Ctrl-rightclick, multiple X11 authentication protocols, and various other interesting things not provided by ssh in an xterm. . Pageant is an SSH authentication agent, and a tool for communicating with an already-running agent. Package: putty-doc Description-md5: ed28516dea967b46064d63c144b74e5c Description-en: PuTTY HTML documentation Full HTML documentation for the PuTTY suite of programs (PuTTY, pterm, Plink, PSCP, PSFTP, and PuTTYgen). Package: putty-tools Description-md5: 10b9b5657aedab36de2e128c38b5a76e Description-en: command-line tools for SSH, SCP, and SFTP This package provides several command-line tools from the PuTTY suite that allow various kinds of secure interaction with remote systems. . Plink (PuTTY Link) connects to a remote system via SSH, Telnet, or rlogin, and either starts an interactive session or runs a batch process. It supports the usual SSH features like port forwarding, X11 forwarding, SOCKS, and compression. . PSCP (PuTTY Secure Copy) transfers files securely between systems using an SSH connection. It works with both SSH protocol 1 and protocol 2. . PSFTP (PuTTY SFTP client) transfers files securely between systems using the SSH file transfer protocol, which is specific to SSH protocol 2. In interactive mode its interface is much like the traditional Unix FTP client, although it can also operate in batch mode. . PuTTYgen generates SSH public and private key pairs in any of a number of formats, including those usable by PuTTY, OpenSSH, and ssh.com. . psusan (pseudo-SSH for untappable, separately authenticated networks) is a server program that behaves like the innermost "connection" layer of an SSH session, without the two outer security layers of encryption and authentication. It can be used to add SSH-like amenities to channels where you were already prepared to run a bare shell session. Package: pyfai Description-md5: 99681480cbe1e9374e4e00c9c53fdf90 Description-en: Fast Azimuthal Integration scripts PyFAI is a Python library for azimuthal integration; it allows the conversion of diffraction images taken with 2D detectors like CCD cameras into X-Ray powder patterns that can be used by other software like Rietveld refinement tools (i.e. FullProf), phase analysis or texture analysis. . As PyFAI is a library, its main goal is to be integrated in other tools like PyMca, LiMa or EDNA. To perform online data analysis, the precise description of the experimental setup has to be known. This is the reason why PyFAI includes geometry optimization code working on "powder rings" of reference samples. Alternatively, PyFAI can also import geometries fitted with other tools like Fit2D. . PyFAI has been designed to work with any kind of detector with any geometry (transmission, reflection, off-axis, ...). It uses the Python library FabIO to read most images taken by diffractometer. Package: pyotherside-doc Description-md5: d83dd7b261d37193d4db8130b8ae089a Description-en: asynchronous Python 3 Bindings for Qt (documentation) A Qt QML Plugin that provides access to a Python 3 interpreter from QML. . PyOtherSide is a Qt QML Plugin that provides access to a Python 3 interpreter from QML. It was designed with mobile devices in mind, where high-framerate touch interfaces are common, and where the user usually interfaces only with one application at a time via a touchscreen. As such, it is important to never block the UI thread, so that the user can always continue to use the interface, even when the backend is processing, downloading or calculating something in the background. . At its core, PyOtherSide is basically a simple layer that converts Qt (QML) objects to Python objects and vice versa, with focus on asynchronous events and continuation-passing style function calls. . This package provides the HTML documentation as well as the set of examples. Package: pyotherside-tests Description-md5: e615793764cb9a345c1a9c6f74b1dbd4 Description-en: Asynchronous Python 3 Bindings for Qt (QT5 tests) A Qt QML Plugin that provides access to a Python 3 interpreter from QML. . PyOtherSide is a Qt QML Plugin that provides access to a Python 3 interpreter from QML. It was designed with mobile devices in mind, where high-framerate touch interfaces are common, and where the user usually interfaces only with one application at a time via a touchscreen. As such, it is important to never block the UI thread, so that the user can always continue to use the interface, even when the backend is processing, downloading or calculating something in the background. . At its core, PyOtherSide is basically a simple layer that converts Qt (QML) objects to Python objects and vice versa, with focus on asynchronous events and continuation-passing style function calls. . This package contains the test suite that can be started post-installation. Package: pyqt5-dev Description-md5: f8cbcee0368d34a312a8917b96b1992d Description-en: Development files for PyQt5 This package contains the source SIP files from which the Python bindings for Qt5 are created. They are needed for building PyQt5 as well as creating bindings for own Qt5 widgets written in C++. Package: pyqt5-dev-tools Description-md5: a70dc737e95b7098a659b79deaa30330 Description-en: Development tools for PyQt5 This package contains various support tools for PyQt5 developers: * a user interface compiler (pyuic5) * a resource file generator (pyrcc5) * a translation string finder (pylupdate5) Package: pyqt5-examples Description-md5: d62c291d8eb4fd9f644fa9a6b27c31ca Description-en: Examples and demos for PyQt5 PyQt5 exposes the Qt5 GUI toolkit in Python. . This package the Qt example programs and demos ported to Python. Package: pyscanfcs Description-md5: a77c372599720e7642e3f34c61aec6d5 Description-en: scientific tool for perpendicular line scanning FCS When a membrane is scanned perpendicularly to its surface, the fluorescence signal originating from the membrane itself must be separated from the signal of the surrounding medium for an FCS analysis. PyScanFCS interactively extracts the fluctuating fluorescence signal from such measurements and applies a multiple-tau algorithm. The obtained correlation curves can be evaluated using PyCorrFit. . Package provides the Python module pyscanfcs and its graphical user interface. The graphical user interface is written in wxPython. Package: pyside2-tools Description-md5: 5f5f4a325f837305e90e4ff34ca2265a Description-en: development tools for PySide2 (lupdate) Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . PySide2 ships Python bindings for the Qt5 framework. This package ships the following accompanying tools: * pyside2-lupdate - update Qt Linguist translation files for PySide Package: python-apt-dev Description-md5: 57c4bd1cc13f9b16f01048f636ef0d16 Description-en: Python interface to libapt-pkg (development files) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the header files needed to use python-apt objects from C++ applications. Package: python-betamax-doc Description-md5: 53ffbe62b02e2dbbf998b30c163434cb Description-en: VCR imitation designed only for python-requests - Documentation Betamax records HTTP interactions and replay them allowing fast, deterministic and accurate tests and it's designed to be used with python-requests. If you are not using python-requests, you should checkout vcr.py. . Betamax comes with integrations for py.test and unittest and supports third party packages that provide extra request matchers and cassette serializers. . This package contains documentation and examples. Package: python-black-doc Description-md5: fc5de7ec4296e7d40237b3b534c9be11 Description-en: uncompromising Python code formatter (common documentation) Black is the uncompromising Python code formatter. This package contains the documentation for applying black to your code. . Blackened code looks the same regardless of the project you're reading. Formatting becomes transparent after a while and you can focus on the content instead. Package: python-brian-doc Description-md5: b2060b2f00ee78d5f2e8f55f92acc6ed Description-en: simulator for spiking neural networks - documentation Brian is a clock-driven simulator for spiking neural networks. It is designed with an emphasis on flexibility and extensibility, for rapid development and refinement of neural models. Neuron models are specified by sets of user-specified differential equations, threshold conditions and reset conditions (given as strings). The focus is primarily on networks of single compartment neuron models (e.g. leaky integrate-and-fire or Hodgkin-Huxley type neurons). . This package provides user's manual (in HTML format), examples and demos. Package: python-cogent-doc Description-md5: c500b1c82c580b2eec9f3cdab53c4831 Description-en: docs for python3-cogent3 PyCogent is a software library for genomic biology. . It is distinguished by many unique built-in capabilities (such as true codon alignment) and the frequent addition of entirely new methods for the analysis of genomic data. . This package contains documentation and examples. 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-celery-results-doc Description-md5: fd2803ccf77ef40b298b1075e6766b27 Description-en: Celery result backends for Django (Documentation) This extension enables you to store Celery task results using the Django ORM. . It defines a single model (django_celery_results.models.TaskResult) used to store task results, and you can query this database table like any other Django model. . This package contains the documentation. Package: python-django-crispy-forms-doc Description-md5: f7f3fb11e3bf8a309ff7a14f2edfa9d2 Description-en: app for Django providing elegant form rendering (Documentation) django-crispy-forms provides you with a |crispy filter and {% crispy %} tag that will let you control the rendering behavior of your Django forms in a very elegant and DRY way. Have full control without writing custom form templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. . Django-crispy-forms supports several frontend frameworks, such as Twitter Bootstrap (versions 2, 3 and 4), Uni-form and Foundation. You can also easily adapt your custom company's one, creating your own, see the docs for more information. You can easily switch among them using CRISPY_TEMPLATE_PACK setting variable. . This package contains the documentation. Package: python-drgn-doc Description-md5: 2053c7c5241748e85cfacc1630dec585 Description-en: Programmable debugger - documentation drgn (pronounced "dragon") is a debugger with an emphasis on programmability. . This package provides the documentation for drgn. Package: python-escript-doc Description-md5: 7645a03858c4d43340e93081911830c8 Description-en: Documentation for Escript/Finley Escript is a programming tool for implementing mathematical models in Python using the finite element method (FEM). Because users do not access the data structures it is very easy to use and scripts can run on desktop computers as well as highly parallel supercomputer without changes. Application areas for escript include earth mantle convection, geophysical inversion, earthquakes, porous media flow, reactive transport, plate subduction, erosion, and tsunamis. . Scripts can be executed in parallel (on varying numbers of threads or nodes) without any special modifications. . Escript now includes the esys.downunder module for 3D inversion of geophysical data sets. The current version supports gravity, magnetic and joint inversion. . This package contains the documentation for escript, including example scripts the user guide, the cookbook (an introduction from a geoscientists point of view) and a guide to the esys.downunder inversion toolkit. Package: python-flask-babel-doc Description-md5: d9cc4438593ba6eb884d0cb9d8c360cd Description-en: internationalization and localization support for Flask (documentation) Flask-Babel is an extension to Flask that adds internationalization and localization support. It has a friendly interface to gettext translations and supports date formatting with timezones. . This package contains the documentation. Package: python-flask-doc Description-md5: ffb117c9bc710c2c0dc04e3abcabeb7b Description-en: micro web framework based on Werkzeug and Jinja2 - documentation Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions. A minimal Flask application looks like that: . from flask import Flask app = Flask(__name__) . @app.route("/") def hello(): return "Hello World!" . if __name__ == '__main__': app.run() . This package contains the documentation for Flask. Package: python-flask-restful-doc Description-md5: dbc5f23371a47a0ddb59a3cd8d27f2f7 Description-en: REST API framework for Flask applications (Documentation) Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTful should be easy to pick up. . This package provides the documentation. Package: python-flask-security-doc Description-md5: 8649c1f8b9aba21be34fe9c6f5df73cd Description-en: Simple security for Flask apps (Documentation) Flask-Security allows you to quickly add common security mechanisms to your Flask application. They include: . * Session based authentication * Role management * Password encryption * Basic HTTP authentication * Token based authentication * Token based account activation (optional) * Token based password recovery / resetting (optional) * User registration (optional) * Login tracking (optional) * JSON/Ajax Support . This package contains the documentation. Package: python-fluids-doc Description-md5: d12d4f5e2b599da3078b59feadcc18cb Description-en: Python fluid dynamics and engineering design library documentation Fluids is open-source software for engineers and technicians working in the fields of chemical, mechanical, or civil engineering. It includes modules for piping, fittings, pumps, tanks, compressible flow, open-channel flow, and more. . The fluids library depends on the SciPy library to provide numerical constants, interpolation, integration, and numerical solving functionality. . This package contains the documentation for fluids. 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-gphoto2-doc Description-md5: 5a1f7ca3aeefc894ee33e8c134c9757c Description-en: Python interface to libgphoto2 (common documentation) Python-gphoto2 is a comprehensive Python interface (or binding) to libgphoto2. It is built using SWIG to automatically generate the interface code. This gives direct access to nearly all the libgphoto2 functions, but sometimes in a rather un-Pythonic manner. . This is the common documentation package. Package: python-greenlet-dev Description-md5: 732237700918b05962305d8ea440ee79 Description-en: Lightweight in-process concurrent programming - development files The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". . greenlet is the standalone package derived from the py lib, and is used by several non-blocking IO packages as a more flexible alternative to Python's built in coroutines. . This is the development package for greenlet. Package: python-grib-doc Description-md5: 427d303403088d5fe588a1e8ec21b4b3 Description-en: Documentation and examples for Python GRIB Python module for reading and writing GRIB (editions 1 and 2) files. GRIB is the World Meterological Organization standard for distributing gridded data. The module is a Python interface to the GRIB API C library from the European Centre for Medium-Range Weather Forecasts (ECMWF). 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-ipywidgets-doc Description-md5: 04eff6c28579d2b4cb8412d11836b71b Description-en: Interactive widgets for the Jupyter notebook (documentation) Notebooks come alive when interactive widgets are used. Learning becomes an immersive and fun experience. Researchers can easily see how changing inputs to a model impact the results. . This package installs documentation. Package: python-jupyter-client-doc Description-md5: 5058f6e40ef297e35759f74a7c03ec41 Description-en: Jupyter protocol client APIs (documentation) This software component contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs to work with kernels, the "jupyter kernelspec" entry point to install kernelspecs for use with Jupyter frontends and the "jupyter run" command to execute a script on a jupyter kernel. . This package contains documentation. Package: python-libcomps-doc Description-md5: e1318acac1e843ccc25cce5169bdf102 Description-en: Python 2 and 3 bindings for the libcomps library (common documentation) Libcomps is library for structure-like manipulation of content in comps XML files. Supports reading/writing XML files and structure modifications. . This package installs common documentation for the libcomps Python 2 and 3 bindings. Package: python-link-grammar-examples Description-md5: b1d4d3d4ada755a6ccd670945edc105c Description-en: CMU's link grammar parser (Python examples) In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar. . link-grammar can be used for linguistic parsing for information retrieval or extraction from natural language documents. It can also be used as a grammar checker. . This package contains examples for using python-link-grammar or python3-link-grammar. Package: python-notebook-doc Description-md5: 5193dd9d2354e8ca81574eb5f5933104 Description-en: Jupyter interactive notebook (documentation) The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets. . This package contains the documentation. Package: python-pamqp-doc Description-md5: 7ee7c2cb5559e7493628dff229eabfec Description-en: RabbitMQ Focused AMQP low-level library (Documentation) pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python. It is not a end-user client library for talking to RabbitMQ but rather is used by client libraries for marshaling and unmarshaling AMQP frames. . AMQP class/method command class mappings can be found in the pamqp.specification module while actual frame encoding and encoding should be run through the pamqp.frame module. . This package contains the documentation. Package: python-petsc4py-doc Description-md5: 13ea19d3c484e4356d55475bc745d0fb Description-en: Python bindings for PETSc libraries: documentation and examples PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . petsc4py provides Python bindings to almost all functions of PETSc. This package provides documentation and examples for petsc4py. Package: python-pg8000-doc Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: python-pyfai-doc Description-md5: d6572a9c1596d669643696633e2deec6 Description-en: Fast Azimuthal Integration scripts - Documentation PyFAI is a Python library for azimuthal integration; it allows the conversion of diffraction images taken with 2D detectors like CCD cameras into X-Ray powder patterns that can be used by other software like Rietveld refinement tools (i.e. FullProf), phase analysis or texture analysis. . As PyFAI is a library, its main goal is to be integrated in other tools like PyMca, LiMa or EDNA. To perform online data analysis, the precise description of the experimental setup has to be known. This is the reason why PyFAI includes geometry optimization code working on "powder rings" of reference samples. Alternatively, PyFAI can also import geometries fitted with other tools like Fit2D. . PyFAI has been designed to work with any kind of detector with any geometry (transmission, reflection, off-axis, ...). It uses the Python library FabIO to read most images taken by diffractometer. . This is the common documentation package. Package: python-pygame-doc Description-md5: 2cdb22fac114239e5de60516ac41696d Description-en: SDL bindings for games development in Python (documentation) A multimedia development kit for Python. Pygame provides modules for you to access the video display, play sounds, track time, read the mouse and joystick, control the CD player, render true type fonts and more. It does this using mainly the cross-platform SDL library, a lightweight wrapper to OS-specific APIs. . This package contains Pygame's API documentation and examples. Package: python-pyside2-doc Description-md5: aeccbe94637d165f6b5fbe21e7718e42 Description-en: Python bindings for Qt5 (common documentation) pyside2 provides Python bindings for Qt 5.x framework. . 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 common documentation package. 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-quart-doc Description-md5: 607306823762ff9cfd15e7065b3d5c4d Description-en: Python ASGI web microframework with the same API as Flask (Documentation) Quart is a Python ASGI web microframework. It is intended to provide the easiest way to use asyncio functionality in a web context, especially with existing Flask apps. This is possible as the Quart API is a superset of the Flask API. . Quart aims to be a complete web microframework, as it supports HTTP/1.1, HTTP/2 and websockets. Quart is very extendable and has a number of known extensions and works with many of the Flask extensions. . Quart supports the full ASGI 3.0 specification as well as the websocket response and HTTP/2 server push extensions. For those of you familiar with Flask, Quart extends the Flask API by adding support for: . * HTTP/1.1 request streaming * Websockets * HTTP/2 server push . This package contains the documentation and examples. Package: python-qutip-doc Description-md5: 6fcbe1139ca5772e9a7d54b78c54f46d Description-en: python package for simulating open quantum systems (docs) QuTiP is open-source software for simulating the dynamics of open quantum systems. The QuTiP library depends on the excellent Numpy, Scipy, and Cython numerical packages. In addition, graphical output is provided by Matplotlib. QuTiP aims to provide user-friendly and efficient numerical simulations of a wide variety of Hamiltonians, including those with arbitrary time-dependence, commonly found in a wide range of physics applications such as quantum optics, trapped ions, superconducting circuits, and quantum nanomechanical resonators. . This package provides documentation for QuTiP. Package: python-requests-oauthlib-doc Description-md5: 7646ee305c2501ff1d772989544e22a8 Description-en: module providing OAuthlib auth support for requests (Common Documentation) requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in greatly simplified ways through the requests library for Python. It will hide the quirks and hacks in OAuth 1, and will interface with all four of the grant types defined by the OAuth2 RFC. . This package provides the common documentation for the requests-oauthlib Python module. Package: python-scipy-doc Description-md5: 8ac5477d15da02ef1299ae21fc7e60f6 Description-en: scientific library for Python - documentation SciPy supplements the popular NumPy module (python-numpy package), gathering a variety of high level science and engineering modules together as a single package. . SciPy is a set of Open Source scientific and numeric tools for Python. It currently supports special functions, integration, ordinary differential equation (ODE) solvers, gradient optimization, genetic algorithms, parallel programming tools, an expression-to-C++ compiler for fast execution, and others. . This package contains documentation for the SciPy library. Package: python-selenium-doc Description-md5: 9a8ae9ab8cb12fe314c6e36db242fd01 Description-en: Python3 bindings for Selenium (Documentation) Python3 language bindings for Selenium WebDriver. . The `selenium` package is used automate web browser interaction from Python. Several browsers/drivers are supported (Chrome, Chromium, Edge, Firefox, Internet Explorer and Safari), as well as the Remote protocol. . This package installs the documentation for the library. Package: python-sklearn-doc Description-md5: 44aba3387aea657b5b0c185e5077d10c Description-en: documentation and examples for scikit-learn This package contains documentation and example scripts for python-sklearn. Package: python-tango-doc Description-md5: 13956e45a5367529bb9dbeb988fbe63e Description-en: API for the TANGO control system TANGO is an object oriented distributed control system using CORBA, mainly developed by the Controls Section of the ALBA Synchrotron. PyTango provides bindings for its client- and server-side C++ APIs. With PyTango, you can write TANGO device servers and TANGO applications (scripts, CLIs, GUIs) that access TANGO device servers in pure Python. . This package contains the documentation for the python-tango library. Package: python-terminado-doc Description-md5: 0affafd1de671fdf8d9fe6c675ee2e22 Description-en: Terminals served to term.js using Tornado websockets (documentation) This is a tornado websocket backend for the term.js Javascript terminal emulator library. . This package installs the documentation. Package: python-uflash-doc Description-md5: 382e6eb3f9d10e04e67d586ee20fcaf0 Description-en: module and utility for flashing the BBC micro:bit (documentation) uflash is a utility for flashing the BBC micro:bit with Python scripts and the MicroPython runtime. . It provides two services: . * a library of functions to programmatically create a hex file and flash it onto a BBC micro:bit. * a command line utility (uflash) that will flash Python scripts onto a BBC micro:bit . Several essential operations are implemented: . * encode Python into the hex format * embed the resulting hexified Python into the MicroPython runtime hex * extract an encoded Python script from a MicroPython hex file * discover the connected micro:bit * copy the resulting hex onto the micro:bit, thus flashing the device * specify the MicroPython runtime hex in which to embed your Python code . By default, python3-uflash uses the MicroPython runtime for micro:bit provided by the firmware-microbit-micropython package and which is located at /usr/share/firmware-microbit-micropython/firmware.hex. . This package provides the uflash documentation. Package: python-ulmo-doc Description-md5: 59b2cc7681a803da499c9943471d102d Description-en: Simple & fast Python access to public hydrology & climatology data - docs Ulmo retrieves and parses datasets from the web, and returns simple Python data structures that can be easily pulled into more sophisticated tools such as pandas. It caches datasets locally and harvests updates as needed. . A variety of datasets and services are supported, including the USGS National Water Information System, USGS National Elevation Dataset services, USGS Earth Resources Observation Systems services, NASA Daymet weather data, and several more both available and planned. . This package contains the documentation for ulmo. Package: python-uvicorn-doc Description-md5: fc0e15835e9aa31309830294a4ce8f36 Description-en: ASGI server implementation, using uvloop and httptools (Documentation) Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently supports HTTP/1.1 and WebSockets. . Uvicorn is designed with particular attention to connection and resource management, in order to provide a robust server implementation. It aims to ensure graceful behavior to either server or client errors, and resilience to poor client behavior or denial of service attacks. . This package contains the documentation. Package: python-vigra-doc Description-md5: 49f438c0167ba10f38ce98cc079e33bf Description-en: Documentation for Python3 bindings for the C++ computer vision library Vision with Generic Algorithms (VIGRA) is a computer vision library that puts its main emphasis on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. . This package contains documentation for Python3 bindings for the VIGRA library. Package: python-vispy-doc Description-md5: a540dcd19144ae9b83a234d4008894d7 Description-en: interactive visualization in Python [documentation] Vispy is a high-performance interactive 2D/3D data visualization library. . Vispy leverages the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets. . This package provides documentation for VisPy. Package: python-xsdata-doc Description-md5: 7f79b623c8bdf547c72e98458101a0b0 Description-en: Naive XML Bindings for Python (common documentation) xsData is a complete XML data binding library for Python allowing developers to access and use XML documents as simple objects rather than using DOM. . It ships with a code generator for XML Schema definitions and WSDL 1.1 with SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't depend on the library itself in order to reduce the learning curve for users that have to write the binding models manually. . The included xml parser and serializer are highly optimized and adaptable with handlers based on native Python and lxml. The parser configuration offers the ability to skip unknown properties and to process xinclude statements. . xsData is constantly tested against the W3C XML Schema 1.1 test suite. . This is the common documentation package. 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-adios2 Description-md5: cff0fa3850423e44b9a37de72f9865f5 Description-en: ADIOS2 Adaptable IO system for simulations - Python bindings The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This is a dependency package raquiring either the serial or MPI build of the ADIOS2 Python bindings. Package: python3-adios2-mpi Description-md5: d9139203cc98934b023fd627c0087a56 Description-en: ADIOS2 Adaptable IO system for simulations - Python bindings (MPI) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Python bindings for the MPI build of ADIOS2. Package: python3-adios2-serial Description-md5: d4fc795a93c344b90d1b9a6b21f36b90 Description-en: ADIOS2 Adaptable IO system for simulations - Python bindings (serial) The Adaptable IO System (ADIOS) provides a simple, flexible way for scientists to describe the data in their code that may need to be written, read, or processed outside of the running simulation. By providing an external to the code XML file describing the various elements, their types, and how you wish to process them this run, the routines in the host code (either Fortran or C) can transparently change how they process the data. . This package contains the Python bindings for the serial build of ADIOS2. Package: python3-all-venv Description-md5: 0241d25ae81aa2fca00dcc9211716281 Description-en: package depending on all supported Python 3 venv modules The package currently depends on python3.11-venv and python3.12-venv, in the future, dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may be added. . This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific Python 3 venv packages. Package: python3-anyio Description-md5: 800409278ac1e2b711841a3112620537 Description-en: Asynchronous compatibility layer (Python 3) This module provides a bridge to run the same sources unmodified on asyncio, curio and trio. . It bridges the following features: - task groups - cancellation - threads - signal handling - asynchronous file operations - subprocesses - inter-task synchronization and communication - high-level networking . This package installs the library for Python 3. Package: python3-apbslib Description-md5: 886600253ef60a6174f758ef34f5c08b Description-en: Adaptive Poisson Boltzmann Solver APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. . This package provides both the apbs and apbslib modules for Python3 enabling Python applications to access apbs. Package: python3-apertium-core Description-md5: 53ade1a1f9e3cd2bbc7e7bdced52af73 Description-en: Shallow-transfer machine translation engine (Python 3 module) Python 3 module for applications using the Apertium shallow-transfer machine translation engine module. Package: python3-apertium-lex-tools Description-md5: 937f7c0c543939f5a85f9d39563d388c Description-en: Apertium lexical selection module (Python 3 module) Module for compiling lexical selection rules and processing them in the pipeline. . This package provides Python 3 module for apertium-lex-tools. Package: python3-apriltag Description-md5: 161278abbbf51ea1dfe28d9b092fd9a8 Description-en: AprilTags Visual Fiducial System AprilTag is a visual fiducial system, useful for a wide variety of tasks including augmented reality, robotics, and camera calibration. Targets can be created from an ordinary printer, and the AprilTag detection software computes the precise 3D position, orientation, and identity of the tags relative to the camera. The AprilTag library is implemented in C with no external dependencies. It is designed to be easily included in other applications, as well as be portable to embedded devices. Real-time performance can be achieved even on cell-phone grade processors. . This package provides the Python3 interfaces Package: python3-argh Description-md5: 0db5206c7debce953a818b7354980a5d Description-en: simple argparse wrapper (Python 3) Argh provides a very simple wrapper for argparse. . Argparse is a very powerful tool; argh just makes it easy to use. . Here’s a list of features that argh adds to argparse: . * mark a function as a CLI command and specify its arguments before the parser is instantiated; * nested commands made easy: no messing with subparsers; * infer command name from function name; * infer argument type from the default value; * infer argument action from the default value (for booleans); * infer arguments from function signature; * add an alias root command help for the --help argument; * enable passing unwrapped arguments to certain functions instead of an argparse.Namespace object. . Argh is fully compatible with argparse. You can mix argh-agnostic and argh-aware code. Just keep in mind that dispatch() does some extra work that a custom dispatcher may not do. . This package installs the library for Python 3. Package: python3-astrometry Description-md5: 17cf233c1fb49e79f9a00e2b5738ddfc Description-en: Astrometry plate solver (Python package) The astrometry engine will take any image and return the astrometry world coordinate system (WCS), a standards-based description of the transformation between image coordinates and sky coordinates. . This package contains the Python Package. Package: python3-avogadro Description-md5: 2c22b7bd749f29f6b4e340f7fd970bbf Description-en: Molecular Graphics and Modelling System (Python 3 module) Avogadro is a molecular graphics and modelling system targeted at small to medium molecules. It can visualize properties like molecular orbitals or electrostatic potentials and features an intuitive molecular builder. . This package provides the Python 3 module. Package: python3-bcbio-gff Description-md5: 92084c434310e72a06c91d61c4414d07 Description-en: Python3 library to read and write Generic Feature Format A Python library to read and write Generic Feature Format (GFF). . Generic Feature Format (GFF) is a biological sequence file format for representing features and annotations on sequences. It is a tab delimited format, making it accessible to biologists and editable in text editors and spreadsheet programs. It is also well defined and can be parsed via automated programs. GFF files are available from many of the large sequencing and annotation centers. Package: python3-betamax Description-md5: 9a709aa9df09ab69407d66458d0281ed Description-en: VCR imitation designed only for python-requests - Python 3.X Betamax records HTTP interactions and replay them allowing fast, deterministic and accurate tests and it's designed to be used with python-requests. If you are not using python-requests, you should checkout vcr.py. . Betamax comes with integrations for py.test and unittest and supports third party packages that provide extra request matchers and cassette serializers. . This package contains the Python 3 version of the library. Package: python3-boto3 Description-md5: b23b87efbe093c51d639ea68316419e6 Description-en: Python interface to Amazon's Web Services - Python 3.x Boto is the Amazon Web Services interface for Python. It allows developers to write software that makes use of Amazon services like S3 and EC2. Boto provides an easy to use, object-oriented API as well as low-level direct service access. Package: python3-botocore Description-md5: 6bf0620f1a2dee56516d398a617b5493 Description-en: Low-level, data-driven core of boto 3 (Python 3) A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for AWS-CLI. . This package contains the module for Python 3. Package: python3-brian Description-md5: 7da3c092183c4b2290631d2306fb1693 Description-en: simulator for spiking neural networks Brian is a clock-driven simulator for spiking neural networks. It is designed with an emphasis on flexibility and extensibility, for rapid development and refinement of neural models. Neuron models are specified by sets of user-specified differential equations, threshold conditions and reset conditions (given as strings). The focus is primarily on networks of single compartment neuron models (e.g. leaky integrate-and-fire or Hodgkin-Huxley type neurons). Features include: - a system for specifying quantities with physical dimensions - exact numerical integration for linear differential equations - Euler, Runge-Kutta and exponential Euler integration for nonlinear differential equations - synaptic connections with delays - short-term and long-term plasticity (spike-timing dependent plasticity) - a library of standard model components, including integrate-and-fire equations, synapses and ionic currents - a toolbox for automatically fitting spiking neuron models to electrophysiological recordings Package: python3-brian-lib Description-md5: dc083088a2f3323bd26f94bf3a81af9c Description-en: simulator for spiking neural networks -- extensions Brian is a clock-driven simulator for spiking neural networks. It is designed with an emphasis on flexibility and extensibility, for rapid development and refinement of neural models. Neuron models are specified by sets of user-specified differential equations, threshold conditions and reset conditions (given as strings). The focus is primarily on networks of single compartment neuron models (e.g. leaky integrate-and-fire or Hodgkin-Huxley type neurons). . This package provides Python3 binary extensions. Package: python3-btrfsutil Description-md5: b2e95e34facdde70bd74f7aaa7bb8423 Description-en: Checksumming Copy on Write Filesystem utilities (python3 bindings) Btrfs is a copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. . This package contains python3 bindings. Package: python3-carquinyol Description-md5: abf9729df43359bcf22dff37f19eff83 Description-en: Sugar Learning Platform - datastore Sugar Learning Platform promotes collaborative learning through Sugar Activities that encourage critical thinking, the heart of a quality education. Designed from the ground up especially for children, Sugar offers an alternative to traditional “office-desktop” software. . This package contains a simple log like datastore able to connect with multiple backends. The datastore supports connecting and disconnecting from backends on the fly to help the support the limit space/memory characteristics of the OLPC system and the fact that network services may become unavailable at times. Package: python3-cassandra Description-md5: 0ad4bb8d4c04e21ff7d6059a08a76a10 Description-en: Python driver for Apache Cassandra (Python 3) A modern, feature-rich and highly-tunable Python client library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3. . Features: * Synchronous and Asynchronous APIs * Simple, Prepared, and Batch statements * Asynchronous IO, parallel execution, request pipelining * Connection pooling * Automatic node discovery * Automatic reconnection * Configurable load balancing and retry policies * Concurrent execution utilities * Object mapper . This package contains the Python 3.x module for python-cassandra Package: python3-cassandra-doc Description-md5: b1c77a664f98a4778cd98335933b1fc6 Description-en: Python driver for Apache Cassandra (documentation) A modern, feature-rich and highly-tunable Python client library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3. . Features: * Synchronous and Asynchronous APIs * Simple, Prepared, and Batch statements * Asynchronous IO, parallel execution, request pipelining * Connection pooling * Automatic node discovery * Automatic reconnection * Configurable load balancing and retry policies * Concurrent execution utilities * Object mapper . This is the common documentation package. Package: python3-cec Description-md5: 74e83edd7d35f2144b565fbf903842c1 Description-en: Python 3 bindings for USB CEC Adaptor This library provides support for the Pulse-Eight USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi. . This package provides Python 3 bindings for libcec. Package: python3-celery-haystack-ng Description-md5: b08fdca1604dbb9a8edda6530cbc447c Description-en: utilize Celery to update Haystack search indexes celery-hasystack-ng is a Django app providing utilities/tasks that help updating search indexes in Django Haystack. The tasks can be triggered when model isntances are created, updated or deleted. . This package is a fork of celery-haystack, and serves as a drop-in replacement. Package: python3-celery-progress Description-md5: bc8a7ba28c577644f299e9e7a9b275d0 Description-en: dependency-free progress bars for Django/Celery applications celery-progress provides progress bars for Django applications that use Celery for background tasks. It is easy to setup and very customizable. . Several Celery result backends are supported, among which are Redis, RabbitMQ and Websockets. Package: python3-ceph Description-md5: 73168f4688e222dd80dcdae1068a35d8 Description-en: Meta-package for all Python 3.x modules for the Ceph libraries Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package is a metapackage for all Ceph Python 3.x bindings. Package: python3-cg3 Description-md5: 3e2c2e9a2237bd667da02779c11de12d Description-en: Wrapper for CG-3 Constraint Grammar compiler and applicator for the 3rd edition of CG that is developed and maintained by VISL SDU and GrammarSoft ApS. . This package provides wrapper to use CG-3 from Python. Package: python3-chemps2 Description-md5: 941d657ad9cdecd7ce31610b23c5fa55 Description-en: Python 3 interface for libchemps2-3 chemps2 is a scientific library which contains a spin-adapted implementation of the density matrix renormalization group (DMRG) for ab initio quantum chemistry. This wavefunction method allows one to obtain numerical accuracy in active spaces beyond the capabilities of full configuration interaction (FCI), and allows one to extract the 2-, 3-, and 4-particle reduced density matrices (2-, 3- and 4-RDM) of the active space. . For general active spaces up to 40 electrons in 40 orbitals can be handled with DMRG, and for one-dimensional active spaces up to 100 electrons in 100 orbitals. The 2-RDM of these active spaces can also be easily extracted, while the 3- and 4-RDM are limited to about 28 orbitals. . When the active space size becomes prohibitively expensive for FCI, DMRG can be used to replace the FCI solver in the complete active space self consistent field (CASSCF) method and the corresponding complete active space second order perturbation theory (CASPT2). The corresponding methods are called DMRG-SCF and DMRG-CASPT2, respectively. For DMRG-SCF the active space 2-RDM is required, and for DMRG-CASPT2 the active space 4-RDM. . This package installs the library for Python 3. Package: python3-clang-19 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-cogent3 Description-md5: 7f66bef045873462e2411adbafa6b365 Description-en: framework for genomic biology PyCogent is a software library for genomic biology. It is a fully integrated and thoroughly tested framework for: * controlling third-party applications, * devising workflows; querying databases, * conducting novel probabilistic analyses of biological sequence evolution, and * generating publication quality graphics. It is distinguished by many unique built-in capabilities (such as true codon alignment) and the frequent addition of entirely new methods for the analysis of genomic data. Package: python3-compizconfig Description-md5: 3f98afc222bae1c5d3516e661dab3a7d Description-en: Compizconfig bindings for Python Compiz Fusion is the result of the re-unification of the Beryl-project and the community around the Compiz Window Manager. It seeks to provide an easy and fun-to-use windowing environment, allowing use of the graphics hardware to provide impressive effects, amazing speed and unrivalled usefulness . This package provides Python bindings for the compizconfig system. Package: python3-configargparse Description-md5: 48829c3a186cc8e17ee416f11c5e28b2 Description-en: replacement for argparse with config files and environment variables Applications with more than a handful of user-settable options are best configured through a combination of command line args, config files, hard-coded defaults, and in some cases, environment variables. . Python’s command line parsing modules such as argparse have very limited support for config files and environment variables, so this module extends argparse to add these features. Package: python3-corepywrap Description-md5: 34e3fc13d18482d169e2bddd5c43dcd6 Description-en: library that exports C++ mmCIF accessors to Python3 The RCSB Core Wrapper library was developed to provide an object-oriented application interface to information in mmCIF format. It includes several classes for accessing data dictionaries and mmCIF format data files. . This library provides Python3 bindings for librcsb-core-wrapper. Package: python3-createrepo-c Description-md5: a8b30dc3d43b18f115833760087030c1 Description-en: library for creating RPM repository metadata (Python bindings) The createrepo tool generates the repodata directory and XML metadata that makes up a repository of RPM packages. This repository format is supported by apt-rpm, red-carpet(zen), smartpm, up2date, yast, and yum. . This package contains a Python module for interfacing with the libcreaterepo-c library. Package: python3-crispy-bootstrap3 Description-md5: fccfd7ec64dee8bd3f7753bc50defd70 Description-en: Bootstrap3 template pack for django-crispy-forms (Python3 version) Bootstrap3 template pack for django-crispy-forms. This template pack was included with the core django-crispy-forms package until version 2.0. . This package contains the Python 3 version of the library. Package: python3-cryptominisat Description-md5: fe0ab3beb0e88dcf00ef6dde3984f9e6 Description-en: Python bindings for the CryptoMiniSat SAT solver (Python 3) CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver. . This package provides the pycryptosat module to use CryptoMiniSat from Python 3. See https://github.com/msoos/cryptominisat#python-usage for examples. Package: python3-cvc5 Description-md5: fd44bb6c2829474adf4e1656c846c672 Description-en: automated theorem prover for SMT problems (Python bindings) cvc5 is a tool for determining the satisfiability of a first order formula modulo a first order theory (or a combination of such theories). It is the fifth in the Cooperating Validity Checker family of tools (CVC, CVC Lite, CVC3, CVC4) but does not directly incorporate code from any previous version prior to CVC4. . cvc5 is intended to be an open and extensible SMT engine. It can be used as a stand-alone tool or as a library. It has been designed to increase the performance and reduce the memory overhead of its predecessors. It is written entirely in C++ and is released under an open-source software license. . This package contains the Python bindings for cvc5's parser. Package: python3-cwiid Description-md5: 3aded0998c08a9d152480917adbe7be7 Description-en: library to interface with the wiimote CWiid is a working userspace driver along with various applications implementing event drivers, multiple wiimote connectivity, gesture recognition, and other Wiimote-based functionality. . This package provides the Python cwiid module. Package: python3-dar Description-md5: 31c63c812c1af54dcd060b52440a8264 Description-en: Disk ARchive: Python bindings Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. Package: python3-dbus.mainloop.pyqt5 Description-md5: be523e63db7264bed09b49d691202ca1 Description-en: D-Bus Qt main loop support for Python 3 The dbus.mainloop.pyqt5 module provides support for Qt main loop for applications that use dbus-python. By default Qt uses main loop from GLib on UNIX-like systems, not its own one. . This package contains the Python 3 version of this module. Package: python3-defconqt Description-md5: 313084870e453f8f26f4d027118f96af Description-en: Qt objects for use in defcon applications This provides Qt objects of defcon in trufont font editor. Package: python3-dials Description-md5: a26aaa4d772b165678054abbbefca9ba Description-en: Diffraction Integration for Advanced Light Sources - Python3 The DIALS software is developed in a fully open-source, collaborative environment. The main development teams are based at Diamond Light Source and CCP4, in the UK, and at Lawrence Berkeley National Laboratory, USA. However, in the spirit of the open source movement, we welcome collaboration from anyone who wishes to contribute to the project. . To avoid “reinventing the wheel” as much as possible, the DIALS project builds on knowledge accumulated over many decades in the field of crystallographic data processing. We benefit greatly from the altruism of experts who contribute their ideas and advice, either directly or via their detailed publications on existing algorithms and packages such as XDS [2] and MOSFLM [3]. At the heart of the DIALS framework lies a design philosophy of hardware abstraction and a generalised model of the experiment that is inspired directly by material published on the seminal workshops on position sensitive detector software [1]. Continuing in the spirit of these workshops we held our own series of meetings, with talks from invited speakers, and code camps in which specific problems are addressed by intensive effort across the collaboration. Summaries of these meetings and copies of slides given as presentations are available here. . DIALS is written using Python and C++, making heavy use of the cctbx [4] for core crystallographic calculations and much infrastructure including a complete build system. Seamless interaction between the C++ and Python components of this hybrid system is enabled by Boost.Python. Python provides a useful ground for rapid prototyping, after which core algorithms and data structures may be transferred over to C++ for speed. High level interfaces of the hybrid system remain in Python, facilitating further development and code reuse both within DIALS and by third parties. . This is the Python 3 version of the package. 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-celery-email Description-md5: 1f324ec3eb4474606890366a77baaea8 Description-en: Django email backend that uses a celery task for sending django-celery-email adds an e-mail backend to Django that queues the e-mail as a Celery task, to be sent out by Celery in the background. . By default, it uses Django's built-in SMTP backend to do the final sending then, but any other backend can be used as well. Package: python3-django-celery-results Description-md5: d825f6d4da3e96e5eecc68e9a8a606d9 Description-en: Celery result backends for Django (Python3 version) This extension enables you to store Celery task results using the Django ORM. . It defines a single model (django_celery_results.models.TaskResult) used to store task results, and you can query this database table like any other Django model. . This package contains the Python 3 version of the library. Package: python3-django-crispy-forms Description-md5: cd8872a7d81d0836d82490e06d77defb Description-en: app for Django providing elegant form rendering (Python3 version) django-crispy-forms provides you with a |crispy filter and {% crispy %} tag that will let you control the rendering behavior of your Django forms in a very elegant and DRY way. Have full control without writing custom form templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. . Django-crispy-forms supports several frontend frameworks, such as Twitter Bootstrap (versions 2, 3 and 4), Uni-form and Foundation. You can also easily adapt your custom company's one, creating your own, see the docs for more information. You can easily switch among them using CRISPY_TEMPLATE_PACK setting variable. . This package contains the Python 3 version of the library. Package: python3-django-guid Description-md5: 1bcef618cf903cc35f9e413c0d008043 Description-en: Identify Django request logs This library allows one to attach a unique ID to all log outputs for every request, making debugging more simple. . Django is a high-level Python web development framework. Package: python3-django-guid-doc Description-md5: e49c75742a2849bd09500342e00c59d4 Description-en: Identify Django request logs (doc) This library allows one to attach a unique ID to all log outputs for every request, making debugging more simple. . Django is a high-level Python web development framework. . This package contains the documentation in HTML format. Package: python3-dnaio Description-md5: 3ccc6baa42c30d039ef447bec8c16308 Description-en: Python 3 library for fast parsing of FASTQ and FASTA files dnaio is a Python 3 library for fast parsing of FASTQ and also FASTA files. The code was previously part of the cutadapt tool and has been improved since it has been split out. 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-dotenv Description-md5: bf8d0330262801e67b57fd3cfa3bc208 Description-en: Get and set values in the .env file in local and production servers Reads key value pairs from the .env file and adds them to environment. variables. It is useful to manage settings during development and in production following the 12-factor principles: http://12factor.net/ The executable is named python-dotenv Package: python3-drgn Description-md5: 62c0b0454619123db5540ada27ebe3ed Description-en: Programmable debugger drgn (pronounced "dragon") is a debugger with an emphasis on programmability. drgn exposes the types and variables in a program for easy, expressive scripting in Python. Package: python3-duo-client Description-md5: b8c96c51a611639fa8cf2e295f385f5e Description-en: Interact with the Duo Auth, Admin, and Accounts APIs (Python3 version) Python library for interacting with the Duo Auth, Admin, and Accounts APIs. The Duo Auth API is a low-level, RESTful API for adding strong two-factor authentication to your website or application. The Duo Admin API provides programmatic access to the administrative functionality of Duo Security's two-factor authentication platform. The Accounts API allows Duo Beyond, Access, and MFA customers to create, manage, and delete additional related Duo Security customer accounts. . This package contains the Python 3 version of the library. Package: python3-dyda Description-md5: 48e1ed39e89bc8fdeecbb671782e21f5 Description-en: dynamic data pipeline framework for DT42 applications dyda is a library provides dynamic data pipeline framework. By using the framework applications can configure a pipe based on configuration files. And users can change the pipeline by modifying the configuration files without touching any code. Package: python3-dyda-pipeline-config Description-md5: ac09325a7a6d660259232c01044666c8 Description-en: dynamic data pipeline framework for DT42 applications (config) dyda is a library provides dynamic data pipeline framework. By using the framework applications can configure a pipe based on configuration files. And users can change the pipeline by modifying the configuration files without touching any code. . This package contains config files. Package: python3-easywebdav Description-md5: 268de51e14122ac54db1d9d213836f79 Description-en: straight-forward WebDAV client module (Python 3 interface) EasyWebDAV is an easy to use WebDAV client implementation for Python. It features: - Basic authentication - Creating directories, removing directories and files - Uploading and downloading files - Directory listing - Support for client side SSL certificates . This package provides the Python 3.x module. Package: python3-ecmwflibs Description-md5: 3690da4b1ea3b602fd2bdc500fbd9aab Description-en: Python 3 module to discover ECMWF libraries. This module is used by ECMWF python libraries to discover some dependencies. . ECMWF is the European Centre for Medium-Range Weather Forecasts. Package: python3-emmet-core Description-md5: 09284ddc098214ecdaf49955214ede5b Description-en: Core models for the Materials Project (Python 3) The Materials API Toolkit for the Materials Project. Emmet-core defines the core models, data pipelines. . This package installs the library for Python 3. Package: python3-enki2 Description-md5: baf1666453e241f374b7170016264b19 Description-en: Python3 bindings for the library libenki2 Libenki provides a fast 2D physics-based robot simulator written in C++. It is able to simulate kinematics, collisions, sensors and cameras of robots. See also the description of package libenki2 Package: python3-epimodels Description-md5: 179ea8a3d4583bc1c5762a8886eead9f Description-en: simple interface to simulate mathematical epidemic models in Python3 This library provides a simple interface to simulate mathematical epidemic models in Python3. It is a precondition for the program epigrass. Package: python3-escript Description-md5: 161221349900ce5c5e10a39dad0d9ca4 Description-en: Escript/Finley finite elements Python3 system (with OpenMP) Escript is a programming tool for implementing mathematical models in Python using the finite element method (FEM). Because users do not access the data structures it is very easy to use and scripts can run on desktop computers as well as highly parallel supercomputer without changes. Application areas for escript include earth mantle convection, geophysical inversion, earthquakes, porous media flow, reactive transport, plate subduction, erosion, and tsunamis. . Scripts can be executed in parallel (on varying numbers of threads or nodes) without any special modifications. . Escript now includes the esys.downunder module for 3D inversion of geophysical data sets. The current version supports gravity, magnetic and joint inversion. . This package contains the commands and libraries for Python3 with OpenMP threading and MPI multiprocess support. Package: python3-escript-mpi Description-md5: fca9a2727bc4a045bd7f00e0f16e5aa7 Description-en: Escript/Finley finite elements Python3 system (OpenMP + MPI) Escript is a programming tool for implementing mathematical models in Python using the finite element method (FEM). Because users do not access the data structures it is very easy to use and scripts can run on desktop computers as well as highly parallel supercomputer without changes. Application areas for escript include earth mantle convection, geophysical inversion, earthquakes, porous media flow, reactive transport, plate subduction, erosion, and tsunamis. . Scripts can be executed in parallel (on varying numbers of threads or nodes) without any special modifications. . Escript now includes the esys.downunder module for 3D inversion of geophysical data sets. The current version supports gravity, magnetic and joint inversion. . This package contains the commands and libraries for Python3 with both OpenMP threading and MPI multiprocess support. Package: python3-feature-check Description-md5: 4937491f19899e6913ebf4114f863d12 Description-en: query a program for supported features - Python 3.x library The feature-check tool obtains the list of supported features from a program via various methods (e.g. running it with the --features command-line option) and allows other programs to check for the presence and, possibly, versions of specific features. . This package contains the Python 3.x library. Package: python3-ffcv Description-md5: fc45d0d45cb53d3f6df172de74130e82 Description-en: Fast Forward Computer Vision (and other ML workloads) This is a drop-in data loading system that dramatically increases data throughput in model training. Package: python3-fife Description-md5: e0baa100ef078b23019808e5d303ed95 Description-en: FIFE is a multi-platform isometric game engine FIFE stands for Flexible Isometric Free Engine and is a cross platform game creation framework written in C++. It provides you with the ability to create a game using Python interfaces. FIFE also comes as a DLL or static library so you can use C++ as well. Package: python3-fitz Description-md5: d2f0338de8ce9547f8c2fdbac1f8b97e Description-en: Python binding for MuPDF Allows one to access files in PDF, XPS, OpenXPS, CBZ, EPUB, and FB2 (e-books) formats, and it is known for its top performance and high rendering quality. . PDF manipulation and generation functions are available, including metadata and bookmark maintenance, document restructuring, annotation / link handling and document or page creation. . This package contains PyMuPDF. Package: python3-flake8 Description-md5: 2ce5d35e72b6eb7696719df6e1ed4fd4 Description-en: code checker using pycodestyle and pyflakes - Python 3.x Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. Flake8 runs all tools by launching the single 'flake8' script, but ignores pycodestyle and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output. . This package provides Python 3 module bindings only. Package: python3-flake8-import-order Description-md5: 96d530d1df77270b621e280c1cc88fff Description-en: flake8 extension to lint for the import order in Python files A flake8 and Pylama plugin that checks the ordering of Python imports. It does not check anything else about the imports. Merely that they are grouped and ordered correctly. . In general stdlib comes first, then 3rd party, then local packages, and that each group is individually alphabetized, however this depends on the style used. Flake8-Import-Order supports a number of styles and is extensible allowing for custom styles. Package: python3-flask-babel Description-md5: 5e8c296a7dfa2f972afe4d4833897294 Description-en: internationalization and localization support for Flask (Python 3) Flask-Babel is an extension to Flask that adds internationalization and localization support. It has a friendly interface to gettext translations and supports date formatting with timezones. . This is the Python 3 version of the package. Package: python3-flask-migrate Description-md5: e1bbe8de2688c814132e3cd3e75d0a7a Description-en: SQLAlchemy migrations for Flask using Alembic and Python 3 Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command-line arguments under the flask db command. Package: python3-flask-security Description-md5: fe8e64f002dd96a9fb27abc7a5fbd898 Description-en: Simple security for Flask apps (Python 3) Flask-Security allows you to quickly add common security mechanisms to your Flask application. They include: . * Session based authentication * Role management * Password encryption * Basic HTTP authentication * Token based authentication * Token based account activation (optional) * Token based password recovery / resetting (optional) * User registration (optional) * Login tracking (optional) * JSON/Ajax Support . This is the Python 3 version of the package. Package: python3-flask-socketio Description-md5: 803e16c8f1febbe84ddf219a8a4cc30b Description-en: Socket.IO integration for Flask applications Flask-SocketIO gives Flask applications access to low latency bi-directional communications between the clients and the server. The client-side application can use any of the SocketIO official clients libraries in Javascript, C++, Java and Swift, or any compatible client to establish a permanent connection to the server. Package: python3-fluids Description-md5: 87d766b2c7fb200cc2aa777eb5f1fe1f Description-en: Python 3 fluid dynamics and engineering design library Fluids is open-source software for engineers and technicians working in the fields of chemical, mechanical, or civil engineering. It includes modules for piping, fittings, pumps, tanks, compressible flow, open-channel flow, and more. . The fluids library depends on the SciPy library to provide numerical constants, interpolation, integration, and numerical solving functionality. . This package contains the Python 3 version of fluids. Package: python3-fontforge Description-md5: 0d9c2a8d0179b0821fdbcbe2d7cba478 Description-en: font editor - Python bindings FontForge is a font editor. Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. . This package provides the Python modules (the libraries fontforge and psMat) to access a FontForge program for font manipulations. Package: python3-fsapfs Description-md5: 42826f0c02cc40b257a6881305232f72 Description-en: APFS access library -- Python 3 bindings libfsapfs is a library to access the Apple File System (APFS). . This package includes Python 3 bindings. Package: python3-fsquota Description-md5: c339a815a4c8a48103de5b01d768b755 Description-en: Python filesystem quota module (Python 3) This module for Python 3 allows accessing file system quotas on UNIX platforms from Python scripts. This works both for locally mounted file systems and network file systems (via RPC, i.e. Remote Procedure Call). The interface is designed to be independent of UNIX flavours as well as file system types. . This package installs the 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-full Description-md5: 8e59cb09ea8dad048671ba45cb0e6dfd Description-en: Default Python Interpreter with complete class library Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on the full standard library of Python for Python developers. Including modules used only at build-time, such as venv and distutils, and modules with complex dependencies, such as tk and IDLE. All batteries included. . This package depends on Debian's default python 3 version's full standard library (currently v3.12). . According to the Debian Python policy, this package must not be used in build dependencies, dependencies and recommendations. Package: python3-fuzzywuzzy Description-md5: f2dc659bcb3894addd5bf02033a70f59 Description-en: Python 3 module for fuzzy string matching Various methods for fuzzy matching of strings in Python, including: . - String similarity: Gives a measure of string similarity between 0 and 100. - Partial string similarity: Inconsistent substrings are a common problem when string matching. To get around it, use a "best partial" heuristic when two strings are of noticeably different lengths. - Token sort: This approach involves tokenizing the string in question, sorting the tokens alphabetically, and then joining them back into a string. - Token set: A slightly more flexible approach. Tokenize both strings, but instead of immediately sorting and comparing, split the tokens into two groups: intersection and remainder. Package: python3-gdal Description-md5: 202849247dbe86b8eaf9fbe133b4dc09 Description-en: Python 3 bindings to the Geospatial Data Abstraction Library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. The related OGR library (which lives within the GDAL source tree) provides a similar capability for simple features vector data. . GDAL supports 40+ popular data formats, including commonly used ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in GIS and remote sensing software packages (ERDAS Imagine, ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote sensing and scientific data distribution formats such as HDF, EOS FAST, NOAA L1B, NetCDF, FITS. . OGR library supports popular vector formats like ESRI Shapefile, TIGER data, S57, MapInfo File, DGN, GML and more. . This package contains Python 3 bindings for the GDAL/OGR library. Package: python3-gdcm Description-md5: e7d1dd5a1c511a0ce2a4b259beed61b3 Description-en: Grassroots DICOM Python bindings Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . Python bindings to the GDCM DICOM library. Package: python3-gdl Description-md5: 31fe21263fa6b8ee43503daf97e9cc34 Description-en: Python interface for the GNU Data Language GNU Data Language (GDL) is a free IDL (Interactive Data Language) compatible incremental compiler. It has full syntax compatibility with IDL 7.1. IDL is a registered trademark of ITT Visual Information Solutions. From IDL 8.0, the following language elements are supported: . * FOREACH loop * negative array indices * garbage collection pointers and objects * call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`) . The file input output system is fully implemented. GUI support (widgets) is officially provided, but it's not complete yet. . This package contains the Python library/interface. Package: python3-geis Description-md5: b3f96d5623078e8d0b698cc3a5258c7d Description-en: python bindings for libgeis A common API for clients of a systemwide gesture recognition and propagation engine. . This package provides native bindings so that you can use GEIS from a Python program. 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-gengeo Description-md5: 3aecceffb406d5a0a648aefa67090dc5 Description-en: DEMGenGeo is a library for creating geometry files (Python 3) DEMGenGeo is a library for creating geometry files used by ESyS-Particle. It provides a convenient method for creating arbitrary geometries of simple spherical particles and indivisible particle clusters. An LSMGenGeo script written in Python specifies the geometry that will be written to a text file and the format that this file takes. The geometry file can then be read by an ESyS-Particle script . This package contains the Python 3 module. Package: python3-gensio Description-md5: ac166db42e1a9f8e99547496868f943e Description-en: abstract stream I/O (Python 3 bindings) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the Python 3 bindings. 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-ges-1.0 Description-md5: 06473f28b2254c6f48b384817c562052 Description-en: Python bindings 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 Python bindings for the GStreamer editing services. Package: python3-getfem Description-md5: bb0fbc7c8b7f8895b85705bd1e7b1528 Description-en: Python interface to the GETFEM generic finite element library GETFEM is a library allowing the computation of any elementary matrix (even for mixed finite element methods) on the largest class of methods and elements, and for arbitrary dimension. . This package contains the Python 3 interface to GETFEM. Package: python3-getfem++ Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: python3-gfal2 Description-md5: 382ef2dbdfd724fd39e1acf6ad672385 Description-en: Python bindings for gfal2 Python bindings for gfal2. GFAL2 offers a single, simple and portable API for the file operations in grids and cloud environments. 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-gnucash Description-md5: 0159a1bd740fb6c78f4da3876f98da1f Description-en: Gnucash interface for Python Gnucash provides accounting functions suitable for use by small businesses and individuals. It can track finances in multiple accounts, keeping running and reconciled balances. There is support for customer, vendor and employee processing. It has an X based graphical user interface, double entry, a hierarchy of accounts, expense accounts (categories), and can import Quicken QIF files and OFX files. . This package contains the Python bindings for Gnucash which allow you to read and manipulate Gnucash data files. Package: python3-gphoto2 Description-md5: aca34ff40197f1d6c35ded2266b417d8 Description-en: Python interface to libgphoto2 (Python 3) Python-gphoto2 is a comprehensive Python interface (or binding) to libgphoto2. It is built using SWIG to automatically generate the interface code. This gives direct access to nearly all the libgphoto2 functions, but sometimes in a rather un-Pythonic manner. . This package installs the library for Python 3. Package: python3-graph-tool Description-md5: 7d5143f85a6739dac984b51d57ee6d7e Description-en: Efficient network analysis -- Python graph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks). Contrary to most other Python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library. . This package provides the Python material. Package: python3-grib Description-md5: 914b7563eb5a65791173632367a72e64 Description-en: Python 3 module for reading and writing GRIB files Python 3 module for reading and writing GRIB (editions 1 and 2) files. GRIB is the World Meterological Organization standard for distributing gridded data. The module is a Python 3 interface to the GRIB API C library from the European Centre for Medium-Range Weather Forecasts (ECMWF). . This package also contains the cnvgrib1to2, grib_list, grib_repack, and cnvgrib2to1 scripts. Package: python3-grpcio Description-md5: 75cb8347218d07aad16058ccf058b2c9 Description-en: GRPC system (Python 3) A modern, open source remote procedure call (RPC) framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems. . This package contains the Python 3 bindings. Package: python3-gtsam Description-md5: 882de37f131c632039c3e9e1520750bd Description-en: Factor graphs for sensor fusion in robotics GTSAM is a C++ library that implements sensor fusion for robotics and computer vision applications, including SLAM (Simultaneous Localization and Mapping), VO (Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices to optimize for the most probable configuration or an optimal plan. Coupled with a capable sensor front-end (not provided here), GTSAM powers many impressive autonomous systems, in both academia and industry. . Python 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-gv Description-md5: 3b4cf31a508df299de2062cf7bfdf1ba Description-en: Python3 bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Python3 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-hawkey Description-md5: 8875e3a3fc674a09b66cf2d55b82254e Description-en: Python bindings for the hawkey library (Python 3) A library providing simplified C and Python APIs to libsolv. . This package installs the hawkey library for Python 3. Package: python3-hawkey-doc Description-md5: 2da87c275a5fc54cfddce7600bb1ed1b Description-en: Python 3 bindings for the hawkey library (common documentation) A library providing simplified C and Python APIs to libsolv. . This package installs common documentation for the hawkey Python 3 bindings. Package: python3-hfst Description-md5: 61a87c7415dabec5b163d47a939d3119 Description-en: Helsinki Finite-State Transducer Technology (Python3 module) The Helsinki Finite-State Transducer software is intended for the implementation of morphological analysers and other tools which are based on weighted and unweighted finite-state transducer technology. . This package provides Python3 module for libhfst. Package: python3-hinawa-utils Description-md5: 9040e5bc9976ae74266e1073177560b6 Description-en: Library to control Audio and Music units on FireWire (IEEE1394) This package provides Python3 libraries with help of PyGObject for gobject-introspection which is based on libhinawa API's. . This package doesn't ship command line tools for specific Audio and Music units so, install hinawa-utils package and use hinawa-*-cui tools to control them. Package: python3-hivex Description-md5: 802f69909ae8a4552451fc8cbfcc2949 Description-en: Python 3 bindings for hivex Python 3 bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. Package: python3-hyperspy Description-md5: 797f29f1b1485d46dde0a7b39a3c2f81 Description-en: interactive analysis of multidimensional datasets HyperSpy is an open source Python library for the interactive analysis of multidimensional datasets that can be described as multidimensional arrays of a given signal (for example, a 2D array of spectra, also known as a spectrum image). . HyperSpy makes it straightforward to apply analytical procedures that operate on an individual signal to multidimensional arrays, as well as providing easy access to analytical tools that exploit the multidimensionality of the dataset. . Its modular structure makes it easy to add features to analyze many different types of signals. 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-ignition-math Description-md5: a43ed6d82ecde4ff3539efc8e524db7d Description-en: Ignition Robotics Math Library - Python3 bindings A small, fast, and high performance math library. This library is a self-contained set of classes and functions suitable for robot applications. . Ignition Robotics is a set of simple libraries that provide useful functionality to bootstrap robot applications. The included libraries encapsulate all the essentials, such as common math data types, console logging, 3D mesh management, and asynchronous message passing. . The package contains the Python3 bindings. Package: python3-ijson Description-md5: 530f3321b26d15270252d0ccd13b7899 Description-en: event-driven JSON parser (Python 3 version) Ijson is an iterative, event-driven JSON parser with a standard Python iterator interface. The principle is similar to Java SAX parser: the user can parse a document on-line, without storing the whole object in memory. . This package installs the library for Python 3. Package: python3-imath Description-md5: 60d51030b7c1bb38960a6f8cfcac040d Description-en: Utility libraries from ASF used by OpenEXR - Python bindings Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type. . Imath also includes optional Python bindings for all types and functions, including optimized implementations of vector and matrix arrays. . This package provides Python bindings to the Imath library. Package: python3-imobiledevice Description-md5: 881ca305b8d08944d6aa494579297ae7 Description-en: Python 3 bindings for communicating with iPhone and other Apple device libimobiledevice is a library that talks the native Apple USB protocols that the iPhone, iPad and iPod Touch use. Unlike other projects, libimobiledevice does not depend on using any existing libraries from Apple. . This package contains the Python 3 bindings 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-ipywidgets Description-md5: 3d8af55ca201e7710e25b1ac86e14d7d Description-en: Interactive widgets for the Jupyter notebook (Python 3) Notebooks come alive when interactive widgets are used. Learning becomes an immersive and fun experience. Researchers can easily see how changing inputs to a model impact the results. . This package installs the library for Python 3 notebooks. Package: python3-isospec Description-md5: 51300d4007970491bcd37aa4a3566555 Description-en: Isotopic fine structure calculator for Python 3 IsoSpec implements an algorithm for fast computation of isotopologues of chemical substances that can alternate between joint probability and peak height threshold. . This package provides the package's Python 3 interface. Package: python3-ixion Description-md5: c2eee1b6be4cdad805ad4aef37f777ef Description-en: general purpose formula parser & interpreter library -- Python module Ixion is a general purpose formula parser & interpreter that can calculate multiple named targets, or “cells”. . This package contains the Python module. Package: python3-jarabe Description-md5: 1753f374cc7e177b91319241406cc33f Description-en: Sugar Learning Platform - graphical shell Sugar Learning Platform promotes collaborative learning through Sugar Activities that encourage critical thinking, the heart of a quality education. Designed from the ground up especially for children, Sugar offers an alternative to traditional "office-desktop" software. . "Jarabe" is Spanish for "Jelly" - a sugary layer spread on the surface. . This package contains the parts of Sugar Learning Platform immediately visible to the user - the views, the journal, and the control panel. . This is a graphical shell, the name does not refer to a command-line "shell" interface. Package: python3-jupyter-client Description-md5: 4850016a74f71ab72487766bd8f0aa6a Description-en: Jupyter protocol client APIs (Python 3) This software component contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs to work with kernels, the "jupyter kernelspec" entry point to install kernelspecs for use with Jupyter frontends and the "jupyter run" command to execute a script on a jupyter kernel. . This package installs the library for Python 3. Package: python3-jupyter-events Description-md5: 247b4443fae504240c7d5aa9f1bbaf90 Description-en: Configurable event system for Jupyter applications and extensions. Jupyter Events enables Jupyter Python Applications (e.g. Jupyter Server, JupyterLab Server, JupyterHub, etc.) to emit events—structured data describing things happening inside the application. Other software (e.g. client applications like JupyterLab) can listen and respond to these events. . This package installs the library for Python 3. Package: python3-jupyterlab Description-md5: 9f87f71980849d5b9318233de6ec5fea Description-en: Computational environment Extensible environment for interactive and reproducible computing, based on the Jupyter notebook and architecture. . This package installs the library for Python 3. Package: python3-kineticstools Description-md5: 0aa646763554c01a3ab894d63947050f Description-en: detection of DNA modifications (Python 3 library) Tools for detecting DNA modifications from single molecule, real-time (SMRT®) sequencing data. This tool implements the P_ModificationDetection module in SMRT® Portal, used by the RS_Modification_Detection and RS_Modifications_and_Motif_Detection protocol. Researchers interested in understanding or extending the modification detection algorithms can use these tools as a starting point. . This package is part of the SMRTAnalysis suite and contains the backend Python 3 library. Package: python3-kopeninghours Description-md5: 3b19eb309c6f0552b1a7ad09ffa2d04b Description-en: OSM opening hours expressions library - Python binding A library for parsing and evaluating OSM opening hours expressions. . OSM opening hours expressions are used to describe when a feature is open/available or closed. This format is not only used in OpenStreetMap itself, but in various other data sources or APIs needing such a description as well. . This package contains the Python library. Package: python3-ldns Description-md5: 9e7a55e121c26f8daa1d8a660b51ce97 Description-en: ldns library for DNS programming - Python3 bindings The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. . This archive contains modules that allow you to use LDNS Library in Python3 programs. Package: python3-ledger Description-md5: 834f8089c3510ce816f41ab3f5b70270 Description-en: command-line double-entry accounting program (python3 extension) Ledger is a powerful and flexible double-entry accounting system run entirely from the command line. Your accounts ledger is stored in one or more plain-text files with a very simple and readable format, and ledger does the hard work of balancing your books and reporting. . This package provides the python3 module Package: python3-lgpio Description-md5: 93138e12975247ec6ac7275702a280d4 Description-en: Control GPIO pins via gpiochip devices - python3 bindings The lgpio library is a fully featured library for controlling the GPIO pins of the local board. It includes facilities for software PWM, callbacks on level change, I2C, SPI, and UART wrappers. . This package contains the Python 3 bindings for liblgpio. Package: python3-libbde Description-md5: 1da949abfb5e1c0bb9fdbff06ff90765 Description-en: BitLocker Drive Encryption access library -- Python 3 bindings The BDE format is used by Microsoft Windows (Vista and later) to encrypt data on a storage media volume. . This package includes Python 3 bindings. Package: python3-libcegui-mk2-0.8.7 Description-md5: 9b74982e59bfc3d4deed14b6200e1a9a Description-en: Crazy Eddie's GUI (Python 3 Bindings) CEGUI is a free library providing windowing and widgets for graphics APIs and engines where such functionality is not natively available or is severely lacking. The library is written in C++, is object oriented, and is primarily targeted at games developers who should be spending their time creating great games, not building GUI sub-systems . This package contains the Python 3 bindings for the CEGUI library. Package: python3-libcomps Description-md5: 8430e8ac5532de37e0aa585889c918c7 Description-en: Python bindings for the libcomps library (Python 3) Libcomps is library for structure-like manipulation of content in comps XML files. Supports reading/writing XML files and structure modifications. . This package installs the libcomps library for Python 3. Package: python3-libcreg Description-md5: 61a8d146f4228b63e11ce32f40a728ed Description-en: library to access Windows 9x/Me Registry files -- Python 3 bindings libcreg is a library to access the Windows 9x/Me Registry File (CREG) format. . This package contains Python 3 bindings for libcreg. Package: python3-libdnf Description-md5: 77a53d654cd4b0f0dcb997b8ae2ffa4f Description-en: Python bindings for the libdnf library (Python 3) A library providing simplified C and Python APIs to libsolv. . This package installs the libdnf library for Python 3. Package: python3-libesedb Description-md5: 09833088414c67ffada0a1fb225a4ff8 Description-en: Extensible Storage Engine DB access library -- Python 3 bindings libesedb is a library to access the Extensible Storage Engine (ESE) Database File (EDB) format. The ESE database format is used in may different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc.. . This package contains Python 3 bindings for libesedb. Package: python3-libevt Description-md5: 01f937c7875246d67efc569725c716ad Description-en: Windows Event Log (EVT) format access library -- Python 3 bindings libevt is a library to access the Windows Event Log (EVT) format. . This package contains Python 3 bindings for libevt. Package: python3-libevtx Description-md5: 0ad9d499ad5852ff336945fcf01174fa Description-en: Windows XML Event Log format access library -- Python 3 bindings libevtx is a library to access the Windows XML Event Log (EVTX) format. . This package contains Python 3 bindings for libevtx. Package: python3-libewf Description-md5: 2bec733323bc609c88788bf391962b7e Description-en: support for Expert Witness Compression format -- Python 3 bindings Libewf is a library with support for reading and writing the Expert Witness Compression Format (EWF). This library allows you to read media information of EWF files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format. It supports files created by EnCase 1 to 6, linen and FTK Imager. The libewf is useful for forensics investigations. . This package contains Python 3 bindings for libewf. Package: python3-libfdt Description-md5: 89657b764ef1ff4a90eacd02b299b88e Description-en: Flat Device Trees manipulation library - Python bindings This is a library containing functions for manipulating Flat Device Trees. . This package contains the files needed for Python development with libfdt. Package: python3-libfsext Description-md5: 1d3aaefa5839c5e959d37a6f5d866844 Description-en: library to access the Extended File System -- Python 3 bindings libfsext is a library to access the Extended File System. . This package contains Python 3 bindings for libfsext. Package: python3-libfshfs Description-md5: ac66d38cd43e0f8580880b2e377661e0 Description-en: library to access the Mac OS Hierarchical File System -- Python 3 bindings libfshfs is a library to access the Mac OS Hierarchical File System (HFS). . This package contains Python 3 bindings for libfshfs. Package: python3-libfsntfs Description-md5: 3908901343c0ea125fd45c679e50d4d6 Description-en: NTFS access library -- Python 3 bindings NTFS is the primary file system for Microsoft Windows versions that are based on Windows NT. libfsntfs provides a library and tools to access NTFS volumes. . This package includes Python 3 bindings. Package: python3-libfsxfs Description-md5: 8c78a966f52429f4164289b84159379b Description-en: llibrary to access the SGI X File System -- Python 3 bindings libfsxfs is a library to access the SGI X File System (XFS). . This package contains Python 3 bindings for libfsxfs. Package: python3-libfvde Description-md5: 129ee26166338160ca2aa97d777096a0 Description-en: FileVault Drive Encryption access library -- Python 3 bindings The FVDE format is used by Mac OS X, as of Lion, to encrypt data on a storage media volume. . This package contains Python 3 bindings for libfvde. Package: python3-libfwnt Description-md5: b600faa7670111079335560ee8ccb5d9 Description-en: Windows NT data type library -- Python 3 bindings libfwnt is a library for Windows NT data types. . This package contains Python 3 bindings for libfwnt. Package: python3-libfwsi Description-md5: e808d650187ab3731325c99631742326 Description-en: Windows Shell Item format access library -- Python 3 bindings libfwsi is a library to access the Windows Shell Item format. . This package contains Python 3 bindings for libfwsi. Package: python3-libgpiod Description-md5: e69873ca634f7a6bf7510464d06fc01b Description-en: Python bindings for libgpiod (Python 3) libgpiod encapsulates the ioctl calls and data structures behind a straightforward API. This new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs). . This package contains Python 3 bindings for the libgpiod library. Package: python3-libhfst Description-md5: 330bc7c934d1893686d727c384a8ff5c Description-en: Transitional dummy package for python3-hfst This is a transitional dummy package. It can safely be removed. 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-libkdumpfile Description-md5: 4a71b667a5fa1e6af35fb757c4dbdd9e Description-en: Python bindings for libkdumpfile libkdumpfile is a library to read kdump-compressed kernel core dumps. . This package contains Python bindings for libkdumpfile. Package: python3-liblnk Description-md5: 6d37c221bf51c90668ad3e0762570189 Description-en: Windows Shortcut File format access library -- Python 3 bindings liblnk is a library to access the Windows Shortcut File (LNK) format. . This package contains Python 3 bindings for liblnk. Package: python3-libluksde Description-md5: b2e74f225dcee08282f0bac8575f7c90 Description-en: library to access LUKS Disk Encryption volumes -- Python 3 bindings libluksde is a library to access LUKS Disk Encryption volumes. . This package contains Python 3 bindings for libluksde. Package: python3-libmsiecf Description-md5: 9ba7f3e5e3c847f3d91e50a5df4559cd Description-en: Microsoft Internet Explorer Cache File access library -- Python 3 bindings libmsiecf is a library to access the Microsoft Internet Explorer (MSIE) Cache File (index.dat) files. . This package contains Python 3 bindings for libmsiecf. Package: python3-libnatpmp Description-md5: 4ac8e79402c81b1721bc374882710cae Description-en: portable and fully compliant implementation of NAT-PMP (Python 3 bindings) NAT-PMP is the direct concurrent to the UPnP IGD specification. It is providing a way to do NAT traversal. It is part of the Bonjour protocol specifications. At the moment it is mainly supported by Apple software and hardware. For a way to add NAT-PMP capabilities to your *BSD, Linux or (Open)Solaris Router, you should have a look at MiniUPnPd which is supporting NAT-PMP in addition to UPnP since December 2007 ! . libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol NAT-PMP for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. . This package contains the Python 3 bindings. Package: python3-libnbd Description-md5: c59bd34986f97f1e7492b1fedcce9bcf Description-en: Network Block Device client library -- Python 3 bindings NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains Python 3 bindings and nbdsh, an interactive shell. Package: python3-libolecf Description-md5: 6c6bcc4d8eaede53097281366de89ce6 Description-en: OLE2 Compound File format access library -- Python 3 bindings libolecf is a library to access the OLE 2 Compound File (OLECF) format. . This package contains Python 3 bindings for libolecf. Package: python3-libqcow Description-md5: c71d27865ff2dc205319c0befda6e59c Description-en: QEMU Copy-On-Write image format access library -- Python 3 bindings libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format. . This package contains Python 3 bindings for libqcow. Package: python3-libregf Description-md5: 4f4ba6e6dde131fa13be9d4a8488e9b8 Description-en: Windows NT Registry File (REGF) format access library -- Python 3 bindings libregf is a library to access the Windows NT Registry File (REGF) format. . This package contains Python 3 bindings for libregf. Package: python3-librepo Description-md5: 949cf8bfd80e42af7c40e235f18cb206 Description-en: Python bindings for the librepo library (Python 3) A library providing C and Python (libcURL-like) APIs to download repository metadata. . This package installs the librepo library for Python 3. Package: python3-librepo-doc Description-md5: c5e5f5b5f5ab1f7061e46313804bbd6b Description-en: Python 3 bindings for the librepo library (common documentation) A library providing C and Python (libcURL-like) APIs to download repository metadata. . This package installs common documentation for the librepo Python 3 bindings. Package: python3-libscca Description-md5: aa93e70767eca539b04146e381ceb2c3 Description-en: Windows Prefetch File access library -- Python 3 bindings libscca is a library to access the Windows Prefetch File (SCCA) format. . This package contains Python 3 bindings for libscca. Package: python3-libsigscan Description-md5: c3e3ddf34244b73560cef2ccaade53aa Description-en: binary signature scanning library -- Python 3 bindings libsigscan is a library for binary signature scanning, using simple offset/string-based signatures. . This package contains Python 3 bindings for libsigscan. Package: python3-libsmdev Description-md5: 7939ef8cfdd83865f0b6723e6aeb8e49 Description-en: storage media device access library -- Python 3 bindings libsmdev is a library to access to storage media devices. . This package contains Python 3 bindings for libsmdev. Package: python3-libsmraw Description-md5: f40541cccec2a9975b8ca58465b2a4ca Description-en: split RAW image format access library -- Python 3 bindings libsmraw is a library to access the (split) RAW image format. . This package contains Python 3 bindings for libsmraw. 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-libsvm Description-md5: eda08f70b2882cf1b9c96babba99e55b Description-en: Python interface for support vector machine library Python interface for the LIBSVM library using ctypes. This new Python interface is provided since 2.91, and it is incompatible with the old one. Package: python3-libtorrent Description-md5: 1ae4d06eab5e84835d075e1f7376d626 Description-en: Python bindings for libtorrent-rasterbar (Python 3) Bittorrent library by Rasterbar Software (Arvid Norberg). libtorrent-rasterbar is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. . The main goals of libtorrent-rasterbar are: * to be cpu efficient * to be memory efficient * to be very easy to use . This package contains Python 3 bindings for the libtorrent-rasterbar library. Package: python3-libuser Description-md5: aa95d205d8dae7b8c055724fdb434188 Description-en: user and group account administration library - python3 bindings The libuser library implements a standardized interface for manipulating and administering user and group accounts. The library uses pluggable back-ends to interface to its data sources. . This package contains the Python 3 bindings of the library. Package: python3-libvhdi Description-md5: 151cb5d43507fa5e59d35e3b9e9ddc80 Description-en: Virtual Hard Disk image format access library -- Python 3 bindings libvhdi is a library to access the Virtual Hard Disk (VHD) image format. . This package contains Python 3 bindings for libvhdi. Package: python3-libvmdk Description-md5: c625b53f29b96ba46725c0d214692d6c Description-en: VMWare Virtual Disk format access library -- Python 3 bindings libvmdk is a library to access the VMware Virtual Disk (VMDK) format. . This package contains Python 3 bindings for libvmdk. Package: python3-libvshadow Description-md5: 9272304f681c79b6c3da759fb3f4ebd9 Description-en: Volume Shadow Snapshot format access library -- Python 3 bindings libvshadow is a library to access the Volume Shadow Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume. . This package contains Python 3 bindings for libvshadow. Package: python3-libvslvm Description-md5: 19ab4f6036e2d29b7ae2571292ab4a31 Description-en: Linux LVM volume system format access library -- Python 3 bindings libvslvm is a library to access the Linux Logical Volume Manager (LVM) volume system format. . This package contains Python 3 bindings for libvslvm. Package: python3-link-grammar Description-md5: 5c1153b356bf9caea7dd5d13f2968c48 Description-en: Carnegie Mellon University's link grammar parser (Python 3) In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar. . link-grammar can be used for linguistic parsing for information retrieval or extraction from natural language documents. It can also be used as a grammar checker. . This package contains a Python 3 library for using link-grammar. Package: python3-lldb-19 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-loki-ecmwf Description-md5: 7c2d6c45e687c6f8cd53940d1b9ecf73 Description-en: Source-to-source translation for Fortran Loki is an experimental tool to explore the possible use of source-to-source translation for ECMWF's Integrated Forecasting System (IFS) and associated Fortran software packages. . Loki is based on compiler technology (visitor patterns and ASTs) and aims to provide an abstract, language-agnostic representation of a kernel, as well as a programmable (pythonic) interface that allows developers to experiment with different kernel implementations and optimizations. The aim is to allow changes to programming models and coding styles to be encoded and automated instead of hand-applying them, enabling advanced experimentation with large kernels as well as bulk processing of large numbers of source files to evaluate different kernel implementations and programming models. Package: python3-loki-ecmwf-doc Description-md5: d34688119178a674d6c5e0879c9fba11 Description-en: Source-to-source translation for Fortran - documentation Loki is an experimental tool to explore the possible use of source-to-source translation for ECMWF's Integrated Forecasting System (IFS) and associated Fortran software packages. . This package contains the HTML documentation for Loki. Package: python3-loki-ecmwf-lint-rules Description-md5: 274e63f9ac6463eaadc38d112542c4f1 Description-en: Source-to-source translation for Fortran - Lint rules Loki is an experimental tool to explore the possible use of source-to-source translation for ECMWF's Integrated Forecasting System (IFS) and associated Fortran software packages. . This package contains the Lint rules for the loki-lint tool. Package: python3-loki-ecmwf-transformations Description-md5: 8917539908bef042d1d69cb1abde38e3 Description-en: Source-to-source translation for Fortran - IFS transformations Loki is an experimental tool to explore the possible use of source-to-source translation for ECMWF's Integrated Forecasting System (IFS) and associated Fortran software packages. . This package contains the IFS transformation implementations for Loki. Package: python3-loompy Description-md5: c20c276e5759dd79ac82c9c68fadff5b Description-en: access loom formatted files for bioinformatics Loom is an efficient file format for very large omics datasets, consisting of a main matrix, optional additional layers, a variable number of row and column annotations. Loom also supports sparse graphs. Loom files are used to store single-cell gene expression data: the main matrix contains the actual expression values (one column per cell, one row per gene); row and column annotations contain metadata for genes and cells, such as Name, Chromosome, Position (for genes), and Strain, Sex, Age (for cells). . Loom files (.loom) are created in the HDF5 file format, which supports an internal collection of numerical multidimensional datasets. HDF5 is supported by many computer languages, including Java, MATLAB, Mathematica, Python, R, and Julia. .loom files are accessible from any language that supports HDF5. Package: python3-lttoolbox Description-md5: ff7cfb6849e035051b7823f6e52b5cda Description-en: Apertium lexical processing modules and tools (Python 3 module) Python 3 module for applications using the Apertium lexical processing modules and tools. Package: python3-mailman-hyperkitty Description-md5: 447f1d289579b851478eb0852fe67675 Description-en: Mailman3 plugin to archive emails with HyperKitty Mailman3 allows emails sent to its mailing lists to be archived by any software provided that there is a plugin (loadable by Mailman3) designed to communicate with it properly. . This module contains a Mailman3 archiver plugin which sends emails to HyperKitty, the official Mailman3 web archiver. Package: python3-mailutils Description-md5: 7771fa360fb87b42722dca01f34cb412 Description-en: GNU Mail abstraction library (Python3 interface) GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. . This is the Python3 interface to the Mailutils library. Package: python3-mapscript Description-md5: ce80a1e608ad656e3a782c28ae112af8 Description-en: Python library for MapServer Python MapScript provides MapServer functions for Python scripts. . MapServer is a CGI-based framework for Internet map services which supports Open Geospatial Consortium (OGC) standards. Package: python3-marisa Description-md5: 20b5de98bbe5e135add55f319a55629f Description-en: Python3 bindings for MARISA Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package contains Python 3 bindings for MARISA. Package: python3-mecab Description-md5: 53463162703e0adc4a636412172ce840 Description-en: Mecab binding for Python3 Mecab is a Japanese morphological analysis system. . python3-mecab is its binding for Python3. Package: python3-mia Description-md5: 47dfd0c1edfb508e21678f65aab46421 Description-en: Python-3 bindings for the MIA image processing library MIA comprises a set of tools, libraries, and plug-ins for general purpose 2D and 3D gray scale image processing and basic handling of triangular meshes. The libraries provide a basic infrastructure and generic algorithms, that can be specialized by specifying the appropriate plug-ins. This package provides the Python-3 bindings. Package: python3-miniupnpc Description-md5: 35c1a4d0138099dfc327bc83403d4c22 Description-en: UPnP IGD client lightweight library Python 3 bindings The UPnP protocol is supported by most home adsl/cable routers and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software solution to support the "Internet Gateway Device" part of the protocol. The MediaServer/MediaRenderer UPnP protocol is also becoming very popular. . Miniupnpc aims at the simplest library possible, with the smallest footprint and no dependencies to other libraries such as XML parsers or HTTP implementations. All the code is pure ANSI C. Compiled on a x86 PC, the miniupnp client library have less than 15KB code size. For instance, the upnpc sample program is around 20KB. The miniupnp daemon is much smaller than any other IGD daemon and is ideal for using on low memory device for this reason. . This package contains the Python 3 bindings. Package: python3-mlpack Description-md5: 4707785b90eb24554464596be079bbeb Description-en: intuitive, fast, scalable C++ machine learning library (Python bindings) This package contains Python bindings for the mlpack Library. . Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++ machine learning library, meant to be a machine learning analog to LAPACK. It aims to implement a wide array of machine learning methods and function as a "swiss army knife" for machine learning researchers. Package: python3-mlt Description-md5: c33f6feea04a0b91662e31b0e992ebba Description-en: multimedia framework (Python bindings) MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. . This package contains the Python bindings for the mlt package. Package: python3-molotov Description-md5: a0f2aa365fec99c8719b0bea4bc2e75f Description-en: tool to write load tests in Python Create a load test in Python using functions decorated with the scenario decorator – those functions needs to be coroutines. Based on asyncio, built with aiohttp. . This package contains the Python 3.x module and CLI. Package: python3-mp-api Description-md5: 2e488f276512b2f52480f676e6cf7568 Description-en: Materials Project API for Python The Materials Project API defines a standardized manner in which the Materials Project database can be accessed by its users. The API is typically used by scientific researchers who need to retrieve large amounts of data to support their research. . This package installs the library for Python 3. Package: python3-music Description-md5: 7a44573e162c8ad36da4c00c19891357 Description-en: Multi-Simulation Coordinator for MPI -- Runtime library MUSIC allows spike events and continuous time series to be communicated between parallel applications within the same MPI job in a cluster computer. Typical usage cases are connecting models developed for different simulators and connecting a parallel simulator to a post-processing tool. . This package contains the MUSIC library python bindings. Package: python3-napari Description-md5: 15b2401a7872de383c014d992bb1bc8b Description-en: n-dimensional array viewer in Python Fast, interactive, multi-dimensional image viewer for Python. It's designed for browsing, annotating, and analyzing large multi-dimensional images. It's built on top of Qt (for the GUI), vispy (for performant GPU-based rendering), and the scientific Python stack (numpy, scipy). Package: python3-ndcube Description-md5: e549e2111e6304c303a2dceb75b56606 Description-en: Package for multi-dimensional coordinate-aware arrays (Python 3) ndcube is a SunPy affiliated package for manipulating, inspecting and visualizing multi-dimensional contiguous and non-contiguous coordinate-aware data arrays. It combines data, uncertainties, units, metadata, masking, and coordinate transformations into classes with unified slicing and generic coordinate transformations and plotting/animation capabilities. It is designed to handle data of any number of dimensions and axis types (e.g. spatial, temporal, spectral, etc.) whose relationship between the array elements and the real world can be described by World Coordinate System (WCS) translations. . This is the Python 3 version of the package. Package: python3-ndcube-doc Description-md5: 853e4123a3e61b6ad59f208b8ebe30db Description-en: Package for multi-dimensional coordinate-aware arrays (documentation) ndcube is a SunPy affiliated package for manipulating, inspecting and visualizing multi-dimensional contiguous and non-contiguous coordinate-aware data arrays. It combines data, uncertainties, units, metadata, masking, and coordinate transformations into classes with unified slicing and generic coordinate transformations and plotting/animation capabilities. It is designed to handle data of any number of dimensions and axis types (e.g. spatial, temporal, spectral, etc.) whose relationship between the array elements and the real world can be described by World Coordinate System (WCS) translations. . This is the common documentation package. Package: python3-netgen Description-md5: a5cd80ea677cf4ad38dfa74aa3ea219e Description-en: Automatic 3d tetrahedral mesh generator Python 3 bindings NETGEN is an automatic 3d tetrahedral mesh generator. It accepts input from constructive solid geometry (CSG) or boundary representation (BRep) from STL file format. The connection to a geometry kernel allows the handling of IGES and STEP files. NETGEN contains modules for mesh optimization and hierarchical mesh refinement. . This package contains Python 3 bindings. Package: python3-neuron Description-md5: e13f492c7dbdb166b986a634161db152 Description-en: Neuron simulation environment - Python bindings NEURON is a simulation environment for modeling individual neurons and networks of neurons. It provides tools for conveniently building, managing, and using models in a way that is numerically sound and computationally efficient. It is particularly well-suited to problems that are closely linked to experimental data, especially those that involve cells with complex anatomical and biophysical properties. . This package contains Python bindings for NEURON. Package: python3-nmodl Description-md5: add7fb051e366105c7908002831c2a48 Description-en: Python support for the NEURON modeling language engine The NMODL Framework is a code generation engine for the NEURON MODeling Language (NMODL). . This package contains support for using nmodl from Python. Package: python3-nopie Description-md5: 31e6008ca39ff837e1229d920f443a6b Description-en: Python interpreter linked without PIE (default python3 version) This package contains the interpreter not built as position independent executable. This interpreter is diverting the python3 executable, and making the interpreter built with PIE available as python3-pie. Package: python3-nordugrid-arc Description-md5: fc38f2862c8e98451ce06ede3bdd3c95 Description-en: ARC Python wrapper NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). . Python bindings for ARC. Package: python3-notebook Description-md5: 5da681a9ca3b32654d12c11e9bca9ffe Description-en: Jupyter interactive notebook (Python 3) The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets. . This package contains the Python 3 library. Package: python3-nudatus Description-md5: 6866e273c6906f86ac34927f7fcb41cb Description-en: module to remove comments from Python 3 scripts Nudatus was created to help fit longer, heavily-documented Python programs onto the micro:bit single-board computer (SBC). It should be suitable for similar platforms with restricted storage capacity. . Although the library is designed to be embedded, this package also provides the `nudatus` CLI utility. . Nudatus uses the tokenizer built into Python, so only supports the syntax of the version of Python it's running on. . This package installs the library and CLI utility for Python 3. Package: python3-numpydoc Description-md5: 893c75e53d1af3c028e73ee6e0c07a62 Description-en: Sphinx extension to support docstrings in Numpy format -- Python3 This package defines several extensions for the Sphinx documentation system, shipped in the numpydoc Python package. In particular, these provide support for the Numpy docstring format in Sphinx. . This package provides the Python 3 version. Package: python3-nvme Description-md5: 2be687fc40f33c5de6cc6c330b6261ef Description-en: NVMe management library (transitional package) Package to ease upgrading from older python3-nvme package to the new python3-libnvme package. . This package can be purged at anytime once the python3-libnvme package has been installed. Package: python3-ogre-1.12 Description-md5: 9049ffc0c34f953c77854e014271b0d5 Description-en: 3D Object-Oriented Graphics Rendering Engine (Python3) OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce applications utilising hardware-accelerated 3D graphics. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes. . This package contains the bindings for Python 3. 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-openbabel Description-md5: aa2a39e7aee58768c87aec68f06497d6 Description-en: Chemical toolbox library (Python bindings) Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It allows one to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. Features include: . * Hydrogen addition and deletion * Support for Molecular Mechanics * Support for SMARTS molecular matching syntax * Automatic feature perception (rings, bonds, hybridization, aromaticity) * Flexible atom typer and perception of multiple bonds from atomic coordinates * Gasteiger-Marsili partial charge calculation . File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC. . This package contains the Python binding. Package: python3-openimageio Description-md5: 312bca0dc0df8ddc5aac3c3231e10aae Description-en: Library for reading and writing images - Python bindings OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. Main features include: . * Extremely simple but powerful ImageInput and ImageOutput APIs for reading and writing 2D images that is format agnostic -- that is, a "client app" doesn't need to know the details about any particular image file formats. Specific formats are implemented by DLL/DSO plugins. . * Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really good at understanding all the strange corners of the image formats, and are very careful about preserving image metadata (including Exif, GPS, and IPTC data). . * An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data (thousands of image files totaling hundreds of GB) very efficiently using only a tiny amount (tens of megabytes at most) of runtime memory. Additionally, a TextureSystem class provides filtered MIP-map texture lookups, atop the nice caching behavior of ImageCache. . * Several image tools based on these classes, including iinfo (print detailed info about images), iconvert (convert among formats, data types, or modify metadata), idiff (compare images), igrep (search images for matching metadata). Because these tools are based on ImageInput/ImageOutput, they work with any image formats for which ImageIO plugins are available. . * A really nice image viewer, iv, also based on OpenImageIO classes (and so will work with any formats for which plugins are available). . * Supported on Linux, OS X, and Windows. . * All available under the BSD license, so you may modify it and use it in both open source or proprietary apps. . This package provides Python bindings to the OpenImageIO library. Package: python3-openmm Description-md5: 05222dad319a5457a88f80787dbc2e9a Description-en: Python bindings for the OpenMM molecular simulation package OpenMM is a software toolkit for performing molecular simulations on a range of high performance computing architectures. This package provides the Python application layer for the package. Package: python3-openshot Description-md5: 79199ed0a47be51aad3ca4fa3552a838 Description-en: OpenShot video library bindings for Python 3 OpenShot Library (libopenshot) is an open-source project dedicated to delivering high quality video editing, animation, and playback solutions to the world. The API currently supports C++, Python, and Ruby. . This package provides the bindings for Python 3. Package: python3-openturns Description-md5: 8b25f3dcaf8ac5517420c1b6bb95981f Description-en: Python3 front-end of OpenTURNS (aka TUI) OpenTURNS is a powerful and generic tool to treat and quantify uncertainties in numerical simulations in design, optimization and control. It allows both sensitivity and reliability analysis studies: * defining the outputs of interest and decision criterion; * quantify and model the source of uncertainties; * propagate uncertainties and/or analyse sensitivity and * rank the sources of uncertainty . Targeted users are all engineers who want to introduce the probabilistic dimension in their so far deterministic studies. . This package provides the Python3 bindings to the library. Package: python3-openvdb Description-md5: 6dbc7dca3cb3e1ceb9118d380bac5e32 Description-en: Sparse Volume Processing toolkit - Python 3 binding OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It is developed and maintained by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. . This is the package for the Python 3 binding. 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-orcus Description-md5: 5ac877554a2345ef8d4a7bfc469cbeed Description-en: library for processing spreadsheet documents - Python bindings Orcus is a library that provides a collection of standalone file processing filters. It is currently focused on providing filters for spreadsheet documents, but filters for other productivity application types (such as wordprocessor and presentation) are in consideration. . The library currently includes filters for xlsx, ods, csv, and generic XML formats. . This package contains the Python bindings for liborcus. Package: python3-ost Description-md5: 9e9464d2fe8358febf528598cddb115f Description-en: Open-Source Computational Structural Biology Framework - Python 3 package OpenStructure aims to provide an open-source, modular, flexible, molecular modelling and visualization environment. It is targeted at interested method developers in the field of structural bioinformatics. Package: python3-pamqp Description-md5: 6bb891d60c9efc0c90a0522099f13c82 Description-en: RabbitMQ Focused AMQP low-level library (Python3 version) pamqp is a low level AMQP 0-9-1 frame encoding and decoding library for Python. It is not a end-user client library for talking to RabbitMQ but rather is used by client libraries for marshaling and unmarshaling AMQP frames. . AMQP class/method command class mappings can be found in the pamqp.specification module while actual frame encoding and encoding should be run through the pamqp.frame module. . This package contains the Python 3 version of the library. Package: python3-parmed Description-md5: 7da5356f2091e0aaad1b4f84bb5352e5 Description-en: parameter and topology file editor and molecular mechanical simulator ParmEd is a package designed to facilitate creating and easily manipulating molecular systems that are fully described by a common classical force field. Supported force fields include Amber, CHARMM, AMOEBA, and several others that share a similar functional form (e.g., GROMOS). . ParmEd is capable of reading and writing to a wide array of different file formats, like the Amber topology and coordinate files, CHARMM PSF, parameter, topology, and coordinate files, Tinker parameter, topology, and coordinate files, and many others. The expressive central data structure (the 'Structure' class) makes it easy to quickly and safely manipulate a chemical system, its underlying topology, and force field parameters describing its potential energy function. . There are two parts of ParmEd -- a documented API that one can incorporate into their own Python scripts and programs, and a GUI/CLI pair of programs that provides a means to quickly perform various modifications to chemical systems for rapid prototyping. . The API also provides bindings to the OpenMM library, permitting one to carry out full molecular dynamics investigations using ParmEd on high-performant hardware, like AMD and NVidia GPUs. Package: python3-pcp Description-md5: 76f8ad71025cffd0c42d363ccbcfc0e9 Description-en: Performance Co-Pilot Python3 PMAPI module The PCP Python3 module contains the language bindings for building Performance Metric API client tools using Python3. . The Performance Co-Pilot provides a unifying abstraction for all of the interesting performance data in a system, and allows client applications to easily retrieve and process any subset of that data. Package: python3-persalys Description-md5: 030b49071f37cfca9fbc65b00a582656 Description-en: GUI for uncertainty treatment (Python bindings) Persalys is a graphical user interface for OpenTURNS, dedicated to the treatment of uncertainty and the management of variabilities. The software is a tool between the computer simulation, probabilistic analyses and the data sciences. The interface is available in French or in English. . Persalys allows one to: - create mathematical models: analytical, coupling with an external model (finite elements, ...), FMU; - analyse the variability of one's parameters thanks to many methods and visualisation tools; - statistically analyse one's measuring data, infer probability distributions or create metamodels. . This package contains the Python3 bindings. Package: python3-petsc4py Description-md5: 4be396cadcd62636fbd56a3a342ddcf6 Description-en: Python 3 bindings for PETSc libraries PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This is a base package that depends on the python3 petsc4py package with either real or complex number support. It provides the path to petsc4py for the system's default PETSc version set in /usr/lib/petsc. Export environment variable PETSC_DIR to use other versions. Package: python3-petsc4py-64-complex Description-md5: 46438fc210192da5d7d02b54d1fb48be Description-en: Python 3 bindings for 64-bit PETSc libraries (complex numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This is a dummy package depending on the petsc4py build for the latest version of PETSc with complex number support and 64-bit indexing. Package: python3-petsc4py-64-complex3.19 Description-md5: 3dfe4fa2f6289f11617487cd3fc51a35 Description-en: Python 3 bindings for 64-bit PETSc 3.19 libraries (complex numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of PETSc 3.19 with complex number support and 64-bit indexing. Package: python3-petsc4py-64-real Description-md5: 2bd7b2c1999e4f8c4b82f937e1886759 Description-en: Python 3 bindings for 64-bit PETSc libraries (real numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This is a dummy package depending on the petsc4py build for the latest version of PETSc with real number support and 64-bit indexing. Package: python3-petsc4py-64-real3.19 Description-md5: 5985329fd728f9ce0e2a67bc486020f5 Description-en: Python 3 bindings for 64-bit PETSc 3.19 libraries (real numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of PETSc 3.19 with real number support and 64-bit indexing. Package: python3-petsc4py-complex Description-md5: 4a6a4f27e733a85a688506f9f9eee348 Description-en: Python 3 bindings for PETSc libraries (complex numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This is a dummy package depending on the petsc4py build for the latest version of PETSc with complex number support. Package: python3-petsc4py-complex3.19 Description-md5: 39d7edaccb0a7a7fe1764b3a4f00148a Description-en: Python 3 bindings for PETSc 3.19 libraries (complex numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of PETSc 3.19 with complex number support. Package: python3-petsc4py-real Description-md5: a5e28f79b38b9a9f99e19343bc051b77 Description-en: Python 3 bindings for PETSc libraries (real numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This is a dummy package depending on the petsc4py build for the latest version of PETSc with real number support. Package: python3-petsc4py-real3.19 Description-md5: 7d2e9f10bcd3720fca83b3e3875e170b Description-en: Python 3 bindings for PETSc 3.19 libraries (real numbers) PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication. . This package provides Python 3 bindings to almost all functions of PETSc 3.19 with real number support. Package: python3-pg8000 Description-md5: 5577f66df3813227bdece762190e1dd6 Description-en: Pure-Python PostgreSQL Driver (Python 3) pg8000 is a Pure-Python interface to the PostgreSQL database engine. It is one of many PostgreSQL interfaces for the Python programming language. pg8000 is somewhat distinctive in that it is written entirely in Python and does not rely on any external libraries (such as a compiled Python module, or PostgreSQL's libpq library). pg8000 supports the standard Python DB-API version 2.0. . pg8000's name comes from the belief that it is probably about the 8000th PostgreSQL interface for Python. . This package contains the Python 3 version. Package: python3-phonopy Description-md5: 9e652bc067f9a28dde8d692900a662ee Description-en: phonon calculations at harmonic and quasi-harmonic levels (Python 3) Phonopy is an open source package for phonon calculations at harmonic and quasi-harmonic levels. . This package contains Python 3 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-plfit Description-md5: 1ea3011d6b6a8f9d03390857977fc65e Description-en: fitting power-law distributions to empirical data -- Python The plfit software fits power-law distributions to empirical (discrete or continuous) data, according to the method of Clauset, Shalizi and Newman [SIAM Review 51, 661-703 (2009)]. . This package provides a Python module. Package: python3-plist Description-md5: 487d0e45cf9e076ca3024ae72a1f32cb Description-en: Library for handling Apple binary and XML property lists - Python3 bindings libplist is a library for reading and writing the Apple binary and XML property lists format. It's part of the libimobiledevice stack, providing access to iDevices (iPod, iPhone, iPad ...). . This package contains the Python 3 bindings. Package: python3-plover-stroke Description-md5: 318a7c543e24f58edfb96641ce163cdd Description-en: Stroke handling helper library for Plover This package provides a stroke handling helper library for working with steno stroke. It is a dependency for plover software. Package: python3-plplot Description-md5: eb17ab7bbacade4f6715177fc50d0d4d Description-en: Python support for PLplot, a plotting library PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package contains the library plmodule.so for glueing the PLplot scientific plotting library into Python applications. Examples are also provided. Package: python3-plplot-qt Description-md5: 083577bfe29461f89e411d0b9f6a52c9 Description-en: Scientific plotting library (Python Qt GUI) PLplot is relatively small, portable, freely distributable, and is rich enough to satisfy most users. It has a wide range of plot types including line (linear, log), contour, 3D, fill, and almost 1000 characters (including Greek and mathematical) in its extended font set. The package is designed to make it easy to quickly get graphical output; only a handful of function calls is typically required. For more advanced use, virtually all aspects of plotting are configurable. . This package provides Python bindings to allow use of the PLplot API in qt applications. Package: python3-poliastro Description-md5: ddd44c05282f34f71cbc4ec93d6150c1 Description-en: Astrodynamics and Orbital Mechanics computations Poliastro is an open source pure Python package dedicated to problems arising in Astrodynamics and Orbital Mechanics, such as orbit propagation, solution of the Lambert's problem, conversion between position and velocity vectors and classical orbital elements and orbit plotting, focusing on interplanetary applications Package: python3-pooch Description-md5: 905d0eb2290803ef7b904a457d365df0 Description-en: Tools to manage Python library's data files Pooch manages a data registry by downloading your data files from a server only when needed and storing them locally in a data cache (a folder on your computer). . Pooch's main features: * Pure Python and minimal dependencies. * Download a file only if necessary (it's not in the data cache or needs to be updated). * Verify download integrity through SHA256 hashes (also used to check if a file needs to be updated). * Designed to be extended: plug in custom download (FTP, scp, etc) and post-processing (unzip, decompress, rename) functions. * Includes utilities to unzip/decompress the data upon download to save loading time. * Can handle basic HTTP authentication (for servers that require a login) and printing download progress bars. * Easily set up an environment variable to overwrite the data cache location. * Automatically download your data files so you don't have to keep them in your GitHub repository. * Make sure everyone running the code has the same version of the data files (enforced through the SHA256 hashes). Package: python3-prelude Description-md5: f8791ae8504dd6ff5cc636a63e27f0e8 Description-en: Security Information and Events Management system [ Python3 bindings ] The Prelude Library is a collection of generic functions providing communication between the Prelude SIEM suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. . This package contains the Python 3 bindings for Prelude. Package: python3-promod3 Description-md5: 8f006bc2e3d8d5f98c3e6203c12dd167 Description-en: protein homology modelling engine - Python 3 package ProMod3 is a modelling engine based on the OpenStructure computational structural biology framework that can perform all steps required to generate a protein model by homology. Its modular design aims at implementing flexible modelling pipelines and fast prototyping of novel algorithms. . This package contains ProMod3 Python 3 package. Package: python3-psautohint Description-md5: 1bd086f8fba9fa9d4b7e05aab35150ba Description-en: Python library for psautohint font hinter from AFDKO psautohint is the font autohinter from Adobe Font Development Kit for OpenType (AFDKO). . This package provides the Python 3 library. Package: python3-pwquality Description-md5: 04483db006f6aa03b924da3534406479 Description-en: Python bindings for libpwquality libpwquality's purpose is to provide common functions for password quality checking and also scoring them based on their apparent randomness. The library also provides a function for generating random passwords with good pronounceability. . This package contains the Python bindings. Package: python3-pyarmnn Description-md5: e21445e8ef70df8ec8d5ee4a54acf089 Description-en: PyArmNN is a python extension for the Armnn SDK PyArmNN provides interface similar to Arm NN C++ Api. . PyArmNN is built around public headers from the armnn/include folder of Arm NN. PyArmNN does not implement any computation kernels itself, all operations are delegated to the Arm NN library. Package: python3-pycangjie Description-md5: f704fe2ccd9ead25f7576bc00c91a8e6 Description-en: Python wrapper to libcangjie This is a Python wrapper to libcangjie, a library that implements the Chinese input method Cangjie (and also Quick). Package: python3-pyfai Description-md5: d92b5b76c92a7025dd4c3b87b6aee6dc Description-en: Fast Azimuthal Integration scripts - Python3 PyFAI is a Python library for azimuthal integration; it allows the conversion of diffraction images taken with 2D detectors like CCD cameras into X-Ray powder patterns that can be used by other software like Rietveld refinement tools (i.e. FullProf), phase analysis or texture analysis. . As PyFAI is a library, its main goal is to be integrated in other tools like PyMca, LiMa or EDNA. To perform online data analysis, the precise description of the experimental setup has to be known. This is the reason why PyFAI includes geometry optimization code working on "powder rings" of reference samples. Alternatively, PyFAI can also import geometries fitted with other tools like Fit2D. . PyFAI has been designed to work with any kind of detector with any geometry (transmission, reflection, off-axis, ...). It uses the Python library FabIO to read most images taken by diffractometer. . This is the Python 3 version of the package. Package: python3-pygame Description-md5: 306500d85ba0762cf985a58d17463575 Description-en: SDL bindings for games development (Python 3) A multimedia development kit for Python. Pygame provides modules for you to access the video display, play sounds, track time, read the mouse and joystick, control the CD player, render true type fonts and more. It does this using mainly the cross-platform SDL library, a lightweight wrapper to OS-specific APIs. . This is the Python 3 version of the package. Package: python3-pylabels Description-md5: c486a4f48a0c64a78ac6344de53c58d4 Description-en: python library for creating PDFs to print sheets of labels pylabels uses the ReportLab PDF toolkit to produce the PDF. . Basically, the user creates a set of specifications of the label sizes etc, writes a callback function which does the actual drawing, and gives these two items to a Sheet object. Items are then added to the sheet using the add_label() method (or add_labels() to add all items from an iterable). . The callback function is called once for each item, being given a ReportLab Drawing object representing the label, its width and height, and the item to draw on the label. Any of the standard ReportLab drawing methods can be used, with pylabels automatically adding a clipping path around each label to prevent it interfering with other labels. . Once all the items have been added, the labels can be saved as a PDF, or a preview of a page can be saved as an image. . This package installs the library for Python 3. Package: python3-pylsp Description-md5: 78ff1fe2666ed5b5c4c4bb7331ecea9d Description-en: Python implementation of the Language Server Protocol The Language Server Protocol is designed to standardise how language servers and development tools communicate. This package provides a Python implementation. . A number of optional providers can be enabled if the requisite dependencies are installed, which are listed as Suggests. Package: python3-pylsp-black Description-md5: f80f96855f018be09216c4f0160ddc1c Description-en: Black plugin for the Python Language Server This package provides a plugin to support the Black formatter in editors that support the Python Language Server. . It is recommended by the author to not have python3-yapf or python3-autopep8 installed when using this plugin, as that might lead to unexpected results. Package: python3-pynn Description-md5: 26c14f73192bba7e584490820ae5faf1 Description-en: simulator-independent specification of neuronal network models PyNN allows for coding a model once and run it without modification on any simulator that PyNN supports (currently NEURON, NEST, PCSIM and Brian). PyNN translates standard cell-model names and parameter names into simulator-specific names. Package: python3-pynpoint Description-md5: 0192b271bdb8c291e1df6cd310b7f866 Description-en: Pipeline for processing and analysis of high-contrast imaging data This is a generic, end-to-end pipeline for the data reduction and analysis of high-contrast imaging data of planetary and substellar companions, as well as circumstellar disks in scattered light. . The pipeline has a modular architecture with a central data storage in which all results are stored by the processing modules. These modules have specific tasks such as the subtraction of the thermal background emission, frame selection, centering, PSF subtraction, and photometric and astrometric measurements. The tags from the central data storage can be written to FITS, HDF5, and text files with the available I/O modules. Package: python3-pyocd Description-md5: aad3cc579f682f8574404b1a30e3bf47 Description-en: ARM Cortex-M programming tools (Python3) pyOCD is an Open Source Python based library for programming and debugging ARM Cortex-M microcontrollers using CMSIS-DAP. . Includes support for flashing new binaries, resetting the device, halt, step, resume read/write memory and set/remove breakpoints. Package: python3-pyopencolorio Description-md5: b8515c0abe011d4e24d5873bef7edd95 Description-en: complete color management solution - Python bindings OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats. . OpenColorIO is released as version 2.0 and has been in development since 2003. OCIO represents the culmination of years of production experience earned on such films as SpiderMan 2 (2004), Surf's Up (2007), Cloudy with a Chance of Meatballs (2009), Alice in Wonderland (2010), and many more. OpenColorIO is natively supported in commercial applications like Katana, Mari, Nuke, Maya, Houdini, Silhouette FX, and others. . OpenColorIO is free and open source software and one of several projects actvively sponsored by the ASWF (Academy Software Foundation). . This package provides Python bindings to the OpenColorIO library. Package: python3-pypamtest Description-md5: cb38690e6fc45388a25869ad35298973 Description-en: Tool to test PAM applications and PAM modules -- Python3 bindings This component of cwrap allows you to either test your PAM (Linux-PAM and OpenPAM) application or module. . This package includes bindings for Python 3. Package: python3-pypdf Description-md5: 066002d47f385ae79c032e3e722b0bc4 Description-en: Pure-Python library built as a PDF toolkit (Python 3) A Pure-Python library built as a PDF toolkit. It is capable of: - extracting document information (title, author, ...), - splitting documents page by page, - merging documents page by page, - cropping pages, - merging multiple pages into a single page, - encrypting and decrypting PDF files. . By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs. . This is the Python 3 version of the package. Package: python3-pypff Description-md5: ed5076c4fee44c8600d966b4c87246fa Description-en: Python 3 bindings for libpff Libpff is a library to access Personal Folder File (PFF) and Offline Folder File (OFF) formats. Those files formats are used by MS Outlook in PAB (Personal Address Book), PST (Personal Storage Table) and OST (Offline Storage Table) files. . This package contains Python 3 bindings for libpff. Package: python3-pyqt5 Description-md5: fbb6f230f704ef45fbf057abc0d8bdba Description-en: Python 3 bindings for Qt5 PyQt5 exposes the Qt5 API to Python 3. This package contains the following modules: * QtCore * QtDBus * QtDesigner * QtGui * QtHelp * QtNetwork * QtPrintSupport * QtTest * QtWidgets * QtXml Package: python3-pyqt5.qtbluetooth Description-md5: 1ff2739217db0f3b9d9c813cf6e40471 Description-en: Python bindings for Qt Bluetooth module The Qt Bluetooth API provides connectivity between Bluetooth enabled devices. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtmultimedia Description-md5: 2b7aa07bd6f611a3a5bf81ef560409b0 Description-en: Python 3 bindings for Qt5's Multimedia module The Multimedia module of PyQt5 provides a set of APIs to play and record media, and manage a collection of media content. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtnfc Description-md5: d03cbd90ab977b7a67dd0eb906283fa8 Description-en: Python bindings for Qt NFC module The Qt NFC API provides connectivity between NFC enabled devices. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtopengl Description-md5: e9ed39d0ea634e379867f454fd8ead88 Description-en: Python 3 bindings for Qt5's OpenGL module The OpenGL module of PyQt5 provides widgets and utility classes for OpenGL rendering in a PyQt5 application. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtpositioning Description-md5: 71b6af86ffa8cd544c6d64242d19377b Description-en: Python 3 bindings for QtPositioning module The QtPositioning module of PyQt5 provides an API to access location and positioning information. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtquick Description-md5: 2ecb5931419803407d30e4b798a40bfc Description-en: Python 3 bindings for QtQuick module The QtQuick module of PyQt5 provides a framework for developing applications and libraries with the QML language. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtremoteobjects Description-md5: 3fa87923d9052919c1559f757af0ba52 Description-en: Python 3 bindings for Qt5's RemoteObjects module The QtRemoteObjects module extends Qt's existing functionalities to enable information exchange between processes or computers. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtsensors Description-md5: d7474ce0699d46f239313af271d46a56 Description-en: Python 3 bindings for QtSensors module The QtSensors module of PyQt5 provides a set of APIs to access sensors hardware from PyQt applications. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtserialport Description-md5: 77869574eab13b14a79f13ee21bd709a Description-en: Python 3 bindings for QtSerialPort module The QtSerialPort module of PyQt5 provides a set of APIs to use serial ports from PyQt applications. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtsql Description-md5: 7574b5bc8da18804a0bb8b27611b4ce1 Description-en: Python 3 bindings for Qt5's SQL module The SQL module of PyQt5 provides widgets and utility classes for Python 3 SQL database access. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtsvg Description-md5: d70c254f0894d222695bd394b2b3aa9f Description-en: Python 3 bindings for Qt5's SVG module The SVG module of PyQt5 provides classes for displaying the contents of SVG files. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qttexttospeech Description-md5: 15f8b0b0df67d1cfd9ca055a758f7b52 Description-en: Python 3 bindings for QtSpeech module The QtSpeech module of PyQt5 provides a set of APIs for text-to-speech in PyQt applications. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtwebchannel Description-md5: 7ef1a0e57b1afef745483e3aec35f054 Description-en: Python 3 bindings for Qt5's WebChannel module Qt WebChannel enables peer-to-peer communication between the host (PyQt5 application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine (experimental). . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtwebkit Description-md5: 241b59ccd381653bfb7b19f9a6d4d229 Description-en: Python 3 bindings for Qt5's WebKit module The WebKit module of PyQt5 provides a Web browser engine that makes it easy to embed HTML content into your PyQt application. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtwebsockets Description-md5: 46cea5ef308fd94806e5a27b061aa6cf Description-en: Python 3 bindings for Qt5's WebSockets module The WebSockets module of PyQt5 provides Python 3 bindings for the WebSockets specification (both client and server). . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtx11extras Description-md5: 934352a201f61877b9682448999d4791 Description-en: Python 3 bindings for QtX11Extras module The QtX11Extras module of PyQt5 provides an API to access X11-specific information and classes. . This package contains the Python 3 version of this module. Package: python3-pyqt5.qtxmlpatterns Description-md5: d48c0a158ad69ac798efecfebd888465 Description-en: Python 3 bindings for Qt5's XmlPatterns module QtXmlPatterns is a XQuery and XPath engine for XML and custom data models. This package provides a PyQt binding for QtXmlPatterns. . This package contains the Python 3 version of this module. Package: python3-pyremctl Description-md5: 3a4db4cf842d9c59811bcac970576e86 Description-en: Python 3 extension for Kerberos-authenticated command execution The Python 3 remctl extension, which provides native Python bindings for the libremctl client library. . remctl is a client/server protocol for executing specific commands on a remote system with Kerberos authentication. The allowable commands must be listed in a server configuration file, and the executable run on the server may be mapped to any command name. Each command is also associated with an ACL containing a list of Kerberos principals authorized to run that command. Package: python3-pyside2.qt3danimation Description-md5: 2030e91e527a6a5e3a4b662f9dd977c9 Description-en: Python bindings for Qt5 3DAnimation module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the Qt3DAnimation module. Package: python3-pyside2.qt3dcore Description-md5: 1ddf4c64ca6077fb48c5670d7a9ae822 Description-en: Python bindings for Qt5 3DCore module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the Qt3DCore module. Package: python3-pyside2.qt3dextras Description-md5: 1d2bb8d3a0ccc72f8c923baaf32c0b07 Description-en: Python bindings for Qt5 3DExtras module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the Qt3DExtras module. Package: python3-pyside2.qt3dinput Description-md5: ee3c839cec7fd2d2a1ef24d7570ac78b Description-en: Python bindings for Qt5 3DInput module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the Qt3DInput module. Package: python3-pyside2.qt3dlogic Description-md5: b7593ae0c0668f7c90c4fd2fede5dba0 Description-en: Python bindings for Qt5 3DLogic module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the Qt3DLogic module. Package: python3-pyside2.qt3drender Description-md5: 810bfdcdb19c1182deb167d82c8fc857 Description-en: Python bindings for Qt5 3DRender module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the Qt3DRender module. Package: python3-pyside2.qtcharts Description-md5: e5ef61c559f4377296c80b8278cfba2b Description-en: Python bindings for Qt5 Charts module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtCharts module. Package: python3-pyside2.qtconcurrent Description-md5: 9b2149017f5bc63fb97bfa50b20ac887 Description-en: Python bindings for Qt5 Concurrent module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtConcurrent module. Package: python3-pyside2.qtcore Description-md5: 9197ea7b8fa82989ba06601f4499b725 Description-en: Python bindings for Qt5 core module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtCore module. Package: python3-pyside2.qtdatavisualization Description-md5: e110ca0423b7cba11c843e62cdca9282 Description-en: Python bindings for Qt5 Data Visualization (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtDataVisualization module. Package: python3-pyside2.qtgui Description-md5: dd9055443c0b03a68fd4ee741ff60eff Description-en: Python bindings for Qt5 Gui module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtGui module. Package: python3-pyside2.qthelp Description-md5: 1c2d3e9b1cf0f241bbcb138b437ab06f Description-en: Python bindings for Qt5 Help module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtHelp module. Package: python3-pyside2.qtlocation Description-md5: 52247d12627ff7ff14f40b00f87e6131 Description-en: Python bindings for Qt5 Location module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtLocation module. Package: python3-pyside2.qtmultimedia Description-md5: 25abce2188ac7e19fd41bae430cc4fae Description-en: Python bindings for Qt5 Multimedia module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtMultimedia module. Package: python3-pyside2.qtmultimediawidgets Description-md5: d180643be2db92f9aa4f80d871349616 Description-en: Python bindings for Qt5 MultimediaWidgets module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtMultimediaWidgets module. Package: python3-pyside2.qtnetwork Description-md5: b348523278cd82965af96479eb3637a3 Description-en: Python bindings for Qt5 Network module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtNetwork module. Package: python3-pyside2.qtopengl Description-md5: 9364f7232c9b3cc2ce167a687d989e5a Description-en: Python bindings for Qt5 OpenGL module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtOpenGL module. Package: python3-pyside2.qtopenglfunctions Description-md5: f00dc3902dfc1fe381f8209b57230b10 Description-en: Python bindings for Qt5 Open GL Functions (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the OpenGLFunctions module. Package: python3-pyside2.qtpositioning Description-md5: 8c9d8c03f959c05cc56a15ea281965d0 Description-en: Python bindings for Qt5 Positioning module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtPositioning module. Package: python3-pyside2.qtprintsupport Description-md5: 2a6f43cfac608bb3d40b34ffa41e771d Description-en: Python bindings for Qt5 PrintSupport module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtPrintSupport module. Package: python3-pyside2.qtqml Description-md5: 305eb414c0fa83633f3b52ede98ac5a8 Description-en: Python bindings for Qt5 Qml module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtQml module. Package: python3-pyside2.qtquick Description-md5: a07da6d625d30e709207227d1b6f0375 Description-en: Python bindings for Qt5 Quick module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtQuick module. Package: python3-pyside2.qtquickcontrols2 Description-md5: acb6240249d4985480e9dbd4ec6d7dcd Description-en: Python bindings for Qt5 QuickControls2 (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtQuickControls2 module. Package: python3-pyside2.qtquickwidgets Description-md5: 2b07ada1406638ae90d54d631cc49dbf Description-en: Python bindings for Qt5 QuickWidgets module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtQuickWidgets module. Package: python3-pyside2.qtremoteobjects Description-md5: 4875d31a0c2bf301f8d742bf4d5a3a4e Description-en: Python bindings for Qt5 RemoteObjects (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtRemoteObjects module. Package: python3-pyside2.qtscript Description-md5: e634cbdc79d6ba678f4af1ae0fba2304 Description-en: Python bindings for Qt5 Script module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtScript module. Package: python3-pyside2.qtscripttools Description-md5: b73ba480f17cc00a04fcfbaa6934c0ee Description-en: Python bindings for Qt5 ScriptTools module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtScriptTools module. Package: python3-pyside2.qtscxml Description-md5: ae0a74f15424fa9f6e6d7f77ccd9ac94 Description-en: Python bindings for Qt5 Scxml (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the Scxml module. Package: python3-pyside2.qtsensors Description-md5: 8fb399a17497de97a555f3847ca84290 Description-en: Python bindings for Qt5 Sensors module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtSensors module. Package: python3-pyside2.qtserialport Description-md5: f0ebc4663bb4eb244c6e701d6ada1bd5 Description-en: Python bindings for Qt5 SerialPort (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtSerialPort module. Package: python3-pyside2.qtsql Description-md5: 8eb8c82051ebd310aef498ecf7cc9648 Description-en: Python bindings for Qt5 Sql module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtSql module. Package: python3-pyside2.qtsvg Description-md5: bcd27a00e908a695e3700002cdfe5bcd Description-en: Python bindings for Qt5 Svg module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtSvg module. Package: python3-pyside2.qttest Description-md5: 2ffcb77819c5ae0a044159e54e04f9bc Description-en: Python bindings for Qt5 Test module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtTest module. Package: python3-pyside2.qttexttospeech Description-md5: 26a753a8a22337568123eb6af1a59be7 Description-en: Python bindings for Qt5 TextToSpeech module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtTextToSpeech module. Package: python3-pyside2.qtuitools Description-md5: 666a2ea7b502ce8e833777ce34815541 Description-en: Python bindings for Qt5 UiTools module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtUiTools module. Package: python3-pyside2.qtwebchannel Description-md5: bc34f29baa831a1ddd249822c7b7bc46 Description-en: Python bindings for Qt5 WebChannel module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtWebChannel module. Package: python3-pyside2.qtwebengine Description-md5: 5ae63a0a1b6ff6a8aec7a10108850430 Description-en: Python bindings for Qt5 Web Engine (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtWebEngine module. Package: python3-pyside2.qtwebenginecore Description-md5: b49501646b1fc0b1b992bd69aa5db392 Description-en: Python bindings for Qt5 WebEngineCore module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtWebEngineCore module. Package: python3-pyside2.qtwebenginewidgets Description-md5: 0dbdba5af2acaffa24c07524549e60a3 Description-en: Python bindings for Qt5 WebEngineWidgets module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtWebEngineWidgets module. Package: python3-pyside2.qtwebsockets Description-md5: 025cc1303259f18c3cd1e2410b5f15a1 Description-en: Python bindings for Qt5 WebSockets module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtWebSockets module. Package: python3-pyside2.qtwidgets Description-md5: 1105945a5bf4a0cb469a8fe1d62a0600 Description-en: Python bindings for Qt5 Widgets module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtWidgets module. Package: python3-pyside2.qtx11extras Description-md5: db51ca9a9c11085b658a05c072639ee5 Description-en: Python bindings for Qt5 X11Extras module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtX11Extras module. Package: python3-pyside2.qtxml Description-md5: e3cdb176a3e4e16cf94c02128de7be71 Description-en: Python bindings for Qt5 Xml module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtXml module. Package: python3-pyside2.qtxmlpatterns Description-md5: e28d2bccca76d57dabfa6a4f47008e15 Description-en: Python bindings for Qt5 XmlPatterns module (Python 3) pyside2 provides Python bindings for Qt 5.x framework. . 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 Python 3 bindings for the QtXmlPatterns module. 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-forked Description-md5: 83db11d14af54725caec25b0e1bb81f9 Description-en: py.test plugin for running tests in forked subprocesses (Python 3) The pytest-forked plugin extends py.test by adding an option to run tests in isolated forked subprocesses. This is useful if you have tests involving C or C++ libraries that might crash the process. To use the plugin, simply use the --forked argument when invoking py.test. . This package contains pytest-forked for Python 3. Package: python3-pyverbs Description-md5: eb366711c1e35a95c13ceb7184ab8fd3 Description-en: Python bindings for rdma-core Pyverbs provides a Python API over rdma-core, the Linux userspace C API for the remote direct memory access (RDMA) stack. . One goal is to provide easier access to RDMA: RDMA has a steep learning curve as is and the C interface requires the user to initialize multiple structs before having usable objects. Pyverbs attempts to remove much of this overhead and provide a smoother user experience. Package: python3-qgis Description-md5: eac6b5d8a42af672ca4dbe96022e9e8e Description-en: Python bindings to QGIS QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the files for the Python support. Package: python3-qgis-common Description-md5: a54a30e2613e54929a2e0d7945b48427 Description-en: Python bindings to QGIS - architecture-independent files QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains architecture-independent files for the QGIS Python bindings. Package: python3-qpack Description-md5: f7f95c9b6d4ebec5884bdd55722e8848 Description-en: Python3 implementation of the QPack protocol QPack is a fast and efficient serialization format like MessagePack. One key difference is flexible map and array support. This enables code to write directly to a qpack buffer without knowledge of the size of the map or array beforehand. Package: python3-quart Description-md5: 7fd562742826b1746e40d6fafdc784c9 Description-en: Python ASGI web microframework with the same API as Flask Quart is a Python ASGI web microframework. It is intended to provide the easiest way to use asyncio functionality in a web context, especially with existing Flask apps. This is possible as the Quart API is a superset of the Flask API. . Quart aims to be a complete web microframework, as it supports HTTP/1.1, HTTP/2 and websockets. Quart is very extendable and has a number of known extensions and works with many of the Flask extensions. . Quart supports the full ASGI 3.0 specification as well as the websocket response and HTTP/2 server push extensions. For those of you familiar with Flask, Quart extends the Flask API by adding support for: . * HTTP/1.1 request streaming * Websockets * HTTP/2 server push Package: python3-qutip Description-md5: dc272564df32ae0dd9c8677615f57bc5 Description-en: python package for simulating the dynamics of open quantum systems QuTiP is open-source software for simulating the dynamics of open quantum systems. The QuTiP library depends on the excellent Numpy, Scipy, and Cython numerical packages. In addition, graphical output is provided by Matplotlib. QuTiP aims to provide user-friendly and efficient numerical simulations of a wide variety of Hamiltonians, including those with arbitrary time-dependence, commonly found in a wide range of physics applications such as quantum optics, trapped ions, superconducting circuits, and quantum nanomechanical resonators. . This package installs the library for Python 3. Package: python3-rdkit Description-md5: a547d3804fe7cf12ca309130bea8f375 Description-en: Collection of cheminformatics and machine-learning software RDKit is a Python/C++ based cheminformatics and machine-learning software environment. Features Include: . * Chemical reaction handling and transforms * Substructure searching with SMARTS * Canonical SMILES * Molecule-molecule alignment * Large number of molecular descriptors, including topological, compositional, EState, SlogP/SMR, VSA and Feature-map vectors * Fragmentation using RECAP rules * 2D coordinate generation and depiction, including constrained depiction * 3D coordinate generation using geometry embedding * UFF and MMFF94 forcefields * Chirality support, including calculation of (R/S) stereochemistry codes * 2D pharmacophore searching * Fingerprinting, including Daylight-like, atom pairs, topological torsions, Morgan algorithm and MACCS keys * Calculation of shape similarity * Multi-molecule maximum common substructure * Machine-learning via clustering and information theory algorithms * Gasteiger-Marsili partial charge calculation . File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit binary format. Package: python3-redminelib Description-md5: 3b8277fe9ad8f2d021d58281b74f7934 Description-en: Python library for the Redmine RESTful API (Python 3) Python Redmine is a library for communicating with a Redmine project management application. Redmine exposes some of it's data via RESTful (Representational State Transfer) application programming interface (API) for which Python Redmine provides a simple but powerful Pythonic API inspired by a well-known Django object-relational mapping (ORM). . This is the Python 3 version of the package. Package: python3-renpy Description-md5: b15e28d45dc76b1123ee7d63704d0176 Description-en: framework for developing visual-novel type games - Python module Ren'Py is a programming language and runtime, intended to ease the creation of visual-novel type games. It contains features that make it easy to display thoughts, dialogue, and menus; to display images to the user; to write game logic; and to support the saving and loading of games. . This package includes the native Python module. Package: python3-requests-oauthlib Description-md5: 7267e68c67c93f79a91ab49da541f6b6 Description-en: module providing OAuthlib auth support for requests (Python 3) requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in greatly simplified ways through the requests library for Python. It will hide the quirks and hacks in OAuth 1, and will interface with all four of the grant types defined by the OAuth2 RFC. . This package provides the requests-oauthlib Python module for Python 3.x. Package: python3-requests-unixsocket Description-md5: 3c737dd7d40ecbc5372517c3eff4d5b8 Description-en: Use requests to talk HTTP via a UNIX domain socket - Python 3.x The requests-unixsocket makes it possible to talk using the HTTP protocol via a UNIX domain socket. Internally, requests-unixsocket uses monkeypatching to use the functionality of requests while making minimal changes. . Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . This package contains the Python 3.x module. Package: python3-resampy Description-md5: c03577f1ef5f5b4e65fc83c09727a2eb Description-en: Efficient signal resampling Implements band-limited sinc interpolation method for sampling rate conversion. Package: python3-rgpio Description-md5: 615cf3656b1e60e82992c469b44bd13e Description-en: Control GPIO pins remotely via rgpiod - python3 bindings The rgpio library is a fully featured library for controlling the GPIO pins of a computer via the rpgiod daemon. It includes facilities for software PWM, callbacks on level change, I2C, SPI, and UART wrappers. The daemon also provides file handling, script and network facilities. . This package contains the Python 3 bindings for librgpio. Package: python3-rgw Description-md5: 06f6fa39d546967387c6ab7f058abce7 Description-en: Python 3 libraries for the Ceph librgw library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's RGW library. Package: python3-rrdtool Description-md5: 7b82f583bb9c9079fa8796903bd4c210 Description-en: time-series data storage and display system (Python3 interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Python3 interface to RRDs. Package: python3-rtimulib Description-md5: e49597220e2efbaab1645629d708d494 Description-en: Versatile C++ and Python 9-dof, 10-dof and 11-dof IMU library (Python 3) The simplest way to connect a 9-dof, 10-dof or 11-dof IMU to an embedded Linux system and obtain Kalman-filtered quaternion or Euler angle pose data. Basically, two simple function calls (IMUInit() and IMURead()) are pretty much all that's needed to integrate RTIMULib. . This package provides the Python 3 module. Package: python3-rtmidi Description-md5: 24e7978f367b4048a59fb867ea5fa5fe Description-en: Python wrapper for the RtMidi C++ library written with Cython Python binding for RtMidi implemented with Cython and provides a thin wrapper around the RtMidi C++ interface. The API is basically the same as the C++ one but with the naming scheme of classes, methods and parameters adapted to the Python naming structure. Package: python3-rviz Description-md5: d05ad92442bd22189af70a84750b7c29 Description-en: Robot OS 3D visualization tool (Python 3 bindings) This package is part of Robot OS (ROS) RViz package. RViz is a tool to visualize ROS messages and the state of the robot. . This package contains the Python 3 interface to the rviz library. Package: python3-sabctools Description-md5: e4cd479366e0d1935056c77c3a1ffad0 Description-en: C implementations of functions for use within SABnzbd This module implements three main sets of C implementations that are used within SABnzbd: * yEnc decoding and encoding using SIMD routines * CRC32 calculations * Non-blocking SSL-socket reading Package: python3-sanlock Description-md5: 3ff9deb2a582537122b5a6bd7bf8848b Description-en: Python3 bindings to shared storage lock manager Sanlock ensures that single disk cannot be used by more than one running VM at a time, across any host in a network. . This package contains the Python3 bindings. Package: python3-sbml5 Description-md5: 2a679a91571d76786eb1c306b81b4cea Description-en: System Biology Markup Language library - Python3 bindings LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This package contains the Python3 bindings of LibSBML. Package: python3-sbml5-doc Description-md5: fa98f15fbf00794275c21b1c1d7b7e42 Description-en: System Biology Markup Language library - Python3 documentation LibSBML is a library designed to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with many example programs), but rather a library you can embed in your own applications. . This package contains documentation for Python3 bindings Package: python3-scikit-build-core Description-md5: 6f5ab42aebf23c391ce3ee5c9c9bc243 Description-en: Python package build systems and CMake integration (Python 3) Scikit-build-core is a ground-up rewrite of Scikit-build, a bridge between Python package build systems and CMake. . This package installs the library for Python 3. Package: python3-scipy Description-md5: 10a513a129149372e732d5540d7328d0 Description-en: scientific tools for Python 3 SciPy supplements the popular NumPy module (python-numpy package), gathering a variety of high level science and engineering modules together as a single package. . SciPy is a set of Open Source scientific and numeric tools for Python. It currently supports special functions, integration, ordinary differential equation (ODE) solvers, gradient optimization, genetic algorithms, parallel programming tools, an expression-to-C++ compiler for fast execution, and others. Package: python3-scriptforge Description-md5: 97e0d75f97d05ddf0ead3ba75f99a8fb Description-en: interface between Python and the LibreOffice ScriptForge library ScriptForge libraries build up an extensible collection of macro scripting resources for LibreOffice to be invoked from Basic macros or Python scripts. . This package contains the public scriptforge python library. Package: python3-selenium Description-md5: fbc0c6e2de6cd746116e1a6db618237e Description-en: Python3 bindings for Selenium Python3 language bindings for Selenium WebDriver. . The `selenium` package is used automate web browser interaction from Python. Several browsers/drivers are supported (Chrome, Chromium, Edge, Firefox, Internet Explorer and Safari), as well as the Remote protocol. . The webdriver parts itself are not included in this package. Package: python3-selinux Description-md5: 9ba663ede69837730eefa0d1d3aeaa21 Description-en: Python3 bindings to SELinux shared libraries This package provides the Python3 bindings needed for developing Python SELinux applications. . Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Package: python3-semanage Description-md5: 08b879a3156f0dcb939f35f158adf1b5 Description-en: Python3 bindings for SELinux policy management This package provides Python3 bindings for the management of SELinux policies. . Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Package: python3-shasta Description-md5: 66742cabe829f4e59fa774519150928d Description-en: nanopore whole genome assembly (dynamic library) De novo assembly from Oxford Nanopore reads. The goal of the Shasta long read assembler is to rapidly produce accurate assembled sequence using as input DNA reads generated by Oxford Nanopore flow cells. . Computational methods used by the Shasta assembler include: . * Using a run-length representation of the read sequence. This makes the assembly process more resilient to errors in homopolymer repeat counts, which are the most common type of errors in Oxford Nanopore reads. . * Using in some phases of the computation a representation of the read sequence based on markers, a fixed subset of short k-mers (k ≈ 10). . Shasta assembly quality is comparable or better than assembly quality achieved by other long read assemblers. . This package contains the dynamic library that can be interfaced and imported within Python. Package: python3-shasta-doc Description-md5: 10ae554fed8f7cd0eb220c1a4845e979 Description-en: nanopore whole genome assembly (documentation) De novo assembly from Oxford Nanopore reads. The goal of the Shasta long read assembler is to rapidly produce accurate assembled sequence using as input DNA reads generated by Oxford Nanopore flow cells. . Computational methods used by the Shasta assembler include: . * Using a run-length representation of the read sequence. This makes the assembly process more resilient to errors in homopolymer repeat counts, which are the most common type of errors in Oxford Nanopore reads. . * Using in some phases of the computation a representation of the read sequence based on markers, a fixed subset of short k-mers (k ≈ 10). . Shasta assembly quality is comparable or better than assembly quality achieved by other long read assemblers. . This package contains the documentation for the shasta and python3-shasta packages. 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-sklearn Description-md5: 9cf0eb4ed22f5e5bc313b1554c9d5c58 Description-en: Python modules for machine learning and data mining - Python 3 scikit-learn is a collection of Python modules relevant to machine/statistical learning and data mining. Non-exhaustive list of included functionality: - Gaussian Mixture Models - Manifold learning - kNN - SVM (via LIBSVM) . This package contains the Python 3 version. Package: python3-sklearn-lib Description-md5: 81900007286d0bc4d155e1022943f0f5 Description-en: low-level implementations and bindings for scikit-learn - Python 3 This is an add-on package for python-sklearn. It provides low-level implementations and custom Python bindings for the LIBSVM library. . This package contains the Python 3 version. Package: python3-skorch Description-md5: d00e8d2c4b8df23a0241b30376ef2a0e Description-en: scikit-learn compatible neural network library that wraps PyTorch The goal of skorch is to make it possible to use PyTorch with sklearn. This is achieved by providing a wrapper around PyTorch that has an sklearn interface. In that sense, skorch is the spiritual successor to nolearn, but instead of using Lasagne and Theano, it uses PyTorch. . skorch does not re-invent the wheel, instead getting as much out of your way as possible. If you are familiar with sklearn and PyTorch, you don’t have to learn any new concepts, and the syntax should be well known. (If you’re not familiar with those libraries, it is worth getting familiarized.) . Additionally, skorch abstracts away the training loop, making a lot of boilerplate code obsolete. A simple net.fit(X, y) is enough. Out of the box, skorch works with many types of data, be it PyTorch Tensors, NumPy arrays, Python dicts, and so on. However, if you have other data, extending skorch is easy to allow for that. . Overall, skorch aims at being as flexible as PyTorch while having a clean interface as sklearn. Package: python3-soapysdr Description-md5: c15e4cf67889063afc82a225f1ef7a2a Description-en: SoapySDR Python 3 bindings SoapySDR is a library providing a common interface to SDR (software defined radio) hardware. Support for different hardware is added through external modules. . This package contains the Python 3 bindings for the library. Package: python3-solv Description-md5: 9355d28f0a1addfe4cc37def959fb1e8 Description-en: dependency solver using a satisfiability algorithm (Python3 bindings) This dependency solver code in this package is based on two major, but independent, blocks: . 1. Using a dictionary approach to store and retrieve package and dependency information. 2. Using satisfiability, a well known and researched topic, for resolving package dependencies. . This package contains the Python (v3) bindings for the libsolv library. Package: python3-sparse Description-md5: 1562b1a9e9bf72cd7e4a98f4c276b81c Description-en: multidimensional sparse arrays for Python This package implements sparse multidimensional arrays on top of NumPy and scipy.sparse. It generalizes the scipy.sparse.coo_matrix layout but extends beyond just rows and columns to an arbitrary number of dimensions. The original motivation is for machine learning algorithms, but it is intended for somewhat general use. . It supports: . - NumPy ufuncs (where zeros are preserved) - Arithmetic with scalars (where zeros are preserved) - Reductions (sum, max) - Reshape - Transpose - Tensordot - Slicing with integers, lists, and slices (with no step value) - Concatenation and stacking - Addition with other sparse arrays of the same shape . This package provides the modules for Python 3. Package: python3-specreduce Description-md5: 87cb29745c943ce56cdbe889f682e7bc Description-en: Astropy package to reduce and calibrate astronomical spectra The specreduce package aims to provide a data reduction toolkit for optical and infrared spectroscopy, on which applications such as pipeline processes for specific instruments can be built. . The scope of its functionality is limited to basic spectroscopic reduction, with basic image processing steps (such as bias subtraction) instead covered by ccdproc and other packages, data analysis by specutils and visualization by specviz or cubeviz. 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-spglib Description-md5: 436e34035462634fac747b0b17acd827 Description-en: C library for crystal symmetry determination - Python3 bindings Spglib is a C library for crystal symmetry determination. Symmetry operations, space groups and other data can be obtained using this symmetry finder. . Features include: . * Identify space-group type * Find symmetry operations * Find a primitive cell * Search irreducible k-points * Refine crystal structure * Wyckoff position assignment . This package contains the Python3 bindings. Package: python3-sptag Description-md5: b1c2efe140f2cf8daadc74021efa9716 Description-en: Python distributed approximate nearest neighborhood search (ANN) A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario. . This package contains the Python bindings. Package: python3-stfio Description-md5: fe7a2163e8b926cb6417cfef12646f5f Description-en: Python module to read common electrophysiology file formats. The stfio module allows you to read common electrophysiology file formats from Python. Axon binaries (abf), Axon text (atf), HEKA (dat), CFS (dat/cfs), Axograph (axgd/axgx) are currently supported. Package: python3-stopt Description-md5: 867a8cc09a8ca61d043aa0bfe367d74b Description-en: library for stochastic optimization problems (Python 3 bindings) The STochastic OPTimization library (StOpt) aims at providing tools in C++ for solving some stochastic optimization problems encountered in finance or in the industry. Python 3 bindings are provided by this package in order to allow one to use the C++ library in a Python code. Package: python3-subversion Description-md5: 6787081e27fc8d319a045cf72a74c6d7 Description-en: Python3 bindings for Apache Subversion This is a set of Python3 interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Python3 script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: python3-sugar3 Description-md5: 47003ab7bc4616501871b64134c07c89 Description-en: Sugar Learning Platform - toolkit Python3 bindings Sugar Learning Platform promotes collaborative learning through Sugar Activities that encourage critical thinking, the heart of a quality education. Designed from the ground up especially for children, Sugar offers an alternative to traditional "office-desktop" software. . The sugar3 library contains a set of widgets to build HIG compliant applications and interfaces to interact with system services like presence and the datastore. . This package contains Python3 bindings. Package: python3-sword Description-md5: 818b74fb1c69019ccebceb34966fb441 Description-en: Python 3 bindings for the SWORD bible library The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris, MacOSX etc.) API/library for Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules. . This package contains the Python 3 bindings for SWORD. Package: python3-syndom Description-md5: 4d01777cd072ae5a07707628ced088a1 Description-en: Python 3 library for parsing RSS and ATOM feeds syndication-domination is a Python 3 library for parsing RSS and ATOM feeds. Package: python3-tango Description-md5: 61b09160772b50d23c891ebab80dd8ec Description-en: API for the TANGO control system (Python 3) TANGO is an object oriented distributed control system using CORBA, mainly developed by the Controls Section of the ALBA Synchrotron. PyTango provides bindings for its client- and server-side C++ APIs. With PyTango, you can write TANGO device servers and TANGO applications (scripts, CLIs, GUIs) that access TANGO device servers in pure Python. . This is the Python 3 version of the package. Package: python3-terminado Description-md5: a2af1aff20f87e66ce76fad07ceeabc5 Description-en: Terminals served to term.js using Tornado websockets (Python 3) This is a tornado websocket backend for the term.js Javascript terminal emulator library. . This package installs the library for Python 3. Package: python3-tiktoken Description-md5: fac67a0edbfc4ae71a32e0381ac387c1 Description-en: fast BPE tokeniser for use with OpenAI's models A fast Byte pair encoding tokeniser for use with OpenAI's models. Package: python3-torch Description-md5: ac52669c2876a105ffa7c8a78826b488 Description-en: Tensors and Dynamic neural networks in Python (Python Interface) PyTorch is a Python package that provides two high-level features: . (1) Tensor computation (like NumPy) with strong GPU acceleration (2) Deep neural networks built on a tape-based autograd system . You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed. . This is the CPU-only version of PyTorch (Python interface). Package: python3-torch-cluster Description-md5: 85bf5a6c971b485f3b1992c094472abc Description-en: PyTorch extension library of optimized graph cluster algorithms (Python 3) This package consists of a small extension library of highly optimized graph cluster algorithms for the use in PyTorch. The package consists of the following clustering algorithms: . * Graclus from Dhillon et al.: Weighted Graph Cuts without Eigenvectors: A Multilevel Approach * Voxel Grid Pooling from, e.g., Simonovsky and Komodakis: Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs * Iterative Farthest Point Sampling from, e.g. Qi et al.: PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space * k-NN and Radius graph generation * Clustering based on nearest points * Random Walk Sampling from, e.g., Grover and Leskovec: node2vec: Scalable Feature Learning for Networks . All included operations work on varying data types and are implemented both for CPU and GPU. . This package installs the library for Python 3. Package: python3-torch-ignite Description-md5: 6db43be76f243871505aeef8f03e9fe1 Description-en: High-level library to help with training and evaluating in PyTorch Ignite is a high-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently. . Features . * Less code than pure PyTorch while ensuring maximum control and simplicity * Library approach and no program's control inversion * Extensible API for metrics, experiment managers, and other components Package: python3-torch-scatter Description-md5: 7d395cc3ab9a93ac4620929f5b17b9a5 Description-en: PyTorch Extension Library of Optimized Scatter Operations This package consists of a small extension library of highly optimized sparse update (scatter and segment) operations for the use in PyTorch, which are missing in the main package. Scatter and segment operations can be roughly described as reduce operations based on a given "group-index" tensor. Segment operations require the "group-index" tensor to be sorted, whereas scatter operations are not subject to these requirements. . This package installs the library for Python 3. Package: python3-torch-sparse Description-md5: 8ecc008a1824c740638d694a7ec7a644 Description-en: PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations This package consists of a small extension library of optimized sparse matrix operations with autograd support. . This package installs the library for Python 3. Package: python3-traits Description-md5: 5808a2f409bfd6b10b15e164205e3764 Description-en: Manifest typing and reactive programming for Python (Python 3) The traits package provides a metaclass with special attributes that are called traits. A trait is a type definition that can be used for normal Python object attributes, giving the attributes some additional characteristics: * Initialization: A trait attribute can have a default value * Validation: A trait attribute is manifestly typed. * Delegation: The value of a trait attribute can be contained in another object * Notification: Setting the value of a trait attribute can fired callbacks * Visualization: With the TraitsUI package, GUIs can be generated automatically from traited objects. . This is the Python 3 version of the package. Package: python3-trufont Description-md5: f0bbc75e6b4ef4e884332a8b6ff5e97d Description-en: Font-editing application (Python 3 libraries) TruFont is a font-editing application written with Python3, ufoLib, defcon and PyQt5. . This provides supporting libraries for trufont font editor. Package: python3-uflash Description-md5: 550b3b1a9c3da4337af794f59247dc3e Description-en: module and utility for flashing the BBC micro:bit uflash is a utility for flashing the BBC micro:bit with Python scripts and the MicroPython runtime. . It provides two services: . * a library of functions to programmatically create a hex file and flash it onto a BBC micro:bit. * a command line utility (uflash) that will flash Python scripts onto a BBC micro:bit . Several essential operations are implemented: . * encode Python into the hex format * embed the resulting hexified Python into the MicroPython runtime hex * extract an encoded Python script from a MicroPython hex file * discover the connected micro:bit * copy the resulting hex onto the micro:bit, thus flashing the device * specify the MicroPython runtime hex in which to embed your Python code . By default, python3-uflash uses the MicroPython runtime for micro:bit provided by the firmware-microbit-micropython package and which is located at /usr/share/firmware-microbit-micropython/firmware.hex. . This package provides the Python 3 module. Package: python3-uhd Description-md5: fce65a0b1c471c0ce59179ca381c84ff Description-en: universal hardware driver for Ettus Research products - Python3 Host library for the Universal Hardware Driver for Ettus Research products. . The supported devices provide analog radio receiver and transmitter hardware along with digital interfaces for getting signals to and from a software defined radio running on the host computer. . This package contains the Python API support for Python3. Package: python3-ukui-menu Description-md5: 23a304a750e38851536e6b78080d2ec9 Description-en: implementation of the freedesktop menu specification for UKUI (Python bindings) The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org. . This package contains the Python bindings. Package: python3-ulmo Description-md5: 856f788ac7c22756c35fc8a038e1a034 Description-en: Simple & fast Python 3 access to public hydrology & climatology data Ulmo retrieves and parses datasets from the web, and returns simple Python data structures that can be easily pulled into more sophisticated tools such as pandas. It caches datasets locally and harvests updates as needed. . A variety of datasets and services are supported, including the USGS National Water Information System, USGS National Elevation Dataset services, USGS Earth Resources Observation Systems services, NASA Daymet weather data, and several more both available and planned. . This package contains the Python 3 version of ulmo. Package: python3-unbound Description-md5: af30f925fc4c43d06de34592670b36e8 Description-en: library implementing DNS resolution and validation (Python3 bindings) Python3 extension module for libunbound. . libunbound performs and validates DNS lookups; it can be used to convert hostnames to IP addresses and back and obtain other information from the DNS. Cryptographic validation of results is performed with DNSSEC. Package: python3-unicorn Description-md5: eb5a8f73aa648d9dcbbdc3314bc42341 Description-en: Lightweight CPU emulator framework (Python 3 bindings) Unicorn is a CPU emulator which is based on the CPU emulation code from QEMU. Unlike QEMU, it focuses on the emulation of CPU code without a full system emulation, but with the goal to make the emulation extensible and easy to integrate in custom tools. Unicorn provides language bindings for Python, Ruby, and Rust (among others) and has instrumentation hooks for various CPU events. This makes Unicorn well suited for malware analysis and reverse engineering. . This package installs the Python 3 bindings. Package: python3-uvicorn Description-md5: 92603f5142cadb20bc69720f9404f16e Description-en: ASGI server implementation, using uvloop and httptools (Python3 version) Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently supports HTTP/1.1 and WebSockets. . Uvicorn is designed with particular attention to connection and resource management, in order to provide a robust server implementation. It aims to ensure graceful behavior to either server or client errors, and resilience to poor client behavior or denial of service attacks. . This package contains the Python 3 version of the library. Package: python3-venv Description-md5: b02cfb7e568c4e67c5a6c80458c6cdda Description-en: venv module for python3 (default python3 version) This package contains the venv module for the Python language (default python3 version). . The venv module provides support for creating lightweight "virtual environments" with their own site directories, optionally isolated from system site directories. Each virtual environment has its own Python binary (which matches the version of the binary that was used to create this environment) and can have its own independent set of installed Python packages in its site directories. . This package is a dependency package, which depends on Debian's default Python 3 version's venv module (currently v3.12). Package: python3-vigra Description-md5: afb53d77d5d8d2f2ce7e51df4968a131 Description-en: Python3 bindings for the C++ computer vision library Vision with Generic Algorithms (VIGRA) is a computer vision library that puts its main emphasis on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. . This package exports the functionality of the VIGRA library to Python3. 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-vispy Description-md5: 55d7d61f130348be9ddefff91d07509e Description-en: interactive visualization in Python 3 Vispy is a high-performance interactive 2D/3D data visualization library. . Vispy leverages the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets. . This package provides VisPy for the Python 3 interpreter. Package: python3-volume-key Description-md5: 5e2900ee95948f83fdc3dcd1c144c986 Description-en: Python 3 bindings for volume-key This package provides Python3 bindings for the volume-key library. . The main goal of the software is to allow restoring access to an encrypted hard drive if the primary user forgets the passphrase. The encryption key back up can also be useful for extracting data after a hardware or software failure that corrupts the header of the encrypted volume, or to access the company data after an employee leaves abruptly. Package: python3-vtk-dicom Description-md5: b84c9fed0e12aa80fd4816d26c799f3d Description-en: DICOM for VTK - Python This package contains a set of classes for managing DICOM files and metadata from within VTK, and some utility programs for interrogating and converting DICOM files. . Python 3.x bindings Package: python3-vtk9 Description-md5: 607f6e2cea47851cd2f36d2226862577 Description-en: Python bindings for VTK The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the python3 bindings for VTK. Package: python3-vtkgdcm Description-md5: 56d3434afd2cc682fc774af6fae2c4a7 Description-en: Grassroots DICOM VTK/Python bindings Grassroots DiCoM is a C++ library for DICOM medical files. It is automatically wrapped to python/C#/Java (using swig). It supports RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. . VTK/Python bindings to the GDCM DICOM library. Package: python3-wreport Description-md5: 448329448f86a712694ce334b3503160 Description-en: Python library to work with BUFR and CREX weather bulletins Python bindings for wreport, a library to read and write weather reports in BUFR and CREX formats. Package: python3-xapian Description-md5: 93b773d5c95200fab6dbf465a6f11f83 Description-en: Xapian search engine interface for Python3 This package provides Xapian Python3 bindings. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Python bindings provide an interface to the Xapian library from the Python programming language, allowing both indexing and retrieval operations. Package: python3-xarray-safe-rcm Description-md5: 5f9d30afdbf10ffbd4c812708d63213a Description-en: Xarray reader for radarsat constellation mission (RCM) SAFE files safe_rcm rely on xarray.open_rasterio and rasterio to read digital_number from SAFE product to return an xarray-datatree. . Luts are decoded from xml files following ESA Sentinel-1 Product Specification. Package: python3-xeus-python-shell Description-md5: 8037bed673b610998769fdfa5843094c Description-en: Native jupyter kernel for python (python library) xeus-python uses the xeus library to provide a high-performance, native kernel for running python code in the jupyter notebook, or other frontends using the jupyter messaging protocol. . This package contains the python library used for the shell. Package: python3-xraylib Description-md5: 137486d4767cb74b96d3a39fed42f4ab Description-en: library for interactions of X-rays with matter (Python bindings) Quantitative estimate of elemental composition by spectroscopic and imaging techniques using X-ray fluorescence requires the availability of accurate data of X-ray interaction with matter. Although a wide number of computer codes and data sets are reported in literature, none of them is presented in the form of freely available library functions which can be easily included in software applications for X-ray fluorescence. This work presents a compilation of data sets from different published works and an xraylib interface in the form of callable functions. Although the target applications are on X-ray fluorescence, cross sections of interactions like photoionization, coherent scattering and Compton scattering, as well as form factors and anomalous scattering functions, are also available. . xraylib provides access to some of the most respected databases of physical data in the field of X-rays. The core of xraylib is a library, written in ANSI C, containing over 40 functions to be used to retrieve data from these databases. This C library can be directly linked with any program written in C, C++ or Objective-C. . This package contains the Python bindings Package: python3-xrootd Description-md5: 6652ea5537153bc892a3b69af768f7f4 Description-en: Python 3 bindings for xrootd This package contains Python 3 bindings for xrootd. Package: python3-xsdata Description-md5: 9aa09ca462ca250cea5659e2a8cc10e5 Description-en: Naive XML Bindings for Python (Python 3) xsData is a complete XML data binding library for Python allowing developers to access and use XML documents as simple objects rather than using DOM. . It ships with a code generator for XML Schema definitions and WSDL 1.1 with SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't depend on the library itself in order to reduce the learning curve for users that have to write the binding models manually. . The included xml parser and serializer are highly optimized and adaptable with handlers based on native Python and lxml. The parser configuration offers the ability to skip unknown properties and to process xinclude statements. . xsData is constantly tested against the W3C XML Schema 1.1 test suite. . This package installs the library for Python 3. Package: python3-zarr Description-md5: c64a8435acccdbe74e5e892f033e70f0 Description-en: chunked, compressed, N-dimensional arrays for Python Zarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing. Some highlights: . - Create N-dimensional arrays with any NumPy dtype. - Chunk arrays along any dimension. - Compress chunks using the fast Blosc meta-compressor or alternatively using zlib, BZ2 or LZMA. - Store arrays in memory, on disk, inside a Zip file, on S3, ... - Read an array concurrently from multiple threads or processes. - Write to an array concurrently from multiple threads or processes. - Organize arrays into hierarchies via groups. - Use filters to preprocess data and improve compression. Package: python3-zbar Description-md5: 8272ee7fa80948fb8c16580efa1c8410 Description-en: QR code / bar code scanner and decoder (Python bindings) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the Python bindings. Package: python3-zeroc-ice Description-md5: 07983db6d93b05052b0607ae176ae061 Description-en: Python 3 extension for Ice This package contains a Python 3 extension for communication with Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: python3-zxing-cpp Description-md5: 823a85b165642a887af40387a0ca834d Description-en: C++ port of ZXing library (python3 binding) ZXing-C++ ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in C++. . It was originally ported from the Java ZXing library but has been developed further and now includes many improvements in terms of quality and performance. It can both read and write barcodes in a number of formats: QR Code, DataMatrix, Aztec, PDF417, UPC-A, UPC-E, EAN-8, EAN-13, DataBar/RSS, Code 39, Code 93, Code 128, Codabar, ITF. . This package provides python3 binding for zxing-cpp library. Package: qdbus-qt5 Description-md5: 385d02ce00e31ee751a87b6cd61b25e6 Description-en: Qt 5 D-Bus 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 qdbus, a command-line tool interface to D-Bus that uses the QtDBus library. Package: qdoc-qt5 Description-md5: f92f788cb99290d206293deda65024bf Description-en: Qt 5 qdoc 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 qdoc, a command-line tool for generating HTML documentation from .cpp and .qdoc files. Package: qemu-efi-riscv64 Description-md5: bea0d42ba09c4d3efd8cfad3efdd9210 Description-en: UEFI firmware for RISCV64 virtual machines qemu-efi-riscv64 is a build of EDK II for RISCV64 virtual machines. Package: qemu-guest-agent Description-md5: c5d18e452bd7f7d1477905b4957a8f24 Description-en: Guest-side qemu-system agent QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides a daemon (agent) to run inside qemu-system guests (full system emulation). It communicates with the host using a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform some functions in the guest from the host, including: - querying and setting guest system time - performing guest filesystem sync operation - initiating guest shutdown or suspend to ram - accessing guest files - freezing/thawing guest filesystem operations - others. . Install this package on a system which is running as guest inside qemu virtual machine. It is not used on the host. Package: qemu-system-x86-xen Description-md5: 27adb7f3674734cd12ad1dd4d5ecc76c Description-en: QEMU full system emulation binaries (x86) The former qemu-system-x86-xen binaries are now in qemu-system-xen. . This is a transitional package. You can safely remove it. Package: qemu-system-xen Description-md5: aa7dcd7497006c10704a348f8ff89e3a Description-en: QEMU full system emulation (Xen helper package) This package provides the i386 system emulation binary to work together with the Xen hypervisor for some types of DomUs. This package is not useful by its own. Package: qemu-user Description-md5: 5dec3867872e57f34f2066e8bdaf7633 Description-en: QEMU user mode emulation binaries QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If qemu-user-binfmt package is also installed, it will register binary format handlers from this qemu-user package with the kernel so it will be possible to run foreign binaries directly. However, this might not be suitable for using inside foreign chroots, in which case it is possible to use qemu-user-static package instead of qemu-user-binmft, -- qemu-user-static will register statically linked binfmt handlers instead. Package: qemu-user-binfmt Description-md5: 1a71141d23c84491d4408d044d57e27b Description-en: QEMU user mode binfmt registration for qemu-user QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides binfmt support registration for the user mode emulation binaries from qemu-user. This is an empty package, it does not contain any additional files, only registration scripts which run at install and remove times. Package: qemu-user-static Description-md5: 143c5f57d5ff1fe3c42922ff036f914e Description-en: QEMU user mode emulation binaries (static version) QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the user mode emulation binaries, built statically. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . qemu-user-static package will register binary formats which the provided emulators can handle, so that it will be possible to run foreign binaries directly. Package: qgis Description-md5: 49f76973cc4c2bd4a16872b7a79659ad Description-en: Geographic Information System (GIS) A Geographic Information System (GIS) manages, analyzes, and displays databases of geographic information. QGIS supports shape file viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection on-the-fly, map composition, and a number of other features via a plugin interface. QGIS also supports display of various georeferenced raster and Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid, and USGS ASCII DEM. Package: qgis-api-doc Description-md5: ec0d00ace6198b94cf94860b88344000 Description-en: QGIS API documentation QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the QGIS API documentation. Package: qgis-common Description-md5: 45d667349abd44570f6bc5430cce30d7 Description-en: QGIS - architecture-independent data QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains architecture-independent supporting data files for use with QGIS. Package: qgis-plugin-grass Description-md5: 1e0ef88deac60b0e3936bb19ebb9a831 Description-en: GRASS plugin for QGIS QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This plugin enables GRASS data access in QGIS. Package: qgis-plugin-grass-common Description-md5: cdfe56f8128e333678013416b509f31c Description-en: GRASS plugin for QGIS - architecture-independent data QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains architecture-independent supporting data files for use with the QGIS GRASS plugin. Package: qgis-provider-grass Description-md5: 4917261ab8b181a0f852a9735318ce37 Description-en: GRASS provider for QGIS QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This provider enables GRASS data access in QGIS. Package: qgis-providers Description-md5: f26d891ad5deb313e92ac31f2d19d7ad Description-en: collection of data providers to QGIS QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the provider plugins for QGIS. Package: qgis-providers-common Description-md5: f62fa89c8886aedb4438d86455bb523b Description-en: collection of data providers to QGIS - architecture-independent files QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains architecture-independent files for the QGIS providers. Package: qgis-server Description-md5: d67a17a58f0547f422fbdcdbc61a7564 Description-en: QGIS server providing various OGC services QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This metapackage depends on the individual QGIS server components. Package: qgis-server-bin Description-md5: 63b1f36d02c65af0f9aba39567e35153 Description-en: QGIS server providing various OGC services (executables) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the QGIS server executables. Package: qgis-server-common Description-md5: e858acd3bb5e4e05d1ffbe1c40a489fc Description-en: QGIS server providing various OGC services (data) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the QGIS server data. Package: qgis-server-dummy Description-md5: 35d08d8ce7411dac93aa810be7b33b86 Description-en: QGIS server providing various OGC services (dummy) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the sample service. Package: qgis-server-landingpage Description-md5: 104f4d0368b86dc15404dd8c82ca9c0a Description-en: QGIS server providing various OGC services (landing page) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the landing page service. Package: qgis-server-wcs Description-md5: 05842866e82841cdbd656ad55006856c Description-en: QGIS server providing various OGC services (WCS) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the WCS service. Package: qgis-server-wfs Description-md5: 21a5cdc71b889efddc5a896cee27184e Description-en: QGIS server providing various OGC services (WFS) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the WFS service. Package: qgis-server-wfs3 Description-md5: cf032e5be3674d76d29517f4af68fe5a Description-en: QGIS server providing various OGC services (WFS 3) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the WFS 3 service. Package: qgis-server-wms Description-md5: 3e7f41f14ddaae7534c4e6c1c5c161eb Description-en: QGIS server providing various OGC services (WMS) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the WMS service. Package: qgis-server-wmts Description-md5: 8864e0c84bb971b7e331ea521cc54f6e Description-en: QGIS server providing various OGC services (WMTS) QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the WMTS service. Package: qgis-sip Description-md5: e74dea50db66b48dbcbf73de35eca5f6 Description-en: SIP specification files for QGIS QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. . This package contains the SIP specification files. Package: qgnomeplatform-qt5 Description-md5: b0405881aa9bba60f489781403c1a0c4 Description-en: Qt 5 extra widget styles - GNOME 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 contains the GNOME style and platform theme. Export QT_QPA_PLATFORMTHEME=gnome to enable it for all Qt applications. Package: qhelpgenerator-qt5 Description-md5: 1a7684da0703e7546655bc3dff2f9881 Description-en: Qt 5 qhelpgenerator 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 qhelpgenerator, a command-line tool for packaging the HTML documentation generated by qdoc into .qch files. Package: qml Description-md5: 8b8d9b44541027d34f3e6871e88ff6d3 Description-en: Qt 5 QML viewer Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the new QML viewer for Qt Quick 2, called simply 'qml'. Package: qml-module-io-thp-pyotherside Description-md5: 349dee1d7a9d8616cd55cd7ee5fbdf84 Description-en: asynchronous Python 3 Bindings for Qt 5 (QML plugin) A Qt 5 QML Plugin that provides access to a Python 3 interpreter from QML. . PyOtherSide is a Qt 5 QML Plugin that provides access to a Python 3 interpreter from QML. It was designed with mobile devices in mind, where high-framerate touch interfaces are common, and where the user usually interfaces only with one application at a time via a touchscreen. As such, it is important to never block the UI thread, so that the user can always continue to use the interface, even when the backend is processing, downloading or calculating something in the background. . At its core, PyOtherSide is basically a simple layer that converts Qt (QML) objects to Python objects and vice versa, with focus on asynchronous events and continuation-passing style function calls. . This package provides the QML 5 plugin. Package: qml-module-lomiri-action Description-md5: a4d8e3acd25fb4fe4b66d142dcddf765 Description-en: Lomiri Action QML Components Lomiri Common Action API. Allow applications to export actions in various forms to the Lomiri Shell. . This package contains the qtdeclarative binding for the lomiri-action library. Package: qml-module-lomiri-components Description-md5: 815d1ef69702ae517ed9663bde8dabf7 Description-en: Qt Components for Lomiri - Components QML plugin Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the Lomiri Components QML plugin. Package: qml-module-lomiri-components-labs Description-md5: dd0f078b66dfc82dd389857187dc8777 Description-en: Qt Components Labs for Lomiri - Components QML plugin Qt Components Labs for Lomiri offers a set of non-released and mostly unstable user interface components for Qt Quick 2 / QML. . This package contains the Lomiri Components Labs QML plugin. Package: qml-module-lomiri-content Description-md5: 9b989464ba942b16cb209b356ed3dbe3 Description-en: QML binding for Lomiri's libcontent-hub Content sharing/picking infrastructure and service, designed to allow apps to securely and efficiently exchange content. . QML bindings for libcontent-hub Package: qml-module-lomiri-content-doc Description-md5: 1ce578097fa033bc63b47d98741e6729 Description-en: Documentation files for QML module Lomiri Content Content sharing/picking infrastructure and service, designed to allow apps to securely and efficiently exchange content. . Documentation files for QML development. Package: qml-module-lomiri-layouts Description-md5: 68b3af44d56a75358b8439f524693f04 Description-en: Qt Components for Lomiri - Layouts QML plugin Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the Lomiri Layouts QML plugin. Package: qml-module-lomiri-metrics Description-md5: 6aaf32db62f098c4511e3ca4f8c2ba6d Description-en: Qt Components for Lomiri - Metrics QML plugin Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the Lomiri Metrics QML plugin. Package: qml-module-lomiri-performancemetrics Description-md5: 5ef1adccddffc0b94febaf2a6fdafe79 Description-en: Qt Components for Lomiri - PerformanceMetrics QML plugin Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the Lomiri PerformanceMetrics QML plugin. Package: qml-module-lomiri-test Description-md5: d0f500303ad1091504fd9d898487b8a9 Description-en: Qt Components for Lomiri - Test QML plugin Qt Components for Lomiri offers a set of reusable user interface components for Qt Quick 2 / QML. . This package contains the Lomiri Test QML plugin. Package: qml-module-org-kde-analitza Description-md5: 01edccf0ccef447e85d8695698668660 Description-en: library to work with mathematical expressions - QML library This library is used by KAlgebra and may be used by other software to parse and work with mathematical expressions. This library provides the QML components for some of the UI widgets. . This package is part of the KDE education module. Package: qml-module-org-kde-draganddrop Description-md5: 3698998cc3ffbdf62b63eae5b293d681 Description-en: provides integration of QML and KDE frameworks - draganddrop Provides QML draganddrop functionality. Package: qml-module-org-kde-graphicaleffects Description-md5: 232b25f48899903213a664072031bb53 Description-en: provides integration of QML and KDE Frameworks - graphicaleffects This import contains KDE extras that are visually similar to Qt Quick Controls. . This package contains the QML files used by libkf5declarative. Package: qml-module-org-kde-i18n-localedata Description-md5: d0e038cb11eb8ddc59464ca0013aefc7 Description-en: Advanced internationalization framework (locale data QML module) Ki18n is the KDE internationalization system for user-interface text. It enables localization of user-visible strings, including locale-aware argument substitution and formatting. Ki18n is built atop the widely used Gettext internationalization system, making the workflow familiar to both programmers and translators. It can be considered a Gettext-wrapper for code based on the Qt library, but it also provides additional functionality over basic Gettext. . This package contains the QtQuick QML module. Package: qml-module-org-kde-kcm Description-md5: 739fef35431fdb11b10bda3bd96c4ca9 Description-en: provides integration of QML and KDE Frameworks - kcm This import contains KDE extras that are visually similar to Qt Quick Controls. . This package contains the QML files used by libkf5declarative. Package: qml-module-org-kde-kcmutils Description-md5: beb760f96cbb956c4635eb046c78a41e Description-en: Extra APIs to write KConfig modules. KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework. Package: qml-module-org-kde-kconfig Description-md5: 2dd6f080618b6a0942c91b233ea8ddd0 Description-en: provides integration of QML and KDE Frameworks - kconfig This import contains KDE extras that are visually similar to Qt Quick Controls. . This package contains the QML files used by libkf5declarative. Package: qml-module-org-kde-kcoreaddons Description-md5: 95860e7aefd481f2b8ccdaf415f81faa Description-en: provides integration of QML and KDE frameworks - kcoreaddons Provides access from QML to libkf5coreaddons classes. Package: qml-module-org-kde-kio Description-md5: 9a8e858ebd52ec2da58620359d8ffe18 Description-en: provides integration of QML and KDE Frameworks - kio This import contains KDE extras that are visually similar to Qt Quick Controls. . This package contains the QML files used by libkf5declarative. Package: qml-module-org-kde-kirigami-addons-components Description-md5: d350216cae7002672aa5c67b7801e8e4 Description-en: components module for QML This package contains the components QML module. A runtime QML module providing components utilities. Package: qml-module-org-kde-kirigami-addons-datetime Description-md5: 77c95e861d41b114b22e0ed7fe4d94d6 Description-en: datetime module for QML This package contains the datetime QML module. A runtime QML module providing date and time utilities. Package: qml-module-org-kde-kirigami-addons-delegates Description-md5: e034125e918e520e392fb46bd60446d1 Description-en: delegates module for QML This package contains the delegates QML module. A runtime QML module providing delegates utilities. Package: qml-module-org-kde-kirigami-addons-formcard Description-md5: 4308c0fbf724192c1174d0356e84416d Description-en: formcard module for QML This package contains the formcard QML module. A runtime QML module providing formcard utilities. Package: qml-module-org-kde-kirigami-addons-labs-components Description-md5: b68d4abb7dfa0345e4118e100f68420a Description-en: labs/components module for QML This package contains the labs/components QML module. A runtime QML module providing components utilities. Package: qml-module-org-kde-kirigami-addons-labs-mobileform Description-md5: 7787716499efb98fae72fd348986a6d4 Description-en: labs/mobileform module for QML This package contains the labs/mobileform QML module. A runtime QML module providing mobile forms utilities. Package: qml-module-org-kde-kirigami-addons-settings Description-md5: 704deab71c90bb2860fa37742c164d04 Description-en: settings module for QML This package contains the settings QML module. A runtime QML module providing settings utilities. Package: qml-module-org-kde-kirigami-addons-sounds Description-md5: f52ea9d85a5f68bd0db5676139e15810 Description-en: sounds module for QML This package contains the sounds QML module. A runtime QML module providing sound utilities. Package: qml-module-org-kde-kirigami-addons-treeview Description-md5: 4732eb25f3c9ef86fabaa92917fd362d Description-en: treeview module for QML This package contains the treeview QML module. A runtime QML module providing treeview utilities. Package: qml-module-org-kde-kirigami2 Description-md5: 9002ddfb68efe4d9344dd0ab21e310b7 Description-en: set of QtQuick components targeted for mobile use Kirigami is a set of QtQuick components at the moment targeted for mobile use (in the future desktop as well) targeting both Plasma Mobile and Android. A set of high level components to make the creation of applications that look and feel great on mobile as well as desktop devices and follow the Kirigami Human Interface Guidelines. The target of these components is anybody that wants to do an application using QtQuick as its main UI, especially if targeting a mobile platform, without adding many dependencies. They work on a variety of platforms, such as Plasma Mobile, Desktop Linux, Android and Windows. Package: qml-module-org-kde-kopeninghours Description-md5: 64c009eb23a3c8624d14c453a6ad3a2e Description-en: OSM opening hours expressions - QML module A QML module for parsing and evaluating OSM opening hours expressions. . OSM opening hours expressions are used to describe when a feature is open/available or closed. This format is not only used in OpenStreetMap itself, but in various other data sources or APIs needing such a description as well. . This package contains the QML module. Package: qml-module-org-kde-kquickcontrols Description-md5: fc3ea529ac208cdebf7315d101958fcd Description-en: provides integration of QML and KDE frameworks - kquickcontrols This import contains KDE extras that are visually similar to Qt Quick Controls. Package: qml-module-org-kde-kquickcontrolsaddons Description-md5: 718bb255ede033998219a5e155b28664 Description-en: provides integration of QML and KDE Frameworks - kquickcontrolsaddons This import contains KDE extras that are visually similar to Qt Quick Controls. . This package contains the QML files used by libkf5declarative. Package: qml-module-org-kde-kwindowsystem Description-md5: 0491a489803f70dd68d9fbc457ace164 Description-en: provides integration of QML and KDE frameworks - kwindowsystem Provides access from QML to libkf5windowsystem classes. Package: qml-module-org-kde-newstuff Description-md5: 5ed144bc22706a991b85b7303d0d0c03 Description-en: Support for downloading application assets from the network. Framework for downloading and sharing additional application data. . This package contains the runtime files Package: qml-module-org-kde-people Description-md5: 3d2af15081ab6eedf10c18ffbb5c3df3 Description-en: framework providing unified access to contacts aggregated by person KPeople offers unified access to contacts from different sources, grouping them by person while still exposing all the data. . Furthermore, KPeople will also provide facilities to integrate the data provided in user interfaces by providing QML and Qt Widgets components. . This package is part of KDE Frameworks 5. . This package contains the QML module. Package: qml-module-org-kde-purpose Description-md5: db48a1cd022e4a5086a0380753cf34bc Description-en: abstraction to provide and leverage actions of a specific kind, qml bindings Purpose offers the possibility to create integrate services and actions on any application without having to implement them specifically. Purpose will offer them mechanisms to list the different alternatives to execute given the requested action type and will facilitate components so that all the plugins can receive all the information they need. . This package contains the Purpose Qt Quick QML bindings. Package: qml-module-org-kde-qqc2desktopstyle Description-md5: a75040f942a76b99294d0b3272a2051a Description-en: Qt Quick Controls 2: Desktop Style Small style written in QML for QtQuickControls2 intended to be used by default in QQC2-based apps when used in the Plasma desktop Package: qml-module-org-kde-runnermodel Description-md5: a28635792296d2e6d3a8dfe5f59ec05a Description-en: Used to write plugins loaded at runtime called "Runners". Launcher built into the Plasma desktop. While its basic function is to launch programs from a sort of mini-command-line, its functionality can be extended by "runners" to assist the user to accomplish a lot of tasks. . This package contains the runtime files. Package: qml-module-qt-labs-animation Description-md5: 22578dbe8c1a64c5aafb288b2c344bc5 Description-en: Qt 5 Qt.labs.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: qml-module-qt-labs-calendar Description-md5: 1007156640cc7eccdd8fa89c0d706215 Description-en: Qt 5 qt.labs.calendar 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 QML qt.labs.calendar module, which is part of Qt Quick Controls 2. Package: qml-module-qt-labs-folderlistmodel Description-md5: 203c24a871916a8ab106c719f21dc506 Description-en: Qt 5 folderlistmodel QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The FolderListModel provides a model of the contents of a file system folder. Package: qml-module-qt-labs-location Description-md5: b08c5f9b451968e9cc0ebe130b120c26 Description-en: Qt Location Labs 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 Positioning labs plugin for Qt Declarative. Package: qml-module-qt-labs-platform Description-md5: f2219a55ee29e79f4d169c8a28b64b19 Description-en: Qt 5 qt.labs.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. . This package contains the experimental Qt Labs Platform module that provides platform integration: native dialogs, menus and menu bars, and tray icons. It falls back to Qt Widgets when a native implementation is not available. Package: qml-module-qt-labs-qmlmodels Description-md5: e79312879184c15d55d88eb3261103ae Description-en: Qt 5 Qt.labs.qmlmodels 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 data models. Package: qml-module-qt-labs-settings Description-md5: e44b06a5fdc411c26b6d54c6262fe739 Description-en: Qt 5 settings QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the settings QML module for Qt declarative. Package: qml-module-qt-labs-sharedimage Description-md5: 8aef95f1014434d2db13c78e0c721f84 Description-en: Qt 5 SharedImage QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Shared Image plugin. Package: qml-module-qt-labs-wavefrontmesh Description-md5: cbe143ca8d005db27e6977db8faaa265 Description-en: Qt 5 Qt.labs.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: qml-module-qt-websockets Description-md5: 728aed2d0d0e12ab64da390a3970324a Description-en: Qt 5 Web Sockets compatibility 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 compatibility Qt.WebSockets QML module. Do not use it, use QtWebSockets module instead (in qml-module-qtwebsockets package). Package: qml-module-qt3d Description-md5: 134da009b84fc00183042b541e94ebbe Description-en: Qt 5 3D 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 3D QML module. Package: qml-module-qtaudioengine Description-md5: 178a9ecfbb1dbdd0efb1c149c88b3ee5 Description-en: Qt 5 AudioEngine 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 AudioEngine QML module for QtDeclarative. Package: qml-module-qtbluetooth Description-md5: 19153f8b42b736e4c6ebc6101b2c05ae Description-en: Qt Connectivity module - Bluetooth 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 Bluetooth QML module from the Qt Connectivity module. Package: qml-module-qtcharts Description-md5: f3a7d7aeb29b020c523a3441a34bf8e4 Description-en: Qt charts QML module Qt Charts module provides a set of easy to use chart components. . This package provides a QML module for Qt charts. Package: qml-module-qtcontacts Description-md5: f7edd9bf5988945887cf1f220ca93d44 Description-en: Qt 5 Contacts 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 Contacts QML module for Qt Declarative. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qml-module-qtdatavisualization Description-md5: 57fd9c4d2feaac89db0b1bfc5c722d2d Description-en: Qt 5 Data Visualization 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 Data Visualization QML module for QtDeclarative. Package: qml-module-qtgamepad Description-md5: 9d612145fd00d2cebc81d7fe263903ce Description-en: Qt 5 Gamepad 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 Gamepad module provides QML types that can be used to access the state of gamepad hardware that may be available on a system. Package: qml-module-qtgraphicaleffects Description-md5: cb163b459a459bfd1e6a46aee931dc92 Description-en: Qt 5 Graphical Effects module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Graphical Effects contains ready to use visual effects for OpenGL QML applications. Package: qml-module-qtlocation Description-md5: 437b7ed062fc5546f4268576a55d840f Description-en: Qt Location 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 Location QML plugin for Qt Declarative. Package: qml-module-qtmir Description-md5: 8fd50954d0da615affabe3875bf3a9db Description-en: Qt/QML module for Lomiri specific Mir APIs QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . QtMir provides Qt/QML bindings for Mir features that are exposed through the qtmir QPA plugin such as Application management (start/stop/suspend/resume) and surface management. Package: qml-module-qtmultimedia Description-md5: f9a0bf61080fc4f014c435881efaa4fd Description-en: Qt 5 Multimedia 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 Multimedia QML module for QtDeclarative. Package: qml-module-qtnfc Description-md5: 67fb317d12bc6eea8645b38b48bc752f Description-en: Qt Connectivity module - NFC 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 NFC QML module from the Qt Connectivity module. Package: qml-module-qtorganizer Description-md5: 91b2976fddd5d0b19a6e28dee5a5c406 Description-en: Qt 5 Organizer 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 Organizer QML module for Qt Declarative. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qml-module-qtpositioning Description-md5: 70232876aa05db306af504bc23f4e6df Description-en: Qt Positioning 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 Positioning QML plugin for Qt Declarative. Package: qml-module-qtpublishsubscribe Description-md5: 4b09de9366a6800a29c0be0e37c2076c Description-en: Qt 5 Publish Subscribe 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 Publish Subscribe QML module for Qt Declarative. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qml-module-qtqml Description-md5: 56e377a39381292bec7990f4da16eac0 Description-en: Qt 5 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: qml-module-qtqml-models2 Description-md5: 18092df8fbb5da0f1f9c55090cc57c99 Description-en: Qt 5 Models2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Models provides types previously found in Qt Quick module. Package: qml-module-qtqml-statemachine Description-md5: 270a6273523332da7756d0400a49f989 Description-en: Qt 5 State Machine QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The State Machine QML module. Package: qml-module-qtqml-workerscript2 Description-md5: 72d29ba5f1fa11171b52b6d27cfc7b88 Description-en: Qt 5 QML Worker Script 2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This QML module contains types for using worker scripts. Package: qml-module-qtquick-controls Description-md5: 9069fcb191c7d2bc8d4d3affc755c6d0 Description-en: Qt 5 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. . The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick. Package: qml-module-qtquick-controls2 Description-md5: f84bd37eb316704c70d0979649ace1c7 Description-en: Qt 5 Qt Quick Controls 2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Quick Controls 2 QML module. Package: qml-module-qtquick-controls2-suru Description-md5: 9c48ddaf5eb5bd9321dbd1b8ba62194d Description-en: Suru style for QtQuick Controls 2 This is a style for QtQuickControls 2 providing a uniform look'n'feel for apps targetting the Lomiri Operatoring / Ubuntu Touch. . This QQC2 style explicitly uses the Suru icon theme for drawing its elements. Package: qml-module-qtquick-dialogs Description-md5: 370d162673a8241d17c7d381d77a52d8 Description-en: Qt 5 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: qml-module-qtquick-extras Description-md5: dbc9d9bceb6d3e80afde3289ce1df90d Description-en: Qt 5 Quick Extras 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 Extras module provides a set of extra components that can be used to build complete interfaces in Qt Quick. Package: qml-module-qtquick-layouts Description-md5: bd89c15244f52e9c0bb51284f75a6d15 Description-en: Qt 5 Quick Layouts QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The Qt Quick Layouts modules provides a set of layouts that can be used to build complete interfaces in Qt Quick. Package: qml-module-qtquick-localstorage Description-md5: 011ac4e60cfff53b48c1a8eec1a90a15 Description-en: Qt 5 localstorage QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This is a singleton type for reading and writing to SQLite databases. Package: qml-module-qtquick-particles2 Description-md5: c2270a2aa81580e8c68f2df857c5065e Description-en: Qt 5 particles 2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This QML module contains a particle system for Qt Quick. Package: qml-module-qtquick-pdf Description-md5: 65955e5caa6af60f7acfbddb8ccc2373 Description-en: Qt Quick PDF QML module The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the Qt Quick PDF QML module. Package: qml-module-qtquick-privatewidgets Description-md5: 0fd7e1df5ca169208d9315cc4a52b99e Description-en: Qt 5 Private Widgets 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 Private Widgets module. Package: qml-module-qtquick-scene2d Description-md5: 97bef7084ae58b2b884ad40c418e6b45 Description-en: Qt 5 Quick Scene 2D 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 Scene 2D QML module. Package: qml-module-qtquick-scene3d Description-md5: 79b4cafb22a9777d67a6252905021586 Description-en: Qt 5 Quick Scene 3D 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 Scene 3D QML module. Package: qml-module-qtquick-shapes Description-md5: c0f37fba17235c5d388efc393770c6c3 Description-en: Qt 5 Qt 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: qml-module-qtquick-templates2 Description-md5: 5c48f96b06987729630ba73f4cf8f3d2 Description-en: Qt 5 Qt Quick Templates 2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Quick Templates 2 QML module. Package: qml-module-qtquick-virtualkeyboard Description-md5: 95ffb621b3f20c14a888b35d0fdcf419 Description-en: Qt virtual keyboard - QML module The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets. . This package contains the QML module. Package: qml-module-qtquick-window2 Description-md5: f63654b55de42c6ff2851c7334ecd97f Description-en: Qt 5 window 2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This QML module contains types for creating top-level windows and accessing screen information. Package: qml-module-qtquick-xmllistmodel Description-md5: 5d41da89ea9b1ae0b77130647b663a85 Description-en: Qt 5 xmllistmodel QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This QML module contains types for creating models from XML data. Package: qml-module-qtquick2 Description-md5: 49f1d62f90c134f695813922d23e7f44 Description-en: Qt 5 Qt Quick 2 QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the Qt Quick 2 QML module for Qt declarative. Package: qml-module-qtremoteobjects Description-md5: 159e873d21efad7ba3806af88bb9fce2 Description-en: Qt module for IPC — QML binding The Qt Remote Objects extends Qt's existing functionalities to enable information exchange between processes or computers. . This package provides the QML module for Qt Remote Objects, which can be used from QML as “import QtRemoteObjects 5.12”. Package: qml-module-qtscxml Description-md5: 114d7fc0eaea7906931546f0d02bbb5e Description-en: Qt scxml QML module The Qt SCXML module provides functionality to create state machines from SCXML files. This includes both dynamically creating state machines (loading the SCXML file and instantiating states and transitions) and generating a C++ file that has a class implementing the state machine. It also contains functionality to support data models and executable content. . This package provides a QML module for Qt scxml. Package: qml-module-qtsensors Description-md5: 8097e47619b4fdd5da07c92ca779cba4 Description-en: Qt 5 Sensors 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 Sensors QML module for Qt Declarative. Package: qml-module-qtserviceframework Description-md5: a450e727567219ff99f5e544c281fbb4 Description-en: Qt 5 Service Framework 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 Service Framework QML module for Qt Declarative. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qml-module-qtsysteminfo Description-md5: e86405edd28e36f304dccc95558fd9c7 Description-en: Qt 5 System Info 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 System Info QML module for Qt Declarative. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qml-module-qttest Description-md5: de51386018eb9b6b3cf4c57846ee5e6f Description-en: Qt 5 test QML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the test QML module for Qt declarative. Package: qml-module-qtwayland-client-texturesharing Description-md5: ee756eedcdf81ec1e65302d93fa5e5a5 Description-en: Qt 5 Wayland Shared Texture 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 allows Qt Wayland clients to use graphical resources exported by the compositor, without allocating any graphics memory in the client. Package: qml-module-qtwayland-compositor Description-md5: f204a14668a161661dbe36c9fae374c7 Description-en: Qt 5 Wayland Compositor 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 Wayland Compositor modules provide QML types that can be used to create custom display servers supporting the Wayland protocol. Package: qml-module-qtwebchannel Description-md5: 2abe1b38596cc71489d06fb2baa2648b Description-en: Web communication library for Qt - QML module Qt WebChannel enables peer-to-peer communication between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine. . This package contains the WebChannel QML module for QtDeclarative. Package: qml-module-qtwebengine Description-md5: d7a90d0e1507882a484cfe020c6edb00 Description-en: Qt WebEngine QML module QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the WebEngine QML module for QtDeclarative. Package: qml-module-qtwebkit Description-md5: f7c568d54bb267ca8bcc2a7f60b81ed6 Description-en: Qt WebKit QML module QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the WebKit QML module for QtDeclarative. Package: qml-module-qtwebsockets Description-md5: c4bb4c834f804c7760ee51a9add9b568 Description-en: Qt 5 Web Sockets 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 Web Sockets QML module. Package: qml-module-qtwebview Description-md5: 389e72c5d84f29ca3be73722cdd3f74b Description-en: display web content in a QML application Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. . This package contains the WebView QML module. Package: qml6-module-io-thp-pyotherside Description-md5: eb8c10ee016cc04b72bd1675f8b2f798 Description-en: asynchronous Python 3 Bindings for Qt 6 (QML plugin) A Qt 6 QML Plugin that provides access to a Python 3 interpreter from QML. . PyOtherSide is a Qt QML Plugin that provides access to a Python 3 interpreter from QML. It was designed with mobile devices in mind, where high-framerate touch interfaces are common, and where the user usually interfaces only with one application at a time via a touchscreen. As such, it is important to never block the UI thread, so that the user can always continue to use the interface, even when the backend is processing, downloading or calculating something in the background. . At its core, PyOtherSide is basically a simple layer that converts Qt (QML) objects to Python objects and vice versa, with focus on asynchronous events and continuation-passing style function calls. . This package provides the QML 6 plugin. Package: qmlscene Description-md5: a67138f4ecf886d0813d21f0a39bad26 Description-en: Qt 5 QML scene viewer Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the older QML viewer for Qt Quick 2. See qml package for the newer one. Package: qt3d-assimpsceneimport-plugin Description-md5: 2a05ac745dc930590e92cec4e1417f67 Description-en: Qt 3D GL Assimp scene import plugin Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 3D's Assimp scene import plugin. Package: qt3d-defaultgeometryloader-plugin Description-md5: 9f5a892bbf29b0759b8648c9e0f9411b Description-en: Qt 3D default geometry loader plugin Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 3D's default geometry loader plugin. Package: qt3d-gltfsceneio-plugin Description-md5: 2c92c88178a25ffa9d5e0c9f32477381 Description-en: Qt 3D GL Transmission Format scene IO plugin Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 3D's GLTF geometry loader, and scene import and export plugins. Package: qt3d-scene2d-plugin Description-md5: 292675534fc3073abfb9d139e86ba0a5 Description-en: Qt 3D Scene 2D plugin Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 3D's Scene 2D plugin. Package: qt3d5-dev Description-md5: 50108e7863483c64d55d6a1b48c63fcb Description-en: Qt 5 3D 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 5 applications using Qt 3D library. Package: qt3d5-dev-tools Description-md5: 7346385409b850f61df3e3c7dc76ff3d Description-en: Qt 3D development tools Qt 3D provides functionality for near-realtime simulation systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications. . This package contains development programs to use with Qt 3D. . At the moment there is only one tool here, qgltf, which can be used to import a variety of 3D model formats and export it into fast-to-load, optimized glTF assets embedded into Qt resource files. Package: qt3d5-doc Description-md5: cd1ee49b98124583811f0d0ec43c5e66 Description-en: Qt 3D documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 3D libraries. Package: qt3d5-doc-html Description-md5: bb9d1f7b05a2fbbe10c61919a3717a7c Description-en: Qt 3D HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 3D libraries. Package: qt3d5-examples Description-md5: 3d9eaa8bffdd071294f152f072f8a99c Description-en: Qt 5 3d examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 5 3D examples. Package: qt5-assistant Description-md5: e02b0032d23d018a06ab8636684c6004 Description-en: Qt 5 Assistant Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Assistant is a tool for viewing on-line documentation in Qt help file format. Package: qt5-doc Description-md5: d7eb9d003ee2997c0e2fea365b48bd1a Description-en: Qt 5 API Documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . Qt Documentation contains the offline documentation for Qt 5. This package contains the complete Qt 5 API documentation (Qt's help format). . The documentation is provided in the Qt's help format and manpage format; the Qt's help format version can be viewed in conjunction with the Qt Assistant found in the qttools5-dev-tools package. Package: qt5-doc-html Description-md5: 401134c798839b5cf5c42579a8b785d6 Description-en: Qt 5 API documentation (HTML format) 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 complete Qt 5 API documentation (HTML format). . The documentation is provided in HTML format. Package: qt5-gtk-platformtheme Description-md5: 39eaf682438c89ae84a301289473e806 Description-en: Qt 5 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: qt5-gtk2-platformtheme Description-md5: ef1693ba95d672e741307c28468993a2 Description-en: Qt 5 extra widget styles - GTK+ 2 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 contains the GTK+ 2 style and platform theme. Export QT_QPA_PLATFORMTHEME=gtk2 to enable it for all Qt applications. Package: qt5-image-formats-plugin-pdf Description-md5: 4b3cd4f11c69627fb55ce6baf9a913f6 Description-en: Qt 5 PDF image format plugin The Qt PDF module contains classes and functions for rendering PDF documents. . This package provides an image plugin that allows image-viewing applications to view PDF files (the first page of PDF will be shown). Package: qt5-image-formats-plugins Description-md5: 30fd0955510c2d95c63eb508d0a30b5d Description-en: Qt 5 Image Formats 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 plugins for adding support for ICNS, MNG, TGA, TIFF, WBMP and WEBP image formats. Package: qt5-qmake Description-md5: d22e820ccda7e109fc6cf2c171df093e Description-en: Qt 5 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 5 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 5 qmake requires a platform and compiler description file which contains many default values used to generate appropriate Makefiles. . This package contains also these platform specifications. Package: qt5-qmake-bin Description-md5: 86cdde8a3c4de9597f2460df4811e75d Description-en: Qt 5 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 qmake buildsystem. Do not install this package directly, use qt5-qmake instead. Package: qt5-qmltooling-plugins Description-md5: aaeee20ac4d952bf08fbfef5a579c9a2 Description-en: Qt 5 qmltooling plugins Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the qmltooling plugins. Package: qt5-quick-demos Description-md5: 6e1d3008c926f8f5a44f95d38a0babae Description-en: Qt Quick demo applications 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 demo applications developed using Qt Quick technologies: calqlatr, clocks, maroon, photosurface, rssnews, samegame, stocqt, tweetsearch. Package: qt5-style-plugin-cleanlooks Description-md5: da9f3292382353bd577b4e418a19249d Description-en: Qt 5 extra widget styles - Cleanlooks 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 Cleanlooks widget style. Package: qt5-style-plugin-motif Description-md5: 0b3cf6ea14ecb6cfe945aa8ea193d1f2 Description-en: Qt 5 extra widget styles - Motif 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 Motif widget style. Package: qt5-style-plugin-plastique Description-md5: dd2368e19e0152b06e9060a9bf0cf705 Description-en: Qt 5 extra widget styles - Plastique 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 Plastique widget style. Package: qt5-style-plugins Description-md5: ae1cbdc1591db53d2305365a71975f23 Description-en: Qt 5 extra widget styles 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 metapackage which pulls in all available styles and the GTK+ 2 platform theme. Package: qt5-styles-ukui Description-md5: e1f90c71a98549c6d0c961260f4f1b6b Description-en: QStyle plugins provided by ukui qt5-ukui-platformtheme is official platform theme of UKUI desktop environment. It also provides the common metadatas for ukui-styles and platform theme using. The library provided many convenient API for changing a qt widgets style, such as buttons color, tabwidget animation, etc. . This package provides several qstyle plugins which as default styles in ukui. For now, fusion is the base style of ukui-styles. Package: qt5-ukui-platformtheme Description-md5: 1f731ef7ed07d500db89256123f55730 Description-en: Qt5 QPA platform theme of UKUI qt5-ukui-platformtheme is official platform theme of UKUI desktop environment. It also provides the common metadatas for ukui-styles and platform theme using. The library provided many convenient API for changing a qt widgets style, such as buttons color, tabwidget animation, etc. . This package provides a qt5 qpa platform theme plugin. Package: qt5-xdgdesktopportal-platformtheme Description-md5: 0a5ddb5371f4cf42243bc780d020c01f Description-en: Qt 5 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: qt5ct Description-md5: 46902e8b3be0d67d5a96f2485f22884b Description-en: Qt5 Configuration Utility This utility allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration. . Qt5ct will only be active on environments other than Plasma. Default configuration have switch to disable running on Plasma. . Qt5ct could use qt5 gtk theme, KDE breeze theme, the fusion theme, QtCurve theme and many more. Each style could be customized further by changing the color schema. Package: qt5dxcb-plugin Description-md5: e756c20c86645a9b9ba3b2d1dfa20bab Description-en: Qt platform theme integration plugin for DDE Deepin's qt5dxcb-plugin is the Qt platform integration plugin for Deepin Desktop Environment. It provides an abstract interface between Deepin applications and Qt tookit for further application theme customization. . This package is part of DDE (Deepin Desktop Environment). Package: qt5serialport-examples Description-md5: 78804e58657de830d288a2dd0eede30d Description-en: Qt 5 serial port 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 constains the serial port submodule's examples. Package: qtattributionsscanner-qt5 Description-md5: ca038d19e026ed197a93de7f7d4c9014 Description-en: Qt 5 qtattributionsscanner 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 qtattributionsscanner, a command-line tool that scans the source code for qt_attribution.json file and outputs JSON or qdoc files describing the copyright attributions for third party code. Package: qtbase5-dev Description-md5: eb1a5e244bfc7327cfdf56f6aff9cab9 Description-en: Qt 5 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 5 applications. . If you are interested in packaging Qt 5 stuff please take a look at https://qt-kde-team.pages.debian.net/packagingqtbasedstuff.html Package: qtbase5-dev-tools Description-md5: 389ab33cc35e6afecee8a8240f83313f Description-en: Qt 5 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 5 applications, such as moc, qdbuscpp2xml, qdbusxml2cpp, rcc, syncqt and uic. . We do not recommend depending on this package directly. Please depend on qtbase5-dev instead. Package: qtbase5-doc Description-md5: ca14ee36d3a7fc0206bfcbb35e2be024 Description-en: Qt 5 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 5 base libraries. Package: qtbase5-doc-dev Description-md5: 5f103459e351d7b7e73520be6c3de13a Description-en: Qt 5 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: qtbase5-doc-html Description-md5: 2e4adf9de7ccece9e0fe9efb81d70fe6 Description-en: Qt 5 base HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 base libraries. Package: qtbase5-examples Description-md5: ac043eae380c0dcd4bce5d40a835f3e4 Description-en: Qt 5 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 Qt base 5 examples. Package: qtbase5-gles-dev Description-md5: 4fdf443e356e888330d213cd4044caff Description-en: Qt 5 base development files — OpenGL ES variant 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 5 applications. . Normally you should use the qtbase5-dev package. Use this one only if your software supports only OpenGL ES or if you want to make use of some OpenGL ES specific API. . If you are interested in packaging Qt 5 stuff please take a look at https://qt-kde-team.pages.debian.net/packagingqtbasedstuff.html Package: qtbase5-private-dev Description-md5: b388fd86350adaeeb21580f32ba12fcc Description-en: Qt 5 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 5 applications like Qt Creator QML Designer plugin. . Use at your own risk. Package: qtbase5-private-gles-dev Description-md5: 3f69e1451d39171cf694987582ebaf32 Description-en: Qt 5 base private development files — OpenGL ES variant Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the private header development files for building some Qt 5 applications like Qt Creator QML Designer plugin. . Normally you should use qtbase5-dev or qtbase5-private-dev package. Use this one only if your software supports only OpenGL ES or if you want to make use of some OpenGL ES specific API. Use at your own risk. Package: qtcharts5-doc Description-md5: 4172bc5c8430ccb105c799ec7f849ae2 Description-en: Qt charts QCH documentation Qt Charts module provides a set of easy to use chart components. . This package contains the documentation in QCH format, which can be viewed using Qt Assistant from qttools5-dev-tools package. Package: qtcharts5-doc-html Description-md5: c2124e9288e7269c665cb965e0773625 Description-en: Qt charts HTML documentation Qt Charts module provides a set of easy to use chart components. . This package contains the documentation in HTML format. Package: qtcharts5-examples Description-md5: 4c41fe3f962cfa2ea86598af61874011 Description-en: Qt chart examples Qt Charts module provides a set of easy to use chart components. . This package contains Qt 5 Chart examples. Package: qtconnectivity5-dev Description-md5: e7a0cda2b9a0a03a3a55b9f79ffe37f6 Description-en: Qt Connectivity 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 5 applications using Qt Connectivity libraries. Package: qtconnectivity5-doc Description-md5: 06a5218c5737ae2d9bb9c22135a8e1a9 Description-en: Qt 5 Connectivity documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Connectivity modules (Qt Bluetooth and Qt NFC). Package: qtconnectivity5-doc-html Description-md5: 42ba671944aa1cf583ea81a09441ac3b Description-en: Qt 5 Connectivity HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 Connectivity modules (Qt Bluetooth and Qt NFC). Package: qtconnectivity5-examples Description-md5: bd59fdaf1912acc136b06a7520e550f0 Description-en: Qt 5 Connectivity examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 5 Connectivity examples. Package: qtcurve Description-md5: cc28fa78161c6a0b67b510b06b2ee8f3 Description-en: unified widget styles for Qt and GTK+ applications (metapackage) This package installs all packages related with QtCurve. . QtCurve is a set of widget styles for Qt and GTK+ libraries. It provides a consistent look between KDE, GNOME and other applications based on these libraries, which is easy on the eyes and visually pleasing. Package: qtcurve-l10n Description-md5: b74a07ade2736cef48ace5a1f234d6a5 Description-en: translation files for QtCurve This package contains translation files for QtCurve. . QtCurve is a set of widget styles for Qt and GTK+ libraries. It provides a consistent look between KDE, GNOME and other applications based on these libraries, which is easy on the eyes and visually pleasing. Package: qtdatavisualization5-doc Description-md5: c62b5388d54e3d76af796821cc0e232d Description-en: Qt 5 Data Visualization documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Data Visualization library. Package: qtdatavisualization5-doc-html Description-md5: b49a9784cdeb11a92e0af7b3ffb4e00e Description-en: Qt 5 Data Visualization HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 Data Visualization library. Package: qtdatavisualization5-examples Description-md5: 20e018c5a742adf0fc82eed222b490fa Description-en: Examples for Qt 5 Data Visualization 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 examples for Qt5 data visualization application development. Package: qtdeclarative5-dev Description-md5: 957c332e0d189c34d9a632e0f21bca92 Description-en: Qt 5 declarative development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the header development files for building some Qt 5 applications using Qt 5 declarative headers. Package: qtdeclarative5-dev-tools Description-md5: 384db51b9ca50d630409949145f8f5c0 Description-en: Qt 5 declarative development programs Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the development programs used for building Qt 5 declarative applications. Package: qtdeclarative5-doc Description-md5: 2ec916802abb12173521f9426462cb19 Description-en: Qt 5 declarative documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 declarative libraries. Package: qtdeclarative5-doc-dev Description-md5: 7a200be7809fdb2f0fc1992f40a08fc0 Description-en: Qt 5 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 qtdeclarative documentation. Package: qtdeclarative5-doc-html Description-md5: c4e1002a33f34eaadd0aebbf2f0751c6 Description-en: Qt 5 declarative HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 declarative libraries. Package: qtdeclarative5-examples Description-md5: 9395b1f087c5d56a350f56068c95f914 Description-en: Qt 5 declarative examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 5 declarative examples. Package: qtdeclarative5-private-dev Description-md5: 650de6f02e126414bf75eaf5bab88505 Description-en: Qt 5 declarative private development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the private header development files for building some Qt 5 applications using Qt 5 declarative private headers. . Use at your own risk. Package: qtgamepad5-doc Description-md5: 87bca877816737a81645c1d4f2ba6b04 Description-en: Qt 5 Gamepad QCH documentation Qt Gamepad is an add-on library that enables Qt applications to support the use of gamepad hardware and in some cases remote control equipment. The module provides both QML and C++ interfaces. The primary target audience are embedded devices with fullscreen user interfaces, and mobile applications targeting TV-like form factors. . This package contains the documentation in QCH format, which can be viewed using Qt Assistant from qt5-assistant package. Package: qtgamepad5-doc-html Description-md5: c005b0dc0798f383ab992c4c61bbea1e Description-en: Qt 5 Gamepad HTML documentation Qt Gamepad is an add-on library that enables Qt applications to support the use of gamepad hardware and in some cases remote control equipment. The module provides both QML and C++ interfaces. The primary target audience are embedded devices with fullscreen user interfaces, and mobile applications targeting TV-like form factors. . This package contains the documentation in HTML format. Package: qtgamepad5-examples Description-md5: af5ce3f1915e59eeb09b52a30ec7be31 Description-en: Qt 5 Gamepad examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 5 Gamepad module's examples. Package: qtgraphicaleffects5-doc Description-md5: 44762d5cc2f29a033a8292663c6968f6 Description-en: Qt 5 graphical effects documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 graphical effects libraries. Package: qtgraphicaleffects5-doc-html Description-md5: a144478b1aa0dd0251a4f115a8f6d6d1 Description-en: Qt 5 graphicaleffects HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 graphical effects libraries. Package: qtlocation5-dev Description-md5: 7427c1fc236f1dd3f2ac4a9882d8a6ab Description-en: Qt 5 Location 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 5 applications using Qt Location library. Package: qtlocation5-doc Description-md5: b7e190bd7ccc89ea6c92da289b92eeeb Description-en: Qt 5 Location and Positioning QCH documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Location and Positioning modules in QCH format, which can be viewed using Qt Assistant from qt5-assistant package. Package: qtlocation5-doc-dev Description-md5: 25fe50d08c12de98703e06d7c5b91d95 Description-en: Qt 5 Location and Positioning 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 Location and Qt Positioning documentation. Package: qtlocation5-doc-html Description-md5: bc5107d742dcaa6da3307645c4a159d0 Description-en: Qt 5 Location and Positioning 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 documentation for the Qt 5 Location and Positioning modules in HTML format. Package: qtlocation5-examples Description-md5: f1678e4b1dd2a8154f42ef8ef6c0548c Description-en: Qt 5 Location and Positioning examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 5 Location and Positioning examples. Package: qtmir Description-md5: 3bc5056b8d08a50de01d8af8fda17dff Description-en: Qt platform abstraction (QPA) plugin for a Mir server QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. Package: qtmir-desktop Description-md5: ffa24c1526f4334a539c5cc05747c5b0 Description-en: QPA plugin for a Mir server (desktop, transitional package) QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . This variant of the package is for GNU-based desktops. . This is a transitional package. It can safely be removed. Package: qtmir-tests Description-md5: a36d8a75ffc0b4c73a2f6f41696e91ef Description-en: QtMir tests and demos QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . This package provides benchmark tests and a simple shell and client using the QtMir QPA. Package: qtmultimedia5-dev Description-md5: d66c7302b817d2d8a6eeed52062a5950 Description-en: APIs for multimedia functionality - 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 applications using Qt Multimedia libraries. Package: qtmultimedia5-doc Description-md5: 9aa5cda04caafcdcf8c9cc892a45d227 Description-en: Qt 5 multimedia documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 multimedia libraries. Package: qtmultimedia5-doc-html Description-md5: cef6f70d1283a688309a1ab73b3b1371 Description-en: Qt 5 multimedia HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 multimedia libraries. Package: qtmultimedia5-examples Description-md5: 49d9bf07b867f8f8f5fef95670514ed0 Description-en: Examples for Qt 5 Multimedia 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 examples for Qt5 multimedia application development. Package: qtnetworkauth5-doc Description-md5: aacd4349733c7ae5e484a62cb0dbd917 Description-en: online account access for Qt apps - documentation 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 documentation for QtNetworkAuth. Package: qtnetworkauth5-doc-html Description-md5: 153e5b805af0991c56ee647229170de3 Description-en: online account access for Qt apps - HTML Documentation 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 HTML documentation for QtNetworkAuth. Package: qtnetworkauth5-examples Description-md5: 19d21a8a88ced0258041853a1749d9be Description-en: online account access for Qt apps - Examples 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 examples for Qt's NetworkAuth submodule. Package: qtpdf5-dev Description-md5: b600a85c5d17c3c623adb4cfeec0a6fe Description-en: Qt 5 PDF library - development files The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the development files needed to build Qt 5 applications using Qt PDF library. Package: qtpdf5-doc Description-md5: fb8edb81b45d603ceae74430c76ac161 Description-en: Qt 5 PDF documentation The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the documentation in QCH format, which can be viewed using Qt Assistant from qttools5-dev-tools package. Package: qtpdf5-doc-html Description-md5: 6c71058873c13f3bbfc3c45b6cfa19c1 Description-en: Qt 5 PDF HTML documentation The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the HTML documentation. Package: qtpdf5-examples Description-md5: 6ec493fac00beaed670dd21b5b380e0b Description-en: Qt PDF - examples The Qt PDF module contains classes and functions for rendering PDF documents. . This package contains the PDF examples. Package: qtpim5-dev Description-md5: 7cc457e1f7210119b1a0ff2f23406872 Description-en: Qt 5 PIM 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 5 applications using Qt PIM libraries. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtpim5-doc Description-md5: 657ce324fdca6ac0e83344cc3f53d4e8 Description-en: Qt 5 PIM documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 PIM module, including Contacts, Organizer and Versit. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtpim5-doc-html Description-md5: 6682fcf18dd4fef4696359b016585c11 Description-en: Qt 5 PIM HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 PIM module, including Contacts, Organizer and Versit. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtpim5-examples Description-md5: 7e514d37892db61ac9bda4dac22f5d64 Description-en: Qt 5 PIM HTML 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 Qt 5 PIM. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtpositioning5-dev Description-md5: 6b9276dc70755398fd080b95764c828d Description-en: Qt 5 Positioning 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 5 applications using Qt Positioning library. Package: qtquickcontrols2-5-dev Description-md5: 02f0e9c820acf30cec64bc5ce8477956 Description-en: Qt 5 Quick Controls 2 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 Qt Quick Controls 2 development files. Package: qtquickcontrols2-5-doc Description-md5: dca348d0305c0f563aa74f0c06f55f01 Description-en: Qt 5 Quick Controls 2 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 Qt Quick Controls 2 documentation in qch format. Package: qtquickcontrols2-5-doc-html Description-md5: b386834d214f69ff4512d3757c2749cd Description-en: Qt 5 Quick Controls 2 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 Qt Quick Controls 2 documentation in HTML format. Package: qtquickcontrols2-5-examples Description-md5: 17846daf82096b518ee509cfbacd3190 Description-en: Qt 5 Qt Quick Templates 2 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 Qt Quick Controls 2. Package: qtquickcontrols2-5-private-dev Description-md5: 052025dd90a21f413d6f7725060aa99c Description-en: Qt 5 Quick Controls 2 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 Qt Quick Controls 2 private development files. Package: qtquickcontrols5-doc Description-md5: 17d0d724b744d8caaf73b2eeac698c6e Description-en: Qt 5 Quick Controls documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Quick Controls module. Package: qtquickcontrols5-doc-html Description-md5: d80ebab7574c25715338b151256c2668 Description-en: Qt 5 Quick Controls HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 Quick Controls module. Package: qtquickcontrols5-examples Description-md5: 4633fc1621736416d5af46203684f324 Description-en: Qt 5 Quick Controls examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 5 Quick Controls examples. Package: qtremoteobjects5-doc Description-md5: 8256fa7533992aba539bf6f57d1430aa Description-en: Qt Remote Objects QCH documentation The Qt Remote Objects extends Qt's existing functionalities to enable information exchange between processes or computers. . This package contains the documentation in QCH format, which can be viewed using Qt Assistant from qt5-assistant package. Package: qtremoteobjects5-doc-html Description-md5: f493b33024bdac4d3f9d05dae3b5cf5b Description-en: Qt Remote Objects HTML documentation The Qt Remote Objects extends Qt's existing functionalities to enable information exchange between processes or computers. . This package contains the documentation in HTML format. Package: qtremoteobjects5-examples Description-md5: 8c64fc6e456c71842a48e493c127d742 Description-en: Qt Remote Objects examples The Qt Remote Objects extends Qt's existing functionalities to enable information exchange between processes or computers. . This package contains Qt 5 Remote Objects examples. Package: qtscript5-dev Description-md5: 9c895e1d9010a1b23470d0c0eed496d9 Description-en: Qt 5 script 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 5 applications using QtScript and QtScriptTools libraries. Package: qtscript5-doc Description-md5: a6434dbb2e0c5b961b87e5875be7cf17 Description-en: Qt 5 script documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 script libraries. Package: qtscript5-doc-html Description-md5: bd7b8b04024dae6cc194a09439eab845 Description-en: Qt 5 script HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 script libraries. Package: qtscript5-examples Description-md5: 4bffca6cd623049a22e5f67763708da7 Description-en: Qt 5 script examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 5 script examples. Package: qtscxml5-doc Description-md5: 1790c2f4cc29ff943059c4b37a95b1e3 Description-en: Qt SCXML QCH documentation The Qt SCXML module provides functionality to create state machines from SCXML files. This includes both dynamically creating state machines (loading the SCXML file and instantiating states and transitions) and generating a C++ file that has a class implementing the state machine. It also contains functionality to support data models and executable content. . This package contains the documentation in QCH format, which can be viewed using Qt Assistant from qttools5-dev-tools package. Package: qtscxml5-doc-html Description-md5: b9f64a60e653633ea1fd56cb9206b6b5 Description-en: Qt SCXML HTML documentation The Qt SCXML module provides functionality to create state machines from SCXML files. This includes both dynamically creating state machines (loading the SCXML file and instantiating states and transitions) and generating a C++ file that has a class implementing the state machine. It also contains functionality to support data models and executable content. . This package contains the documentation in HTML format. Package: qtscxml5-examples Description-md5: d76361b763343885f1be2fd75a9db7b7 Description-en: Qt SCXML examples The Qt SCXML module provides functionality to create state machines from SCXML files. This includes both dynamically creating state machines (loading the SCXML file and instantiating states and transitions) and generating a C++ file that has a class implementing the state machine. It also contains functionality to support data models and executable content. . This package contains Qt 5 SCXML examples. Package: qtsensors5-doc Description-md5: e4cc03e5d28e974e34ec86b9c8e3d973 Description-en: Qt 5 Sensors documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Sensors library and binaries. Package: qtsensors5-doc-html Description-md5: 342bcf5efb62d5afa3b81dcba6cd5f45 Description-en: Qt 5 Sensors HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 Sensors libraries and binaries. Package: qtsensors5-examples Description-md5: bfd5d874c1703d4e4276facf6340aed7 Description-en: Qt 5 sensors examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 5 Sensors examples. Package: qtserialbus5-doc Description-md5: 84cd19730080d523ed253f692cb9445d Description-en: Qt serialbus serial bus access QCH documentation Qt serialbus module provides Qt module for general purpose serial bus access. Support for CAN and potentially other serial buses. . This package contains the documentation in QCH format, which can be viewed using Qt Assistant from qttools5-dev-tools package. Package: qtserialbus5-doc-html Description-md5: 53cb6e715993f30ca27dd66c5c20c5c0 Description-en: Qt serialbus serial bus access HTML documentation Qt serialbus module provides Qt module for general purpose serial bus access. Support for CAN and potentially other serial buses. . This package contains the documentation in HTML format. Package: qtserialbus5-examples Description-md5: 14502cfba17c0eff6a959b2a03d16f4b Description-en: Qt 5 Serialbus serial bus access examples Qt serialbus module provides Qt module for general purpose serial bus access. Support for CAN and potentially other serial buses. . This package contains Qt 5 Serialbus examples. Package: qtserialport5-doc Description-md5: 18fad513dced03cb54fd9ea10e922605 Description-en: Qt 5 serial port documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 serial port library and binaries. Package: qtserialport5-doc-html Description-md5: 0fdd83a904db5f5b36c721264818ee80 Description-en: Qt 5 serial port HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 serial port libraries and binaries. Package: qtspeech5-doc Description-md5: 969766d84eca2d9e6fb1c4b0137f862a Description-en: Speech library for Qt - documentation QtSpeech provides support for text-to-speech and speech recognition in Qt applications. . This package contains the QCH documentation, which can be viewed in Qt Assistant. Package: qtspeech5-doc-html Description-md5: ff5673bde6d1a89d6c3bcba4b7ec28c0 Description-en: Speech library for Qt - HTML documentation QtSpeech provides support for text-to-speech and speech recognition in Qt applications. . This package contains the HTML documentation. Package: qtspeech5-examples Description-md5: 276fa9cdb3c023462a54ff1de52ed26e Description-en: Speech library for Qt - Examples QtSpeech provides support for text-to-speech and speech recognition in Qt applications. . This package contains the QtSpeech examples. Package: qtspeech5-flite-plugin Description-md5: 187eee9cb0515a011f208e8ba13fc505 Description-en: Speech library for Qt - Flite plugin QtSpeech provides support for text-to-speech and speech recognition in Qt applications. . This package contains the plugin for Flite speech synthesis engine. Package: qtspeech5-speechd-plugin Description-md5: ebd7aabacac64dd175505b61d163e5ca Description-en: Speech library for Qt - speechd plugin QtSpeech provides support for text-to-speech and speech recognition in Qt applications. . This package contains the plugin for speechd speech synthesis engine. Package: qtsvg5-doc Description-md5: 13c2621857e60a1440611ff4c69c1c23 Description-en: Qt 5 SVG documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 SVG libraries. Package: qtsvg5-doc-html Description-md5: 8f027e5df3b023d0a76f2c2f4714ef08 Description-en: Qt 5 SVG HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 SVG libraries. Package: qtsvg5-examples Description-md5: 4e15e00778893792347b511f92e58128 Description-en: Qt 5 SVG examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 5 SVG examples. Package: qtsystems5-dev Description-md5: 63ca2b58d8499aefb3a3d90df1627527 Description-en: Qt 5 Systems 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 5 applications using Qt Systems libraries. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtsystems5-examples Description-md5: 11b3d1ff4420f78f1ec2a7891044e6b0 Description-en: Qt 5 Systems 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 Qt 5 Systems. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtsystems5-private-dev Description-md5: 75b625b2898d099659a74934cad8bd6e Description-en: Qt 5 Systems private development files Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the private header development files for building some Qt 5 applications using systems private headers. . Use at your own risk. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qtsystems5-tools Description-md5: 56b897ad10ad0d7df5dc5853abd1ae44 Description-en: Qt 5 Systems tools 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 sfwlisten and servicefw tools for Qt 5 Systems module. . WARNING: This module is not an official part of Qt 5, but instead a git snapshot of an ongoing development. The package is very likely to change in a binary incompatible way, and no guarantees are given. Package: qttools5-dev Description-md5: 2c7b573d705950feb78131e46ada5b45 Description-en: Qt 5 tools 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 5 applications. Package: qttools5-dev-tools Description-md5: e609c4b4a7418340b35a73897442b163 Description-en: Qt 5 development tools 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 a set of applications to browse the documentation, translate applications, generate help files and other stuff that helps in Qt development. These tools are among others: * designer * linguist * pixeltool * qdbusviewer Package: qttools5-doc Description-md5: cadd8f42b0252861fb7f42f03b26d605 Description-en: Qt 5 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 5 tools libraries and binaries. Package: qttools5-doc-html Description-md5: de3ad18252fe274f74794fbca72d70df Description-en: Qt 5 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 5 tools libraries and binaries. Package: qttools5-examples Description-md5: 2e5c31e03a2be53eb1d8b348eb9afe48 Description-en: Qt 5 tools 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 examples of the Qt 5 tools module. Package: qttools5-private-dev Description-md5: 73752fe859df40a7d51d49f7871d7f09 Description-en: Qt 5 tools 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 private header development files. . Use at your own risk. Package: qtvirtualkeyboard-plugin Description-md5: dc5adf73db56b7008e4d95fbcd06967b Description-en: Qt virtual keyboard The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets. . This package contains the virtual keyboard plugin. Package: qtvirtualkeyboard5-doc Description-md5: 712a5b891b5f86f19137b462095e6c66 Description-en: Qt 5 Virtual Keyboard documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Virtual Keyboard plugin. Package: qtvirtualkeyboard5-doc-html Description-md5: 9141932494cefd71704ac91833b1481a Description-en: Qt 5 Virtual Keyboard HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 Virtual Keyboard plugin. Package: qtvirtualkeyboard5-examples Description-md5: 7d1a666d197fcd2ddffa8047ae213ed6 Description-en: Qt virtual keyboard examples The Qt Virtual Keyboard project provides an input framework and reference keyboard frontend for Qt 5 on Linux Desktop/X11, Windows Desktop, and Boot2Qt targets. . This package contains examples of using the virtual keyboard. Package: qtwayland5 Description-md5: 4d4c63543e3979fb894f74b9fe673868 Description-en: QtWayland platform plugin QtWayland is a Qt 5 module that wraps the functionality of Wayland. . This package contains the QtWayland platform plugin, which allows users to run Qt 5 applications under Wayland, and the qtwaylandscanner binary. Package: qtwayland5-dev-tools Description-md5: e21dffe561776b81ad3182c39fcf2367 Description-en: Qt 5 Wayland developer tools QtWayland is a Qt 5 module that wraps the functionality of Wayland. . This package contains the QtWayland developer tools. At the moment there is only qtwaylandscanner tool here. Package: qtwayland5-doc Description-md5: 845188d84e2efcbea9d09d11833efd36 Description-en: Qt 5 Wayland Compositor documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Wayland Compositor library. Package: qtwayland5-doc-html Description-md5: ec27009b1898839a2647c24a30124402 Description-en: Qt 5 Wayland Compositor HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 Wayland Compositor library. Package: qtwayland5-examples Description-md5: 9d1a5581339856847fa7882028e14e95 Description-en: Qt 5 Wayland 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 examples of the Qt 5 Wayland module. Package: qtwayland5-private-dev Description-md5: 9282a03a87fd4610d7ef955483f6dc47 Description-en: QtWayland private development files QtWayland is a Qt 5 module that wraps the functionality of Wayland. . This package contains the private development files for QtWayland client and compositor libraries. Package: qtwebchannel5-doc Description-md5: a30460bc4ff3d84ecf79062ee78759c0 Description-en: Web communication library for Qt - Documentation Qt WebChannel enables peer-to-peer communication between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine. . This package contains the documentation for QtWebChannel. Package: qtwebchannel5-doc-html Description-md5: 9d0739a87b5373aabda3bebc2e709d59 Description-en: Web communication library for Qt - HTML Documentation Qt WebChannel enables peer-to-peer communication between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine. . This package contains the HTML documentation for QtWebChannel. Package: qtwebchannel5-examples Description-md5: ed3a799d7087923dc340245fc4a8c32e Description-en: Web communication library for Qt - Examples Qt WebChannel enables peer-to-peer communication between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine. . This package contains the examples for Qt's WebChannel submodule. Be sure to read README.Debian before trying to run them. Package: qtwebengine5-dev Description-md5: ca428f55106bd624011815039ec6aee7 Description-en: Web content engine library for Qt - development files QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the development files needed to build Qt 5 applications using QtWebEngine library. Package: qtwebengine5-dev-tools Description-md5: aec58b81e1ee18d26952b894f61836f5 Description-en: Qt WebEngine tools 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 qwebengine_convert_dict tool which converts hunspell 'dic' dictionaries to binary 'bdic' format, which is required by spellchecker in Qt WebEngine. Package: qtwebengine5-doc Description-md5: aea2e434617e522bf114f4b91dbb4826 Description-en: Qt 5 webengine documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 webengine libraries. Package: qtwebengine5-doc-html Description-md5: bc301e7f0979f34ca40e0c8c2d6e387a Description-en: Qt 5 webengine HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 webengine libraries. Package: qtwebengine5-examples Description-md5: d49ba4134642a53e70d7ca25167a8d26 Description-en: Qt WebEngine - Examples QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the WebEngine examples. Package: qtwebengine5-private-dev Description-md5: 801a9dd4d85eb685deb90757d307feeb Description-en: Web content engine library for Qt - private development files QtWebEngine provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. . This package contains the private development files needed to build Qt 5 applications using QtWebEngine library. Package: qtwebsockets5-doc Description-md5: d711da2e4b9fb3e05a1aec0ea0025ee7 Description-en: Qt 5 Web Sockets documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 Web Sockets library. Package: qtwebsockets5-doc-html Description-md5: c0030607fd7687badc3bf3b355a8fa88 Description-en: Qt 5 Web Sockets HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 Web Sockets library. Package: qtwebsockets5-examples Description-md5: 21ae1128d7751369e646ff512d3e10e0 Description-en: Examples for Qt 5 Web Sockets 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 examples for the Qt 5 Web Sockets library. Package: qtwebview5-doc Description-md5: 9ee3d8a2835e39c1b1190138ab520ef4 Description-en: display web content in a QML application - Documentation Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. . This package contains the documentation for QtWebView. Package: qtwebview5-doc-html Description-md5: 7914b675d59af9957ad2cfae59ad64da Description-en: display web content in a QML application - HTML Documentation Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. . This package contains the HTML documentation for QtWebView. Package: qtwebview5-examples Description-md5: e9214014805231b44d568089bbb01cde Description-en: display web content in a QML application - Examples Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. . This package contains the examples for Qt's WebView submodule. Package: qtx11extras5-doc Description-md5: 658a17892b1d328f31fb4da891d36de5 Description-en: Qt 5 X11 extras documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 X11 extras libraries and binaries. Package: qtx11extras5-doc-html Description-md5: c3ea7cc87b3cca27c484da9eeb4eff6a Description-en: Qt 5 X11 extras HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 X11 extras libraries and binaries. Package: qtxdg-dev-tools Description-md5: 1491e65e6e3843941f9a1c0816b42d16 Description-en: Tools for QtXdg This package provide some tools for qtxdg: . * qtxdg-desktop-file-start - QtXdg XdgDesktopFile start Tester * qtxdg-iconfinder - Find icons the QtXdg way * qtxdg-mat - Mime app tool for QtXdg Package: qtxmlpatterns5-dev-tools Description-md5: f8f258f271e45f3b6a9763f598aa10c5 Description-en: Qt 5 XML patterns 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 such as xmlpatterns and xmlpatternsvalidator. Package: qtxmlpatterns5-doc Description-md5: dffb05c2430e5b9b0e84f4ae3bdd4e63 Description-en: Qt 5 XML patterns documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the documentation for the Qt 5 XML patterns libraries. Package: qtxmlpatterns5-doc-html Description-md5: d0e96581f1d7d7d4eb2ec82108fd5d5c Description-en: Qt 5 XML patterns HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 XML patterns libraries. Package: qtxmlpatterns5-examples Description-md5: 6a50b08931740af2a542a4e2833edb99 Description-en: Qt 5 XML patterns examples Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains Qt 5 XML patterns examples. Package: quickchick Description-md5: 3190f708de6832bc13984e3cda4ffbd6 Description-en: randomized testing framework for Coq (tools) QuickChick provides a framework for randomized testing of program properties ; it's a clone of Haskell's QuickCheck. . It includes a foundational verification framework to test code and a mechanism to automatically derive generators for inductive relations. . Coq is a proof assistant for higher-order logic. . This package contains the tools. Package: quisk Description-md5: 2265a532c5f2efd616c7723a43d1597d Description-en: Software Defined Radio (SDR) This is Quisk, a Software Defined Radio (SDR). You supply an antenna and a complex (I/Q) mixer to convert the radio spectrum to a low IF. Then send that IF to your computer using the sound card, Ethernet or USB. The Quisk software will read the I/Q data, tune it, filter it, demodulate it, and send the audio to headphones or speakers. Quisk has a microphone input and a key input so it can operate as a complete transceiver. . Quisk works with this hardware: * SoftRock connected to the sound card * Many other SDR's connected to the sound card * SDR-IQ connected by USB * Perseus connected by USB * N2ADR hardware connected by Ethernet and IP * HiQSDR hardware connected by Ethernet and IP * The Hermes-Lite project at hermeslite.com * Quisk can be used as a pan adapter, and can control some radios . Quisk is small and simple, and has been designed so that it is easy to change Quisk to suit your own hardware. Quisk rhymes with "brisk", and is QSK plus a few letters to make it easier to pronounce. QSK is a Q signal meaning full breakin CW operation, and Quisk has been designed for low latency. Quisk includes an input keying signal that can mute the audio and substitute a sidetone. Package: r-bioc-genomicfeatures Description-md5: d534bd4faeaf5a9823825797ab564bb0 Description-en: GNU R tools for making and manipulating transcript centric annotations A set of tools and methods for making and manipulating transcript centric annotations. With these tools the user can easily download the genomic locations of the transcripts, exons and cds of a given organism, from either the UCSC Genome Browser or a BioMart database (more sources will be supported in the future). This information is then stored in a local database that keeps track of the relationship between transcripts, exons, cds and genes. Flexible methods are provided for extracting the desired features in a convenient format. 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-cran-bayesplot Description-md5: 8f1b45634a44d7dc1b47cb015f9ee39b Description-en: GNU R plotting for bayesian models Plotting functions for posterior analysis, model checking, and MCMC diagnostics. The package is designed not only to provide convenient functionality for users, but also a common set of functions that can be easily used by developers working on a variety of R packages for Bayesian modeling, particularly (but not exclusively) packages interfacing with 'Stan'. Package: r-cran-bigmemory Description-md5: 69712ba529cb54600ff9cd43a747ecfa Description-en: Manage Massive Matrices with Shared Memory and Memory-Mapped Files Create, store, access, and manipulate massive matrices. Matrices are allocated to shared memory and may use memory-mapped files. Packages 'biganalytics', 'bigtabulate', 'synchronicity', and 'bigalgebra' provide advanced functionality. Package: r-cran-gbm Description-md5: bb38159ea69aa73da1340c69243cf5cd Description-en: GNU R package providing Generalized Boosted Regression Models This package implements extensions to Freund and Schapire's AdaBoost algorithm and Friedman's gradient boosting machine. Includes regression methods for least squares, absolute loss, t-distribution loss, quantile regression, logistic, multinomial logistic, Poisson, Cox proportional hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss, and Learning to Rank measures (LambdaMart). 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-intergraph Description-md5: beafc1c4d602a7923676bf03f6b15b18 Description-en: GNU R coercion routines for network data objects Functions implemented in this package allow to coerce (i.e. convert) network data between classes provided by other R packages. Currently supported classes are those defined in packages: network and igraph. Package: r-cran-rpact Description-md5: ae9e21930639dc2208677921afc4429a Description-en: Confirmatory Adaptive Clinical Trial Design and Analysis Design and analysis of confirmatory adaptive clinical trials with continuous, binary, and survival endpoints according to the methods described in the monograph by Wassmer and Brannath (2016). This includes classical group sequential as well as multi-stage adaptive hypotheses tests that are based on the combination testing principle. Package: r-cran-rstanarm Description-md5: 9dc9b8ff1b5b4a00a6d0eec18e2efa56 Description-en: GNU R bayesian applied regression modeling via stan Estimates previously compiled regression models using the 'rstan' package, which provides the R interface to the Stan C++ library for Bayesian estimation. Users specify models via the customary R syntax with a formula and data.frame plus some additional arguments for priors. Package: r-cran-spatstat.explore Description-md5: 1f89038602fd069898dd79d648d0774c Description-en: GNU R exploratory data analysis for the 'spatstat' family Functionality for exploratory data analysis and nonparametric analysis of spatial data, mainly spatial point patterns, in the 'spatstat' family of packages. (Excludes analysis of spatial data on a linear network, which is covered by the separate package 'spatstat.linnet'.) Methods include quadrat counts, K-functions and their simulation envelopes, nearest neighbour distance and empty space statistics, Fry plots, pair correlation function, kernel smoothed intensity, relative risk estimation with cross-validated bandwidth selection, mark correlation functions, segregation indices, mark dependence diagnostics, and kernel estimates of covariate effects. Formal hypothesis tests of random pattern (chi-squared, Kolmogorov-Smirnov, Monte Carlo, Diggle-Cressie-Loosmore- Ford, Dao-Genton, two-stage Monte Carlo) and tests for covariate effects (Cox-Berman-Waller-Lawson, Kolmogorov-Smirnov, ANOVA) are also supported. Package: r-cran-survival Description-md5: 3b335fcecb47a122c13df7affdb398c7 Description-en: GNU R package for survival analysis This package provides functions and datasets for survival analysis: descriptive statistics, two-sample tests, parametric accelerated failure models, Cox model. Delayed entry (truncation) is allowed for all models; interval censoring for parametric models. . This package is part of the set of packages that are 'recommended' by R Core and shipped with upstream source releases of R itself. Package: r-cran-v8 Description-md5: 368bdfd1d61ff61d15575e10f59495e0 Description-en: Embedded JavaScript and WebAssembly Engine for R An R interface to V8: Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 version 6 and up, a NodeJS shared library, or the legacy 3.14/3.15 branch of V8. Package: r-cran-withr Description-md5: 44d39964091636f0b9574c9bb1add683 Description-en: GNU R package to run code 'With' temporarily modified global state A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of the 'devtools' package, this provides a simple package with limited dependencies to provide access to these functions. Package: raspell Description-md5: c30a70e73d27521d8c795eb8f1230930 Description-en: interface binding for the Aspell spelling checker raspell is an interface binding for the Aspell spelling checker written in Ruby. It allows one to use the Aspell spelling checker from Ruby source code. Package: rbd-fuse Description-md5: 15cf24eaec74387c1ae6ddef87cdb866 Description-en: FUSE-based rbd client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to map Ceph rbd images as files. Package: rbd-mirror Description-md5: 1d710ddd4d105de6cfd76d4ca18a79b3 Description-en: Ceph daemon for mirroring RBD images Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package provides a daemon for mirroring RBD images between Ceph clusters, streaming changes asynchronously. Package: rbd-nbd Description-md5: 7780c9ecf943aeed38e3b3d394062e74 Description-en: NBD-based rbd client for the Ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a NBD-based client that allows one to map Ceph rbd images as local block device. . NBD base client that allows one to map Ceph rbd images as local block device. Package: rdkit-data Description-md5: 650c372561c1f5f21f366a51814eaa65 Description-en: Collection of cheminformatics and machine-learning software (data files) RDKit is a Python/C++ based cheminformatics and machine-learning software environment. . This package contains data files. Package: rdkit-doc Description-md5: f66c7299bc3ae5f8a56ac2defc65028c Description-en: Collection of cheminformatics and machine-learning software (documentation) RDKit is a Python/C++ based cheminformatics and machine-learning software environment. . This package contains the documentation. Package: rdmacm-utils Description-md5: f54fb199777450b289caf0020383aa7a Description-en: Examples for the librdmacm library librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains useful librdmacm1 example programs such as rping and udaddy. Package: registry-tools Description-md5: 31c581321b3c287173613845af74fcdb Description-en: tools for viewing and manipulating the Windows registry Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains tools for viewing and manipulating the binary "registry" found on Windows machines, both locally and remote. Package: remctl-client Description-md5: 2948387542975e10c8d65690c8e8ec30 Description-en: Client for Kerberos-authenticated command execution The remctl command-line client, which authenticates to a server using Kerberos and then executes a command and returns the result. . remctl is a client/server protocol for executing specific commands on a remote system with Kerberos authentication. The allowable commands must be listed in a server configuration file, and the executable run on the server may be mapped to any command name. Each command is also associated with an ACL containing a list of Kerberos principals authorized to run that command. Package: remctl-server Description-md5: 257dcaa873396308d41f247d9cb1bc08 Description-en: Server for Kerberos-authenticated command execution The remctl server (remctld) and SSH backend (remctl-shell), which are responsible for receiving an authenticated command via the remctl protocol (or via SSH), executing it, and returning the result. . remctl is a client/server protocol for executing specific commands on a remote system with Kerberos authentication. The allowable commands must be listed in a server configuration file, and the executable run on the server may be mapped to any command name. Each command is also associated with an ACL containing a list of Kerberos principals authorized to run that command. Package: remmina-plugin-exec Description-md5: d9828900f25365fd0a409aeaa5c647a1 Description-en: EXEC plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported. . This package contains the EXEC plugin for Remmina. Package: remmina-plugin-kiosk Description-md5: a95ec04ee0d29d5878d8445d2f56bb02 Description-en: Kiosk plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported. . This package contains the Kiosk plugin for Remmina. Package: remmina-plugin-kwallet Description-md5: b97d92188a7cfce67fa385a46315e8c8 Description-en: KWallet plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported. . This package contains the KWallet plugin for Remmina, which allows one to store and retrieve passwords using the KDE wallet. Package: remmina-plugin-python Description-md5: 0fb55a2f099fbadd35a19792c0ec0df7 Description-en: Python support for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported. . This package contains the Python API, it can be used to run and develop plugins for Remmina in Python. Package: remmina-plugin-spice Description-md5: 1e3f4d79089db0f6373a1e49daf9e1a9 Description-en: Spice plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported. . This package contains the Spice plugin for Remmina. Package: remmina-plugin-www Description-md5: e1773d4ed18ef802ea59e457749950b6 Description-en: WWW plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, WWW, EXEC and SSH are supported. . This package contains the WWW plugin for Remmina, used to open Web based consoles. Package: remmina-plugin-x2go Description-md5: 3b43343786436f0191734c1323ab0291 Description-en: X2Go plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported. . This package contains the X2Go plugin for Remmina. Package: renpy Description-md5: 041a87b0d914d0ac0e8c82e7b472f699 Description-en: framework for developing visual-novel type games Ren'Py is a programming language and runtime, intended to ease the creation of visual-novel type games. It contains features that make it easy to display thoughts, dialogue, and menus; to display images to the user; to write game logic; and to support the saving and loading of games. . Ren'Py tries to be like an executable script, allowing you to get a working game without much more effort than is required to type the game script into the computer. . Ren'Py is implemented on top of Python, and that Python heritage shows through in many places. Many Ren'Py statements allow Python expressions to be used, and there are also Ren'Py statements that allow for the execution of arbitrary Python code. Many of the less-used features of Ren'Py are exposed to the user by way of Python. By only requiring use of the simplest features of Python, it's hoped that Ren'Py will be usable by all game authors. Package: renpy-demo Description-md5: 190f46381153aad008dabba8f62deaac Description-en: framework for developing visual-novel type games - demo Ren'Py is a programming language and runtime, intended to ease the creation of visual-novel type games. It contains features that make it easy to display thoughts, dialogue, and menus; to display images to the user; to write game logic; and to support the saving and loading of games. . This package includes a full playable example showing the features of the framework. Package: renpy-doc Description-md5: e5f9a77eda0a06f632b211f653d31de1 Description-en: framework for developing visual-novel type games - doc Ren'Py is a programming language and runtime, intended to ease the creation of visual-novel type games. It contains features that make it easy to display thoughts, dialogue, and menus; to display images to the user; to write game logic; and to support the saving and loading of games. . This package includes the documentation for Ren'Py. Package: renpy-thequestion Description-md5: d1b3aa8b528129537675a794fbed7435 Description-en: simple and complete Ren'Py game Ren'Py is a programming language and runtime, intended to ease the creation of visual-novel type games. It contains features that make it easy to display thoughts, dialogue, and menus; to display images to the user; to write game logic; and to support the saving and loading of games. . This package includes a simple and complete Ren'Py game. Package: reprepro Description-md5: 906badd8b28c01d174ccfdfa4460ec5d Description-en: Debian package repository producer reprepro is a tool to manage a repository of Debian packages (.deb, .udeb, .dsc, ...). It stores files either being injected manually or downloaded from some other repository (partially) mirrored into one pool/ hierarchy. Managed packages and files are stored in a Berkeley DB, so no database server is needed. Checking signatures of mirrored repositories and creating signatures of the generated Package indices is supported. . This package also contains the changestool and rredtool helpers. Package: resource-agents-extra Description-md5: 1a01832f4a0027b6dcd6dabdb1af5850 Description-en: Cluster Resource Agents This package contains cluster resource agents (RAs) compliant with the Open Cluster Framework (OCF) specification, used to interface with various services in a High Availability environment managed by the Pacemaker resource manager. . Agents included: AoEtarget: Manages ATA-over-Ethernet (AoE) target exports AudibleAlarm: Emits audible beeps at a configurable interval CTDB: CTDB Resource Agent ClusterMon: Runs crm_mon in the background, recording the cluster status to... Delay: Waits for a defined timespan Dummy: Example stateless resource agent EvmsSCC: Manages EVMS Shared Cluster Containers (SCCs) (deprecated) Evmsd: Controls clustered EVMS volume management (deprecated) Filesystem: Manages filesystem mounts ICP: Manages an ICP Vortex clustered host drive IPaddr: Manages virtual IPv4 addresses (portable version) IPsrcaddr: Manages the preferred source address for outgoing IP packets IPv6addr: Manages IPv6 aliases LVM: Controls the availability of an LVM Volume Group LinuxSCSI: Enables and disables SCSI devices through the kernel SCSI hot-pl... MailTo: Notifies recipients by email in the event of resource takeover ManageRAID: Manages RAID devices ManageVE: Manages an OpenVZ Virtual Environment (VE) NodeUtilization: Node Utilization Pure-FTPd: Manages a Pure-FTPd FTP server instance Raid1: Manages Linux software RAID (MD) devices on shared storage Route: Manages network routes SAPDatabase: Manages a SAP database instance as an HA resource. SAPInstance: Manages a SAP instance as an HA resource. SendArp: Broadcasts unsolicited ARP announcements ServeRAID: Enables and disables shared ServeRAID merge groups SphinxSearchDaemon: Manages the Sphinx search daemon. Squid: Manages a Squid proxy server instance Stateful: Example stateful resource agent SysInfo: Records various node attributes in the CIB VIPArip: Manages a virtual IP address through RIP2 VirtualDomain: Manages virtual domains through the libvirt virtualization f... WAS: Manages a WebSphere Application Server instance WAS6: Manages a WebSphere Application Server 6 instance WinPopup: Sends an SMB notification message to selected hosts Xen: Manages Xen unprivileged domains (DomUs) Xinetd: Manages a service of Xinetd ZFS: Manages ZFS pools aliyun-vpc-move-ip: Move IP within a VPC of the Aliyun ECS anything: Manages an arbitrary service apache: Manages an Apache Web server instance asterisk: Manages an Asterisk PBX aws-vpc-move-ip: Move IP within a VPC of the AWS EC2 aws-vpc-route53: Update Route53 VPC record for AWS EC2 awseip: Amazon AWS Elastic IP Address Resource Agent awsvip: Amazon AWS Secondary Private IP Address Resource Agent azure-events: Microsoft Azure Scheduled Events monitoring agent azure-events-az: Microsoft Azure Scheduled Events monitoring agent azure-lb: Answers Azure Load Balancer health probe requests clvm: clvmd conntrackd: This resource agent manages conntrackd corosync-qnetd: Corosync QNet daemon resource agent crypt: LUKS/crypt resource agent db2: Resource Agent that manages an IBM DB2 LUW databases in Standard role ... dhcpd: Chrooted ISC DHCP server resource agent. dnsupdate: IP take-over via dynamic DNS update docker: Docker container resource agent. docker-compose: This script manages docker services using docker-compose. dovecot: Manages a highly available Dovecot IMAP/POP3 server instance dummypy: Example stateless resource agent eDir88: Manages a Novell eDirectory directory server ethmonitor: Monitors network interfaces exportfs: Manages NFS exports fio: fio IO load generator galera: Manages a galera instance garbd: Manages a galera arbitrator instance gcp-ilb: Replies to health checks from Google Cloud gcp-pd-move: Attach/Detach a persistent disk on current GCP instance gcp-vpc-move-ip: Move IP within a GCP VPC gcp-vpc-move-route: Move IP within a GCP VPC gcp-vpc-move-vip: Floating IP Address or Range on Google Cloud Platform ids: Manages an Informix Dynamic Server (IDS) instance iface-bridge: Manages Bridge network interfaces. iface-macvlan: Manages MACVLAN network interfaces. iface-vlan: Manages VLAN network interfaces. ipsec: Handles IPSEC tunnels for VIPs jboss: Manages a JBoss application server instance jira: JIRA OCF RA kamailio: Resource agent for Kamailio ldirectord: Wrapper OCF Resource Agent for ldirectord lvmlockd: This agent manages the lvmlockd daemon lxc: Manages LXC containers lxd-info: Records various node attributes in the CIB machine-info: Records various node attributes in the CIB mariadb: Manages a MariaDB promotable instance mdraid: Manages Linux software RAID (MD) devices on shared storage minio: OCF Resource Agent compliant Minio server script. mpathpersist: Manages SCSI persistent reservations on multipath devices mysql: Manages a MySQL database instance mysql-proxy: Manages a MySQL Proxy instance nagios: Nagios resource agent named: Manages a named server nfsnotify: sm-notify reboot notifications nfsserver: Manages an NFS server nginx: Manages an Nginx web/proxy server instance nvmet-namespace: NVMe-oF target export agent nvmet-port: NVMe-oF target export agent nvmet-subsystem: NVMe-oF target export agent ocivip: OCI Secondary Private IP Address for Compute instances Resource Agent openstack-cinder-volume: Attach a cinder volume openstack-floating-ip: Move a floating IP openstack-info: Records various node attributes in the CIB openstack-virtual-ip: Move a virtual IP oraasm: Oracle ASM resource agent oracle: Manages an Oracle Database instance oralsnr: Manages an Oracle TNS listener ovsmonitor: Monitors ovs bonding bonds pgagent: Controls pgagent pingd: Monitors connectivity to specific hosts or IP addresses ("ping nodes... podman: Podman container resource agent. portblock: Block and unblocks access to TCP and UDP ports postfix: Manages a highly available Postfix mail server instance pound: Manage a Pound instance proftpd: OCF Resource Agent compliant FTP script. rabbitmq-cluster: rabbitmq clustered rabbitmq-server-ha: Resource agent for RabbitMQ HA cluster redis: Redis server rkt: rkt container resource agent. rsyncd: Manages an rsync daemon rsyslog: rsyslog resource agent scsi2reservation: scsi-2 reservation sfex: Manages exclusive access to shared storage using Shared Disk File EXc... sg_persist: Manages SCSI PERSISTENT RESERVATIONS slapd: Manages a Stand-alone LDAP Daemon (slapd) instance smb-share: Manages samba shares on the fly storage-mon: storage I/O health status sybaseASE: Sybase ASE Failover Instance symlink: Manages a symbolic link syslog-ng: Syslog-ng resource agent tomcat: Manages a Tomcat servlet environment instance varnish: Manage a Varnish instance vdo-vol: VDO resource agent vmware: Manages VMWare Server 2.0 virtual machines vsftpd: Manages an vsftpd zabbixserver: Zabbix server resource agent Package: rgpio-tools Description-md5: a445ceb3d1d84612a6557bd9f13d4ddd Description-en: Control GPIO pins remotely The rgpiod daemon provides remote control of the GPIO pins of the local computer via TCP sockets. It includes facilities for software PWM, callbacks on level change, I2C, SPI, and UART wrappers. It also provides file handling, script and network facilities. . This package contains the rgs shell utility which can talk to the rgpiod daemon. Package: rgpiod Description-md5: 199c3780df0302ebc656ee26fc0490a8 Description-en: Daemon permitting remote control of GPIO pins The rgpiod daemon provides remote control of the GPIO pins of the local computer via TCP sockets. It includes facilities for software PWM, callbacks on level change, I2C, SPI, and UART wrappers. It also provides file handling, script and network facilities. . This package contains the rgpiod daemon itself. Package: rhythmbox-dev Description-md5: c2b22526bec8776ff3c82b23bb9c5514 Description-en: development files for the rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). . This package contains the development headers and libraries needed to build rhythmbox plugins. Package: rhythmbox-plugin-cdrecorder Description-md5: 2cf45d2d5fa6dfedb6016b170eb884a9 Description-en: burning plugin for rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. . This package contains the brasero based CD/DVD burning plugin. Package: rhythmbox-plugin-zeitgeist Description-md5: f41e70b13663f39808bfb029033e0aaa Description-en: zeitgeist plugin for rhythmbox music player Rhythmbox is a very easy to use music playing and management program which supports a wide range of audio formats (including mp3 and ogg). Originally inspired by Apple's iTunes, the current version also supports Internet Radio, iPod integration and generic portable audio player support, Audio CD burning, Audio CD playback, music sharing, and Podcasts. . This package contains the zeitgeist logging plugin. Package: ri Description-md5: b15fb898cdf17a2c7b114d62cc485964 Description-en: Ruby Interactive reference ri is a command line tool that displays descriptions of built-in Ruby methods, classes, and modules. For methods, it shows you the calling sequence and a description. For classes and modules, it shows a synopsis along with a list of the methods the class or module implements. . This package provides ri command and descriptions about Ruby. This package provides the ri documentation for the Ruby standard library. The ri executable itself is in the ruby package. . This package is a dependency package, which depends on Debian's default Ruby version (currently v3.2). Package: robot-testing-framework Description-md5: 34338128fa671d5b50946f06eb467a71 Description-en: Robot Testing Framework (metapackage) It is a generic and multi-platform testing framework for the test driven development (TDD) which is initially designed for the robotic systems. However, it can be used for any TDD system. The framework provides functionalities for developing and running unit tests in a language and middleware independent manner. The test cases are developed as independent plug-ins (i.e., using scripting languages or built as dynamically loadable libraries) to be loaded and executed by an automated test runner. Moreover, a fixture manager prepares the setup (e.g., running robot interfaces, simulator) and actively monitors that all the requirements for running the tests are satisfied during the execution of the tests. These functionalities along with other facilities such as the test result collector, result formatter and remote interface allow for rapid development of test units to cover different levels of system testing. . This metapackage installs all libraries and tools. Package: robottestingframework-testrunner Description-md5: e54e5732b94479c6b29ac809055ea941 Description-en: Robot Testing Framework - robottestingframework-testrunner It is a generic and multi-platform testing framework for the test driven development (TDD) which is initially designed for the robotic systems. However, it can be used for any TDD system. The framework provides functionalities for developing and running unit tests in a language and middleware independent manner. The test cases are developed as independent plug-ins (i.e., using scripting languages or built as dynamically loadable libraries) to be loaded and executed by an automated test runner. Moreover, a fixture manager prepares the setup (e.g., running robot interfaces, simulator) and actively monitors that all the requirements for running the tests are satisfied during the execution of the tests. These functionalities along with other facilities such as the test result collector, result formatter and remote interface allow for rapid development of test units to cover different levels of system testing. . This package contains the robottestingframework-testrunner executable. Package: rrdcached Description-md5: 4d8a85234e5733e4bc3e4f2b629e4f4c Description-en: data caching daemon for RRDtool RRDCacheD is a daemon that receives updates to existing RRD files, accumulates them and, if enough have been received or a defined time has passed, writes the updates to the RRD file. The daemon was written with big setups in mind. Those setups usually run into I/O related problems. RRDCacheD's goal is to alleviate these problems. Package: rrdtool-tcl Description-md5: b846eb67771d33328ed170f4f37b5a75 Description-en: time-series data storage and display system (Tcl interface) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Tcl interface to RRDs. Package: ruby-acme-client Description-md5: 221dec1d4276ce046b7f4fd501427b6a Description-en: Client for the ACME protocol This gem is a client implementation of the ACMEv2 protocol in Ruby. ACME is part of the Letsencrypt project, which goal is to provide free SSL/TLS certificates with automation of the acquiring and renewal process. Package: ruby-aliyun-sdk Description-md5: 7aed2cae45b7a27b02424d1729a3029c Description-en: Aliyun OSS SDK for Ruby Alibaba Cloud OSS SDK for Ruby is a Ruby client program for convenient access to Alibaba Cloud OSS (Object Storage Service) RESTful APIs. Package: ruby-appraiser-rubocop Description-md5: 4f30ad3ea46bafc3a5c7ff277c795242 Description-en: Run Rubocop inside RubyAppraiser Rubocop adapter for ruby-appraiser Package: ruby-asana Description-md5: 7cc13997b6775f3ece55ed8f223c089e Description-en: official Ruby client for the Asana API A Ruby client for the 1.0 version of the Asana API. . Supported rubies: MRI 2.0.0 up to 2.2.x stable. . Learn more at /usr/share/doc/ruby-asana/README.md.gz Package: ruby-atk Description-md5: 242436a9661ace3e33e3cac4072a66c1 Description-en: ATK bindings for the Ruby language ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This package contains libraries for using ATK with the Ruby programming language. Package: ruby-atomic Description-md5: 11af93675ae5cab0bc423d23079442d2 Description-en: atomic reference implementation for JRuby, Rubinius, and MRI An atomic reference implementation for JRuby, Rubinius, and MRI. . This library provides an Atomic class that guarantees atomic updates to its contained value. Package: ruby-augeas Description-md5: 3269a10ed3d3ca1e0a44a9a42c449a53 Description-en: Augeas bindings for the Ruby language Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by populating this tree and saving it back into native config files. Package: ruby-azure-storage-common Description-md5: 7b7731bcdabdf79052939a0f1bb47c59 Description-en: ruby package that supports service client libraries for azure storage Official Ruby client library to consume Azure Storage Common service Microsoft Azure Storage Common Client Library for Ruby Package: ruby-barby Description-md5: 2dc28989cf6b4e324993ade0aca751de Description-en: Ruby library for barcode generation This is a pure-Ruby library for generating various kinds of barcodes, including all the standard 1D and 2D barcodes, and meant to be easily extensible. . Barby separates the concerns of barcode generation and graphical representations, so not only the barcodes' format can be extended, but also the way they are output. Package: ruby-bcrypt Description-md5: 6bc4c19a96a6e0cac5a32e4eec559965 Description-en: Ruby binding for the bcrypt() password hashing algorithm bcrypt() is a sophisticated and secure hash algorithm designed by the OpenBSD project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords. Package: ruby-bcrypt-pbkdf Description-md5: f8f76fd112a261919c236f22294873bf Description-en: Ruby library for OpenBSD's bcrypt_pdkfd This package provides a Ruby library for bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based PRF - pseudo-random function). Package: ruby-bert Description-md5: 488257930929a8d17358f2e5dd8ff01f Description-en: BERT serializiation for Ruby A BERT (Binary ERlang Term) serialization library for Ruby. It can encode Ruby objects into BERT format and decode BERT binaries into Ruby objects. Package: ruby-bindex Description-md5: 505d928aaa4ba699ad0a6241d538510a Description-en: bindings for Ruby exceptions When Ruby raises an exception, it leaves a backtrace to help figure out where did the exception originated in. Bindex gives the bindings as well. This can help to introspect the state of the Ruby program when at the point the exception occurred. Package: ruby-binding-ninja Description-md5: a0f9ee3d039a72181a471c595843f853 Description-en: pass binding of method caller implicitly This is method wrapper for passing binding of method caller implcitly. . And this is lightweight alternative of binding_of_caller. Package: ruby-bootsnap Description-md5: a93e0d3ec0f3436e89b0fa59ce5a328f Description-en: Boot large ruby/rails apps faster Bootsnap is a library that plugs into Ruby, with optional support for `ActiveSupport` and `YAML`, to optimize and cache expensive computations. . Bootsnap optimizes methods to cache results of expensive computations, and can be grouped into two broad categories: * Path Pre-Scanning * Compilation caching Package: ruby-bson Description-md5: 7f6d0d282b747ab2c8bbeeddf8bef2d1 Description-en: Ruby implementation of BSON BSON is a binary-encoded serialization of JSON-like documents. It is a binary form for representing simple data structures and associative arrays. . This library provides an implementation of BSON for the Ruby programming language. Package: ruby-byebug Description-md5: cd2044420ab7ddec1ffbde49b2da4a3d Description-en: Ruby fast debugger - base + CLI Byebug is a Ruby debugger. It's implemented using the TracePoint C API for execution control and the Debug Inspector C API for call stack navigation. The core component provides support that front-ends can build on. It provides breakpoint handling and bindings for stack frames among other things and it comes with an easy to use command line interface. Package: ruby-cairo Description-md5: 6807a3dc927b1e622c94bae0aa4f89ec Description-en: Cairo bindings for the Ruby language Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. This package contains libraries for using Cairo with the Ruby programming language. It is most likely useful in conjunction with Ruby bindings for other libraries such as GTK+. Package: ruby-cairo-gobject Description-md5: 6ae153683d8d2680ec8c008bb9acb205 Description-en: CairoGObject bindings for the Ruby language Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends; CairoGObject provides wrapper GObject types for all Cairo types. . This package contains libraries for CairoGObject with the Ruby language. Package: ruby-cbor Description-md5: 257b5ade380e3168d22ff0c7951bbd4d Description-en: CBOR, Concise Binary Object Representation CBOR is a library for the CBOR binary object representation format, based on Sadayuki Furuhashi's MessagePack library. . This is a Ruby implementation of the CBOR (http://cbor.io) encoding, based on the (polished) high-performance msgpack-ruby code. Package: ruby-character-set Description-md5: 29ced2061467881c75606e0fe79f9d3f Description-en: Build, read, write and compare sets of Unicode codepoints Many parts can be used independently, e.g.: - CharacterSet::Character - CharacterSet::Parser - CharacterSet::Writer - RangeCompressor Package: ruby-charlock-holmes Description-md5: ff58c038245ad2bd44b142b0d35eb27e Description-en: Ruby character encoding detection library Character encoding detecting library for Ruby using ICU library. This library provides character encoding detection and transcoding. 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-concurrent Description-md5: 04fc348d434f7acc0aa5945f83e5eedb Description-en: Modern concurrency tools for Ruby Concurrent Ruby provides modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. . This package also includes experimental edge features via the concurrent-ruby-edge gem and the Java native extension for JRuby. Package: ruby-concurrent-ext Description-md5: 7312ea8df0f5d7cd38e9cd02a109521c Description-en: Modern concurrency tools for Ruby (C extensions for MRI) Concurrent Ruby provides modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. . This package provides the C extensions to optimize concurrent-ruby under MRI. Package: ruby-cool.io Description-md5: 606d7b1b1304f4b6044edee66b59c53c Description-en: cool framework for doing high performance I/O in Ruby Cool.io provides a high performance event framework for Ruby which uses the libev C library Package: ruby-curb Description-md5: 5cfa251adb7ba12b658f219d6fff0318 Description-en: Ruby libcurl bindings Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. . Curb is a work-in-progress, and currently only supports libcurl's 'easy' and 'multi' modes. Package: ruby-curses Description-md5: 6e5cb483bd434b398400a28862a2f120 Description-en: curses binding for Ruby Ruby binding for curses, ncurses, and PDCurses. curses is an extension library for text UI applications. . This module is built with wide character support. Package: ruby-damerau-levenshtein Description-md5: 8da8d65f7cded41228df1f0fee95057f Description-en: Calculation of editing distance for 2 strings using Levenshtein or Damerau-Levenshtein algorithms This gem implements pure Levenshtein algorithm, Damerau modification (where 2 character transposition counts as 1 edit distance). It also includes Boehmer & Rees 2008 modification, to handle transposition in blocks with more than 2 characters (Boehmer & Rees 2008). Package: ruby-dbm Description-md5: 340980a3bf1d653ec5e635ef655cd3ca Description-en: wrapper for the UNIX-style Database Manager Library This package provides a consistent API for different possible DBM libraries. Dbm databases do not have tables or columns; they are simple key-value data stores, like a Ruby Hash except not resident in RAM. Keys and values must be strings. . The Debian build uses the GNU implementation of dbm (gdbm) as backend. Package: ruby-debian Description-md5: 981b9f96e474966d2cfa46834a23612b Description-en: ruby interface for dpkg This package provides Debian::Dpkg and Debian::DpkgDeb modules and Debian::Deb, Debian::Dsc, Debian::Archives, Debian::Sources, Debian::Packages and Debian::Status classes for ruby. . It also provides two scripts, dpkg-ruby (a dpkg-awk clone) and dpkg-checkdeps (a utility to check for deb dependency problems). Package: ruby-debug-inspector Description-md5: d13ac52efb4175c9e9d1bfb1351c7f22 Description-en: Ruby wrapper for the MRI 2.0 debug_inspector API Adds methods to RubyVM::DebugInspector to allow for inspection of backtrace frames. . The debug_inspector C extension and API were designed and built by Koichi Sasada, this project is just a gemification of his work. . This library makes use of the debug inspector API which was added to MRI 2.0.0. Only works on MRI 2 and 3. Requiring it on unsupported Rubies will result in a no-op. . Recommended for use only in debugging situations. Do not use this in production apps. Package: ruby-dry-cli Description-md5: 07b97a01fd0a7552a7b50c54674af4b0 Description-en: Common framework to build command line interfaces with Ruby dry-cli is a general-purpose framework for developing Command Line Interface (CLI) applications. It represents commands as objects that can be registered and offers support for arguments, options and forwarding variadic arguments to a sub-command. Package: ruby-ed25519 Description-md5: 80c5f2c74d627c5b952c538d442f3057 Description-en: efficient digital signature library providing the Ed25519 algorithm A Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032. . Ed25519 is a modern implementation of a Schnorr signature system using elliptic curve groups. . Ed25519 provides a 128-bit security level, that is to say, all known attacks take at least 2^128 operations, providing the same security level as AES-128, NIST P-256, and RSA-3072. Package: ruby-enumerable-statistics Description-md5: 4b17dc30cbf4e9daa46e6797ca374566 Description-en: Statistics features for Enumerable Enumerable::Statistics provides some methods to calculate statistical summary in arrays and enumerables. . The following methods are supplied by this library: - `Array#mean`, `Enumerable#mean` - Calculates a mean of values in an array or an enumerable - `Array#variance`, `Enumerable#variance` - Calculates a variance of values in an array or an enumerable - `Array#stdev`, `Enumerable#stdev` - Calculates a standard deviation of values in an array or an enumerable - `Array#mean_variance`, `Enumerable#mean_variance` - Calculates a mean and a variance simultaneously - `Array#mean_stdev`, `Enumerable#mean_stdev` - Calculates a mean and a standard deviation simultaneously - `Array#median` - Calculates a median of values in an array - `Array#percentile(q)` - Calculates a percentile or percentiles of values in an array - `Array#value_counts`, `Enumerable#value_counts`, and `Hash#value_counts` - Count how many items for each value in the container - `Array#histogram` - Calculate histogram of the values in the array Package: ruby-escape-utils Description-md5: 3fe5878f0dce8395b075332264365b94 Description-en: Faster string escaping routines for your web apps escape_utils provides fast HTML escaping of string. It has monkey-patches for Rack::Utils, CGI, URI, ERB::Util and Haml and ActionView which speed up their escaping. . It's assumed that all input is UTF-8 encoded. Package: ruby-eventmachine Description-md5: b0867f6a3f997a5296a1c28872dbe88c Description-en: Ruby/EventMachine library EventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required. Package: ruby-exif Description-md5: 43b14777dbb04f1868f25309a6449339 Description-en: Ruby library for EXIF tag parsing ruby-exif is a library for parsing, editing, and saving EXIF data. You can retrieve useful information from EXIF tags contained in images created by recording equipments(for example, digital camera). . ruby-exif provides a simple interface to this library. Package: ruby-faraday Description-md5: 063f5a0a192ff06d0dfabc90fc24e78a Description-en: HTTP/REST API client library Faraday is an HTTP client lib that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle. Package: ruby-faraday-net-http-persistent Description-md5: d2368df26698266689f7298d52860764 Description-en: Faraday adapter for NetHttpPersistent This library is a Faraday adapter for the Net::HTTP::Persistent library. Package: ruby-faraday-retry Description-md5: 736a358ffc1489e48942567a94e44247 Description-en: Catches exceptions and retries each request a limited number of times The Retry middleware for faraday automatically retries requests that fail due to intermittent client or server errors (such as network hiccups). . By default, it retries 2 times and handles only timeout exceptions. It can be configured with an arbitrary number of retries, a list of exceptions to handle , a retry interval, a percentage of randomness to add to the retry interval, and a backoff factor. . The middleware can also handle the Retry-After header automatically when configured with the right status codes (see docs for an example). Package: ruby-fast-blank Description-md5: 335198923998d12598a51c1864acc241 Description-en: Fast String blank? implementation fast_blank is a simple extension which provides a fast implementation of active support's string#blank? function. . This implementation is about 5-9x faster than current active support, on the developers machine (your mileage may vary). Package: ruby-fast-stemmer Description-md5: 4f622491ca5647beb31e79e62352e3b1 Description-en: Fast Porter stemmer based on a C version of algorithm for Ruby Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm. . This gem adds a String::stem method, and it's in order of magnitude faster (and uses much less memory) than the pure Ruby implementation of stemmer. Package: ruby-fast-xs Description-md5: 2fcf0262e331151ab45b766740b02399 Description-en: ruby extension for escaping text fast_xs escapes text so it can be embedded more directly into XML and HTML without having to deal with character set issues. Package: ruby-fcgi Description-md5: 8d7d812a7b0352a71f8b0f412607d0c3 Description-en: FastCGI library for Ruby FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. For more information, see http://www.fastcgi.com/. . This merges matz's C version(fcgi.so) & Eli's pure ruby version(fastcgi.rb) Package: ruby-ffi-yajl Description-md5: c24fc379d76f078653cdae1bd5b7531b Description-en: Ruby FFI wrapper around YAJL 2.x ffi-yajl is a Ruby adapter for the yajl JSON parser/generator library. It supports multiple Ruby C extension mechanisms, including both MRI native extensions and FFI in order to be compatible with as many Ruby implementations as possible while providing good performance where possible. Package: ruby-fftw3 Description-md5: a3fd08754b40b131518f1b4b62b88cfe Description-en: Ruby interface to the FFTW Ver.3 library Ruby-FFTW3 is the Ruby interface to the FFTW Ver.3 library. Features: - Use NArray, which is an efficient multi-dimensional numeric array class for Ruby - Multi-dimensional complex FFT.(Real data are coerced to complex) - Supports both double and single float transforms. - Not normalized as in FFTW Package: ruby-filesystem Description-md5: b7b282c32c5a62f692d613200db0a8b3 Description-en: Ruby extension for file-system information This is a Ruby extension for file-system information, using the 'statvfs' and 'getmntent' system calls. Package: ruby-full Description-md5: d5fb29eadc5302d65aec6bf582a5970a Description-en: Ruby full installation (default version) For many good reasons, the Ruby programming language is split in many small different packages. Installing this package will make sure you have all the packages that add up to a full Ruby installation, with the exception of the Tcl/Tk bindings for Ruby, which are only recommended. . This package is a dependency package, which depends on Debian's default Ruby version (currently v3.2). Package: ruby-fusefs Description-md5: 68e68c24069ac3e185735d7ac8cb4dfd Description-en: library to easily define a filesystem in Ruby using fuse This library provides a simple API to define a FUSE filesystem in Ruby. It is *NOT* a full implementation of the FUSE API. Package: ruby-gd Description-md5: e2b015bd9d1325178c8ed1091e68377e Description-en: Extension library to use GD graphics library from Ruby Ruby extension library for using Thomas Boutell's GD library. The GD library is a popular library for creating and manipulating image files. Package: ruby-gdk-pixbuf2 Description-md5: 075d2c4ece24812de3e338ede9b888d2 Description-en: Gdk-Pixbuf 2 bindings for the Ruby language Gdk-Pixbuf is a library for loading and rendering images. . This package contains libraries for using Gdk-Pixbuf with the Ruby programming language. Package: ruby-gdk3 Description-md5: efb9e03b006bfb2e222ee2e0b7acb6c2 Description-en: GDK 3 bindings for the Ruby language GDK is a computer graphics library that acts as a wrapper around the low-level drawing and windowing functions provided by the underlying graphics system. It is mainly use by GTK+ 3. . This package contains libraries for using GDK 3 with the Ruby programming language. Package: ruby-getspg Description-md5: ce2056606a98ae56c7be1339d5438938 Description-en: C library for crystal symmetry determination - Ruby bindings Spglib is a C library for crystal symmetry determination. Symmetry operations, space groups and other data can be obtained using this symmetry finder. . Features include: . * Identify space-group type * Find symmetry operations * Find a primitive cell * Search irreducible k-points * Refine crystal structure * Wyckoff position assignment . This package contains the Ruby bindings. Package: ruby-gio2 Description-md5: efe38f05d1b341c914b5555b0e9cbd22 Description-en: GIO bindings for the Ruby language GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack, as well as other generally useful APIs for desktop applications such as networking and D-Bus support. . This package provides GIO bindings to be used in Ruby programs. Package: ruby-github-linguist Description-md5: 6a332002f9000a69d52636b2361e4732 Description-en: detection and highlight of the programming language of source code Language detection: ruby-github-linguist defines a list of all languages known to GitHub in a yaml file. In order for a file to be highlighted, a language and a lexer must be defined there. . Syntax Highlighting: The actual syntax highlighting is handled by the Pygments wrapper, ruby-pygments.rb. It also provides a Lexer abstraction that determines which highlighter should be used on a file. . Stats: The Language stats bar that you see on every repository is built by aggregating the languages of each file in that repository. The top language in the graph determines the project's primary language. . Ignore vendored files: Checking other code into your git repo is a common practice. But this often inflates your project's language stats and may even cause your project to be labeled as another language. ruby-github-linguist is able to identify some of these files and directories and exclude them. . Generated file detection: Not all plain text files are true source files. Generated files like minified js and compiled CoffeeScript can be detected and excluded from language stats. As an extra bonus, these files are suppressed in diffs. Package: ruby-github-markdown Description-md5: b2731f0657ebc6a1886ccef67e342bd5 Description-en: Markdown parser for GitHub.com This package provides the self-contained Markdown parser used GitHub, with all their custom extensions. . The differences with traditional Markdown are presented on this webpage: https://help.github.com/articles/github-flavored-markdown/ Package: ruby-glib2 Description-md5: bda8af212ba66b4ab5dcf71c5e4d4990 Description-en: GLib 2 bindings for the Ruby language GLib is a useful general-purpose C library, notably used by GTK+ and GNOME. . This package contains libraries for using GLib 2 with the Ruby programming language. It is most likely useful in conjunction with Ruby bindings for other libraries such as GTK+. Package: ruby-gnome Description-md5: dd76ce652303b837b94937fb6417e9d3 Description-en: GNOME-related bindings for the Ruby language These bindings allow use of the GNOME developer platform using the Ruby programming language. . This is an empty package that depends on the various packages that provide the individual bindings. Package: ruby-gnome-dev Description-md5: a57f01e0480053eb015079498b71e787 Description-en: GNOME-related bindings for the Ruby language (development files) These bindings allow use of the GNOME developer platform using the Ruby programming language. . This package contains development files required to build ruby-gnome extensions. Package: ruby-gobject-introspection Description-md5: 625c7c400ed9a9672f453c226e76eda6 Description-en: GObject Introspection bindings for the Ruby language GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . This package contains library for using GObject Introspection with the Ruby programming language. Package: ruby-gpgme Description-md5: ba63ec59d17e3fb3fe053df9164bf318 Description-en: Ruby GPGME binding GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management. Package: ruby-grape Description-md5: b24f82e4793dc4cea10610df541ffea6 Description-en: Simple Ruby framework for building REST-like APIs Grape is a REST-like API micro-framework for Ruby. It's designed to run on Rack or complement existing web application frameworks such as Rails and Sinatra by providing a simple DSL to easily develop RESTful APIs. It has built-in support for common conventions, including multiple formats, subdomain/prefix restriction, content negotiation, versioning and much more. Package: ruby-graphlient Description-md5: 11266031bc1e4f6ff9999fd3859090c6 Description-en: friendlier Ruby client for consuming GraphQL-based APIs This library provides a friendlier Ruby client for consuming GraphQL-based APIs. Built on top of usual graphql-client, but with better defaults, more consistent error handling, and using the faraday HTTP client. Package: ruby-graphql Description-md5: 64fbbffa44adca38f090046e4ea1a707 Description-en: GraphQL language and runtime for Ruby A plain-Ruby implementation of GraphQL. . Goals: - Implement the GraphQL spec & support a Relay front end - Provide idiomatic, plain-Ruby API with similarities to reference implementation where possible - Support Ruby on Rails and Relay Package: ruby-grpc Description-md5: f31bec47a0105a73175bcbafa43c1da7 Description-en: GRPC system in Ruby Send RPCs from Ruby using GRPC. GRPC is a high performance, open-source universal RPC framework. . Some features of gRPC: * Simple service definition * Works across languages and platforms * Start quickly and scale * Bi-directional streaming and integrated auth Package: ruby-grpc-tools Description-md5: bfd4a897d4dae39bcf345165413e3115 Description-en: Development tools for Ruby gRPC Ruby gRPC library allows sending RPCs from Ruby using GRPC. GRPC is a high performance, open-source universal RPC framework. Package: ruby-gsl Description-md5: 1c1e4e85c25384057e19ebb64b0f0859 Description-en: Ruby bindings for the GNU Scientific Library (GSL) The GNU Scientific Library (GSL) is a collection of data types and routines for numerical computing. Ruby/GSL is an interface to the GNU Scientific Library for the Ruby programming language. Package: ruby-gstreamer Description-md5: 44e02a1fd5e8bfefa7acc13abe9c4754 Description-en: GStreamer bindings for the Ruby language GStreamer is a media processing framework with support for a wide variety of data sources, sinks, and formats through the use of dynamically loaded plugins. . This package contains libraries for using GStreamer with the Ruby programming language. Package: ruby-gtk3 Description-md5: 1179e70a49cafd6a6184fcb7c6269993 Description-en: GTK+ 3 bindings for the Ruby language GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains libraries for using GTK+ 3 with the Ruby programming language. Package: ruby-gtksourceview4 Description-md5: c5c853c46408bc9b3f3f1a396b8bb43e Description-en: GtkSourceView4 bindings for the Ruby language GTKSourceView4 is a text widget that extends the standard GTK+ text widget. . This package contains libraries for using the GtkSourceView4 text widget with syntax highlighting and other features typical of a source code editor in the Ruby programming language. 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-haml Description-md5: 1a881aaa2a77db6c5a188cfabf6bb701 Description-en: Elegant, structured XHTML/XML templating engine Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. . It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine. Package: ruby-hamlit Description-md5: 79058a1ac3f9c0606822ffe1d6f88dee Description-en: high performance Haml implementation Hamlit is another implementation of Haml, a Ruby HTML abstraction markup language. With some limitations by design for performance, Hamlit is much faster (up to about 8 times) than original haml gem in some benchmarks. Package: ruby-hdfeos5 Description-md5: 5e477f9f2a35d5fdaf53825a7cba6b94 Description-en: Ruby interface to the HDF-EOS5 library HDF-EOS5 is a software library designed built on HDF5 to support EOS-specific data structures, namely Grid, Point, and Swath. . This package provides Ruby interface to the HDF-EOS5 library built on the NArray library, which is an efficient multi-dimensional numeric array class for Ruby. Package: ruby-hiredis Description-md5: fdeb02c2a10b3491ae3026d8231fc3d0 Description-en: Redis driver for Ruby using Hiredis ruby-hiredis provides a Ruby extension that wraps Hiredis. Both the synchronous connection API and a separate protocol reader are supported. It is primarily intended to speed up parsing multi bulk replies. . Hiredis is a minimalistic C client library for the Redis database, a persistent key-value database with support for atomically manipulating and querying data structures such as lists and sets. Package: ruby-hitimes Description-md5: d2a89d84f113479ac591349f36207552 Description-en: fast, high resolution timer for recording performance metrics Hitimes is a fast, high resolution timer library for recording performance metrics. It uses the appropriate low method calls for each system to get the highest granularity time increments possible. . It currently supports any of the following systems: * any system with the POSIX call `clock_gettime()` * Mac OS X * Windows * JRuby Using Hitimes can be faster than using a series of `Time.new` calls, and it will have a much higher granularity. It is definitely faster than using `Process.times`. Package: ruby-hivex Description-md5: 851061fd0f4952c64a5a5e540c294fe2 Description-en: Ruby bindings for hivex Ruby bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. Package: ruby-http-parser.rb Description-md5: 1ee86ce3fb6001fe280ade0859bf33fb Description-en: Simple callback-based HTTP request/response parser A simple callback-based HTTP request/response parser for writing http servers, clients and proxies. . It is built on top of Joyent's libhttp-parser and it's Java port. Package: ruby-http-parser.rb-doc Description-md5: 9e945b72421124425c78f6082a0986e7 Description-en: Simple callback-based HTTP request/response parser (documentation) A simple callback-based HTTP request/response parser for writing http servers, clients and proxies. . It is built on top of Joyent's libhttp-parser and it's Java port. . This package contains the html documentation for ruby-http-parser.rb. Package: ruby-i18n Description-md5: 0896021aa0d44b87542f4f659ff7d02b Description-en: I18n and localization solution for Ruby Implementation of the Ruby on Rails I18n core API. This is the same I18n library included in the Ruby on Rails framework, but provided outside of that framework for those who wish to use it without pulling the entire Ruby on Rails framework. Package: ruby-ignition-math Description-md5: 6455229683806abe292de01a5386b1de Description-en: Ignition Robotics Math Library - Ruby bindings A small, fast, and high performance math library. This library is a self-contained set of classes and functions suitable for robot applications. . Ignition Robotics is a set of simple libraries that provide useful functionality to bootstrap robot applications. The included libraries encapsulate all the essentials, such as common math data types, console logging, 3D mesh management, and asynchronous message passing. . The package contains the Ruby bindings. Package: ruby-jaro-winkler Description-md5: e1e9fa23ee1405356006e90c0da7781c Description-en: Implementation of Jaro-Winkler distance algorithm jaro_winkler is an implementation of Jaro-Winkler distance algorithm which is written in C extension and will fallback to pure Ruby version in platforms other than MRI/KRI like JRuby or Rubinius. Both of C and Ruby implementation support any kind of string encoding, such as UTF-8, EUC-JP, Big5, etc. Package: ruby-json Description-md5: 580962466871607374425ac53965b45b Description-en: JSON library for Ruby This library implements the JSON (JavaScript Object Notation) specification in Ruby, allowing the developer to easily convert data between Ruby and JSON. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language. Package: ruby-kgio Description-md5: 5167dbb6381dca96305b4427e11b3f36 Description-en: Kinder, gentler I/O for Ruby kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS. It is intended for use with the Unicorn and Rainbows! Rack servers, but may be used by other applications (that run on Unix-like platforms). Package: ruby-kyotocabinet Description-md5: 2691c1dcacb7081871f21bf3d5de747e Description-en: Straightforward implementation of DBM - Ruby bindings Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. . Warning: while this library is thread-safe with Ruby 1.9.x, it is NOT thread-safe with Ruby 1.8.x. . This package contains the bindings for the Ruby scripting language. Package: ruby-lapack Description-md5: 0511ccca38f6892dba79854a2671d5d9 Description-en: Ruby wrapper of LAPACK Ruby-LAPACK is Ruby wrapper of LAPACK library using NArray. . This package provides libraries and documents. Package: ruby-levenshtein Description-md5: cc4585abd0fabed13870bc529f1da96d Description-en: calculates the Levenshtein distance between two sequences The Levenshtein distance is a metric for measuring the amount of difference between two sequences (i.e., the so called edit distance). The Levenshtein distance between two sequences is given by the minimum number of operations needed to transform one sequence into the other, where an operation is an insertion, deletion, or substitution of a single element. . This Ruby library can work on strings, arrays or any other objects provided the sequences respond to :each and the objects to :hash and :eql?. Package: ruby-libprelude Description-md5: f398aa815e81387c46bad39694050dbf Description-en: Security Information and Events Management system [ Ruby bindings ] The Prelude Library is a collection of generic functions providing communication between the Prelude SIEM suite components. It provides a convenient interface for sending alerts to Prelude Manager with transparent SSL, failover and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the commandline, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor. . This package contains the ruby bindings for Prelude. Package: ruby-librdf Description-md5: c2321911067fa10ea7bb47eab61ee25e Description-en: Ruby language bindings for the Redland RDF library This package contains the files needed to use the Redland Resource Description Framework (RDF) library in Ruby programs. Package: ruby-libvirt Description-md5: a7d1a9e27136846efcead6abb45fa6bf Description-en: Ruby bindings for libvirt This library provides Ruby bindings for using libvirt. . Libvirt is a toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, and XEN. Package: ruby-libxml Description-md5: 9687b15af7c8680988a7d37fe981a11c Description-en: Ruby Bindings for LibXML2 The Libxml-Ruby project provides Ruby language bindings for the GNOME Libxml2 XML toolkit. It is free software, released under the MIT License. Libxml-ruby's primary advantage over REXML is performance - if speed is your need, these are good libraries to consider, as demonstrated by the informal benchmark below. Package: ruby-liquid-c Description-md5: b99229e0050459503307698a88ec835e Description-en: liquid performance extension in C A partial native implementation of the liquid ruby gem in C to speed up the performance and can also help with Jekyll site builds. Package: ruby-marisa Description-md5: ce552b53fb8a6d80ccb36e18d7570478 Description-en: Ruby bindings for MARISA Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static and space-efficient trie data structure. . This package contains Ruby bindings for MARISA. Package: ruby-mecab Description-md5: aa45d8c9aa8f702eeb47a8a5f98a786e Description-en: Mecab binding for Ruby language Mecab is a Japanese morphological analysis system. . ruby-mecab is its binding for Ruby language. Package: ruby-minispec-metadata Description-md5: 69f07f9e7276585aff358de62fec1a87 Description-en: define and access metadata in MiniTest::Spec Minispec::Metadata provides a library to pass metadata to MiniTest::Spec descriptions and specs like in RSpec. It allows adding metadata to specs similar to RSpec. Package: ruby-minitest Description-md5: 711e8129451c50c5d22378f07e8095cc Description-en: Ruby test tools supporting TDD, BDD, mocking, and benchmarking minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. . minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. . minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. . minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! . minitest/mock by Steven Baker, is a beautifully tiny mock object framework. . minitest/pride shows pride in testing and adds coloring to your test output. . minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. Package: ruby-mmap2 Description-md5: cc204af303e5c77e46d5e9add475c92c Description-en: Mmap class implement memory-mapped file objects for Ruby 2.x This library is a dependency of prometheus-client-mmap. . Prometheus is a systems and services monitoring system. Package: ruby-mpi Description-md5: cbd5d705a8ff884fe9a6219e5f1e9de1 Description-en: Ruby binding of MPI Ruby-MPI is a ruby binding of Message Passing Interface (MPI), which is an API specification that allows processes to communicate with one another by sending and receiving messages. Package: ruby-msgpack Description-md5: 474edfed036cd285dcb54ad2f766082e Description-en: Ruby library for MessagePack ruby-msgpack is Ruby library for MessagePack, a binary-based efficient object serialization. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small. Package: ruby-multibitnums Description-md5: 690eebad0fe71005beac20a51222d21b Description-en: extension library for integers with arbitrary bit lengths Multibitnums is Ruby class library, handling multiple multi-bit data packed in a C string. The number of bits is fixed to an arbitrary value. For example, it can accommodate 11-bit integers. Package: ruby-murmurhash3 Description-md5: 5a48a43b82f6f6d27c784c464a933a11 Description-en: implements mumur3 hashing function Ruby implementation of noncriptographic hash Murmur3 (both native and pure ruby). It includes x86_32bit variant and x64_128bit variant. x86_128bit variant is omitted. It exposes finalization mix functions as variant of superfast integer hashing. Package: ruby-mysql2 Description-md5: 637b80aa3f82b9381d0e2ddde04dbdc8 Description-en: simple, fast MySQL library for Ruby This is an API module that allows Ruby programs to interface with MySQL databases. Usually, it will be pulled in automatically by packages providing Ruby programs which need this capability, you only need to install it directly if you intend to write such programs yourself. You may want to prefer the ruby-mysql2 package over the ruby-mysql package, since benchmarks have shown it to be faster, it is non-blocking and it supports UTF-8 database encoding. Package: ruby-narray Description-md5: a953084abc85d13464529d99decab553 Description-en: Numerical N-dimensional Array library for Ruby NArray is an extension library for Ruby that provides fast calculation and easy manipulation of large numerical arrays with the Ruby language. It has numerical n-dimensional array class as well as vector and matrix subclasses, which can contain 1/2/4-byte Integer, single/double-precision Real/Complex and Ruby Object. Package: ruby-ncurses Description-md5: f4a56cf1042c6542f050b7dc33da672e Description-en: ruby extension for the ncurses C library All C functions are wrapped by module functions of the module "Ncurses", with exactly the same name. Additionally, C functions expecting a WINDOW* as their first argument can also be called as methods of the "Ncurses::WINDOW" class. . The panel library (for support of overlapping windows) is also wrapped, in the module "Ncurses::Panel". . This module is built with wide character support. Package: ruby-net-http-persistent Description-md5: 437879140fca1139c9998166cd6338b9 Description-en: Manages persistent connections using Net::HTTP This package provides persistent connections to Net::HTTP. . Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. . Net::HTTP supports persistent connections with some API methods but does not make setting up a single persistent connection or managing multiple connections easy. Net::HTTP::Persistent wraps Net::HTTP and allows you to focus on how to make HTTP requests. Package: ruby-netcdf Description-md5: 5dda80abccdd7cdbe0569336d5f4bd6a Description-en: Ruby interface of netCDF library RubyNetCDF is a Ruby interface of netCDF library built on the NArray library, which is an efficient multi-dimensional numeric array class for Ruby. Package: ruby-nfc Description-md5: 589ae52816a76b74e1f5d7f7427afb9d Description-en: ruby wrapper for the libnfc NFC is a ruby wrapper for the Near Field Communication library (libnfc). The Near Field Communication library works with many USB RFID readers, so this lets you read RFID tags. Package: ruby-ngraph Description-md5: 05edfae8b7f19ada152c65267cfd343d Description-en: Library for using ngraph-gtk Ruby programs This library provides an API to use ngraph-gtk. Ngraph is the program to create scientific 2-dimensional graphs for researchers and engineers. This program can create advanced graphs which can't be created by spreadsheets. Graphs can be exported to postscript. . This package contains a library for using ngraph-gtk in Ruby programs. Package: ruby-nokogiri Description-md5: 8b5216e340ca3509e38f4420fb6ca92a Description-en: HTML, XML, SAX, and Reader parser for Ruby Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. It is able to search documents via XPath or CSS3 selectors, and is a drop-in replacement for Hpricot (though not bug for bug). Package: ruby-octokit Description-md5: 0935ca9194eafaedd25a13741a4ec20e Description-en: Ruby toolkit for working with the GitHub API ruby-octokit wraps the GitHub API in a flat API client that follows Ruby conventions and requires little knowledge of REST. . It provides all expected features needed to interact with Github or any other implementation of their API: . - Authenticated (basic and oauth) and unauthenticated requests. - Access to all resources and fields. - Direct access to HTTP response headers if needed. - Pagination. - Hypermedia features (ruby-octokit is built on top of ruby-sawyer). Package: ruby-odbc Description-md5: 4b0bfc29dbe68a7af0b5ec446842bbc8 Description-en: ODBC Binding for Ruby ODBC is a standard API for connecting to ODBC data sources such as Relational Database Management Systems (RDBMSs). For accessing ODBC data sources from the Ruby language, an ODBC binding library and Ruby interface are required. . This package includes both UTF-8 and non-UTF-8 versions. Package: ruby-oily-png Description-md5: 8e5a3d26030464adc071000be70ce85d Description-en: native mixin to speed up ChunkyPNG OilyPNG is a Ruby C extension to speed up the pure Ruby ChunkyPNG library. It is a standalone module, so it does not require LibPNG, ImageMagick or any other library. Currently it has an alternative implementation of decoding and encoding PNGs, making these operations much faster, especially for PNG images that apply filtering. Package: ruby-oj Description-md5: 550e05851a129202d0895a04dc6ee06d Description-en: fast JSON parser and serializer for Ruby JSON (or JavaScript Object Notation) is a text-based open standard designed for human-readable data interchange. . Oj (Optimized JSON) is a Ruby library written to provide speed optimized handling of JSON, for parsing JSON and serializing objects. Package: ruby-oj-introspect Description-md5: a3cf6c6acca231dadab99a623a03f231 Description-en: Oj introspect parser. Embeds start and end byte offsets of JSON objects into generated Ruby hashes. Package: ruby-ox Description-md5: 9754971cc5d8cc81916a5e1443772e6a Description-en: fast XML parser and object serializer Optimized XML (Ox), as the name implies, was written to provide speed optimized XML handling. It was designed to be an alternative to Nokogiri and other Ruby XML parsers for generic XML parsing and as an alternative to Marshal for Object serialization. . Ox handles XML documents in three ways: it is a generic XML parser and writer, a fast Object / XML marshaller, and a stream SAX parser. The library is implemented in C for speed and has a lean, simple Ruby API. Package: ruby-pango Description-md5: 422113da666218d3e6c66a312e10ac17 Description-en: Pango bindings for the Ruby language Pango is a library for layout and rendering of text, with an emphasis on internationalization. . This package contains libraries for using Pango with the Ruby programming language. Package: ruby-password Description-md5: 29d7ffb0ecf8a7a3ef72ab893bdb7b53 Description-en: Ruby library for handling passwords This package is a suite of password handling methods. Specifically, it handles manual entry of passwords from the keyboard in both buffered and unbuffered modes, password strength checking, random password generation, phonemic password generation, and encryption of passwords. . The common CrackLib library is used to perform password strength checking. Package: ruby-pcaprub Description-md5: 60b6a40b8e28707383dfecda25007754 Description-en: Ruby bindings for LBL Packet Capture library (libpcap) libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . pcaprub provide a consistent interface for using libcap in Ruby. . It does not provide packet processing functionality, only the interface for capturing packets, and passing yielding those packets. Package: ruby-pg Description-md5: 5d27f486d8d3919d33cc283d173af5da Description-en: PostgreSQL interface for Ruby ruby-pg module allows Ruby programs to interface with the PostgreSQL database engine. . It supports the functions defined in libpq library. Package: ruby-pg-query Description-md5: d16c3a88999764a13221e188f0fe24fe Description-en: PostgreSQL query parsing and normalization library Parses SQL queries using a copy of the PostgreSQL server query parser . This Ruby extension uses the actual PostgreSQL server source to parse SQL queries and return the internal PostgreSQL parsetree. . In addition the extension allows one to normalize queries (replacing constant values with ?) and parse these normalized queries into a parsetree again. Package: ruby-poppler Description-md5: f46174e4ed4778d53f4cf58a05313bf7 Description-en: Ruby bindings for the libpoppler-glib library Poppler is a PDF rendering library based on xpdf PDF viewer. libpoppler-glib is Glib binding for Poppler. . This package contains ruby bindings for libpoppler-glib. Package: ruby-posix-spawn Description-md5: 668d69936c9b23f0aa17b20e73cc51d0 Description-en: Ruby Implementation of posix_spawn(2) for faster process spawning The posix-spawn library aims to implement a subset of the Ruby 1.9 `Process::spawn` interface in a way that takes advantage of fast process spawning interfaces when available and provides sane fallbacks on systems that do not. . `fork(2)` calls slow down as the parent process uses more memory due to the need to copy page tables. In many common uses of fork(), where it is followed by one of the exec family of functions to spawn child processes (`Kernel#system`,`IO::popen`, `Process::spawn`, etc.), it's possible to remove this overhead by using the use of special process spawning interfaces (`posix_spawn()`, `vfork()`, etc.) Package: ruby-prof Description-md5: 479d65e95241fcf8ff2f0f80f0e61159 Description-en: Fast Ruby profiler ruby-prof is a fast code profiler for Ruby. It is a C extension and therefore is many times faster than the standard Ruby profiler. It supports both flat and graph profiles. For each method, graph profiles show how long the method ran, which methods called it and which methods it called. RubyProf generate both text and html and can output it to standard out or to a file. Package: ruby-prometheus-client-mmap Description-md5: 669ffb11940e826ce495f3a2562b37ed Description-en: suite of instrumentation metric primitives These instrumentation metric primitives can be exposed through a web services interface. Intended to be used together with a Prometheus server. . This Prometheus library is fork of Prometheus Ruby Client that uses mmap'ed files to share metrics from multiple processes. This allows efficient metrics processing for Ruby web apps running in multiprocess setups like Unicorn. Package: ruby-psych Description-md5: 523074c6573981297c66b68455e403c2 Description-en: libyaml wrapper for Ruby ruby-psych is a YAML parser and emitter. Psych leverages libyaml for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format. . Psych has been included with the main Ruby implementation since 1.9.2, and is the default YAML parser from 1.9.3 and beyond. Package: ruby-puppet-syntax Description-md5: 39cb39a4b9c6374daf55e33ef9b14968 Description-en: Syntax checks for Puppet manifests, templates, and Hiera YAML Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . This ruby module provides syntax checks for Puppet manifests, templates and Hiera YAML. Package: ruby-puppetlabs-spec-helper Description-md5: 6f24eceac2fcc07289caeaf76b480431 Description-en: rake tasks and spec helper for spec tests on puppet modules Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . This ruby module contains rake tasks and a standard spec_helper for running spec tests on puppet modules. Package: ruby-puppetserver-ca-cli Description-md5: a49c0aa753ec343c95e9727d38f90395 Description-en: configuration management system, ca cli library Puppet is a configuration management system that allows you to define the state of your IT infrastructure, then automatically enforces the correct state. . This gem provides the functionality behind the Puppet Server CA interactions. 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-raindrops Description-md5: 554f1d83592a52d892aa67f1a301e620 Description-en: real-time stats for preforking Rack servers raindrops is a real-time stats toolkit to show statistics for Rack HTTP servers. It is designed for preforking servers such as unicorn, but should support any Rack HTTP server on platforms supporting POSIX shared memory. It may also be used as a generic scoreboard for sharing atomic counters across multiple processes. Package: ruby-rblineprof Description-md5: 412e15cb3a60f75fbd1345414e06ce94 Description-en: line-profiler for ruby rblineprof shows you lines of code that are slow. . See peek-rblineprof for rails integration. Package: ruby-rbtrace Description-md5: c0c26478dde5eaa80c6959db18bb5f95 Description-en: rbtrace: like strace but for ruby code rbtrace shows method calls happening inside another ruby process in real time. . rbtrace is designed to have minimal overhead, and should be safe to run in production. Package: ruby-rbtree Description-md5: 4b145a4df799722db7476fe864bcc175 Description-en: sorted associative collection for Ruby A RBTree is a sorted associative collection that is implemented with a Red-Black Tree. It maps keys to values like a Hash, but maintains its elements in ascending key order. The interface is the almost identical to that of Hash. Package: ruby-rdiscount Description-md5: 97d18cf10bb4e267cac8f8359024e2fe Description-en: Discount Markdown Processor for Ruby Discount is an implementation of John Gruber's Markdown markup language in C. It implements all of the language described in the markdown syntax document and passes the Markdown 1.0 test suite. . RDiscount is a Ruby extension library for Discount. It can be used as a stand-alone program or within another Ruby program. Package: ruby-re2 Description-md5: fcea24a19eb3c47aa7a464d28abb3005 Description-en: Ruby bindings to re2 Ruby bindings to re2, "an efficient, principled regular expression library". . RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. Package: ruby-redcarpet Description-md5: 74f3ab19ae1d9a8e278ee1e0b74bdf71 Description-en: Fast, safe and extensible Markdown to (X)HTML parser for Ruby Redcarpet is Ruby library for Markdown processing. . This is fast, safe and extensible Markdown to (X)HTML parser. . Learn more about its usage at /usr/share/doc/redcarpet/README.markdown.gz Package: ruby-redcloth Description-md5: f9e34e2b4a834595803a5f00d928e6fa Description-en: Textile module for Ruby Textile is a very simple text format, intended for making readable text that can be converted to HTML, and used in docs, blogs, and Wiki pages. . RedCloth is a Ruby module for converting Textile to HTML. Package: ruby-regexp-property-values Description-md5: 2c0077ccd47ec1920784b33e6e681da1 Description-en: Inspect property values supported by Ruby's regex engine This small library lets you see which property values are supported by the regular expression engine of the Ruby version you are running, and what they match. Package: ruby-remctl Description-md5: 3df1077d60d6e7716f7cb137295afef8 Description-en: Ruby extension for Kerberos-authenticated command execution The Ruby remctl extension, which provides native Ruby bindings for the libremctl client library. . remctl is a client/server protocol for executing specific commands on a remote system with Kerberos authentication. The allowable commands must be listed in a server configuration file, and the executable run on the server may be mapped to any command name. Each command is also associated with an ACL containing a list of Kerberos principals authorized to run that command. Package: ruby-rinku Description-md5: 647b2766add4e59b964c040b5ce0c343 Description-en: autolinker for Ruby Rinku is a Ruby library that does autolinking. . It parses text and turns anything that remotely resembles a link into an HTML link, just like the Ruby on Rails `auto_link` method -- but it's about 20 times faster, because it's written in C, and it's about 20 times smarter when linking, because it does actual parsing instead of RegEx replacements. Package: ruby-rinku-doc Description-md5: 4dade0377c1c5b30c2ef9beabf5753bc Description-en: autolinker for Ruby (documentation) Rinku is a Ruby library that does autolinking. . It parses text and turns anything that remotely resembles a link into an HTML link, just like the Ruby on Rails `auto_link` method -- but it's about 20 times faster, because it's written in C, and it's about 20 times smarter when linking, because it does actual parsing instead of RegEx replacements. . This package contains the documentation for ruby-rinku. Package: ruby-rmagick Description-md5: 393bf835e37efeb55b6c8c6360451be5 Description-en: ImageMagick API for Ruby RMagick is an interface between the Ruby programming language and the ImageMagick image processing library. Package: ruby-rmagick-doc Description-md5: 0ce2581c0fbd70d22e3556e5bfc3d594 Description-en: ImageMagick API for Ruby (documentation) RMagick is an interface between the Ruby programming language and the ImageMagick image processing library. . This package contains the documentation and some example scripts. Package: ruby-rouge Description-md5: 6ac3935bf5382c18c1e14bcda5ba98aa Description-en: pure-Ruby syntax highlighter compatible with pygments Rouge is a pure-Ruby syntax highlighter. It can highlight over 60 languages, and output HTML or ANSI 256-color text. Its HTML output is compatible with stylesheets designed for pygments. Package: ruby-rpam-ruby19 Description-md5: 68ad668bf308822ea558c1b9672667e0 Description-en: PAM integration with Ruby This extension provides PAM (Pluggable Authentication Modules) integration. The library provides a stable API for applications to defer to for authentication tasks. Package: ruby-rpatricia Description-md5: f0d0efc38c7921205566508fc502e722 Description-en: efficient IPv4/IPv6 prefix storage and lookup for Ruby rPatricia provides a Ruby library for efficient IPv4 and IPv6 address/prefix storage and lookups. Internally it uses a Patricia trie (also known as radix tree), a data structure commonly used for routing table lookups and supports prefix insertion/removal and best/exact match lookups. . The trie data structure is implemented in C, making rPatricia fast and featuring a low memory footprint. Package: ruby-rrd Description-md5: 2563ff8edafb4d9ebbfd3c9085b3752a Description-en: time-series data storage and display system (Ruby interfaces) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, server load average). It stores the data in Round Robin Databases (RRDs), a very compact way that will not expand over time. RRDtool processes the extracted data to enforce a certain data density, allowing for useful graphical representation of data values. . This package contains a Ruby interfaces to RRDs. Package: ruby-rspec-puppet Description-md5: 703ebd37094bc7cab78ea263c026a1ca Description-en: RSpec tests for your Puppet manifests Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. . This ruby module contains RSpec tests for Puppet manifests. Package: ruby-rsvg2 Description-md5: 00012d4b67284b34b36932b06307239e Description-en: RSVG renderer bindings for the Ruby language The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package contains libraries for using RSVG with the Ruby programming language. Package: ruby-rugged Description-md5: b079ea37f68e2b178b4822265139a0f4 Description-en: Ruby binding to the libgit2 library libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant linkable library with a solid API. . Rugged is a library for accessing libgit2 in Ruby. It allows one to explore and modify Git repositories with the speed and portability of libgit2, and the convenience of the Ruby programmation language. Package: ruby-sdl Description-md5: e42a3cf3ad4eb4cde23f1d35a61bcfe6 Description-en: Ruby/SDL interface for Ruby Ruby/SDL is the ruby extension library to use SDL. SDL (Simple DirectMedia Layer) is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. Package: ruby-selinux Description-md5: 71f8f453f4c0fbe591180af8da96cd36 Description-en: Ruby bindings to SELinux shared libraries This package provides the Ruby bindings needed for developing Ruby SELinux applications. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Package: ruby-semanage Description-md5: 0573f123cd490210938f6da9efe52cb5 Description-en: Ruby bindings to for SELinux policy management This package provides the Ruby bindings needed for developing Ruby applications that manage SELinux policies. . Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. 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-sequel-pg Description-md5: 2ae3212929238c6b6d45432dcba60221 Description-en: Faster SELECTs when using Sequel with pg sequel_pg overwrites the inner loop of the Sequel postgres adapter row fetching code with a C version. The C version is significantly faster (2-6x) than the pure ruby version that Sequel uses by default. Package: ruby-serialport Description-md5: e5ea5e7a2c42319b976e77d31327ef54 Description-en: Library for using RS-232 serial ports from Ruby programs This library provides an API for Ruby to control RS-232 serial ports, and check and set the current state of the signals on the serial line. Package: ruby-shadow Description-md5: 19211e2801f26505fbd939dd6cf0c11f Description-en: interface of shadow password for Ruby This is a module which is used when you want to access shadow password files from the Ruby programming language. It gives access to the same C level functions provided by the shadow password API. Package: ruby-sigar Description-md5: bbabbe2f78e45efd14243d23c5b8c440 Description-en: System Information Gatherer And Reporter One API to access system information regardless of the underlying platform . Hyperic's System Information Gatherer (SIGAR) is a cross-platform API for collecting software inventory data. SIGAR is core of HQ's auto-discovery functionality, and you can use it to extend auto-discovery behavior. . SIGAR includes support for Linux, FreeBSD, Windows, Solaris, AIX, HP-UX and Mac OSX across a variety of versions and architectures. Users of the SIGAR API are given portable access to inventory and monitoring data including: . * System memory, swap, cpu, load average, uptime, logins * Per-process memory, cpu, credential info, state, arguments, environment, open files * File system detection and metrics * Network interface detection, configuration information and metrics * Network route and connection tables . This is ruby binding for the core API, which is implemented in pure C. Package: ruby-sqlite3 Description-md5: bb1e1c8ac644e7c247c4f09bf4d5a87e Description-en: SQLite3 interface for Ruby This module allows Ruby programs to interface with the SQLite3 database engine. . Note that this module is only compatible with SQLite 3.6.16 or newer. Package: ruby-stackprof Description-md5: ccc9ad968ae668c47ca7f1f79ac80f06 Description-en: sampling callstack-profiler for ruby 2.2+ stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers. . Inspired heavily by gperftools, and written as a replacement for perftools.rb. Package: ruby-strptime Description-md5: 898d96432aecdb7cf8a51ab3764bc892 Description-en: fast strptime/strftime engine A fast strptime/strftime engine which uses VM. . To experiment with that code, run bin/console for an interactive prompt. Package: ruby-svn Description-md5: 681536b40f193ae3816c1437f1c38f7d Description-en: Ruby bindings for Apache Subversion This is a set of Ruby interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Ruby script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: ruby-termios Description-md5: 0aa6246d9712f1dbe360498d867f3b6c Description-en: termios simple wrapper for Ruby Ruby-termios is a wrapper for the termios(3) interface. It can be included into IO-family classes and extends IO-family objects. In addition, the methods can used as module function. Package: ruby-thor Description-md5: 611fec1535f35a1f489c246cfddf2378 Description-en: Ruby scripting framework Thor is a simple and efficient scripting framework for building self-documenting command line utilities. . It can be used to replace rake, sake and rubigen. Package: ruby-thrift Description-md5: b034143c30bae64d97bc2afaa3e37b18 Description-en: Ruby bindings for Apache Thrift The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages. Package: ruby-timfel-krb5-auth Description-md5: 7b41d860626c455cc114e9080e754d3c Description-en: Kerberos binding for Ruby This gem provides Kerberos binding for Ruby language. . Kerberos is a computer network authentication protocol which works on the basis of 'tickets' to allow nodes communicating over a non-secure network to prove their identity to one another in a secure manner. Package: ruby-tioga Description-md5: bb68dd87dc1f67a0f650aaa50d2d0e1e Description-en: Ruby library for scientific graphs Tioga is a blend of PDF, pdfTex and ruby into a library to make scientific graphs of high quality. It is fairly complete and extensive, and comes with examples and (online) complete documentation. . Tioga is useful for scripting the generation of graphs, and comes with a configuration file for irb for interactive plotting of pictures. . A PDF viewer is strongly recommended if you want to make use of the tioga script, a wrapper around some of the library functionalities. Package: ruby-tioga-doc Description-md5: 0747d3b514d6cd4b02fd2f1a76c6c61a Description-en: Ruby library for scientific graphs Tioga is a blend of PDF, pdfTex and ruby into a library to make scientific graphs of high quality. It is fairly complete and extensive, and comes with examples and (online) complete documentation. . Tioga is useful for scripting the generation of graphs, and comes with a configuration file for irb for interactive plotting of pictures. . This package provides the rdoc documentation generated from tioga's source. It includes a complete API reference and a fairly extensive tutorial. Package: ruby-tokyocabinet Description-md5: ffb0da9486ab07645b012826716c29a3 Description-en: Ruby Binding of Tokyo Cabinet Database Tokyo Cabinet is an efficient database library like GDBM and NDBM. It features hash database and B+ tree database and is developed as the successor of QDBM, for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API. Package: ruby-uconv Description-md5: 8dc53f26b6b458567a95791a41c922b0 Description-en: Unicode/EUC-JP translation module for Ruby The encoding translation module for the object-oriented scripting language Ruby 1.8. Supported character encodings are UCS-4, UTF-16, UTF-8, EUC-JP and CP932 (a variant of Shift_JIS for Japanese Windows). This cannot detect character encoding automatically. Package: ruby-unf-ext Description-md5: ac568bbf3ede429f10c939de20f311d2 Description-en: Unicode Normalization Form support library for CRuby ruby-unf_ext is an unicode normalization library for CRuby. It provides classes for normalizing UTF-8 strings into and from NFC, NFD, NFKC, NFKD. The results is compliant with Unicode 6.0. Package: ruby-unicode Description-md5: 48f81e23b93767d211e2e531e945b22a Description-en: Unicode string manipulation library for Ruby This library includes functionality for Unicode string manipulation. . This library is based on UAX #15 Unicode Normalization Forms. . http://www.unicode.org/unicode/reports/tr15/ Package: ruby-unicorn-engine Description-md5: dfbf2e8a47855a6d881b684ca09d6193 Description-en: Lightweight CPU emulator framework (Ruby bindings) Unicorn is a CPU emulator which is based on the CPU emulation code from QEMU. Unlike QEMU, it focuses on the emulation of CPU code without a full system emulation, but with the goal to make the emulation extensible and easy to integrate in custom tools. Unicorn provides language bindings for Python, Ruby, and Rust (among others) and has instrumentation hooks for various CPU events. This makes Unicorn well suited for malware analysis and reverse engineering. . This package installs the Ruby bindings. Package: ruby-version-sorter Description-md5: 79e850a799bdd1d8de174cfd91a1bfcc Description-en: Fast sorting of version strings Used to sort version strings faster. It is used to sort a repository's tags. It is used as follows require 'version_sorter' versions = %w( 1.0.9 2.0 1.0.10 1.0.3 ) VersionSorter.rsort(versions) # => ["2.0", "1.0.10", "1.0.9", "1.0.3"] VersionSorter.sort(versions) # => ["1.0.3", "1.0.9", "1.0.10", "2.0"] Package: ruby-vmstat Description-md5: c32f65531eb6b94d58766958dfc48727 Description-en: library to gather system information A focused and fast ruby library that gather system information about memory (free, active), network(name, in bytes, out bytes), CPU(user, system, idle), load average, disk. Package: ruby-webkit2-gtk Description-md5: cd3a51fcc8c4e5cd5107285a3fba07a9 Description-en: WebKitGTK+ bindings for the Ruby language WebKitGTK+ is the GNOME platform port of the WebKit rendering engine. Offering WebKit’s full functionality through a set of GObject-based APIs, it is suitable for projects requiring any kind of web integration, from hybrid HTML/CSS applications to full-fledged web browsers, like Epiphany and Midori. . This package contains libraries for using WebKitGTK+ with GTK+ 3 and the Ruby language. Package: ruby-websocket-driver Description-md5: 5eab56d39f83c3858e59429a22caa702 Description-en: WebSocket protocol handler with pluggable I/O This module provides a complete implementation of the WebSocket protocols that can be hooked up to any TCP library. It aims to simplify things by decoupling the protocol details from the I/O layer, such that users only need to implement code to stream data in and out of it without needing to know anything about how the protocol actually works. . Think of it as a complete WebSocket system with pluggable I/O. Package: ruby-xapian Description-md5: 155416825fad5ae46c51ab424d398102 Description-en: Xapian search engine interface for Ruby This package provides Xapian Ruby bindings built for Ruby. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Ruby bindings provide an interface to the Xapian library from the Ruby programming language, allowing both indexing and retrieval operations. Package: ruby-xmlhash Description-md5: 262406593fe5046fe7fb5756aee9314b Description-en: parse a XML string into a ruby hash Ruby-xmlhash is a small C module that wraps libxml2's xmlreader to parse a XML string into a ruby hash. Package: ruby-xmlparser Description-md5: 6dd80b179279971550e103f47651d3b3 Description-en: Ruby interface for the expat XML parser toolkit This is the module to access to James Clark's XML Parser Toolkit "expat" from Ruby. Package: ruby-yajl Description-md5: 817206f479b7cfc790e117a7a32081e3 Description-en: Ruby interface to Yajl, a JSON stream-based parser library Supported features include, . JSON parsing and encoding directly to and from an IO stream (file, socket, etc) or String. Compressed stream parsing and encoding supported for Bzip2, Gzip and Deflate. . Parse and encode *multiple* JSON objects to and from streams or strings continuously. . JSON gem compatibility API - allows yajl-ruby to be used as a drop-in replacement for the JSON gem . Basic HTTP client (only GET requests supported for now) which parses JSON directly off the response body *as it's being received* Package: ruby-zoom Description-md5: 376a8e5bc7441794b4d54d9b655d58ec Description-en: Ruby/ZOOM provides a Ruby binding to the Z40.50 Object-Orientation Model Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model (ZOOM), an abstract object-oriented programming interface to a subset of the services specified by the Z39.50 standard, also known as the international standard ISO 23950. . Z39.50 is a client-server protocol for searching and retrieving information from remote computer databases. It is covered by ANSI/NISO standard Z39.50, and ISO standard 23950. The standard's maintenance agency is the Library of Congress. Package: rviz Description-md5: 495c6c5fba95f3b60881a088ef665328 Description-en: Robot OS 3D visualization tool This package is part of Robot OS (ROS) RViz package. RViz is a tool to visualize ROS messages and the state of the robot. . This package contains the rviz program. Package: rxvt-unicode Description-md5: f01b478fbcb40979e88f622b717b03e0 Description-en: RXVT-like terminal emulator with Unicode and 256-color support rxvt-unicode is a modern, Unicode-aware color xterm replacement that uses significantly less memory than a conventional xterm and many other Unicode supporting terminal emulators. . It supports using multiple fonts at the same time, including Xft fonts, and client-server technology to reduce memory consumption when using multiple windows. . This package is configured with 256-color support, and TERM set to "rxvt-unicode-256color". Any other systems you log into must have this terminfo entry installed! Package: samba-ad-dc Description-md5: eba517f15cc7dff6d61d4bf8f68630b3 Description-en: Samba control files to run AD Domain Controller Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file and printer sharing with Microsoft Windows, OS X, and other Unix systems. . This package contains control files to run an Active Directory Domain Controller (AD DC). For now, this is just a metapackage pulling in all the required dependencies. Package: samba-testsuite Description-md5: b3a06da306c4ba5739938a7fa8d2fe31 Description-en: test suite from Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in Active Directory or NT4-style domains. . This package contains programs for testing the reliability and speed of SMB servers, Samba in particular. Package: sanlk-reset Description-md5: 4ab99a6e662707c46f2a711cad15ac4c Description-en: Host reset daemon and client using sanlock Sanlock ensures that single disk cannot be used by more than one running VM at a time, across any host in a network. . This package contains the reset daemon and client. A cooperating host running the daemon can be reset by a host running the client, so long as both maintain access to a common sanlock lockspace. Package: sanlock Description-md5: bd141da626ec78be3673c3046a692c21 Description-en: Shared storage lock manager Sanlock ensures that single disk cannot be used by more than one running VM at a time, across any host in a network. . This package contains the binaries and private shared libraries. Package: satdump Description-md5: e9bbc28960dd0972442483f3bdf66b75 Description-en: Generic satellite data processing software It is a one-stop-shop that provides all the necessary stages to get from satellite transmission to actual products. Features: * Support of many SDRs such as RTL-SDR, Airspy, HackRF, BladeRF, LimeSDR, PlutoSDR, etc. * Recording of radio basebands from your SDR * Decoding and processing the data from over 90 different satellites and even space probes. * Live decoding of supported satellite links such as APT, LRPT, HRPT, LRIT, HRIT and many more. * Image and data decoding from satellites such as NOAA 15-18-19, Meteor-M, GOES, Elektro-L, Metop, FengYun, etc. * Calibrated and georefrenced L1b products output on select satellites, such as Sea Surface Temperature, Microphysics, etc. ready to use for scientific applications such as numerical weather forecasts. * Support for projecting the satellite imagery over a map, including layering with other instruments or satellites. * Inmarsat Aero and STD-C EGC messages decoding. * Scheduler and rotator control for automated satellite stations. * Ingestor for automated geostationary weather satellites reception. Package: scdaemon Description-md5: b49c350b09e4d02f9121e9c67447bbdc Description-en: GNU privacy guard - smart card support GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains the smart card program scdaemon, which is used by gpg-agent to access OpenPGP smart cards. Package: scribus Description-md5: 0cf35eb54da09ee575e83b1cdacc0a83 Description-en: Open Source Desktop Page Layout Scribus is an open source desktop page layout program with the aim of producing commercial grade output in PDF and Postscript. . Scribus can be used for many tasks; from brochure design to newspapers, magazines, newsletters and posters to technical documentation. . Scribus supports professional DTP features, such as CMYK color and a color management system to soft proof images for high quality color printing, flexible PDF creation options, Encapsulated PostScript import/export and creation of 4 color separations, import of EPS/PS and SVG as native vector graphics, Unicode text including right to left scripts such as Arabic and Hebrew via freetype. Graphic formats which can be placed in Scribus as images include PDF, Encapsulated Post Script (eps), TIFF, JPEG, PNG and XPixMap(xpm), and any bitmap type supported by QT5. . If you need to use the render frame install the texlive-latex-recommended package (suggested). Package: scribus-data Description-md5: 4f4399752d6f867f77c34ba3fc459efb Description-en: Open Source Desktop Page Layout - data files Scribus is an open source desktop page layout program with the aim of producing commercial grade output in PDF and Postscript. . Scribus can be used for many tasks; from brochure design to newspapers, magazines, newsletters and posters to technical documentation. . Scribus supports professional DTP features, such as CMYK color and a color management system to soft proof images for high quality color printing, flexible PDF creation options, Encapsulated PostScript import/export and creation of 4 color separations, import of EPS/PS and SVG as native vector graphics, Unicode text including right to left scripts such as Arabic and Hebrew via freetype. Graphic formats which can be placed in Scribus as images include PDF, Encapsulated Post Script (eps), TIFF, JPEG, PNG and XPixMap(xpm), and any bitmap type supported by QT5. . This package contains the architecture-independent files. Package: sddm-theme-breeze Description-md5: fa4d30497603bc22192f0fb33827bf09 Description-en: Breeze SDDM theme Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Taskmanager library. . This package contains the files for the breeze SDDM theme. Package: selinux-utils Description-md5: 0dfe4ba09954ecdcb854ff898167f98b Description-en: SELinux utility programs This package provides various utility programs for a Security-enhanced Linux system. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. This package provides utility programs to get and set process and file security contexts and to obtain security policy decisions. Package: semanage-utils Description-md5: f08c1d00467630f36653d6234f30403c Description-en: SELinux policy management utilities This package contains an utility that can be used to migrate from the old policy store format (HLL, stored in /etc/selinux) to the new one (CLI, stored in /var/lib/selinux). . Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement, Role-based Access Control, and Multi-level Security. Package: ser2net Description-md5: 7f918b13b22cf169dd85a386cbf2fa59 Description-en: Serial port to network proxy This daemon allows telnet and tcp sessions to be established with a host's serial ports. Combined with a terminal emulator, this can be a very simple means to configure network devices or other equipment with a serial port. This is remarkably similar to the reverse telnet feature of some Cisco routers. Package: shasta Description-md5: 7bb8ac3039d8e82623b175abb8ab2e67 Description-en: nanopore whole genome assembly (binaries and scripts) De novo assembly from Oxford Nanopore reads. The goal of the Shasta long read assembler is to rapidly produce accurate assembled sequence using as input DNA reads generated by Oxford Nanopore flow cells. . Computational methods used by the Shasta assembler include: . * Using a run-length representation of the read sequence. This makes the assembly process more resilient to errors in homopolymer repeat counts, which are the most common type of errors in Oxford Nanopore reads. . * Using in some phases of the computation a representation of the read sequence based on markers, a fixed subset of short k-mers (k ≈ 10). . Shasta assembly quality is comparable or better than assembly quality achieved by other long read assemblers. . This package contains the executable binaries (tools) and accommodating scripts. Package: shiboken2 Description-md5: 8ce99af52aaabfbd22d85c27a5cddd50 Description-en: CPython bindings generator for C++ libraries Shiboken2 is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. . Shiboken2 is the binding generator used to create the PySide2 bindings. Package: shiboken2-doc Description-md5: 9180f584be9799a4683b3b7701e6df99 Description-en: CPython bindings generator for C++ libraries (common documentation) Shiboken2 is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. . Shiboken2 is the binding generator used to create the PySide2 bindings. . This package contains the common documentation. 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: silver-platter Description-md5: 3e30ea91f6c9bf41f6babea092df237a Description-en: automatically create merge proposals Silver-Platter makes it possible to contribute automatable changes to source code in a version control system. . It automatically creates a local checkout of a remote repository, make user-specified changes, publish those changes on the remote hosting site and then creates pull request. . In addition to that, it can also perform basic maintenance on branches that have been proposed for merging - such as restarting them if they have conflicts due to upstream changes. Package: silversearcher-ag Description-md5: 41b379bfb630fb331cd51e1eec3f2e96 Description-en: very fast grep-like program, alternative to ack-grep The Silver Searcher is grep-like program implemented by C. An attempt to make something better than ack-grep. . It searches pattern about 3–5x faster than ack-grep. It ignores file patterns from your .gitignore and .hgignore. Package: sim4db Description-md5: 85f8fe3bbe88f71c2e69cb9b24788d42 Description-en: batch spliced alignment of cDNA sequences to a target genome Sim4db performs fast batch alignment of large cDNA (EST, mRNA) sequence sets to a set of eukaryotic genomic regions. It uses the sim4 and sim4cc algorithms to determine the alignments, but incorporates a fast sequence indexing and retrieval mechanism, implemented in the sister package 'leaff', to speedily process large volumes of sequences. . While sim4db produces alignments in the same way as sim4 or sim4cc, it has additional features to make it more amenable for use with whole-genome annotation pipelines. A script file can be used to group pairings between cDNAs and their corresponding genomic regions, to be aligned as one run and using the same set of parameters. Sim4db also optionally reports more than one alignment for the same cDNA within a genomic region, as long as they meet user-defined criteria such as minimum length, percentage sequence identity or coverage. This feature is instrumental in finding all alignments of a gene family at one locus. Lastly, the output is presented either as custom sim4db alignments or as GFF3 gene features. . This package is part of the Kmer suite. Package: skrooge Description-md5: ef4f185f38336e4cc2f0e21b250417a0 Description-en: personal finance manager for KDE Skrooge allows you to manage your personal finances. It is intended to be used by individuals who want to keep track of their incomes, expenses and investments. Its philosophy is to stay simple and intuitive. . Here is the list of Skrooge main features: * QIF, CSV, KMyMoney, Skrooge, import/export * OFX, QFX, GnuCash, Grisbi, HomeBank import * Advanced Graphical Reports * Several tabs to help you organize your work * Infinite undo/redo * Instant filtering on operations and reports * Infinite categories levels * Mass update of operations * Scheduled operations * Track refund of your expenses * Automatically process operations based on search conditions * Multi currencies * Dashboard Package: skrooge-common Description-md5: dda6028dbc12d8e0e3bab2023c25e1e7 Description-en: Skrooge architecture independent files Skrooge allows you to manage your personal finances. It is intended to be used by individuals who want to keep track of their incomes, expenses and investments. Its philosophy is to stay simple and intuitive. . This package contains architecture independent files needed for Skrooge to run properly. It also provides Skrooge documentation. Therefore, unless you have 'skrooge' package installed, you will hardly find this package useful. Package: soapysdr-module-all Description-md5: 9343ed19a43d2c241bc102a3c48c2f6e Description-en: All device support for default version of SoapySDR (metapackage) SoapySDR is a library providing a common interface to SDR (software defined radio) hardware. Support for different hardware is added through external modules. . This package depends on the metapackage which in turn depends on all available device support packages for the default version of libsoapysdr. Package: soapysdr-tools Description-md5: 5e51d4a5c7d2065d96c9c91c182196b6 Description-en: software defined radio interface library tools SoapySDR is a library providing a common interface to SDR (software defined radio) hardware. Support for different hardware is added through external modules. . This package contains the SoapySDRUtil command line utility which can list available modules and hardware. Package: soapysdr0.8-module-all Description-md5: d942cd11964bc39e383dca2520c2511e Description-en: All device support for SoapySDR (metapackage) SoapySDR is a library providing a common interface to SDR (software defined radio) hardware. Support for different hardware is added through external modules. . This dependency package pulls in all available device support module packages. You can remove this package if you prefer to pick and choose modules to install. Package: sonic-pi Description-md5: cfba0a7e5a8e7b5b67609733f1db5d4b Description-en: Live Coding for Everyone A free live coding synth for everyone. Originally designed to support computing and music lessons within schools. Use code to compose and perform in classical and contemporary styles ranging from Canons to Dubstep. Package: sonic-pi-samples Description-md5: 4261dab425530defd16645d72e7ac128 Description-en: Audio samples for Sonic Pi Sonic Pi is shipped with a default audio sample collection, containing musical snippets, sound effects and rhythm loops created by various contributors at freesound.org. Package: sonic-pi-server Description-md5: 2d864efee759bf33ce577cef58f2c17d Description-en: Backend server for Sonic Pi The Sonic Pi backend server connects to SuperCollider to play synths and samples. Advanced users may want to use the server for experiments without the graphical user interface provided by the sonic-pi package. Package: sonic-pi-server-doc Description-md5: 6e3ceb95e26e480423493b9c01508a6a Description-en: Documentation for Sonic Pi These are the Markdown source files and a converted HTML version of the Sonic Pi main documentation. If you installed the sonic-pi IDE package, you propably don't need this package, as a copy of the documentation is already included within the application. Package: spaln Description-md5: 46ffffcd0cbea45e4f5474c068f0310e Description-en: splicing-aware transcript-alignment to genomic DNA Spaln (space-efficient spliced alignment) is a stand-alone program that maps and aligns a set of cDNA or protein sequences onto a whole genomic sequence in a single job. It also performs spliced or ordinary alignment after rapid similarity search against a protein sequence database, if a genomic segment or an amino acid sequence is given as a query. . spaln supports a combination of protein sequence database and a given genomic segment and performs rapid similarity searches and (semi-)global alignments of a set of protein sequence queries against a protein sequence database. Spaln adopts multi-phase heuristics that makes it possible to perform the job on a conventional personal computer. Package: spaln-data Description-md5: 5459c407f99ac7bad4d9ef8beacd9ad4 Description-en: splicing-aware transcript-alignment to genomic DNA (data) Spaln (space-efficient spliced alignment) is a stand-alone program that maps and aligns a set of cDNA or protein sequences onto a whole genomic sequence in a single job. It also performs spliced or ordinary alignment after rapid similarity search against a protein sequence database, if a genomic segment or an amino acid sequence is given as a query. . spaln supports a combination of protein sequence database and a given genomic segment and performs rapid similarity searches and (semi-)global alignments of a set of protein sequence queries against a protein sequence database. Spaln adopts multi-phase heuristics that makes it possible to perform the job on a conventional personal computer. . This package contains the architecture independent data files. Package: speech-dispatcher-baratinoo Description-md5: 084e6e01506ac290c402b752a5ca7014 Description-en: Speech Dispatcher: Baratinoo (VoxyGen) output module Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains the output module for the Baratinoo speech synthesizer, also called VoxyGen, which needs to be installed separately. Package: speech-dispatcher-kali Description-md5: ed862f91a9dfc6b45f556e27600025f3 Description-en: Speech Dispatcher: Kali output module Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains the output module for the Kali speech synthesizer, which needs to be installed separately. 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: sptag Description-md5: 6f74c10a105ef53bcf5791cf972d1ba8 Description-en: distributed approximate nearest neighborhood search (ANN) A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario. . This package contains the client, server, aggregator and index builder and searcher. Package: srptools Description-md5: 359f7ef78d69ef1e4b5d82e9e3e1f800 Description-en: Tools for Infiniband attached storage (SRP) In conjunction with the kernel ib_srp driver, srptools allows you to discover and use Infiniband attached storage devices which use the SCSI RDMA Protocol (SRP). Package: 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: sssd-passkey Description-md5: e74d74f3e771b76f41f636748a8f6eaf Description-en: System Security Services Daemon -- passkey helpers and plugins Provides the helper processes and Kerberos plugins that are required to enable authentication with a passkey token. Package: stellarium Description-md5: ee62de66fb5b3319c81294a9100bca29 Description-en: real-time photo-realistic sky generator Stellarium renders 3D photo-realistic skies in real-time. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope. . Some features: - default star catalogue with over 600 thousand stars, - information about the brightest stars (spectral type, distance, etc.), - downloadable star catalogue extensions, for up to 210 million stars, - all New General Catalogue (NGC) objects, - images of almost all Messier objects and the Milky Way, - real time positions of the planets and their satellites, - 13 different cultures with their constellations, - artistic illustrations of the 88 Western constellations, - very realistic atmosphere, sunrise and sunset, - 7 panoramic landscapes (more can be made or downloaded from the website), - scripting with ECMAScript, - plug-in support: Stellarium comes with 8 plug-ins by default, including: - artificial satellites plug-in (updated from an on-line TLE database), - ocular simulation plug-in (shows how objects look like in a given ocular), - Solar System editor plug-in (imports comet and asteroid data from the MPC), - telescope control plug-in (Meade LX200 and Celestron NexStar compatible). . Stellarium should not be used for very high accurate calculation or ephemerids like eclipse predictions. However, it is the ideal program to prepare an observation evening with naked eye, binocular, or small telescope. Package: stellarium-data Description-md5: abb0e128a19de6802f33b1e1384d5593 Description-en: Stellarium data files Stellarium renders 3D photo-realistic skies in real-time. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope. . This package contains data files required by Stellarium. They include textures, star catalogues and translations. Package: stimfit Description-md5: ff927703badfc328135b8c0bee68dc84 Description-en: Program for viewing and analyzing electrophysiological data Stimfit is a free, fast and simple program for viewing and analyzing electrophysiological data. It features an embedded Python shell that allows you to extend the program functionality by using numerical libraries such as NumPy and SciPy. Package: stimfit-dbg Description-md5: 0ba498df1bcff5e56dc1b4f9ad77eabf Description-en: Debug symbols for stimfit Stimfit is a free, fast and simple program for viewing and analyzing electrophysiological data. It features an embedded Python shell that allows you to extend the program functionality by using numerical libraries such as NumPy and SciPy. This package contains the debug symbols for Stimfit. Package: stlink-gui Description-md5: e01bd64b081bd06b67387bc3dac4df46 Description-en: OpenSource ST-Link tools replacement. Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers STLINKv1 and STLINKv2 are supported. . This package contains a GUI tool for stlink. Package: stlink-tools Description-md5: 5d13db87f98d8d05307d116d5aa4db50 Description-en: OpenSource ST-Link tools replacement. Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers STLINKv1 and STLINKv2 are supported. . This package contains commandline utilities for stlink, and modprobe and udev rules. Package: stompserver Description-md5: 01095cc887edb4c206366d2100aa27bf Description-en: stomp messaging server implemented in Ruby Stompserver is a stomp messaging server with support for multiple FIFO based queue backends including file, dbm, memory and activerecord. It supports basic authentication and queue monitoring. Package: stopt-doc Description-md5: 4e123f99c08561d993961b7c16c7279e Description-en: library for stochastic optimization problems (documentation) The STochastic OPTimization library (StOpt) aims at providing tools in C++ for solving some stochastic optimization problems encountered in finance or in the industry. Python 3 bindings are also provided in order to allow one to use the C++ library in a Python code. . This package contains the documentation about the type of problems that can be solved, the mathematical framework, its implementation, and the examples. Package: stopt-examples Description-md5: 0406deddba550c5dddc092ab9b16db55 Description-en: library for stochastic optimization problems (programs examples) This package provides some programs written to solve mathematical problems using the StOpt library. The source code is provided, examples are available in C++ and in Python. C++ source code has to be built against the libstopt-dev package if one wants to run it. Package: stunnel4 Description-md5: a9bd9f53bcb49101cf9d050b080d160c Description-en: Universal SSL tunnel for network daemons The stunnel program is designed to work as SSL encryption wrapper between remote client and local (inetd-startable) or remote server. The concept is that having non-SSL aware daemons running on your system you can easily setup them to communicate with clients over secure SSL channel. . stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the programs' code. . This package contains a wrapper script for compatibility with stunnel 3.x Package: sublime-music Description-md5: 67543962385571c585dff60cd6cf470b Description-en: native GTK *sonic client Sublime Music is a native GTK3 Revel/Gonic/Subsonic/Airsonic/*sonic client for the Linux Desktop. Package: subtitlecomposer Description-md5: d4b0786dff367d2a880f26d59ed3e078 Description-en: text-based subtitle editor A text-based subtitles editor supporting basic operations (text, time and style edition), realtime previewing and spell checking. Other fancy features are delaying all subtitles in the current subtitle file, checking errors or creating translations. . Different backends (GStreamer, MPlayer, MPV, or Phonon) can be used to play the realtime video preview which helps to synchronize the subtitles. Package: subversion Description-md5: 2b16de8a860b139507af1abc718e9506 Description-en: Advanced version control system Apache Subversion, also known as svn, is a centralised version control system. Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (source code, websites, etc). Subversion began with a CVS paradigm and supports all the major features of CVS, but has evolved to support many features that CVS users often wish they had. . This package includes the Subversion client (svn, svnsync), repository administration tools (svnadmin, svnlook) and a network server (svnserve). Package: subversion-tools Description-md5: 606aa217055d68550e4946170331a468 Description-en: Assorted tools related to Apache Subversion This package includes miscellaneous tools for use with Apache Subversion clients and servers: * svn-backup-dumps: Incremental dumpfile-based backup script * svn-bisect: Bisect revisions to find a regression * svn-clean: Remove unversioned files from a working copy * svn-hot-backup: Backup script, primarily for BDB repositories * svn_apply_autoprops: Apply property settings from .subversion/config file to an existing repository * svn_load_dirs: Sophisticated replacement for 'svn import' * svnwrap: Set umask to 002 before calling svn or svnserve * fsfs-access-map: Convert strace output into FSFS access map * several example hook scripts: commit-access-control, commit-email, log-police, mailer, svnperms, verify-po . NOTE that some of these scripts are unsupported by upstream, and may change radically or disappear in future releases. Some of these scripts require packages on the Recommends list. Package: sucrose Description-md5: 8a08b92cf42f89f4fb7765323e680611 Description-en: Sugar Learning Platform - Sucrose Sugar Learning Platform promotes collaborative learning through Sugar Activities that encourage critical thinking, the heart of a quality education. Designed from the ground up especially for children, Sugar offers an alternative to traditional "office-desktop" software. . This package depends on all packages which make up Sucrose, the official base Sugar environment. Package: sugar-session Description-md5: 0b2d6ea122fe38ab2c96e5db6207cbb7 Description-en: Sugar Learning Platform - window manager Sugar Learning Platform promotes collaborative learning through Sugar Activities that encourage critical thinking, the heart of a quality education. Designed from the ground up especially for children, Sugar offers an alternative to traditional "office-desktop" software. . This package contains the integrated session and window manager Sugar. 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: svgtoipe Description-md5: 67e20af319c7027c50018110c543fe94 Description-en: converts SVG figures to an XML file readable by Ipe Ipe is a drawing editor for creating figures, provided in package ipe. . This package contains a tool to convert drawings in SVG format to XML that can be used by ipe editor. Package: swig Description-md5: 46580f6ceba7f7101d62735bbdf11222 Description-en: Generate scripting interfaces to C/C++ code SWIG is a compiler that makes it easy to integrate C and C++ code with other languages including Perl, Tcl, Ruby, Python, Java, Guile, Mzscheme, Chicken, OCaml, Pike, and C#. . Swig takes a set of ANSI C/C++ declarations and generates an interface for them to your favorite scripting language. Package: swig-doc Description-md5: df8df6842ee9dfeeb139351b5009fc01 Description-en: HTML documentation for SWIG Contains the users' and developers' manuals for SWIG (Simplified Wrapper Interface Generator) in HTML format. Package: swig-examples Description-md5: 3ab5c9257106ba955b283c3165f0b8c9 Description-en: Examples for applications of SWIG Contains examples for applications of SWIG, a wrapper interface generator to integrate C code into scripting languages. Package: syslog-ng Description-md5: 2498a80b4edf9c00bf85d5db8c845d60 Description-en: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng-core Description-md5: 0ce4da37b4a4b9d3162b79edaffeccba Description-en: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-dbg Description-md5: e15d4ad36da40ad276e206fc790be161 Description-en: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dev Description-md5: a94a207e078bf72c91d13958d7f6a26b Description-en: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-mod-add-contextual-data Description-md5: f5cdaba43f53eed5410426ab2e6e0ed7 Description-en: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-amqp Description-md5: bd44ec9cc9806f6f3c86ce39d4e11edb Description-en: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-examples Description-md5: ae4845d075ea1647ed6afbdb7c34eaea Description-en: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-extra Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: syslog-ng-mod-geoip2 Description-md5: 8b91c2257d2c29d12dd1e2dd69d3d62d Description-en: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-graphite Description-md5: a68ac16e22a78a6423488f3ec0e497da Description-en: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-http Description-md5: 407ec9ef3e0d4d6809b0d556a073792c Description-en: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-mongodb Description-md5: de6c1b88ea6811df480727d4384e1207 Description-en: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-python Description-md5: c477d7d1a4be242c9abcd7ae4f312d6c Description-en: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-rdkafka Description-md5: 6efd0e85b427e914f690cdbdc39597dc Description-en: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-redis Description-md5: f03b81038aae87e40382598af2cb75af Description-en: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-riemann Description-md5: d660ca26b43c6887b08eed42518964cc Description-en: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-slog Description-md5: 2be8ec9bd4bf2e6742066da89440f121 Description-en: Enhanced system logging daemon (secure logging plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(slog) template functions and command line utilities (slogencrypt, slogverify, slogkey). Package: syslog-ng-mod-smtp Description-md5: 9af74848d647397723c357915eabd0ab Description-en: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-snmp Description-md5: 19bfe0b8c8d3a681520760a92c04dc05 Description-en: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP source/destination plugins, which allows one to send/receive SNMP traps. Package: syslog-ng-mod-sql Description-md5: f6ea0afc4a806f1e39e0cfdeec8e7bf4 Description-en: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-stardate Description-md5: 1efe99b6ad547ec072dacba942d465a2 Description-en: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stomp Description-md5: a30022326e1111992c5537d0788f71ca Description-en: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-xml-parser Description-md5: 2a0db99165de9948e70351eb8e6e009c Description-en: Enhanced system logging daemon (xml parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . The xml parser can process input in xml format, and adds the parsed data to the message object. Package: syslog-ng-scl Description-md5: dd3a43803375db820bc1736ec1041b67 Description-en: Enhanced system logging daemon (scl files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package collects scl files, scripts and config sniplets focusing on specific areas, providing help creating more readable configurations. Package: sysprof Description-md5: 9eed05f73779350c69a87944de3a0134 Description-en: system-wide Linux profiler Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to profile the entire system, not just a single application. Sysprof handles shared libraries and applications do not need to be recompiled. In fact they don't even have to be restarted. . It has the following features: - profiles all running processes, not just a single application - has a simple graphical interface - shows the time spent in each branch of the call tree - profiles can be loaded and saved 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: tabix Description-md5: 95d85105aff6af5456d3efc49aad02e3 Description-en: generic indexer for TAB-delimited genome position files Tabix indexes files where some columns indicate sequence coordinates: name (usually a chromosome), start and stop. The input data file must be position sorted and compressed by bgzip (provided in this package), which has a gzip like interface. After indexing, tabix is able to quickly retrieve data lines by chromosomal coordinates. Fast data retrieval also works over network if an URI is given as a file name. . This package is built from the HTSlib source, and provides the bgzip, htsfile, and tabix tools. Package: tclxapian Description-md5: c954556db2e6c10dfe824ad17b9e8099 Description-en: Xapian search engine interface for Tcl This package provides Xapian Tcl bindings which should work with any version of Tcl >= 8.1 (by using Tcl's stubs mechanism.) . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. . The Xapian Tcl bindings provide an interface to the Xapian library from the Tcl programming language, allowing both indexing and retrieval operations. Package: teckit Description-md5: 55a44592e9b5cb1d9da674a6d1fb7b6f Description-en: Custom legacy encoding conversion tools for plain text files TECkit is a toolkit for encoding conversions. It offers a simple format for describing the mapping between legacy 8-bit encodings and Unicode, and a set of utilities based on such descriptions for converting text between 8-bit and Unicode encodings. . It also includes a compiler for a mapping description language that allows for bidirectional conversion description (i.e. the same description is used for conversion to and from Unicode). Package: texmaker Description-md5: c780af66e2bff60d1878797971e0737e Description-en: cross-platform LaTeX editor Texmaker is a clean, highly configurable LaTeX editor with good hot key support and extensive LaTeX documentation. Texmaker integrates many tools needed to develop documents with LaTeX, in just one application. It has some nice features such as syntax highlighting, insertion of 370 mathematical symbols with only one click, and "structure view" of the document for easier navigation. Package: texmaker-data Description-md5: 3aefbcc76438a12b554109edcb6eac7c Description-en: Texmaker LaTeX editor -- arch-independent files Texmaker is a clean, highly configurable LaTeX editor with good hot key support and extensive LaTeX documentation. . This package contains documentation and arch-independent files for Texmaker. Package: thin Description-md5: 8309d3e838caed8b87e6560e8951d182 Description-en: fast and very simple Ruby web server Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: * the Mongrel parser, the root of Mongrel's speed and security * Event Machine, a network I/O library with extremely high scalability, performance and stability * Rack, a minimal interface between webservers and Ruby frameworks . Which makes it, with all humility, the most secure, stable, fast and extensible Ruby web server bundled in an easy to use package for your own pleasure. Package: thunar-font-manager Description-md5: 8ac144797c0c4244bd5aec22b0302218 Description-en: Thunar extension for Font Manager Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the GNOME Desktop Environment in mind, it should work well with other Gtk+ desktop environments. . This package provides integration with the Thunar file manager for Font Manager. Package: tilda Description-md5: 423b046a2e2b244383a81eceaf7ff9eb Description-en: GTK+ based drop down terminal for Linux and Unix Tilda is a terminal emulator similar to normal terminals like gnome-terminal (GNOME) or Konsole (KDE), with the difference that it drops down from the edge of a screen when a certain configurable hotkey is pressed. This is similar to the build-in consoles in games such as Quake or Half-live. Tilda is highly configureable through a graphical wizard. Package: tilix Description-md5: 4c5486726c4d4cefaec366f00e558f3d Description-en: Tiling terminal emulator for GNOME Tilix is a feature-rich tiling terminal emulator following the GNOME human interface design guidelines. Its many features include: . * Layout terminals in any fashion by splitting them horizontally or vertically. * Terminals can be re-arranged using drag and drop both within and between windows. * Terminals can be detached into a new window via drag and drop. * Input can be synchronized between terminals so commands typed in one terminal are replicated to the others. * Supports notifications when processes are completed out of view. Package: tilix-common Description-md5: 32f6bc52d8a59af6399c0ba5c895828a Description-en: Tiling terminal emulator - data files Tilix is a feature-rich tiling terminal emulator following the GNOME human interface design guidelines. . This package contains architecture independent data. Package: tj3 Description-md5: eb3d05f4557b5f9290cb70eef9e09ce2 Description-en: project management software, aka TaskJuggler TaskJuggler is a modern and powerful, Free and Open Source Software project management tool. Its new approach to project planing and tracking is more flexible and superior to the commonly used Gantt chart editing tools. . TaskJuggler is project management software for serious project managers. It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planing, risk and communication management. Package: tokodon Description-md5: 918cf9e42287ae3cd93fab42aeb0a163 Description-en: modern Mastodon client Tokodon is a modern client for Mastodon, Pleroma, and Nextcloud Social, built using the Kirigami technology. . Tokodon allows you to interact with the Fediverse community. Package: tomb Description-md5: 9bd3b09373006a6371c1cc303641ecc1 Description-en: crypto undertaker Tomb is a free and easy to operate desktop application for fairly strong encryption of personal files. A tomb is like a locked folder that can be transported and hidden in filesystems; its keys are password protected and can be kept separate, for instance keeping the tomb file in your computer's harddisk and the key file on a USB stick. . Tomb relies on dm-crypt (and cryptsetup) as an encryption backend using the aes-xts-plain64 cypher. Package: tox Description-md5: 2394e1addc0c1b241fb7f524a7ef85be Description-en: virtualenv-based automation of test activities Tox as is a generic virtualenv management and test command line tool you can use for: . * checking your package installs correctly with different Python versions and interpreters * running your tests in each of the environments, configuring your test tool of choice * acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing. Package: trufont Description-md5: 89b3e33bce549f4feaab2c65c2f502dc Description-en: Font-editing application TruFont is a font-editing application written with Python3, ufoLib, defcon and PyQt5. Package: ubiquity-frontend-gtk-panel Description-md5: adc661c01a312711524a0826ddc057c6 Description-en: GTK+ frontend panel implementation for ubiquity-dm UI This package suplements ubiquity-dm GTK+ with a panel that renders indicators for the Ubiquity live CD installer. Package: ubiquity-frontend-kde Description-md5: 18525a27bf09029b1b67c008f57f3d0b Description-en: KDE frontend for Ubiquity live installer This package provides a KDE-based user interface frontend for the Ubiquity live CD installer. Package: ucx-utils Description-md5: 052e583e5ec1d0808dc620d8e0fbe4d0 Description-en: Utilities for the UCX messaging library Unified Communication X (UCX) provides an optimized communication layer for Message Passing (MPI), PGAS/OpenSHMEM libraries and RPC/data-centric applications. UCX utilizes high-speed networks for inter-node communication,i and shared memory mechanisms for efficient intra-node communication. This package provides utilities for the UCX frameworks. Package: ugrep Description-md5: 25b2e57a102bb1915791c3a04f24e18b Description-en: faster grep with an interactive query UI Universal grep: ultra fast searcher of file systems, text and binary files, source code, archives, compressed files, documents, and more. . The main features include: - Written in clean and efficient C++11, built for speed - Ultra fast with new match algorithms beating grep, ripgrep, silver searcher, hyperscan, etc. - Multi-threaded search using high-performance lock-free job queue stealing - Multi-threaded task-parallel decompression and search - Optimized pattern matching (AVX, SSE2, ARM NEON/AArch64) - Optimized asynchronous IO for efficient concurrent searching - Thoroughly tested (includes over 1000 test cases) - Compatible with the standard GNU/BSD grep command-line options - Comprehensive how-to tutorial for beginners to advanced users - Interactive query UI to enter search patterns - Select files to search by file types, filename suffix, and "magic bytes" - Search archives (cpio, jar, tar, pax, zip) - Search compressed files (zip, gz, Z, bz, bz2, lzma, xz) - Search pdf, doc, docx, xls, xlxs, and more using filters - Search binary files and display hexdumps with binary pattern matches - Search UTF-encoded files with Unicode pattern matches (by default) - Search files encoded in ISO-8859-1 thru 16, CP 437, CP 850, MAC, KOI8, etc. - Search files excluding files specified by .gitignore etc. - Search patterns across newlines, matching multiple lines at once - Search patterns excluding negative patterns ("match this but not that") - Includes predefined regex patterns to search source code, XML, JSON, HTML - Output results in CSV, JSON, XML, and user-specified formats - Sort matching files by name, size, and time - Portable, compiles and runs on Linux, Unix, Mac OS X, Windows, etc. Package: uhd-doc Description-md5: 7cde72b600b7b52fc3e6dcb2fb15da89 Description-en: universal hardware driver for Ettus Research products - doc Detailed documentation for the Universal Hardware Driver. . This package includes the Doxygen generated documentation. Package: uhd-host Description-md5: b195f823c5d84b2c18b8fd560af425ab Description-en: universal hardware driver for Ettus Research products - host apps Host utilities for the Universal Hardware Driver for Ettus Research products. . The supported devices provide analog radio receiver and transmitter hardware along with digital interfaces for getting signals to and from a software defined radio running on the host computer. . This package includes the uhd_find_devices application to locate and configure attached peripherals, the uhd_usrp_probe application to display hardware configuration information and Doxygen generated documentation. Package: uim Description-md5: 7d5fc5c62a66ae896a4bce984f82125e Description-en: Universal Input Method - main binary package Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package is a package designed to install the basic uim infrastructure. Package: uim-anthy Description-md5: 4c96f15472625d25585f2295d1eaeb6e Description-en: Universal Input Method - Anthy support metapackage Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains a plugin for uim to support the use of the Japanese input method Anthy. Package: uim-byeoru Description-md5: cf9ccf236e5aa929c2d1fa958f937420 Description-en: Universal Input Method - byeoru hangul input support metapackage Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains a plugin for uim to support the use of the Byeoru input module for hangul. Package: uim-data Description-md5: 21997c6d30c950caa148f9266c51cf33 Description-en: Universal Input Method - data files Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains the data files for uim. Package: uim-el Description-md5: 41539f8605bc65a7a832e83863352a01 Description-en: Universal Input Method - Emacs front end Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains an Emacs front end for uim. Package: uim-fep Description-md5: 1e7a34676ac7358ed943fa5c34e4f48a Description-en: Universal Input Method - front end processor Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains a curses Front End Processor to support the use of uim in a text terminal. Package: uim-gtk2.0 Description-md5: 7cb874e258eb0bd7aeeb0ea9aef67b56 Description-en: Universal Input Method - GTK+2.x front end Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains an GTK+2.0 front-end applications for uim. Package: uim-gtk2.0-immodule Description-md5: 4e49bcc79e9db481fcf61429b83bb113 Description-en: Universal Input Method - GTK+2.x IM-module Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, PRIME, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains an IM-module to support the use of uim on GTK+2.0 applications. Package: uim-gtk3 Description-md5: f90b22bfcbdcf4116ac1b37306fc35e2 Description-en: Universal Input Method - GTK+3.x front end Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains an GTK+3.0 front-end applications for uim. Package: uim-gtk3-immodule Description-md5: b49d2f2f535f32de9f2f7a2f43ea56ba Description-en: Universal Input Method - GTK+3.x IM module Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, PRIME, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains an IM-module to support the use of uim on GTK+3.0 applications. Package: uim-ipa-x-sampa Description-md5: c2650de1193bcb2174f13bebef0e458d Description-en: Universal Input Method - X-SAMPA IPA input support metapackage Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package provides uim support for the International Phonetic Alphabet, using the 7-bit extended-SAMPA system - see http://www.phon.ucl.ac.uk/home/sampa/x-sampa.htm Package: uim-latin Description-md5: 458a67f604ed5eca4057f23301af4ac9 Description-en: Universal Input Method - Latin script input support metapackage Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains a plugin for uim to support the use of the (Emacs) Latin input method, which provides composing sequences for accented and otherwise modified Roman-alphabet letters. Package: uim-look Description-md5: 68692cad22e0b17f7a31936f7dc6d098 Description-en: Universal Input Method - Dictionary-based completion input support metapackage Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains Dictionary-based completion input style for uim. Package: uim-m17nlib Description-md5: 6239c32fcae2a4525cfdab4595a432a6 Description-en: Universal Input Method - m17nlib plugin metapackage Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains a plugin for uim to support the use of the general-purpose input method M17n (for "Multilingualization"). Package: uim-pinyin Description-md5: 848296bfa329cbc741a26cccfa542a52 Description-en: Universal Input Method - pinyin input support metapackage Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package provides uim support for the (Traditional and Simplified) Chinese input methods py, pyunihan, and pinyin-big5. Package: uim-plugins Description-md5: 582b7f16190017bfcf28569d682de7bd Description-en: Universal Input Method - plugin files Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains the plugin files for uim. Package: uim-qt5 Description-md5: 7d91f8f1272e6e081d0c070ad1b08aa1 Description-en: Universal Input Method - Qt 5.x front end Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains some graphical utilities (but not a full IM-module) using Qt 5.x. Package: uim-qt5-immodule Description-md5: f0c434e9ace644faf06922b724ab427d Description-en: Universal Input Method - Qt 5.x IM module Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, PRIME, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains an IM-module to support the use of uim on Qt 5.x. Package: uim-skk Description-md5: fcebaaa8993b1d8d700443b7690fc17f Description-en: Universal Input Method - SKK support metapackage Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package contains a plugin for uim to support the use of the Japanese input method SKK. Package: uim-tcode Description-md5: 7ee452d7c01196941f21ac156ea14575 Description-en: Universal Input Method - T-Code support metapackage Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package provides uim support for TUT-Code (or "T-Code"), a Japanese input method mapping pairs of alphanumeric codes to individual kanji - see http://openlab.jp/tcode/ (in Japanese). Package: uim-viqr Description-md5: ec62cccdb102bb883f5573b1e814975f Description-en: Universal Input Method - Vietnamese Quoted-Readable support metapackage Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package provides uim support for VIQR (Vietnamese Quoted-Readable) input. VIQR is a mnemonic encoding of Vietnamese characters into US ASCII for use on 7-bit systems - see RFC1456. Package: uim-xim Description-md5: b0b88ca1ca136569ca748ae268f27b79 Description-en: Universal Input Method - XIM compatibility interface Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it's very simple and flexible. . This package provides a bridge allowing software that can only interface with the X Input Method to work with uim. Package: ukui-menus Description-md5: 9d01d8df0a3cc6c879d5138044196941 Description-en: implementation of the freedesktop menu specification for UKUI The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org: . http://www.freedesktop.org/Standards/menu-spec . Also contained here are the UKUI menu layout configuration files, .directory files and assorted menu related utility programs. Package: umap-learn Description-md5: 949d5d3304fc30065a0bd753c8886c71 Description-en: Uniform Manifold Approximation and Projection Uniform Manifold Approximation and Projection (UMAP) is a dimension reduction technique that can be used for visualisation similarly to t- SNE, but also for general non-linear dimension reduction. The algorithm is founded on three assumptions about the data: . 1. The data is uniformly distributed on a Riemannian manifold; 2. The Riemannian metric is locally constant (or can be approximated as such); 3. The manifold is locally connected. . From these assumptions it is possible to model the manifold with a fuzzy topological structure. The embedding is found by searching for a low dimensional projection of the data that has the closest possible equivalent fuzzy topological structure. Package: umis Description-md5: a3b735a2910d31a823cc6d0b3e6915f6 Description-en: tools for processing UMI RNA-tag data Umis provides tools for estimating expression in RNA-Seq data which performs sequencing of end tags of transcript, and incorporate molecular tags to correct for amplification bias. . There are four steps in this process. . 1. Formatting reads 2. Filtering noisy cellular barcodes 3. Pseudo-mapping to cDNAs 4. Counting molecular identifiers Package: umis-examples Description-md5: aea7260d7269b42ceef1069552c3e0d7 Description-en: tools for processing UMI RNA-tag data (examples) Umis provides tools for estimating expression in RNA-Seq data which performs sequencing of end tags of transcript, and incorporate molecular tags to correct for amplification bias. . There are four steps in this process. . 1. Formatting reads 2. Filtering noisy cellular barcodes 3. Pseudo-mapping to cDNAs 4. Counting molecular identifiers . Example and test files for umis. Package: unbound Description-md5: fbeecad8349f6b3042087b256bc69b68 Description-en: validating, recursive, caching DNS resolver Unbound is a recursive-only caching DNS server which can perform DNSSEC validation of results. It implements only a minimal amount of authoritative service to prevent leakage to the root nameservers: forward lookups for localhost, reverse for 127.0.0.1 and ::1, and NXDOMAIN for zones served by AS112. Stub and forward zones are supported. . This package contains the unbound daemon. Package: unbound-anchor Description-md5: f49fb3435120bde9cd4af959aeac719c Description-en: utility to securely fetch the root DNS trust anchor unbound-anchor is a utility which securely fetches or updates the root DNS zone trust anchor. A copy of the current root anchor and root update certificate is embedded in unbound-anchor. RFC 5011 trust anchor tracking is performed, with fallback to an SSL fetch if this fails. Package: unbound-host Description-md5: 287e113772f55d3575bb8577560cb3eb Description-en: reimplementation of the 'host' command This package provides the 'unbound-host' program that is bundled with the Unbound domain name server. This version differs from the one provided in the package called host, which is from NIKHEF, and bind9-host, which is from ISC, and has a similar but different set of features and options. Package: unicorn Description-md5: 0bc2cbf89f21a8e8b4787cc6ec2c30c3 Description-en: Rack HTTP server for fast clients Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix and Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both request and response in between Unicorn and slow clients. Package: unity Description-md5: dec4e0049e561b260175a841cf8a6410 Description-en: Interface designed for efficiency of space and interaction. Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. Package: unity-autopilot Description-md5: f53b2e0f212f151ef7b47fd0e66bb27f Description-en: Autopiloted tests for Unity Unity is tested automatically through autopilot, a framework which enables keyboard and mouse events to be triggered on the fly as well as object introspection. This package contains the specific unity introspection bindings to be able to write tests in python as well as the full test suite for Unity. Package: unity-schemas Description-md5: 702708646d353f3ae8e0542be6af16c1 Description-en: Interface designed for efficiency of space and interaction. Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. . This package contains the configuration schemas used by unity. Package: unity-services Description-md5: 739e58e2989afe568092890f45df8b83 Description-en: Services for the Unity interface Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. . This package contains the D-Bus service used for unity. Package: unity-uwidgets Description-md5: 4111a5d6a61f59a17f29a0d488a71ab5 Description-en: Widgets for Unity Unity is a desktop experience that sings. Designed by Canonical and the Ayatana community, Unity is all about the combination of familiarity and the future. We bring together visual design, analysis of user experience testing, modern graphics technologies and a deep understanding of the free software landscape to produce what we hope will be the lightest, most elegant and most delightful way to use your PC. . This package contains support for widgets for Unity, based on Blighty. Package: unscd Description-md5: fe13a9ad3b8faeb76ebdeea0ca9d9ade Description-en: Micro Name Service Caching Daemon A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You only need this package if you are using slow Name Services like LDAP, NIS or NIS+. . This particular NSCD is a complete rewrite of the GNU glibc nscd which is a single threaded server process which offloads all NSS lookups to worker children; cache hits are handled by the parent, and only cache misses start worker children, making the parent immune to resource leaks, hangs, and crashes in NSS libraries. . It should mostly be a drop-in replacement for existing installs using nscd. Package: utop Description-md5: b6ae5e6be88c36c83d9b4ddba01b46fc Description-en: improved OCaml toplevel utop is an improved toplevel for OCaml. It can run in a terminal or in Emacs. It supports line edition, history, real-time and context sensitive completion, colors, and more. Package: uvicorn Description-md5: 030424a3fb9dd973602e28b69738da0a Description-en: ASGI server implementation, using uvloop and httptools Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently supports HTTP/1.1 and WebSockets. . Uvicorn is designed with particular attention to connection and resource management, in order to provide a robust server implementation. It aims to ensure graceful behavior to either server or client errors, and resilience to poor client behavior or denial of service attacks. . This package contains the CLI script. Package: uwsc Description-md5: cabaa9e4b49303beb092c1ff47a6ee82 Description-en: Ulfius WebSocket Client Simple command-line application to connect to websocket services . Can connect to websocket services, both ws:// (http) or wss:// (https). When the websocket is connected, messages from the server are displayed in the terminal and messages can be sent to the service via a prompt >. Package: veyon-configurator Description-md5: 1c4e7ba9a53a2699667e1e8d0ee23e12 Description-en: Computer Monitoring and Classroom Management Software - configurator Veyon is a software for computer monitoring and classroom management supporting Windows and Linux. It enables teachers to view and control computer labs and interact with students. Veyon is available in many different languages and provides numerous features supporting teachers and administrators at their daily work: . - Overview: monitor all computers in one or multiple locations or classrooms - Remote access: view or control computers to watch and support users - Demo: broadcast the teacher's screen in realtime (fullscreen/window) - Screen lock: draw attention to what matters right now - Communication: send text messages to students - Start and end lessons: log in and log out users all at once - Screenshots: record learning progress and document infringements - Programs & websites: launch programs and open website URLs remotely - Teaching material: distribute and open documents, images and videos easily - Administration: power on/off and reboot computers remotely . Veyon is the continuation of iTALC. . This package contains a graphical configuration manager for Veyon. Package: veyon-master Description-md5: ce569ebe749f95c11e104e3144db9b0f Description-en: Computer Monitoring and Classroom Management Software - master Veyon is a software for computer monitoring and classroom management supporting Windows and Linux. It enables teachers to view and control computer labs and interact with students. Veyon is available in many different languages and provides numerous features supporting teachers and administrators at their daily work: . - Overview: monitor all computers in one or multiple locations or classrooms - Remote access: view or control computers to watch and support users - Demo: broadcast the teacher's screen in realtime (fullscreen/window) - Screen lock: draw attention to what matters right now - Communication: send text messages to students - Start and end lessons: log in and log out users all at once - Screenshots: record learning progress and document infringements - Programs & websites: launch programs and open website URLs remotely - Teaching material: distribute and open documents, images and videos easily - Administration: power on/off and reboot computers remotely . Veyon is the continuation of iTALC. . This package contains the veyon-master software. With veyon-master a teacher or tutor can control other machines if they run Veyon's client service software (package: veyon-service). Package: veyon-plugins Description-md5: 71a533f3e7693219a6c5cf7b952e9fab Description-en: Computer Monitoring and Classroom Management Software - plugins Veyon is a software for computer monitoring and classroom management supporting Windows and Linux. It enables teachers to view and control computer labs and interact with students. Veyon is available in many different languages and provides numerous features supporting teachers and administrators at their daily work: . - Overview: monitor all computers in one or multiple locations or classrooms - Remote access: view or control computers to watch and support users - Demo: broadcast the teacher's screen in realtime (fullscreen/window) - Screen lock: draw attention to what matters right now - Communication: send text messages to students - Start and end lessons: log in and log out users all at once - Screenshots: record learning progress and document infringements - Programs & websites: launch programs and open website URLs remotely - Teaching material: distribute and open documents, images and videos easily - Administration: power on/off and reboot computers remotely . Veyon is the continuation of iTALC. . This package provides Veyon's plugins. Package: veyon-service Description-md5: 810b4682a4c2bee9abef14b9ac630862 Description-en: Computer Monitoring and Classroom Management Software - client service Veyon is a software for computer monitoring and classroom management supporting Windows and Linux. It enables teachers to view and control computer labs and interact with students. Veyon is available in many different languages and provides numerous features supporting teachers and administrators at their daily work: . - Overview: monitor all computers in one or multiple locations or classrooms - Remote access: view or control computers to watch and support users - Demo: broadcast the teacher's screen in realtime (fullscreen/window) - Screen lock: draw attention to what matters right now - Communication: send text messages to students - Start and end lessons: log in and log out users all at once - Screenshots: record learning progress and document infringements - Programs & websites: launch programs and open website URLs remotely - Teaching material: distribute and open documents, images and videos easily - Administration: power on/off and reboot computers remotely . Veyon is the continuation of iTALC. . This package contains Veyon's client service software which allows one to control a machine using the veyon-master software. Package: vim-addon-manager Description-md5: eb72418233a1a18abd8c76554d9072a3 Description-en: manager of addons for the Vim editor vim-addon-manager is a tool for managing addons for the Vim editor. . Using the vim-addons command line the user can list the addons installed on its system (i.e. which are registered in the vim addons registry) and install or uninstall each of them in its per-user configuration directory (~/.vim). Similar actions can be performed by the system administrator to affect all system users. . Override of addons which are enabled per default on the system, so that they are not enabled for the current user, is possible too. 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: vim-tjp Description-md5: 80b04b0d643b55b9e4e2246348fb73bf Description-en: vim addon for TaskJuggler .tjp files TaskJuggler is project management software for project scoping, resource assignment, cost and revenue planing, risk and communication management. It is packaged in Debian as tj3. . This package provides a plugin for the vim editor prviding syntax highlighting for .tjp files. 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: volume-key Description-md5: 9c9035dc4e20520c1db8fb01fd6db057 Description-en: Utility for manipulating storage encryption keys and passphrases This package provides a command-line tool for manipulating storage volume encryption keys and storing them separately from volumes. . The main goal of the software is to allow restoring access to an encrypted hard drive if the primary user forgets the passphrase. The encryption key back up can also be useful for extracting data after a hardware or software failure that corrupts the header of the encrypted volume, or to access the company data after an employee leaves abruptly. Package: vtk-dicom-tools Description-md5: 5f26199a2971fcf800d26585333a79cf Description-en: DICOM for VTK - tools This package contains a set of classes for managing DICOM files and metadata from within VTK, and some utility programs for interrogating and converting DICOM files. . Command line tools Package: vtk9 Description-md5: 97517e1d4ecc516b79afb8607e8cdfcf Description-en: Binaries for VTK9 The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides binaries for VTK9 Package: vtk9-doc Description-md5: dd123d65dad2d08b6a569e157c3ecb25 Description-en: VTK class reference documentation The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides documentation for VTK9 Package: vtk9-examples Description-md5: d8cc7f7324dc5e8cc38eb89538abd18c Description-en: VTK examples The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides examples for VTK9 Package: wajig Description-md5: 210066996d461b00eafb29f0edbd7dcc Description-en: unified package management front-end for Debian/Ubuntu A command-line wrapper around apt, apt-cache, dpkg, aptitude, and more. The goal is to ease system management by unifying the main functions of these tools from one interface. . For a short guide, run this command: $ wajig help Package: webfs Description-md5: 199ba99a895de05226c23ad6c18bf7c9 Description-en: lightweight HTTP server for static content This package provides a simple web server for mostly static content, with limited CGI support (GET requests only). . Example uses include giving HTTP access to the contents of an FTP site, or exporting some files by quickly starting a web server without any need to edit configuration files first. Package: webpack Description-md5: 45ab71b32d23b6f7e5aa80f15cc4fc2c Description-en: Packs CommonJs/AMD modules for the browser Webpack takes code targeted at node.js and makes it run in the browser. Node.js comes with API of its own that is not available in the browsers. Webpack exposes this code to programs that are unaware they are running in a browser. . Node.js is an event-based server-side JavaScript engine. Package: websockify Description-md5: 337cbf4b14d9c875bd13ec09c109dd7e Description-en: WebSockets support for any application/server websockify was formerly named wsproxy and was part of the noVNC project. . At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions. . Websockify supports all versions of the WebSockets protocol (Hixie and HyBi). The older Hixie versions of the protocol only support UTF-8 text payloads. In order to transport binary data over UTF-8 an encoding must used to encapsulate the data within UTF-8. . With Hixie clients, Websockify uses base64 to encode all traffic to and from the client. This does not affect the data between websockify and the server. . With HyBi clients, websockify negotiates whether to base64 encode traffic to and from the client via the subprotocol header (Sec-WebSocket-Protocol). The valid subprotocol values are 'binary' and 'base64' and if the client sends both then the server (the Python implementation) will prefer 'binary'. The 'binary' subprotocol indicates that the data will be sent raw using binary WebSocket frames. Some HyBi clients (such as the Flash fallback and older Chrome and iOS versions) do not support binary data which is why the negotiation is necessary. Package: why3 Description-md5: 42102049a94ca7a372592f978ac2d805 Description-en: Software verification platform Why3 is a platform for deductive program verification. It provides a rich language for specification and programming, called WhyML, and relies on external theorem provers, both automated and interactive, to discharge verification conditions. Why3 comes with a standard library of logical theories (integer and real arithmetic, Boolean operations, sets and maps, etc.) and basic programming data structures (arrays, queues, hash tables, etc.). A user can write WhyML programs directly and get correct-by-construction OCaml programs through an automated extraction mechanism. WhyML is also used as an intermediate language for the verification of C, Java, or Ada programs. . Why3 is a complete reimplementation of the former Why platform. Among the new features are: numerous extensions to the input language, a new architecture for calling external provers, and a well-designed API, allowing to use Why3 as a software library. An important emphasis is put on modularity and genericity, giving the end user a possibility to easily reuse Why3 formalizations or to add support for a new external prover if wanted. Package: why3-doc-html Description-md5: dfe9f02c0fe254a61046f478fb97b4db Description-en: HTML Documentation of the why3 verification platform This package contains the tutorial and reference manual of the why3 verification platform in HTML format. Package: why3-doc-pdf Description-md5: ac928d5570b2a03a847e92a88ede4040 Description-en: PDF Documentation of the why3 verification platform This package contains the tutorial and reference manual of the why3 verification platform in PDF format. Package: why3-examples Description-md5: 6e4dbbd0dec9f982a2b216d558fd2377 Description-en: Examples for the why3 verification platform This package contains examples, both of program verification tasks and pure logical verification tasks, for the why3 software verification platform. 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: wminput Description-md5: 53a412c87900852e0d5b0474b56039fb Description-en: Userspace driver for the wiimote CWiid is a working userspace driver along with various applications implementing event drivers, multiple wiimote connectivity, gesture recognition, and other Wiimote-based functionality. . This package provides an event driver for the wiimote, supporting all buttons (except Power) and pointer tracking, and featuring a tracking algorithm plugin architecture. Package: wofi Description-md5: 307219fd01b787623e82556e30964113 Description-en: application launcher for wlroots based wayland compositors wofi is an application launcher and menu program for wlroots based wayland compositors such as sway. It brings support for three built-in modes: * drun - launch XDG Desktop files * run - launch executables from $PATH * dmenu - dmenu-compatabile mode to read lines from stdin . Wofi is easily themeable with the help of CSS style sheets. Package: wreport-common Description-md5: 0420a5febc0262464e85393fc650a705 Description-en: common data files for libwreport libwreport is a C++ library to read and write weather reports in BUFR and CREX formats. . This package contains common wreport data files, such as variable metadata and BUFR and CREX decoding tables. Package: wx-common Description-md5: 9c1614231d7a621da2ed33561fdbc8e7 Description-en: wxWidgets Cross-platform C++ GUI toolkit (common support files) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides common support files not bound to any particular wxWidgets release, such as font metrics required by some ports, and miscellaneous developer aids and binary utilities. Package: wx3.2-doc Description-md5: e34113c9bc7b0e51fed2104e2c70cc24 Description-en: wxWidgets Cross-platform C++ GUI toolkit (documentation) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides a HTML version of the wxWidgets reference manual. Package: wx3.2-examples Description-md5: 0062f270c51b33a79052f1ed7fbbd5f2 Description-en: wxWidgets Cross-platform C++ GUI toolkit (examples) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package contains examples of using the wxWidgets toolkit in C++. Package: wx3.2-headers Description-md5: 0184fba378176058d996a54456f52722 Description-en: wxWidgets Cross-platform C++ GUI toolkit (header files) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides the common header files required to build applications using the wxWidgets toolkit. Package: wx3.2-i18n Description-md5: 9137d8d61097c85924014cd2519d6ceb Description-en: wxWidgets Cross-platform C++ GUI toolkit (i18n support) wxWidgets (formerly known as wxWindows) is a class library for C++ providing GUI components and other facilities on several popular platforms (and some unpopular ones as well). . This package provides the i18n message catalogs for wxWidgets. Package: xdg-desktop-portal-kde Description-md5: 85f9c7683ceeee9a23bab8e1e1840663 Description-en: backend implementation for xdg-desktop-portal using Qt xdg-desktop-portal-kde provides a Qt implementation for the desktop-agnostic xdg-desktop-portal service. This allows sandboxed applications to request services from outside the sandbox using KDE GUIs (app chooser, file chooser, print dialog) or using KDE services (session manager, screenshot provider). Package: xdg-desktop-portal-lxqt Description-md5: 9ba40478f6dac13c6b1307c540524ceb Description-en: xdg-desktop-portal using Qt/KF5/libfm-qt LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt technologies. It has been tailored for users who value simplicity, speed, and an intuitive interface. Unlike most desktop environments, LXQt also works fine with less powerful machines. . This package contains a backend implementation for xdg-desktop-portal that is using Qt/KF5/libfm-qt. Package: xen-doc Description-md5: 735d4f6b16b6be85379946e039e5269c Description-en: Xen documentation Documentation for the Xen hypervisor and surrounding software, including descriptions of the hypercall interfaces and of some of the library APIs. . You do not need this package for the primary manpages for the Xen control utilities, as those are in the xen-utils-common package. Package: xen-hypervisor-4.17-amd64 Description-md5: 45e7116837f7daf1fe0b897e7524b833 Description-en: Xen Hypervisor on AMD64 The hypervisor is the "core" for Xen itself. It gets started by the boot loader and controls cpu and memory, sharing them between your administrative domain (Domain 0) and the virtual guest systems. Package: xen-hypervisor-4.17-amd64-dbg Description-md5: 32fa4ffb671fd35a82f65294cc1baa84 Description-en: debug symbols for Xen Hypervisor on AMD64 This package provides the detached debug symbols for the Xen hypervisor. Package: xen-hypervisor-common Description-md5: 3aa121948d73805f0e8ef72a0d40635a Description-en: Xen Hypervisor - common files The configuration which arranges for an installed hypervisor to be booted as default, with the right command line arguments passed to both hypervisor and host (Domain 0) kernel. . This package is only required on the host system (Domain 0) and not on the virtual guest systems (Domain U). Package: xen-system-amd64 Description-md5: 2b95965616b0a2c822b3fdb9d132e364 Description-en: Xen System on AMD64 (metapackage) This package depends on the latest Xen hypervisor for use on AMD64 and the Xen utils. Package: xen-utils-4.17 Description-md5: b44459d6cc56c07cbe6b5cb86d00a952 Description-en: Xen administrative tools The userspace tools to manage a system virtualized through the Xen virtual machine monitor. . qemu-utils and seabios are needed for "Xen HVM" (amd64) Package: xen-utils-4.17-dbg Description-md5: 4cb1b36c16978931554ce8a9f9553de0 Description-en: debug symbols for xen-utils-4.17 This package provides debug symbols for the xen-utils binaries as well as detached debug symbols for the `shim' used for booting PV guests in an HVM container. Package: xen-utils-common Description-md5: 1f4106fa79ae4eaa3fa5874a33091fc9 Description-en: Xen administrative tools - common files The userspace tools to manage a system virtualized through the Xen virtual machine monitor. . This package is only required on the host system (Domain 0) and not on the virtual guest systems (Domain U). Package: xenstore-utils Description-md5: 8a3900f30ba765bd8ee37129496e0d79 Description-en: Xenstore command line utilities for Xen This package contains command line utilities for interacting with XenStore. . XenStore is a shared database used for interdomain communication of configuration and status information. It is accessible to all domains running on the same Xen host. See https://wiki.xen.org/wiki/XenStore for more information. . In the common case these tools are used by the Xen toolstack running in domain0 (or a driver domain) however they may also be used in a guest domain to support local scripting which wants to communicate via XenStore. Package: xeus-python-dev Description-md5: 78e9dca34992623237cf4cf68bb2a80e Description-en: Native jupyter kernel for python (headers) xeus-python uses the xeus library to provide a high-performance, native kernel for running python code in the jupyter notebook, or other frontends using the jupyter messaging protocol. . This package contains the development headers. Package: xfce4-helpers Description-md5: f6d32cd401bd5d5f65a15091ee19caef Description-en: helpers for the Xfce4 desktop environment This package contains the helper files in use by Xfce4 for its preferred applications framework. Package: xfce4-settings Description-md5: 460b529843c7cefa369f74751d6a3678 Description-en: graphical application for managing Xfce settings xfce4-settings is the Xfce settings manager front-end. It comes with several different components for configuring application-independent settings inside xfconf. It contains multiple tools: - xfce4-settings-manager (which replaces the old mcs settings manager), which executes the various (provided) settings dialogs - xfce4-settings-editor, a tool for editing ALL settings within xfconf, the graphical counterpart of xfconf-query. - xfsettingsd, a daemon for exporting XSettings to applications, and providing special features like keyboard shortcuts, AccessX notification and update of keyboard and mouse-pointer data. Package: 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: xpdf Description-md5: 5c80fd99d8c6334a41113f229074b7f5 Description-en: Motif-based PDF reader using the Poppler library xpdf is a light-weight open source viewer for Portable Document Format (PDF) files (also called 'Adobe Acrobat' or 'Acrobat' files). This is just the xpdf viewer client; various command-line pdf tools are now provided via the poppler-utils package. . Debian's xpdf is a fork of Xpdf version 3, modified to use the Poppler PDF rendering library but keeping the Motif toolkit, and nowadays maintained as the xpopple project. Package: xpython Description-md5: a8e5dca62c423e746b8d952370826214 Description-en: Native jupyter kernel for python (binary) xeus-python uses the xeus library to provide a high-performance, native kernel for running python code in the jupyter notebook, or other frontends using the jupyter messaging protocol. . This package contains the xpython executable and jupyter kernel configuration. Package: xrootd-ceph-plugins Description-md5: 76d69e66629986a26f801666e2343187 Description-en: XRootD plugin for interfacing with the Ceph storage platform The xrootd-ceph is an OSS layer plugin for the XRootD server for interfacing with the Ceph storage platform. Package: xrootd-client Description-md5: fb354bfd4e1cb799c8499fdbed9e7cc7 Description-en: Xrootd command line client tools This package contains the command line tools used to communicate with xrootd servers. Package: xrootd-client-http-plugins Description-md5: 1b6e1e431653c33ddcf500f630cf1086 Description-en: HTTP client plugin for XRootD client This package contains an XRootD client plugin which allows XRootD to interact with HTTP repositories. Package: xrootd-client-plugins Description-md5: 0c1c017743457d258fc68843e7094e44 Description-en: Plugins used by xrootd clients This package contains plugins used by xrootd clients. Package: xrootd-doc Description-md5: 0d1ab98482c8fc77c89d050c11f2aa01 Description-en: Developer documentation for the xrootd libraries This package contains the API documentation of the xrootd libraries. Package: xrootd-fuse Description-md5: 8818ef855d431e34d4923d74df60479a Description-en: Xrootd FUSE tool This package contains the FUSE (file system in user space) xrootd mount tool. Package: xrootd-plugins Description-md5: 3a25ba3e239f9999b05c11f14083b892 Description-en: Plugins used by xrootd servers and clients This package contains plugins used by the xrootd servers and clients. Package: xrootd-scitokens-plugins Description-md5: 96f52cde75e6dabb7a9099d28dccf204 Description-en: SciTokens authorization support for XRootD This ACC (authorization) plugin for the XRootD framework utilizes the SciTokens library to validate and extract authorization claims from a SciToken passed during a transfer. Configured appropriately, this allows the XRootD server admin to delegate authorization decisions for a subset of the namespace to an external issuer. Package: xrootd-server Description-md5: 9e7cee47b818a4e8bab91179f2467087 Description-en: Extended ROOT file server The Extended root file server consists of a file server called xrootd and a cluster management server called cmsd. . The xrootd server was developed for the root analysis framework to serve root files. However, the server is agnostic to file types and provides POSIX-like access to any type of file. . The cmsd server is the next generation version of the olbd server, originally developed to cluster and load balance Objectivity/DB AMS database servers. It provides enhanced capability along with lower latency and increased throughput. Package: xrootd-server-plugins Description-md5: 44ccaba11779989138286e3143f31152 Description-en: Plugins used by xrootd servers This package contains plugins used by xrootd servers. Package: xrootd-voms-plugins Description-md5: 0fb61065279dc13e7bfcc1288694eac9 Description-en: VOMS attribute extractor plugin for XRootD This package contains the xrootd VOMS attribute extractor plugin. Package: xscreensaver Description-md5: f28418049591dc7ea8833c590fe2406a Description-en: Screensaver daemon and frontend for X11 XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package includes the bare minimum needed to blank and lock your screen. Install this package if you want to use the xscreensaver engine to control screen blanking and launching display modes ("hacks"). If you only want to use other screensaver engines, you don't need to install this package. . The graphical display modes are in the xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl and xscreensaver-gl-extra packages. Package: xscreensaver-data Description-md5: 536b56342032dfd837382af49582b3ca Description-en: Screen saver modules for screensaver frontends XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package contains a small selection of graphical screen saver modules (listed below) from the xscreensaver collection. This package can be used by xscreensaver and also some other screensaver engines. . This is the selected set of non-GL screensavers shipped by default: abstractile, binaryhorizon, binaryring, cwaves, deco, distort, fiberlamp, fuzzyflakes, galaxy, hexadrop, m6502, marbling, metaballs, penrose, ripples, scooter, shadebobs, slidescreen, swirl, tessellimage, xlyap. . More display modes can be found in xscreensaver-data-extra, xscreensaver-gl and xscreensaver-gl-extra packages. Package: xscreensaver-data-extra Description-md5: e2e30af33c7cede942543fe590347d31 Description-en: Extra screen saver modules for screensaver frontends XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package contains the rest of the 2D screen saver modules from the xscreensaver collection. This package can be used by xscreensaver and also some other screensaver engines. . This is the set of non-GL screensavers not shipped by default: anemone, anemotaxis, apollonian, apple2, attraction, barcode, blaster, blitspin, bouboule, boxfit, braid, bumps, ccurve, celtic, cloudlife, compass, coral, crystal, cynosure, decayscreen, deluxe, demon, discrete, drift, epicycle, eruption, euler2d, fadeplot, filmleader, fireworkx, flame, flow, fluidballs, fontglide, glitchpeg, goop, grav, greynetic, halftone, halo, helix, hopalong, ifs, imsmap, interaggregate, interference, intermomentary, julia, kaleidescope, kumppa, lcdscrub, loop, maze, memscroller, moire2, moire, mountain, munch, nerverot, noseguy, pacman, pedal, penetrate, petri, phosphor, piecewise, polyominoes, pong, pyro, qix, rd-bomb, rocks, rorschach, rotzoomer, sierpinski, slip, speedmine, spotlight, squiral, starfish, strange, substrate, triangle, truchet, twang, vermiculate, vfeedback, vidwhacker, wander, whirlwindwarp, wormhole, xanalogtv, xflame, xjack, xmatrix, xrayswarm, xspirograph, zoom. . More display modes can be found in the xscreensaver-data, xscreensaver-gl and xscreensaver-gl-extra packages. Package: xscreensaver-gl Description-md5: 66869878b1853aa8bc96303f75f6fddb Description-en: GL(Mesa) screen saver modules for screensaver frontends XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package contains a small selection of 3D (OpenGL) screen saver modules from the xscreensaver collection. This package can be used by xscreensaver and also some other screensaver engines. . This is the set of GL screensavers shipped by default: antinspect, antspotlight, atunnel, beats, blinkbox, bubble3d, chompytower, circuit, cityflow, covid19, crumbler, cubestack, cubestorm, cubetwist, discoball, dymaxionmap, endgame, energystream, engine, esper, etruscanvenus, flipflop, flipscreen3d, flyingtoasters, gears, geodesic, geodesicgears, gflux, gibson, glblur, glcells, gleidescope, glknots, glmatrix, glschool, glslideshow, glsnake, gltext, headroom, hexstrut, hextrail, hydrostat, hypertorus, jigglypuff, kaleidocycle, lavalite, lockward, mapscroller, maze3d, mirrorblob, moebius, moebiusgears, molecule, morph3d, nakagin, peepers, pipes, polyhedra, polytopes, projectiveplane, pulsar, quasicrystal, queens, raverhoop, razzledazzle, romanboy, sierpinski3d, sonar, sphereeversion, spheremonics, splitflap, splodesic, squirtorus, stonerview, superquadrics, topblock, unicrud, vigilance, voronoi, winduprobot. . More display modes can be found in the xscreensaver-data, xscreensaver-data-extra and xscreensaver-gl-extra packages. Package: xscreensaver-gl-extra Description-md5: 21a355da6381e7acb7c8bbf7405efa4d Description-en: Extra GL(Mesa) screen saver modules for screensaver frontends XScreenSaver is a modular screen saver and locker for X11, containing more than 200 screen savers. . This package contains the rest of the 3D (OpenGL) screen saver modules from the xscreensaver collection. This package can be used by xscreensaver and also some other screensaver engines. . This is the set of GL screensavers not shipped by default with xscreensaver-gl: antmaze, atlantis, blocktube, boing, bouncingcow, boxed, cage, carousel, companioncube, crackberg, cube21, cubenetic, cubicgrid, dangerball, deepstars, extrusion, fliptext, flurry, gravitywell, glhanoi, glplanet, handsy, hilbert, hypnowheel, jigsaw, juggler3d, klein, lament, menger, noof, photopile, pinion, providence, rubik, rubikblocks, sballs, skytentacles, sproingies, stairs, starwars, surfaces, tangram, timetunnel, tronbit, unknownpleasures. . More display modes can be found in the xscreensaver-data, xscreensaver-data-extra and xscreensaver-gl packages. Package: xscreensaver-screensaver-bsod Description-md5: 5121b9ed12328a3984b2b9690b68a805 Description-en: BSOD screen saver module from XScreenSaver This package ships the mode BSOD that shows the popular Blue Screens of Death from several OSes including BSD, Windows, Linux, Solaris, Apple and much more. . WARNING: This screensaver could be confused with a real BSOD and could lead an user to reboot the machine with consequences like data loss. Package: xscreensaver-screensaver-webcollage Description-md5: 98b8867f7f079391ec91896cc6ea46c5 Description-en: Webcollage screen saver module from XScreenSaver This package ships the mode webcollage which displays images from random web searches on the Internet. . WARNING: The Internet being what it is, absolutely anything might show up in the collage of search results including -- quite possibly -- pornography, or even nudity. Please act accordingly. Package: xsdata Description-md5: 344acd3734f4cbe6e31df80a12f90fbe Description-en: Naive XML Bindings for Python xsData is a complete XML data binding library for Python allowing developers to access and use XML documents as simple objects rather than using DOM. . It ships with a code generator for XML Schema definitions and WSDL 1.1 with SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't depend on the library itself in order to reduce the learning curve for users that have to write the binding models manually. . The included xml parser and serializer are highly optimized and adaptable with handlers based on native Python and lxml. The parser configuration offers the ability to skip unknown properties and to process xinclude statements. . xsData is constantly tested against the W3C XML Schema 1.1 test suite. Package: xterm Description-md5: 964ff106395a61e65ddd87f3f34da00d Description-en: X terminal emulator xterm is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that cannot use the window system directly. This version implements ISO/ANSI colors and most of the control sequences used by DEC VT220 terminals. . This package provides four commands: xterm, which is the traditional terminal emulator; uxterm, which is a wrapper around xterm that is intelligent about locale settings (especially those which use the UTF-8 character encoding), but which requires the luit program from the luit package; koi8rxterm, a wrapper similar to uxterm for locales that use the KOI8-R character set; and lxterm, a simple wrapper that chooses which of the previous commands to execute based on the user's locale settings. . A complete list of control sequences supported by the X terminal emulator is provided in /usr/share/doc/xterm. . The xterm program uses bitmap images provided by the xbitmaps package. . Those interested in using koi8rxterm will likely want to install the xfonts-cyrillic package as well. Package: yara Description-md5: 5bc661c5fe8f0ebddb9615d71f1eb8e3 Description-en: Pattern matching swiss knife for malware researchers YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. Package: yara-doc Description-md5: 3937953e6f6b2875209c12036925a163 Description-en: HTML documentation for YARA YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. . Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. . This package contains the documentation in HTML format. Package: ycmd Description-md5: fab24b0f47f39c8116507023923cf782 Description-en: code-completion & comprehension server ycmd is a server that provides APIs for code-completion and other code-comprehension use-cases like semantic GoTo commands (and others). For certain filetypes, ycmd can also provide diagnostic errors and warnings. Package: yosys Description-md5: b4a38d1bfabb13bedbd16816bf4105ab Description-en: Framework for Verilog RTL synthesis This is a framework for Verilog RTL synthesis. It currently has extensive Verilog-2005 support and provides a basic set of synthesis algorithms for various application domains. . Yosys can be adapted to perform any synthesis job by combining the existing passes (algorithms) using synthesis scripts and adding additional passes as needed by extending the yosys C++ code base. Package: yosys-abc Description-md5: 78d3a02b9e594b464ee6a916e86b3b3e Description-en: Sequential Logic Synthesis and Verification Algorithms ABC is a system for synthesis and verification of binary sequential logic circuits appearing in synchronous hardware designs. It combines scalable logic optimization based on And-Inverter Graphs (AIGs), optimal-delay DAG-based technology mapping for look-up tables and standard cells, and innovative algorithms for sequential synthesis and verification. . This is a fork of berkeley-abc maintained by the YosysHQ team for use in the yosys RTL synthesis framework. Package: yosys-dev Description-md5: 1046b72bf5b8ccf517ca1661cff5d331 Description-en: Framework for Verilog RTL synthesis (development files) Yosys is a framework for Verilog RTL synthesis. It currently has extensive Verilog-2005 support and provides a basic set of synthesis algorithms for various application domains. . Yosys can be adapted to perform any synthesis job by combining the existing passes (algorithms) using synthesis scripts and adding additional passes as needed by extending the yosys C++ code base. . This package contains the headers and programs needed to build yosys plugins. Package: yosys-doc Description-md5: ab7d9326edc3c3820fff6f5ffb1d9709 Description-en: Framework for Verilog RTL synthesis (documentation) Yosys is a framework for Verilog RTL synthesis. It currently has extensive Verilog-2005 support and provides a basic set of synthesis algorithms for various application domains. . Yosys can be adapted to perform any synthesis job by combining the existing passes (algorithms) using synthesis scripts and adding additional passes as needed by extending the yosys C++ code base. . This package contains the manual. Package: yosys-plugin-ghdl Description-md5: 0a87614ab38798107329009f5d312922 Description-en: VHDL to RTL synthesis plugin using GHDL This yosys plugin allows running RTL synthesis from VHDL source code instead of yosys' native Verilog. . This allows a full synthesis flow from VHDL to hardware for FPGAs where the GHDL compiler is used to analyse the VHDL sources and yosys is used to perform logic optimization, technology mapping and convertion to netlist format. Package: zbar-tools Description-md5: 959b1192a3ec318c05f75aac21a76707 Description-en: QR code / bar code scanner and decoder (utilities) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains basic applications for decoding captured bar code images and using a video4linux device (e.g. webcam) as a bar code scanner. Package: zbarcam-gtk Description-md5: c8c564783498d2390e04ae29afe7bc92 Description-en: QR code / bar code scanner and decoder (Gtk camera tool) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the Gtk-based camara frontend tool. Package: zbarcam-qt Description-md5: 1f5d99b1953cd0b71fc64150955ff621 Description-en: QR code / bar code scanner and decoder (Qt camera tool) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the Qt-based camara frontend tool. Package: zeroc-glacier2 Description-md5: 6d5c13f0fb248d9bc5b65bf71d1589f7 Description-en: Glacier2 router This package contains the Glacier2 router. A Glacier2 router allows you to securely route Ice communications across networks, such as the public Internet and a private network behind a firewall. With Glacier2, you only need to open one port in your firewall to make multiple back-end Ice servers reachable by remote Ice clients on the Internet. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-all-dev Description-md5: fd5a4382e6303d46142d1064499a19b5 Description-en: Ice development packages (metapackage) This is a metapackage that depends on all development packages for Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-all-runtime Description-md5: 7ee93947e84fc077c2cc143bc29c5740 Description-en: Ice run-time packages (metapackage) This is a metapackage that depends on all run-time packages for Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-compilers Description-md5: 0f63ac9908f148a36e69397ebec0d2f8 Description-en: Slice compilers for developing Ice applications This package contains Slice compilers for developing Ice applications. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-slice Description-md5: 8dc75941ba50d429ff937f9d5534d3db Description-en: Slice files for Ice This package contains Slice files used by the Ice framework. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-utils Description-md5: ff214477773900d9f98861512e4c5b6b Description-en: Ice utilities and admin tools This package contains Ice utilities and admin tools. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icebox Description-md5: 0410968de5906debc8787220af9b56ba Description-en: IceBox server, a framework for Ice application services This package contains the IceBox server, an easy-to-use framework for developing and deploying application services. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icebridge Description-md5: 3b1da3c995bbec01ac10dc2a134a001c Description-en: Bridge service This package contains the Ice bridge. The Ice bridge allows you to bridge connections securely between one or multiple clients and a server. It relays requests from clients to a target server and makes every effort to be as transparent as possible. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icegrid Description-md5: 5fc2244b227d7027d35c3a26860d28c6 Description-en: Locate, deploy, and manage Ice servers This package contains the IceGrid service, the IceGrid service helps you locate, deploy and manage Ice servers. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icegridgui Description-md5: 6348b814b4c9693ea79392af1e3b598b Description-en: IceGrid Admin graphical client The IceGrid service helps you locate, deploy and manage Ice servers. . The IceGrid GUI give you complete control over your deployed applications. Activities such as starting a server or modifying a configuration setting are just a mouse click away. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icepatch2 Description-md5: 30f07973b8ebdac37edac86c2be16911 Description-en: File distribution and patching This package contains IcePatch2 service, with IcePatch2, you can easily distribute a large set of files to many clients, and keep these files synced with your source set. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zxing-cpp-tools Description-md5: a4122a41831f4baaf2a31d99ab35003e Description-en: Utilities provided by ZXing library ZXing-C++ ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in C++. . It was originally ported from the Java ZXing library but has been developed further and now includes many improvements in terms of quality and performance. It can both read and write barcodes in a number of formats: QR Code, DataMatrix, Aztec, PDF417, UPC-A, UPC-E, EAN-8, EAN-13, DataBar/RSS, Code 39, Code 93, Code 128, Codabar, ITF. . This package provides various example utilities written with zxing-cpp library. Package: zzuf Description-md5: 27dbe1f74dc9503e917a86ba5a96a833 Description-en: transparent application fuzzer Zzuf is a transparent fuzzer. It works by intercepting applications' file and network operations and changing random bits in their input. Its behaviour is deterministic, making it easy to reproduce bugs. . Zzuf has support for variable fuzzing ratio, character filtering, fuzzing decision based on filenames and optional network fuzzing. It can also stop processes that run for too long or that output too much data. Package: armnn-latest-cpu Description-md5: c061f6252093279bac7e753c5620beb1 Description-en: Arm NN Core and CPU backend Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This packaging release supports TensorFlow Lite. Arm NN takes networks from the framework, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is a dependency package containing the latest ArmNN Core package as well as the latest CPU backend and the TensorFlow Lite Parser. Package: armnn-latest-cpu-gpu Description-md5: 98bb19b187770993c7330abd960877f6 Description-en: Arm NN Core, CPU and GPU backends Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This packaging release supports TensorFlow Lite. Arm NN takes networks from the framework, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is a dependency package containing the latest ArmNN Core package as well as the latest CPU backend, GPU backend and the TensorFlow Lite Parser. Package: armnn-latest-cpu-gpu-ref Description-md5: 782c24fe2b9764b8a854fea498d1e7e6 Description-en: Arm NN Core, CPU, GPU, and Reference backends Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This packaging release supports TensorFlow Lite. Arm NN takes networks from the framework, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is a dependency package containing the latest ArmNN Core package as well as the latest CPU backend, GPU backend, Reference backend and the TensorFlow Lite Parser. Package: armnn-latest-gpu Description-md5: bfd57b1b1151b25071d9ca68550d268c Description-en: Arm NN Core and GPU backend Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This packaging release supports TensorFlow Lite. Arm NN takes networks from the framework, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is a dependency package containing the latest ArmNN Core package as well as the latest GPU backend and the TensorFlow Lite Parser. Package: expeyes-clib Description-md5: ad31d432a6830f0f94796a1f656a342e Description-en: hardware & software framework for developing science experiments This package provides interfaces written in C language for making science experiments with an ExpEYES box. . ExpEYES is from the PHOENIX project of Inter-University Accelerator Centre, New Delhi. It is a hardware & software framework for developing science experiments, demonstrations and projects and learn science and engineering by exploration. This package provides approximately the same features than the package expeyes, but its sources are in C language. Package: incus Description-md5: 0bdeebb0b9ae490f237bb5b2b6433cf0 Description-en: Powerful system container and virtual machine manager - daemon Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . It's image based with pre-made images available for a wide number of Linux distributions and is built around a very powerful, yet pretty simple, REST API. . This package contains the Incus daemon. Package: incus-agent Description-md5: a250d8817d01b7b4e941af062c78d0e1 Description-en: Incus guest agent This package provides an agent to run inside Incus virtual machine guests. . It has to be installed on the Incus host if you want to allow agent injection capability when creating a virtual machine. Package: incus-client Description-md5: 3d1860805b5bb2229f23b97fc0a9eac8 Description-en: Powerful system container and virtual machine manager - client Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . A REST API is offered by Incus to remotely manage containers over the network, using an image based work-flow and with support for live migration. . This package contains the Incus command line client. Package: incus-migrate Description-md5: a3f0cdad194b401c4baef72a14e5a140 Description-en: Incus physical to instance migration tool This tool lets you turn any Linux filesystem (including your current one) into a Incus instance on a remote Incus host. . It will setup a clean mount tree made of the root filesystem and any additional mount you list, then transfer this through Incus's migration API to create a new instance from it. Package: incus-tools Description-md5: fd88161c1afc1b048f43d246bcf823bb Description-en: Powerful system container and virtual machine manager - extra tools Incus is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. . This package contains extra tools provided with Incus. - fuidshift - A tool to map/unmap filesystem uids/gids - lxc-to-incus - A tool to migrate LXC containers to Incus - lxd-to-incus - A tool to migrate LXD containers to Incus - incus-benchmark - A benchmarking tool for Incus Package: libarmnn-cpuacc-backend33 Description-md5: 12789ac23118f1d7ccaf65fff0a4c367 Description-en: Arm NN dynamically loadable Neon backend Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This release supports Caffe, TensorFlow, TensorFlow Lite, and ONNX. Arm NN takes networks from these frameworks, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is the dynamically loadable Neon backend package. Package: libarmnn-gpuacc-backend33 Description-md5: e651c549c84d72ff21ea919912e0db94 Description-en: Arm NN dynamically loadable CL backend Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This release supports Caffe, TensorFlow, TensorFlow Lite, and ONNX. Arm NN takes networks from these frameworks, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is the dynamically loadable CL backend package. Package: libarmnnaclcommon33 Description-md5: 735b3e0e5725b9831919684e1831f139 Description-en: Arm NN shared library for Arm Compute Library backends Arm NN is a set of tools that enables machine learning workloads on any hardware. It provides a bridge between existing neural network frameworks and whatever hardware is available and supported. On arm architectures (arm64 and armhf) it utilizes the Arm Compute Library to target Cortex-A CPUs, Mali GPUs and Ethos NPUs as efficiently as possible. On other architectures/hardware it falls back to unoptimised functions. . This release supports Caffe, TensorFlow, TensorFlow Lite, and ONNX. Arm NN takes networks from these frameworks, translates them to the internal Arm NN format and then through the Arm Compute Library, deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs. . This is the common shared library used by Arm Compute Library backends. Package: libej-dev Description-md5: cc7a6f0a3d83375b6db66c8864321f3e Description-en: hardware & software framework for developing science experiments This package provides headers and links to develop software in C language addressing an expEYES box. . ExpEYES is from the PHOENIX project of Inter-University Accelerator Centre, New Delhi. It is a hardware & software framework for developing science experiments, demonstrations and projects and learn science and engineering by exploration. Package: libej0 Description-md5: ca9ac978bed0da4ec518f6c51e21e7ef Description-en: hardware & software framework for developing science experiments This package provides a library usable to drive an expEYES box, and is necessary to run clib-based software which addresses this box. . ExpEYES is from the PHOENIX project of Inter-University Accelerator Centre, New Delhi. It is a hardware & software framework for developing science experiments, demonstrations and projects and learn science and engineering by exploration. Package: libmessage-filters-dev Description-md5: 2f9598402431752c2612322ee62fd27f Description-en: Development files for Robot OS message-filters This package is part of Robot OS (ROS). It contains the development files for libmessage-filters, which implements a set of message filters which take in messages and may output those messages at a later time, based on the conditions that filter needs being met. Package: libmessage-filters1d Description-md5: b5d162f206a36c73ad103ac9d49f0453 Description-en: Library for Robot OS message-filters This package is part of Robot OS (ROS). It implemtants a set of message filters which take in messages and may output those messages at a later time, based on the conditions that filter needs met. . This package contains the 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: librosbag-dev Description-md5: 6b316dca15f72846bc96ed05d504d6eb Description-en: Tools for recording from and playing back to Robot OS topics This package is part of Robot OS (ROS). It is the development files for the rosbag library, which provides APIs for reading/writing bags (ROS message stores) in C++ and Python. Package: librosbag-storage-dev Description-md5: 1fcd552bbe2cc48056179c0370aa1ab4 Description-en: Development files for librosbag_storage This package is part of Robot OS (ROS). It is a set of tools for recording from and playing back ROS messages without relying on the ROS client library. . This package contains the development files for the library. Package: librosbag-storage4d Description-md5: 815723fb80e815adde5d9ae229c5da00 Description-en: Robot OS library for rosbag_storage This package is part of Robot OS (ROS). It is a set of tools for recording from and playing back ROS messages without relying on the ROS client library. . This package contains the library. Package: librosbag4d Description-md5: 5e9a032b1c09fcd35d83537c22d95418 Description-en: Library for recording from and playing back to Robot OS topics This package is part of Robot OS (ROS). It is the rosbag library, which provides APIs for reading/writing bags (ROS message stores) in C++ and Python. It is intended to be high performance and avoids deserialization and reserialization of the messages. . The related rosbag package provides a command-line tool for working with bags. Package: libroscpp-dev Description-md5: 798c067b31c50827ab4351b956613dfd Description-en: Robot OS development files for libroscpp This package is part of Robot OS (ROS). roscpp is a C++ implementation of ROS. It provides a client library that enables C++ programmers to quickly interface with ROS topics, services, and parameters. . roscpp is the most widely used ROS client library and is designed to be the high-performance library for ROS. ROS console output library. . This package contains the development files for the library. Package: libroscpp-msg-dev Description-md5: ebc58ca9c23f700e090338e01d94d504 Description-en: Robot OS header for roscpp messages This package is part of Robot OS (ROS). roscpp is a C++ implementation of ROS. It provides a client library that enables C++ programmers to quickly interface with ROS topics, services, and parameters. . roscpp is the most widely used ROS client library and is designed to be the high-performance library for ROS. ROS console output library. . This package contains the generated C++ headers. Package: libroscpp4d Description-md5: f864266471b77050274d683291571388 Description-en: Robot OS client library This package is part of Robot OS (ROS). roscpp is a C++ implementation of ROS. It provides a client library that enables C++ programmers to quickly interface with ROS topics, services, and parameters. . roscpp is the most widely used ROS client library and is designed to be the high-performance library for ROS. ROS console output library. . This package contains the library. Package: libroslz4-1d Description-md5: d2bbf239a9f1db4579c63601f61a4762 Description-en: library implementing lz4 for Robot OS This package is part of Robot OS (ROS). This is the C++ implementation of the LZ4 streaming format. Large data streams are split into blocks which are compressed using the very fast LZ4 compression algorithm. . This package contains the library. Package: libroslz4-dev Description-md5: 579659f3615f1f4e8207cbff78be6bf4 Description-en: development files for libroslz4 This package is part of Robot OS (ROS). It contains the development files for the ROS implementation of the LZ4 streaming format. Large data streams are split into blocks which are compressed using the very fast LZ4 compression algorithm. Package: librostest-dev Description-md5: 986f980a204f9f5f867bae6b618ad760 Description-en: Development files for rostest (Robot OS) This package is part of Robot OS (ROS). It contains the development files for the rostest framework. It's an extension that enables roslaunch files to be used as test fixtures. As a fully running system has more complex behaviors than an individual ROS node, this allows you to do full integration testing across multiple nodes. It is compatible with xUnit frameworks. Package: libtopic-tools-dev Description-md5: 5b310e7e5ff114516bc14855859a9249 Description-en: development files for libtopic-tools (Robot OS) This package is part of Robot OS (ROS). It contains development files for the libtopic-tools library, which provides tools for directing, throttling, selecting, and otherwise messing with ROS topics at a meta level. . This contains the development files Package: libtopic-tools2d Description-md5: 6b25192d4f09de52d80f7ebe5ba8d2c7 Description-en: library for messing with Robot OS topics This package is part of Robot OS (ROS). Tools for directing, throttling, selecting, and otherwise messing with ROS topics at a meta level. None of the programs in this package actually know about the topics whose streams they are altering; instead, these tools deal with messages as generic binary blobs. This means they can be applied to any ROS topic. . This package contains the library. Package: libxmlrpcpp-dev Description-md5: 50b267665f68a8fb66a6489534349c47 Description-en: development files for Robot OS libxmlrpcpp This package is part of Robot OS (ROS). It contains the development files for the XmlRpc++ library, which is a C++ implementation of the XML-RPC protocol. This version is heavily modified from the package available on SourceForge in order to support roscpp's threading model. As such, it's a maintained fork by OSRF. Package: libxmlrpcpp3d Description-md5: 94d537a9740a053f48d936d01ba9b031 Description-en: Robot OS version of xml-rpc protocol library This package is part of Robot OS (ROS). It contains the XmlRpc++ library, which is a C++ implementation of the XML-RPC protocol. This version is heavily modified from the package available on SourceForge in order to support roscpp's threading model. As such, it's a maintained fork by OSRF. Package: python3-rosbag Description-md5: 63dee13e90a8ec748d0689ab68efcc15 Description-en: Python 3 tools for recording from and playing back to Robot OS topics This package is part of Robot OS (ROS). It provides a command-line tool for working with bags (ROS messages stores). The corresponding librosbag package provides corresponding C++ and Python APIs. . This package contains the Python 3 library. Package: python3-roslz4 Description-md5: 331560af9e5df8fe38ae530fc01bd23c Description-en: Python 3 library implementing lz4 for Robot OS This package is part of Robot OS (ROS). This is the Python implementation of the LZ4 streaming format. Large data streams are split into blocks which are compressed using the very fast LZ4 compression algorithm. . This package contains the Python 3 library. Package: python3-rospy Description-md5: b11d3c7248627508416efe19f16989d6 Description-en: Python 3 client library for Robot OS This package is part of Robot OS (ROS). The rospy client API enables Python programmers to quickly interface with ROS topics, services, and parameters. The design of rospy favors implementation speed (i.e. developer time) over runtime performance so that algorithms can be quickly prototyped and tested within ROS. It is also ideal for non-critical-path code, such as configuration and initialization code. Many of the ROS tools are written in rospy to take advantage of the type introspection capabilities. . Many of the ROS tools, such as rostopic and rosservice, are built on top of rospy. . This package contains the Python 3 library. Package: python3-rpi-ws281x Description-md5: 446e121c2a9aa28a36dbeec85f3b9662 Description-en: Python bindings for the ws281x library Control library WS281x neopixel LEDs for the Raspberry Pi. . This is the Python 3 version of the package. Package: qtmir-android Description-md5: 51bed230b43284a66cec12ffc66adc35 Description-en: QPA plugin for a Mir server (mobile, transitional package) QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . This variant of the package is for Android-based phones and tablets. . This is a transitional package. It can safely be removed. Package: rosout Description-md5: 9b3b21f28073a535790e063c30fae749 Description-en: Robot OS system-wide logging mechanism This package is part of Robot OS (ROS). rosout is the name of the console log reporting mechanism in ROS. It can be thought of as comprising several components: * The `rosout` node for subscribing, logging, and republishing the messages. * The /rosout topic * The /rosout_agg topic for subscribing to an aggregated feed Package: topic-tools Description-md5: 9d8940e909f6614d34ff6faf063cf9ee Description-en: Tools for messing with Robot OS topics This package is part of Robot OS (ROS). It contains tools for directing, throttling, selecting, and otherwise messing with ROS topics at a meta level. None of the programs in this package actually know about the topics whose streams they are altering; instead, these tools deal with messages as generic binary blobs. This means they can be applied to any ROS topic. Package: xen-hypervisor-4.17-arm64 Description-md5: 571a5a770ebaf2024eae3027da3a31cd Description-en: Xen Hypervisor on ARM64 The hypervisor is the "core" for Xen itself. It gets started by the boot loader and controls cpu and memory, sharing them between your administrative domain (Domain 0) and the virtual guest systems. Package: xen-hypervisor-4.17-arm64-dbg Description-md5: e65d5933bd1de379229357454b3ee369 Description-en: debug symbols for Xen Hypervisor on ARM64 This package provides the detached debug symbols for the Xen hypervisor. Package: xen-system-arm64 Description-md5: 488b6e18ccfa8a0d91cfed2ee7ef5d26 Description-en: Xen System on ARM64 (metapackage) This package depends on the latest Xen hypervisor for use on ARM64 and the Xen utils. Package: gpshell Description-md5: 59edfde70579a9146df851a3c38fe5a7 Description-en: GlobalPlatform Shell smart card script interpreter GlobalPlatform is a standard for handling applets, keys and security of smart cards (see www.globalplatform.org). . GPShell (GlobalPlatform Shell) is a script interpreter which talks to a smart card. It is written on top of the GlobalPlatform library, which was developed by Karsten Ohme. It uses smart card communication protocols ISO-7816-4 and OpenPlatform 2.0.1 and GlobalPlatform 2.1.1. It can establish a secure channel with a smart card, load, instantiate, delete, list applets on a smart card. . This package constains to gpshell command-line tool. Package: inotify-tools Description-md5: e618c4a03d6d9bd64a85dac1a2e53ff3 Description-en: command-line programs providing a simple interface to inotify inotify (inode notify) is a Linux kernel subsystem that monitors events in filesystems and reports those events to applications in real time via API. . inotify can be used to monitor individual files or directories. When a directory is monitored, inotify will return events for the directory itself and for files inside the directory. . inotify-tools is a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. inotify-tools consists of four utilities: inotifywait, inotifywatch, fsnotifywait and fsnotifywatch. . inotifywait efficiently waits for changes to files, making it appropriate for use in shell scripts. . inotifywatch collects filesystem usage statistics and outputs counts of each inotify event. . fsnotifywait and fsnotifywatch are similar to inotifywait and inotifywatch, but they are using Linux's fanotify(7) interface by default. The fanotify API also provides notification and interception of filesystem events. Additional capabilities compared to the inotify(7) API include the ability to monitor all of the objects in a mounted filesystem, the ability to make access permission decisions, and the possibility to read or modify files before access by other applications. . inotify-tools is also useful for security activities in firewall systems or to detect changes and injections of new files in webservers by intruders. Package: lbcd Description-md5: 8ba9cd55d91a5e832c03b1e3b1e1bcf3 Description-en: Return system load via UDP for remote load balancers lbcd is a daemon that answers UDP queries for system load information and returns such information as uptime, load, number of logged-in users, percentage free of /tmp and /var/tmp, and whether there is a user on the console. It is intended for use with a load balancing system, and is particularly useful for such things as UNIX clusters for remote login where a traditional hardware load balancing solution doesn't work as well. . No load balancing system is included in this package, only the client daemon and a simple Perl script to query it. No security or access control is done by the daemon, so access control must be done via iptables, a firewall, or an equivalent system. Package: libghc-reform-hsp-dev Description-md5: 953172e67034c0354f10060ea8b58cfb Description-en: support for using HSP with Reform Reform is a library for building and validating forms using applicative functors. This package adds support for using reform with HSP. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. Package: libghc-reform-hsp-prof Description-md5: 33935285d9a6f19e67cc758be6ab304e Description-en: support for using HSP with Reform; profiling libraries Reform is a library for building and validating forms using applicative functors. This package adds support for using reform with HSP. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. Package: libglobalplatform-dev Description-md5: d5a18e0502505f30bcabccc4aa0f1566 Description-en: development files for the GlobalPlatform library GlobalPlatform is a standard for handling applets, keys and security of smart cards (see www.globalplatform.org). . This is a C library providing an API to access OpenPlatform 2.0.1' and GlobalPlatform 2.1.1 conforming smart cards and later. GlobalPlatform Library provides an API for all GlobalPlatform related functions. It also provides an connection plugin framework. . This package contains development files for the GlobalPlatform library. Package: libglobalplatform7 Description-md5: 27fe6ec5b9923aecd69ff771b3a75a8b Description-en: library to handle communication with GlobalPlatform cards GlobalPlatform is a standard for handling applets, keys and security of smart cards (see www.globalplatform.org). . This is a C library providing an API to access OpenPlatform 2.0.1' and GlobalPlatform 2.1.1 conforming smart cards and later. GlobalPlatform Library provides an API for all GlobalPlatform related functions. It also provides an connection plugin framework. . This package contains the shared GlobalPlatform library. Package: libgppcscconnectionplugin1 Description-md5: 5f60ad5dc0dce982026cd0adfdddb038 Description-en: PC/SC connection plugin for GlobalPlatform Library GlobalPlatform is a standard for handling applets, keys and security of smart cards (see www.globalplatform.org). . This is a PC/SC connection plugin for the GlobalPlatform Library. This package provides a GlobalPlatform library/application a possibility to use PC/SC middleware/daemon to access smart cards. It is used by gpshell for example. . This package contains the shared gppcscconnectionplugin library. Package: libinotifytools0 Description-md5: d482e7516873d68eacffcdd40f48c9a2 Description-en: utility wrapper around inotify inotify (inode notify) is a Linux kernel subsystem that monitors events in filesystems and reports those events to applications in real time via API. . inotify can be used to monitor individual files or directories. When a directory is monitored, inotify will return events for the directory itself and for files inside the directory. . libinotifytools is a thin layer on top of the kernel interface which makes it easy to set up watches on many files at once, read events without having to deal with low-level I/O and several utility functions for inotify-related string formatting. Package: libinotifytools0-dev Description-md5: fa4bdd96adf2fcacc27c8f8fc832829d Description-en: Development library and header files for libinotifytools0 inotify (inode notify) is a Linux kernel subsystem that monitors events in filesystems and reports those events to applications in real time via API. . inotify can be used to monitor individual files or directories. When a directory is monitored, inotify will return events for the directory itself and for files inside the directory. . libinotifytools is a thin layer on top of the kernel interface which makes it easy to set up watches on many files at once, read events without having to deal with low-level I/O and several utility functions for inotify-related string formatting. . This package is for development only, providing headers, static libraries and documentation for the libinotifytools library. Package: openjdk-22-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-22-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: procdump Description-md5: 2a902cba700e50b5fa9f01c4d1a3edbf Description-en: Utility to create core dumps based on performance triggers ProcDump provides a convenient way for Linux developers to create core dumps of their application based on performance triggers. 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: xen-hypervisor-4.17-armhf Description-md5: 6a8fbc34e4ace5882dd9750dd7895aae Description-en: Xen Hypervisor on ARMHF The hypervisor is the "core" for Xen itself. It gets started by the boot loader and controls cpu and memory, sharing them between your administrative domain (Domain 0) and the virtual guest systems. Package: xen-hypervisor-4.17-armhf-dbg Description-md5: f393636b8bd47a2ad35859b848e331e4 Description-en: debug symbols for Xen Hypervisor on ARMHF This package provides the detached debug symbols for the Xen hypervisor. Package: xen-system-armhf Description-md5: 1ee24b7e16a50b6ef011b0f85363a760 Description-en: Xen System on ARMHF (metapackage) This package depends on the latest Xen hypervisor for use on ARMHF and the Xen utils. Package: lib64asan5 Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64gcc-10-dev Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-9-dev Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gfortran-10-dev Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-9-dev Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64go-10-dev Description-md5: a7ef5921b4b83cb852b9de565ed5fece Description-en: Runtime library for GNU Go applications (64bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib64go-9-dev Description-md5: a7ef5921b4b83cb852b9de565ed5fece Description-en: Runtime library for GNU Go applications (64bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib64go14 Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go16 Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64gphobos-10-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: lib64gphobos-9-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: lib64gphobos1 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76 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-10-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: lib64objc-9-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: lib64stdc++-10-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64stdc++-9-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64stdc++6-10-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: lib64stdc++6-9-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: lmms-vst-server Description-md5: cfd0afdd64daf595c4970dfd5e3a2237 Description-en: Linux Multimedia Studio - VST server & plugins This package contains the LMMS VST plugins and a helper application that loads VST plugins. Package: cdogs-sdl Description-md5: 8cee29ecafb83febadde305fe33cd360 Description-en: classic overhead run-and-gun game C-Dogs SDL is an overhead shoot-em-up which lets players work alone and cooperatively during missions or fight against each other in the "dogfight" deathmatch mode. . Customize your player, choose from many weapons, and blast, slide and slash your way through over 100 user-created campaigns. 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: 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: libvectorscan-dev Description-md5: 10b3990395ddcca9b7f39498ec953462 Description-en: Portable fork of Intel's Hyperscan library (development files) Vectorscan is a portable fork of Intel's Hyperscan project. It is a drop-in replacement that promises to be API/ABI compatible with the original project, while allowing it to run on other architectures such as AArch64 and Power9. . This package contains development libraries, header files and documentation for the regular expression matching library libhyperscan. You can either use the supplied shared or static library. . Vectorscan only runs on CPUs with a SIMD unit. On x86 CPUs, the minimum requirement is SSE4.2, AArch64 ISA already implies Advanced SIMD/NEON and ppc64le (Power8/Power9) already implies VSX enabled by default. Package: libvectorscan5 Description-md5: 122e14c3dd052e13b79532de5f832353 Description-en: Portable fork of Intel's Hyperscan library Vectorscan is a portable fork of Intel's Hyperscan project. It is a drop-in replacement that promises to be API/ABI compatible with the original project, while allowing it to run on other architectures such as AArch64 and Power9. . Hyperscan is a high-performance multiple regex matching library. It follows the regular expression syntax of the commonly-used libpcre library, but is a standalone library with its own C API. Hyperscan uses hybrid automata techniques to allow simultaneous matching of large numbers (up to tens of thousands) of regular expressions and for the matching of regular expressions across streams of data. Hyperscan is typically used in a DPI library stack. . Vectorscan only runs on CPUs with a SIMD unit. On x86 CPUs, the minimum requirement is SSE4.2, AArch64 ISA already implies Advanced SIMD/NEON and ppc64le (Power8/Power9) already implies VSX enabled by default. 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: eztrace Description-md5: e1dc5c0f13d8ddd27c1ffd5e0fa052bf Description-en: Automatic execution trace generation for HPC - tools EZTrace is a tool that aims at generating automatically execution traces from HPC (High Performance Computing) programs. It generates execution trace files that can be interpreted by visualization tools such as ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC primitives, to be observed. . This package contains the tools. Package: ibus-keyman Description-md5: 9d22871b32086b0d2af069bf1111064d Description-en: Keyman engine for IBus Originally created in 1993 to type Lao on Windows, Keyman is now a free and open source keyboarding platform which allows anyone to write a keyboard layout for their language. Keyman is available for many platforms, including Windows, macOS, iOS, Android, Linux and the web. . Keyboard layouts are defined with a clear and easy to understand keyboard grammar. Keyman's contextual input model means keyboard layouts can be intelligent and make it simple to type even the most complex languages. Keyboard layouts are distributed through an open catalog to all major desktop and mobile platforms. . ibus-keyman is a IM (input method) Engine for multiple languages, based on IBus. . This package provides the Keyman IM engine for IBus. With this module, you can use keyboard layouts designed for Keyman under the IBus platform. Package: libeztrace-dev Description-md5: fa869525a5354c44bf2db0d4c3a520cc Description-en: Automatic execution trace generation for HPC - development files EZTrace is a tool that aims at generating automatically execution traces from HPC (High Performance Computing) programs. It generates execution trace files that can be interpreted by visualization tools such as ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC primitives, to be observed. . This package contains the development files. Package: libeztrace0 Description-md5: 72d91f068e85b3fa50d696af4c3a4224 Description-en: Automatic execution trace generation for HPC - runtime libraries EZTrace is a tool that aims at generating automatically execution traces from HPC (High Performance Computing) programs. It generates execution trace files that can be interpreted by visualization tools such as ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC primitives, to be observed. . This package contains the development 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: libgzstream-dev Description-md5: 0d5f3f1844758d871482cc179322016c Description-en: provide functionality of zlib C-library in a C++ iostream (development) Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. . This package contains the static library and header files. Package: libgzstream0 Description-md5: 25781160586e93aa72b484d8a32bdb7b Description-en: provide functionality of zlib C-library in a C++ iostream Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. . This package contains the dynamic library. Package: libkmnkbp-dev Description-md5: 79ff3661f8f52a8ded64b82db273b527 Description-en: Development files for Keyman keyboard processing library Originally created in 1993 to type Lao on Windows, Keyman is now a free and open source keyboarding platform which allows anyone to write a keyboard layout for their language. Keyman is available for many platforms, including Windows, macOS, iOS, Android, Linux and the web. . Keyboard layouts are defined with a clear and easy to understand keyboard grammar. Keyman's contextual input model means keyboard layouts can be intelligent and make it simple to type even the most complex languages. Keyboard layouts are distributed through an open catalog to all major desktop and mobile platforms. . The Keyman keyboardprocessor library processes input from input method engines and applies rules from compiled Keyman keyboard files. . This package contains development headers and libraries. Package: libkmnkbp0-0 Description-md5: 4731a98215cb16258854cea3861da6f3 Description-en: Keyman keyboard processing library Originally created in 1993 to type Lao on Windows, Keyman is now a free and open source keyboarding platform which allows anyone to write a keyboard layout for their language. Keyman is available for many platforms, including Windows, macOS, iOS, Android, Linux and the web. . Keyboard layouts are defined with a clear and easy to understand keyboard grammar. Keyman's contextual input model means keyboard layouts can be intelligent and make it simple to type even the most complex languages. Keyboard layouts are distributed through an open catalog to all major desktop and mobile platforms. . The Keyman keyboardprocessor library processes input from input method engines and applies rules from compiled Keyman keyboard files. 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: libpeony-dev Description-md5: 7a8cbc28d9541666b5b833226ea366aa Description-en: libraries for Peony components (development files) Peony is the official file manager for the UKUI 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 UKUI desktop. It works on local and remote filesystems. . This package contains the development files for the libraries needed by Peony's extensions. Package: libpeony3 Description-md5: 3ea21947740e28573eeecf5d23f19ca2 Description-en: libraries for Peony components Peony is the official file manager for the UKUI 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 UKUI desktop. It works on local and remote filesystems. . This package contains a few runtime libraries needed by Peony's extensions. 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: matrix-synapse Description-md5: 723156d5171151f424efdaaa23158f63 Description-en: Matrix reference homeserver Synapse is the reference Python/Twisted Matrix homeserver implementation. . Synapse is intended to showcase the concept of Matrix, and to let users run their own homeserver and generally help bootstrap the ecosystem. . Matrix is an open standard for interoperable, decentralised, real-time communication over IP. It can be used to power Instant Messaging, VoIP/WebRTC signalling, Internet of Things communication or anywhere where's a need for a standard HTTP API for publishing and subscribing to data whilst tracking the conversation history. . In Matrix, every user runs one or more Matrix clients, which connect through to a Matrix homeserver. The homeserver stores all their personal chat history and user account information, much as a mail client connects through to an IMAP/SMTP server. Package: octave-dicom Description-md5: 2c088a626de7f3b5e8ab445e3a37f720 Description-en: manipulate DICOM files in Octave Digital communications in medicine (DICOM) is an information standard, originally created for image transfer, which now deals with a large range of medical data. . This package provides functions to read and (eventually) write DICOM files in Octave, a scientific computation software. The functions in the package are intended to have similar usage as the dicom functions in the Matlab Image Processing Toolbox. In Octave they are separate: most image package users will not use dicom, and its dependency might be considered troublesome. . This Octave add-on package is part of the Octave-Forge project. Package: peony Description-md5: cd3fd986af56594381928a32945ae229 Description-en: file Manager for the UKUI desktop Peony is the official file manager for the UKUI 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 UKUI desktop. It works on local and remote filesystems. 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-pydevd Description-md5: 5d329861498dfdf4ba0a0f2a43c87b35 Description-en: Debugger used by debugpy (command line script) This is the debugger underlying debugpy, which is used by IPython and Spyder, among others. . This package can also be used for remote debugging, connecting from an IDE. . The command line "pydevd" tool is available in the separate pydevd package. 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: sogo Description-md5: afc73cd48b910e30a2e5d91a4be9fc2e Description-en: Scalable groupware server SOGo is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server with focus on scalability. It has many feature enhancements: . * CalDAV and GroupDAV compliance * full handling of vCard as well as vCalendar/iCalendar formats * support for folder sharing and ACLs . The Web interface has been rewritten in an AJAX fashion to provide a faster UI for the users, consistency in look and feel with the Mozilla applications, and to reduce the load of the transactions on the server. . This package contains the SOGo daemon. Package: sogo-activesync Description-md5: 0125b74b9c26ab0f1df530499cb5fbb0 Description-en: Scalable groupware server - ActiveSync module SOGo is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server with focus on scalability. . This package provides Microsoft EAS support for SOGo. Package: tailspin Description-md5: e01d9bfaf85eed886b807469f6b45701 Description-en: log file highlighter tailspin provides the command line tool tspin for viewing and tailing log files. It highlights important keywords to make navigating log files easier, using less under the hood for scrollback, search and filtering.