Package: 2048 Description-md5: 2d3a24661b5ec0391d6bd1aedf7c20b7 Description-en: Slide and add puzzle game for text mode The 2048 game is a mathematics based puzzle game where you have to slide tiles in a 4x4 board in any of the four possible directions. Touching tiles with the same value are then merged into tiles with the added value of the merged ones. You start with a couple of 2-valued tiles and new tiles appear randomly after sliding. The target of the game is to reach a tile with a value of 2048 before the board is full. Package: 3dchess Description-md5: 12d01b96d7645ee302ebc29cde999e92 Description-en: Play chess across 3 boards! There are three boards, stacked vertically; 96 pieces of which most are the traditional chess pieces with just a couple of additions; 26 possible directions in which to move. Provides a challenging enough game to all but the most highly skilled players. Package: 6tunnel Description-md5: 860002e3477a2706be336a14451bba8e Description-en: TCP proxy for non-IPv6 applications 6tunnel allows you to use services provided by IPv6 hosts with IPv4-only applications and vice versa. It can bind to any of your IPv4 or IPv6 addresses and forward all data to IPv4 or IPv6 host. . Tunnelling for application that don't speak IPv6. It can be used for example as an IPv6-capable IRC proxy in other network. Package: aardvark-dns Description-md5: c28905e0e5bc117a59922a396c3d593b Description-en: Container-focused DNS server Netavark is designed to work with podman but is also applicable for other OCI container management applications. Package: abcm2ps Description-md5: aad21fc166f2817ea6a99eace80bde66 Description-en: Translates ABC music description files to PostScript The program translates tunes written in the ABC format to PostScript, which can then be viewed using Ghostview et al. or printed on a PostScript printer or through Ghostscript. It supports various semi-standard extensions to the ABC standard, such as multiple voices and staves. . Jean-François Moine once wrote abcm2ps as a successor of abc2ps by Michael Methfessel. He is working on an new version named abc2svg. Package: accerciser Description-md5: 7806dc55e95ea2b46c6c1541f59644ce Description-en: interactive Python accessibility explorer for the GNOME desktop It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks. Accerciser has a simple plugin framework which you can use to create custom views of accessibility information. Package: accountwizard Description-md5: 3054aee4289842adfd3e08c353313de1 Description-en: wizard for KDE PIM applications account setup Handles account setup of e-mail accounts for KDE PIM applications. Package: ack Description-md5: e50a48f3af6e02593eb6155b28aaed6e Description-en: grep-like program specifically for large source trees Ack is designed as an alternative for 99% of the uses of grep. ack is intelligent about the files it searches. It knows about certain file types, based on both the extension on the file and, in some cases, the contents of the file. . Ack ignores backup files and files under CVS and .svn directories. It also highlights matches to help you see where the match was. Ack uses perl regular expressions. Package: acme.sh Description-md5: a91ab167bf02d9b84ca9c91bd336c6bf Description-en: Pure unix shell script implementing ACME client protocol The acme.sh executable has minimal dependencies and maximal features: - full ACME protocol implementation - ECDSA certificates support - SAN and wildcard certificates with many DNS providers support - issue then renew and deploy automatically - does not require privileged user Package: acpica-tools Description-md5: 47130f63ef3687d8243fb5d20706b56e Description-en: ACPICA tools for the development and debug of ACPI tables The ACPI Component Architecture (ACPICA) project provides an OS-independent reference implementation of the Advanced Configuration and Power Interface Specification (ACPI). ACPICA code contains those portions of ACPI meant to be directly integrated into the host OS as a kernel-resident subsystem, and a small set of tools to assist in developing and debugging ACPI tables. . This package contains only the user-space tools needed for ACPI table development, not the kernel implementation of ACPI. The following commands are installed: -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes. -- acpibin: performs basic operations on binary AML files (e.g., comparison, data extraction) -- acpidump: write out the current contents of ACPI tables -- acpiexec: simulate AML execution in order to debug method definitions -- acpihelp: display help messages describing ASL keywords and op-codes -- acpisrc: manipulate the ACPICA source tree and format source files for specific environments -- acpixtract: extract binary ACPI tables from acpidump output (see also the pmtools package) Package: acr Description-md5: 1a3ba43f3394ccc94586a3e4ccf224b4 Description-en: autoconf like tool ACR (Auto Conf Replacement) is an autoconf like tool that allows you to create configure scripts for your programs. The main aim of this tool is to teach developers how to create portable builds of their tools, just using generic functions wrapped by acr to generate portable shellscript. . Pros: * Easy to learn / implement. * Faster/smaller final configure script. * Own syntax, not complex m4 macros. * Reverse engineering tool to recover .acr files from the final configure script. * Good documentation and tutorials. * vim syntax highlighting for configure.acr files ($PREFIX/share/acr/vim/install.sh) * Debugging support (-d) * Integrated support for java, bash, perl, Tcl, c, c++, ruby and Python. * Recursive configure script calls. * Progress bar in generation stage. . Cons: * Not recommended for huge projects * Slow script generation parsing huge configuration files * No automake replace. (just type clean makefiles and acr substs) * Not enough tested (only on free operating systems (Open|Net|Free|Dfly)BSD, GNU systems, and Darwin). . This package provides the following components: * acr : generate configure scripts. * acr-cat : show configure.acr file from a generated configure script. * acr-install: '/usr/bin/install' program wrapper. * acr-sh : acr configure script generator. * acr-wrap : generate a makefile from a meson wrap file. * amr : generate sample/final Makefiles. Package: actiona Description-md5: a258a2ae406a96178c043b4c56ac3b6d Description-en: emulate human activity through a powerful GUI and JavaScript Actiona is an application that allows you to execute many actions on your computer such as emulating mouse clicks, key presses, showing message boxes, editing text files, etc. Tasks can be created using a simple editor or using the EcmaScript (JavaScript) programming language for more customization. Actiona is cross-platform. Package: adb Description-md5: f76b4a6e3d1a7d7138315debf76426e0 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 depends on "android-udev-rules" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Package: adbd Description-md5: 9d7e69bd2a37effb999d921d20615d1a Description-en: Android Debug Bridge daemon Android Debug Bridge (adb) is a versatile tool that lets you manage the state of an emulator instance or Android-powered device. It is a client-server program that includes three components: . A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients. . A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device. . A daemon, which runs as a background process on each emulator or device instance. . This package provides the daemon component. Package: adminer Description-md5: d71217c0cebda0e847dbf809dc3cf035 Description-en: Web-based database administration tool Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it is a light weight application with these priorities in order: security, user experience, performance, feature set and size. Package: afflib-tools Description-md5: 6b167772266146c1aaf839af338e295b Description-en: Advanced Forensics Format Library (utilities) The Advanced Forensic Format (AFF) is on-disk format for storing computer forensic information. Critical features of AFF include: . - AFF allows you to store both computer forensic data and associated metadata in one or more files. - AFF allows files to be digital signed, to provide for chain-of-custody and long-term file integrity. - AFF allows for forensic disk images to stored encrypted and decrypted on-the-fly for processing. This allows disk images containing privacy sensitive material to be stored on the Internet. . This package provides the AFF Toolkit, that is a set of programs for working with computer forensic information. Using these tools you can: * Interconvert disk images between a variety of formats, including: - raw or "dd"; - splitraw (in which a single image is split between multiple files); - AFF format (in which the entire disk image is stored in a single file); - AFD format (in which a disk image is stored in multiple AFF files stored in a single directory); - AFM format (in which an AFF file is used to annotate a raw file). * Compare disk images and report the data or metadata that is different. * Copy disk images from one location to another, with full verification of data, metadata, and the automatic generation of a chain-of-custody segment. * Find errors in an AFF file and fix them. * Print information about a file. * Print detailed statistics about a file * Generate a XML representation of a disk image's metadata (for example, acquisition time or the serial number of the acquisition device). * Produce a XML "diskprint" which allows a disk image to be rapidly fingerprinted without having the computer the SHA1 of the entire disk. . The AFF Toolkit provides these executables: affcat, affcompare, affconvert, affcopy, affcrypto, affdiskprint, affinfo, affix, affrecover, affsegment, affsign, affstats, affuse, affverify and affxml. Package: aide-dynamic Description-md5: 8bf4f7566feb77cc67df60020394eaeb Description-en: Advanced Intrusion Detection Environment - transitional package AIDE is an intrusion detection system that detects changes to files on the local system. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. . This is a transitional package to allow the seamless replacement of the aide-dynamic package with the normal aide package, which is now also dynamically linked. See NEWS.Debian for an explanation. Package: akonadi-backend-mysql Description-md5: 44bbff2187bd34b353f73253edf50334 Description-en: MySQL storage backend for Akonadi Akonadi is an extensible cross-desktop Personal Information Management (PIM) storage service. It provides a common framework for applications to store and access mail, calendars, addressbooks, and other PIM data. . This package installs everything what's needed for Akonadi to work with MySQL as underlying data storage engine. By default, a local MySQL server instance will be started for each user. Alternatively, connection to an external MySQL database is supported as well. Package: akonadi-backend-postgresql Description-md5: bd88f5341863115ed0f5865ef888ddfd Description-en: PostgreSQL storage backend for Akonadi Akonadi is an extensible cross-desktop Personal Information Management (PIM) storage service. It provides a common framework for applications to store and access mail, calendars, addressbooks, and other PIM data. . This package installs everything what's needed for Akonadi to work with PostgreSQL as underlying data storage engine. By default, a local PostgreSQL server instance will be started for each user. Alternatively, connection to an external PostgreSQL database is supported as well. Package: akonadi-backend-sqlite Description-md5: 904b79b56e98a3db270456d32ff78921 Description-en: SQLite storage backend for Akonadi Akonadi is an extensible cross-desktop Personal Information Management (PIM) storage service. It provides a common framework for applications to store and access mail, calendars, addressbooks, and other PIM data. . This package installs everything what's needed for Akonadi to work with SQLite as underlying data storage engine. Since SQLite is an embedded database engine, a separate SQL server daemon is not necessary. . In addition, the package contains an improved QSql driver for SQLite named "QSQLite3". It can be used by any application that needs to access SQLite databases via standard Qt QSql framework. Package: akonadi-contacts-data Description-md5: 45c6278fd7fbcef18b0b85cf44aa89c8 Description-en: Akonadi contacts access library - data files This library provides contacts manipulation helpers using the Akonadi PIM data server. . This package is part of the KDE Development Platform PIM libraries module. . This package contains the data files. Package: akonadi-mime-data Description-md5: d279dda7e329ea1fc4da4ebbedab1d86 Description-en: Akonadi MIME handling library - data files This library provides MIME handling helpers using the Akonadi PIM data server. . This package contains data files for akonadi-mime library Package: akonadi-server Description-md5: 80144a9a021e5f971cbb61777684d38e Description-en: Akonadi PIM storage service Akonadi is an extensible cross-desktop Personal Information Management (PIM) storage service. It provides a common framework for applications to store and access mail, calendars, addressbooks, and other PIM data. . This package contains the Akonadi PIM storage server and associated programs. Package: alacarte Description-md5: ea89a81c038b7864336ed55a2783b93b Description-en: easy GNOME menu editing tool Alacarte is an easy-to-use menu editor for GNOME that can add and edit new entries and menus. It works with the freedesktop.org menu specification and should work with any desktop environment that uses the spec. Package: alire Description-md5: 7e71cbdb1432d63dbdcc547934cf40ef Description-en: Ada package manager A catalog of ready-to-use Ada libraries plus a command-line tool (`alr`) to obtain, build, and incorporate them into your own projects. It aims to fulfill a similar role to Rust's `cargo` or OCaml's `opam`. . This is a source package manager, in contrast to apt which is a binary package manager. Package: all-knowing-dns Description-md5: 1df6f6c08cc7056f9106168642d482b9 Description-en: tiny DNS server for IPv6 Reverse DNS AllKnowingDNS provides reverse DNS for IPv6 networks which use SLAAC (autoconf), e.g. for a /64 network. . The problem with IPv6 reverse DNS and traditional nameservers is that the nameserver requires you to provide a zone file. Assuming you want to provide RDNS for a /64 network, you have 2**64 = 18446744073709551616 different usable IP addresses (a little less if you are using SLAAC). Providing a zone file for that, even in a very terse notation, would consume a huge amount of disk space and could not possibly be held in the memory of the computers available nowadays. . AllKnowingDNS instead generates PTR and AAAA records on the fly. You only configure which network you want to serve and what your entries should look like. Package: almanah Description-md5: 034aeb320a1186c1cafc6b4acaefdfb1 Description-en: Application to ease management of a personal diary Almanah is a small application to ease management of a personal diary. It has basic editing and linking abilities like: . - adding links to other content to diary entries - database encryption - search and printing support Package: alpine Description-md5: 3ddd074b130edc15ad4419408e6d3266 Description-en: Text-based email client, friendly for novices but powerful Alpine is an upgrade of the well-known PINE email client. Its name derives from the use of the Apache License and its ties to PINE. . It features a full suite of support for mail protocols like IMAP and SMTP and security protocols like TLS. It uses curses for its interface. Package: alpine-doc Description-md5: d36b0af30efaab3c303df1eb7e7202ef Description-en: Text-based email client's documentation Alpine is an upgrade of the well-known PINE email client. Its name derives from the use of the Apache License and its ties to PINE. . This package stores documentation for alpine. Package: alpine-pico Description-md5: 26a939a9b42d10bb338f5e7cb4ba132b Description-en: Simple text editor from Alpine, a text-based email client "pico" is a simple but powerful text editor. It was originally the pine composer, the editor used by the pine email client for writing email messages. . It has gained popularity since its initial use in that context and is now used as a stand-alone editor by many users. . It is similar to but less powerful than GNU Nano, an editor created with the pico interface when the pico license was non-free. Package: alsa-tools Description-md5: 4d64eace7e51fb1fc1a18ed780ee5e62 Description-en: Console based ALSA utilities for specific hardware A collection of console-based utilities for specific sound hardware: . as10k1 - An assembler for the EMU10K1 (EMU10K2) DSP chip hda-verb - send HD-audio commands to Intel HDA devices sbiload - OPL2/3 FM instrument loader for the ALSA sequencer us428control - Controller utility for Tascam US-X2Y Package: alsa-tools-gui Description-md5: 7e9c05fa4ed7725d61d80aa2becaf0fc Description-en: GUI based ALSA utilities for specific hardware A collection of GUI based ALSA utilities for specific sound hardware: . echomixer - control tool for Echoaudio soundcards envy24control - control tool for Envy24 (ice1712) based soundcards hdajackretask - retask jacks on HDA Intel hardware hdspconf - GUI program to control the Hammerfall HDSP Alsa Settings. hdspmixer - tool to control the advanced routing features of the RME Hammerfall DSP. rmedigicontrol - control tool for RME Digi32 and RME Digi96 soundcards Package: alsa-ucm-conf-asahi Description-md5: 43e90f995f60c4e63b4061a30987a44e Description-en: ALSA Use Case Manager configuration (and topologies) for Apple silicon devices This package contains so-called ALSA UCM configuration describing internal sound peripherals on Apple hardware. This is to overlay the parent alsa-ucm-conf package at /usr/share/alsa. . ALSA is the Advanced Linux Sound Architecture. Package: amphetamine-data Description-md5: 0e43c7567c8534fbf1630b85ea8f4701 Description-en: data files for the game "Amphetamine" This package contains data files used by the game "Amphetamine". . Amphetamine is an exciting jump'n run game that offers some unique visual effects like colored lighting, fogging and coronas. You must fight eleven evil monsters with your magic weapons. Package: ample Description-md5: 07df7d683a482f82af8164fe6a9459ce Description-en: simple MP3 server easy to use Ample (An MP3 LEnder) is a simple MP3 server written in C. It does not support mixing, radio shows, etc. Ample is just intended to be an easy way to remotely listen to your MP3s using the "open location" features in XMMS, WinAmp, and Media Player. Package: amsynth Description-md5: 42adbf3ede6156bdcbafcf752ad79f66 Description-en: two oscillators software synthesizer amSynth features: * two analogue-style audio oscillators, featuring: o sine wave o saw/triangle wave with adjustable shape o square/pulse wave with adjustable pulsewidth o noise generation o "random" wave (noise with sample & hold) o oscillator sync o of course, detune and range control * mixer section with ring modulation * analogue-style low-pass filter o 24dB/octave curve o dedicated ADSR envelope o cutoff and resonance control o keyboard pitch tracking * amplifier with dedicated ADSR envelope * modulation LFO o up to 58Hz modulation o routable to all sections (pitch, filter, amplifier) * Effects o High quality stereo reverb (freeverb) o Distortion/crunch * Easy navigation and manipulation of presets * Stand-alone OSS or ALSA Midi/Audio client 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 Description-md5: 6d199f77014c62b8baf8cbdddbe08a29 Description-en: Software development kit for Android platform The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This metapackage pulls the entire Android SDK. Package: android-sdk-build-tools Description-md5: 43a808bc9fee61d6ccbfbe518b214550 Description-en: Tools for building Android applications The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Build-tools is a component of the Android SDK required for building Android application code. . This package pulls Android SDK Build-tool. Package: android-sdk-build-tools-common Description-md5: a1f3a1d9f77e8e522be8374bfb6c88fc Description-en: Tools for building Android applications - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Build-tools is a component of the Android SDK required for building Android application code. . This package provides common files of Android SDK Build-tools. Package: android-sdk-common Description-md5: 4fccf15a7285feec6ff7fd703232b171 Description-en: Common files of Android SDK base toolset The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This package provides common files of Android SDK Tools. Package: android-sdk-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: android-sdk-platform-tools Description-md5: 39e80bb695d322ee9edeb1706c1f7e25 Description-en: Tools for interacting with an Android platform The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package pulls Android SDK Platform-tools. Package: android-sdk-platform-tools-common Description-md5: 04d4a0e8f8ba3c3b61dfebe1edfd4775 Description-en: Tools for interacting with an Android platform - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package provides common files of Android SDK Platform-tools. Package: ani-cli Description-md5: 7f8868a1159bba40991553f4dbc28a1f Description-en: Browse and watch anime on the commandline ani-cli allows one to comfortably watch anime (alone and with friends) from the commandline. It scrapes allmanga as source for the videos. It works with both mpv and vlc. 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: antiword Description-md5: 91202a9a74fb47111423e1091e439879 Description-en: Converts MS Word files to text, PS, PDF and XML Antiword is a free MS Word reader. . It converts the binary files from MS Word 2, 6, 7, 97, 2000 and 2003 to text, Postscript, PDF and XML. . Note that it doesn't support the XML-based formats which newer MS Word versions produce by default (.docx). Package: antpm Description-md5: b97569ae767d64acd327d9c3aa685d3c Description-en: ANT+ information retrieval client for Garmin GPS products This software uses the Garmin ANT+ proprietary USB keys and communication protocol to retrieve information (such as GPS traces) from some Garmin Forerunner watches such as Forerunner 405 and 310XT. . The underlying ANT+minus implements the ANT/ANT+/ANT-FS protocols to provide these tools: garmin-ant-downloader, antpm-downloader, antpm-fit2gpx, and antpm-usbmon2ant. . ANT+minus is a userspace implementation of a wire protocol similar to the ANT/ANT+/ANT-FS protocols. The goal is to be able to communicate with any ANT capable device in order to e.g. retrieve sports tracks. The C++ implementation is currently available under both Linux and win. Communication with watches other than the 310XT might work, but are untested. Please report your experience to help improving the software. . The software was originally named "gant" but renamed when packaged to avoid confusion with existing Java software. Package: aom-tools Description-md5: 59fd3a6e565dd92debdd79c95b7f13f9 Description-en: AV1 Video Codec Library -- Tools AOMedia Video 1 (AV1) is an open and royalty free video encoding format optimized for the Internet and the successor of VP9. aom is the reference encoder and decoder implementation published by the Alliance for Open Media. . This package contains the command line encoding and decoding tools. Package: apertium-apy Description-md5: 1f4ea9d0ca4e6ebf0895a161e5f0690e Description-en: Apertium APY service This package contains Apertium APY which is simple Apertium API written in Python 3 meant as a drop-in replacement for ScaleMT. Package: apertium-regtest Description-md5: f2cf1b1503dfe85293353306deb9deb7 Description-en: Regression test suite for Apertium languages and pairs Suite to run regression tests for Apertium languages and pairs. Package: appmenu-registrar Description-md5: 978ba616a5ee0827a9f786e33e110e1c Description-en: Appmenu DBusMenu registrar This package provides a standalone Appmenu registrar that allows other applications to access any active window's application menu tree. . Such a registrar is extremely useful for, e.g. . * implementing global menus (application menus appear in the top panel bar of the desktop environment) * adding an application menu browser or search engine to HUDs . The registrar uses the protocol originally published with the Unity7 desktop environment. It supports all features found in that implementation. . The menu hiding functionality in appmenu-gtk-module depends on the registrar's presence. . This package is a subproject of the vala-panel-appmenu project. Package: apprise Description-md5: 8794df5b352cfc9d6ed6796548270a29 Description-en: Push Notifications that work with just about every platform Allows you to send notifications to more than 70 notification services. With emphasis on: Apprise API, AWS SES, Telegram, Discord, Slack, Amazon SNS, Gotify, Google Chat, Faast, IFTTT, Matrix, Microsoft Teams etc. . There is a small built-in Configuration Manager that can be optionally accessed through your web browser allowing, you to create and save as many configurations as you'd like. Each configuration is differentiated by a unique {KEY} that you decide on. Package: appstream-compose Description-md5: b3a9d0f5abf91cbc1d139569f1ccc935 Description-en: Compose metadata catalogs from directory trees AppStream is a metadata specification which permits software components to provide information about themselves to automated systems and end-users before the software is actually installed. This permits informative displays of new applications to users in software centers, as well as allowing a system to make decisions on which new software a user might want to install (e.g. missing firmware or media handlers). . This package extends the `appstreamcli` utility with a `compose` subcommand to generate AppStream metadata and media files from directory trees. Package: appstream-doc Description-md5: dc054809f19ff27201243a1d8a8f4df2 Description-en: Developer documentation for AppStream AppStream is a metadata specification which permits software components to provide information about themselves to automated systems and end-users before the software is actually installed. This permits informative displays of new applications to users in software centers, as well as allowing a system to make decisions on which new software a user might want to install (e.g. missing firmware or media handlers). . This package provides developer documentation for AppStream. Package: appstream-glib-doc Description-md5: 9432e372607238ff788bc9d3f21a8f61 Description-en: Developer documentation for the libappstream-glib library AppStream is a cross-distribution effort for creating and sharing metadata about software components available in the package repositories of a distribution. . This package provides developer documentation for the libappstream-glib library. Package: appstream-util Description-md5: a4492a3684298de274fd2e206004ee03 Description-en: Utility to work with AppStream metadata AppStream is a cross-distribution effort for creating and sharing metadata about software components available in the package repositories of a distribution. . This package provides an utility to work with AppStream metadata, which uses libappstream-glib. . It also contains Autotools macros to easily integrate AppStream metadata into an Autotools-based buildsystem, by running 'appstream-util' to validate the files before installing them. Package: apt-cacher Description-md5: c2a7cf862bdc0d1afaec036dba0d3c94 Description-en: Caching proxy server for Debian/Ubuntu/Devuan software repositories Apt-cacher performs caching of files requested by apt-get (or other APT clients such as aptitude or synaptic). Apt-cacher can also proxy Debian Bugs SOAP requests for apt-listbugs. It is most useful for local area networks with limited network bandwidth or to reduce multiple large downloads. . When a file or package is requested, apt-cacher checks whether it already has the requested version, in which case it fulfils the request immediately. If not, it downloads the package while streaming it to the client at the same time. A local copy is then kept for any subsequent requests. . Apt-cacher has been optimized for best utilization of network bandwidth and is efficient even on slow or low-memory servers. Multiple ways of installation are possible: as a stand-alone proxy, as a daemon executed by inetd or as a CGI program (deprecated). Client machines are configured by changing APT's proxy configuration or modification of access URLs in sources.list. . The package includes utilities to clean the cache (removing obsolete package files), generate usage reports and import existing package files. Optional features include a file checksum verification framework, IPv6 support, FTP and HTTPS (proxying only) support as well as the simultaneous caching of repositories from different distributions. . Apt-cacher can be used as a replacement for apt-proxy, with no need to modify client's /etc/apt/sources.list files (and even reusing its config and cached data), or as an alternative to approx. Package: apt-src Description-md5: c1c2aad38a3b3f83fa8835588c7f14b5 Description-en: manage Debian source packages apt-src is a command line interface for downloading, installing, upgrading, and tracking Debian source packages. It makes source package management feel a lot like using apt to manage binary packages, and is being used as a testbed to work on adding source dependencies to Debian. . It can be run as a normal user, or as root. If you want a convenient way to track updates to packages while preserving your local modifications, this is a way to do that. 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: aptly Description-md5: 20d080901cec323189594235a52164f6 Description-en: Swiss army knife for Debian repository management - main package It offers several features making it easy to manage Debian package repositories: . - make mirrors of remote Debian/Ubuntu repositories, limiting by components/architectures - take snapshots of mirrors at any point in time, fixing state of repository at some moment of time - publish snapshot as Debian repository, ready to be consumed by apt - controlled update of one or more packages in snapshot from upstream mirror, tracking dependencies - merge two or more snapshots into one . This is the main package, it contains the aptly command-line utility. Package: aptly-api Description-md5: 35f8d825ae06ba18f3415b0d0b7fbda4 Description-en: Swiss army knife for Debian repository management - API It offers several features making it easy to manage Debian package repositories: . - make mirrors of remote Debian/Ubuntu repositories, limiting by components/architectures - take snapshots of mirrors at any point in time, fixing state of repository at some moment of time - publish snapshot as Debian repository, ready to be consumed by apt - controlled update of one or more packages in snapshot from upstream mirror, tracking dependencies - merge two or more snapshots into one . This package contains the aptly-api service. Package: apvlv Description-md5: 4b1d58b2d2f099faad2482c44aa92735 Description-en: PDF/EPUB/TXT/FB2/MOBI/CBZ/HTML ... viewer with Vim-like behaviour apvlv (Alf's PDF Viewer Like Vim) is a small and fast PDF/EPUB/TXT/FB2 viewer, that uses poppler for rendering. Its interface aims to users who like vim behaviour. For example opening a PDF file can be done with ':o filename'. apvlv can also work with tabs, so you can open multiple files at the same time in one program. Package: aravis-tools Description-md5: cf0190c9538f0fdf1d03bd9631c93f7e Description-en: Aravis based tools for GenICam cameras Basic viewer for aravis compatible cameras, real-time camera control using GenICam implemented properties (arv-viewer-0.8). Package: aravis-tools-cli Description-md5: 096507d042f2feed11d79ef6d85d0566 Description-en: Aravis based command line tools for GenICam cameras Basic GenICam standard function testing and camera control utility (arv-tool-0.8). Package: arch-test Description-md5: 458aa995c47b10497051ccf508cb6179 Description-en: detect architectures supported by your machine/kernel This package lets you enumerate architectures that your kernel can run. The check is for the ability to run machine code and supporting appropriate syscall ABI -- you may need to install userland libraries in a chroot, container or via multiarch to actually execute non-static binaries of such architectures. . Also provided is "elf-arch", a tool to determine the architecture of an ELF binary (program or library). . Architectures detected by this version of arch-test are: * amd64, i386, x32 * mips, mipsel, mips64, mips64el * arm, armel, armhf, arm64, arm64ilp32 * powerpc, ppc64, ppc64el, powerpcspe * m68k * sh4 * s390x * sparc, sparc64 * illumos-amd64 * win32, win64 * kfreebsd-amd64, kfreebsd-i386 * alpha * hppa * riscv64, riscv32 * arc * loong64 Package: ardentryst Description-md5: 558c021de0117cc3e48b9cfc9a65647d Description-en: Action/RPG sidescoller, focused on story and character development Ardentryst is an action/RPG sidescoller, focused not just on fighting, but on story, and character development. It features two playable characters and a variety of weapons, items, armour, monsters, and beautiful level scenery and graphics. Package: argus-server Description-md5: 353c40cd6e96a9a56a8791f8562b21be Description-en: IP network transaction auditing tool argus is a network transaction auditing tool that allows the user to easily classify connections using tcpdump(1) compliant expressions. Argus runs as an application level daemon, promiscuously reading network datagrams from a specified interface, and generates network traffic audit records for the network activity that it encounters. Auditing records can be used to ensure that access control policies are being enforced, identify network problems such as denial of service attacks and more. . This package contains the binaries required for the argus server. Please see the package argus-client for appropriate clients. Package: argyll Description-md5: 787f052d9ed7e05055ba42d95c368d2f Description-en: Color Management System, calibrator and profiler Argyll is an experimental, open source, ICC compatible color management system. It supports accurate ICC profile creation for scanners, CMYK printers, film recorders and calibration and profiling of displays. Spectral sample data is supported, allowing a selection of illuminants observer types, and paper fluorescent whitener additive compensation. Profiles can also incorporate source specific gamut mappings for perceptual and saturation intents. Gamut mapping and profile linking uses the CIECAM02 appearance model, a unique gamut mapping algorithm, and a wide selection of rendering intents. It also includes code for the fastest portable 8 bit raster color conversion engine available anywhere, as well as support for fast, fully accurate 16 bit conversion. Device color gamuts can also be viewed and compared using a VRML viewer. Package: argyll-doc Description-md5: 11dd73eca8cdfd05fbb3ce018791a3f6 Description-en: Color Management System, calibrator and profiler (documentation) Argyll is an experimental, open source, ICC compatible color management system. It supports accurate ICC profile creation for scanners, CMYK printers, film recorders and calibration and profiling of displays. . This package contains the documentation for argyll. Package: argyll-ref Description-md5: fdf7f4087d1ce8d7686d892197492e85 Description-en: Color Management System, calibrator and profiler (data files) Argyll is an experimental, open source, ICC compatible color management system. It supports accurate ICC profile creation for scanners, CMYK printers, film recorders and calibration and profiling of displays. . This package contains the data files for argyll. Package: arm-trusted-firmware-tools Description-md5: 3f56b05049e0d5194652edf754afaec1 Description-en: "secure world" software for ARM SoCs - tools The "secure world" on arm64 machines is a special level of CPU privilege that is hidden from the normal OS, and has complete control over the system. It provides both initialization during early boot stages (before u-boot or EFI) and system monitor functionality once the machine is booted up. . This package includes helper tools. Package: asahi-fwextract Description-md5: 6426ef5ffa5950ca62c491a84bf8b369 Description-en: Asahi Linux firmware extractor Scripts to extract firmware blobs from an EFI partition set up by the Asahi Linux installer. Package: asmc-linux Description-md5: e0a05e01a616d2dcac47bfd4e811ddcc Description-en: Masm compatible assembler Asmc is a Macro Assembler that compatible with MASM syntax. "asmc_linux" is a variant of "asmc" that can be build by GCC. . [asmc_linux]: https://github.com/nidud/asmc_linux [asmc]: https://github.com/nidud/asmc Package: astcenc Description-md5: 77038d9fae3e0e4c302bd19d346bff86 Description-en: ASTC image compression and decompression tool The Adaptive Scalable Texture Compression (ASTC) format, developed by Arm® and AMD, has been adopted as an official extension to the Open GL®, OpenGL ES, and Vulkan® graphics APIs. It provides a major step forward both in terms of image quality at a given bitrate, and in terms of the format and bitrate flexibility available to content creators. This allows more assets to use compression, often at a reduced bitrate compared to legacy formats, reducing memory bandwidth and energy consumption. . This package provides the command-line tool to compress and decompress images. Package: atop Description-md5: 2a32ea85feda1b5ec3fb2dbfd516b9ba Description-en: Monitor for system resources and process activity Atop is an ASCII full-screen performance monitor, similar to the top command, but atop only shows the active system-resources and processes, and only shows the deviations since the previous interval. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and it shows for every active process the CPU utilization in system and user mode, the virtual and resident memory growth, priority, username, state, and exit code. The process level activity is also shown for processes which finished during the last interval, to get a complete overview about the consumers of things such as CPU time. . Author: Gerlof Langeveld Package: audmes Description-md5: 4981906e1aa95f7326fec47780d1fd06 Description-en: AUDio MEasurement System Multi-platfrom system for audio measurement through sound card in the PC. Incorporates Generator, Oscilloscope, FFT, Sweep frequency characteristic. Useful for measuring stereo and speaker performance. Package: autodock-vina Description-md5: ccc2890588539c77dfd8813255875f4e Description-en: docking of small molecules to proteins AutoDock Vina is a program to support drug discovery, molecular docking and virtual screening of compound libraries. It offers multi-core capability, high performance and enhanced accuracy and ease of use. . The same institute also developed autodock, which is widely used. . O. Trott, A. J. Olson, AutoDock Vina: improving the speed and accuracy of docking with a new scoring function, efficient optimization and multithreading, Journal of Computational Chemistry 31 (2010) 455-461 Package: autopostgresqlbackup Description-md5: dcd99edb882742617b6d27f2116096aa Description-en: Automated tool to make periodic backups of PostgreSQL databases autopostgresqlbackup is a shell script (usually executed from a cron job) designed to provide a fully automated tool to make periodic backups of PostgreSQL databases. autopostgresqlbackup extract databases into flat files in a daily, weekly or monthly basis. . autopostgresqlbackup is a PostgreSQL port of automysqlbackup. Package: ax25-apps Description-md5: 9d6286b50b0a8fc36f6838c262b100cd Description-en: AX.25 ham radio applications This package provides specific user applications for hamradio that use AX.25 Net/ROM or ROSE network protocols: * axcall: a general purpose AX.25, NET/ROM and ROSE connection program. * axlisten: a network monitor of all AX.25 traffic heard by the system. * ax25ipd: an RFC1226 compliant daemon which provides encapsulation of AX.25 traffic over IP. * ax25mond: retransmits data received from sockets into an AX.25 monitor socket. Package: blanket Description-md5: d730a3e7787263f2086f2b03a28cf4a6 Description-en: Listen to relaxing sounds Improve focus and increase your productivity by listening to different sounds. It also allows you to fall asleep in a noisy environment. . Blanket is a GNOME Circle app. Package: bleachbit Description-md5: a958efd51e414316ebd3cb47958129ea Description-en: delete unnecessary files from the system BleachBit deletes unnecessary files to free valuable disk space, maintain privacy, and remove junk. It removes cache, Internet history, temporary files, cookies, and broken shortcuts. . It handles cleaning of Adobe Reader, Bash, Beagle, Epiphany, Firefox, Flash, GIMP, Google Earth, Java, KDE, OpenOffice.org, Opera, RealPlayer, rpmbuild, Second Life Viewer, VIM, XChat, and more. . Beyond simply erasing junk files, BleachBit wipes free disk space (to hide previously deleted files for privacy and to improve compression of images), vacuums Firefox databases (to improve performance without deleting data), and securely shreds arbitrary files. Package: bloboats Description-md5: 72fcfa32095182f5fa84840dd0688239 Description-en: Boat racing game Bloboats is an arcade-like boat racing game in the hybrid spirit of Mario-like platform jumpers and elasto mania / xmoto. . The objective of Bloboats is to reach MS Enterprise as fast as possible to save it from the hands of the terrible Tentacle Monsters of an Unknown Master and in the same time beat your friend and laugh at his or her puny time. . The journey starts from a place called Tutorial, somewhere in the United States, and somehow the player ends up in the famous HV-Arena of Helsinki. During the trip a number of MS Enterprises are saved, luckily, from the hands of the terrible Tentacle Monsters of an Unknown Master, who actually is your dad. Or then ain't. :-) Package: blobwars Description-md5: 04620865cad48eb96542898e371aace3 Description-en: platform shooting game Blob Wars: Metal Blob Solid is a 2D platform game. It is the first in the Blob Wars series. . Since their world was invaded by an alien race, the Blobs have faced a lifetime of war. But now they have a chance to win the war once and for all. . In Blob Wars: Metal Blob Solid, you take on the role of a fearless Blob agent, Bob. Bob's mission is to infiltrate the various enemy bases around the Blobs' homeworld and rescue as many MIAs as possible. But standing in his way are many vicious aliens, other Blobs who have been assimilated and the evil alien leader, Galdov. Package: blobwars-data Description-md5: cd7dde71280ef9b457b11537538de4bb Description-en: platform shooting game (data) Since their world was invaded by an alien race, the Blobs have faced a lifetime of war. But now they have a chance to win the war once and for all. . In Blob Wars: Metal Blob Solid, you take on the role of a fearless Blob agent, Bob. Bob's mission is to infiltrate the various enemy bases around the Blobs' homeworld and rescue as many MIAs as possible. But standing in his way are many vicious aliens, other Blobs who have been assimilated and the evil alien leader, Galdov. . This package contains the maps, graphics, music and sound for blobwars. Package: blockout2 Description-md5: 288f5c5b4d9fbe67dd5636ad0e032803 Description-en: Tetris like game (3D-tetris) BlockOut II is a free adaptation of the original BlockOut DOS game edited by California Dreams in 1989. BlockOut II has the same features than the original game with few graphic improvements. The score calculation is also nearly similar to the original game. BlockOut II has been designed by an addicted player for addicted players. BlockOut II is an open source project available for both Windows and Linux. Package: bluefish Description-md5: 2cf908ef001fcc791aee8e7b4a506e74 Description-en: advanced Gtk+ text editor for web and software development Bluefish is a powerful editor targeted towards programmers and web developers, with many options to write websites, scripts and programming code. Bluefish supports a wide variety of programming and markup languages and has many features, e.g. . - Customizable code folding, auto indenting and completion - Support for remote files operation over FTP, SFTP, HTTPS, WebDAV, etc. - Site upload and download - Powerful search and replace engine - Customizable integration of external programs such as lint, make, etc - Snippets plugin to automate often used code - Code-aware in-line spell checking - Zencoding or Emmet support - Bookmarks panel . but is still lightweight and fast. . For validation of CSS/HTML/XML documents you need csstidy, tidy, weblint and/or xmllint. For preview to work, you need a web browser that can view local files given to it on the command line. For PHP or Python bluefish supports php-codesniffer and pylint. Tools not suggested but supported are make, perl, php5-cli and java-compiler. Package: bluefish-data Description-md5: 4744152c48109732f057dcf29596e9f9 Description-en: advanced Gtk+ text editor (data) Bluefish is a powerful editor targeted towards programmers and web developers, with many options to write websites, scripts and programming code. Bluefish supports a wide variety of programming and markup languages and has many features, e.g. . - Customizable code folding, auto indenting and completion - Support for remote files operation over FTP, SFTP, HTTPS, WebDAV, etc. - Site upload and download - Powerful search and replace engine - Customizable integration of external programs such as lint, make, etc - Snippets plugin to automate often used code - Code-aware in-line spell checking - Zencoding or Emmet support - Bookmarks panel . but is still lightweight and fast. . This package contains the architecture independent data for the application and its plugins. Package: bluefish-plugins Description-md5: 9db3336111a7f802e64070e6f20a41f6 Description-en: advanced Gtk+ text editor (plugins) Bluefish is a powerful editor targeted towards programmers and web developers, with many options to write websites, scripts and programming code. Bluefish supports a wide variety of programming and markup languages and has many features, e.g. . - Customizable code folding, auto indenting and completion - Support for remote files operation over FTP, SFTP, HTTPS, WebDAV, etc. - Site upload and download - Powerful search and replace engine - Customizable integration of external programs such as lint, make, etc - Snippets plugin to automate often used code - Code-aware in-line spell checking - Zencoding or Emmet support - Bookmarks panel . but is still lightweight and fast. . This package contains the plugins. You will need it for the HTML dialogs, snippets, charmaps etc. So it's basically necessary. Package: blueprint-compiler Description-md5: 9d766f38f9f47fb4c446016f25607b8f Description-en: Markup language for GTK user interface files GtkBuilder XML format is quite verbose, and many app developers don't like using WYSIWYG editors for creating UIs. Blueprint files are intended to be a concise, easy-to-read format that makes it easier to create and edit GTK UIs. Internally, it compiles to GtkBuilder XML as part of an app's build system. It adds no new features, just makes the features that exist more accessible. Another goal is to have excellent developer tooling--including a language server--so that less knowledge of the format is required. Hopefully this will increase adoption of cool advanced features like GtkExpression. Package: bluetooth Description-md5: 9e39e616b43759f27940df27b76d2e46 Description-en: Bluetooth support (metapackage) This package provides all of the different plugins supported by the Bluez bluetooth stack. Package: bluez-hcidump Description-md5: 4ebfd05a0b1b606a60e737cc590e2325 Description-en: Analyses Bluetooth HCI packets The hcidump utility allows the monitoring of Bluetooth activity. It provides a disassembly of the Bluetooth traffic and can display packets from higher level protocols such as RFCOMM, SDP and BNEP. . This was the software that is independent as bluez-hcidump, but this has been integrated into BlueZ from BlueZ 5.0. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bluez-meshd Description-md5: ca06bc66a9b979e71d30c46198c95ca7 Description-en: bluetooth mesh daemon The Bluetooth Mesh network is a new Bluetooth feature that extends "Bluetooth Low Energy (BLE)". . This package provides daemon (meshd) and tools that provide Bluetooth mesh functionality. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bluez-source Description-md5: c53970d5c21e016bf4cdb7f6f6b575a5 Description-en: Source code for the BlueZ Linux Bluetooth stack This package contains the sources and patches which are needed to build bluez. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bluez-test-scripts Description-md5: b0494198a0371f6bfc1b05ec27b53bff Description-en: test scripts of bluez This package contains test scripts for using BlueZ. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bluez-test-tools Description-md5: fca85c8cf3fcd7fb4552fc32307ac254 Description-en: test tools of bluez This package contains test tools for using BlueZ. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bmf Description-md5: 9929dee4a5839d950a09d0bc7414eb1d Description-en: e-mail filter for spam that learns A small, fast, flexible Bayesian filter for processing e-mail. It is "trained" by the user to categorize email as spam or non-spam. This implementation integrates well with existing tools such as procmail and mutt. It can use a variety of formats for storing data. A utility is supplied for converting data between the supported formats. . This package includes support for text and libdb formats. . See "A Plan for Spam" by Paul Graham for further information. Package: bolt-20 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: bolt-21 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: boot-info-script Description-md5: 131f4972c484ed474b49ad639b870114 Description-en: inspect boot environment boot-info-script generates a report of your boot environment. This report can easily be read or sent to someone else in case you can not fix the problem yourself. 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: bottlerocket Description-md5: 331352390812dbe755ab7c21f047c647 Description-en: Utility to control X10 Firecracker devices for home automation A command-line utility to interact with the Firecracker version of X10's home control devices (wireless home automation to control lights, cameras, appliances via a small transmitter that plugs into the standard RS-232 serial port of a computer). . Also included is rocket launcher, a graphical frontend to bottlerocket. If you want this functionality you should have wish (tk8.3 or tk8.4 - the Tcl/Tk interpreter) installed. Package: brandy Description-md5: 01a034d11f00c1f20ad18d0d8bcdd7f6 Description-en: BBC BASIC VI interpreter Matrix Brandy is an interpreter for BBC BASIC. It is source code compatible with the BASIC VI interpreter in RISC OS. . BBC BASIC VI is the 64-bit floating-point version of BASIC that came with the Acorn RISC OS machines, itself a development of the version of BASIC on the BBC Micro. Matrix Brandy aims to be source code compatible with this, including some extensions found in the RISC PC versions and the later RISC OS 5 as made available for several systems including the Raspberry Pi. Package: brickos Description-md5: 81bad338f60ecd7f2623f64ba3db9e7c Description-en: alternative OS for LEGO(r) Mindstorms RCX supporting C/C++ A multitasking operating system with development environment for use as an alternative to the standard LEGO(r) Mindstorms RCX firmware. . For posts to/from other users: https://lugnet.com/robotics/rcx/legos/ . (LEGO(r) is a trademark of the LEGO Group of companies.) Package: brickos-doc Description-md5: 4c6ab5ad98c018ad6b20f5eed2bdea13 Description-en: documentation for brickOS an Alternative OS for the RCX API Documentation for brickOS an alternative Operating System for the LEGO(r) Mindstorms RCX. . (LEGO(r) is a trademark of the LEGO Group of companies.) Package: btest Description-md5: 8bbc361463b9968b10809f89406f3a77 Description-en: simple driver for basic unit tests "btest" is a simple framework for writing unit tests. Freely borrowing some ideas from other packages, it's main objective is to provide an easy-to-use, straightforward driver for a suite of shell-based tests. Each test consists of a set of command lines that will be executed, and success is determined based on their exit codes. "btest" comes with some additional tools that can be used within such tests to compare output against a previously established baseline. Package: btrbk Description-md5: 13434d9f502ec934b9db33ec622b0769 Description-en: backup tool for btrfs subvolumes Backup tool for btrfs subvolumes, using a configuration file, allows creation of backups from multiple sources to multiple destinations, with ssh and flexible retention policy support (hourly, daily, weekly, monthly). Package: buildstream Description-md5: 9809a3125ee95183b9a654d5766eefbf Description-en: toolset for the Buildstream project BuildStream is a GNOME project to improve the continuous integration of complex systems and applications. The project aims to pay special attention to those developers and integrators who care about the maintainability of their projects during a long period of time. . BuildStream is also a powerful and flexible software integration toolset. It has been designed to create different outputs out of a unique input and, at the same time, it is able to adapt to complex workflows, even when additional build tools are required. An important part of BuildStream is a sister project called BuildGrid, that allows BuildStream to build at scale. . This package provides the toolset, accessible with the `bst` command. Package: buildtorrent Description-md5: 83acf29e32cd31820fc84a71fc6f942a Description-en: command line torrent creation program buildtorrent is a torrent file creation program. Given an announce url and an input file or directory, buildtorrent generates an output .torrent file that can be used by torrent clients. Package: bundlewrap Description-md5: 6aa9b36eecfa8983211eb31424b509ed Description-en: Decentralized configuration management system with Python By allowing for easy and low-overhead config management, BundleWrap fills the gap between complex deployments using Chef or Puppet and old school system administration over SSH. . While most other config management systems rely on a client-server architecture, BundleWrap works off a repository cloned to your local machine. . It then automates the process of SSHing into your servers and making sure everything is configured the way it's supposed to be. You won't have to install anything on managed servers. Package: buteo-syncfw Description-md5: 2df65d1d92abb8b32e2c05fbf10edf25 Description-en: Buteo Synchronization Framework Synchronization of contact data in Lomiri is controlled by Buteo (the synchronization framework used in Ubuntu Touch and SailfishOS). Synchronization with a variety of data sources is supported through a number of data-source-specific synchronization plugins. Each plugin is independent, although many of them share significant amounts of code to ease maintenance. . This package contains the synchronization backend, plugin manager, profile db, and conflict resolver. Package: bzflag Description-md5: 6abbe5bd80be29c0501200f593c8d63f Description-en: 3D first person tank battle game BZFlag is a 3D multi-player multiplatform tank battle game that allows users to play against each other in a network environment. There are five teams: red, green, blue, purple and rogue (rogue tanks are black). Destroying a player on another team scores a win, while being destroyed or destroying a teammate scores a loss. Rogues have no teammates (not even other rogues), so they cannot shoot teammates and they do not have a team score. . There are two main styles of play: capture-the-flag and free-for-all. In capture-the-flag, each team (except rogues) has a team base and each team with at least one player has a team flag. The object is to capture an enemy team's flag by bringing it to your team's base. This destroys every player on the captured team, subtracts one from that team's score, and adds one to your team's score. In free-for-all, there are no team flags or team bases. The object is simply to get as high a score as possible. . This metapackage installs both the client and the server, as well as generic documentation files concerning the bzflag community, contributing to bzflag, etc. Package: bzflag-client Description-md5: ec93b0737ea3292c2bf204ecf9335f3f Description-en: 3D first person tank battle game -- client BZFlag is a 3D multi-player multiplatform tank battle game that allows users to play against each other in a network environment. There are five teams: red, green, blue, purple and rogue (rogue tanks are black). Destroying a player on another team scores a win, while being destroyed or destroying a teammate scores a loss. Rogues have no teammates (not even other rogues), so they cannot shoot teammates and they do not have a team score. . There are two main styles of play: capture-the-flag and free-for-all. In capture-the-flag, each team (except rogues) has a team base and each team with at least one player has a team flag. The object is to capture an enemy team's flag by bringing it to your team's base. This destroys every player on the captured team, subtracts one from that team's score, and adds one to your team's score. In free-for-all, there are no team flags or team bases. The object is simply to get as high a score as possible. . This package installs the BZFlag client compatible with 2.4.x BZFlag servers. Package: bzflag-data Description-md5: f47e829e59fc9047b0ce1aa2d8d6d0ef Description-en: 3D first person tank battle game -- data BZFlag is a 3D multi-player multiplatform tank battle game that allows users to play against each other in a network environment. There are five teams: red, green, blue, purple and rogue (rogue tanks are black). Destroying a player on another team scores a win, while being destroyed or destroying a teammate scores a loss. Rogues have no teammates (not even other rogues), so they cannot shoot teammates and they do not have a team score. . There are two main styles of play: capture-the-flag and free-for-all. In capture-the-flag, each team (except rogues) has a team base and each team with at least one player has a team flag. The object is to capture an enemy team's flag by bringing it to your team's base. This destroys every player on the captured team, subtracts one from that team's score, and adds one to your team's score. In free-for-all, there are no team flags or team bases. The object is simply to get as high a score as possible. . This package installs the data files needed by the BZFlag client. Package: bzflag-server Description-md5: 029282d17f4701a2726858e1ad73784a Description-en: 3D first person tank battle game -- server bzfs is the server for BZFlag, and it must be running to play. It can be run on any system on the network (including a player's system or one without graphics). You need to install this package if you wish to: - play by yourself - play amongst a small group of people on a private network - provide a server so that anyone on the Internet may play with you Package: c-evo-dh-data Description-md5: 9a4ba2b8ddab41db472b201b45207a95 Description-en: Empire Building Game (data files), C-evo: Distant Horizon A civilization style, turn based strategy game, of the Civ II era. . This package contains documentation, graphics, sound and localization data files for c-evo-dh. Package: c-evo-dh-gtk2 Description-md5: d07ddde07fa0ac7c8115f9f7e0d147ae Description-en: Empire Building Game (GTK2), C-evo: Distant Horizon A civilization style, turn based strategy game, of the Civ II era. . In this game, each player becomes the leader of a civilisation. To win, the player's civilization has to be first to build a spaceship. Features include a tough AI, many difficulty levels, custom design of military units. Game help in Chinese, Czeck, French, German, Italian, Portuguese, Spanish & Russian. Package: c-evo-dh-stdai Description-md5: e1e358073cb0302d643551a08ca6e2e5 Description-en: Empire Building Game (AI module), C-evo: Distant Horizon A civilization style, turn based strategy game, of the Civ II era. . This package contains the AI module for c-evo-dh. Package: c2x Description-md5: 089ae8140beba2ba3abae4b863d11300 Description-en: converter between DFT electronic structure codes formats This program should convert CASTEP's .check, .castep_bin, orbitals and .cell to various other formats, particularly so that they can be visualised with Jmol, XCrysDen, gnuplot and other programs. It can extract charge and spin densities, wavefunctions, symmetry operations, and much else besides. It also interfaces with Abinit, Quantum Espresso, Siesta, VASP, and other electronic structure codes. . The code can also manipulate .cell and .pdb files, building supercells, performing shifts, adding vacuum and rolling nanotubes. Package: cacti-spine Description-md5: 61315daeee86a59c040eb931ed2cfc1e Description-en: Multi-Threading poller for cacti Spine is a replacement for the default cmd.php poller in the cacti package. It primarily strives to be as fast as possible, and is designed for sites with large numbers of hosts and devices polled. . If the default poller provided by cacti works for you, then you should not use this package. You should only use this package if the default poller is unable to complete a polling cycle in the required amount of time. Package: cairosvg Description-md5: 31719718d06444d946a2ea1cc1d773f7 Description-en: SVG to PDF/PS/PNG converter based on Cairo CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files. The main part of CairoSVG is a SVG parser, trying to follow the SVG 1.1 recommendation from the W3C. Once parsed, the result is drawn to a Cairo surface that can be exported to various formats: PDF, PostScript, PNG and even SVG. Package: caja Description-md5: 2d27e6d6f085ec92e7532bd116bd9d0a Description-en: file manager for the MATE desktop Caja is the official file manager for the MATE 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 MATE desktop. It works on local and remote filesystems. Package: caja-common Description-md5: e845fd1d469dd58a087ffd0d047163d0 Description-en: file manager for the MATE desktop (common files) Caja is the official file manager for the MATE 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 MATE desktop. It works on local and remote filesystems. . This package contains the architecture independent files. Package: calamares-settings-mobian Description-md5: b626547c6e5789f1f804d66f5104c1ff Description-en: Calamares branding and configuration for Mobian This package contains the branding, configuration and scripts required to boot to calamares and install Mobian on a small, touch screen only device. Package: calculix-ccx Description-md5: b9652211e4452dc83798aead93a56b9e Description-en: Three-Dimensional Structural Finite Element Program CalculiX is a free and open source finite element analysis application that uses a similar input format to Abaqus. It has an implicit and explicit solver and a pre and post processor (CGX). This package contains the solver CalculiX CrunchiX (cxx). 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: carburetor Description-md5: 5f28f1242a6424d920a34cfb3ca99181 Description-en: Anonymous browsing made easy Discover anonymous browsing with Carburetor on your phones and computers. Tailored for GNOME, it's your hidden superhero for online adventures, powered by TOR. Don't get your hands dirty with system files any more – just tap in the app, keeping your online world safe and private. Customize settings if you want, but you don't have to. Carburetor is Free Software and puts you in control. No worries, just enjoy your anonymous browsing! Package: catfish Description-md5: b7ea6e8c7cd8dcd35786b72c76f96349 Description-en: File searching tool which is configurable via the command line Catfish is a handy file searching tool for Linux and UNIX. The interface is intentionally lightweight and simple, using only Gtk+3. You can configure it to your needs by using several command line options. Package: catimg Description-md5: 34d427d8e9a3ab0482fef0a35135749a Description-en: fast image printing in to your terminal catimg is a little program written in C with no dependencies that prints images in terminal. It supports JPEG, PNG, ICO and GIF formats. . You will need a 256 color terminal in order to use this program. For higher resolution images, you need unicode support. Package: cbm Description-md5: 6a7b85ec4ae9edd0c415c0d9a7cd6a48 Description-en: display in real time the network traffic speed The Color Bandwidth Meter (CBM) is a small program to display the traffic currently flowing through the network devices in a simple curses-based GUI. The traffic for all interfaces include values as receive, transfer and total Bytes/s or bits/s (or its multiples as KB/s and Kb/s). . It is useful for Internet or LAN speed tests, measuring the velocity of a link, to establish a benchmark or to monitor your connections. CBM can be used with virtual, wired or wireless networks. Package: cdbs Description-md5: 84b2b5b6a68f07483ccc082be0bb4b21 Description-en: common build system for Debian packages This package contains the Common Debian Build System, an abstract build system based on Makefile inheritance which is completely extensible and overridable. In other words, CDBS provides a sane set of default rules upon which packages can build; any or all rules may be overridden as needed. Package: celluloid Description-md5: 36039aaa9324deae871f44000a6a65b0 Description-en: simple GTK+ frontend for mpv GNOME MPV is a simple GTK+ frontend for mpv. GNOME MPV interacts with mpv via the client API exported by libmpv, allowing access to mpv's powerful playback capabilities. Package: centreon-plugins Description-md5: 2e568f69169be2b7591336593497ab8d Description-en: Collection of Nagios plugins to monitor OS, services and network devices Free and open source project to monitor systems. The project can be used with Centreon and all monitoring software compatible with Nagios plugins. . The following can be monitored: . * application: Apache, Asterisk, Elasticsearch, Github, Jenkins, Kafka, Nginx, Pfsense, Redis, Tomcat, Varnish... * cloud: AWS, Azure, Docker, Office365, Nutanix, Prometheus... * database: Firebird, Informix, MS SQL, MySQL, Oracle, Postgres, Cassandra * hardware: printers (rfc3805), UPS (Powerware, Mge, Standard), Sun Hardware, Cisco UCS, SensorIP, HP Proliant, HP Bladechassis, Dell Openmanage, Dell CMC, Raritan... * network: Aruba, Brocade, Bluecoat, Brocade, Checkpoint, Cisco AP/IronPort/ASA/Standard, Extreme, Fortigate, H3C, Hirschmann, HP Procurve, F5 BIG-IP, Juniper, PaloAlto, Redback, Riverbed, Ruggedcom, Stonesoft... * os: Linux (SNMP, NRPE), Freebsd (SNMP), AIX (SNMP), Solaris (SNMP)... * storage: EMC Clariion, Netapp, Nimble, HP MSA p2000, Dell EqualLogic, Qnap, Panzura, Synology... Package: cgvg Description-md5: b23f1a8c3132a407fe7cad19b1f0e7ed Description-en: command-line source browsing tool cgvg is a pair of Perl scripts ("cg" and "vg") which are meant to assist a programmer in doing command-line source browsing. . The idea is you can easily search for keywords in the code, and jump to the file and line where a match is found. Used with ctags(1), this can really help with jumping around and following code. Some features include a human-readable output, coloring, bold (and alternate bolding), and just sheer convenience for a programmer. . cgvg uses the Perl internal find and does its own searching, rather than being a wrapper for UNIX find(1) and grep(1). There is a ~/.cgvgrc file for per-user configuration, and some nice features like coloring, and multiple log files. Package: cl-speech-dispatcher Description-md5: 7b4b0a144c4870eab899a44ed1bbb38d Description-en: Common Lisp interface to Speech Dispatcher Speech Dispatcher provides a device independent layer for speech synthesis. It supports various software and hardware speech synthesizers as backends and provides a generic layer for synthesizing speech and playing back PCM data via those different backends to applications. . Various high level concepts like enqueueing vs. interrupting speech and application specific user configurations are implemented in a device independent way, therefore freeing the application programmer from having to yet again reinvent the wheel. . This package contains a Common Lisp library for communication with Speech Dispatcher. Package: clang-20 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-20-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-20-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-21 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-21-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-21-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-20 Description-md5: 5fdb7838fa336de9de2703cb644c12e4 Description-en: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Package: clang-format-21 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-20 Description-md5: 239d974b460ce0b6a914aa94c05888ad Description-en: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Package: clang-tidy-21 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-20 Description-md5: da24a5a87f39211c1ff10f03f06e0a3c Description-en: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains some clang-based tools like scan-build, clang-cl, etc. Package: clang-tools-21 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-20 Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb Description-en: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. Package: clangd-21 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: clazy Description-md5: 5bdd5d8030f3ce392b4cd4a160016c2b Description-en: Clang plugin for additional warnings Clazy is a Clang plugin which extends the compiler with over 50 warnings related to Qt best practices ranging from unneeded memory allocations to API misuse. It’s an opensource project spawned by KDAB’s R&D efforts for better C++ tooling. Package: clazy-tests Description-md5: 67d1b5cf9cd05d27dfaf294ea0939942 Description-en: test files for Clazy This package contains all the test files needed for running the autopkgtest of Clazy. This is hardly useful to install in any other context than this. Package: cpp-12 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-12-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-13 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-13-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-13-for-build Description-md5: 4d867f66a5170c25af70c1bda2672d33 Description-en: GNU C preprocessor for the build architecture 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 configured for the build architecture but not the compiler. . This is a dependency package. Package: cpp-13-for-host Description-md5: bdce3f8f67a0382ae150b074db5ebb6f Description-en: GNU C preprocessor for the host architecture 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 configured for the host architecture but not the compiler. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: cpp-13-x86-64-linux-gnu Description-md5: 43b850052510e8ce407b526ada2b0877 Description-en: GNU C preprocessor for x86_64-linux-gnu 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 configured for x86_64-linux-gnu architecture but not the compiler. Package: cpp-15 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-15-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-15-for-build Description-md5: 4d867f66a5170c25af70c1bda2672d33 Description-en: GNU C preprocessor for the build architecture 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 configured for the build architecture but not the compiler. . This is a dependency package. Package: cpp-15-for-host Description-md5: bdce3f8f67a0382ae150b074db5ebb6f Description-en: GNU C preprocessor for the host architecture 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 configured for the host architecture but not the compiler. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: cpp-15-x86-64-linux-gnu Description-md5: 43b850052510e8ce407b526ada2b0877 Description-en: GNU C preprocessor for x86_64-linux-gnu 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 configured for x86_64-linux-gnu architecture but not the compiler. Package: dcmtk Description-md5: 4e2bb09aacd082ae853c1a73e701f503 Description-en: OFFIS DICOM toolkit command line utilities DCMTK includes a collection of libraries and applications for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. . This package contains the DCMTK utility applications. . Note: This version was compiled with libssl support. Package: dcmtk-data Description-md5: b270bf2c4b686867f83655caf1981304 Description-en: OFFIS DICOM toolkit data files DCMTK includes a collection of libraries and applications for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. . This package contains the DCMTK data files. Package: dcmtk-doc Description-md5: 2ba99821a14957a0c94b52ddaf004741 Description-en: OFFIS DICOM toolkit documentation DCMTK includes a collection of libraries and applications for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. . This package contains the on-line documentation for the DCMTK libraries and utilities in HTML format. Package: debian-archive-keyring Description-md5: 259b60506d5ad3f4cf4baa5f3462cbc5 Description-en: OpenPGP archive certificates of the Debian archive The Debian project digitally signs its Release files. This package contains the archive certificates used for that. . In Ubuntu, those keys are disabled by default. Package: desmume Description-md5: 3c38f4d8b701e8921ce8a7f5eb1a7aee Description-en: Nintendo DS emulator DeSmuME is a Nintendo DS emulator running homebrew demos and commercial games. . This package includes only the command line user interface desmume-cli. Package: detox Description-md5: 57a56ea30e81ef29e23165136cbfe243 Description-en: replace problematic characters in filenames detox is a utility designed to clean up filenames. It replaces difficult to work with characters, such as spaces, with standard equivalents. It will also clean up filenames with UTF-8 or Latin-1 (or CP-1252) characters in them. . Features: * Removal or replacement of upper ASCII Latin-1 (ISO 8859-1) characters; * Removal or replacement of UTF-8 encoded Unicode characters; * Removal or replacement of spaces and other potentially tricky characters; * Trimming of excessive "_" and "-"s; * Directory recursion, dry runs, verbose listings. . It is designed with safety in mind. It won't overwrite a file that already exists, and it doesn't touch special files if not requested. . detox is useful to mass rename files automatically. As just one example, you can use detox to easily standardize lots of files, as MP3 or movies, downloaded or stored inside a directory. . This package provides detox and inline-detox commands. The inline-detox can be used in command lines, as a filter in shell procedures. Package: dhcpcd Description-md5: 2e945b209e732c41256c26409c50e108 Description-en: DHCPv4 and DHCPv6 dual-stack client (init.d script & systemd unit) dhcpcd provides seamless IPv4 and IPv6 auto-configuration. . This package provides the optional init.d script and systemd service. . It should NOT be installed on systems where interfaces are configured by ifupdown via using the DHCP method. Package: dhcpcd5 Description-md5: c3387213d43dd2ed9690ef2f7ac33009 Description-en: DHCPv4 and DHCPv6 dual-stack client (dummy transitional package) This package depends on dhcpcd. It can safely be removed after upgrades. 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: diaspora-common Description-md5: fca0adb2b58e8d8531627141d1d4c892 Description-en: distributed social networking service - common files Diaspora (currently styled diaspora* and formerly styled DIASPORA*) is a free personal web server that implements a distributed social networking service. Installations of the software form nodes (termed "pods") which make up the distributed Diaspora social network. . Diaspora is intended to address privacy concerns related to centralized social networks by allowing users to set up their own server (or "pod") to host content; pods can then interact to share status updates, photographs, and other social data. It allows its users to host their data with a traditional web host, a cloud-based host, an ISP, or a friend. The framework, which is being built on Ruby on Rails, is free software and can be experimented with by external developers. . Learn more about Diaspora at http://diasporafoundation.org . It provides files common for the diaspora and diaspora-installer packages. Package: diaspora-installer Description-md5: 120c7fb469648e6eb3e942926e8b1ea0 Description-en: distributed social networking service - installer Diaspora (currently styled diaspora* and formerly styled DIASPORA*) is a free personal web server that implements a distributed social networking service. Installations of the software form nodes (termed "pods") which make up the distributed Diaspora social network. . Diaspora is intended to address privacy concerns related to centralized social networks by allowing users to set up their own server (or "pod") to host content; pods can then interact to share status updates, photographs, and other social data. It allows its users to host their data with a traditional web host, a cloud-based host, an ISP, or a friend. The framework, which is being built on Ruby on Rails, is free software and can be experimented with by external developers. . Learn more about Diaspora at http://diasporafoundation.org . This dummy package downloads diaspora (also pulling in runtime dependencies as rubygems) and configures it to use PostgreSQL and Nginx. . Unlike the normal Debian package, this package installs exact versions of the dependencies supported by upstream. Package: diaspora-installer-mysql Description-md5: c18a155ca94ebb0900ab3ea2aa77e4b9 Description-en: distributed social networking service - installer (with MySQL) Diaspora (currently styled diaspora* and formerly styled DIASPORA*) is a free personal web server that implements a distributed social networking service. Installations of the software form nodes (termed "pods") which make up the distributed Diaspora social network. . Diaspora is intended to address privacy concerns related to centralized social networks by allowing users to set up their own server (or "pod") to host content; pods can then interact to share status updates, photographs, and other social data. It allows its users to host their data with a traditional web host, a cloud-based host, an ISP, or a friend. The framework, which is being built on Ruby on Rails, is free software and can be experimented with by external developers. . Learn more about Diaspora at http://diasporafoundation.org . This dummy package downloads diaspora (also pulling in runtime dependencies as rubygems) and configures it to use MySQL and Nginx. . Unlike the normal Debian package, this package installs exact versions of the dependencies supported by upstream. Package: drumkv1 Description-md5: 259a2fd840ef3d042bca6fc0e8dd5357 Description-en: old-school drum-kit sampler - standalone drumkv1 is an old-school all-digital drum-kit sampler synthesizer with stereo effects. It is provided in both forms of a LV2 plugin and a pure stand-alone JACK client with JACK-session and both JACK MIDI and ALSA MIDI input support. . This package provides the standalone app. Package: drumkv1-common Description-md5: 1e86ef9529f61535178b97432598a575 Description-en: old-school drum-kit sampler - common files drumkv1 is an old-school all-digital drum-kit sampler synthesizer with stereo effects. It is provided in both forms of a LV2 plugin and a pure stand-alone JACK client with JACK-session and both JACK MIDI and ALSA MIDI input support. . This package provides files shared by both the LV2 plugin and the standalone application. Package: drumkv1-lv2 Description-md5: 42ca7df6cefc1950048074270293e507 Description-en: old-school drum-kit sampler - lv2-plugin drumkv1 is an old-school all-digital drum-kit sampler synthesizer with stereo effects. It is provided in both forms of a LV2 plugin and a pure stand-alone JACK client with JACK-session and both JACK MIDI and ALSA MIDI input support. . This package provides the LV2 plugin. 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: eye Description-md5: b509d100ee53ef205b9512e00c645e20 Description-en: semantic web reasoning engine Euler Yet another proof Engine (EYE) is a reasoning engine supporting the Semantic Web layers. It performs semibackward chaining and it supports Euler paths. Via N3 it is interoperable with Cwm. . Semibackward chaining is backward chaining for rules using <= in N3 and forward chaining for rules using => in N3. This can be seen in EYE Reasoning. . Euler paths are roughly "don't step in your own steps" which is inspired by what Leonhard Euler discovered in 1736 for the Königsberg Bridge Problem. EYE sees the rule P => C as P & NOT(C) => C. . Notation3 (N3) is a shorthand non-XML serialization of Resource Description Framework (RDF) models, designed with human-readability in mind: N3 is much more compact and readable than XML RDF notation. . Resource Description Framework (RDF) is a standard model for data interchange on the Web. Package: fastboot Description-md5: 0db6071f628e832ecc4ed4708ecbb0b4 Description-en: Android fastboot tool A command line tool for flashing an Android device, boot an Android device to fastboot mode, etc.. . This package depends on "android-udev-rules" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Package: flang-20 Description-md5: bd017b88c85853e1292c78015b1d62a8 Description-en: Fortran compiler Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. Package: flang-21 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: flent Description-md5: ac992f5a1b2fd770a6100e803f1403f5 Description-en: FLExible Network Tester for bufferbloat testing and more The FLExible Network Tester: Python wrapper to run multiple simultaneous netperf/iperf/ping instances and aggregate the results. . Tests are specified as config files (which are really Python), and various parsers for tool output are supplied. At the moment, parsers for netperf in -D mode, iperf in csv mode and ping/ping6 in -D mode are supplied, as well as a generic parser for commands that just outputs a single number. . Several commands can be run in parallel and, provided they output timestamped values, (which netperf ping and iperf do, the latter with a small patch, available in the misc/ directory), the test data points can be aligned with each other in time, interpolating differences between the actual measurement points. This makes it possible to graph (e.g.) ping times before, during and after a link is loaded. Package: flydraw Description-md5: aa058a16abd6cbeedce7c237076a8669 Description-en: command-line drawing tool flydraw is a drawing tool based on an interpreter which parses a language featuring rich graphic primitives; it uses libgd to output GIF, JPEG, or PNG files. 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: fuse Description-md5: e1c60869f8386b61887a67fd20371379 Description-en: Filesystem in Userspace (transitional package) This is a transitional package. It can safely be removed. Package: g++-12 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-12-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++-13 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-13-for-build Description-md5: 6b662a2a3907f28ed9a0e2ac6a55d3ea Description-en: GNU C++ compiler for the build architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arch_gnu architecture. . This is a dependency package. Package: g++-13-for-host Description-md5: 9390f1b2980c545f669a0b8b8d5b11e0 Description-en: GNU C++ compiler for the host architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the host architecture. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: g++-13-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++-13-x86-64-linux-gnu Description-md5: f28641d421c551d47a5e989009efe119 Description-en: GNU C++ compiler for x86_64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for x86_64-linux-gnu architecture. Package: g++-15 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-15-for-build Description-md5: 6b662a2a3907f28ed9a0e2ac6a55d3ea Description-en: GNU C++ compiler for the build architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arch_gnu architecture. . This is a dependency package. Package: g++-15-for-host Description-md5: 9390f1b2980c545f669a0b8b8d5b11e0 Description-en: GNU C++ compiler for the host architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the host architecture. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: g++-15-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++-15-x86-64-linux-gnu Description-md5: f28641d421c551d47a5e989009efe119 Description-en: GNU C++ compiler for x86_64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for x86_64-linux-gnu architecture. Package: g++-mingw-w64 Description-md5: be80ce4b74c17089adf52fd4e6f4d519 Description-en: GNU C++ compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C++ compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: g++-mingw-w64-i686 Description-md5: 6366762ba193116a3b542733f5cfb5e8 Description-en: GNU C++ compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: g++-mingw-w64-i686-posix Description-md5: 59f77e288f7da43385e23cd3357279e5 Description-en: GNU C++ compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: g++-mingw-w64-i686-win32 Description-md5: a417f252857a5b8608e19402178d0d79 Description-en: GNU C++ compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: g++-mingw-w64-x86-64 Description-md5: 14601edb773363e23588439ef1aaa043 Description-en: GNU C++ compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: g++-mingw-w64-x86-64-posix Description-md5: 2f78b451e8f57f04cf2bb392f2101c0e Description-en: GNU C++ compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: g++-mingw-w64-x86-64-win32 Description-md5: b7a278b6e6a5418562b9721cbfb394f2 Description-en: GNU C++ compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: g10k Description-md5: cc4a90e3c3951fc425231ba63802bdcc Description-en: Puppet environment and module deployment g10k provides a general purpose toolset for deploying Puppet environments and modules. It implements the Puppetfile format and provides a native implementation of Puppet dynamic environments. g10k is a rewrite of puppetlabs/r10k in Go with additional optimizations such as: . - caching support - distinct SSH keys for each source - parallel cloning and checkout - enhanced Puppetfile options . It only supports Forge modules and Git repositories. Package: ga68-15 Description-md5: 30c69c461c89e2a11180e4b8c6d22def Description-en: GNU Algol 68 compiler This is the GNU Algol 68 compiler, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: ga68-15-for-build Description-md5: d932cad28db19ec14513ce2f387605ac Description-en: GNU Algol 68 compiler for the build architecture This is the GNU Algol 68 compiler for the build architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package. Package: ga68-15-for-host Description-md5: ee4bae01b40440072aed9579af2d02b1 Description-en: GNU Algol 68 compiler for the host architecture This is the GNU Algol 68 compiler for the host architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: ga68-15-x86-64-linux-gnu Description-md5: a1d70223937520d075c1df71dbd3fb4e Description-en: GNU Algol 68 compiler for the x86_64-linux-gnu architecture This is the GNU Algol 68 compiler for the x86_64-linux-gnu architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-12 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-12-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-12-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-12-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-12-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-12-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-12-offload-amdgcn Description-md5: e96e628ccd58c5a2bf9ff080281b9496 Description-en: GCC offloading compiler to GCN The package provides offloading support for AMD GCN. OpenMP and OpenACC programs linked with -fopenmp will by default add GCN code into the binaries, which can be offloaded to AMD GCN capable devices if available. Package: gcc-12-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-12-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-12-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-12-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-13 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-13-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-13-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-13-for-build Description-md5: 1231e8563c440c0230388f9db0660a3c Description-en: GNU C compiler for the build architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package. Package: gcc-13-for-host Description-md5: 2f6f77eeb03535ba77299cfe1a0ef756 Description-en: GNU C compiler for the host architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gcc-13-hppa64-linux-gnu Description-md5: 0ee0959bbc343ff940f7f385554ffc51 Description-en: GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-13-locales Description-md5: eb5e72cb380341d4ed2ad2d24c34f31d Description-en: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Package: gcc-13-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-13-offload-amdgcn Description-md5: e96e628ccd58c5a2bf9ff080281b9496 Description-en: GCC offloading compiler to GCN The package provides offloading support for AMD GCN. OpenMP and OpenACC programs linked with -fopenmp will by default add GCN code into the binaries, which can be offloaded to AMD GCN capable devices if available. Package: gcc-13-offload-nvptx Description-md5: 3c146096ed88f2f061e433f8b7d0e37c Description-en: GCC offloading compiler to NVPTX The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. Package: gcc-13-plugin-dev Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-13-source Description-md5: cb00049993a8c14b73bb041c050eb8c5 Description-en: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Package: gcc-13-test-results Description-md5: dc68b9fb54342c9f71afbc0efcf1ade0 Description-en: Test results for the GCC test suite This package contains the test results for running the GCC test suite for a post build analysis. Package: gcc-13-x86-64-linux-gnu Description-md5: 7bf4c826102db622ef3a4d867a96ef4e Description-en: GNU C compiler for the x86_64-linux-gnu architecture This is the GNU C compiler for the x86_64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-15 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-15-diagnostics Description-md5: 3b093af11d873e3197ab5004eca6c6c1 Description-en: GCC diagnostic tools Currently only provides the sarif-replay command-line tool, which takes SARIF files as input, and uses libdiagnostics to replay any diagnostics within them as if they were GCC diagnostics. Package: gcc-15-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-15-for-build Description-md5: 1231e8563c440c0230388f9db0660a3c Description-en: GNU C compiler for the build architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package. Package: gcc-15-for-host Description-md5: 2f6f77eeb03535ba77299cfe1a0ef756 Description-en: GNU C compiler for the host architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gcc-15-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-15-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-15-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-15-offload-amdgcn Description-md5: e96e628ccd58c5a2bf9ff080281b9496 Description-en: GCC offloading compiler to GCN The package provides offloading support for AMD GCN. OpenMP and OpenACC programs linked with -fopenmp will by default add GCN code into the binaries, which can be offloaded to AMD GCN capable devices if available. Package: gcc-15-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-15-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-15-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-15-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-15-x86-64-linux-gnu Description-md5: 7bf4c826102db622ef3a4d867a96ef4e Description-en: GNU C compiler for the x86_64-linux-gnu architecture This is the GNU C compiler for the x86_64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-mingw-w64 Description-md5: 186a2a61eb56afd112def7e23ba6c0ba Description-en: GNU C compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: gcc-mingw-w64-base Description-md5: c672bcae021d4c3e369501f16896add5 Description-en: GNU Compiler Collection for MinGW-w64 (base package) MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This empty package contains the documentation common to all gcc-mingw-w64 packages. Package: gcc-mingw-w64-i686 Description-md5: 1df9e48aacb272ce9615f670323ec4b7 Description-en: GNU C compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: gcc-mingw-w64-i686-posix Description-md5: aaea0a71bcf8004dbff53ab14cdc680c Description-en: GNU C compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: gcc-mingw-w64-i686-posix-runtime Description-md5: 8cf4db2a61554a8b638d718263fa1896 Description-en: GNU Compiler Collection for MinGW-w64, i686/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for i686, using the POSIX thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Package: gcc-mingw-w64-i686-win32 Description-md5: 9d97b15b1a36742b6f1c0af43e50bd9e Description-en: GNU C compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: gcc-mingw-w64-i686-win32-runtime Description-md5: 388de3e4d18656b3a94b84c4a51659cf Description-en: GNU Compiler Collection for MinGW-w64, i686/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for i686, using the Win32 thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Package: gcc-mingw-w64-x86-64 Description-md5: cfe2f1984459e655ca7197df3f410b29 Description-en: GNU C compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: gcc-mingw-w64-x86-64-posix Description-md5: 6a3f3e94c5611377c2ca02e8e014ab3a Description-en: GNU C compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: gcc-mingw-w64-x86-64-posix-runtime Description-md5: a45e6da30baf0e44fb002221b7820e3f Description-en: GNU Compiler Collection for MinGW-w64, x86-64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for x86-64, using the POSIX thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Package: gcc-mingw-w64-x86-64-win32 Description-md5: caa3be7db7eeed56498fd7c4fb27f2b2 Description-en: GNU C compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: gcc-mingw-w64-x86-64-win32-runtime Description-md5: 6a92bf4ba77035bbc3f428c93f7fd133 Description-en: GNU Compiler Collection for MinGW-w64, x86-64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the runtime DLLs used by GCC and applications built with it, for x86-64, using the Win32 thread model. Its purpose is both to provide the DLLs used during builds, and to allow packages shipping Windows programs to depend on those DLLs without pulling in the complete toolchain. Package: gccgo-12 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-12-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-12-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-13 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-13-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-13-for-build Description-md5: 48f6a7ed16a17b424736635ff7390599 Description-en: GNU Go compiler for the build architecture This is the GNU Go compiler for the build architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gccgo-13-for-host Description-md5: 3709a5079a9cb97b4e9a88427901107d Description-en: GNU Go compiler for the host architecture This is the GNU Go compiler for the host architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gccgo-13-multilib Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-13-x86-64-linux-gnu Description-md5: fdb31c41e8727172123ebc6e0fa9807a Description-en: GNU Go compiler for the x86_64-linux-gnu architecture This is the GNU Go compiler for the x86_64-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-15 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-15-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-15-for-build Description-md5: 48f6a7ed16a17b424736635ff7390599 Description-en: GNU Go compiler for the build architecture This is the GNU Go compiler for the build architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gccgo-15-for-host Description-md5: 3709a5079a9cb97b4e9a88427901107d Description-en: GNU Go compiler for the host architecture This is the GNU Go compiler for the host architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gccgo-15-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-15-x86-64-linux-gnu Description-md5: fdb31c41e8727172123ebc6e0fa9807a Description-en: GNU Go compiler for the x86_64-linux-gnu architecture This is the GNU Go compiler for the x86_64-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-15 Description-md5: edc83783dbd68b432855822f5c422cb4 Description-en: GNU Rust compiler !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gccrs-15-for-build Description-md5: 5066e422e5da41e2f2dd30ef10e0bcf7 Description-en: GNU Rust compiler for the build architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . This is a dependency package. Package: gccrs-15-for-host Description-md5: 0526722408b6a3a14aeb6aac1f703999 Description-en: GNU Rust compiler for the host architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gccrs-15-x86-64-linux-gnu Description-md5: 31912838d25768bf9d621e13e0ae3088 Description-en: GNU Rust compiler for the x86_64-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: 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: gcobol-15 Description-md5: fb2b7a1b0cc69f3d6d8fb85ce21008e4 Description-en: GNU COBOL compiler This is the GNU COBOL compiler, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcobol-15-for-build Description-md5: 20db7310701fe6d3e72769c140375356 Description-en: GNU COBOL compiler for the build architecture This is the GNU COBOL compiler for the build architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package. Package: gcobol-15-for-host Description-md5: 3146c4ecabe497109d6a298a7c1c7724 Description-en: GNU COBOL compiler for the host architecture This is the GNU COBOL compiler for the host architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gcobol-15-x86-64-linux-gnu Description-md5: b9721de3b3392759192464a146e9734d Description-en: GNU COBOL compiler for the x86_64-linux-gnu architecture This is the GNU COBOL compiler for the x86_64-linux-gnu architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gdc-12 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-12-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-13 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-13-for-build Description-md5: 37e9bbaf8fbfca59e8217dc2367c7215 Description-en: GNU D compiler (version 2) for the build architecture This is the GNU D compiler for the build architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. . This is a dependency package. Package: gdc-13-for-host Description-md5: 9da49654390f533a91350e9ffc22d416 Description-en: GNU D compiler (version 2) for the host architecture This is the GNU D compiler for the host architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gdc-13-multilib Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-13-x86-64-linux-gnu Description-md5: 3370d98e61f8c9ed857813919b9a5f4c Description-en: GNU D compiler (version 2) for the x86_64-linux-gnu architecture This is the GNU D compiler for the x86_64-linux-gnu architecture, 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-15 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-15-for-build Description-md5: 37e9bbaf8fbfca59e8217dc2367c7215 Description-en: GNU D compiler (version 2) for the build architecture This is the GNU D compiler for the build architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. . This is a dependency package. Package: gdc-15-for-host Description-md5: 9da49654390f533a91350e9ffc22d416 Description-en: GNU D compiler (version 2) for the host architecture This is the GNU D compiler for the host architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gdc-15-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-15-x86-64-linux-gnu Description-md5: 3370d98e61f8c9ed857813919b9a5f4c Description-en: GNU D compiler (version 2) for the x86_64-linux-gnu architecture This is the GNU D compiler for the x86_64-linux-gnu architecture, 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: genwqe-tools Description-md5: 2df62bffda3a05a5d04ac79b7e33d99c Description-en: utilities for accelerated libz implementation Accelerated libz implementation uses FPGA based PCIe cards (e.g. zEDC) to accelerate compression/decompression. . This package provides utilities to use libzADC, as well as gzip/gunzip names for genwqe utilities in a subdirectory not in $PATH. Package: geocode-glib-tests Description-md5: 1a903b330e890d730e2bf27510d42495 Description-en: installed tests for the geocode-glib library Geocode-glib allows you to do geocoding (going from a place name, to a longitude/latitude pair) and reverse geocoding (finding a place name from coordinates) using the Nominatim service. . This package contains the tests for the geocode-glib library. Package: geophar Description-md5: c3acc8ca9907ae13522455d6c16ff829 Description-en: Swiss army knife for the math teacher this application contains every tool you would like to find when preparing math courses, exercises or their keys. Features: - symbolic calculus - tables of variations, LaTeX syntax - dynamic geometry - probability trees - graphs - function plotting - histograms, etc. Package: gfortran-12 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-12-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-12-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-13 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-13-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-13-for-build Description-md5: 748b70d5e078f51a0a1a8810f97e7888 Description-en: GNU Fortran compiler for the build architecture This is the GNU Fortran compiler for the build architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gfortran-13-for-host Description-md5: 45750004f61e98b776fd803bf4361bf0 Description-en: GNU Fortran compiler for the host architecture This is the GNU Fortran compiler for the host architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gfortran-13-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-13-x86-64-linux-gnu Description-md5: d58c4dfdb182f598353d755dda19253d Description-en: GNU Fortran compiler for the x86_64-linux-gnu architecture This is the GNU Fortran compiler for the x86_64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-15 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-15-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-15-for-build Description-md5: 748b70d5e078f51a0a1a8810f97e7888 Description-en: GNU Fortran compiler for the build architecture This is the GNU Fortran compiler for the build architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gfortran-15-for-host Description-md5: 45750004f61e98b776fd803bf4361bf0 Description-en: GNU Fortran compiler for the host architecture This is the GNU Fortran compiler for the host architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gfortran-15-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-15-x86-64-linux-gnu Description-md5: d58c4dfdb182f598353d755dda19253d Description-en: GNU Fortran compiler for the x86_64-linux-gnu architecture This is the GNU Fortran compiler for the x86_64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-mingw-w64 Description-md5: 226bdce350b0262f3c77b87c36299c88 Description-en: GNU Fortran compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Fortran compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: gfortran-mingw-w64-i686 Description-md5: 8514229bdbe4d596f03ba9790bbcfd2a Description-en: GNU Fortran compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Fortran compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: gfortran-mingw-w64-i686-posix Description-md5: 8a0592c2734bdbf3cad2e63b33589d7c Description-en: GNU Fortran compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: gfortran-mingw-w64-i686-win32 Description-md5: 189f58f8edc956cf8be003dc5d75ed39 Description-en: GNU Fortran compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: gfortran-mingw-w64-x86-64 Description-md5: f81944970a0452452936b0dfcfe0605b Description-en: GNU Fortran compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Fortran compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: gfortran-mingw-w64-x86-64-posix Description-md5: 416377ec0777856235543e1a2b85afce Description-en: GNU Fortran compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: gfortran-mingw-w64-x86-64-win32 Description-md5: 8d5bee720a90108f09b45c667c3c492e Description-en: GNU Fortran compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Fortran compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: gir1.2-appstreamglib-1.0 Description-md5: 5c470e9895465da5de82ce57f0c8435a Description-en: GObject introspection data for the libappstream-glib library AppStream is a cross-distribution effort for creating and sharing metadata about software components available in the package repositories of a distribution. . This package contains introspection data for the libappstream-glib library. Package: gir1.2-aravis-0.8 Description-md5: e07bdbd9796906e6004548100b13c627 Description-en: GObject introspection data for Aravis Binary type libraries which can be used by non-C language bindings, and other tools, to introspect or wrap the original aravis C libraries. It contains the metadata files providing bindings to call into the C library. Package: gir1.2-caja-2.0 Description-md5: d2d03b886d3ddf07dc0cfb9d52676537 Description-en: GObject introspection data for Caja Caja is the official file manager for the MATE 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 MATE desktop. It works on local and remote filesystems. . This package contains introspection data for Caja. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-garcon-1.0 Description-md5: 9e68bf6e334fd15da89f853771e09c4e Description-en: Typelib file for garcon garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package provides the introspection data for garcon. Package: gir1.2-garcongtk-1.0 Description-md5: 87146d9ae71f2dbaa736a15f2ff7012b Description-en: Typelib file for garcon GTK garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package provides the introspection data for garcon GTK. Package: git-annex Description-md5: 88efc7abdf2a743a6caeeb3db7c83733 Description-en: manage files with git, without checking their contents into git git-annex allows managing large files with git, without storing the file contents in git. It can sync, backup, and archive your data, offline and online. Checksums and encryption keep your data safe and secure. Bring the power and distributed nature of git to bear on your large files with git-annex. . It can store large files in many places, from local hard drives, to a large number of cloud storage services, including S3, WebDAV, and rsync, with dozens of cloud storage providers usable via plugins. Files can be stored encrypted with gpg, so that the cloud storage provider cannot see your data. git-annex keeps track of where each file is stored, so it knows how many copies are available, and has many facilities to ensure your data is preserved. . git-annex can also be used to keep a folder in sync between computers, noticing when files are changed, and automatically committing them to git and transferring them to other computers. The git-annex webapp makes it easy to set up and use git-annex this way. Package: gm2-12 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-12-doc Description-md5: 8c1ff0489b300a48b35a366311e7c7fd Description-en: Documentation for the GNU Modula-2 compiler (gm2) Documentation for the GNU Modula-2 compiler in HTML and info format. Package: gm2-13 Description-md5: 86da0732fb89cbbbb777aebc6d46bb28 Description-en: GNU D compiler (version 2) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-13-doc Description-md5: 8c1ff0489b300a48b35a366311e7c7fd Description-en: Documentation for the GNU Modula-2 compiler (gm2) Documentation for the GNU Modula-2 compiler in HTML and info format. Package: gm2-13-for-build Description-md5: 7cc656c744910632285aea28d1eea6e5 Description-en: GNU Modula-2 compiler for the build architecture This is the GNU Modula-2 compiler for the build architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package. Package: gm2-13-for-host Description-md5: c116400de44ebf7dafebe5650c8d9515 Description-en: GNU Modula-2 compiler for the host architecture This is the GNU Modula-2 compiler for the host architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gm2-13-x86-64-linux-gnu Description-md5: 715017f94accf8a4e1546b56f9253afd Description-en: GNU Modula-2 compiler for the x86_64-linux-gnu architecture This is the GNU Modula-2 compiler for the x86_64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15 Description-md5: e64f12bc1504dd633dc9ff6d7313cb70 Description-en: GNU Modula-2 compiler (version 2) 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-15-doc Description-md5: 8c1ff0489b300a48b35a366311e7c7fd Description-en: Documentation for the GNU Modula-2 compiler (gm2) Documentation for the GNU Modula-2 compiler in HTML and info format. Package: gm2-15-for-build Description-md5: 7cc656c744910632285aea28d1eea6e5 Description-en: GNU Modula-2 compiler for the build architecture This is the GNU Modula-2 compiler for the build architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package. Package: gm2-15-for-host Description-md5: c116400de44ebf7dafebe5650c8d9515 Description-en: GNU Modula-2 compiler for the host architecture This is the GNU Modula-2 compiler for the host architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gm2-15-x86-64-linux-gnu Description-md5: 715017f94accf8a4e1546b56f9253afd Description-en: GNU Modula-2 compiler for the x86_64-linux-gnu architecture This is the GNU Modula-2 compiler for the x86_64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-12 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-12-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-13 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-13-doc Description-md5: 8139d6afb41aa31e17dbd1884d4ab725 Description-en: GNU Ada compiler (documentation) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the documentation in info format. Package: gnat-13-for-build Description-md5: 66ec605ce8a00da3b6957457f873b44e Description-en: GNU Ada compiler for the build architecture 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. . This is a dependency package. Package: gnat-13-for-host Description-md5: 26e4a341bb88e54a4842408bed0e44a5 Description-en: GNU Ada compiler for the host architecture 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. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gnat-13-x86-64-linux-gnu Description-md5: 759fa47ec4a247c672dca154584fe221 Description-en: GNU Ada compiler for the x86_64-linux-gnu architecture 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-15 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-15-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-15-for-build Description-md5: 66ec605ce8a00da3b6957457f873b44e Description-en: GNU Ada compiler for the build architecture 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. . This is a dependency package. Package: gnat-15-for-host Description-md5: 26e4a341bb88e54a4842408bed0e44a5 Description-en: GNU Ada compiler for the host architecture 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. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gnat-15-x86-64-linux-gnu Description-md5: 759fa47ec4a247c672dca154584fe221 Description-en: GNU Ada compiler for the x86_64-linux-gnu architecture 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-mingw-w64 Description-md5: 1562dadaf2bdac519bb9c18b81e84dc7 Description-en: GNU Ada compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Ada compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: gnat-mingw-w64-i686 Description-md5: ebdcd25cfbe0ca4c6add299e73634239 Description-en: GNU Ada compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Ada compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: gnat-mingw-w64-i686-posix Description-md5: d3d4f50a6680407f291d49171d48eaf4 Description-en: GNU Ada compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: gnat-mingw-w64-i686-win32 Description-md5: ca2e7efc6aa8646c992d40a727079873 Description-en: GNU Ada compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: gnat-mingw-w64-x86-64 Description-md5: 0328018315680f1cb26ea975661e7c0a Description-en: GNU Ada compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Ada compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: gnat-mingw-w64-x86-64-posix Description-md5: c8efde02816ce5b6297ec4a53754a4c7 Description-en: GNU Ada compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: gnat-mingw-w64-x86-64-win32 Description-md5: b51b502172020254cc2e28dc8bc50333 Description-en: GNU Ada compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Ada compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: gnustep-base-common Description-md5: 3b9baa7f67cda5445dafa1864dc587f6 Description-en: GNUstep Base library - common files The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the OpenStep API but implementing Apple and GNU additions to the API as well. . This package contains the common files needed by the GNUstep Base library. Package: gnustep-base-doc Description-md5: 7a42edc1e78a97776d8f7f1f41f9ac7b Description-en: Documentation for the GNUstep Base Library This package contains the GNUstep Base Library API reference, as well as the GNUstep Base programming manual and GNUstep Coding Standards in Info, HTML and PDF format. Package: gnustep-base-runtime Description-md5: 0282d1823d9ad32bb849f37bdc4e2c41 Description-en: GNUstep Base library - daemons and tools The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the OpenStep API but implementing Apple and GNU additions to the API as well. . This package contains the runtime support files needed by GNUstep applications. Package: gnustep-common Description-md5: 21e07eaabb93b22e8ae11a6c5c6069f3 Description-en: Common files for the core GNUstep environment This package contains the main GNUstep configuration file, common files, scripts and directory layout needed to run any GNUstep software. Package: gnustep-make Description-md5: 7310f8ab166503bcfee57a368b5ff34c Description-en: GNUstep build system This package contains the makefiles needed to compile any GNUstep software, and the GNUstep Test Framework used by GNUstep packages to build and run tests. Package: gnustep-make-doc Description-md5: 98bf098f69a7d90ca5639d83ded2753d Description-en: Documentation for GNUstep Make This package contains the GNUstep Make manual in Info, HTML and PDF format. Also included are several documents such as the GNUstep HOWTO, FAQ and explanation of the GNUstep filesystem which are useful to get familiar with the basic aspects of the GNUstep environment. Package: gnustep-multiarch Description-md5: 82e873d650253043aa67911e7577d758 Description-en: GNUstep Multi-Arch support This package contains the symlinks in the GNUstep System Library (/usr/lib/x86_64-linux-gnu/GNUstep) to their corresponding architecture-independent directories at /usr/share. Package: gobjc++-12 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++-12-multilib Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-13 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-13-for-build Description-md5: c4787a502b3ba4f5182d072f7a9b7dc4 Description-en: GNU Objective-C++ compiler for the build architecture This is the GNU Objective-C++ compiler for the build architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gobjc++-13-for-host Description-md5: 6eb456849ad49181c17bb137b0c69f45 Description-en: GNU Objective-C++ compiler for the host architecture This is the GNU Objective-C++ compiler for the host architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gobjc++-13-multilib Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-13-x86-64-linux-gnu Description-md5: d42533fdeebe4ead4bce7ea608fd980c Description-en: GNU Objective-C++ compiler for the x86_64-linux-gnu architecture This is the GNU Objective-C++ compiler for the x86_64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15 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++-15-for-build Description-md5: c4787a502b3ba4f5182d072f7a9b7dc4 Description-en: GNU Objective-C++ compiler for the build architecture This is the GNU Objective-C++ compiler for the build architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gobjc++-15-for-host Description-md5: 6eb456849ad49181c17bb137b0c69f45 Description-en: GNU Objective-C++ compiler for the host architecture This is the GNU Objective-C++ compiler for the host architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gobjc++-15-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++-15-x86-64-linux-gnu Description-md5: d42533fdeebe4ead4bce7ea608fd980c Description-en: GNU Objective-C++ compiler for the x86_64-linux-gnu architecture This is the GNU Objective-C++ compiler for the x86_64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-mingw-w64 Description-md5: dc7e3abeb026ad5da4a85f91fa070a74 Description-en: GNU Objective-C++ compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C++ compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: gobjc++-mingw-w64-i686 Description-md5: 0517df82def24a8915a4a2be58749172 Description-en: GNU Objective-C++ compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: gobjc++-mingw-w64-i686-posix Description-md5: 6e63256af7f3fdead5ba0305c626eac5 Description-en: GNU Objective-C++ compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: gobjc++-mingw-w64-i686-win32 Description-md5: 0696c94a708736812e65ad9a40746273 Description-en: GNU Objective-C++ compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: gobjc++-mingw-w64-x86-64 Description-md5: bb20907e50d2659494026949f23b16cc Description-en: GNU Objective-C++ compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: gobjc++-mingw-w64-x86-64-posix Description-md5: ebf58359e18f213c08d8b10411f94cf7 Description-en: GNU Objective-C++ compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: gobjc++-mingw-w64-x86-64-win32 Description-md5: 5551ceb3abf97239c8901e039dc560c8 Description-en: GNU Objective-C++ compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C++ compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: gobjc-12 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-12-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-13 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-for-build Description-md5: 00a45a638d9dea92abad9b24b56a66fc Description-en: GNU Objective-C compiler for the build architecture This is the GNU Objective-C compiler for the build architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gobjc-13-for-host Description-md5: ec590acbac35f97ced34020023b140bc Description-en: GNU Objective-C compiler for the host architecture This is the GNU Objective-C compiler for the host architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gobjc-13-multilib Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-13-x86-64-linux-gnu Description-md5: 422b34aab953e689456f69bc9fa19667 Description-en: GNU Objective-C compiler for the x86_64-linux-gnu architecture This is the GNU Objective-C compiler for the x86_64-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-15 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-15-for-build Description-md5: 00a45a638d9dea92abad9b24b56a66fc Description-en: GNU Objective-C compiler for the build architecture This is the GNU Objective-C compiler for the build architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gobjc-15-for-host Description-md5: ec590acbac35f97ced34020023b140bc Description-en: GNU Objective-C compiler for the host architecture This is the GNU Objective-C compiler for the host architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gobjc-15-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-15-x86-64-linux-gnu Description-md5: 422b34aab953e689456f69bc9fa19667 Description-en: GNU Objective-C compiler for the x86_64-linux-gnu architecture This is the GNU Objective-C compiler for the x86_64-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-mingw-w64 Description-md5: 7fe2ecb47243cc07bea99018742991b0 Description-en: GNU Objective-C compiler for MinGW-w64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C compiler, supporting cross-compiling to 32- and 64-bit MinGW-w64 targets. Package: gobjc-mingw-w64-i686 Description-md5: 172fe07dd1538747126285978c1061e8 Description-en: GNU Objective-C compiler for MinGW-w64 targeting Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets. Package: gobjc-mingw-w64-i686-posix Description-md5: 3be549903ba16400e761d50360f234a9 Description-en: GNU Objective-C compiler for MinGW-w64, Win32/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the POSIX threading model. Package: gobjc-mingw-w64-i686-win32 Description-md5: f53953ed988e77ca04a5e9a57d390e32 Description-en: GNU Objective-C compiler for MinGW-w64, Win32/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 32-bit MinGW-w64 targets, using the Win32 threading model. Package: gobjc-mingw-w64-x86-64 Description-md5: 11ea58d29c4f5d92c7dc744cf90b0af6 Description-en: GNU Objective-C compiler for MinGW-w64 targeting Win64 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This metapackage provides the Objective-C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets. Package: gobjc-mingw-w64-x86-64-posix Description-md5: 9f75b5920ef296d65897332a582bfac6 Description-en: GNU Objective-C compiler for MinGW-w64, Win64/POSIX MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the POSIX threading model. Package: gobjc-mingw-w64-x86-64-win32 Description-md5: 4ea5963c05fed1a60c996954e71f2d0a Description-en: GNU Objective-C compiler for MinGW-w64, Win64/Win32 MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains the Objective-C compiler, supporting cross-compiling to 64-bit MinGW-w64 targets, using the Win32 threading model. Package: gocryptfs Description-md5: 885f33609ec7ba845f3f61d4715db79f Description-en: Encrypted overlay filesystem written in Go gocryptfs is built on top of the excellent go-fuse (https://github.com/hanwen/go-fuse) FUSE library and its LoopbackFileSystem API. . This project was inspired by EncFS and strives to fix its security issues while providing good performance (benchmarks (https://nuetzlich.net/gocryptfs/comparison/#performance)). . For details on the security of gocryptfs see the Security (https://nuetzlich.net/gocryptfs/security/) design document. Package: golang-github-prometheus-community-pro-bing-dev Description-md5: 4047066c121764f5a4752cd724af1081 Description-en: library for creating continuous probers A simple but powerful ICMP echo (ping) library for Go, inspired by go-ping and go-fastping. Package: golang-github-snapcore-snapd-dev Description-md5: a2d3a19f6630f9476511151dac13666a Description-en: snappy development go packages. Use these to use the snappy API. Package: golang-github-ubuntu-core-snappy-dev Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: gourmand Description-md5: f1993cd7e57731540e2e71e07286e4b4 Description-en: Recipe organizer and shopping list generator Gourmet Recipe Manager is a gtk-based application to store, organize and search recipes. . Features: * Makes it easy to create shopping lists from recipes. * Imports recipes from a number of sources, including MealMaster and MasterCook archives and several popular websites. * Exports recipes as PDF files, plain text, MealMaster files, HTML web pages, and a custom XML format for exchange with other Gourmet users. * Supports linking images with recipes. * Can calculate nutritional information for recipes based on the ingredients. Package: gourmet Description-md5: be6a169e83fb5a14cbdf34432b3aaacd Description-en: transitionnal package to install gourmand This is a transitional dummy package, it can be safely removed. Package: gshutdown Description-md5: ee97b4df0e39068e484578e7e1eb9f2d Description-en: Graphical shutdown utility and shutdown timer GShutdown is a utility which allows you to schedule the shutdown or restart of your computer. With it you can simply and quickly choose the turn off time at either a specific time or after a countdown. . The graphical user interface uses Gtk+2. Package: guile-fibers Description-md5: 380ebade345d1303117eda1718feee69 Description-en: Guile library with facility to provide Go-like concurrency Fibers is a facility that provides Go-like concurrency for Guile Scheme, in the tradition of Concurrent ML. . This package contains the Guile Fibers modules. Package: gvm Description-md5: 41cd0d79cdaa9ef0f2fc423820d6e7a6 Description-en: remote network security auditor - metapackage and useful scripts The Greenbone Vulnerability Manager is a modular security auditing tool, used for testing remote systems for vulnerabilities that should be fixed. . This package installs all the required packages. It provides scripts to setup, start and stop the GVM services. . The tool was previously named OpenVAS. Package: haproxy-doc Description-md5: f72de64c8c07f125957ba405924efb5e Description-en: fast and reliable load balancing reverse proxy (HTML documentation) HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status. . This package contains the HTML documentation for haproxy. Package: hexagonrpcd Description-md5: 5074b86965d0099394d3b6303d3e534f Description-en: Daemon to communicate with Qualcomm DSPs Qualcomm processors include Digital Signal Processors (DSP) which can be accessed from Linux using the FastRPC protocol. This protocol is used to: * serve remote files to the DSPs * call functions to offload work to the DSPs . This package contains hexagonrpcd, a daemon used to communicate with the Context Hub Runtime Environment (a DSP program that manages sensors) using the FastRPC protocol. 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: iitii Description-md5: f8f21c228a680792196979ade50ba626 Description-en: Implicit Interval Tree with Interpolation Index Iitii is a data structure for indexing begin/end position intervals, such as genomic feature annotations, and answering requests for all items overlapping a query interval. Building on cgranges by Heng Li, iitii explores ideas from DBMS interpolation search and learned index structures to speed up queries on large datasets. Package: isal Description-md5: 7f9035928ec89f5e08326038dda3a0d1 Description-en: Intel(R) Intelligent Storage Acceleration Library - tools Collection of low-level functions used in storage applications. Contains fast erasure codes that implement a general Reed-Solomon type encoding for blocks of data that helps protect against erasure of whole blocks. The general ISA-L library contains an expanded set of functions used for data protection, hashing, encryption, etc. . This package contains CLI tools. Package: isync Description-md5: 16c7d48e3209c22c00beb4a984df85c3 Description-en: IMAP and MailDir mailbox synchronizer mbsync/isync is a command line application which synchronizes mailboxes; currently Maildir and IMAP4 mailboxes are supported. New messages, message deletions and flag changes can be propagated both ways. isync is suitable for use in IMAP-disconnected mode. . Features: * Fine-grained selection of synchronization operations to perform * Synchronizes single mailboxes or entire mailbox collections * Partial mirrors possible: keep only the latest messages locally * Trash functionality: backup messages before removing them IMAP features: * Security: supports TLS/SSL via imaps: (port 993) and STARTTLS; CRAM-MD5 for authentication * Supports NAMESPACE for simplified configuration * Pipelining for maximum speed (currently only partially implemented) Package: itinerary Description-md5: 6c2f6dc66f5ca2ed3f61a12ec417db5d Description-en: Digital travel assistant protecting your privacy Getting your itinerary presented in a unified, well structured and always up to date fashion rather than advertisement overloaded HTML email monstrosities or countless vendor-specific apps. Package: kaddressbook Description-md5: 420a99435b64384b2e07fc6ed822c455 Description-en: address book and contact data manager KAddressBook enables you to manage your contacts efficiently and comfortably. It can load and save your contacts to many different locations, including the local file system, LDAP servers, and SQL databases. Package: kaddressbook-data Description-md5: 9ec91f3c1a13224b9795c5365ff641dd Description-en: address book and contact data manager - data files KAddressBook enables you to manage your contacts efficiently and comfortably. It can load and save your contacts to many different locations, including the local file system, LDAP servers, and SQL databases. . This package contains the data files. Package: kalarm Description-md5: 147e1354e4cd2bf0a956054925c7204c Description-en: alarm message, command and email scheduler KAlarm provides a graphical interface to schedule personal timed events - pop-up alarm messages, command execution and sending emails. There is a range of options for configuring recurring events. . A pop-up alarm can show either a simple text message, or the contents of a text or image file. It can optionally be spoken, or play a sound file. You can choose its appearance, and set reminders. Among KAlarm's other facilities, you can set up templates to allow KAlarm to be used as a 'tea timer'. Package: kamailio Description-md5: 3b9808665d86120a31874a338e582585 Description-en: very fast, dynamic and configurable SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, kamailio can handle thousands requests per second even on low-budget hardware. It can be configured to act as a SIP proxy, application server, session border controller, or call load balancer to handle a set of media servers. . A C Shell like scripting language provides full control over the server's behaviour. It's easy to integrate Kamailio with 3rd party API's and applications using HTTP, AMQP, database drivers, LDAP, Radius and many other solutions. In addition there is support for scripting using Lua, Python, Perl, Java. . Kamailio's modular architecture allows only required functionality to be loaded. There are over 100 modules available: WebSockets for WebRTC, authentication, multiple databases - both traditional SQL databases as well as no-SQL, message bus systems like Rabbit MQ, instant messaging, a presence agent, integration with REST-ful APIs using HTTP and JSON or XML, radius authentication, record routing, an SMS gateway, a XMPP/jabber gateway, a transaction and dialog module, OSP module, statistics support, registrar and user location services, SNMP, SIMPLE Presence and much more. . This package contains the main Kamailio binary along with the principal modules and support binaries. Package: kamailio-autheph-modules Description-md5: e80feac6503dfc23b0b8833138f225df Description-en: authentication using ephemeral credentials for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the ephemeral authentication module for Kamailio, enabling authentication using a Restful HTTP API. Package: kamailio-berkeley-bin Description-md5: 239ed22252bef8c6ab31de881898378c Description-en: Berkeley database module for Kamailio - helper program Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides helper modules for the Berkeley database module for Kamailio, a high-performance embedded DB kernel. You should normally install kamailio-berkeley-modules and not this package directly. Package: kamailio-berkeley-modules Description-md5: afe21acd6a81996d52c56d67c65cd8f1 Description-en: Berkeley database module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the Berkeley database module for Kamailio, a high-performance embedded database. All database tables are stored in files, no additional server is necessary. Package: kamailio-cnxcc-modules Description-md5: 3d59c0d88b6e3024f973200765504fc0 Description-en: cnxcc modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the cnxcc call charging control module for Kamailio. Package: kamailio-cpl-modules Description-md5: acc08d42c21651499c8ae0c0e2615207 Description-en: CPL module (CPL interpreter engine) for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides a CPL (Call Processing Language) interpreter for Kamailio, turning Kamailio into a CPL server (storage and interpreter). Package: kamailio-erlang-modules Description-md5: 81dd7fccd6b7b252e7247bc36e64f9ee Description-en: Erlang modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This Kamailio module provides interaction with the Erlang node from the Kamailio SIP routing scripts. The module allows sending, receiving Erlang messages and RPC calls between each other. Package: kamailio-extra-modules Description-md5: 079f2a90de4b8c8433a45d4c221ee024 Description-en: Extra modules for the Kamailio SIP Server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides a set of modules for compression of SIP attachments, UUID usage, JSON data structure support, HTTP restful API asynchronous access and a few more functions: gzcompress uuid evapi jansson janssonrpcc http_async_client Package: kamailio-geoip2-modules Description-md5: bb2968f9479079a613c83dc80911f1d5 Description-en: geoip2 module for the Kamailio SIP Server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the geoip2 module, an extension enabling real-time queries against the Max Mind GeoIP2 database within the Kamailio configuration file. Package: kamailio-ims-modules Description-md5: 9f40af666cd6a9dd0fe3d4272bd00ce0 Description-en: IMS module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains various Diameter interfaces and modules for Kamailio to run as an IMS core. Package: kamailio-json-modules Description-md5: 096739f186c290e3b7f40d8d29087d16 Description-en: Json parser and Json-RPC modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides a JSON parser for use in the Kamailio configuration file and the JSON-RPC client over netstrings. Package: kamailio-kafka-modules Description-md5: 6f44290ff565783723f0191e7cb54dd4 Description-en: Kafka module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides an embedded kafka producer using librdkafka. Package: kamailio-kazoo-modules Description-md5: 8d9132d1dc3d008b539e3a8adf13ed13 Description-en: kazoo modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the Kazoo application server integration module for Kamailio. Package: kamailio-ldap-modules Description-md5: a1f37e4d883caccb2b182a8e04087683 Description-en: LDAP modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the ldap and h350 modules for Kamailio, enabling LDAP queries from the Kamailio routing scripts and storage of SIP account data in an LDAP directory. Package: kamailio-lua-modules Description-md5: e78678d1eea14c5a28d0b5756a863786 Description-en: app_lua module for Kamailio Lua support Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the app_lua module, an extension allowing to execute embedded Lua applications within the configuration file as well as writing the entire configuration file in Lua. Package: kamailio-lwsc-modules Description-md5: 651a0529537101bebec504571b00408a Description-en: Libwebsockets module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains the lwcs module, which provides a client-side WebSockets API through libwebsockets. Package: kamailio-memcached-modules Description-md5: 8a1b5b6a49b64c3f266fd53f56497b9b Description-en: interface to the memcached server, for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the memcached module, an interface to the memcached server, a high-performance, distributed memory object caching system. Package: kamailio-microhttpd-modules Description-md5: f414917140b7589791acfc739ce72745 Description-en: Microhttpd module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides an embedded HTTP server using libmicrohttpd. Package: kamailio-mongodb-modules Description-md5: 58f5fcbe5e3436900cb006c7801b2a3b Description-en: mongodb modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the mongodb database driver and non-db connector for Kamailio. Package: kamailio-mqtt-modules Description-md5: 54a4a3f05924c755b672e6ab7fb71880 Description-en: MQTT modules for the Kamailio SIP Server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . MQTT module allows bidirectional publish/subscribe communication by connecting Kamailio to a MQTT Broker. . Messages can be published from any point in the routing script. Also the subscriptions can be fully controlled by scripting commands. Package: kamailio-mysql-modules Description-md5: e5dd14628ca6789f21ca41a164f8564a Description-en: MySQL database connectivity module for Kamailio Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the MySQL database driver for Kamailio. Package: kamailio-nats-modules Description-md5: 98fadf1e6efe7d33f5087da03212f3e6 Description-en: Nats module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains the nats module, which provides a NATS consumer for Kamailio. NATS is a real time distributed messaging platform, more details about it can be found at nats.io. Package: kamailio-outbound-modules Description-md5: 5e14e36508e7f1a32376829e888acef5 Description-en: SIP Outbound module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains the "outbound" module implementing SIP outbound extension Package: kamailio-perl-modules Description-md5: cfe9d19e4e30f4e71986827ded62b2ab Description-en: Perl extensions and database driver for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides an interface for Kamailio to write Perl extensions and the perlvdb database driver for Kamailio. Package: kamailio-phonenum-modules Description-md5: 28e6546f656f4fa8735fbba63db8bf4a Description-en: phonenum modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides real-time queries against the libphonenumber to be performed directly from the Kamailio configuration and routing scripts. Package: kamailio-postgres-modules Description-md5: 8352e89f5d321aac333965c2b466bead Description-en: PostgreSQL database connectivity module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the PostgreSQL database driver for Kamailio. Package: kamailio-presence-modules Description-md5: c1834ec77d4cce2de4cb832201049c17 Description-en: SIP presence modules for Kamailio Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides several Kamailio modules for implementing a presence server and presence user agent for rich presence, registrar-based presence, external triggered presence with SIMPLE and XCAP support, as well as a set of other SIP event packages.. Package: kamailio-python3-modules Description-md5: 5bd97b896aa3add6a41b618dc7ba976b Description-en: app_python3 module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the app_python3 module, an extension allowing to execute embedded Python applications within the Kamailio SIP routing script. Package: kamailio-rabbitmq-modules Description-md5: 291676c921cf99398a1ab3d788565fb9 Description-en: RabbitMQ and AMQP integration modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the RabbitMQ module for Kamailio, enabling AMQP integration into the SIP routing scripts for third party service support. Package: kamailio-radius-modules Description-md5: 5aa030dd29538d295aa0cf0940e5b5d0 Description-en: RADIUS modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides a set of RADIUS modules for Kamailio, for authentication, peering, group membership and messages URIs checking against a RADIUS server. Package: kamailio-redis-modules Description-md5: 2a2e0163eb31c5413dfc1f2ff9e82735 Description-en: Redis database connectivity module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the Redis NOSQL database driver for Kamailio. Package: kamailio-ruby-modules Description-md5: 9950deeb75bcae73dad9ccfb78da8bc5 Description-en: app_ruby module for Kamailio Ruby support Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the app_ruby module, an extension allowing to execute embedded Ruby applications within the Kamailio SIP routing script. Package: kamailio-sctp-modules Description-md5: 23c1bcafb8b49b3df80140f632fd9d8d Description-en: SCTP SIP transport module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the SCTP SIP transport module for Kamailio. Package: kamailio-secsipid-modules Description-md5: 22714923bc20b2934a0ebc9c7f654a58 Description-en: secsipid module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains the secsipid module, witch provides STIR and SHAKEN (RFC8224, RFC8588). Package: kamailio-snmpstats-modules Description-md5: 3f19e2de7dc27a4ef75f936a91e17402 Description-en: SNMP AgentX subagent module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the snmpstats module for Kamailio. This module acts as an AgentX subagent which connects to a master agent. The Kamailio MIBS are included. Package: kamailio-sqlite-modules Description-md5: b4f67430b14343d98efac6caaf86fe43 Description-en: SQLite database connectivity module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the SQLite database driver for Kamailio. Package: kamailio-systemd-modules Description-md5: b03a3ec6dcec09ef8291bc5e46f57fcf Description-en: systemd logging modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides logging to systemd journal directly from the Kamailio configuration and routing scripts. Package: kamailio-tls-modules Description-md5: 36c06a49af2355c47ed5760d80991cd8 Description-en: TLS support for the Kamailio SIP server (authentication, transport) Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides TLS support for encrypted and authenticated SIP connections as well as generic TLS support for many Kamailio modules. Package: kamailio-tls-wolfssl-modules Description-md5: dcf9a62b41e7ba20efa7042fd946d09d Description-en: TLS support for the Kamailio SIP server (authentication, transport) Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides TLS support for encrypted and authenticated using wolfssl SIP connections as well as generic TLS support for many Kamailio modules. Package: kamailio-unixodbc-modules Description-md5: 1f7c22f422b0111b09d4f9a872f73763 Description-en: unixODBC database connectivity module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the unixODBC database driver for Kamailio. Package: kamailio-utils-modules Description-md5: 10e039d68b43f9d332fe6e38049edc47 Description-en: Utility functions for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides a set of utility functions for Kamailio, as well as modules for restful HTTP API access using the CURL library in the http_client module. Package: kamailio-websocket-modules Description-md5: 14a90490fa55b64ad6cd540ad4dd34b8 Description-en: WebSocket module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains the module implementing WebSocket transport layer for use in SIP over WebSockets, in combination with WebRTC media sessions.. Package: kamailio-xml-modules Description-md5: c27d5c0af319dff182dc09dd0da739cb Description-en: XML based extensions for Kamailio's Management Interface Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides: - the XMLRPC transport implementations for Kamailio's Management and Control Interface. - xmlops module for XPath operations in configuration file Package: kamailio-xmpp-modules Description-md5: 5ef95e7d723676af349f49fed944b7b3 Description-en: XMPP gateway module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the SIP to XMPP IM translator module for Kamailio. Package: kgpg Description-md5: c2c30394bb363998b52a8fcc2caeb33c Description-en: graphical front end for GNU Privacy Guard Kgpg manages cryptographic keys for the GNU Privacy Guard, and can encrypt, decrypt, sign, and verify files. It features a simple editor for applying cryptography to short pieces of text, and can also quickly apply cryptography to the contents of the clipboard. . This package is part of the KDE Utilities module. Package: kio-gdrive Description-md5: f5412023114ff968cfc1f7c112157bda Description-en: KIO access for GDrive KIO GDrive enables KIO-aware applications (such as Dolphin, Kate or Gwenview) to access and edit Google Drive files in the cloud. Package: kio-ldap Description-md5: deb8bd07261809563dc97763d615405d Description-en: library for accessing LDAP - kio slave This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package contains the KIO slave. Package: kleopatra Description-md5: e5d6fc989907b80b691c99f2d8834cf5 Description-en: Certificate Manager and Unified Crypto GUI Kleopatra is a certificate manager and a universal crypto GUI. It supports managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving certificates from LDAP servers. Package: kmailtransport-plugins Description-md5: 48fbac49084e5ecc335dc40de6196583 Description-en: mail transport akonadi library - plugins Mailtransport is a library that provides the following functionality: . * Shared mail transport settings. * GUI elements to configure mail transport settings. * Job classes for mail sending. . This package contains the SMTP plugin. Package: konsole Description-md5: b9f8e7c204b64c4afaac8166104064ed Description-en: X terminal emulator Konsole is a terminal emulator built on the KDE Platform. It can contain multiple terminal sessions inside one window using detachable tabs. . Konsole supports powerful terminal features, such as customizable schemes, saved sessions, and output monitoring. Package: konsole-kpart Description-md5: 1b7ffab15964a6cf07c7118f81832fab Description-en: Konsole plugin for Qt applications Konsole is a terminal emulator built on the KDE Platform. It can contain multiple terminal sessions inside one window using detachable tabs. . Konsole supports powerful terminal features, such as customizable schemes, saved sessions, and output monitoring. . This package provides the kpart needed by other apps to embed konsole in them. Package: kontact Description-md5: a61b852eaaf9e2326e2c89fe49ade943 Description-en: integrated application for personal information management Kontact is the integrated solution to your personal information management needs. It combines applications like KMail, KOrganizer and KAddressBook into a single interface to provide easy access to mail, scheduling, address book and other PIM functionality. Package: kosmindoormap-demo Description-md5: 6f50f8f58fa3b01dfd335b7b85470f9a Description-en: OSM multi-floor indoor map demo application Open Street Map indoor map renderer of for example a (large) train station. . Contains a demo application. Package: kosmindoormap-dev Description-md5: c61cb6eeac7219f445b5b62e9af367f2 Description-en: OSM multi-floor indoor map renderer (development files) Open Street Map indoor map renderer of for example a (large) train station. . Contains development files. Package: kpublictransport-data Description-md5: 59b4149aae6e033b3fddde2bce9b28e4 Description-en: Library to assist with accessing public transport (data files) The data files for a public transport API . This package contains the data files. Package: ktrip Description-md5: d7820ad6369d95c99a542c80650c0613 Description-en: public transport assistant It helps you navigate in public transport. It allows you to find journeys between specified locations, departures for a specific station and shows real-time delay and disruption information. Package: ld10k1 Description-md5: 710801fd69992f981169e47e6047ffe9 Description-en: ALSA emu10k1/2 patch loader A patch loader for use with the emu10k1 ALSA driver. Supports Sound Blaster Live!, Audigy and Audigy 2. It includes: ld10k1 - server to store the driver state lo10k1 - control tool for the server dl10k1 - dump loader Package: lib32gcc-12-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-13-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-12-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-13-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-15-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-12-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-13-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: lib32go21 Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go22 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-12-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-13-dev Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-15-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: lib32gphobos3 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: lib32gphobos4 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos6 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-12-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-13-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-15-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc4 Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32stdc++-12-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++-13-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++-15-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-12-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-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: lib32stdc++6-15-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: libabsl-dev Description-md5: 8dd067725c77dbcbea15ee6f034121c8 Description-en: extensions to the C++ standard library (development files) Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's C++ codebase and has been extensively tested and used in production. In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs. . This package contains header files and other data necessary for developing with Abseil. Package: libaccess-modifier-checker-java Description-md5: c39557e91f83d3a1ff5b4a6b03e9f061 Description-en: Maven plugin for custom access modifier checking This maven plugin allows applications to define custom access modifiers programmatically, to be enforced at compile time in the opt-in basis. Obviously, there's no runtime check either --- this is strictly a voluntary annotation. . This mechanism is useful for actually making sure that deprecated features are not used (without actually removing such declarations, which would break binary compatibility.) Package: libacsccid1 Description-md5: 05bf1db065acaecd723e98052825b2e6 Description-en: PC/SC driver for ACS USB CCID smart card readers This library provides a PC/SC IFD handler implementation for the ACS USB smart card readers compliant to the CCID protocol. . This package is needed to communicate with the ACS CCID smartcard readers through the PC/SC Lite resource manager (pcscd). . See README for a list of supported readers. Package: libadasockets-dev Description-md5: bf5cbd0bbddd9e74701099b5d13df0f4 Description-en: bindings for socket services in Ada: development files This package provides a binding for socket services to be used with GNAT (the GNU Ada compiler). One can use it to write clients and servers that will talk with programs written in Ada or any other programming language. . This package provides the Ada programmer with headers and libraries used to build Ada programs that use sockets services. Package: libadasockets-doc Description-md5: e1d62ddb7abcf8efb4cf7fcf6744f1b7 Description-en: bindings for socket services in Ada: documentation This package provides a binding for socket services to be used with GNAT (the GNU Ada compiler). One can use it to write clients and servers that will talk with programs written in Ada or any other programming language. . This package contains the documentation for Ada programmers. Package: libadasockets11 Description-md5: 82d295d79b1cf377e57701508f32b17d Description-en: bindings for socket services in Ada: shared library This package provides a binding for socket services to be used with GNAT (the GNU Ada compiler). One can use it to write clients and servers that will talk with programs written in Ada or any other programming language. . This package contains the library needed to execute Ada program using sockets. Package: libafflib-dev Description-md5: 2ae8d5a3d0348fefeaffd2ebe22e5364 Description-en: Advanced Forensics Format Library (development files) The Advanced Forensic Format (AFF) is on-disk format for storing computer forensic information. Critical features of AFF include: . - AFF allows you to store both computer forensic data and associated metadata in one or more files. - AFF allows files to be digital signed, to provide for chain-of-custody and long-term file integrity. - AFF allows for forensic disk images to stored encrypted and decrypted on-the-fly for processing. This allows disk images containing privacy sensitive material to be stored on the Internet. . This package provides the development files. Package: libafflib0t64 Description-md5: af6798e2a3a9c033f2500d14b211f588 Description-en: Advanced Forensics Format Library The Advanced Forensic Format (AFF) is on-disk format for storing computer forensic information. Critical features of AFF include: . - AFF allows you to store both computer forensic data and associated metadata in one or more files. - AFF allows files to be digital signed, to provide for chain-of-custody and long-term file integrity. - AFF allows for forensic disk images to stored encrypted and decrypted on-the-fly for processing. This allows disk images containing privacy sensitive material to be stored on the Internet. Package: libakonadi-data Description-md5: 442ed35a554e2850522510c648be877b Description-en: Akonadi arch independent data Akonadi is an extensible cross-desktop Personal Information Management (PIM) storage service. It provides a common framework for applications to store and access mail, calendars, addressbooks, and other PIM data. . This package ships arch independent data like translations etc. Package: libakonadi-dev Description-md5: 7e4a26d39047c8eee45c3e128b152cbf Description-en: development files for the KDE Development Platform PIM libraries This package contains development files for building software that uses the KDE Development Platform Personal Information Management libraries. . This package is part of the KDE Development Platform PIM libraries module. Package: libakonadi-dev-bin Description-md5: 3bb33497eb3d3f171f74c0034e587a9d Description-en: Additional development binaries for the Akonadi KDE PIM libraries This package contains development files for building software that uses the KDE Development Platform Personal Information Management libraries. . This package is part of the KDE Development Platform PIM libraries module. . It contains files to run Akonadi based tests. Package: libakonadicontact-dev Description-md5: 9ebfbf96160491e8b72ad875771d325d Description-en: Akonadi contacts access library - development files This library provides contacts manipulation helpers using the Akonadi PIM data server. . This package is part of the KDE Development Platform PIM libraries module. . This package contains the development files. Package: libakonadimime-dev Description-md5: b3321820f4c726f0699303af89deb33f Description-en: Akonadi MIME handling library - development files This library provides MIME handling helpers using the Akonadi PIM data server. . This package is part of the KDE Development Platform PIM libraries module. . This package contains the development files. Package: libakonadisearch-bin Description-md5: e70613ede7e5ea56b4c868cfa0f61384 Description-en: Akonadi search library - runtime binaries Library used to search in the Akonadi PIM data server. . This package contains runtime binaries. Package: libakonadisearch-data Description-md5: dc4d2f43b452cc249e9e8ca73faaa3d7 Description-en: Akonadi search library - data files Library used to search in the Akonadi PIM data server. . This package contains data files. Package: libakonadisearch-dev Description-md5: 09afef3d87caf347e41cf4a1e39496e1 Description-en: Akonadi search library - development files Library used to search in the Akonadi PIM data server. . This package contains the development files. Package: libakonadisearch-plugins Description-md5: c2606e1bc9be28b8500c0115507f06da Description-en: Akonadi search library - runtime plugins Library used to search in the Akonadi PIM data server. . This package contains runtime plugins. Package: libakonadiserver-dev Description-md5: 7a5c6d60679631d3585bce30c8e84f52 Description-en: development files for the Akonadi PIM storage service Akonadi is an extensible cross-desktop Personal Information Management (PIM) storage service. It provides a common framework for applications to store and access mail, calendars, addressbooks, and other PIM data. . This package contains development files for building software that uses the Akonadi PIM storage service. Package: libappstream-glib-dev Description-md5: 843c5ab072fad15eb5195facad271989 Description-en: GNOME library to access AppStream services (development files) AppStream is a cross-distribution effort for creating and sharing metadata about software components available in the package repositories of a distribution. . This package contains development files necessary to develop tools which use the libappstream-glib library. Package: libappstream-glib8 Description-md5: 0c3be0f7639f89d98f1b4dd6ce57e81d Description-en: GNOME library to access AppStream services AppStream is a cross-distribution effort for creating and sharing metadata about software components available in the package repositories of a distribution. . This package contains a GObject-based library to read and write AppStream XML metadata and retrieve additional data such as screenshots. . As opposed to libappstream, this library does not use an on-disk cache but reads data directly from the XML or DEP-11 YAML files. Package: libappstreamqt-dev Description-md5: 45a404cf40333204df30a34316b619d3 Description-en: Qt6 library to access AppStream services (development files) AppStream is a metadata specification which permits software components to provide information about themselves to automated systems and end-users before the software is actually installed. This permits informative displays of new applications to users in software centers, as well as allowing a system to make decisions on which new software a user might want to install (e.g. missing firmware or media handlers). . This package contains development files necessary to develop software management tools which use the Qt-based AppStream library. Package: libappstreamqt3 Description-md5: c3c568d8e258b64e12fc49551839d8cf Description-en: Qt6 library to access AppStream services AppStream is a metadata specification which permits software components to provide information about themselves to automated systems and end-users before the software is actually installed. This permits informative displays of new applications to users in software centers, as well as allowing a system to make decisions on which new software a user might want to install (e.g. missing firmware or media handlers). . This package contains a Qt-based library to access AppStream services, like the software component metadata pool. Package: libappstreamqt5-3 Description-md5: 8b4724260a5ce7726ef02cccf76a178a Description-en: Qt5 library to access AppStream services AppStream is a metadata specification which permits software components to provide information about themselves to automated systems and end-users before the software is actually installed. This permits informative displays of new applications to users in software centers, as well as allowing a system to make decisions on which new software a user might want to install (e.g. missing firmware or media handlers). . This package contains a Qt5-based library to access AppStream services, like the software component metadata pool. Package: libappstreamqt5-dev Description-md5: 294249a3c400e80ec14522bcede74f38 Description-en: Qt5 library to access AppStream services (development files) AppStream is a metadata specification which permits software components to provide information about themselves to automated systems and end-users before the software is actually installed. This permits informative displays of new applications to users in software centers, as well as allowing a system to make decisions on which new software a user might want to install (e.g. missing firmware or media handlers). . This package contains development files necessary to develop software management tools which use the Qt5-based AppStream library. Package: libaravis-0.8-0 Description-md5: ca8c6c9d5e9dde9e2b411d5db3cd8013 Description-en: glib/gobject based library for video acquisition using GenICam cameras GenICam standard provides a generic programming interface for all kinds of cameras and devices. Aravis currently implements the gigabit ethernet and USB3 (Since Aravis 0.5.x) protocols used by industrial cameras. Package: libaravis-dev Description-md5: 25d017a6b5362c5c7e92c79c5cab4717 Description-en: Development files for aravis library Aravis is a glib/gobject based library for video acquisition implementing GenICam standard. GenICam standard provides a generic programming interface for all kinds of cameras and devices. Package: libaravis-doc Description-md5: 552dc8ad57754a40d36a3120f3ba347e Description-en: Documentation files for aravis library Aravis is a glib/gobject based library for video acquisition implementing GenICam standard. GenICam standard provides a generic programming interface for all kinds of cameras and devices. This package contains the documentation. Package: libarchive-tools Description-md5: 04bbebb441868f4c976e664833572c46 Description-en: FreeBSD implementations of 'tar' and 'cpio' and other archive tools This package contains several command-line tools based on the libarchive library. . The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. . The bsdcpio program is the default system 'cpio' program used on FreeBSD. bsdcpio uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. . The bsdcat program reads archived data from files or from its standard input and uses the libarchive library to decompresses it to its standard output. It may be used for viewing the contents of archives or for passing it to other tools for further processing. Package: libargtable2-0 Description-md5: 4ccbdfbf4e1206b0a7e8bd1c748966d7 Description-en: Library for parsing GNU style command line arguments Argtable is an ANSI C library for parsing GNU style command line arguments. It enables a program's command line syntax to be defined in the source code as an array of argtable structs. The command line is then parsed according to that specification and the resulting values are returned in those same structs where they are accessible to the main program. Both tagged (-v, --verbose, --foo=bar) and untagged arguments are supported, as are multiple instances of each argument. Syntax error handling is automatic and the library also provides the means for displaying the command line syntax directly from the array of argument specifications. . argtable can function as a "getopt_long" replacement, without the user of the program noticing the difference. Unlike "getopt_long", however, argtable is cross platform, working on all Posix systems, as well as Windows and Mac. Package: libargtable2-dev Description-md5: 208a92d7a031b3b9ef5b6ace9ac0f726 Description-en: Library for parsing GNU style command line arguments (development headers) Argtable is an ANSI C library for parsing GNU style command line arguments. It enables a program's command line syntax to be defined in the source code as an array of argtable structs. The command line is then parsed according to that specification and the resulting values are returned in those same structs where they are accessible to the main program. Both tagged (-v, --verbose, --foo=bar) and untagged arguments are supported, as are multiple instances of each argument. Syntax error handling is automatic and the library also provides the means for displaying the command line syntax directly from the array of argument specifications. . argtable can function as a "getopt_long" replacement, without the user of the program noticing the difference. Unlike "getopt_long", however, argtable is cross platform, working on all Posix systems, as well as Windows and Mac. . This package contains the files needed to develop applications that use argtable. Package: libargtable2-docs Description-md5: 89357a32b168efdbd42f12762f7b8798 Description-en: Library for parsing GNU style command line arguments (documentation) Argtable is an ANSI C library for parsing GNU style command line arguments. It enables a program's command line syntax to be defined in the source code as an array of argtable structs. The command line is then parsed according to that specification and the resulting values are returned in those same structs where they are accessible to the main program. Both tagged (-v, --verbose, --foo=bar) and untagged arguments are supported, as are multiple instances of each argument. Syntax error handling is automatic and the library also provides the means for displaying the command line syntax directly from the array of argument specifications. . This package contains the documentation for the development libraries for the libargtable2-dev package. Package: libarpack2-dev Description-md5: ce479c0c27c3104bee7093d103d5e8cb Description-en: Fortran77 subroutines to solve large scale eigenvalue problems (development) ARPACK software is capable of solving large scale symmetric, nonsymmetric, and generalized eigenproblems from significant application areas. The software is designed to compute a few (k) eigenvalues with user specified features such as those of largest real part or largest magnitude. Storage requirements are on the order of n*k locations. No auxiliary storage is required. A set of Schur basis vectors for the desired k-dimensional eigen-space is computed which is numerically orthogonal to working precision. Numerically accurate eigenvectors are available on request. . This package contains the static libraries and the documentation for development with libarpack (including examples). Package: libarpack2t64 Description-md5: 2930973bf6f522d792538129ee506be1 Description-en: Fortran77 subroutines to solve large scale eigenvalue problems ARPACK software is capable of solving large scale symmetric, nonsymmetric, and generalized eigenproblems from significant application areas. The software is designed to compute a few (k) eigenvalues with user specified features such as those of largest real part or largest magnitude. Storage requirements are on the order of n*k locations. No auxiliary storage is required. A set of Schur basis vectors for the desired k-dimensional eigen-space is computed which is numerically orthogonal to working precision. Numerically accurate eigenvectors are available on request. . Important Features: . * Reverse Communication Interface. * Single and Double Precision Real Arithmetic Versions for Symmetric, Non-symmetric, * Standard or Generalized Problems. * Single and Double Precision Complex Arithmetic Versions for Standard or Generalized Problems. * Routines for Banded Matrices - Standard or Generalized Problems. * Routines for The Singular Value Decomposition. * Example driver routines that may be used as templates to implement numerous Shift-Invert strategies for all problem types, data types and precision. . This package contains the shared library. Package: libarpack64-2 Description-md5: 464a66685e7b7cfee5919eeb6fd55d2e Description-en: Fortran77 subroutines to solve large scale eigenvalue problems ARPACK software is capable of solving large scale symmetric, nonsymmetric, and generalized eigenproblems from significant application areas. The software is designed to compute a few (k) eigenvalues with user specified features such as those of largest real part or largest magnitude. Storage requirements are on the order of n*k locations. No auxiliary storage is required. A set of Schur basis vectors for the desired k-dimensional eigen-space is computed which is numerically orthogonal to working precision. Numerically accurate eigenvectors are available on request. . Important Features: . * Reverse Communication Interface. * Single and Double Precision Real Arithmetic Versions for Symmetric, Non-symmetric, * Standard or Generalized Problems. * Single and Double Precision Complex Arithmetic Versions for Standard or Generalized Problems. * Routines for Banded Matrices - Standard or Generalized Problems. * Routines for The Singular Value Decomposition. * Example driver routines that may be used as templates to implement numerous Shift-Invert strategies for all problem types, data types and precision. . This package contains the shared library with 64-bit integers. Package: libarpack64-2-dev Description-md5: d1b3d6d54bf7525adc2a7b610dd6d87f Description-en: Fortran77 subroutines to solve large scale eigenvalue problems (development) ARPACK software is capable of solving large scale symmetric, nonsymmetric, and generalized eigenproblems from significant application areas. The software is designed to compute a few (k) eigenvalues with user specified features such as those of largest real part or largest magnitude. Storage requirements are on the order of n*k locations. No auxiliary storage is required. A set of Schur basis vectors for the desired k-dimensional eigen-space is computed which is numerically orthogonal to working precision. Numerically accurate eigenvectors are available on request. . This package contains the static libraries and the documentation for development with libarpack (including examples) with 64-bit integers. Package: libasm-java Description-md5: 81f2750bb74d509d011934dac4f76f12 Description-en: Java bytecode manipulation framework ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow one to easily assemble custom complex transformations and code analysis tools. . ASM offer similar functionality as other bytecode frameworks, but it is focused on simplicity of use and performance. Because it was designed and implemented to be as small and as fast as possible, it makes it very attractive for using in dynamic systems. Package: libasound2-plugin-smixer Description-md5: 690859b414c92870a8828f1886b0d9dd Description-en: smixer plugin for ALSA library This package contains the smixer (Simple Mixer) interface for the ALSA library. . ALSA is the Advanced Linux Sound Architecture. Package: libastcenc-dev Description-md5: fcaa0f0d425accbfb6570f92ab9f51e9 Description-en: ASTC image compression and decompression library headers The Adaptive Scalable Texture Compression (ASTC) format, developed by Arm® and AMD, has been adopted as an official extension to the Open GL®, OpenGL ES, and Vulkan® graphics APIs. It provides a major step forward both in terms of image quality at a given bitrate, and in terms of the format and bitrate flexibility available to content creators. This allows more assets to use compression, often at a reduced bitrate compared to legacy formats, reducing memory bandwidth and energy consumption. . This package provides the development headers to include ASTC support in other applications. Package: libastcenc5d Description-md5: a45009dd4aad1f5307b52e0ce3fcb82c Description-en: ASTC image compression and decompression library The Adaptive Scalable Texture Compression (ASTC) format, developed by Arm® and AMD, has been adopted as an official extension to the Open GL®, OpenGL ES, and Vulkan® graphics APIs. It provides a major step forward both in terms of image quality at a given bitrate, and in terms of the format and bitrate flexibility available to content creators. This allows more assets to use compression, often at a reduced bitrate compared to legacy formats, reducing memory bandwidth and energy consumption. . This package provides the runtime library for ASTC support. 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: libblaspp-dev Description-md5: 5a331e1be9a8e55f4ff692510e5a1b58 Description-en: C++ API for the Basic Linear Algebra Subroutines (development files) The Basic Linear Algebra Subprograms (BLAS) have been around for many decades and serve as the de facto standard for performance-portable and numerically robust implementation of essential linear algebra functionality. Originally, they were written in Fortran, and later furnished with a C API (CBLAS). . The objective of BLAS++ is to provide a convenient, performance oriented API for development in the C++ language, that, for the most part, preserves established conventions, while, at the same time, takes advantages of modern C++ features, such as: namespaces, templates, exceptions, etc. . This package contains the static libraries and the header files. Package: libblosc2-4 Description-md5: e269fdfa366ac0ce55402c8748f91580 Description-en: Fast, compressed, persistent binary data store library for C Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc main goal is not just to reduce the size of large datasets on-disk or in-memory, but also to accelerate memory-bound computations. . C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward compatible with both the C-Blosc1 API and its in-memory format. However, the reverse thing is generally not true for the format; buffers generated with C-Blosc2 are not format-compatible with C-Blosc1 (i.e. forward compatibility is not supported). In case you want to ensure full API compatibility with C-Blosc1 API, define the BLOSC1_COMPAT symbol. Package: libblosc2-dev Description-md5: df26c671edc2121b016ff59b641383d6 Description-en: Fast, compressed, persistent binary data store library for C (development files) Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc main goal is not just to reduce the size of large datasets on-disk or in-memory, but also to accelerate memory-bound computations. . C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward compatible with both the C-Blosc1 API and its in-memory format. However, the reverse thing is generally not true for the format; buffers generated with C-Blosc2 are not format-compatible with C-Blosc1 (i.e. forward compatibility is not supported). In case you want to ensure full API compatibility with C-Blosc1 API, define the BLOSC1_COMPAT symbol. . This package contains the development files required to build programs against Blosc2. Package: libbolt-20-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: libbolt-21-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: libbrial-dev Description-md5: c2626fcf7fcb606f5ba4966ffc1b51a2 Description-en: polynomials over Boolean Rings, core development files The core of BRiAl is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. BRiAl features a powerful reference implementation for Groebner basis computation. . This package contains the BRiAl core development files. Package: libbrial-groebner-dev Description-md5: 06b76f7f1667b2f0b3f088ab64c02c58 Description-en: development files for libbrial-groebner The core of BRiAl is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. BRiAl features a powerful reference implementation for Groebner basis computation. . This package contains the development files for libbrial-groebner. Package: libbrial-groebner3t64 Description-md5: c85b9b23bc19cfbcd1c4f6095e22ba7e Description-en: computer algebra routines of BRiAl The core of BRiAl is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. BRiAl features a powerful reference implementation for Groebner basis computation. . This package contains the BRiAl shared library libbrial_groebner. Package: libbrial3t64 Description-md5: 25d1c5e76291f633e89aa1da852af7cd Description-en: polynomials over Boolean Rings, shared library The core of BRiAl is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. BRiAl features a powerful reference implementation for Groebner basis computation. . This package contains the BRiAl shared library libbrial. Package: libbtas-dev Description-md5: 592deca38d8fd0fce114f1c2cb68fcb4 Description-en: Basic Tensor Algebra Subroutines Library (development files) BTAS (Basic Tensor Algebra Subroutines) is a library for tensor algebra. It is a reference implementation of the Tensor Working Group concept spec. . This package contains the static libraries and the header files. Package: libbuteosyncfw5-0 Description-md5: 1340197531cf8eee793168f3216479c5 Description-en: Buteo Synchronization Framework (plugin API library) Synchronization of contact data in Lomiri is controlled by Buteo (the synchronization framework used in Ubuntu Touch and SailfishOS). Synchronization with a variety of data sources is supported through a number of data-source-specific synchronization plugins. Each plugin is independent, although many of them share significant amounts of code to ease maintenance. . This package contains the shared library used by Buteo plugins for integrating into the Buteo SyncFW. Package: libbuteosyncfw5-dev Description-md5: dfa3d5f9b636c0e4140ea5a882aaeb1c Description-en: Buteo Synchronization Framework (client library header files) Synchronization of contact data in Lomiri is controlled by Buteo (the synchronization framework used in Ubuntu Touch and SailfishOS). Synchronization with a variety of data sources is supported through a number of data-source-specific synchronization plugins. Each plugin is independent, although many of them share significant amounts of code to ease maintenance. . This package contains the development header files of the plugin library needed for writing Buteo SyncFW plugins. Package: libbuteosyncfw5-doc Description-md5: e4692f97a6077cb8c4fe619060022614 Description-en: Buteo Synchronization Framework (API documentation) Synchronization of contact data in Lomiri is controlled by Buteo (the synchronization framework used in Ubuntu Touch and SailfishOS). Synchronization with a variety of data sources is supported through a number of data-source-specific synchronization plugins. Each plugin is independent, although many of them share significant amounts of code to ease maintenance. . This package contains the API documentation package for buteo-syncfw. Package: libc++-20-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++-20-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++-21-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++-21-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-20 Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca Description-en: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-21 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-20-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-20-dev-wasm32 Description-md5: 9a34398f2ed6518894f52de69f57d517 Description-en: LLVM low level support for a standard C++ library (WASI) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++abi-21-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-21-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-20 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-21 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc-ares2 Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libcaja-extension-dev Description-md5: a80ffbfa9b1d018b217fb2f97f2bfff9 Description-en: libraries for Caja components (development files) Caja is the official file manager for the MATE 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 MATE desktop. It works on local and remote filesystems. . This package contains the development files for the libraries needed by Caja's extensions. Package: libcaja-extension-doc Description-md5: e79a836ca4e5c4babe0c1af6e4ea3576 Description-en: libraries for Caja components (API documentation files) Caja is the official file manager for the MATE 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 MATE desktop. It works on local and remote filesystems. . This package contains the API documentation for the libraries needed by Caja's extensions. Package: libcaja-extension1 Description-md5: 0f35c3d74c9f8f2fc4264c69a262623e Description-en: libraries for Caja components Caja is the official file manager for the MATE 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 MATE desktop. It works on local and remote filesystems. . This package contains a few runtime libraries needed by Caja's extensions. Package: libcamel-snake-kebab-clojure Description-md5: ced23ea0d23fcae44473c2aa6b1861c9 Description-en: clojure library for word case conversion camel-snake-kebab is a clojure library that helps converting between various formats of word casing such as PascalCase, camelCase, snake_case and others Package: libcamlpdf-ocaml Description-md5: b1123d823b45af0b9540099e96d907cf Description-en: library for reading, writing and manipulating PDF files and data (runtime) CamlPDF consists of a set of low level modules for representing, reading and writing the basic structure of PDF, together with an initial attempt at a higher level API. . This package contains runtime libraries. Package: libcamlpdf-ocaml-dev Description-md5: 97f2b397b7b42069a4592cf3e5df0f3a Description-en: library for reading, writing and manipulating PDF files and data CamlPDF consists of a set of low level modules for representing, reading and writing the basic structure of PDF, together with an initial attempt at a higher level API. . This package contains all the development stuff you need to develop OCaml programs which use camlpdf. Package: libccid Description-md5: de65e8318547c252c3b2ec42bba7a8fb Description-en: PC/SC driver for USB CCID smart card readers This library provides a PC/SC IFD handler implementation for the USB smart card drivers compliant to the CCID protocol. . This package is needed to communicate with the CCID smartcard readers through the PC/SC Lite resource manager (pcscd). . For an exhaustive list of supported reader see https://ccid.apdu.fr/select_readers/ . This driver also supports the GemPC Twin connected to a serial port and the GemPC Card (PCMCIA, through the suggested pcmciautils package) and Gemplus GemPC Express (Express54 card). Package: libcctbx-dev Description-md5: 80927143262a36c2492844dcd04ad8bd Description-en: Computational Crystallography Toolbox - headers Computational Crystallography Toolbox contains following modules: - annlib_adaptbx: - boost_adaptbx: wrappers for Boost functionality in CCTBX - cbflib_adaptbx: - ccp4io_adaptbx: - cctbx: Libraries for general crystallographic applications, useful for both small-molecule and macro-molecular crystallography. - cma_es: - crys3d: Modules for the display of molecules, electron density, and reciprocal space data. - dxtbx: The Diffraction Image Toolbox, a library for handling X-ray detector data of arbitrary complexity from a variety of standard formats. - fable: Fortran EMulation library for porting Fortran77 to C++. - gltbx: Python bindings for OpenGL - iotbx: Working with common crystallographic file formats. - libtbx: The build system common to all other modules. This includes a very thin wrapper around the SCons software construction tool. It also contains many useful frameworks and utilities to simplify application development, including tools for regression testing, parallelization across multiprocessor systems and managed clusters, and a flexible, modular configuration syntax called PHIL (Python Hierarchial Interface Language) used throughout the CCTBX. - mmtbx: Functionality specific to macromolecular crystallography. This includes all of the machinery required for setup of geometry restraints, bulk solvent correction and scaling, analysis of macromolecular diffraction data, calculation of weighted map coefficients, and most of the methods implemented in phenix.refine. The majority of infrastructure for the MolProbity validation server (and Phenix equivalent) is also located here. - omptbx: OpenMP interface. - rstbx: A reciprocal space toolbox to autoindex small molecule Bragg diffraction, given the reciprocal space vectors. - scitbx: General scientific calculations. his includes a family of high-level C++ array types, a fast Fourier transform library, and a C++ port of the popular L-BFGS quasi-Newton minimizer. - smtbx: Small-Molecule crystallography. - spotfinder: - tbxx: - wxtbx: wxPython controls used in the Phenix GUI and various utilities . This package provide everythings needed to link against the cctbx libraries. Package: libcctbx0 Description-md5: 1f470ab3421adb53b943b6c9907def61 Description-en: Computational Crystallography Toolbox - runtime libraries Computational Crystallography Toolbox contains following modules: - annlib_adaptbx: - boost_adaptbx: wrappers for Boost functionality in CCTBX - cbflib_adaptbx: - ccp4io_adaptbx: - cctbx: Libraries for general crystallographic applications, useful for both small-molecule and macro-molecular crystallography. - cma_es: - crys3d: Modules for the display of molecules, electron density, and reciprocal space data. - dxtbx: The Diffraction Image Toolbox, a library for handling X-ray detector data of arbitrary complexity from a variety of standard formats. - fable: Fortran EMulation library for porting Fortran77 to C++. - gltbx: Python bindings for OpenGL - iotbx: Working with common crystallographic file formats. - libtbx: The build system common to all other modules. This includes a very thin wrapper around the SCons software construction tool. It also contains many useful frameworks and utilities to simplify application development, including tools for regression testing, parallelization across multiprocessor systems and managed clusters, and a flexible, modular configuration syntax called PHIL (Python Hierarchial Interface Language) used throughout the CCTBX. - mmtbx: Functionality specific to macromolecular crystallography. This includes all of the machinery required for setup of geometry restraints, bulk solvent correction and scaling, analysis of macromolecular diffraction data, calculation of weighted map coefficients, and most of the methods implemented in phenix.refine. The majority of infrastructure for the MolProbity validation server (and Phenix equivalent) is also located here. - omptbx: OpenMP interface. - rstbx: A reciprocal space toolbox to autoindex small molecule Bragg diffraction, given the reciprocal space vectors. - scitbx: General scientific calculations. his includes a family of high-level C++ array types, a fast Fourier transform library, and a C++ port of the popular L-BFGS quasi-Newton minimizer. - smtbx: Small-Molecule crystallography. - spotfinder: - tbxx: - wxtbx: wxPython controls used in the Phenix GUI and various utilities . This package provide the cctbx runtime libraries. Package: libcdk-java Description-md5: 647a24513b2faf64ec435b05ee95522d Description-en: Chemistry Development Kit (CDK) Java libraries The CDK is a library of Java classes used in computational and information chemistry and in bioinformatics. It includes renderers, file IO, SMILES generation/parsing, maximal common substructure algorithms, fingerprinting and much, much more. Package: libclang-20-dev Description-md5: 5d11e43d0fcb99d16f62a9bec9c6f1dc 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-20. Package: libclang-21-dev Description-md5: 7cb1680ccacb561deb44a94504954b37 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-21. Package: libclang-common-20-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-common-21-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-cpp20 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-cpp20-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-cpp21 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-cpp21-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-20-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-20-dev-wasm32 Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217 Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-20-dev-wasm64 Description-md5: f6fba666aadae95050bf103b52358363 Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-21-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-21-dev-wasm32 Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217 Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-21-dev-wasm64 Description-md5: f6fba666aadae95050bf103b52358363 Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang1-20 Description-md5: 6fbabc5fd121a4ff6b254de59627b6de Description-en: C interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang1-21 Description-md5: 6fbabc5fd121a4ff6b254de59627b6de Description-en: C interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclc-20 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-20-dev Description-md5: af42cc63b204a8c47b782398389a6170 Description-en: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: libclc-21 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-21-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: 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: libdcmtk-dev Description-md5: b8c9cda90a28213d8a8f178fc769fe1b Description-en: OFFIS DICOM toolkit development libraries and headers DCMTK includes a collection of libraries and applications for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. . This package contains development libraries and headers for DCMTK. You only need to install this if you are developing programs that use the DCMTK libraries. . Note: This version was compiled with libssl support. Package: libdcmtk19 Description-md5: 9d56449377a2c35a2b0e8bd566fdec0e Description-en: OFFIS DICOM toolkit runtime libraries DCMTK includes a collection of libraries and applications for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. . This package contains the runtime libraries for the DCMTK utility applications. . Note: This version was compiled with libssl support. Package: libflang-20-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: libflang-21-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: libfuzzer-20-dev Description-md5: bc55cd127b8dab148b78e61e5e475b8e Description-en: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libfuzzer-21-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: libgarcon-1-0 Description-md5: ccef8bc40b886986c0af27faf580d445 Description-en: freedesktop.org compliant menu implementation for Xfce garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package contains the core library and the GTK2 support library. Package: libgarcon-1-dev Description-md5: 47fc6c17a67006d56041ffe28624e815 Description-en: Development files for garcon-1 This package contains the headers and the static library for garcon-1. Package: libgarcon-common Description-md5: 88e7d9fc75824b1859206ba2be898feb Description-en: common files for libgarcon menu implementation garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package contains common files like desktop-directories and menu file. Package: libgarcon-gtk3-1-0 Description-md5: 3efdbc3fb0422b71ae870d49fbd708d8 Description-en: menu library for Xfce (GTK3 library) garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package contains the GTK-3 support library. Package: libgarcon-gtk3-1-dev Description-md5: 82e5020ee99ef6a556a7cd776485e413 Description-en: Development files for garcon-gtk3 This package contains the headers and the static library for garcon-gtk3 library, the GTK3 support library for the garcon menu library. Package: libgcc-12-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-13-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-12-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-12-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-13-dev Description-md5: edfbe45c4dd603bd5f9c67ae4ba8c494 Description-en: GCC just-in-time compilation (development files) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-13-doc Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180 Description-en: GCC just-in-time compilation (documentation) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-15-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-15-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: libgccjit15 Description-md5: 78f861084806b36ce34263514298785e Description-en: GCC just-in-time compilation (shared library) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: 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: libgd-dev Description-md5: e2e1452132bfe957f8694d8a8920856e Description-en: GD Graphics Library (development version) GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the full development version of the library. Package: libgd-tools Description-md5: a44edd93634f43d7184a7456c237f804 Description-en: GD command line tools and example code GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is some simple command line tools and example code that use the GD graphics library. Package: libgdk-pixbuf-xlib-2.0-0 Description-md5: ff4a54bdd102169fcecdeee6b5a5e344 Description-en: GDK Pixbuf library (deprecated Xlib integration) This package contains a deprecated library to render GdkPixbuf structures to X drawables using Xlib (libX11). . No newly written code should ever use this library. . If your existing code depends on gdk-pixbuf-xlib, then you're strongly encouraged to port away from it. Package: libgdk-pixbuf-xlib-2.0-dev Description-md5: 31c0ec9e89d3c5842049e497a3b887b9 Description-en: GDK Pixbuf library (development files) This package contains the header files which are needed for using GDK Pixbuf's deprecated Xlib integration. . No newly written code should ever use this library. . If your existing code depends on gdk-pixbuf-xlib, then you're strongly encouraged to port away from it. Package: libgfortran-12-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-13-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-15-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: libgm2-12-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-13-dev Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-15-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-17 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-18 Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-20 Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgnat-12 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-13 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-15 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: libgnustep-base-dev Description-md5: 8f8911005f8843b299642fc9bb55fc7d Description-en: GNUstep Base header files and development libraries This package contains the header files and static libraries required to build applications against the GNUstep Base library. . Install this package if you wish to develop your own programs using the GNUstep Base Library. Package: libgnustep-base1.31 Description-md5: a4b543c1cc35f94e4ce935f098456a7b Description-en: GNUstep Base library The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, byte streams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults. Package: libgo-12-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-13-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: libgo21 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo22 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-amdgcn1 Description-md5: b4d23ce73f3592d1c5e0dc4540aca4d1 Description-en: GCC OpenMP v4.5 plugin for offloading to GCN This package contains libgomp plugin for offloading to AMD GCN. Package: libgomp-plugin-nvptx1 Description-md5: f9c2e1e8b9ed7ce64aa263f868e92b29 Description-en: GCC OpenMP v4.5 plugin for offloading to NVPTX This package contains libgomp plugin for offloading to NVidia PTX. The plugin needs libcuda.so.1 shared library that has to be installed separately. Package: libgphobos-12-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-13-dev Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-15-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: libgphobos3 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: libgphobos4 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos6 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: libgrantleetheme-data Description-md5: 72f83fc8b55993c270c2f2ee96952de1 Description-en: KDE PIM grantlee theme support - data files This library provides the grantlee theme support for KDE PIM. . This package provides the data files. Package: libgrantleetheme-dev Description-md5: 1dd606648e6bfbff5df3d2dc1ae2f5f5 Description-en: KDE PIM grantlee theme support - devel files This library provides the grantlee theme support for KDE PIM. . This package provides the development files. Package: libgrantleetheme-plugins Description-md5: fd4098258090ed9198c7f79bf38c3498 Description-en: KDE PIM grantlee theme support - plugins This library provides the grantlee theme support for KDE PIM. . This package provides the plugins distributed with the library. Package: libgravatar-data Description-md5: 4aed4422f6e398ba981e188a2fdef7f7 Description-en: KDE PIM gravatar library - data files This internal library is a brigde for using the gravatar service from KDE PIM applications. . This package contains shared data files. . This package is part of the KDE PIM module. Package: libgravatar-dev Description-md5: d38f18259c3e4f6e8c66a22e1e17dc05 Description-en: KDE PIM gravatar library - development files This internal library is a brigde for using the gravatar service from KDE PIM applications. . This package contains the development files needed to build against the library. . This package is part of the KDE PIM module. Package: libhexagonrpc-dev Description-md5: 0fc7a2576766e4fa997ae383e54ff3e6 Description-en: Implementation of the FastRPC procotol -- development files Qualcomm processors include Digital Signal Processors (DSP) which can be accessed from Linux using the FastRPC protocol. This protocol is used to: * serve remote files to the DSPs * call functions to offload work to the DSPs . This package contains the development files for libhexagonrpc, a library implementing the FastRPC protocol. Package: libhexagonrpc0.3 Description-md5: 946cff0fce38f62063ec44c3d8efe460 Description-en: Implementation of the FastRPC procotol -- shared library Qualcomm processors include Digital Signal Processors (DSP) which can be accessed from Linux using the FastRPC protocol. This protocol is used to: * serve remote files to the DSPs * call functions to offload work to the DSPs . This package contains the shared library implementing the FastRPC protocol. Package: libhsa-runtime-dev Description-md5: a43df1a7a825b65ac5f03fb39ff420b1 Description-en: HSA Runtime API and runtime for ROCm - development files This library provides user-mode API interfaces necessary for host applications to launch compute kernels to available HSA ROCm kernel agents. . This package contains the development headers. Package: libhsa-runtime64-1 Description-md5: 3b6dc07958d486a817a5f2ac17827c4a Description-en: HSA Runtime API and runtime for ROCm This library provides user-mode API interfaces necessary for host applications to launch compute kernels to available HSA ROCm kernel agents. Package: libhsakmt-dev Description-md5: 7206aef6339b557669fd61b2c4ccb72f Description-en: Thunk library for AMD KFD (dev) This package includes the user-mode API interfaces used to interact with the ROCk driver. . This package contains the development files. Package: libhsakmt1 Description-md5: cad20c7a0db349265356ab5bbc60e4cf Description-en: Thunk library for AMD KFD (shlib) This package includes the user-mode API interfaces used to interact with the ROCk driver. . This package contains the shared object. Package: libiitii-dev Description-md5: fce9786d88455289fadb8d51189d3643 Description-en: Implicit Interval Tree with Interpolation Index (devel) Iitii is a data structure for indexing begin/end position intervals, such as genomic feature annotations, and answering requests for all items overlapping a query interval. Building on cgranges by Heng Li, iitii explores ideas from DBMS interpolation search and learned index structures to speed up queries on large datasets. . This package contains the header files for development. Package: libimage-exiftool-perl Description-md5: c858fe29015f3a6ad9e0903e9f062816 Description-en: library and program to read and write meta information in multimedia files Image::ExifTool is a customizable set of Perl modules plus a full-featured command-line application called exiftool for reading and writing meta information in a wide variety of files, including the maker note information of many digital cameras by various manufacturers such as Canon, Casio, DJI, FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony. . The following modules/packages are recommended for specific features, e.g. decoding compressed and/or encrypted information from the indicated file types, calculating digest values for some information types, etc.: . * Archive::Zip / libarchive-zip-perl: ZIP, DOCX, PPTX, XLSX, ODP, ODS, ODT, EIP, iWork * Unicode::LineBreak / libunicode-linebreak-perl: for column-alignment of alternate language output * POSIX::strptime / libposix-strptime-perl: for inverse date/time conversion * Time::Piece (in perl core): alternative to POSIX::strptime * IO::Compress::RawDeflate + IO::Uncompress::RawInflate (in perl core): for reading FLIF images * Compress::Raw::Lzma / libcompress-raw-lzma-perl: for reading encoded 7z files * IO::Compress::Brotli + IO::Uncompress::Brotli / libio-compress-brotli-perl: for writing/reading compressed JXL metadata Package: libisal-dev Description-md5: 874548205a402b15945db5a8d79b55a2 Description-en: Intel(R) Intelligent Storage Acceleration Library - devel files Collection of low-level functions used in storage applications. Contains fast erasure codes that implement a general Reed-Solomon type encoding for blocks of data that helps protect against erasure of whole blocks. The general ISA-L library contains an expanded set of functions used for data protection, hashing, encryption, etc. . This package contains the development files needed to build against the shared library. Package: libisal2 Description-md5: db59909f70c412a803a10087d9506bd6 Description-en: Intel(R) Intelligent Storage Acceleration Library - shared library Collection of low-level functions used in storage applications. Contains fast erasure codes that implement a general Reed-Solomon type encoding for blocks of data that helps protect against erasure of whole blocks. The general ISA-L library contains an expanded set of functions used for data protection, hashing, encryption, etc. . This package contains the shared library. Package: libjs-bootstrap5 Description-md5: 9c0428ff85068c12e27ed6752db9aefb Description-en: HTML front-end framework (version 5) Bootstrap is a CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. . This package contains bootstrap version 5. Package: libjs-bootstrap5-doc Description-md5: 3464fcc9e6ff7afa7f541aa5334ff815 Description-en: HTML front-end framework (documentation, version 5) Bootstrap is a CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. . This package contains the documentation for bootstrap version 5. Package: libkaddressbook-dev Description-md5: 5b52a7b508d1cdd53e137aacb38903c5 Description-en: Addressbook import export library - development files KAddressBook enables you to manage your contacts efficiently and comfortably. It can load and save your contacts to many different locations, including the local file system, LDAP servers, and SQL databases. . This package contains the development files. Package: libkate-dev Description-md5: ea7955d0abccb5259d206e2cfde3252c Description-en: Codec for karaoke and text encapsulation (dev) Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . libkate provides an API for the encoding and decoding of kate files. This package contains the development libraries. Package: libkate-tools Description-md5: c771130173d36e2f7c329fd922edcb38 Description-en: Utilities for mangling kate Ogg files Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . This package contains some utilities useful for debugging and tweaking Kate files, using libkate. Package: libkate1 Description-md5: 39ec13ea5c59b0ac8acc76b3db8228c2 Description-en: Codec for karaoke and text encapsulation Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . libkate provides an API for the encoding and decoding of kate files. Package: libkcalendarutils-data Description-md5: 0d823e762e0aa76c46be6446cb9d3781 Description-en: kcalutils - data files This library provides a set of utility functions that help applications access and use calendar data via the KCalCore library. . This package contains the data files. Package: libkcalendarutils-dev Description-md5: bdd38e28a782c8f1100791a9110f97b8 Description-en: kcalutils - development files This library provides a set of utility functions that help applications access and use calendar data via the KCalCore library. . This package contains the development files. Package: libkchart-dev Description-md5: 5984b75ea32e16776bd1a44415f1c433 Description-en: library for creating business charts (development files) KD Charts provides an implementation of the ODF Chart specification. It supports stock charts, box charts, and whisker charts and allows one to integrate these charts in Qt-based applications. . This package contains the development files. Package: libkchart-l10n Description-md5: f3fdee9514c21e772507f5ac1f6cd6da Description-en: library for creating business charts (translation) KD Charts provides an implementation of the ODF Chart specification. It supports stock charts, box charts, and whisker charts and allows one to integrate these charts in Qt-based applications. . This package contains translations. Package: libkchart6-3 Description-md5: 0328e560cc613f354b78a9c65673fe06 Description-en: library for creating business charts (shared library) KD Charts provides an implementation of the ODF Chart specification. It supports stock charts, box charts, and whisker charts and allows one to integrate these charts in Qt-based applications. . This package contains the shared library. Package: libkdepim-data Description-md5: 7fa517443f4722bf5c2a9c97b052cc2c Description-en: KDE PIM library - data files This is the internal runtime package for applications from the KDE PIM module. It contains data files used by the library. . This package is part of the KDE PIM module. Package: libkdepim-dev Description-md5: ac38fed39cd5255b705265fa498abf78 Description-en: KDE PIM library - development files This is the internal runtime package for applications from the KDE PIM module. It contains headers, and the libraries needed to build some of the KDE PIM applications. . This package is part of the KDE PIM module. Package: libkdepim-plugins Description-md5: f8e68709422343fca6596819f4185c97 Description-en: KDE PIM library - plugins This is the internal runtime package for applications from the KDE PIM module. It contains plugins that are distributed with the library. . This package is part of the KDE PIM module. Package: libkgantt-dev Description-md5: 6f1182399691d8f41c32d779deb27dfc Description-en: library for creating Gantt diagrams (development files) Gantt charts are a bar charts that illustrate project schedules. KD Gantt provides a module for implementing ODF Gantt charts in Qt-based applications. . This package contains the development files. Package: libkgantt-l10n Description-md5: 3f1263239667ccef0664ce41c872a7db Description-en: library for creating Gantt diagrams (translations) Gantt charts are a bar charts that illustrate project schedules. KD Gantt provides a module for implementing ODF Gantt charts in Qt-based applications. . This package contains translations. Package: libkgantt6-3 Description-md5: 5672966bdfb082a5687c5da49bb612f3 Description-en: library for creating Gantt diagrams (shared library) Gantt charts are a bar charts that illustrate project schedules. KD Gantt provides a module for implementing ODF Gantt charts in Qt-based applications. . This package contains the shared library. Package: libkgapi-data Description-md5: 9a9fe56ee9d1ed10699969e2f79360b5 Description-en: Google API library for KDE -- data files LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs for various Google services. . This package contains data files. Package: libkgapi-dev Description-md5: c1caebd71da378d3fbe1ac3bb0d049e6 Description-en: Google API library for KDE -- development files LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs for various Google services. . This package contains development files for building software that uses the LibKGAPI library. Package: libkidentitymanagement-data Description-md5: b5ea3d2a29d9be37fa7ae78cb4ab957a Description-en: library for managing user identities - data files This library provides an API for managing user identities. . This package contains the development files. Package: libkidentitymanagement-dev Description-md5: 6f4327cbdd7bd68e78005178753048cf Description-en: library for managing user identities - development files This library provides an API for managing user identities. . This package contains the development files. Package: libkimap-data Description-md5: 253f3f84b89ff6de6f104a233212c70d Description-en: library for handling IMAP data - arch independent files This library provides an API for handling data received from IMAP services. IMAP (Internet Message Access Protocol) is one of the two most prevalent Internet standard protocols for e-mail retrieval. . This package contains the arch independent data for KIMAP. Package: libkimap-dev Description-md5: 897f577924da2ddfcc1097c3f3f7916d Description-en: library for handling IMAP data - development files This library provides an API for handling data received from IMAP services. IMAP (Internet Message Access Protocol) is one of the two most prevalent Internet standard protocols for e-mail retrieval. . This package contains the development files. Package: libkitinerary-bin Description-md5: 9698393e97e8c3a314855aee4cd674c1 Description-en: library for Travel Reservation information - binaries This library provides an API for Data Model and Extraction System for Travel Reservation information. . This package contains the binaries like - kitinerary-extractor Package: libkitinerary-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: libkitinerary-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: libkldap-data Description-md5: 8bccea239dd9315d59503f37f88e9176 Description-en: Arch independent data forlibrary for accessing LDAP This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package contains the arch independent data for KLdap. Package: libkldap-dev Description-md5: 7389f56e2b83cda2cf6f3ae47b1e5ac0 Description-en: library for accessing LDAP - development files This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package contains the development files. Package: libkldap-doc Description-md5: b17033b799fd447cc13f81d93e1dcf64 Description-en: library for accessing LDAP (documentation) This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package contains the documentation files. Package: libkleo-data Description-md5: 2f9f8e02d88fc32d05b80a363cde7960 Description-en: KDE PIM cryptographic library, data files This package contains the data files used by libkleo, a library for Kleopatra and other parts of KDE using certificate-based crypto. . This package is part of the KDE PIM module. Package: libkleo-dev Description-md5: dd52c8a48af676c49c901e4f40f8c8f6 Description-en: KDE PIM cryptographic library, devel files This package contains the development files for libkleo, a library for Kleopatra and other parts of KDE using certificate-based crypto. . This package is part of the KDE PIM module. Package: libkmailtransport-data Description-md5: 5369e5868eb7423cb03646bbec09e9db Description-en: mail transport service library - data files Mailtransport is a library that provides the following functionality: . * Shared mail transport settings. * GUI elements to configure mail transport settings. * Job classes for mail sending. . This package also contains a KDE control module which can be embedded into your application to provide mail transport configuration. . This package contains data files. Package: libkmailtransport-dev Description-md5: bdb3121eb260a0cd727b888db9015957 Description-en: mail transport service library - development files Mailtransport is a library that provides the following functionality: . * Shared mail transport settings. * GUI elements to configure mail transport settings. * Job classes for mail sending. . This package contains the development files. Package: libkmbox-dev Description-md5: 970f113ba32e693d20fad06b7422aaaf Description-en: library for handling mbox mailboxes - development files This is a library for handling mailboxes in mbox format, using a Qt/KMime C++ API. . This package contains the development files. Package: libkmime-data Description-md5: 8a1f03c7dc80e1bcf83d40055b8971b7 Description-en: Arch independent data for library for handling MIME data This library provides an API for handling MIME data. MIME (Multipurpose Internet Mail Extensions) is an Internet Standard that extends the format of e-mail to support text in character sets other than US-ASCII, non-text attachments, multi-part message bodies, and header information in non-ASCII character sets. . This package contains the arch independent data for KMime. Package: libkmime-dev Description-md5: 3e8d7b6fb7ba4938dc9cf77296922163 Description-en: library for handling MIME data - development files This library provides an API for handling MIME data. MIME (Multipurpose Internet Mail Extensions) is an Internet Standard that extends the format of e-mail to support text in character sets other than US-ASCII, non-text attachments, multi-part message bodies, and header information in non-ASCII character sets. . This package contains the development files. Package: libkontactinterface-data Description-md5: a2a7a275f7f1a309edfaddf600a21c0e Description-en: Kontact interface library - data files This library provides the glue necessary for application "Parts" to be embedded as a Kontact component (or plugin). . This package contains shared data files. Package: libkontactinterface-dev Description-md5: 5d4ec19cad08b4aa5cb9586cb7df8087 Description-en: Kontact interface library - development files This library provides the glue necessary for application "Parts" to be embedded as a Kontact component (or plugin). . This package contains the development files. 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: libkosm1 Description-md5: 44a07da6d303ccd9418f32466955f1f6 Description-en: library for OSM data with Qt Use OSM data with Qt data types to use it easily in your Qt applications. . It gives you picking support for implementing interaction with map elements. It supports externally provided overlay elements. It allows pre-loading and caching API for offline support in applications. Package: libkosmindoormap1 Description-md5: 272c1a9df6c999f33e1110cd5dba56d8 Description-en: OSM multi-floor indoor map renderer Open Street Map indoor map renderer of for example a (large) train station. . It has floor-level separation of OSM data and inter-floor navigation using stairs, escalators or elevators. Information for details like a selected amenity. Identifying railway platforms or airport gates in the map data. It is integrated with KPublicTransport to show line icons for railway platforms, show availability of rental bikes and get realtime equipment (elevators/escalators/etc) status information. Package: libkosmindoorrouting1 Description-md5: 78ab3c614666d857bd28705cfd900173 Description-en: OSM multi-floor indoor map navigation Open Street Map indoor map navigation of for example a (large) train station. . It has floor-level separation of OSM data and inter-floor navigation using stairs, escalators or elevators. Information for details like a selected amenity. Identifying railway platforms or airport gates in the map data. It is integrated with KPublicTransport to show line icons for railway platforms, show availability of rental bikes and get realtime equipment (elevators/escalators/etc) status information. Package: libkpim6addressbookimportexport6 Description-md5: 5453564a46abcb2f568326ea02ca2296 Description-en: Addressbook import export library KAddressBook enables you to manage your contacts efficiently and comfortably. It can load and save your contacts to many different locations, including the local file system, LDAP servers, and SQL databases. . This package contains the libary used for the import and and export of contacts. Package: libkpim6akonadiagentbase6 Description-md5: 6cb0d91384ee342f64ac4e4891caf006 Description-en: Akonadi agent base library This library contains classes to implement agents for the Akonadi PIM data server. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6akonadicontactcore6 Description-md5: 66d2f8c5cb09d9ef0130a65e91528185 Description-en: Akonadi contacts access library - core library This library provides contacts manipulation helpers using the Akonadi PIM data server. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6akonadicontactwidgets6 Description-md5: d45c2df22d297664ef756efa5c269efd Description-en: Akonadi contact access library - widgets library This library provides contacts manipulation helpers using the Akonadi PIM data server. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6akonadicore6 Description-md5: 7eaca65bf97daa5f493d62c080313159 Description-en: Akonadi core library This library contains Akonadi PIM data server core classes. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6akonadimime6 Description-md5: 4e624534e40cf9790cf55069c0d61f2f Description-en: Akonadi MIME handling library This library provides MIME handling helpers using the Akonadi PIM data server. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6akonadiprivate6 Description-md5: fc68b591ff20eff8fb7e4c5e3375b4dd Description-en: libraries for the Akonadi PIM storage service Akonadi is an extensible cross-desktop Personal Information Management (PIM) storage service. It provides a common framework for applications to store and access mail, calendars, addressbooks, and other PIM data. . This package contains libraries used by the Akonadi PIM storage service. Package: libkpim6akonadisearchcore6 Description-md5: e95725044a9422408a5a8839c9602db3 Description-en: Akonadi search core library Internal library used to search in the Akonadi PIM data server. This package contains the core library. Package: libkpim6akonadisearchdebug6 Description-md5: 7ccbe1e860f7db2cab48f433c7f45dff Description-en: Akonadi search debug library Internal library used to search in the Akonadi PIM data server. This package contains the debug library. Package: libkpim6akonadisearchpim6 Description-md5: bf68bd20069fda6b0b73124e28f8098f Description-en: Akonadi search library Library used to search in the Akonadi PIM data server. Package: libkpim6akonadisearchxapian6 Description-md5: 8ad50970db472e018bcff8bbf873fd17 Description-en: Akonadi search xapian library Internal library used to search in the Akonadi PIM data server. This package contains the xapian library. Package: libkpim6akonadiwidgets6 Description-md5: 14a700b6cade167a55cbed0288970004 Description-en: Akonadi widgets library This library contains standard widgets for the Akonadi PIM data server. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6akonadixml6 Description-md5: fedb7044a6b3771e661d0d2237c65b21 Description-en: Akonadi XML helper library This library provides XML helpers using the Akonadi PIM data server. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6calendarutils6 Description-md5: 345839acf405933e33db638ac032b51b Description-en: library with utility functions for the handling of calendar data This library provides a set of utility functions that help applications access and use calendar data via the KCalCore library. Package: libkpim6gapiblogger6 Description-md5: 0ab2dbb9a3cc27a9ee05df5b6a7fe199 Description-en: library to integrate with Google Blogger service API This package is part of libkgapi. Package: libkpim6gapicalendar6 Description-md5: 23bbb9c625c6e525a8331f1f2f99b239 Description-en: library to integrate with Google Calendar service API This package is part of libkgapi. Package: libkpim6gapicore6 Description-md5: 54f8a72da2e5a80b769787b65f0a59f6 Description-en: core library to integrate with Google service APIs This package is part of libkgapi. Package: libkpim6gapidrive6 Description-md5: ffecc2c04c645daab0ee28719380599f Description-en: library to integrate with Google Drive service API This package is part of libkgapi. Package: libkpim6gapilatitude6 Description-md5: 9231c0952b775c1d09e0b8584f83add5 Description-en: library to integrate with Google Latitude service API This package is part of libkgapi. Package: libkpim6gapimaps6 Description-md5: 4963a89e07c8770c1f8286e7cdc48b5e Description-en: library to integrate with Google Maps service API This package is part of libkgapi. Package: libkpim6gapipeople6 Description-md5: 702c8d5a3883d82f701a45aec77ed919 Description-en: library to integrate with Google People service API This package is part of libkgapi. Package: libkpim6gapitasks6 Description-md5: e4e30c4cba468f3f8dde6bc0666c3697 Description-en: library to integrate with Google Tasks service API This package is part of libkgapi. Package: libkpim6grantleetheme6 Description-md5: 1f5691859f111ae0c61fc219d811ab53 Description-en: KDE PIM grantlee theme support - library This library provides the grantlee theme support for KDE PIM. . This package provides the shared libraries. Package: libkpim6gravatar6 Description-md5: beb8ec156e8b90ca7cfdb6ac03039963 Description-en: KDE PIM gravatar library This internal library is a brigde for using the gravatar service from KDE PIM applications. . This package is part of the KDE PIM module. Package: libkpim6identitymanagementcore6 Description-md5: 75e4ad02dd356db0c8557f21a76468b9 Description-en: library for managing user identities This library provides an API for managing user identities. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6identitymanagementquick6 Description-md5: 75e4ad02dd356db0c8557f21a76468b9 Description-en: library for managing user identities This library provides an API for managing user identities. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6identitymanagementwidgets6 Description-md5: 4ee8bad1d0b67255ab0602bb0d9f3c66 Description-en: library for managing user identities This library provides an API for managing user identities with widgets. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6imap6 Description-md5: 15e0d328c72eb16d1c54232216220786 Description-en: library for handling IMAP data This library provides an API for handling data received from IMAP services. IMAP (Internet Message Access Protocol) is one of the two most prevalent Internet standard protocols for e-mail retrieval. Package: libkpim6itinerary6 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: libkpim6kmanagesieve6 Description-md5: 41f348d1ad406a2453e30b07d2621e97 Description-en: Sieve remote script management support for kdepim, library This library implements a subset of the protocol for remotely managing Sieve scripts (RFC 5804). Among other basic operations, it provides an easy to use API for listing, retrieving, deleting, activating and uploading of scripts to the remote Sieve script server. . This package is part of the KDE PIM module. Package: libkpim6kontactinterface6 Description-md5: 6f19c549a0a3669b6ef227dae99e378c Description-en: Kontact interface library This library provides the glue necessary for application "Parts" to be embedded as a Kontact component (or plugin). Package: libkpim6ksieve6 Description-md5: 9fc856526951c294fbc203c6acb2f202 Description-en: Sieve mail filtering language support for kdepim, library This library implements a parser and lexer for Sieve, the mail filtering language (RFC 3028). . This package is part of the KDE PIM module. Package: libkpim6ksievecore6 Description-md5: 3c774870f87c3cd81c32ed0f54117ee7 Description-en: Sieve mail filtering language support for kdepim, core library This library implements the core services for libksieve. . This package is part of the KDE PIM module. Package: libkpim6ksieveui6 Description-md5: 530a6c5f34077391676f0b0bed9a39b6 Description-en: Sieve mail filtering language support for kdepim, GUI library This library implements GUI dialogs and elements which enable users to easily create, edit and manage their mail filters on the mail servers which support the Sieve language (RFC 3028) and the protocol for remotely managing Sieve scripts (RFC 5804). . This package is part of the KDE PIM module. Package: libkpim6ldapcore6 Description-md5: 2bc1a9b485bbacf6b6fdefdd2097e5ff Description-en: library for accessing LDAP This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6ldapwidgets6 Description-md5: 2bc1a9b485bbacf6b6fdefdd2097e5ff Description-en: library for accessing LDAP This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6libkdepim6 Description-md5: 0b8cef31f54cbd986ec19974ef571136 Description-en: KDE PIM library This is the internal runtime package for applications from the KDE PIM module. It contains shared libraries and data which most of KDE PIM applications use. . This package is part of the KDE PIM module and hold the part of libkdepim that do not depend on Akonadi. Package: libkpim6libkleo6 Description-md5: 134d5b675a775fa494c8a27dd857368f Description-en: KDE PIM cryptographic library This package contains libkleo, a library for Kleopatra and other parts of KDE using certificate-based crypto. . This package is part of the KDE PIM module. Package: libkpim6mailimporter6 Description-md5: d4cb6f1bf57b1311e8bca4cafd075a38 Description-en: KDE PIM Mail importer library This package contains a library for importing mails into KDE applications. . This package is part of the KDE PIM module. Package: libkpim6mailimporterakonadi6 Description-md5: 96bc65d27c80727a70fa765bec02d454 Description-en: KDE PIM Mail importer Akonadi library This package contains a library for importing mails into Akonadi applications. . This package is part of the KDE PIM module. Package: libkpim6mailtransport6 Description-md5: 2cb7cc2b9b2329a3d1f1b5001ff8968c Description-en: mail transport service library Mailtransport is a library that provides the following functionality: . * Shared mail transport settings. * GUI elements to configure mail transport settings. * Job classes for mail sending. Package: libkpim6mbox6 Description-md5: febe5c6e80fedbf1f282062563ad4d3e Description-en: library for handling mbox mailboxes This is a library for handling mailboxes in mbox format, using a Qt/KMime C++ API. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6mime6 Description-md5: ea8d6d0463a1443aeab1a64fda908b1b Description-en: library for handling MIME data This library provides an API for handling MIME data. MIME (Multipurpose Internet Mail Extensions) is an Internet Standard that extends the format of e-mail to support text in character sets other than US-ASCII, non-text attachments, multi-part message bodies, and header information in non-ASCII character sets. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6mimetreeparsercore6 Description-md5: e6388499b09787430b7d9fc997465036 Description-en: core library for a MIME tree parser This is a parser for a MIME tree and is based on KMime. The goal is given a MIME tree to extract a list of parts (e.g. text, html) and a list of attachments, check the validity of the signatures and decrypt any encrypted part. . This package contains the core library. Package: libkpim6mimetreeparserwidgets6 Description-md5: e12062381f23234fb98906ff8e877567 Description-en: widgets library for a MIME tree parser This is a parser for a MIME tree and is based on KMime. The goal is given a MIME tree to extract a list of parts (e.g. text, html) and a list of attachments, check the validity of the signatures and decrypt any encrypted part. . This package contains the widgets library. Package: libkpim6pimcommon6 Description-md5: 7d4c4877ef9b8e8b8623b342b80a132a Description-en: Common library for KDE PIM This library provides the common parts used across different KDE PIM components. . This package provides the shared libraries. Package: libkpim6pimcommonactivities6 Description-md5: 24f16cf1a450ef881369b7d17338c9a6 Description-en: Common library for Plasma Activities in KDE PIM This library provides the common parts used for Plasma Activities. . This package provides the shared libraries. Package: libkpim6pimcommonakonadi6 Description-md5: 7b44fed8be88d500040e4ca5cb638cf3 Description-en: Common library for KDE PIM Akonadi This library provides the common parts used across different KDE PIM Akonadi components. . This package provides the shared libraries. Package: libkpim6pkpass6 Description-md5: bf7b99e51c879704afa812aaddf81ea0 Description-en: library for Apple Wallet Pass reader This library provides an API for Apple Wallet Pass reader. Package: libkpim6smtp6 Description-md5: 75704be94f818dcb73fdf7187d5f3528 Description-en: library for handling SMTP data This library provides an API for handling SMTP services. SMTP (Simple Mail Transfer Protocol) is the most prevalent Internet standard protocols for e-mail transmission. Package: libkpim6textedit6 Description-md5: 109259b7958e194638f3e7341d582dde Description-en: library that provides a textedit with PIM-specific features KPIMTextedit provides a textedit with PIM-specific features. It also provides so-called rich text builders which can convert the formatted text in the text edit to all kinds of markup, like HTML or BBCODE. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6tnef6 Description-md5: f3f7a69b6fda83c2826678706694ca3e Description-en: library for handling TNEF data Ktnef is a library for handling data in the TNEF format (Transport Neutral Encapsulation Format, a proprietary format of e-mail attachment used by Microsoft Outlook and Microsoft Exchange Server). The API permits access to the actual attachments, the message properties (TNEF/MAPI), and allows one to view/extract message formatted text in Rich Text Format. Package: libkpimtextedit-data Description-md5: bca0a8d0fa518f77f38f05287d5a34ef Description-en: libkpimtextedit - arch independent files KPIMTextedit provides a textedit with PIM-specific features. It also provides so-called rich text builders which can convert the formatted text in the text edit to all kinds of markup, like HTML or BBCODE. . This package contains the arch independent files. Package: libkpimtextedit-dev Description-md5: 36db1c740ff02746942a7e33f4e72e9f Description-en: libkpimtextedit - development files KPIMTextedit provides a textedit with PIM-specific features. It also provides so-called rich text builders which can convert the formatted text in the text edit to all kinds of markup, like HTML or BBCODE. . This package contains the development files. Package: libkpkpass-dev Description-md5: 416f5fe817f4d8876cf3b0debce596f6 Description-en: library for Apple Wallet Pass reader - development files This library provides an API for Apple Wallet Pass reader. . This package contains the development files. Package: libkpublictransport-dev Description-md5: c973b0fcd9b0077e0e361bc186fe2c8e Description-en: Library to assist with accessing public transport (development files) A library providing a public transport API. . This package contains the development files and headers. Package: libkpublictransport1 Description-md5: 21d24fc3a4e1c99264e872eea4d74af4 Description-en: Library to assist with accessing public transport A library providing a public transport API. . This package contains the main data. Package: libkpublictransportonboard1 Description-md5: e0019d562f8b3239029c9b30bd2bb203 Description-en: Library to assist with accessing public transport onboard system A library providing a public transport API. . This package contains the onboard library. Package: libksieve-data Description-md5: 762e34857d8184eb948e9a561e902d5c Description-en: Sieve mail filtering language support for kdepim, data files This library implements a parser and lexer for Sieve, the mail filtering language (RFC 3028). . This package is part of the KDE PIM module. . This package provides the data files common to the kf5ksieve libraries. Package: libksieve-dev Description-md5: a5cff9b4660fb9ebd2513eb4a1d2d450 Description-en: Sieve mail filtering language support for kdepim, development files This library implements a parser and lexer for Sieve, the mail filtering language (RFC 3028). . This package contains development files for ksieve. Package: libksmtp-data Description-md5: 62a1e45be74ceadec2715bcea122d6a7 Description-en: library for handling SMTP data - arch independent files This library provides an API for handling data received from IMAP services. IMAP (Internet Message Access Protocol) is one of the two most prevalent Internet standard protocols for e-mail retrieval. . This package contains the arch independent data for KPimSMTP. Package: libksmtp-dev Description-md5: 4baa9c7344b25e1c20065aabbb626249 Description-en: library for handling SMTP data - devel files This library provides an API for handling SMTP services. SMTP (Simple Mail Transfer Protocol) is the most prevalent Internet standard protocols for e-mail transmission. . This package contains the development files. Package: libktnef-data Description-md5: dd4945f252c56bac441164f40454de59 Description-en: library for handling TNEF data - data files Ktnef is a library for handling data in the TNEF format (Transport Neutral Encapsulation Format, a proprietary format of e-mail attachment used by Microsoft Outlook and Microsoft Exchange Server). The API permits access to the actual attachments, the message properties (TNEF/MAPI), and allows one to view/extract message formatted text in Rich Text Format. . This package contains the data files. Package: libktnef-dev Description-md5: a95e1bed2254e08b66ef598466ac8c87 Description-en: library for handling TNEF data - development files Ktnef is a library for handling data in the TNEF format (Transport Neutral Encapsulation Format, a proprietary format of e-mail attachment used by Microsoft Outlook and Microsoft Exchange Server). The API permits access to the actual attachments, the message properties (TNEF/MAPI), and allows one to view/extract message formatted text in Rich Text Format. . This package contains the development files. Package: liblld-20 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-20-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblld-21 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-21-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-20 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-20-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: liblldb-21 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-21-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: libllvm-20-ocaml-dev Description-md5: 7727e410aa3baa784cb47a4afb95f4e8 Description-en: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm-21-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: libllvm21 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: libllvmlibc-21-dev Description-md5: b678725717171e9f1656f9727ef63f83 Description-en: LLVM C Library - dev package Implementation of the C standard library targeting C17 and above. . This is an experimental project. Don't use in production. Package: liblo10k1-0 Description-md5: 126648d0d55b7c1e5e15af7bc991a45c Description-en: ALSA emu10k1/2 patch-loader library This is the runtime library for the ld10k1 patch loader for use with the emu10k1 ALSA driver. Supports Sound Blaster Live!, Audigy and Audigy 2. Package: liblo10k1-dev Description-md5: 32a225c612fa5bea87d6a7597fa8a461 Description-en: ALSA emu10k1/2 patch-loader library development files These are the development files for the ld10k1 patch loader for use with the emu10k1 ALSA driver. Supports Sound Blaster Live!, Audigy and Audigy 2. Package: libmailimporter-data Description-md5: 83016ee63cc91d26ff6b970d4e55ccac Description-en: KDE PIM Mail importer library - data files Contains the data files for building software that uses the library for importing mails into KDE applications. . This package is part of the KDE PIM module. Package: libmailimporter-dev Description-md5: d21a03d5278835de775218569270e83c Description-en: KDE PIM Mail importer library - development files Contains development files for building software that uses the library for importing mails into KDE applications. . This package is part of the KDE PIM module. Package: libmapnik-dev Description-md5: fd0e8839490c2fcbdcb9c274208e9950 Description-en: C++ toolkit for developing GIS applications (devel) Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . This package contains the development headers, API documentation, and build utilities. Package: libmapnik4.0 Description-md5: 36506166fb82747c4d1db71abd2dcf0c Description-en: C++ toolkit for developing GIS applications (libraries) Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . This package contains the shared library and input plugins. Package: libmfsio-dev Description-md5: 4a526cc84b0b27954fc8294e0fb1014a Description-en: MooseFS IO library - development files This package contains the development files used for building applications that use the MooseFS IO Library. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: libmfsio1t64 Description-md5: bed661dc7d47f115fc0806fd5b332860 Description-en: MooseFS IO library MooseFS client IO library. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: libmimetreeparser-data Description-md5: e32fb6af99e6a60451fb53d53107e3d2 Description-en: MIME tree parser - data files This is a parser for a MIME tree and is based on KMime. The goal is given a MIME tree to extract a list of parts (e.g. text, html) and a list of attachments, check the validity of the signatures and decrypt any encrypted part. . This package contains the data files. Package: libmimetreeparser-dev Description-md5: 054cc70a8dfa310c379bce46e2ca7065 Description-en: MIME tree parser - development files This is a parser for a MIME tree and is based on KMime. The goal is given a MIME tree to extract a list of parts (e.g. text, html) and a list of attachments, check the validity of the signatures and decrypt any encrypted part. . This package contains the development files. Package: libmlir-20 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-20-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: libmlir-21 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-21-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: libnode-dev Description-md5: 75974f1c9f5486fb656a060b83cecc2d 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 libnode115 Package: libnode115 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: libobjc-12-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-13-dev Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-15-dev Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc4 Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjcryst-dev Description-md5: 2c5dabbd4ef3f246ad9fe3f19b327f97 Description-en: Object-Oriented Crystallographic Library for C++ (headers) libobjcryst expands the ObjCryst++ source to make it easier to use as a system shared lirbary but does not include GUI related files from ObjCryst++. . This package contains the developer headers. Package: libobjcryst0 Description-md5: 4a81a813b9e68be4849cff61d9d70c3b Description-en: Object-Oriented Crystallographic Library for C++ libobjcryst expands the ObjCryst++ source to make it easier to use as a system shared lirbary but does not include GUI related files from ObjCryst++. . This package contains the shared library. Package: liboffload-21 Description-md5: 841bdc20a27b40722e37c7b2d0838a75 Description-en: Offload Library The offload library facilitates efficient task distribution by offloading specific computational tasks from the CPU to alternative hardware accelerators such as GPUs or FPGAs. Package: liboffload-21-dev Description-md5: 352e5b2eb6f0446d5039b547a7bc6d17 Description-en: Offload Library - Development Package The offload library facilitates efficient task distribution by offloading specific computational tasks from the CPU to alternative hardware accelerators such as GPUs or FPGAs. . This development package includes headers and other resources needed for building applications that utilize the offload runtime. Package: liboggkate-dev Description-md5: 42fbab643f09b4832020479a1b182cfe Description-en: Codec for karaoke and text encapsulation for Ogg (dev) Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . liboggkate provides an API for the encapsulation of kate streams into Ogg. This package contains the development libraries. Package: liboggkate1 Description-md5: 23431caff7d267e36d535589d0523848 Description-en: Codec for karaoke and text encapsulation for Ogg Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . liboggkate provides an API for the encapsulation of kate streams into Ogg. Package: libomp-20-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-20-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp-21-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-21-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-21 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: 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: libparpack2-dev Description-md5: fd30cbaebb5feaf3cce172b72935657f Description-en: Parallel subroutines to solve large scale eigenvalue problems (development) ARPACK software is capable of solving large scale symmetric, nonsymmetric, and generalized eigenproblems from significant application areas. The software is designed to compute a few (k) eigenvalues with user specified features such as those of largest real part or largest magnitude. Storage requirements are on the order of n*k locations. No auxiliary storage is required. A set of Schur basis vectors for the desired k-dimensional eigen-space is computed which is numerically orthogonal to working precision. Numerically accurate eigenvectors are available on request. . This package contains the static libraries and the documentation for development with libparpack (including examples). Package: libparpack2t64 Description-md5: bc61facdca0e5843df473acefb3f632d Description-en: Parallel subroutines to solve large scale eigenvalue problems ARPACK software is capable of solving large scale symmetric, nonsymmetric, and generalized eigenproblems from significant application areas. The software is designed to compute a few (k) eigenvalues with user specified features such as those of largest real part or largest magnitude. Storage requirements are on the order of n*k locations. No auxiliary storage is required. A set of Schur basis vectors for the desired k-dimensional eigen-space is computed which is numerically orthogonal to working precision. Numerically accurate eigenvectors are available on request. . Important Features: . * Reverse Communication Interface. * Single and Double Precision Real Arithmetic Versions for Symmetric, Non-symmetric, * Standard or Generalized Problems. * Single and Double Precision Complex Arithmetic Versions for Standard or Generalized Problems. * Routines for Banded Matrices - Standard or Generalized Problems. * Routines for The Singular Value Decomposition. * Example driver routines that may be used as templates to implement numerous Shift-Invert strategies for all problem types, data types and precision. . This package provides parpack: the MPI implementation of arpack. . This package contains the shared library. Package: libperl-critic-community-perl Description-md5: bf845708f44c1703f1fb1133823a703b Description-en: community-inspired Perl::Critic policies Perl::Critic::Community is a set of Perl::Critic policies to enforce the practices generally recommended by subsets of the Perl community, particularly on IRC. . Formerly known as Perl::Critic::Freenode. . Because this policy "theme" is designed to be used with zero configuration on the command line, some duplication will occur if it is used in combination with core Perl::Critic policies. Package: libpimcommon-data Description-md5: 927c1aa26ac7bfff5ffe9859601ad678 Description-en: Common library for KDE PIM - data files This library provides the common parts used across different KDE PIM components. . This package provides the data files used by the library. Package: libpimcommon-dev Description-md5: db67b90eda72cee61ebcee919d1530ed Description-en: Common library for KDE PIM - devel files This library provides the common parts used across different KDE PIM components. . This package provides the development files. Package: libpocl-dev Description-md5: e354c66ecd7fac208f624d728c125be4 Description-en: development files for the PoCL library Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. . This package provides the development files for the PoCL library. Unless very specific needs, this package is useless. This package is only required to link directly and explicitly with PoCL. . To develop OpenCL programs (that can be run with PoCL), the opencl-dev virtual package (provided by ocl-icd-opencl-dev for example) is required, not this one. Package: libpocl-devices-level0 Description-md5: 9851a2c5fad1e6c605ec77ab44111700 Description-en: Portable Computing Language library - Level Zero device library Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. . This package provides the Level Zero device library. Package: libpocl2-common Description-md5: 78bb8a43cbfd220175471920d25274ed Description-en: common files for the PoCL library Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. . This package provides the architecture independent files of the PoCL library. Package: libpocl2t64 Description-md5: 610b47f08150bddaa4674d5a7911773f Description-en: Portable Computing Language library Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. A "native" target is included, which allows running OpenCL kernels on the host (CPU). . This package provides the core of PoCL. Package: libpolly-20-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: libpolly-21-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: libpomegranate-clojure Description-md5: 4149edf9922cf9fb6aa2e64710b67505 Description-en: dependency resolution and repository handling library for Clojure pomegranate provides a Clojure interface to sonatype-aether. It supports the following features from Aether: . *Dependency resolution and common dependency graph/hierarchy manipulation operations. *Local installation of artifacts. *Remote deployment. *Repository authentication. *HTTP proxy configuration. *Offline mode. . It also allows provides dynamic inclusion of libraries in the classpath whether the libraries are installed or have to be retrieved from a repository. Package: libpoppler-qt5-1t64 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-3t64 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: librust-askama-axum-dev Description-md5: 325b7131e4ddbab3ba8760be5ffb2b34 Description-en: Axum integration for Askama templates - Rust source code Source code for Debianized Rust crate "askama_axum" Package: librust-async-std-resolver-dev Description-md5: 08b68b6345b7677788fe7892787bc1b5 Description-en: Hickory DNS is a safe and secure DNS library, for async-std - Rust source code This Resolver library uses the hickory-proto library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries. . Source code for Debianized Rust crate "async-std-resolver" Package: librust-async-tls-dev Description-md5: 30ec4f70093ce3ad4b827921abf2cdee Description-en: Asynchronous TLS/SSL streams using Rustls - Rust source code Source code for Debianized Rust crate "async-tls" Package: librust-axum-core-dev Description-md5: b392ea96cdb46906274e394fb39eb946 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. Package: librust-axum-dev Description-md5: d84c6c7f8d0787e1d58404074107aa36 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. Package: librust-axum-extra-dev Description-md5: 1b0ba7257a7d6b6be07ecd9d209f783e 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. Package: librust-axum-macros-dev Description-md5: 2a36e3388eed8dd879edaca3389693dd 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. Package: librust-axum-server-dev Description-md5: 6518735fceaa4cfd23abed3fc5dd0b8c Description-en: hyper server implementation used with axum - Rust source code axum is a web application framework that focuses on ergonomics and modularity. . axum-server is a server implementation for the axum framework using the hyper HTTP library. Package: librust-clap-complete-nushell-dev Description-md5: 6e2d619c8e3d1f28afe15bc8136691a3 Description-en: Generator library used with clap for Nushell completion scripts - Rust source code Source code for Debianized Rust crate "clap_complete_nushell" Package: librust-dockworker-dev Description-md5: c0099da15cc1850aa5b7afdd0b1640b1 Description-en: Docker daemon API client - Rust source code (a fork of Faraday's boondock) . Source code for Debianized Rust crate "dockworker" Package: librust-h3-dev Description-md5: 92bf4fde7a400ad30f0a03f7de0bba4c Description-en: Async HTTP/3 implementation - Rust source code Source code for Debianized Rust crate "h3" Package: librust-h3-quinn-dev Description-md5: f96ed1e05dd98877425b69c70d7bce42 Description-en: QUIC transport implementation based on Quinn - Rust source code Source code for Debianized Rust crate "h3-quinn" Package: librust-hickory-proto-dev Description-md5: 0627ec8919bab75e7c1ffdfcda293bb5 Description-en: Hickory DNS is a safe and secure DNS library - Rust source code This is the foundational DNS protocol library for all Hickory DNS projects. . Source code for Debianized Rust crate "hickory-proto" Package: librust-hickory-resolver-dev Description-md5: c1ec6b16d752fd7525e09ce824f29d5f Description-en: Hickory DNS is a safe and secure DNS library - Rust source code This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries. . Source code for Debianized Rust crate "hickory-resolver" Package: librust-hyper-timeout-dev Description-md5: 1e54498e2dfcfe0ef271057f6182d335 Description-en: Connect, read and write timeout aware connector to be used with hyper Client - Rust source code Source code for Debianized Rust crate "hyper-timeout" Package: librust-irc-dev Description-md5: 4eef2960d18a3009874f6b5c7881b277 Description-en: Irc crate – usable, async IRC for Rust - Rust source code Source code for Debianized Rust crate "irc" Package: librust-leptonica-plumbing-dev Description-md5: df5e97de8b281f9d08bd768166aa6bb9 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, for use with cargo. Package: librust-multer-dev Description-md5: 065080faaff8ca8dc74c8b67196fae6a Description-en: Async parser for `multipart/form-data` content-type in Rust - Rust source code Source code for Debianized Rust crate "multer" Package: librust-ntp-proto-dev Description-md5: f8e3ce7c61f16f09a5b48ad2ffdf98a4 Description-en: Ntpd-rs packet parsing and algorithms - Rust source code Source code for Debianized Rust crate "ntp-proto" Package: librust-ntpd-dev Description-md5: 92d6966643366931ea312a657c5286e4 Description-en: Full-featured implementation of NTP with NTS support - Rust source code This package contains the source for the Rust ntpd crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-octocrab-dev Description-md5: 5d76196a37763b7dcbdaf5894bef2500 Description-en: Modern, extensible GitHub API client - Rust source code Source code for Debianized Rust crate "octocrab" Package: librust-opendal-dev Description-md5: 09f72c18497bdc3687cc61c3392e95df Description-en: Apache OpenDAL™: Access data freely, painlessly, and efficiently - Rust source code Source code for Debianized Rust crate "opendal" 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-quinn-proto-dev Description-md5: 1be3279d43243393ed5e9d68be4361ee Description-en: State machine for the QUIC transport protocol - Rust source code Source code for Debianized Rust crate "quinn-proto" Package: librust-quinn-udp-dev Description-md5: c80c1e9ba3c34643499f7b00c9b8ab3b Description-en: UDP sockets with ECN information for the QUIC transport protocol - Rust source code Source code for Debianized Rust crate "quinn-udp" Package: librust-reqwest-0.11-dev Description-md5: b7fd7f6cc834f7716825c6f222ae40cf Description-en: Higher level HTTP client library - Rust source code Source code for Debianized Rust crate "reqwest" Package: librust-reqwest-dev Description-md5: b7fd7f6cc834f7716825c6f222ae40cf Description-en: Higher level HTTP client library - Rust source code Source code for Debianized Rust crate "reqwest" Package: librust-rustls-native-certs-dev Description-md5: be2ea49e33e50cbd3066ffa986266fc3 Description-en: rustls use of platform native certificate store - Rust source code rustls-native-certs allows rustls to use the platform's native certificate store when operating as a TLS client. . Rustls is a modern TLS library written in Rust. . This package contains the source for the Rust rustls-native-certs crate, packaged for use with cargo and dh-cargo. Package: librust-rustls-pemfile-dev Description-md5: 9207ec1618699ce2232a5105c4ee3a48 Description-en: Basic .pem file parser for keys and certificates - Rust source code Source code for Debianized Rust crate "rustls-pemfile" Package: librust-sudo-rs-dev Description-md5: 91aedd14e79d1d1151d1a37c26567f96 Description-en: Memory safe implementation of sudo and su - Rust source code Source code for Debianized Rust crate "sudo-rs" Package: librust-tonic-build-dev Description-md5: d7474b4869827cdfdead4f8efadf2362 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. Package: librust-tonic-dev Description-md5: d41b8bf2cd35e74f15a63a01636ab835 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. Package: librust-virtiofsd-dev Description-md5: e190504f545651689e82a9703932c825 Description-en: Virtio-fs vhost-user device daemon - Rust source code Source code for Debianized Rust crate "virtiofsd" Package: librust-warp-dev Description-md5: 45ce896c08e18b84a336ab10e996610b Description-en: Serve the web at warp speeds - Rust source code Source code for Debianized Rust crate "warp" Package: librust-xshell-macros-dev Description-md5: 7157e32bd9cff11b7519fca1c22607eb Description-en: Private implementation detail of xshell crate - Rust source code Source code for Debianized Rust crate "xshell-macros" Package: librust-yoke-dev Description-md5: 5dd08a5ef5222277bed4a32655c58ad7 Description-en: Abstraction allowing borrowed data to be carried along with the backing data it borrows from - Rust source code Source code for Debianized Rust crate "yoke" Package: librust-zerovec-dev Description-md5: e9127a2c8e5a30b09b9d90f358057bbe Description-en: Zero-copy vector backed by a byte array - Rust source code Source code for Debianized Rust crate "zerovec" Package: libsasl2-modules-kdexoauth2 Description-md5: 2a50ceb2cc3d75be9947decc1210d1ba Description-en: library to integrate with Cyrus SASL This package is part of libkgapi. Package: libseat-dev Description-md5: e03544163d34dd8d30669f67251851d0 Description-en: flexible user, seat and session management library (development files) seatd session management development files. Package: libseat1 Description-md5: 7f01ee0a114f451a23cc50044cc35adb Description-en: flexible user, seat and session management library This library provides runtime access to user, seat and session management. The backend server used is configurable at runtime. Currently implemented backends are seatd, elogind or systemd-logind. Package: libstdc++-12-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++-12-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++-12-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++-13-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++-13-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++-13-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++-15-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++-15-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++6-12-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-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libstdc++6-15-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: libtiff-opengl Description-md5: 8b1debea0e0eac5de9dc7eb9a32524a2 Description-en: TIFF manipulation and conversion tools libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package contains libtiff tools that depend upon opengl. It complements the libtiff-tools package, which contains the libtiff tools that don't depend upon opengl. Package: libtiff-tools Description-md5: f333fccce3ca049190b80f117d3faa92 Description-en: TIFF manipulation and conversion tools libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes tools for converting TIFF images to and from other formats and tools for doing simple manipulations of TIFF images. See also libtiff-opengl. Package: libtinyxml2-10 Description-md5: f7a6d9c81bce6e3c6808f3a7af25b07c Description-en: C++ XML parsing library This package contains the shared version of the TinyXML2 library. . TinyXML2 is a simple and small C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML. . TinyXML2 supersedes the previous TinyXML library, with various improvements: - Fewer memory allocations (1% - 10% compared to TinyXML) - Uses less memory (about 40% of that used by TinyXML) - Faster - No STL requirement - More modern C++, including a proper namespace - Proper and useful handling of whitespace Package: libtinyxml2-dev Description-md5: 010e91311a83f9f79a3ece268beb399a Description-en: TinyXML2 library - header and static library This package contains the header file and a static version of the TinyXML2 library. . TinyXML2 is a simple and small C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML. . TinyXML2 supersedes the previous TinyXML library, with various improvements: - Fewer memory allocations (1% - 10% compared to TinyXML) - Uses less memory (about 40% of that used by TinyXML) - Faster - No STL requirement - More modern C++, including a proper namespace - Proper and useful handling of whitespace Package: libunwind-20 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-20-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: libunwind-21 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-21-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: libunwind-setjmp0 Description-md5: a2ad087672aa604c7e2e5e0dee1676a0 Description-en: libunwind-based non local goto - runtime The unwind-setjmp library offers a libunwind-based implementation of non-local gotos. This implementation is intended to be a drop-in replacement for the normal, system-provided routines of the same name. The main advantage of using the unwind-setjmp library is that setting up a non-local goto via one of the setjmp() routines is very fast. . This package includes the shared library Package: libunwind-setjmp0-dev Description-md5: 099a990a984e4f0a5487014e58a269b8 Description-en: libunwind-based non local goto - development The unwind-setjmp library offers a libunwind-based implementation of non-local gotos. This implementation is intended to be a drop-in replacement for the normal, system-provided routines of the same name. The main advantage of using the unwind-setjmp library is that setting up a non-local goto via one of the setjmp() routines is very fast. . This package includes the development support files Package: libx32gcc-12-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-13-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-12-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-13-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-15-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-12-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-13-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: libx32go21 Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go22 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-12-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-13-dev Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-15-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: libx32gphobos3 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: libx32gphobos4 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos6 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-12-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-13-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-15-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc4 Description-md5: e253306fc795d9cc9e7c2acac0d2ad1b Description-en: Runtime library for GNU Objective-C applications (x32) Library needed for GNU ObjC applications linked against the shared library. Package: libx32stdc++-12-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++-13-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++-15-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-12-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-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libx32stdc++6-15-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: libzadc-dev Description-md5: f17d42635224c91e66d835b12e64490e Description-en: accelerated libz implementation (development headers) Accelerated libz implementation uses FPGA based PCIe cards (e.g. zEDC) to accelerate compression/decompression. . This package provides headers and development libraries. Package: libzadc4 Description-md5: 4899caf4ba1ec5289dd3b0f59c13b577 Description-en: accelerated libz implementation (Accelerated Data Compression/ADC) Accelerated libz implementation uses FPGA based PCIe cards (e.g. zEDC) to accelerate compression/decompression. . This package provides public libzADC library, and libz library symlinks which are not exposed in the ldconfig paths. Package: linuxcnc-doc-de Description-md5: fb7d225302dafb9ba8a208b57920df31 Description-en: motion controller for CNC machines and robots (German documentation) LinuxCNC is the next-generation Enhanced Machine Controller which provides motion control for CNC machine tools and robotic applications (milling, cutting, routing, etc.). . This package contains the documentation in German. Package: linuxcnc-doc-en Description-md5: 79c41601a0a9e78cb9cdeb4433b75801 Description-en: motion controller for CNC machines and robots (English documentation) LinuxCNC is the next-generation Enhanced Machine Controller which provides motion control for CNC machine tools and robotic applications (milling, cutting, routing, etc.). . This package contains the documentation in English. Package: linuxcnc-doc-es Description-md5: eeb5f507a868b9ea4f4ecaa3223c61cb Description-en: motion controller for CNC machines and robots (Spanish documentation) LinuxCNC is the next-generation Enhanced Machine Controller which provides motion control for CNC machine tools and robotic applications (milling, cutting, routing, etc.). . This package contains the documentation in Spanish. Package: linuxcnc-doc-fr Description-md5: 4f072e0eb655ed9eeea64455c0ba5717 Description-en: motion controller for CNC machines and robots (French documentation) LinuxCNC is the next-generation Enhanced Machine Controller which provides motion control for CNC machine tools and robotic applications (milling, cutting, routing, etc.). . This package contains the documentation in French. Package: linuxcnc-doc-zh-cn Description-md5: c48dae06f86878677ab4ed040feb5f90 Description-en: motion controller for CNC machines and robots (Chinese documentation) LinuxCNC is the next-generation Enhanced Machine Controller which provides motion control for CNC machine tools and robotic applications (milling, cutting, routing, etc.). . This package contains the documentation in Chinese. Package: linuxcnc-uspace Description-md5: d46e83cfb81f8e02da0ea345f95c3c8a Description-en: motion controller for CNC machines and robots LinuxCNC is a fully-realised CNC machine controller that can interpret machine-control programs (such as G-code), plan trajectories and finally output low-level signals to machine control hardware . LinuxCNC is modular and in principle the HAL (hardware abstraction layer), pluggable interpreters and variety of hardware drivers mean that it can control almost any software-defined physical system. . LinuxCNC relies on a realtime kernel to support real-time motion control, typically updating the position waypoints every 1mS and reacting to input within tens of microseconds. . Modules exist to use the low-level parts of LinuxCNC as a motion-control client for OpenPnP. Interfaces exist for ROS (the Robot Operating System) with which LinuxCNC has considerable overlap. . LinuxCNC supports arbitrary kinematics (the mapping between coordinate space and actuator space) and can control both parallel (eg Stewart platform) and serial (eg robot arm) systems in addition to conventional cartesian machine tools. . LinuxCNC supports 9 cartesian axes and 16 "Joints" (individual actuators) though the joint limit is build-time configurable. . A variety of interface hardware is supported including Modbus, EtherCAT, analogue +/-10V velocity control and Step/Dir. Step/Dir is supported by several hardware interfaces, including, but not limited to, the legacy Parallel Port. . A Hardware Abstraction Layer allows for great flexibility in signal mapping between the controller and the driver hardware. An extensive library of modules allow for complex signal processing within the HAL layer. For specialised tasks custom HAL components can be created using a C-like syntax and installed with the supplied tools. . By default LinuxCNC supports RS274 G-code but is extendable to parse other grammars such as STEP-NC or Gerber through support for pluggable interpreters. . If you want a computer to control things in the real world then LinuxCNC can do it. It is especially applicable to systems that are required to follow accurate paths described in cartesian space but has been used for numerous other applications. . This package provides the main package for LinuxCNC. Package: linuxcnc-uspace-dev Description-md5: 304732c1f4cbf9d912cfe6a9279c09a9 Description-en: PC based motion controller for real-time Linux LinuxCNC is a fully-realised CNC machine controller that can interpret machine-control programs (such as G-code), plan trajectories and finally output low-level signals to machine control hardware . LinuxCNC is modular and in principle the HAL (hardware abstraction layer), pluggable interpreters and variety of hardware drivers mean that it can control almost any software-defined physical system. . LinuxCNC relies on a realtime kernel to support real-time motion control, typically updating the position waypoints every 1mS and reacting to input within tens of microseconds. . Modules exist to use the low-level parts of LinuxCNC as a motion-control client for OpenPnP. Interfaces exist for ROS (the Robot Operating System) with which LinuxCNC has considerable overlap. . LinuxCNC supports arbitrary kinematics (the mapping between coordinate space and actuator space) and can control both parallel (eg Stewart platform) and serial (eg robot arm) systems in addition to conventional cartesian machine tools. . LinuxCNC supports 9 cartesian axes and 16 "Joints" (individual actuators) though the joint limit is build-time configurable. . A variety of interface hardware is supported including Modbus, EtherCAT, analogue +/-10V velocity control and Step/Dir. Step/Dir is supported by several hardware interfaces, including, but not limited to, the legacy Parallel Port. . A Hardware Abstraction Layer allows for great flexibility in signal mapping between the controller and the driver hardware. An extensive library of modules allow for complex signal processing within the HAL layer. For specialised tasks custom HAL components can be created using a C-like syntax and installed with the supplied tools. . By default LinuxCNC supports RS274 G-code but is extendable to parse other grammars such as STEP-NC or Gerber through support for pluggable interpreters. . If you want a computer to control things in the real world then LinuxCNC can do it. It is especially applicable to systems that are required to follow accurate paths described in cartesian space but has been used for numerous other applications. . This package provides all files that you need to embed parts of LinuxCNC in your developments. Package: lld-20 Description-md5: 39b52f07f105b329dd7852cce89ebb7d Description-en: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lld-21 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-20 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: lldb-21 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-20 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-20-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-20-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-20-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-20-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-20-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-20-tools Description-md5: 709eba32627c3c079585c05fc5963fe8 Description-en: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: llvm-21 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-21-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-21-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-21-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-21-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-21-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-21-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: luanti Description-md5: 46a71236006e09ab84f36f0bce323ecd Description-en: Multiplayer infinite-world block sandbox Luanti is a Minecraft-inspired game written from scratch and licensed under the LGPL (version 2.1 or later). It supports both survival and creative modes along with multiplayer support, dynamic lighting, and an "infinite" map generator. Package: luanti-data Description-md5: 51dbeed59801466d04e1ecd66a49fe32 Description-en: Multiplayer infinite-world block sandbox (data files) Luanti is a Minecraft-inspired game written from scratch and licensed under the LGPL (version 2.1 or later). It supports both survival and creative modes along with multiplayer support, dynamic lighting, and an "infinite" map generator. . These are the files used by both client and server packages, such as the textures and other graphical files and the standard mods. Package: luanti-server Description-md5: 029dc3d953333309db86e41e9ba12eb8 Description-en: Multiplayer infinite-world block sandbox (server) Luanti is a minecraft-inspired game written from scratch and licensed under the LGPL (version 2.1 or later). It supports both survival and creative modes along with multiplayer support, dynamic lighting, and an "infinite" map generator. . This is the Luanti server package. Package: mapnik-doc Description-md5: d06247ada0040cba76336a7ee57adeb6 Description-en: C++ toolkit for developing GIS applications (doc) Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . This package contains developer documentation. Package: mapnik-utils Description-md5: 27e63d7a1e67e83793688f05c93c0cdc Description-en: C++ toolkit for developing GIS applications (utilities) Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . This package contains miscellaneous utilities distributed with mapnik: . shapeindex: program to creates file system based index for ESRI shape-files Package: minetest Description-md5: dccbeb465e95ba59db2c595f92e470bd Description-en: transitional package Minetest has been renamed to Luanti. This is a transitional package. It can safely be removed. Package: minetest-data Description-md5: dccbeb465e95ba59db2c595f92e470bd Description-en: transitional package Minetest has been renamed to Luanti. This is a transitional package. It can safely be removed. Package: minetest-server Description-md5: dccbeb465e95ba59db2c595f92e470bd Description-en: transitional package Minetest has been renamed to Luanti. This is a transitional package. It can safely be removed. 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: mkdocstrings Description-md5: 9e2633c74d28c778b03ab29ca13546f3 Description-en: Automatic Python documentation from sources for MkDocs MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. . This package contains an plugin for MkDocs to build automatic documentation from docstrings within your source code files. Package: mlir-20-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: mlir-21-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: moarvm Description-md5: f6375ab5929d033bf1518633670567bb Description-en: virtual machine for Rakudo Perl 6 and NQP Short for "Metamodel On A Runtime", MoarVM is a modern virtual machine built for the Rakudo Raku (formerly Perl 6) compiler and the NQP Compiler Toolchain. MoarVM is used by the majority of Raku programmers. . Highlights include: * Great Unicode support, with strings represented at grapheme level * Dynamic analysis of running code to identify hot functions and loops, and perform a range of optimizations, including type specialization and inlining * Support for threads, a range of concurrency control constructs, and asynchronous sockets, timers, processes, and more * Generational, parallel, garbage collection * Support for numerous language features, including first class functions, exceptions, continuations, runtime loading of code, big integers and interfacing with native libraries Package: moarvm-dev Description-md5: 40df8c052a76d2c2c59087bcc7e53864 Description-en: development files for moarvm Storing 'Short for "Metamodel On A Runtime", MoarVM is a modern virtual machine built for the Rakudo Raku (formerly Perl 6) compiler and the NQP Compiler Toolchain. MoarVM is used by the majority of Raku programmers. . This package contains the developments files required to compile Nqp and Rakudo. Package: moosefs-cgi Description-md5: d0888f5ccae05efbe5153827eb859c72 Description-en: MooseFS - CGI monitor CGI application to monitor MooseFS through master/metadata server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-cgiserv Description-md5: 42c731d320b3c4b7113789a31b12ff7a Description-en: simple CGI-capable HTTP server to run MooseFS CGI monitor Simple standalone CGI-capable HTTP server to run MooseFS CGI Monitor. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-chunkserver Description-md5: faa741b8876d1e74e40394b9c4ee7f40 Description-en: MooseFS - data server The MooseFS data server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-cli Description-md5: 2a8f1b3f2de5c68f622f0b51027af691 Description-en: MooseFS CLI utility MooseFS monitoring utility which can be used for showing list of connected chunkservers, clients, health of the system, some stats etc. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-client Description-md5: 0a3bd90a33471b0442fa64680b84902c Description-en: MooseFS - client tools and mount utility Moosefs FUSE mount utility "mfsmount" and client tools. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-common Description-md5: 3900b31ed61dab4ad73fcbdec34483cb Description-en: MooseFS - common files This is an empty package to facilitate creation of "mfs" user for MooseFS daemons and to own "/etc/mfs" and "/var/lib/mfs" directories. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-master Description-md5: 1ecaccf30048af994d54a9627406d1c4 Description-en: MooseFS - master server MooseFS master (metadata) server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-metalogger Description-md5: 67a3a8a980351bf2c53e2c95684efa9f Description-en: MooseFS - metalogger server MooseFS metadata replication (backup) server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-netdump Description-md5: f7d268191838a37586d173b660e15f16 Description-en: MooseFS network packet dump utility MooseFS monitoring tool "mfsnetdump" utility which can interpret MooseFS network traffic and show it in colorful form. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. 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: mp4h Description-md5: 50dc119daee9730d3000394b409596f6 Description-en: Macro processor for HTML documents Mp4h is a macro processor specifically designed for HTML documents, with powerful programming features. It allows definition and expansion of new tags with a syntax familiar to HTML authors. . Mp4h is a core component of the Website Meta Language (WML). Package: mysql-router Description-md5: 68df088e13493c106d4f76a2eb4efc60 Description-en: route connections from MySQL clients to MySQL servers MySQL Router is part of InnoDB cluster, and is lightweight middleware that provides transparent routing between your application and back-end MySQL servers. It can be used for a wide variety of use cases, such as providing high availability and scalability by effectively routing database traffic to appropriate back-end MySQL servers. The pluggable architecture also enables developers to extend MySQL Router for custom use cases. . Since MySQL Router is clustering software and needs to be configured and managed across an entire cluster, packaging cannot manage it for you. This package supplies the binary build only, ready for manual configuration. Package: mysql-source Description-md5: 88f58941059fab032315a68e3122ac60 Description-en: MySQL source MySQL is a fast, stable, and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the MySQL source code as configured before building - but after the arch specific configuration. This is currently required for building plugins. Package: mysql-testsuite Description-md5: 182146ce5ac7c0106d3e245665a91d48 Description-en: MySQL regression tests MySQL is a fast, stable, and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the MySQL testsuite. Package: nfdump Description-md5: 4fa77d0d490891adcde185fa1cc34138 Description-en: netflow capture daemon Collects and processes netflow data with command line tools. Collected netflow data is stored in filesystem and is limited by available storage space only. Tools are optimized for speed and filtering. nfcapd reads netflow v5, v7, v9 and IPFIX flows transparently. You need one nfcapd process for each netflow stream. Package: nfdump-sflow Description-md5: a117d3b23094754849df79bc829ee86f Description-en: sflow collector daemon sfcapd collects sflow data and stores it into nfcapd compatible files. Package: nim Description-md5: 1077ec624ad7f485ec20529f4e9db6d8 Description-en: Nim programming language - compiler Nim is a statically typed, imperative programming language that generates native code via compilation to C. It provides a non-tracing GC, high level datatypes and local type inference, and bindings to a lot of C libraries. Package: nim-doc Description-md5: c720387a7d762b52c23fdf73ebffedb3 Description-en: Nim programming language - documentation Nim is a statically typed, imperative programming language that generates native code via compilation to C. It provides a non-tracing GC, high level datatypes and local type inference, and bindings to a lot of C libraries. . This is a documentation package. Package: node-bootstrap Description-md5: 343bb1b98e6d2fdb52b8b22853eee36f Description-en: HTML front-end framework (nodejs, version 5) Bootstrap is a CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components. . This package contains the nodejs integration for bootstrap version 5. 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: nqp Description-md5: df708fee397b23813f9d67d7fb8f6703 Description-en: Not Quite Perl compiler A bootstrapping compiler for code that is like Raku (previously Perl 6). The key feature of NQP is that it's designed to be a very small compiler featuring the Raku object model and as a high-level way to create bytecode and modules for virtual machines (such as the JVM, and MoarVM). . Unlike a full-fledged implementation of Raku, NQP strives to have as small a runtime footprint as it can, while still providing a Raku object model and grammar engine for the virtual machine. Package: nqp-data Description-md5: f8ecbe3d6eeda34554d332c0603cc595 Description-en: Data files for NQP compiler A bootstrapping compiler for code that is like Raku (previously Perl 6). The key feature of NQP is that it's designed to be a very small compiler featuring the Raku object model and as a high-level way to create bytecode and modules for virtual machines (such as the JVM, and MoarVM). . Unlike a full-fledged implementation of Raku, NQP strives to have as small a runtime footprint as it can, while still providing a Raku object model and grammar engine for the virtual machine. . This package contains the architecture independent files (mostly the files compiled for Moar VM) Package: ntp Description-md5: 478df64ab7ec53f98fde4b6609b69b9c Description-en: Network Time Protocol daemon/utilities (transitional package) This is a dummy transitional package to transition to NTPsec. It can be safely removed. Package: ntp-doc Description-md5: e045136c201469a62ca425c831cc6f95 Description-en: Network Time Protocol docs (transitional package) This is a dummy transitional package to transition to NTPsec. It can be safely removed. Package: ntpd-rs Description-md5: b1e963d8d9dfd1564671d497f5a5c9b7 Description-en: Rust-based NTP implementation with NTS support ntpd-rs is an NTP implementation written in Rust, emphasizing security and stability. It provides both client and server functionalities and supports NTS. Package: ntpd-rs-metrics Description-md5: 58316583a043b58d0782ac18c19fe19d Description-en: Rust-based NTP implementation with NTS support - exporter ntpd-rs is an NTP implementation written in Rust, emphasizing security and stability. It provides both client and server functionalities and supports NTS. . This package provides essential operational metrics for an external Prometheus instance. Package: ntpdate Description-md5: 70a63a2d48deb3b01421dfbf30350dcc Description-en: Network Time Protocol client (transitional package) This is a dummy transitional package to transition to NTPsec. It can be safely removed. Package: ntpsec Description-md5: c455d4fac72d8d6e46cfdbc0a5ddb7b3 Description-en: Network Time Protocol daemon and utility programs NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts. . This is the NTPsec version of NTP. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. NTPsec supports Network Time Security (NTS) which provides cryptographically authenticated time. . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntpsec-doc". Package: ntpsec-doc Description-md5: 305615088e9512416c11e16403af0a23 Description-en: Network Time Protocol documentation NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . This package contains HTML documentation for the ntpsec packages (ntpsec, ntpsec-ntpdate). . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: ntpsec-ntpdate Description-md5: 71e2f5537b567c32013b184c9137b5ef Description-en: client for setting system time from NTP servers NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . ntpdate is a simple NTP client that sets a system's clock to match the time obtained by communicating with one or more NTP servers. It is not sufficient, however, for maintaining an accurate clock in the long run. ntpdate by itself is useful for occasionally setting the time on machines that do not have full-time network access, such as laptops. . This is the NTPsec version of ntpdate. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. . If the full NTP daemon from the package "ntpsec" is installed, then ntpsec-ntpdate is not necessary. Package: ntpsec-ntpdig Description-md5: 4ea65e175e70452fe6e632f224a1a7ae Description-en: ntpdig SNTP client NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . ntpdig can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time. It is not sufficient, however, for maintaining an accurate clock in the long run. . This is the NTPsec version of ntpdig, which is equivalent to the sntp utility. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: ntpsec-ntpviz Description-md5: 0eaae42373fa30a1293b94825738d9bd Description-en: NTP statistics graphing utility NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . ntpviz analyzes NTP log files and generates statistical plots from them. The output is in the form of HTML with images. If Apache is installed, it will be served at: /ntpviz . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: numba-doc Description-md5: c0dcfd237d66973e0d104bb73c082a8e Description-en: native machine code compiler for Python (docs) Numba compiles native machine code instructions from Python programs at runtime using the LLVM compiler infrastructure. Just-in-time compilation with Numba could be easily employed by decorating individual computation intensive functions in the Python code. Numba could significantly speed up the performance of computations, and optionally supports compilation to run on GPU processors through Nvidia's CUDA platform. It integrates well with the Python scientific software stack, and especially recognizes Numpy arrays. . This package contains the documentation and examples. Package: openjdk-25-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-25-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-25-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-25-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-25-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-25-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-25-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-25-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-25-jvmci-jdk Description-md5: 351e7350b88df768936549c8df16a587 Description-en: JVMCI-enabled SDK for building graalvm This package provides a JVMCI-enabled GraalVM builder Java SDK. Package: openjdk-25-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-25-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: openssh-client-gssapi Description-md5: 1032b939c358dc15573b09b448ce55b6 Description-en: secure shell (SSH) client, with GSS-API support This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides versions of the ssh client and related programs built with support for GSS-API authentication and key exchange, which can be used with systems such as Kerberos. It is currently an empty package depending on openssh-client, but future releases will remove GSS-API support from openssh-client, so users who need it should install this package. Package: openssh-server-gssapi Description-md5: e0464de7c75a87f097d73cf92e00b779 Description-en: secure shell (SSH) server, with GSS-API key exchange This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides a version of the sshd server built with support for GSS-API authentication and key exchange, which can be used with systems such as Kerberos. It is currently an empty package depending on openssh-server, but future releases will remove GSS-API support from openssh-server, so users who need it should install this package. Package: openssh-tests Description-md5: bb7db5bf0b75d064182f67ac05d849c9 Description-en: OpenSSH regression tests This package provides OpenSSH's regression test suite. It is mainly intended for use with the autopkgtest system, though can also be run directly using /usr/lib/openssh/regress/run-tests. Package: pass-extension-audit Description-md5: 76ebb33a81f328fd2d033980362e1c3b Description-en: Pass extension for auditing your password repository pass audit is a password-store extension for auditing your passwordstore repository. Passwords will be checked against the Python implementation of Dropbox' zxcvbn algorithm and Troy Hunt's Have I Been Pwned Service. It supports safe breached password detection from haveibeenpwned.com using a K-anonymity method. Using this method, you do not need to (fully) trust the server that stores the breached password. You should read the security consideration section for more information. . This package installs the pass extension Package: patroni Description-md5: 500d92dec4fc214fc4d04ff56b7d221b Description-en: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes Patroni is a template for a customized, high-availability PostgreSQL solution using Python and a distributed configuration store (ZooKeeper, etcd or Consul), or Kubernetes. It provides a REST API on each Postgres node of the cluster allowing for remote management and monitoring. Package: patroni-doc Description-md5: ba8197d3956a299b4dae037bf2de7967 Description-en: PostgreSQL High Availability (documentation) Patroni is a template for a customized, high-availability PostgreSQL solution using Python and a distributed configuration store (ZooKeeper, etcd or Consul), or Kubernetes. It provides a REST API on each Postgres node of the cluster allowing for remote management and monitoring. . This package provides the documentation. Package: php-laravel-prompts Description-md5: d4350eb40af328865ca83c3e2447733f Description-en: Add beautiful and user-friendly forms to your command-line applications Laravel Prompts is a PHP package adding forms to command-line applications, with browser-like features including placeholder text and validation. . Laravel Prompts is perfect for accepting user input in Artisan console commands, but it may also be used in any command-line PHP project. Package: php-slim-psr7 Description-md5: 0fef223470c111dbdaef9fb17762c28b Description-en: Strict PSR-7 implementation used by the Slim Framework This library can be used with other libraries that are compatible with the PSR-7 standard. . PSR-7 is a set of common interfaces defined by PHP Framework Interop Group. These interfaces are representing HTTP messages, and URIs used for HTTP. This standard helps normalizing a request and handling a response. Package: pilot Description-md5: 8668e05d1b69959b8cdbf9c13b48d73f Description-en: Simple file browser from Alpine, a text-based email client "pilot" is a simple file browser from Alpine. It is used in Alpine to let the user select attachments. As with (Al)pine, commands are displayed at the bottom of the screen, and context-sensitive help is provided. . As a stand-alone program, it is useful as a basic file browser, filling the same utility as programs like the midnight commander. Package: plink2 Description-md5: 8bf29787d12baeabb31572ed571bfb04 Description-en: whole-genome association analysis toolset plink expects as input the data from SNP (single nucleotide polymorphism) chips of many individuals and their phenotypical description of a disease. It finds associations of single or pairs of DNA variations with a phenotype and can retrieve SNP annotation from an online source. . SNPs can evaluated individually or as pairs for their association with the disease phenotypes. The joint investigation of copy number variations is supported. A variety of statistical tests have been implemented. . plink2 is a comprehensive update of plink and plink1.9 with new algorithms and new methods, faster and less memory consumer than the first plink. Package: pocl-doc Description-md5: 90921ef1c6cdf53ad65969ed754f50fc Description-en: documentation for the PoCL library Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. . This package provides the documentation for the PoCL library. Package: pocl-opencl-icd Description-md5: a2a9ed5c155c582d02308f5380e633cd Description-en: PoCL ICD Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. A "native" target is included, which allows running OpenCL kernels on the host (CPU). . This package allows one to use PoCL as an installable client driver (ICD) for OpenCL. Package: pocl-source Description-md5: 69e55c652ad234a993b70519db800689 Description-en: PoCL source code Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. . This package provides original Debian (with Debian patches already applied) sources of PoCL shipped in a tarball. This can be used for building the device libraries for additional targets. Package: pocl-tests Description-md5: 598e05d38250b9a6f31635e04cdb7119 Description-en: PoCL testsuite Portable Computing Language is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. . This package contains the source code of the PoCL test suite. Package: pocld Description-md5: 54d60007f5639a126449a7637a89ff55 Description-en: dummy pocld for PoCL-R Dummy package, will contain pocld from PoCL 6.1. Package: podman-compose Description-md5: aaeda68f46f871bd0b2c83ce416b42e5 Description-en: Run docker-compose.yml using podman An implementation of docker-compose with podman backend. The main objective of this project is to be able to run docker-compose.yml unmodified and rootless. Package: prometheus-dnsmasq-exporter Description-md5: 9f5ed947eefc155a57813888ca2f8170 Description-en: Prometheus exporter for dnsmasq dnsmasq_exporter is a Prometheus exporter for dnsmasq, allowing you to monitor/alert on the number of DHCP leases and various DNS statistics. Package: prospector Description-md5: 0e153609ade56a0663bb58cdcd18e27f Description-en: comprehensive static Python code analyzer Prospector analyzes Python source files and puts out information about coding errors, potential problems, convention violation and unnecessary complexity. . It provides an uniform and flexible interface for these tools: - Pylint (extensive Python code checker) - Pyflakes (checks Python code for logical errors) - Pycodestyle (checks for PEP-8 coding style conventions) - Pep8-naming (checks for PEP-8 naming conventions not covered by pycodestyle) - McCabe (checks for cyclomatic code complexity) - Pydocstyle (checks for compliance with the PEP-257 docstring conventions) - Dodgy (checks for hard coded passwords, VCS diff checkins etc.) - Vulture (scans Python programs for unused code) - Pyroma (Python packaging quality checker) . Prospector detects if code employs specific frameworks and libraries, and checks them by corresponding Pylint plugins: - Django (web application framework) - Celery (asynchronous task/job queue) - Flask (web application framework) Package: prove6 Description-md5: 9c46f70a06f1a404dd82cb1312043501 Description-en: test runner based on TAP harness prove6 is an implementation in Raku of Perl's prove command. . This command runs a set of test through a TAP harness Package: psychopy Description-md5: 66d9303eb23820356ab53df5ec3d038a Description-en: environment for creating psychology stimuli in Python PsychoPy provides an environment for creating psychology stimuli using Python scripting language. It combines the graphical strengths of OpenGL with easy Python syntax to give psychophysics a free and simple stimulus presentation and control package. . The goal is to provide, for the busy scientist, tools to control timing and windowing and a simple set of pre-packaged stimuli and methods. PsychoPy features . - IDE GUI for coding in a powerful scripting language (Python) - Builder GUI for rapid development of stimulation sequences - Use of hardware-accelerated graphics (OpenGL) - Integration with Spectrascan PR650 for easy monitor calibration - Simple routines for staircase and constant stimuli experimental methods as well as curve-fitting and bootstrapping - Simple (or complex) GUIs via wxPython - Easy interfaces to joysticks, mice, sound cards etc. via PyGame - Video playback (MPG, DivX, AVI, QuickTime, etc.) as stimuli Package: python-aiocoap-doc Description-md5: 0b8d0c6c07862242843eb4c0416f617b Description-en: Python implementation of CoAP (doc) The aiocoap package is a Python implementation of CoAP, the Constrained Application Protocol (RFC 7252, more info at http://coap.technology/). . It uses the asyncio module introduced in Python 3.4 to facilitate concurrent operations while maintaining a simple to use interface and not depending on anything outside the standard library. . This package contains API documentation and examples. Package: python-aioftp-doc Description-md5: d2280adbbadf8e22bf6104191e7b2584 Description-en: FTP client and server for asyncio (common documentation) Library implementing FTP protocol, both client and server for Python asyncio module. . Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD, MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT, REST, LIST (as fallback). . Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD, MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR, TYPE ("I" and "A"), PASV, ABOR, APPE, REST. . This is the common documentation package. Package: python-aiorpcx-doc Description-md5: 9328cc18c1035d85e766a3b31336dd2d Description-en: generic async RPC implementation, including JSON-RPC (documentation) Transport, protocol and framing-independent async RPC client and server implementation. . This is the documentation package. Package: python-ansible-runner-doc Description-md5: aafece962337f2862e01540411557aa5 Description-en: library that interfaces with Ansible (docs) Ansible Runner is a tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. . This package provides the Sphinx generated documentation for Ansible Runner. Package: python-arpeggio-doc Description-md5: bbb76bf946174abd623bd3fc316273ae Description-en: parser interpreter based on PEG grammars (common documentation) Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser). . This is the common documentation package. 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-dbus-dev Description-md5: 653f1ea68a97ee2a349a2ff7d94e3673 Description-en: main loop integration development files for python3-dbus D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides development files required to compile main-loop integration modules for python3-dbus, such as dbus.mainloop.pyqt5 provided by PyQt. It is Python-version-independent, and was shared between Python 3 and Python 2 when Python 2 was supported in Debian, so packages that build-depend on python-dbus-dev should also build-depend on python3-dbus. Package: python-django-captcha-doc Description-md5: 6d2e32bf90201ea44a43a9aa25fd3ec5 Description-en: Simple Captcha Django application (Documentation) Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. . This package contains the documentation. Package: python-flask-bootstrap-doc Description-md5: 030b9aef736ae94576a6514cbfb68017 Description-en: Implementation collection of Jinja macros(common documentation) Allows rendering to Bootstrap form objects and Bootstrap Table and Bootstrap pagination. . This package installs the common documentation package. Package: python-orange-spectroscopy-doc Description-md5: 47531a27c9976aa2b452764029b945ea Description-en: documentation for the orange-spectroscopy Python library This package provides documentation for orange-spectroscopy Package: python-ppmd-doc Description-md5: a6a00c01823b7c839be85ec9735c8b48 Description-en: documentation for the ppmd Python library This package provides documentation for ppmd Package: python3-adios4dolfinx Description-md5: e955fded139beecd5bccfd44312faf1b Description-en: ADIOS2Wrappers for DOLFINx (Python 3) adios4dolfinx is an extension for DOLFINx to checkpoint meshes, meshtags and functions using ADIOS2. . The code uses the adios2 Python-wrappers to write DOLFINx objects to file, supporting N-to-M (recoverable) and N-to-N (snapshot) checkpointing. . For scalability, the code uses MPI Neighbourhood collectives for communication across processes. . This package installs the library for Python 3. Package: python3-aiocoap Description-md5: d1001a49d0f96ddaf2c2c87979948445 Description-en: Python implementation of CoAP The aiocoap package is a Python implementation of CoAP, the Constrained Application Protocol (RFC 7252, more info at http://coap.technology/). . It uses the asyncio module introduced in Python 3.4 to facilitate concurrent operations while maintaining a simple to use interface and not depending on anything outside the standard library. Package: python3-aiocomelit Description-md5: 012ee98004911627ffb516b2a0ea85c1 Description-en: Python library for asynchronous control of Comelit Simplehome systems Designed for integration with Comelit Simplehome environments, this Python library enables asynchronous interaction with Comelit's home automation systems. It provides developers with the tools to query and manage home devices efficiently within an event-driven architecture, leveraging aiohttp for high-performance asynchronous communications. . The library supports an array of functionalities to control various aspects of a Comelit Smart home, facilitating tasks from basic command execution to more complex automation and monitoring setups. Package: python3-aiofile Description-md5: 9bad852dfe4c08d506b03f679e3b0707 Description-en: Real asynchronous file operations with asyncio support This module provides real async support for asynchronous file operations using Linux AIO API and Python asyncio module. Package: python3-aioftp Description-md5: 0743fce1fc54754d83cbe2c2f7f4f5de Description-en: FTP client and server for asyncio (Python 3) Library implementing FTP protocol, both client and server for Python asyncio module. . Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD, MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT, REST, LIST (as fallback). . Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD, MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR, TYPE ("I" and "A"), PASV, ABOR, APPE, REST. . This package installs the library for Python 3. Package: python3-aiohttp-sse Description-md5: da40db58a7891b8d0f2390c2c62613da Description-en: Server-sent events support for streaming data over HTTP This library offers support for server-sent events (SSE), enabling the streaming of data from a server to clients over HTTP. Maintaining an open connection between the client and server, it allows the continuous flow of real-time updates in the text/event-stream format. This is particularly useful for applications requiring real-time notifications, such as live news feeds, chat applications, or real-time dashboards, where maintaining a persistent connection is critical for functionality. The library can interact with client-side EventSource interfaces to deliver these continuous updates, ensuring they are sent as server events occur. Package: python3-aiorpcx Description-md5: c1cbfb7d8b38834ce559133854b0af4e Description-en: generic async RPC implementation, including JSON-RPC (Python 3) Transport, protocol and framing-independent async RPC client and server implementation. . This package installs the library for Python 3. Package: python3-aiosmtplib Description-md5: 33d8e50bbe79ba83f8d6ae49bdeb15b7 Description-en: Python3 asynchronous SMTP client for use with asyncio This is a SMTP client, but written to be based on asyncio for Python3. It is designed to work with standard EmailMessages (or MIMEMultipart, or any raw message), generated with the standard Python3 library and send these using the classic asyncio mechanics. . It supports TLS/SSL, STARTTLS and authentication. . This package contains the Python3 library. Package: python3-aiosmtplib-doc Description-md5: 7a38ef475af09378a7e9cea66f3418af Description-en: Documentation for python3-aiosmtplib This is a SMTP client, but written to be based on asyncio for Python3. It is designed to work with standard EmailMessages (or MIMEMultipart, or any raw message), generated with the standard Python3 library and send these using the classic asyncio mechanics. . It supports TLS/SSL, STARTTLS and authentication. . This package contains the documentation of the library. Package: python3-ansible-runner Description-md5: 9e52b18f5051841a798f9cffe52c3a53 Description-en: library that interfaces with Ansible (Python 3.x) Ansible Runner is a tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. . This package contains the Python 3.x module. Package: python3-antimeridian Description-md5: d5e2448a22d8dd99660d30a17534b110 Description-en: Fix GeoJSON polygons that cross the antimeridian The antimeridian Python package provides functions to fix shapes that cross the antimeridian. . It can fix: . * Shapely Polygon, MultiPolygon, LineString, and MultiLineString objects * GeoJSON Polygons, MultiPolygons, Features and FeatureCollections, as dictionaries * Anything that has a __geo_interface__ Package: python3-apycula Description-md5: 397eaca9dc48f4cafe86fd6437b04611 Description-en: Tools to generate Gowin FPGA bitstreams Project Apicula provides documentation and tools for the bitstream format used by Gowin GW1N series of FPGAs. . This package contains the bitstream tools, apycula python library and chipdb files. Package: python3-arpeggio Description-md5: 6dcebf43c7ce3f3044ba131c664556cb Description-en: parser interpreter based on PEG grammars (Python 3) Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser). . This package installs the library for Python 3. Package: python3-asf-search Description-md5: 02a15ce196aa2a7d4235ae8ec4d4fd5f Description-en: Python wrapper for ASF's SearchAPI ASF Data Search is an easy to use search tool for finding SAR data and freely processing higher level SAR products such as InSAR and AutoRIFT products with ASF's HyP3 service. Package: python3-astropy-healpix Description-md5: 7ed8a3c89fa603ecc76331ec59fe9dac Description-en: HEALPix representation of spherical data - Python 3 HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization of a sphere. As suggested in the name, this pixelization produces a subdivision of a spherical surface in which each pixel covers the same surface area as every other pixel. It is commonly used to store all-sky astronomical images, most famously maps of the cosmic microwave background. . This is a BSD-licensed HEALPix package developed by the Astropy project and based on C code written by Dustin Lang in astrometry.net. . This package provides modules for Python 3. Package: python3-async-upnp-client Description-md5: 40953b33d3b861d2966e13746cb8b1b0 Description-en: Asynchronous UPnP client library for Python Designed originally for integration with Home Assistant to control DLNA DMR devices, this library offers a comprehensive toolkit for asynchronous interaction with UPnP-enabled devices using Python's asyncio. It provides robust modules for discovering, controlling, and event handling of UPnP devices as detailed in the UPnP Device Architecture, such as: . - SSDP discovery and advertisement handling through custom listeners that maintain state and callback upon device changes. - Detailed device and service interaction via client factories and server setups. - Event subscription and management, enabling responsive applications that can react to changes in device state. . With additional support for specific device profiles like Internet Gateway Devices (IGD), DLNA, and printers, this library is versatile enough for a variety of UPnP-related projects. Note that full UPnP spec compliance is not claimed, and the library may have occasional bugs or incomplete features. Package: python3-bleak-retry-connector Description-md5: 94cf3179d80dc95dc44c0b30cf94cbad Description-en: Connector for Bleak Clients that handles transient connection failures Provides a robust connector for Bleak clients, aimed at enhancing Bluetooth communication stability in Python applications. Intelligently handles transient connection failures by implementing retry mechanisms, thereby improving the reliability of Bluetooth connections. Designed for developers working on Bluetooth applications, simplifies the process of managing connections to BLE devices, especially in environments where connectivity may be prone to interruptions. . Key features include: . - Automatic retry on connection failure, reducing the need for manual reconnection logic. - Configurable retry attempts and backoff strategies, allowing for customisation based on specific use case requirements. - Compatibility with the latest versions of Bleak, ensuring up-to-date support for BLE communication. - Easy integration into existing Python projects using Bleak for Bluetooth communication. Package: python3-brial Description-md5: c156f962c6f2314f9f45be4d5ac79611 Description-en: polynomials over Boolean Rings, Python 3 module The core of BRiAl is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. BRiAl features a powerful reference implementation for Groebner basis computation. . This package contains the BRiAl Python 3 module. Package: python3-bst-external Description-md5: 16a97aaa98ff921e7c0370605814637b Description-en: external plugins for BuildStream toolset BuildStream is a GNOME project to improve the continuous integration of complex systems and applications. The project aims to pay special attention to those developers and integrators who care about the maintainability of their projects during a long period of time. . BuildStream is also a powerful and flexible software integration toolset. It has been designed to create different outputs out of a unique input and, at the same time, it is able to adapt to complex workflows, even when additional build tools are required. An important part of BuildStream is a sister project called BuildGrid, that allows BuildStream to build at scale. . This package provides a collection of BuildStream plugins that don't currently fit in with the core plugins. Package: python3-bthome-ble Description-md5: 99074be46bdd052fdbaa9007a7e39835 Description-en: BLE parser for sensors supporting BTHome format This library parses data from sensors that use the BTHome BLE format. It supports both versions 1 and 2 of the BTHome protocol. BTHome BLE is designed for energy-efficient data broadcasting via Bluetooth. This library allows for the automatic discovery and integration of BTHome devices, provided that the Bluetooth integration is enabled and functional. Encryption support is available, requiring a 32-character hexadecimal bindkey for secure communication. 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-buildstream Description-md5: 8ddd147aea3ba2a0b38e086c90f4e243 Description-en: Python library for BuildStream toolset BuildStream is a GNOME project to improve the continuous integration of complex systems and applications. The project aims to pay special attention to those developers and integrators who care about the maintainability of their projects during a long period of time. . BuildStream is also a powerful and flexible software integration toolset. It has been designed to create different outputs out of a unique input and, at the same time, it is able to adapt to complex workflows, even when additional build tools are required. An important part of BuildStream is a sister project called BuildGrid, that allows BuildStream to build at scale. . This package provides the Python3 libraries. Package: python3-caio Description-md5: e75b1d2c9463b0abee08ab7934ec9f5f Description-en: Asynchronous file IO for Linux MacOS or Windows This module includes Python bindings for Linux AIO API and simple asyncio wrapper. Package: python3-cairosvg Description-md5: b68f944d0583c279b7258fca0cea0b27 Description-en: SVG to PDF/PS/PNG converter based on Cairo (Python3 library) CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files. The main part of CairoSVG is a SVG parser, trying to follow the SVG 1.1 recommendation from the W3C. Once parsed, the result is drawn to a Cairo surface that can be exported to various formats: PDF, PostScript, PNG and even SVG. . This package contains the Python3 version of the library. Package: python3-cctbx Description-md5: 82495d7385342d38e22c572566893a2d Description-en: Python Toolbox for crystallography Computational Crystallography Toolbox contains following modules: - annlib_adaptbx: - boost_adaptbx: wrappers for Boost functionality in CCTBX - cbflib_adaptbx: - ccp4io_adaptbx: - cctbx: Libraries for general crystallographic applications, useful for both small-molecule and macro-molecular crystallography. - cma_es: - crys3d: Modules for the display of molecules, electron density, and reciprocal space data. - dxtbx: The Diffraction Image Toolbox, a library for handling X-ray detector data of arbitrary complexity from a variety of standard formats. - fable: Fortran EMulation library for porting Fortran77 to C++. - gltbx: Python bindings for OpenGL - iotbx: Working with common crystallographic file formats. - libtbx: The build system common to all other modules. This includes a very thin wrapper around the SCons software construction tool. It also contains many useful frameworks and utilities to simplify application development, including tools for regression testing, parallelization across multiprocessor systems and managed clusters, and a flexible, modular configuration syntax called PHIL (Python Hierarchial Interface Language) used throughout the CCTBX. - mmtbx: Functionality specific to macromolecular crystallography. This includes all of the machinery required for setup of geometry restraints, bulk solvent correction and scaling, analysis of macromolecular diffraction data, calculation of weighted map coefficients, and most of the methods implemented in phenix.refine. The majority of infrastructure for the MolProbity validation server (and Phenix equivalent) is also located here. - omptbx: OpenMP interface. - rstbx: A reciprocal space toolbox to autoindex small molecule Bragg diffraction, given the reciprocal space vectors. - scitbx: General scientific calculations. his includes a family of high-level C++ array types, a fast Fourier transform library, and a C++ port of the popular L-BFGS quasi-Newton minimizer. - smtbx: Small-Molecule crystallography. - spotfinder: - tbxx: - wxtbx: wxPython controls used in the Phenix GUI and various utilities . This package provide a selected collection of python modules from the cctbx project. Package: python3-clang-20 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-clang-21 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-dbus-tests Description-md5: 79ffa70594d155e9f0431e4e0a033937 Description-en: simple interprocess messaging system (Python 3 interface - tests) D-Bus is a message bus, used for sending messages between applications. . This package contains automated tests for the "dbus" Python bindings for the reference D-Bus implementation, to be run under Python 3. . See the dbus description for more information about D-Bus in general. 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-captcha Description-md5: d6124ffa5b3443b7b19d6cd056912ef1 Description-en: Simple Captcha Django application (Python3) Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. . This package contains the Python 3 version of the library. Package: python3-fastparquet Description-md5: 3651548d1250fb7492d5ab338ef6fdd3 Description-en: python implementation of the parquet format This is a python implementation of the parquet format, aiming integrate into python-based big data work-flows. It is used implicitly by the projects Dask, Pandas and intake-parquet. . This module offers a high degree of support for the features of the parquet format, and very competitive performance, in a small install size and codebase. 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-fitz Description-md5: 29f2b730fd47e82e248533928c98b3c4 Description-en: Python binding for MuPDF (forward compatibility name) 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. . Provides a Python module fitz, which is PyMuPDF's old module name. Package: python3-flask-bootstrap Description-md5: fc04bc133f611d51f0001bd7e186a7bf Description-en: Bootstrap 4 & 5 helper for your Flask projects renders Flask-related data and objects to Bootstrap markup HTML more easily: * Render the Flask-WTF/WTForms form object to the Bootstrap form. * Render data objects (dict or class objects) to Bootstrap Table. * Render Flask-SQLAlchemy Paginationobject for Bootstrap pagination. . This package installs the library for Python 3. 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-libxml2 Description-md5: e0b5bce27d5c0bcc6fdf3991eb60ce4b Description-en: GNOME XML library - Python3 bindings XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains the files needed to use the GNOME XML library in Python3 programs. Package: python3-litestar-htmx Description-md5: 85aadc464bedf17015293d1c6e5095ba Description-en: HTMX Integration for Litestar The Litestar framework supports Plugins, ships with dependency injection, security primitives, OpenAPI schema generation, MessagePack, middlewares, a great CLI experience, and much more. . HTMX is a JavaScript library that gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext. . This package provides Python bindings for the Litestar package to interact with the HTMX functionalities. Package: python3-lldb-20 Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92 Description-en: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python3-lldb-21 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-metview Description-md5: d7374649cdfda22352a154130b3c46df Description-en: Python3 support for Metview Metview is the Visualization system from the European Centre for Medium Range Forecasts. It is scriptable, allowing auotmated generation of weather and climate graphics. . This package provides Python3 support for the Metview package 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-ntp Description-md5: c4d6513317681c5e7fd330d6d5438546 Description-en: Python 3 NTP Helper Classes NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . This package contains the Python "ntp" module, which contains helper classes for NTP utilities written in Python. . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: python3-numba Description-md5: 4171f6228d88332177aa544844f33488 Description-en: native machine code compiler for Python 3 Numba compiles native machine code instructions from Python programs at runtime using the LLVM compiler infrastructure. It could be easily employed by decorating individual computation intensive functions in the Python code. Numba could significantly speed up the performance of computations, and optionally supports compilation to run on GPU processors through Nvidia's CUDA platform. It integrates well with the Python scientific software stack, and especially recognizes Numpy arrays. . This package contains the modules for Python 3. Package: python3-orange-spectroscopy Description-md5: 33d43def43dddd318a79e5d6f23fa1c2 Description-en: Extends Orange to handle spectral and hyperspectral analysis Orange add-on for spectral data analysis. Provides spectra and hyperspectra plotting, interpolation, preprocessing (cutting, smoothing, normalization), and integration. Supports common spectral file formats. . Features -------- ### Load and process data * Load the spectroscopy data * Preprocess and interpolate spectra * Integrate spectra * Average spectra * Performs Fast Fourier Transform . ### Visualisation * Visually explore series of spectra * Plots 2D map of hyperspectra Package: python3-ppmd Description-md5: 3e1d48dcd312307535298c96b9bda2e6 Description-en: PPMd compression/decompression library PPM(Prediction by partial matching) is a compression algorithm which has several variations of implementations. PPMd is the implementation by Dmitry Shkarin. It is used in the RAR and by 7-Zip as one of several possible methods. . ppmd, aka. ppmd-cffi, is a python bindings with PPMd implementation by C language. The C codes are derived from p7zip, portable 7-zip implementation. ppmd-cffi support PPMd ver.H and PPMd ver.I. Package: python3-pydevd Description-md5: fc79b6ef17d4930b380d7ee459fe06ce Description-en: Debugger used by debugpy 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. Package: python3-pymupdf 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-pynndescent Description-md5: 7bae7d98c624322f0c1ad77f603f50cd Description-en: nearest neighbor descent for approximate nearest neighbors PyNNDescent is a Python nearest neighbor descent for approximate nearest neighbors. It provides a Python implementation of Nearest Neighbor Descent for k-neighbor-graph construction and approximate nearest neighbor search, as per the paper: . Dong, Wei, Charikar Moses, and Kai Li. "Efficient k-nearest neighbor graph construction for generic similarity measures." Proceedings of the 20th international conference on World wide web. ACM, 2011. . This library supplements that approach with the use of random projection trees for initialisation. This can be particularly useful for the metrics that are amenable to such approaches (euclidean, minkowski, angular, cosine, etc.). Graph diversification is also performed, pruning the longest edges of any triangles in the graph. . Currently this library targets relatively high accuracy (80%-100% accuracy rate) approximate nearest neighbor searches. 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-pyobjcryst Description-md5: 48c6a1bac20c643b9ffa2109581dcdfc Description-en: Object-Oriented Crystallographic Library bindings (Python 3) Python bindings to ObjCryst++, the Object-Oriented Crystallographic Library. . Some examples offer 3D support which can use python3-ipywidgets. . This package installs the library for Python 3. Package: python3-resampy Description-md5: c03577f1ef5f5b4e65fc83c09727a2eb Description-en: Efficient signal resampling Implements band-limited sinc interpolation method for sampling rate conversion. 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-surfer Description-md5: d67c09269586f78115cd3c00f10c1913 Description-en: visualize Freesurfer's data in Python3 This is a Python3 package for visualization and interaction with cortical surface representations of neuroimaging data from Freesurfer. It extends Mayavi’s powerful visualization engine with a high-level interface for working with MRI and MEG data. . PySurfer offers both a command-line interface designed to broadly replicate Freesurfer’s Tksurfer program as well as a Python library for writing scripts to efficiently explore complex datasets. Package: python3-triton Description-md5: e0f427308b31686b455ed02a948422ff Description-en: language and compiler for custom Deep Learning operations For writing highly efficient custom Deep-Learning primitives. The aim of Triton is to provide an open-source environment to write fast code at higher productivity than CUDA, but also with higher flexibility than other existing domain specific languages. Package: qml-module-buteo-profiles Description-md5: 6ca44ca1fa7f47a780f21f11e315af7e Description-en: Buteo Synchronization Framework (QML module) Synchronization of contact data in Lomiri is controlled by Buteo (the synchronization framework used in Ubuntu Touch and SailfishOS). Synchronization with a variety of data sources is supported through a number of data-source-specific synchronization plugins. Each plugin is independent, although many of them share significant amounts of code to ease maintenance. . This package contains the QML module for writing Buteo SyncFW plugins in QML. Package: qml6-module-org-kde-kidentitymanagement Description-md5: 8bff3d327e4e11d6a395aa0b6b76dde7 Description-en: library for managing user identities (QML module) This library provides an API for managing user identities with widgets. . This package contains the QML module for kidentitymanagement. . This package is part of the KDE Development Platform PIM libraries module. Package: qml6-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: qml6-module-org-kde-kosmindoormap Description-md5: bdedf01144c1fea6194282915df2f4fb Description-en: OSM multi-floor indoor map renderer QML module Open Street Map indoor map renderer module for QML. . It has floor-level separation of OSM data and inter-floor navigation using stairs, escalators or elevators. Information for details like a selected amenity. Identifying railway platforms or airport gates in the map data. It is integrated with KPublicTransport to show line icons for railway platforms, show availability of rental bikes and get realtime equipment (elevators/escalators/etc) status information. Package: qml6-module-org-kde-kosmindoorrouting Description-md5: 3c88c15c3e895a1b221174b6423f5861 Description-en: OSM multi-floor indoor map navigation QML module Open Street Map indoor map navigation module for QML. . It has floor-level separation of OSM data and inter-floor navigation using stairs, escalators or elevators. Information for details like a selected amenity. Identifying railway platforms or airport gates in the map data. It is integrated with KPublicTransport to show line icons for railway platforms, show availability of rental bikes and get realtime equipment (elevators/escalators/etc) status information. Package: qml6-module-org-kde-kpublictransport Description-md5: e71880dc9c34e123df0c3f92492ed947 Description-en: Library to assist with accessing public transport (qml plugin) A QtQuick plugin providing a public transport API . This package contains the runtime qml module. Package: qml6-module-org-kde-mimetreeparser Description-md5: d86d7292b9a1ba51fc4c78a59ce2b2fc Description-en: QML module for a MIME tree parser This is a parser for a MIME tree and is based on KMime. The goal is given a MIME tree to extract a list of parts (e.g. text, html) and a list of attachments, check the validity of the signatures and decrypt any encrypted part. . This package contains the QML module. Package: qml6-module-org-kde-osm-editorcontroller Description-md5: 9c1cd583e343f4f03b2e4871bb5e5dff Description-en: OSM indoor editor QML module Open Street Map indoor map editor for QML. Package: r-cran-dendextend Description-md5: 462e930d6a9e7bb10f3183a8db7bd5e7 Description-en: Extending 'dendrogram' Functionality in GNU R Offers a set of functions for extending 'dendrogram' objects in R, letting you visualize and compare trees of 'hierarchical clusterings'. You can . (1) Adjust a tree's graphical parameters - the color, size, type, etc of its branches, nodes and labels. (2) Visually and statistically compare different 'dendrograms' to one another. 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-survminer Description-md5: 5cf5ccf1c5501f7a165d68ec73b33922 Description-en: Drawing Survival Curves using 'ggplot2' Contains the function 'ggsurvplot()' for drawing easily beautiful and 'ready-to-publish' survival curves with the 'number at risk' table and 'censoring count plot'. Other functions are also available to plot adjusted curves for `Cox` model and to visually examine 'Cox' model assumptions. Package: raku-getopt-long Description-md5: 82c116983e6413b638f981c7f9e75082 Description-en: Getopt implementation for Raku Getopt::Long Raku/Perl6 module implements extended getopt functions called get- options() and get-options-from, as well as automatic argument parsing for a MAIN sub. . This function adheres to the POSIX syntax for command line options, with GNU extensions. In general, this means that options have long names instead of single letters, and are introduced with a double dash "--". Support for bundling of command line options, as was the case with the more traditional single-letter approach, is also provided. Package: raku-json-class Description-md5: c9a9b7661b623dba2c32333890e74741 Description-en: Raku role to serialise objects to or from JSON This is a simple role that provides methods to instantiate a class from a JSON string that (hopefully) represents it, and to serialise an object of the class to a JSON string. Package: raku-json-fast Description-md5: 805f3b412a228247a82c3c1f831fda3d Description-en: fast json parser and serializer A naive imperative JSON parser in pure Raku (but with direct access to nqp:: ops), to evaluate performance against JSON::Tiny. It is a drop-in replacement for JSON::Tiny’s from-json and to-json subs, but it offers a few extra features. Package: raku-json-marshal Description-md5: a86453b476d6dbc20533bf3ad6ae4a2a Description-en: Raku module to serialise objects to JSON This JSON::Marshal Raku module translates a Raku object in JSON. This module performs the opposite task of JSON::Unmarshal module. Package: raku-json-name Description-md5: 6ff07a04240e05774b4ea9ab2cafce57 Description-en: Provides a trait to store an alternative JSON Name This Raku module is a dependency of JSON::Marshal and JSON::Unmarshal in order to save duplication, it is intended to store a separate JSON name for an attribute where the name of the JSON attribute might be changed, either for aesthetic reasons or the name is not a valid Raku identifier. It will of course also be needed in classes that are going to use JSON::Marshal or JSON::Unmarshal for serialisation/de-serialisation. . Of course it could be used in other modules for a similar purpose. Package: raku-json-optin Description-md5: 317e8a4fa5916d809bc528cd930af5dd Description-en: Raku trait and role to identify opt-in JSON serialization This Raku package provides a trait and a role for the identification of 'opt in' serialisiable attributes in, for example, JSON::Marshal. . According to upstream, it's probably not necessary to use this directly as it will be required by e.g. JSON::Name but it's just more convenient to package it separately. Package: raku-json-unmarshal Description-md5: 15488c452be7c6459b0178e7c13f0a5b Description-en: Raku module to turn JSON into objects A Raku module to make JSON data from an Object. This module provides the opposite functionality of JSON::Marshal. Package: raku-license-spdx Description-md5: 06757aaa20903ef189b5528de1de72fd Description-en: Raku module containing a SPDX license list SPDX::License Raku module provides an abstraction over the SPDX License List as provided in JSON format. Its primary raison d'être is to help the license checking of Test::META and to allow for the warning about deprecated licences therein. Package: raku-meta6 Description-md5: 405d598f86998672c69684d38d937ba5 Description-en: Raku module to work with Raku META files Raku META6 module provides a representation of the Raku META files specification - the META file data can be read, created, parsed and written in a manner that is conformant with the specification. . Where they are known about it also makes allowance for "customary" usage in existing software (such as installers and so forth.) . The intent of this is allow the generation and testing of META files for module authors, so it can provide meta-information whether the attributes are mandatory as per the spec and where known the places that "customary" attributes are used, Package: raku-tap-harness Description-md5: ef157b6823340d1491d4a6f7b312fd82 Description-en: TAP test harness for Raku Provides a TAP based test suite and report printing, in and for Raku (formerly known as Perl 6) . TAP is the Test Anything Protocol used to Perl and other languages to communicate results between unit tests and the test harness. Package: raku-test-meta Description-md5: 355ac99fdaa22fb71fd45a3afec9006d Description-en: Raku module to test a distributions META file Test::Meta Raku module checks that a Raku project has a good and proper META file. Package: raku-uri Description-md5: c412e9bb8e3de240410af1f3ff784de6 Description-en: URI handler for Raku A URI implementation using Raku grammars to implement RFC 3986 BNF. Currently only implements parsing. Package: rakudo Description-md5: 2661cbe6714dbf391822669a08c87c3a Description-en: Raku implementation on top of MoarVM Rakudo is a compiler that implements the Raku (formerly Perl 6) specification and runs on top of several virtual machines. Debian rakudo package runs on top of MoarVM. . Provides commands starting with "raku", "rakudo", and "perl6". . valgrind package installation is suggested to debug issues with rakudo-valgrind-m program. Package: redmine Description-md5: 3a216a1439e1b07aad3aecd0c613d53b Description-en: flexible project management web application Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database. . Dependencies for database support are provided by these metapackages: redmine-mysql, redmine-pgsql, redmine-sqlite. . Features * Multiple projects support * Flexible role based access control * Flexible issue tracking system * Gantt chart and calendar * News, documents & files management * Feeds & email notifications * Per project wiki * Per project forums * Time tracking * Custom fields for issues, time-entries, projects and users * SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs) * Issue creation via email * Multiple LDAP authentication support * User self-registration support * Multilanguage support Package: redmine-mysql Description-md5: 5334d370ac0b467914273b70a17e9522 Description-en: metapackage providing MySQL dependencies for Redmine This package only provides MySQL dependencies for Redmine, a flexible project management web application. Install this one if you want to use a MySQL database with Redmine. . Redmine package should be installed along with this package. Package: redmine-pgsql Description-md5: f308cd100ee4983a5adb6ff3370520bf Description-en: metapackage providing PostgreSQL dependencies for Redmine This package provides PostgreSQL dependencies for Redmine, a flexible project management web application. Install this one if you want to use a PostgreSQL database with Redmine. . Redmine package should be installed along with this package. Package: redmine-sqlite Description-md5: 92a51359a57c7c0c86638eb96a7a1e4e Description-en: metapackage providing sqlite dependencies for Redmine This package provides sqlite dependencies for Redmine, a flexible project management web application. Install this one if you want to use a sqlite database with Redmine. . Redmine package should be installed along with this package. Package: rocminfo Description-md5: 1f5df0ccf58846dc9fb3b77e755c719f Description-en: ROCm Application for Reporting System Info rocminfo gives information about the HSA system attributes and agents. This package is part of the AMD ROCm software stack. Package: ruby-adsf Description-md5: 7dd0acc17fc487794200d3fef5299ce2 Description-en: tiny static file server adsf (A Dead Simple Fileserver) is a tiny web server that can be spawned in any directory to serve static files. It can be used programmatically in Rack and other Ruby applications. . For example, the nanoc static website generator uses it its "view" command. Package: ruby-adsf-live Description-md5: b32fbc9a066353d7dee4cee5c08e4f32 Description-en: live reload support for ruby-adsf tiny static file server adsf (A Dead Simple Fileserver) is a tiny web server that can be spawned in any directory to serve static files. It can be used programmatically in Rack and other Ruby applications. . This package provide the adsf --live-reload support. . For example, the nanoc static website generator uses it its "live" command. Package: ruby-attr-encrypted Description-md5: 60538f8a19df3eec979801aed1b13230 Description-en: Encrypt and decrypt attributes Generates attr_accessors that encrypt and decrypt attributes transparently. It works with ANY class, however, you get a few extra features when you're using it with ActiveRecord, DataMapper, or Sequel 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-maxitest Description-md5: 6487f89554f7aaf54f899be82149f024 Description-en: Minitest + all the features you always wanted Features: 1. Ctrl+c stops tests and prints failures 2. pastable rerun snippet for failures (disabled/integrated on rails 5) 3. multiple before & after blocks 4. around blocks around { |t| Dir.chdir(...) { t.call } } 5. red-green output (disabled/integrated on rails 5) 6. mtest executable to run by line number and by folder (disabled/integrated on rails 5) 7. full backtrace for errors and assertions with verbose (-v) 8. And more! Package: ruby-mini-magick Description-md5: a44f2635e5337409abb15fe127fe2f83 Description-en: wrapper for ImageMagick with a small memory footprint MiniMagick is a Ruby library providing a wrapper around ImageMagick or GraphicsMagick, allowing manipulation of images with minimal use of memory. MiniMagick gives access to all the commandline options provided by ImageMagick. 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-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-rails-html-sanitizer Description-md5: 7c513cff28c1362b292745527d2dc320 Description-en: HTML sanitization for Rails applications This gem is responsible to sanitize HTML fragments in Rails applications. In Rails 4.2 and above this gem will be responsible for sanitizing HTML fragments in Rails applications, i.e. in the sanitize, sanitize_css, strip_tags and strip_links methods. Package: ruby-sanitize Description-md5: 2b64f78c43810e31c817317190e764b0 Description-en: whitelist-based HTML sanitizer Sanitize is a whitelist-based HTML sanitizer. Given a list of acceptable elements and attributes, Sanitize will remove all unacceptable HTML from a string. . Using a simple configuration syntax, you can tell Sanitize to allow certain elements, certain attributes within those elements, and even certain URL protocols within attributes that contain URLs. Any HTML elements or attributes that you don't explicitly allow will be removed. . Because it's based on Nokogiri, a full-fledged HTML parser, rather than a bunch of fragile regular expressions, Sanitize has no trouble dealing with malformed or maliciously-formed HTML and returning safe output. Package: ruby-sinatra-contrib Description-md5: 56ae0b4094103de483ea43df9b7167ef Description-en: collection of useful extensions to the Sinatra web framework sinatra-contrib is a collection of common extensions to the Sinatra web framework, semi-officially supported: - capture: Lets you capture the content of blocks in templates. - config_file: Allows loading configuration from yaml files. - content_for: Adds Rails-style content_for helpers to Haml, Erb, Erubis and Slim. - cookies: A cookies helper for reading and writing cookies. - engine_tracking: Adds methods like haml? that allow helper methods to check whether they are called from within a template. - json: Adds a #json helper method to return JSON documents. - link_header: Helpers for generating link HTML tags and corresponding Link HTTP headers. Adds link, stylesheet and prefetch helper methods. - multi_route: Adds ability to define one route block for multiple routes and multiple or custom HTTP verbs. - namespace: Adds namespace support to Sinatra. - respond_with: Choose action and/or template automatically depending on the incoming request. Adds helpers respond_to and respond_with. - custom_logger: Allows one to define their own logger instance. - decompile: Recreates path patterns from Sinatra's internal data structures (used by other extensions). - reloader: Automatically reloads Ruby files on code changes. - extension: Mixin for writing your own Sinatra extensions. - test_helpers: Helper methods to ease testing your Sinatra application. Partly extracted from Sinatra. Testing framework agnostic. Package: ruby-vips Description-md5: ecf83a71649d0f57b8f09dece08705aa Description-en: Ruby extension for the vips image processing library This package provides a binding for the vips image processing library. It is extremely fast and it can process huge images without loading the whole image in memory. Package: sbcl Description-md5: eb1113dee9d2ad5949c6cfc6301108ec Description-en: Common Lisp compiler and development system SBCL is a development environment for the ANSI Common Lisp language. It provides a native-code compiler and an integrated debugger, as well as all the features in the ANSI specification. . SBCL also contains other extensions to the ANSI specification, including a foreign-function interface, a pseudo-server API, user-extensible stream functionality, a Meta-Object Protocol, and an ability to run external processes. . To browse SBCL source definitions with development environments, install the sbcl-source package. For documentation on SBCL's usage and internals, the package sbcl-doc is provided. Package: sbcl-doc Description-md5: bf2cec45285d0c3bfa96c64bda87fbd5 Description-en: Documentation for Steel Bank Common Lisp This package provides documentation for SBCL -- a development environment for the ANSI Common Lisp language. . The documents in this package cover SBCL-specific extensions to the language, explain how to use this Common Lisp implementation and how it differs from the ANSI standard. . The manual about SBCL's internals is also included in this package and may be of interest for people who intent to work with SBCL's source code. Package: sbcl-source Description-md5: ee91a0cda511e6d9ca51542b0320b384 Description-en: Source code files for SBCL This package provides the source code for SBCL -- a development environment for the ANSI Common Lisp language. . The source code is useful in conjunction with development environments and debuggers like SLIME, that allow macro expansion and lookup of source definitions. . Installing this package enables your source browser to dig deeply into the core of Steel Bank Common Lisp. Package: seatd Description-md5: 87529e8f20191dfe3d8e2d2d24590acb Description-en: minimal user, seat and session management daemon Lightweight standalone implementation. Package: skopeo Description-md5: d03726f6234fe2b000f2b3e7e3028234 Description-en: Tooling to work with remote images registries skopeo is a command line utility that performs various operations on container images and image repositories. . skopeo can work with OCI images (https://github.com/opencontainers/image-spec) as well as the original Docker v2 images. Package: snap-confine Description-md5: 3223c275ff89224fda1b277eec5e7ffe Description-en: Transitional package for snapd This is a transitional dummy package. It can safely be removed. Package: snapd-xdg-open Description-md5: ba6c49ad1a4e739a75a7e8d0fde06a77 Description-en: Transitional package for snapd-xdg-open This is a transitional dummy package. It can safely be removed. Package: sntp Description-md5: b5be4c6ce149fe58ec50c630985473aa Description-en: Network Time Protocol client (transitional package) This is a transitional package to transition to NTPsec. It can be safely removed once all uses of sntp(1) have been converted to run ntpdig instead. Package: spades Description-md5: d8ff9082fb3dd433b6c561c43ac72ddb Description-en: genome assembler for single-cell and isolates data sets The SPAdes – St. Petersburg genome assembler is intended for both standard isolates and single-cell MDA bacteria assemblies. It works with Illumina or IonTorrent reads and is capable of providing hybrid assemblies using PacBio and Sanger reads. You can also provide additional contigs that will be used as long reads. . This package provides the following additional pipelines: * metaSPAdes – a pipeline for metagenomic data sets * plasmidSPAdes – a pipeline for extracting and assembling plasmids from WGS data sets * metaplasmidSPAdes – a pipeline for extracting and assembling plasmids from metagenomic data sets * rnaSPAdes – a de novo transcriptome assembler from RNA-Seq data * truSPAdes – a module for TruSeq barcode assembly * biosyntheticSPAdes – a module for biosynthetic gene cluster assembly with paired-end reads . SPAdes provides several stand-alone binaries with relatively simple command-line interface: k-mer counting (spades-kmercounter), assembly graph construction (spades-gbuilder) and long read to graph aligner (spades-gmapper). Package: speech-dispatcher-doc-cs Description-md5: b463f3da80af05647cf963ceca972794 Description-en: Speech Dispatcher documentation in Czech 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 Czech documentation of Speech Dispatcher. Package: ssh-askpass-gnome Description-md5: e888e7e8e5a6ee7b30f000dc22ed083f Description-en: interactive X program to prompt users for a passphrase for ssh-add This has been split out of the main openssh-client package so that openssh-client does not need to depend on GTK+. . You probably want the ssh-askpass package instead, but this is provided to add to your choice and/or confusion. Package: sudo-rs Description-md5: d250b1a37fe57284f9a368370c08e695 Description-en: Rust-based sudo and su implementations sudo-rs is a safety-oriented program designed to provide sudo and su functionalities with a focus on memory safety. The primary aim is to offer a secure and reliable alternative to traditional sudo, ensuring fewer vulnerabilities related to memory management. . While it aims to be a drop-in replacement for most common sudo use cases, there are differences in functionality and design. Users should be aware of these differences and consult the project's documentation for specifics. Package: telemetry-tempest-plugin Description-md5: e8b13bd2b5547104c96622df0cd20415 Description-en: OpenStack Integration Test Suite - Telemetry plugin Tempest is a set of integration tests to be run against a live Openstack cluster in order to make sure that all components are working as expected. Tempest will start and stop virtual machine in order to check that your cloud is working as expected. . This package contains the Telemetry plugin. Package: tidy Description-md5: eff51c85a9534da83a2d195a16e57001 Description-en: HTML/XML syntax checker and reformatter Tidy corrects and cleans up HTML and XML documents by fixing markup errors and upgrading legacy code to modern standards. . This package contains a command line tool 'tidy'. Package: tm-align Description-md5: 667f2046704f2eef863a73792384abed Description-en: structural alignment of proteins TM-align is a computer algorithm for protein structure alignment using dynamic programming. The scoring is performed by the TM-score rotation matrix. This is similar to the RMSD in that unaligned portions of the structure influence the scoring less than the more structurally conserved regions. Package: tree-sitter-c-src Description-md5: e3ab3d36af591309ab686ddd021e9449 Description-en: C parser for Tree-sitter (source files) This package contains the generated source files for building the C parser shared object. Package: tree-sitter-lua-src Description-md5: 535bca6b66f146c4af654ae0dc6435a7 Description-en: Lua parser for Tree-sitter (source files) This package contains the generated source files for building the Lua parser shared object. Package: tree-sitter-query-src Description-md5: 4e76475f5050e48ac223dc73ca46588a Description-en: Tree-sitter queries parser for Tree-sitter (source files) This package contains the generated source files for building the tree-sitter queries parser shared object. Package: tree-sitter-vim-src Description-md5: cf85abd4d4f6a7a23354aaf687f563b4 Description-en: Vimscript parser for Tree-sitter (source files) This package contains the generated source files for building the Vimscript parser shared object. Package: tree-sitter-vimdoc-src Description-md5: d00c8688252fcf3b279f62fe129937b2 Description-en: Vim help file parser for Tree-sitter (source files) This package contains the generated source files for building the Vim help file parser shared object. Package: trickle Description-md5: 84b7ecc8ce284790e36a3acf902e8b29 Description-en: user-space bandwidth shaper Trickle is a voluntary, cooperative bandwidth shaper. it works entirely in userland and is very easy to use. . The most simple application is to limit the bandwidth usage of programs. Package: trocla Description-md5: 4fc15767129a0db0e1e557d486eeed1b Description-en: password store for password creation and retrieval Trocla provides you a simple way to create and store (random) passwords on a central server, which can be retrieved by other applications. . A common use-case for this package is integration with a Puppet Server, which is provided by the trocla-puppetserver package. Package: trocla-puppetserver Description-md5: b0766202fbd76a68b01b9e2dbd3d15a0 Description-en: password store for password creation and retrieval (puppetserver integration) Trocla provides you a simple way to create and store (random) passwords on a central server, which can be retrieved by other applications. . This package provides integration into a Puppet Server installation. Package: ubuntu-core-launcher Description-md5: 3223c275ff89224fda1b277eec5e7ffe Description-en: Transitional package for snapd This is a transitional dummy package. It can safely be removed. Package: ubuntu-core-snapd-units Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: ubuntu-release-upgrader-qt Description-md5: 1a5354b00256cd2e8841649e89979f00 Description-en: manage release upgrades This is the Qt frontend of the Ubuntu Release Upgrader Package: ubuntu-snappy Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: ubuntu-snappy-cli Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: ubuntustudio-default-settings Description-md5: df2c96c1e2b77c239eb730f451e4b1a8 Description-en: default settings for the Ubuntu Studio desktop This package contains the default settings used by Ubuntu Studio. It sets the session name, menu icon, backdrops for sddm and the session. It sets grub to default to the latest lowlatency kernel even if a newer generic kernel exists. It also sets various audio related system settings. Package: ubuntustudio-live-settings Description-md5: b21c1a20d78f6d9c2528eaef83d6c3ce Description-en: Configuration for the Ubuntu Studio Live .iso Image This package contains live .iso image customizations used by Ubuntu Studio. Package: ubuntustudio-lowlatency-settings Description-md5: 929eeb853dd56d5a2d97301be9fe1299 Description-en: Adds lowlatency kernel as boot default if available This package makes the lowlatency kernel the default kernel in GRUB. Also adds a second entry for the generic kernel if available. Package: ubuntustudio-performance-tweaks Description-md5: 6da1ca96aa96ef777e1b8bb9eaae3e7d Description-en: Under-the-hood tweaks for Ubuntu Studio performance This package makes the necessary system performance tweaks for Ubuntu users that wish to gain the benefits of Ubuntu Studio, such as realtime audio access for members of the audio group. Package: ubuntustudio-pipewire-config Description-md5: a654bb9b17a5c3e300655acee63cd73c Description-en: Configuration for PipeWire with JACK integration This package configures systems to integrate PipeWire with JACK native applications with sane buffer defaults and a script to easily change those defaults. Package: ubuntustudio-pulseaudio-config Description-md5: 658af030471977bfa6d6bc2adb5d4de6 Description-en: Transitional Metapackage PulseAudio > PipeWire Config This is a transitional dummy package to move users to the newer PipeWire configuration from the old PulseAudio + JACK configuration. It can be safely removed. 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: 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: valentina Description-md5: d1f6828fe9ae1850efe03b8497b0a811 Description-en: pattern making program Valentina is a pattern drafting software tool for small-batch and custom-sized clothing manufacturing. . Valentina allows designers to create and model patterns of clothing, using either standard sizing tables or an individual’s set of measurements. It blends new technologies with traditional methods to create a unique pattern making tool. . The "tape" executable is provided as "valentina-tape", and the "puzzle" executable is provided as "valentina-puzzle". Package: valentina-l10n Description-md5: 0989bbfb518e26b0a8f84c64384bf969 Description-en: pattern making program - locale data Valentina is a pattern drafting software tool for small-batch and custom-sized clothing manufacturing. . Valentina allows designers to create and model patterns of clothing, using either standard sizing tables or an individual’s set of measurements. It blends new technologies with traditional methods to create a unique pattern making tool. . This package provides locale data for Valentina. Package: vim-haproxy Description-md5: f0f210c34582537684988d90bc2d6337 Description-en: syntax highlighting for HAProxy configuration files The vim-haproxy package provides filetype detection and syntax highlighting for HAProxy configuration files. . As per the Debian vim policy, installed addons are not activated automatically, but the "vim-addon-manager" tool can be used for this purpose. Package: virtiofsd Description-md5: e96fb3b03e22bd9f7749d474cd901a23 Description-en: Virtio-fs vhost-user device daemon virtiofsd is a daemon for sharing host directories with a virtual machine or other guest using virtio-fs. It is designed to work with QEMU’s --device vhost-user-fs-pci but should work with any virtual machine monitor (VMM) that supports vhost-user. Package: wims Description-md5: 0d669d4703fcf31fdf92745b0aaaf7b6 Description-en: server for educational content: courses, exercises, and exams The WWW Interactive Multipurpose Server is an educational platform originally developed for mathematics but now also supporting subjects such as physics, chemistry, biology, and languages. . WIMS features a rich set of resources and exercises either for autodidactical use or for training classes, including: . * exercises with automatic feedback and correction, allowing the learners to work at their own pace; * interactive exercises with randomly assigned data, allowing the learners to work on the same type of exercise but with different data and as often as they wish; * exercises with an automatic scoring system, which enhances learner motivation; * user-friendly graphics and calculation tools; * courses and documents with hyperlinks to the exercise pool; examples in the courses can be made random, so the student can get more than one instance of an illustration for tricky concepts; * support for exams with pre-published contents. As each individual exam will have randomly chosen data, training is possible but writing each response in advance is not. . This package contains the WIMS FastCGI server, serving Open Exercise Format (OEF) documents. OEF is a very high-level language which allows authors to focus on pedagogical issues. Package: wims-modules Description-md5: 723e95137419b5489fb54838a385106c Description-en: minimal set of modules used by WIMS WIMS uses modules to implement every user interface beyond its main page, including administrative tasks, help, mathematic tools, libraries, and a few interactive exercises. . To get the thousands of exercises which give WIMS its power, consider installing the recommended package wims-extra-all (or other packages which provide wims-extra). . Other educational materials can be downloaded outside of the Debian system by automated updates. See http://wimsedu.info Package: xsok Description-md5: d842d405a99632bd748bb70a2e8376b6 Description-en: generic Sokoban game for X11 xsok is a single player strategic game, a superset of the well-known Sokoban game. . The target of Sokoban is to push all the objects into the score area of each level using the mouse or the arrow keys. For the other level subsets, there are different kinds of objects, and special effect squares. 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: yakuake Description-md5: abf3bd0113526a2750546b44894ec066 Description-en: Quake-style terminal emulator based on KDE Konsole technology YaKuake is inspired from the terminal in the Quake game: when you press a key (by default F12, but that can be changed) a terminal window slides down from the top of the screen. Press the key again, and the terminal slides back. . It is faster than a keyboard shortcut because it is already loaded into memory and as such is very useful to anyone who frequently finds themselves switching in and out of terminal sessions. Package: aad-cli Description-md5: 0a55e20e854e41d73da3ff43be48eb7e Description-en: Azure Active Directory Authentication CLI tool Azure Active Directory Authentication enables authentication of Azure Active Directory accounts on your local system. It dynamically creates local accounts, supporting additional features like offline connectivity. . This package contains the CLI tool to manage various aspects of the Azure AD integration. Package: bochs Description-md5: bc053c9a3065af52a73668b7866a2e07 Description-en: IA-32 PC emulator Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . Bochs is capable of running most operating systems inside the emulation including GNU, GNU/Linux, *BSD, FreeDOS, MSDOS and Windows 95/NT. Package: bochs-sdl Description-md5: c1de9e8924d4d41e5077c82fed4d22e9 Description-en: SDL plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains an SDL GUI plugin for Bochs. . Use Scroll-Lock key for full screen. Package: bochs-term Description-md5: 6e4769512394248d4595633871dc05ef Description-en: Terminal (ncurses-based) plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains a Terminal (ncurses-based) GUI plugin for Bochs. Package: bochs-wx Description-md5: 173269ea6b13541db917fabb97fa5bcc Description-en: WxWindows plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains a WxWindows GUI plugin for Bochs. Package: bochs-x Description-md5: d05bd802b2729b64a9ea369b90b87f71 Description-en: X11 plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains an X11 GUI plugin for Bochs. Package: bximage Description-md5: 8deff38bdaf35413e0eddc6a244bcd1c Description-en: Disk Image Creation Tool for Bochs This tool is part of the Bochs project. Its purpose is to generate disk images that are used to allocate the guest operating system in Bochs environment. Package: clickhouse-client Description-md5: 6dceda8938e33615fa36694310e1e0cc Description-en: column-oriented database system (cli client) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides ClickHouse CLI client. Package: clickhouse-common Description-md5: dafc4f101c8118146cf2903a05dfe5ed Description-en: column-oriented database system (common files) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides common files for both ClickHouse server and client. Package: clickhouse-server Description-md5: 40ffe1390c0d529d732668d8ed763668 Description-en: column-oriented database system (server runner) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides ClickHouse server runner. Package: clickhouse-tools Description-md5: 25307a8fa689f823bd361f1d7b95d91a Description-en: column-oriented database system (tools) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides various ClickHouse tools: - clickhouse-performance-test - clickhouse-benchmark - clickhouse-compressor - clickhouse-copier and some others. Package: cpp-13-aarch64-linux-gnu Description-md5: 60cdf4bb445be15901cb015feeb990b7 Description-en: GNU C preprocessor for aarch64-linux-gnu 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 configured for aarch64-linux-gnu architecture but not the compiler. Package: cpp-15-aarch64-linux-gnu Description-md5: 60cdf4bb445be15901cb015feeb990b7 Description-en: GNU C preprocessor for aarch64-linux-gnu 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 configured for aarch64-linux-gnu architecture but not the compiler. Package: g++-13-aarch64-linux-gnu Description-md5: b996f012975000f1ea76fd985d3446d1 Description-en: GNU C++ compiler for aarch64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for aarch64-linux-gnu architecture. Package: g++-15-aarch64-linux-gnu Description-md5: b996f012975000f1ea76fd985d3446d1 Description-en: GNU C++ compiler for aarch64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for aarch64-linux-gnu architecture. Package: ga68-15-aarch64-linux-gnu Description-md5: 1d021cf463f90b896add67d5bf70dce5 Description-en: GNU Algol 68 compiler for the aarch64-linux-gnu architecture This is the GNU Algol 68 compiler for the aarch64-linux-gnu architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-13-aarch64-linux-gnu Description-md5: a174b3cd9d1ab0fcdf59f034f24cdb2b Description-en: GNU C compiler for the aarch64-linux-gnu architecture This is the GNU C compiler for the aarch64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-15-aarch64-linux-gnu Description-md5: a174b3cd9d1ab0fcdf59f034f24cdb2b Description-en: GNU C compiler for the aarch64-linux-gnu architecture This is the GNU C compiler for the aarch64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gccgo-13-aarch64-linux-gnu Description-md5: 7494500d31730016266c3afcd7df0781 Description-en: GNU Go compiler for the aarch64-linux-gnu architecture This is the GNU Go compiler for the aarch64-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-15-aarch64-linux-gnu Description-md5: 7494500d31730016266c3afcd7df0781 Description-en: GNU Go compiler for the aarch64-linux-gnu architecture This is the GNU Go compiler for the aarch64-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-15-aarch64-linux-gnu Description-md5: eb75234f2fddd5902c44709d3f946b62 Description-en: GNU Rust compiler for the aarch64-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gcobol-15-aarch64-linux-gnu Description-md5: 280a432206f056311ab2d425023038e7 Description-en: GNU COBOL compiler for the aarch64-linux-gnu architecture This is the GNU COBOL compiler for the aarch64-linux-gnu architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gdc-13-aarch64-linux-gnu Description-md5: 199fdd9fd06722e3233592ba26207d8c Description-en: GNU D compiler (version 2) for the aarch64-linux-gnu architecture This is the GNU D compiler for the aarch64-linux-gnu architecture, 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-15-aarch64-linux-gnu Description-md5: 199fdd9fd06722e3233592ba26207d8c Description-en: GNU D compiler (version 2) for the aarch64-linux-gnu architecture This is the GNU D compiler for the aarch64-linux-gnu architecture, 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: gfortran-13-aarch64-linux-gnu Description-md5: c9a58ab7359394ce988886339852089d Description-en: GNU Fortran compiler for the aarch64-linux-gnu architecture This is the GNU Fortran compiler for the aarch64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-15-aarch64-linux-gnu Description-md5: c9a58ab7359394ce988886339852089d Description-en: GNU Fortran compiler for the aarch64-linux-gnu architecture This is the GNU Fortran compiler for the aarch64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gir1.2-cogl-1.0 Description-md5: 148c6f8cbdcd16e6500ac32753a34daf Description-en: GObject introspection data for the Cogl 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings for libcogl. Package: gir1.2-coglpango-1.0 Description-md5: 9add089f4444192d7be4e46f724bc4b0 Description-en: GObject introspection data for the CoglPango 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings for libcogl-pango. Package: gm2-13-aarch64-linux-gnu Description-md5: 5c32bb1a293588c845d7a3b4aff8df2e Description-en: GNU Modula-2 compiler for the aarch64-linux-gnu architecture This is the GNU Modula-2 compiler for the aarch64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15-aarch64-linux-gnu Description-md5: 5c32bb1a293588c845d7a3b4aff8df2e Description-en: GNU Modula-2 compiler for the aarch64-linux-gnu architecture This is the GNU Modula-2 compiler for the aarch64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-13-aarch64-linux-gnu Description-md5: 726b837fa2e33796406f1db6ec3b5d32 Description-en: GNU Ada compiler for the aarch64-linux-gnu architecture 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-15-aarch64-linux-gnu Description-md5: 726b837fa2e33796406f1db6ec3b5d32 Description-en: GNU Ada compiler for the aarch64-linux-gnu architecture 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: gnustep-multiarch Description-md5: 1aa083590c124afdf6ee3aba2e4598ed Description-en: GNUstep Multi-Arch support This package contains the symlinks in the GNUstep System Library (/usr/lib/aarch64-linux-gnu/GNUstep) to their corresponding architecture-independent directories at /usr/share. Package: gobjc++-13-aarch64-linux-gnu Description-md5: d431b0e6e4059db3dd1d284e2868e6fc Description-en: GNU Objective-C++ compiler for the aarch64-linux-gnu architecture This is the GNU Objective-C++ compiler for the aarch64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15-aarch64-linux-gnu Description-md5: d431b0e6e4059db3dd1d284e2868e6fc Description-en: GNU Objective-C++ compiler for the aarch64-linux-gnu architecture This is the GNU Objective-C++ compiler for the aarch64-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-aarch64-linux-gnu Description-md5: a59c606b6defdc61673dce1d2868f8c0 Description-en: GNU Objective-C compiler for the aarch64-linux-gnu architecture This is the GNU Objective-C compiler for the aarch64-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-15-aarch64-linux-gnu Description-md5: a59c606b6defdc61673dce1d2868f8c0 Description-en: GNU Objective-C compiler for the aarch64-linux-gnu architecture This is the GNU Objective-C compiler for the aarch64-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: ignition-launch-cli Description-md5: 58a5b2679542ab03c37010d229be92d2 Description-en: Ignition Robotics Launch Library - Launch cli Ignition Launch, a component of Ignition Robotics, provides a command line interface to run and manager application and plugins. . Package contains the ignition launch cli application Package: libcogl-dev Description-md5: be3115f4a0115636a1065d55d8a70f4a Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the development files for libcogl. Package: libcogl-pango-dev Description-md5: 5c4e7ce27e624192d91d8d0db6688471 Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the development files for libcogl-pango. Package: libcogl-pango20 Description-md5: 8c0fee75492f726194fa0be454f54661 Description-en: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libcogl-path-dev Description-md5: 2e20efef9b615c0cbb5717e31e6c92c8 Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package should be used as a build-dependency by programs that use the cogl-path API, but is currently an empty package that depends on libcogl-dev due to circular dependencies between the base cogl API and the cogl-path API. Package: libcogl-path20 Description-md5: 8c0fee75492f726194fa0be454f54661 Description-en: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libcogl20 Description-md5: 8c0fee75492f726194fa0be454f54661 Description-en: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libcrcutil-dev Description-md5: 7cbb589eb48b2c03698723b050d7e04d Description-en: library for cyclic redundancy check (CRC) computation - development files Crcutil library provides efficient implementation of CRC algorithms. It includes reference implementation of a novel Multiword CRC algorithm invented by Andrew Kadatch and Bob Jenkins in early 2007. The new algorithm is heavily tuned towards modern Intel and AMD processors and is substantially faster than almost all other software CRC algorithms. . Included whitepaper describes the details of Multiword CRC algorithm as well as other algorithms and CRC manipulation routines implemented by crcutil library. . Crcutil library computes: * Hardware-assisted CRC32C: 0.13 (Nehalem) CPU cycles per byte. * 64-bit and smaller CRCs: 1.0 (Nehalem) - 1.2 (Core) CPU cycles per byte. * 128-bit CRCs: 1.7 CPU cycles per byte. . Since computational speed of 64-bit CRCs is identical to 32-bit and 16-bit, the use of crcutil library enables widespread use of more reliable 64-bit CRCs instead of 32-bit ones. . As a bonus, crcutil also implements a number of useful CRC "tricks" (e.g. computation of CRC of concatenated blocks of data of known length and CRC without touching actual data). . This package provides development files. Package: libcrcutil0t64 Description-md5: 5bab1273f483753a32be02c4ef88f671 Description-en: library for cyclic redundancy check (CRC) computation Crcutil library provides efficient implementation of CRC algorithms. It includes reference implementation of a novel Multiword CRC algorithm invented by Andrew Kadatch and Bob Jenkins in early 2007. The new algorithm is heavily tuned towards modern Intel and AMD processors and is substantially faster than almost all other software CRC algorithms. . Included whitepaper describes the details of Multiword CRC algorithm as well as other algorithms and CRC manipulation routines implemented by crcutil library. . Crcutil library computes: * Hardware-assisted CRC32C: 0.13 (Nehalem) CPU cycles per byte. * 64-bit and smaller CRCs: 1.0 (Nehalem) - 1.2 (Core) CPU cycles per byte. * 128-bit CRCs: 1.7 CPU cycles per byte. . Since computational speed of 64-bit CRCs is identical to 32-bit and 16-bit, the use of crcutil library enables widespread use of more reliable 64-bit CRCs instead of 32-bit ones. . As a bonus, crcutil also implements a number of useful CRC "tricks" (e.g. computation of CRC of concatenated blocks of data of known length and CRC without touching actual data). Package: libignition-gazebo-dev Description-md5: 8ba4d9f9a00527803ae38cb007410427 Description-en: Ignition Gazebo classes and functions for robot apps - Development files Ignition Gazebo is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files Package: libignition-gazebo-plugins Description-md5: ed75f85997875eff7f6d998c9eef28e9 Description-en: Ignition Gazebo classes and functions for robot apps - Plugins Ignition Gazebo is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Plugins collection Package: libignition-gazebo6-6 Description-md5: 5f37a7f9f59985df65ec850277bd2285 Description-en: Ignition Gazebo classes and functions for robot apps - Shared library Ignition Gazebo is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Main shared library Package: libignition-launch-dev Description-md5: 980577ac8b37422a77b797e25a67db00 Description-en: Ignition Robotics Launch Library - Development files Ignition Launch, a component of Ignition Robotics, provides a command line interface to run and manager application and plugins. . Package contains the ignition launch development files Package: libignition-launch5-5 Description-md5: b1c4132c18a7f9ea2480e3a2dcb9fdc6 Description-en: Ignition Robotics Launch Library - Launch libraries Ignition Launch, a component of Ignition Robotics, provides a command line interface to run and manager application and plugins. . Package contains the ignition launch libraries Package: libnss-aad Description-md5: a682083ef91d385da535ba1a8080b33c Description-en: Azure Active Directory Authentication module for NSS Azure Active Directory Authentication enables authentication of Azure Active Directory accounts on your local system. It dynamically creates local accounts, supporting additional features like offline connectivity. . This package contains the NSS module. Package: libpam-aad Description-md5: 005c34d19bddf8524f3af21f6da08d98 Description-en: Azure Active Directory Authentication module for PAM Azure Active Directory Authentication enables authentication of Azure Active Directory accounts on your local system. It dynamically creates local accounts, supporting additional features like offline connectivity. . This package contains the PAM module. Package: libregfi-dev Description-md5: 2aed8bca746e6c7f0c3aadaeb08a57c0 Description-en: utility to analysis for Windows NT-based registry (devel files) RegLookup is a system to direct analysis of Windows NT-based registry files providing command line tools, a C API, and a Python module for accessing registry data structures. The project has a focus on providing tools for digital forensics investigations (though is useful for many purposes), and includes algorithms for retrieving deleted data structures from registry hives. . Currently the program allows one to read an entire registry and output it in a (mostly) standardized, quoted format. It also provides features for filtering of results based on registry path and data type. . This package provides the development files. Package: libregfi1t64 Description-md5: 166686126ff450d9d34a781f46c10fba Description-en: utility to analysis for Windows NT-based registry (shared library) RegLookup is a system to direct analysis of Windows NT-based registry files providing command line tools, a C API, and a Python module for accessing registry data structures. The project has a focus on providing tools for digital forensics investigations (though is useful for many purposes), and includes algorithms for retrieving deleted data structures from registry hives. . Currently the program allows one to read an entire registry and output it in a (mostly) standardized, quoted format. It also provides features for filtering of results based on registry path and data type. . This package provides the runtime library. Package: libwine Description-md5: 3db6a8ba0d26a391d504eae7a2076cb6 Description-en: Windows API implementation - library Wine is a free MS-Windows API implementation. . This package provides the Wine library. Package: libwine-dev Description-md5: 7fb6480e82b394015397cc0a91e50ec9 Description-en: Windows API implementation - development files Wine is a free MS-Windows API implementation. . This package provides Wine's C header files and development libraries. Package: linux-lowlatency-headers-6.8.0-20 Description-md5: dc19fa6de3cae9aa833d00daf7dfb93f Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lowlatency-headers-6.8.0-20/debian.README.gz for details Package: mingw-w64-tools Description-md5: e51ae65009b54dc317e276561f73ef47 Description-en: Development tools for 32- and 64-bit Windows MinGW-w64 provides a development and runtime environment for 32- and 64-bit (x86 and x64) Windows applications using the Windows API and the GNU Compiler Collection (gcc). . This package contains: * gendef, which extracts DLL exports from Windows executables; * genidl, which extracts IDL information from Windows executables; * genpeimg, which manipulates PE flags in Windows executables; * widl, which generates build files from IDL descriptions; * pkg-config symlinks to allow .pc-based libraries to be used. Package: msc-generator Description-md5: 06b7d7994376652533343f89963837cf Description-en: Draws signalling charts from textual description Msc-generator is a program that parses textual Message Sequence Chart descriptions and produces graphical output in a variety of file formats. . Msc-generator heavily borrows in concept from the 0.08 version of Michael C McTernan's mscgen. However, it has been completely rewritten from scratch and has a much more extensive (and only partially backwards compatible) language. The command-line interface is fully backwards compatible with mscgen, which enables using Msc-generator's commandline tool everywhere where you can use mscgen, but with the richer syntax. This includes the many tools integrated with mscgen, such as Doxygen, Sphinx and Msctexen. Package: msc-generator-nox Description-md5: 6b55af37857416aff8848eb58f9bb86c Description-en: Draws signalling charts from textual description (no-X version) Msc-generator is a program that parses textual Message Sequence Chart descriptions and produces graphical output in a variety of file formats. . Msc-generator heavily borrows in concept from the 0.08 version of Michael C McTernan's mscgen. However, it has been completely rewritten from scratch and has a much more extensive (and only partially backwards compatible) language. The command-line interface is fully backwards compatible with mscgen, which enables using Msc-generator's commandline tool everywhere where you can use mscgen, but with the richer syntax. This includes the many tools integrated with mscgen, such as Doxygen, Sphinx and Msctexen. . This package is for working without an X server. 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-uwsgidecorators Description-md5: b6d60cbaaf5f0468faa6a7e19cf60424 Description-en: module of decorators for elegant access to uWSGI API (Python 3) uwsgidecorators is a simple Python module that exports a bunch of decorators to allow a more elegant approach to uWSGI API. Provided decorators helps with creating of RPC functions, timers, filemonitors. . This package provides uwsgidecorators module for Python 3. Package: reglookup Description-md5: 4b4cbf28979f6df6f91127ad133ce24b Description-en: utility to analysis for Windows NT-based registry RegLookup is a system to direct analysis of Windows NT-based registry files providing command line tools, a C API, and a Python module for accessing registry data structures. The project has a focus on providing tools for digital forensics investigations (though is useful for many purposes), and includes algorithms for retrieving deleted data structures from registry hives. . Currently the program allows one to read an entire registry and output it in a (mostly) standardized, quoted format. It also provides features for filtering of results based on registry path and data type. The package provides the following commands: reglookup, reglookup-recover and reglookup-timeline. Package: trinity Description-md5: 0b66b5bef215d4a2e96be23a7eddb2e0 Description-en: system call fuzz tester As 'fuzz testing' suggests, trinity calls syscalls at random, with random arguments. Where Trinity differs is that the arguments it passes are not purely random. . If a syscall took, for example, a file descriptor as an argument, one of the first things kernels does is validate that fd, if is not valid the kernel would just reject it as -EINVAL. . So on startup, Trinity creates a list of file descriptors, by opening pipes, scanning sysfs, procfs, /dev, and creates a bunch of sockets using random network protocols. Then when a syscall needs an fd, it gets passed one of these at random. . Trinity also shares those file descriptors between multiple threads, which causes havoc sometimes. . Warning: This program may seriously corrupt your files, including any of those that may be writable on mounted network file shares. It may create network packets that may cause disruption on your local network. Run at your own risk. 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: 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: cpp-13-arm-linux-gnueabihf Description-md5: ed68a0d5b068e9ec1abe470407d0cbf5 Description-en: GNU C preprocessor for arm-linux-gnueabihf 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 configured for arm-linux-gnueabihf architecture but not the compiler. Package: cpp-15-arm-linux-gnueabihf Description-md5: ed68a0d5b068e9ec1abe470407d0cbf5 Description-en: GNU C preprocessor for arm-linux-gnueabihf 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 configured for arm-linux-gnueabihf architecture but not the compiler. Package: g++-13-arm-linux-gnueabihf Description-md5: 8217684381d0545df03fa8d52efefabb Description-en: GNU C++ compiler for arm-linux-gnueabihf architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arm-linux-gnueabihf architecture. Package: g++-15-arm-linux-gnueabihf Description-md5: 8217684381d0545df03fa8d52efefabb Description-en: GNU C++ compiler for arm-linux-gnueabihf architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arm-linux-gnueabihf architecture. Package: ga68-15-arm-linux-gnueabihf Description-md5: ad4985e970389dc83f4e9bece33ae55e Description-en: GNU Algol 68 compiler for the arm-linux-gnueabihf architecture This is the GNU Algol 68 compiler for the arm-linux-gnueabihf architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-13-arm-linux-gnueabihf Description-md5: 33f90d4dfb358631d3e5a94e55aaa543 Description-en: GNU C compiler for the arm-linux-gnueabihf architecture This is the GNU C compiler for the arm-linux-gnueabihf architecture, a fairly portable optimizing compiler for C. Package: gcc-14-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-14-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-15-arm-linux-gnueabihf Description-md5: 33f90d4dfb358631d3e5a94e55aaa543 Description-en: GNU C compiler for the arm-linux-gnueabihf architecture This is the GNU C compiler for the arm-linux-gnueabihf architecture, a fairly portable optimizing compiler for C. Package: gccgo-13-arm-linux-gnueabihf Description-md5: 3ce513e797bd4d1a1c346756537f10b2 Description-en: GNU Go compiler for the arm-linux-gnueabihf architecture This is the GNU Go compiler for the arm-linux-gnueabihf architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-14 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-14-arm-linux-gnueabihf Description-md5: 3ce513e797bd4d1a1c346756537f10b2 Description-en: GNU Go compiler for the arm-linux-gnueabihf architecture This is the GNU Go compiler for the arm-linux-gnueabihf architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-14-for-host Description-md5: 3709a5079a9cb97b4e9a88427901107d Description-en: GNU Go compiler for the host architecture This is the GNU Go compiler for the host architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gccgo-15-arm-linux-gnueabihf Description-md5: 3ce513e797bd4d1a1c346756537f10b2 Description-en: GNU Go compiler for the arm-linux-gnueabihf architecture This is the GNU Go compiler for the arm-linux-gnueabihf architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-14 Description-md5: edc83783dbd68b432855822f5c422cb4 Description-en: GNU Rust compiler !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gccrs-14-arm-linux-gnueabihf Description-md5: f141a87e5d642d885ec8ce4fdc5e8c89 Description-en: GNU Rust compiler for the arm-linux-gnueabihf architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gccrs-14-for-host Description-md5: 0526722408b6a3a14aeb6aac1f703999 Description-en: GNU Rust compiler for the host architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gccrs-15-arm-linux-gnueabihf Description-md5: f141a87e5d642d885ec8ce4fdc5e8c89 Description-en: GNU Rust compiler for the arm-linux-gnueabihf architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gdc-13-arm-linux-gnueabihf Description-md5: e7806cc7fa9ea582cd66e012058e42e9 Description-en: GNU D compiler (version 2) for the arm-linux-gnueabihf architecture This is the GNU D compiler for the arm-linux-gnueabihf architecture, 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-14 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-14-arm-linux-gnueabihf Description-md5: e7806cc7fa9ea582cd66e012058e42e9 Description-en: GNU D compiler (version 2) for the arm-linux-gnueabihf architecture This is the GNU D compiler for the arm-linux-gnueabihf architecture, 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-14-for-host Description-md5: 9da49654390f533a91350e9ffc22d416 Description-en: GNU D compiler (version 2) for the host architecture This is the GNU D compiler for the host architecture, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gdc-15-arm-linux-gnueabihf Description-md5: e7806cc7fa9ea582cd66e012058e42e9 Description-en: GNU D compiler (version 2) for the arm-linux-gnueabihf architecture This is the GNU D compiler for the arm-linux-gnueabihf architecture, 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: gfortran-13-arm-linux-gnueabihf Description-md5: 97ae8549d5e903133d4832ce451bf9d5 Description-en: GNU Fortran compiler for the arm-linux-gnueabihf architecture This is the GNU Fortran compiler for the arm-linux-gnueabihf architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-15-arm-linux-gnueabihf Description-md5: 97ae8549d5e903133d4832ce451bf9d5 Description-en: GNU Fortran compiler for the arm-linux-gnueabihf architecture This is the GNU Fortran compiler for the arm-linux-gnueabihf architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gm2-13-arm-linux-gnueabihf Description-md5: 933ee1c99d288f27147a775bc0f4111e Description-en: GNU Modula-2 compiler for the arm-linux-gnueabihf architecture This is the GNU Modula-2 compiler for the arm-linux-gnueabihf architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-14 Description-md5: e64f12bc1504dd633dc9ff6d7313cb70 Description-en: GNU Modula-2 compiler (version 2) 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-14-arm-linux-gnueabihf Description-md5: 933ee1c99d288f27147a775bc0f4111e Description-en: GNU Modula-2 compiler for the arm-linux-gnueabihf architecture This is the GNU Modula-2 compiler for the arm-linux-gnueabihf architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-14-for-host Description-md5: c116400de44ebf7dafebe5650c8d9515 Description-en: GNU Modula-2 compiler for the host architecture This is the GNU Modula-2 compiler for the host architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gm2-15-arm-linux-gnueabihf Description-md5: 933ee1c99d288f27147a775bc0f4111e Description-en: GNU Modula-2 compiler for the arm-linux-gnueabihf architecture This is the GNU Modula-2 compiler for the arm-linux-gnueabihf architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-13-arm-linux-gnueabihf Description-md5: add9124ecac0dbae8c33714a6eb422c6 Description-en: GNU Ada compiler for the arm-linux-gnueabihf architecture 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-14 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-14-arm-linux-gnueabihf Description-md5: add9124ecac0dbae8c33714a6eb422c6 Description-en: GNU Ada compiler for the arm-linux-gnueabihf architecture 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-14-for-host Description-md5: 26e4a341bb88e54a4842408bed0e44a5 Description-en: GNU Ada compiler for the host architecture 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. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gnat-15-arm-linux-gnueabihf Description-md5: add9124ecac0dbae8c33714a6eb422c6 Description-en: GNU Ada compiler for the arm-linux-gnueabihf architecture 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: gnustep-multiarch Description-md5: a0a6467e859c843bae615f382337b22b Description-en: GNUstep Multi-Arch support This package contains the symlinks in the GNUstep System Library (/usr/lib/arm-linux-gnueabihf/GNUstep) to their corresponding architecture-independent directories at /usr/share. Package: gobjc++-13-arm-linux-gnueabihf Description-md5: 6a023a9d4124afa528373e4a11661544 Description-en: GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-14 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++-14-arm-linux-gnueabihf Description-md5: 6a023a9d4124afa528373e4a11661544 Description-en: GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-14-for-host Description-md5: 6eb456849ad49181c17bb137b0c69f45 Description-en: GNU Objective-C++ compiler for the host architecture This is the GNU Objective-C++ compiler for the host architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gobjc++-15-arm-linux-gnueabihf Description-md5: 6a023a9d4124afa528373e4a11661544 Description-en: GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C++ compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-arm-linux-gnueabihf Description-md5: 53428c52dd8a87e57b005d8ef5eaa131 Description-en: GNU Objective-C compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-14 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-14-arm-linux-gnueabihf Description-md5: 53428c52dd8a87e57b005d8ef5eaa131 Description-en: GNU Objective-C compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-14-for-host Description-md5: ec590acbac35f97ced34020023b140bc Description-en: GNU Objective-C compiler for the host architecture This is the GNU Objective-C compiler for the host architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gobjc-15-arm-linux-gnueabihf Description-md5: 53428c52dd8a87e57b005d8ef5eaa131 Description-en: GNU Objective-C compiler for the arm-linux-gnueabihf architecture This is the GNU Objective-C compiler for the arm-linux-gnueabihf architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: libgccjit-14-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: libgccjit0 Description-md5: 78f861084806b36ce34263514298785e Description-en: GCC just-in-time compilation (shared library) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgm2-14-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-19 Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgnat-14 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: libgphobos-14-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: libgphobos5 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: libkseexpr-dev Description-md5: c4c9405a2ebe7495b26e0924d68c367d Description-en: development files for libreadstat library ReadStat is a command-line tool and MIT-licensed C library for reading files from popular stats packages. . This package contains the development files. Package: libkseexpr4 Description-md5: c157ea3e143b8a7cd757e48245f95d1c Description-en: embeddable expression evaluation engine - shared library SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. . KSeExpr is a fork of SeExpr mainly used for Krita. . This package contains the core shared library. Package: libkseexprui4 Description-md5: f923496503faba2e746129511b6cfd58 Description-en: embeddable expression evaluation engine - UI shared library SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. . KSeExpr is a fork of SeExpr mainly used for Krita. . This package contains the UI shared library. Package: libobjc-14-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: libstdc++6-14-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: mailfront Description-md5: df32c5e85614568b7e938b41fb60bfb4 Description-en: mail server network protocol front-ends mailfront is a set of customizable network front-ends for mail servers. It contains complete SMTP, QMQP, QMTP, and POP3 front-ends as well as an authentication module for IMAP. The mail delivery front-ends also contain internal address filtering features. . Two SMTP back-ends are provided. One delivers mail to qmail-queue, mimicking most of the behavior of qmail-smtpd, with the addition of support for SMTP AUTH. The other rejects all SMTP commands if $SMTPREJECT is set, and execs its command line otherwise (in order to run the above program). Package: openjdk-25-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-25-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: 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: wsjtx-improved Description-md5: 70f68c4174fac5fcd5affc60a599bcb0 Description-en: Weak-signal amateur radio communications WSJT-X implements amateur radio communication protocols or "modes" called FST4, FST4W, FT4, FT8, JT4, JT9, JT65, Q65, MSK144, and WSPR, as well as one called Echo for detecting and measuring your own radio signals reflected from the Moon. These modes were all designed for making reliable, confirmed QSOs under extreme weak-signal conditions. . JT4, JT9, and JT65 use nearly identical message structure and source encoding (the efficient compression of standard messages used for minimal QSOs). They use timed 60-second T/R sequences synchronized with UTC. JT4 and JT65 were designed for EME ("moonbounce") on the VHF/UHF/microwave bands. JT9 is optimized for the MF, and HF bands. It is about 2 dB more sensitive than JT65 while using less than 10% of the bandwidth. Q65 offers submodes with a wide range of T/R sequence lengths and tone spacings. . FT4 and FT8 are operationally similar but use T/R cycles only 7.5 and 15 s long, respectively. MSK144 is designed for Meteor Scatter on the VHF bands. These modes offer enhanced message formats with support for nonstandard callsigns and some popular contests. . FST4 and FST4W are designed particularly for the LF and MF bands. On these bands their fundamental sensitivities are better than other WSJT-X modes with the same sequence lengths, approaching the theoretical limits for their rates of information throughput. FST4 is optimized for two-way QSOs, while FST4W is for quasi-beacon transmissions of WSPR-style messages. FST4 and FST4W do not require the strict, independent time synchronization and phase locking of modes like EbNaut. . WSPR mode implements a protocol designed for probing potential propagation paths with low-power transmissions. WSPR is fully implemented within WSJT-X, including programmable "band-hopping". . wsjt-x_improved is an enhanced version of the excellent WSJT-X software by Joe Taylor K1JT, Steve Franke K9AN, Bill Somerville G4WJS and others. Package: cpp-13-i686-linux-gnu Description-md5: b8282273c17bed5005498d3acc86c9d4 Description-en: GNU C preprocessor for i686-linux-gnu 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 configured for i686-linux-gnu architecture but not the compiler. Package: cpp-15-i686-linux-gnu Description-md5: b8282273c17bed5005498d3acc86c9d4 Description-en: GNU C preprocessor for i686-linux-gnu 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 configured for i686-linux-gnu architecture but not the compiler. Package: freetds-bin Description-md5: ecc81bdba70ea8f8a0ff19107655f93a Description-en: FreeTDS command-line utilities FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package includes the command-line utilities shipped with FreeTDS. Package: g++-13-i686-linux-gnu Description-md5: 88bdc3f5d96144f5748dae6f61c62299 Description-en: GNU C++ compiler for i686-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for i686-linux-gnu architecture. Package: g++-15-i686-linux-gnu Description-md5: 88bdc3f5d96144f5748dae6f61c62299 Description-en: GNU C++ compiler for i686-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for i686-linux-gnu architecture. Package: ga68-15-i686-linux-gnu Description-md5: 4e88a649cc8ec8986b65d2a48010e6f4 Description-en: GNU Algol 68 compiler for the i686-linux-gnu architecture This is the GNU Algol 68 compiler for the i686-linux-gnu architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-13-i686-linux-gnu Description-md5: ba5a678e8889d9e2f2dd41bf10f39ab5 Description-en: GNU C compiler for the i686-linux-gnu architecture This is the GNU C compiler for the i686-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-15-i686-linux-gnu Description-md5: ba5a678e8889d9e2f2dd41bf10f39ab5 Description-en: GNU C compiler for the i686-linux-gnu architecture This is the GNU C compiler for the i686-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gccgo-13-i686-linux-gnu Description-md5: 476b8ef19f68a3705287682de1e1d740 Description-en: GNU Go compiler for the i686-linux-gnu architecture This is the GNU Go compiler for the i686-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-15-i686-linux-gnu Description-md5: 476b8ef19f68a3705287682de1e1d740 Description-en: GNU Go compiler for the i686-linux-gnu architecture This is the GNU Go compiler for the i686-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-15-i686-linux-gnu Description-md5: 89d94ad4a90fcb92a390dd4106ba80a9 Description-en: GNU Rust compiler for the i686-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gdc-13-i686-linux-gnu Description-md5: 00ea2654f0ce21b65085a895f9f14ee2 Description-en: GNU D compiler (version 2) for the i686-linux-gnu architecture This is the GNU D compiler for the i686-linux-gnu architecture, 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-15-i686-linux-gnu Description-md5: 00ea2654f0ce21b65085a895f9f14ee2 Description-en: GNU D compiler (version 2) for the i686-linux-gnu architecture This is the GNU D compiler for the i686-linux-gnu architecture, 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: gfortran-13-i686-linux-gnu Description-md5: b4cc25194ee0177ada8bf1a75e17c538 Description-en: GNU Fortran compiler for the i686-linux-gnu architecture This is the GNU Fortran compiler for the i686-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-15-i686-linux-gnu Description-md5: b4cc25194ee0177ada8bf1a75e17c538 Description-en: GNU Fortran compiler for the i686-linux-gnu architecture This is the GNU Fortran compiler for the i686-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gm2-13-i686-linux-gnu Description-md5: 05ba12e493b72d8343debec63c709f0b Description-en: GNU Modula-2 compiler for the i686-linux-gnu architecture This is the GNU Modula-2 compiler for the i686-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15-i686-linux-gnu Description-md5: 05ba12e493b72d8343debec63c709f0b Description-en: GNU Modula-2 compiler for the i686-linux-gnu architecture This is the GNU Modula-2 compiler for the i686-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-13-i686-linux-gnu Description-md5: 5d5f78ab40eeb76fd91a48aa1d609842 Description-en: GNU Ada compiler for the i686-linux-gnu architecture 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-15-i686-linux-gnu Description-md5: 5d5f78ab40eeb76fd91a48aa1d609842 Description-en: GNU Ada compiler for the i686-linux-gnu architecture GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gobjc++-13-i686-linux-gnu Description-md5: b39381afe15d2749b764ed69f8ebf869 Description-en: GNU Objective-C++ compiler for the i686-linux-gnu architecture This is the GNU Objective-C++ compiler for the i686-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15-i686-linux-gnu Description-md5: b39381afe15d2749b764ed69f8ebf869 Description-en: GNU Objective-C++ compiler for the i686-linux-gnu architecture This is the GNU Objective-C++ compiler for the i686-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-i686-linux-gnu Description-md5: 0692b323d7920394e268687801f5005f Description-en: GNU Objective-C compiler for the i686-linux-gnu architecture This is the GNU Objective-C compiler for the i686-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-15-i686-linux-gnu Description-md5: 0692b323d7920394e268687801f5005f Description-en: GNU Objective-C compiler for the i686-linux-gnu architecture This is the GNU Objective-C compiler for the i686-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: lib64gcc-12-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-13-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-12-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-13-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-15-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-12-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-13-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: lib64go21 Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go22 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-12-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-13-dev Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos-15-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: lib64gphobos3 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: lib64gphobos4 Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos6 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-12-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-13-dev Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-15-dev Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc4 Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64stdc++-12-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++-13-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++-15-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-12-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-13-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: lib64stdc++6-15-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: sb16ctrl-bochs Description-md5: 00c29543573b338ce1a35bae09b7e897 Description-en: control utility for Bochs emulated SB16 card You can use this utility to perform some query operations on the Bochs emulated SB16 card. It needs to be installed in your Debian-based guest OS. . The sb16ctrl utility contained in this package can only be used from inside the Bochs emulator. DO NOT TRY IT ON REAL HARDWARE. Package: cpp-13-powerpc64le-linux-gnu Description-md5: 2c7bd4237665c7473651107af2193fed Description-en: GNU C preprocessor for powerpc64le-linux-gnu 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 configured for powerpc64le-linux-gnu architecture but not the compiler. Package: cpp-15-powerpc64le-linux-gnu Description-md5: 2c7bd4237665c7473651107af2193fed Description-en: GNU C preprocessor for powerpc64le-linux-gnu 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 configured for powerpc64le-linux-gnu architecture but not the compiler. Package: g++-13-powerpc64le-linux-gnu Description-md5: 0be28451d4d61c7a7c7261ee29e52e35 Description-en: GNU C++ compiler for powerpc64le-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpc64le-linux-gnu architecture. Package: g++-15-powerpc64le-linux-gnu Description-md5: 0be28451d4d61c7a7c7261ee29e52e35 Description-en: GNU C++ compiler for powerpc64le-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpc64le-linux-gnu architecture. Package: ga68-15-powerpc64le-linux-gnu Description-md5: 03d81da6eb6d55480f1548d223572949 Description-en: GNU Algol 68 compiler for the powerpc64le-linux-gnu architecture This is the GNU Algol 68 compiler for the powerpc64le-linux-gnu architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-13-powerpc64le-linux-gnu Description-md5: 9a78fbda526c5f3157cb5ab0c3cf7fc1 Description-en: GNU C compiler for the powerpc64le-linux-gnu architecture This is the GNU C compiler for the powerpc64le-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-15-powerpc64le-linux-gnu Description-md5: 9a78fbda526c5f3157cb5ab0c3cf7fc1 Description-en: GNU C compiler for the powerpc64le-linux-gnu architecture This is the GNU C compiler for the powerpc64le-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gccgo-13-powerpc64le-linux-gnu Description-md5: 5a17cd67dc9ecaa24006880be9427bb8 Description-en: GNU Go compiler for the powerpc64le-linux-gnu architecture This is the GNU Go compiler for the powerpc64le-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-15-powerpc64le-linux-gnu Description-md5: 5a17cd67dc9ecaa24006880be9427bb8 Description-en: GNU Go compiler for the powerpc64le-linux-gnu architecture This is the GNU Go compiler for the powerpc64le-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-15-powerpc64le-linux-gnu Description-md5: d0fe6b34eca2f10ee7ee873fcf7f890b Description-en: GNU Rust compiler for the powerpc64le-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gcobol-15-powerpc64le-linux-gnu Description-md5: 8a630a93b8eb6fe3644f96b06f7e373f Description-en: GNU COBOL compiler for the powerpc64le-linux-gnu architecture This is the GNU COBOL compiler for the powerpc64le-linux-gnu architecture, which compiles COBOL on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gdc-13-powerpc64le-linux-gnu Description-md5: 511ac042d081ba2ca3ae7e683ee8367f Description-en: GNU D compiler (version 2) for the powerpc64le-linux-gnu architecture This is the GNU D compiler for the powerpc64le-linux-gnu architecture, 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-15-powerpc64le-linux-gnu Description-md5: 511ac042d081ba2ca3ae7e683ee8367f Description-en: GNU D compiler (version 2) for the powerpc64le-linux-gnu architecture This is the GNU D compiler for the powerpc64le-linux-gnu architecture, 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: gfortran-13-powerpc64le-linux-gnu Description-md5: c4e5fd95008e20fa21421f07aca27e28 Description-en: GNU Fortran compiler for the powerpc64le-linux-gnu architecture This is the GNU Fortran compiler for the powerpc64le-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-15-powerpc64le-linux-gnu Description-md5: c4e5fd95008e20fa21421f07aca27e28 Description-en: GNU Fortran compiler for the powerpc64le-linux-gnu architecture This is the GNU Fortran compiler for the powerpc64le-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gm2-13-powerpc64le-linux-gnu Description-md5: fb993083e71fd1e0af62e509dacb11b9 Description-en: GNU Modula-2 compiler for the powerpc64le-linux-gnu architecture This is the GNU Modula-2 compiler for the powerpc64le-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15-powerpc64le-linux-gnu Description-md5: fb993083e71fd1e0af62e509dacb11b9 Description-en: GNU Modula-2 compiler for the powerpc64le-linux-gnu architecture This is the GNU Modula-2 compiler for the powerpc64le-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-13-powerpc64le-linux-gnu Description-md5: 8ac95f73f66a0ce812744beb89e351e5 Description-en: GNU Ada compiler for the powerpc64le-linux-gnu architecture 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-15-powerpc64le-linux-gnu Description-md5: 8ac95f73f66a0ce812744beb89e351e5 Description-en: GNU Ada compiler for the powerpc64le-linux-gnu architecture 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: gnustep-multiarch Description-md5: da0610fb59559f8a899277fe05174d99 Description-en: GNUstep Multi-Arch support This package contains the symlinks in the GNUstep System Library (/usr/lib/powerpc64le-linux-gnu/GNUstep) to their corresponding architecture-independent directories at /usr/share. Package: gobjc++-13-powerpc64le-linux-gnu Description-md5: 62d25be8e9d06181c6d2eaa1dab2a772 Description-en: GNU Objective-C++ compiler for the powerpc64le-linux-gnu architecture This is the GNU Objective-C++ compiler for the powerpc64le-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15-powerpc64le-linux-gnu Description-md5: 62d25be8e9d06181c6d2eaa1dab2a772 Description-en: GNU Objective-C++ compiler for the powerpc64le-linux-gnu architecture This is the GNU Objective-C++ compiler for the powerpc64le-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-powerpc64le-linux-gnu Description-md5: 42ae6621ea0fdfd8c7240d742c7060ee Description-en: GNU Objective-C compiler for the powerpc64le-linux-gnu architecture This is the GNU Objective-C compiler for the powerpc64le-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-15-powerpc64le-linux-gnu Description-md5: 42ae6621ea0fdfd8c7240d742c7060ee Description-en: GNU Objective-C compiler for the powerpc64le-linux-gnu architecture This is the GNU Objective-C compiler for the powerpc64le-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: librust-tokio-executor-dev Description-md5: 1d0777a6d4941c1d599a024b61bd87bb Description-en: Future execution primitives - Rust source code This package contains the source for the Rust tokio-executor crate, packaged by debcargo for use with cargo and dh-cargo. Package: netlabel-tools Description-md5: c34a9c6dc669e03e4de3a6aeac234e2b Description-en: management tool for the Linux NetLabel Subsystem The NetLabel management utility, netlabelctl, is a command line program designed to allow system administrators to configure the NetLabel system in the kernel. . This package requires that the running kernel supports NETLABEL. Package: fim Description-md5: 545bc8b6326b5387fc70d5fa199f1855 Description-en: scriptable frame buffer, X.org and ascii art image viewer FIM is a highly customizable scriptable image viewer targeted at the users who are comfortable with software like the Vim text editor or the Mutt mail user agent. FIM aims to be a "swiss army knife" for viewing images. Its code derives from the "Fbi" framebuffer image viewer by Gerd Hoffmann. FIM is multidevice: it has X support via the SDL library and ascii art output via the aalib library. . It supports image description files, file search and filtering using regular expressions on filenames and descriptions, caption display, customizable status line, EXIF tags display, EXIF-based image rotation, recursive directory traversal, reading from stdin, and can e.g. jump between two images remembering scale and position. . It can speed up loading by image caching and speed up scaling with mipmaps. It offers GNU readline command line autocompletion and history, completely customizable key bindings, external/internal (if-while based) scriptability (through return codes, standard input/output, and commands given at invocation time, an initialization file, Vim-like autocommands), and much more. Package: gnustep-multiarch Description-md5: 8cabdbbe90cf59a8b9e05adc456a25e8 Description-en: GNUstep Multi-Arch support This package contains the symlinks in the GNUstep System Library (/usr/lib/riscv64-linux-gnu/GNUstep) to their corresponding architecture-independent directories at /usr/share. Package: libautopilot-gtk Description-md5: c76f24e365cee9cbd3ae6bd89df0ce70 Description-en: Makes GTK+ applications introspectable by autopilot. This allows autopilot to test any existing GTK+ application, without having to rebuild the application under test. Package: libdart-all-dev Description-md5: a3a40c8ce9ad2cd0867ebd3045bf3783 Description-en: Kinematics Dynamics and Optimization Library - All Development Files DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package does not contain any file but install all development packages. . Metapackage for all development files. Package: libdart-collision-bullet-dev Description-md5: 12119eeda619237f0ca20a36078c01c0 Description-en: Kinematics Dynamics and Optimization Library - Bullet Collision Dev DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. Package: libdart-collision-bullet6.13 Description-md5: 66073bdaa72101da6f2c788df7195a6c Description-en: Kinematics Dynamics and Optimization Library - Bullet Collision Library DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the collision library with Bullet backend. Package: libdart-collision-ode-dev Description-md5: 685c81a6e6fc03032e62d6b48ee8dc23 Description-en: Kinematics Dynamics and Optimization Library - ODE Collision Dev DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the collision ode headers and other tools for development. Package: libdart-collision-ode6.13 Description-md5: 7b3604f65d7db00f617e4d6e4b5917f4 Description-en: Kinematics Dynamics and Optimization Library - ODE Collision Library DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the collision library with ODE backend. Package: libdart-dev Description-md5: a855efe479dd66f490a577bede58ba87 Description-en: Kinematics Dynamics and Optimization Library - development files DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains main headers and other tools for development. Package: libdart-external-convhull-3d-dev Description-md5: e82fe00b2d411a43bc239a8c0a22946d Description-en: Kinematics Dynamics and Optimization Library - convhull-3d dev DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . A header only C implementation of the 3-D quickhull algorithm. Package: libdart-external-ikfast-dev Description-md5: 20ecb7b34e5354db804d89ef873dbe3f Description-en: Kinematics Dynamics and Optimization Library - ikfast dev DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains ikfast headers and other useful tools for development. Package: libdart-external-imgui-dev Description-md5: 683b72af26fa1393cba7b04f06ba54a9 Description-en: Kinematics Dynamics and Optimization Library - imgui dev DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains imgui headers and other useful tools for development. Package: libdart-external-imgui6.13 Description-md5: 2a68fcf06c47f362a2428cec4e3be564 Description-en: Kinematics Dynamics and Optimization Library - imgui lib DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the imgui library. Package: libdart-external-lodepng-dev Description-md5: bb6598306aca868dd74bb78b1c76ec3f Description-en: Kinematics Dynamics and Optimization Library - lodepng dev DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains lodepng headers and other useful tools for development. Package: libdart-external-lodepng6.13 Description-md5: b6d3ac25e7dc46366fdfb0f70ccb4771 Description-en: Kinematics Dynamics and Optimization Library - lodepng lib DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the lodepng library. Package: libdart-external-odelcpsolver-dev Description-md5: 6391cb6b875aedef7500b21a1c3d40d8 Description-en: Kinematics Dynamics and Optimization Library - odelcpsolver dev DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains odelcpsolver headers and other useful tools for development. Package: libdart-external-odelcpsolver6.13 Description-md5: 80089089ad82c03306f633b9f8c73d92 Description-en: Kinematics Dynamics and Optimization Library - odelcpsolver lib DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the odelcpsolver library. Package: libdart-gui-dev Description-md5: f398433a0d5e536c034bd732200c4ec9 Description-en: Kinematics Dynamics and Optimization Library - gui dev files DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains GUI headers and other useful tools for GUI development. Package: libdart-gui-osg-dev Description-md5: 555980738b92953f5d7ae00102812c41 Description-en: Kinematics Dynamics and Optimization Library - gui-osg dev files DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains GUI OpenSceneGraph headers and other useful tools for GUI OpenSceneGraph development. Package: libdart-gui-osg6.13 Description-md5: 742bca636e101ed6c13089509d7a0101 Description-en: Kinematics Dynamics and Optimization Library - gui-osg library DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the GUI OpenSceneGraph optimizer library. Package: libdart-gui6.13 Description-md5: b40afdb20548d5be1ba1253861fbb6d9 Description-en: Kinematics Dynamics and Optimization Library - gui library DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the GUI library. Package: libdart-optimizer-ipopt-dev Description-md5: 7aae825794f0146dc689dd4a9fc0cee7 Description-en: Kinematics Dynamics and Optimization Library - ipopt optimizer dev DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains IPOPT optimizer headers and other useful tools for development. Package: libdart-optimizer-ipopt6.13 Description-md5: 65115b66f44cf88813f67626c549ee56 Description-en: Kinematics Dynamics and Optimization Library - ipopt optimizer lib DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the ipopt optimizer library. Package: libdart-optimizer-nlopt-dev Description-md5: ecef27b7cf96e3276d415933392121be Description-en: Kinematics Dynamics and Optimization Library - nlopt optimizer dev DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains NLOPT optimizer headers and other useful tools for development. Package: libdart-optimizer-nlopt6.13 Description-md5: d1310216dfa2bda835639959dc64ec89 Description-en: Kinematics Dynamics and Optimization Library - nlopt optimizer lib DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the NLOPT optimizer library. Package: libdart-utils-dev Description-md5: b1737860fbde50cc7c64b2e7e321e527 Description-en: Kinematics Dynamics and Optimization Library - utils dev files DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains headers and other useful tools for development. Package: libdart-utils-urdf-dev Description-md5: e6d637fd6174bf738a889d4538e47c22 Description-en: Kinematics Dynamics and Optimization Library - URDF Component Development Files DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains urdf utils headers and other useful tools for development. Package: libdart-utils-urdf6.13 Description-md5: 63593f8e76ccb03f13fb89be5be96a21 Description-en: Kinematics Dynamics and Optimization Library - Utils URDF Library DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the Utils URDF library. Package: libdart-utils6.13 Description-md5: 79c31e402a6a337f1add05ba48d14be1 Description-en: Kinematics Dynamics and Optimization Library - utils library DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the DART utils library. Package: libdart6.13 Description-md5: f6432e84cd49e7ac9691cbb4bb35c181 Description-en: Kinematics Dynamics and Optimization Library - main library DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package contains the main library of DART. Package: libignition-gui-dev Description-md5: feda608232ae7542cb618649a19a2bc9 Description-en: Ignition Gui classes and functions for robot apps - Development files Ignition Gui is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Package for development libraries and headers. Package: libignition-gui6-6 Description-md5: a1785db80184ac84ff09bc2ef2702ff3 Description-en: Ignition Gui classes and functions for robot apps - Shared library Ignition Gui is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Package contains the main libraries Package: libignition-sensors-air-pressure-dev Description-md5: 7ef8439d5cf7d15ce02454d28114b52d Description-en: Ignition sensors classes and functions for robot apps - Dev files air-pressure Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for air-pressure sensor Package: libignition-sensors-altimeter-dev Description-md5: e7e4bd4fb10ae6d525fd53df49e3f692 Description-en: Ignition sensors classes and functions for robot apps - Dev files altimeter Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for altimeter sensor Package: libignition-sensors-camera-dev Description-md5: 9a8b2d2bc7256e8d3be9e95a8de9da99 Description-en: Ignition sensors classes and functions for robot apps - Dev files Camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for Camera sensor Package: libignition-sensors-core-dev Description-md5: 045b0fe84d48ce2e398a6cd32cb62aba Description-en: Ignition sensors classes and functions for robot apps - Development files Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Core development files Package: libignition-sensors-depth-camera-dev Description-md5: 0cb6de466a3cb3a15285645737d1a676 Description-en: Ignition sensors classes and functions for robot apps - Dev files depth-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for depth-camera sensor Package: libignition-sensors-dev Description-md5: b51a00c68154af6a66278ed2bef0391a Description-en: Ignition sensors classes and functions for robot apps - Metapackage Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Metapackage for all the -dev files Package: libignition-sensors-force-torque-dev Description-md5: a68ff69ec3a7ac190752e37aead56407 Description-en: Ignition sensors classes and functions for robot apps - Dev files force-torque Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for force-torque sensor Package: libignition-sensors-gpu-lidar-dev Description-md5: 7c0a357103c919f224f14ccd4636a13c Description-en: Ignition sensors classes and functions for robot apps - Dev files gpu-lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for gpu-lidar sensor Package: libignition-sensors-imu-dev Description-md5: 2cb4aabeeda68b9203ced686aed19ec1 Description-en: Ignition sensors classes and functions for robot apps - Dev files imu Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for imu sensor Package: libignition-sensors-lidar-dev Description-md5: a97d47fe92f56af44e92d5c936cfb306 Description-en: Ignition sensors classes and functions for robot apps - Dev files lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for lidar sensor Package: libignition-sensors-logical-camera-dev Description-md5: 520a4c764874076ef2a304550f1789a7 Description-en: Ignition sensors classes and functions for robot apps - Dev files logical-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for logical-camera sensor Package: libignition-sensors-magnetometer-dev Description-md5: 959672d6f8a3b26e7fc4e2d9ef834460 Description-en: Ignition sensors classes and functions for robot apps - Dev files magnetometer Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for magnetometer sensor Package: libignition-sensors-navsat-dev Description-md5: 7f056e5be5b7abc2cdf602b4d4ef786a Description-en: Ignition sensors classes and functions for robot apps - Dev files navsat Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for NavSat (GPS) sensor Package: libignition-sensors-rendering-dev Description-md5: e8d69ff6a6c453c6791ed8ea937efcc4 Description-en: Ignition sensors classes and functions for robot apps - Dev files rendering Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for rendering sensor Package: libignition-sensors-rgbd-camera-dev Description-md5: f35c366810390c55e8eb96ba1b7a3e98 Description-en: Ignition Sensors classes and functions for robot apps - Dev files rgbd-camera Ignition Sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for rgbd-camera sensor Package: libignition-sensors-segmentation-camera-dev Description-md5: c99da2926ec257e587e2da1a5878e1ac Description-en: Ignition sensors classes and functions for robot apps - Dev files segmentation-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for segmentation-camera sensor Package: libignition-sensors-thermal-camera-dev Description-md5: c6b83066508432d2887164583c32b21e Description-en: Ignition sensors classes and functions for robot apps - Dev files thermal-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for thermal-camera sensor Package: libignition-sensors6-6 Description-md5: 11c0438fc30ca20a7a7b6a53c5a094a3 Description-en: Ignition sensors classes and functions for robot apps - Shared library Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. Package: libignition-sensors6-air-pressure6 Description-md5: 6af3c8504ac71fac27ab75b3e27d3b55 Description-en: Ignition sensors classes and functions for robot apps - Lib air-pressure Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for air-pressure sensor Package: libignition-sensors6-altimeter6 Description-md5: b5b40c004495caa2a0617bd41ac8fbc4 Description-en: Ignition sensors classes and functions for robot apps - Lib altimeter Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for altimeter sensor Package: libignition-sensors6-camera6 Description-md5: e0cefdb7a9b8fee736a39c6a3e5d7894 Description-en: Ignition sensors classes and functions for robot apps - Lib Camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for Camera sensor Package: libignition-sensors6-depth-camera6 Description-md5: fd36179ae2b4b263c991c031208c6557 Description-en: Ignition sensors classes and functions for robot apps - Lib depth-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for depth-camera sensor Package: libignition-sensors6-force-torque6 Description-md5: 56926cbbacc74bdb19f6320d9d96e9eb Description-en: Ignition sensors classes and functions for robot apps - Lib force-torque Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for force-torque sensor Package: libignition-sensors6-gpu-lidar6 Description-md5: 94dc7b7ee619cf97c4bbd9b9aa1d48e2 Description-en: Ignition sensors classes and functions for robot apps - Lib gpu-lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for gpu-lidar sensor Package: libignition-sensors6-imu6 Description-md5: c3f7a8b0900b5bb22286690a7dad12a8 Description-en: Ignition sensors classes and functions for robot apps - Lib imu Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for imu sensor Package: libignition-sensors6-lidar6 Description-md5: 09928d3bcb5434c27b4ee3f1b66284b0 Description-en: Ignition sensors classes and functions for robot apps - Lib lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for lidar sensor Package: libignition-sensors6-logical-camera6 Description-md5: d21596526c2a201792542dffbe8fb918 Description-en: Ignition sensors classes and functions for robot apps - Lib logical-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for logical-camera sensor Package: libignition-sensors6-magnetometer6 Description-md5: 9f99ea765378626d5f99f4682048de90 Description-en: Ignition sensors classes and functions for robot apps - Lib magnetometer Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for magnetometer sensor Package: libignition-sensors6-navsat6 Description-md5: 6dbd43dc17d2d05de6788cc0423ed621 Description-en: Ignition sensors classes and functions for robot apps - Lib navsat Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for NavSat (GPS) sensor Package: libignition-sensors6-rendering6 Description-md5: 3bbd2907b87b38d1a3df1c97ab4918c5 Description-en: Ignition sensors classes and functions for robot apps - Lib rendering Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for rendering sensor Package: libignition-sensors6-rgbd-camera6 Description-md5: 501dfc7a56ce94b12ca397b409807442 Description-en: Ignition Sensors classes and functions for robot apps - Lib rgbd-camera Ignition Sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for rgbd-camera sensor Package: libignition-sensors6-segmentation-camera6 Description-md5: c33fab7ca9f229ab00c48de7041b65e7 Description-en: Ignition sensors classes and functions for robot apps - Lib segmentation-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for segmentation-camera sensor Package: libignition-sensors6-thermal-camera6 Description-md5: 3d9f0ce4b4fd826a65199add2c4d5f7e Description-en: Ignition sensors classes and functions for robot apps - Lib thermal-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for thermal-camera sensor Package: libmiallib-dev Description-md5: 27f4961c2a07fa987b1d0bd4a13ffd92 Description-en: JRC morphological and image processing library - Development files Miallib is a C library including image processing and mathematical morphology algorithms used by Join Research Center in their Big Data Analytics Platform, with binding for Python provided. . This package contains the files needed to develop a software that will use the Miallib (headers, static objects, configuration script). Package: libmiallib1 Description-md5: b7bd283625f499e4453aa7f0ab0b6a2b Description-en: JRC morphological and image processing library Miallib is a C library including image processing and mathematical morphology algorithms used by Join Research Center in their Big Data Analytics Platform, with binding for Python provided. . This package contains the shared library. Package: librust-tokio-reactor-dev Description-md5: 07eabb320ba20cc7e0ec5ba4953b5dff Description-en: Event loop that drives Tokio I/O resources - Rust source code This package contains the source for the Rust tokio-reactor crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-tree-sitter-c-dev Description-md5: ec5c1cf3b4574ab056092c0db0bc0301 Description-en: C grammar for the tree-sitter parser - Rust source code tree-sitter-c is a tree-sitter grammar for C. . Tree-sitter is a parser generator and incremental parsing library. . This package contains the source for the Rust tree-sitter-c crate, packaged for use with cargo. Package: librust-tree-sitter-lua-dev Description-md5: f95dcd655867a0aac819d8eaee1e724e Description-en: Lua grammar for the tree-sitter parser - Rust source code tree-sitter-lua is a tree-sitter grammar for Lua. . Tree-sitter is a parser generator and incremental parsing library. . This package contains the source for the Rust tree-sitter-lua crate, packaged for use with cargo. Package: librust-tree-sitter-query-dev Description-md5: 8d1eca3f6d4bb81fb31a7a2ec5db0187 Description-en: query grammar for the tree-sitter parser - Rust source code tree-sitter-query is a tree-sitter grammar for query files (scheme-like). . Tree-sitter is a parser generator and incremental parsing library. . This package contains the source for the Rust tree-sitter-query crate, packaged for use with cargo. Package: librust-tree-sitter-vim-dev Description-md5: d759d1e5fedb5811745ecce0568eccef Description-en: Vimscript grammar for the tree-sitter parser - Rust source code tree-sitter-vim is a tree-sitter grammar for Vimscript. . Tree-sitter is a parser generator and incremental parsing library. . This package contains the source for the Rust tree-sitter-vim crate, packaged for use with cargo. Package: librust-tree-sitter-vimdoc-dev Description-md5: 685ecc552e48ece6aab02ac6a414f249 Description-en: Vimdoc grammar for the tree-sitter parser - Rust source code tree-sitter-vimdoc is a tree-sitter grammar for Vimdoc. . Tree-sitter is a parser generator and incremental parsing library. . This package contains the source for the Rust tree-sitter-vimdoc crate, packaged for use with cargo. Package: python3-cypari2 Description-md5: 4ce72cd59d1d99bc5bef7cb61b958cd3 Description-en: Python interface to PARI -- Python 3 A Python interface to the number theory library libpari. . This package installs the library for Python 3. Package: python3-dartpy Description-md5: 64a32f32278e7e5bf1372c5df4e66c49 Description-en: Kinematics Dynamics and Optimization Library - DART Python bindings DART is a collaborative, cross-platform, open source library created by the Georgia Tech Graphics Lab and Humanoid Robotics Lab. The library provides data structures and algorithms for kinematic and dynamic applications in robotics and computer animation. DART is distinguished by it's accuracy and stability due to its use of generalized coordinates to represent articulated rigid body systems and computation of Lagrange's equations derived from D.Alembert's principle to describe the dynamics of motion. For developers, in contrast to many popular physics engines which view the simulator as a black box, DART gives full access to internal kinematic and dynamic quantities, such as the mass matrix, Coriolis and centrifugal forces, transformation matrices and their derivatives. DART also provides efficient computation of Jacobian matrices for arbitrary body points and coordinate frames. Contact and collision are handled using an implicit time-stepping, velocity-based LCP (linear-complementarity problem) to guarantee non-penetration, directional friction, and approximated Coulomb friction cone conditions. For collision detection, DART uses FCL developed by Willow Garage and the UNC Gamma Lab. DART has applications in robotics and computer animation because it features a multibody dynamic simulator and tools for control and motion planning. Multibody dynamic simulation in DART is an extension of RTQL8, an open source software created by the Georgia Tech Graphics Lab. . This package does not contain any file but install all development packages. . DART Python bindings. Package: cpp-13-s390x-linux-gnu Description-md5: 15322c927af928619270877121b482b0 Description-en: GNU C preprocessor for s390x-linux-gnu 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 configured for s390x-linux-gnu architecture but not the compiler. Package: cpp-15-s390x-linux-gnu Description-md5: 15322c927af928619270877121b482b0 Description-en: GNU C preprocessor for s390x-linux-gnu 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 configured for s390x-linux-gnu architecture but not the compiler. Package: g++-13-s390x-linux-gnu Description-md5: fafd9d967c83a64a002649a8dd459c79 Description-en: GNU C++ compiler for s390x-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for s390x-linux-gnu architecture. Package: g++-15-s390x-linux-gnu Description-md5: fafd9d967c83a64a002649a8dd459c79 Description-en: GNU C++ compiler for s390x-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for s390x-linux-gnu architecture. Package: ga68-15-s390x-linux-gnu Description-md5: 7d0dc4c685e97c2fe0582c2aa7b3c8bc Description-en: GNU Algol 68 compiler for the s390x-linux-gnu architecture This is the GNU Algol 68 compiler for the s390x-linux-gnu architecture, which compiles Algol 68 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gcc-13-s390x-linux-gnu Description-md5: 2323f276c14ea19238d792f7bdca46a5 Description-en: GNU C compiler for the s390x-linux-gnu architecture This is the GNU C compiler for the s390x-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-15-s390x-linux-gnu Description-md5: 2323f276c14ea19238d792f7bdca46a5 Description-en: GNU C compiler for the s390x-linux-gnu architecture This is the GNU C compiler for the s390x-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gccgo-13-s390x-linux-gnu Description-md5: 13a2088fce190da9d678cded8c585159 Description-en: GNU Go compiler for the s390x-linux-gnu architecture This is the GNU Go compiler for the s390x-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-14-s390x-linux-gnu Description-md5: 13a2088fce190da9d678cded8c585159 Description-en: GNU Go compiler for the s390x-linux-gnu architecture This is the GNU Go compiler for the s390x-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-15-s390x-linux-gnu Description-md5: 13a2088fce190da9d678cded8c585159 Description-en: GNU Go compiler for the s390x-linux-gnu architecture This is the GNU Go compiler for the s390x-linux-gnu architecture, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccrs-14-s390x-linux-gnu Description-md5: 60e5147789a6c4bea6683d644c2e355e Description-en: GNU Rust compiler for the s390x-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gccrs-15-s390x-linux-gnu Description-md5: 60e5147789a6c4bea6683d644c2e355e Description-en: GNU Rust compiler for the s390x-linux-gnu architecture !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! . gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. . !!!!! Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs !!!!! Package: gdc-13-s390x-linux-gnu Description-md5: 82e56d1ee033cd721d1d3bd63425ec46 Description-en: GNU D compiler (version 2) for the s390x-linux-gnu architecture This is the GNU D compiler for the s390x-linux-gnu architecture, 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-14-s390x-linux-gnu Description-md5: 82e56d1ee033cd721d1d3bd63425ec46 Description-en: GNU D compiler (version 2) for the s390x-linux-gnu architecture This is the GNU D compiler for the s390x-linux-gnu architecture, 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-15-s390x-linux-gnu Description-md5: 82e56d1ee033cd721d1d3bd63425ec46 Description-en: GNU D compiler (version 2) for the s390x-linux-gnu architecture This is the GNU D compiler for the s390x-linux-gnu architecture, 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: gfortran-13-s390x-linux-gnu Description-md5: 01fdbbd9efb81f1ce24e9908283f9b07 Description-en: GNU Fortran compiler for the s390x-linux-gnu architecture This is the GNU Fortran compiler for the s390x-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-15-s390x-linux-gnu Description-md5: 01fdbbd9efb81f1ce24e9908283f9b07 Description-en: GNU Fortran compiler for the s390x-linux-gnu architecture This is the GNU Fortran compiler for the s390x-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gm2-13-s390x-linux-gnu Description-md5: 066dd0c50b39703aaf5595d82f9ba751 Description-en: GNU Modula-2 compiler for the s390x-linux-gnu architecture This is the GNU Modula-2 compiler for the s390x-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-14-s390x-linux-gnu Description-md5: 066dd0c50b39703aaf5595d82f9ba751 Description-en: GNU Modula-2 compiler for the s390x-linux-gnu architecture This is the GNU Modula-2 compiler for the s390x-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-15-s390x-linux-gnu Description-md5: 066dd0c50b39703aaf5595d82f9ba751 Description-en: GNU Modula-2 compiler for the s390x-linux-gnu architecture This is the GNU Modula-2 compiler for the s390x-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-13-s390x-linux-gnu Description-md5: cbfa1b3916e07b6428ca157c12823364 Description-en: GNU Ada compiler for the s390x-linux-gnu architecture 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-14-s390x-linux-gnu Description-md5: cbfa1b3916e07b6428ca157c12823364 Description-en: GNU Ada compiler for the s390x-linux-gnu architecture 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-15-s390x-linux-gnu Description-md5: cbfa1b3916e07b6428ca157c12823364 Description-en: GNU Ada compiler for the s390x-linux-gnu architecture 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: gnustep-multiarch Description-md5: 9a3a3c9b54f2ee82f3ebc3f40b7d2a11 Description-en: GNUstep Multi-Arch support This package contains the symlinks in the GNUstep System Library (/usr/lib/s390x-linux-gnu/GNUstep) to their corresponding architecture-independent directories at /usr/share. Package: gobjc++-13-s390x-linux-gnu Description-md5: 1ec28737276f7e4ee370125d58428a01 Description-en: GNU Objective-C++ compiler for the s390x-linux-gnu architecture This is the GNU Objective-C++ compiler for the s390x-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-14-s390x-linux-gnu Description-md5: 1ec28737276f7e4ee370125d58428a01 Description-en: GNU Objective-C++ compiler for the s390x-linux-gnu architecture This is the GNU Objective-C++ compiler for the s390x-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-15-s390x-linux-gnu Description-md5: 1ec28737276f7e4ee370125d58428a01 Description-en: GNU Objective-C++ compiler for the s390x-linux-gnu architecture This is the GNU Objective-C++ compiler for the s390x-linux-gnu architecture, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-13-s390x-linux-gnu Description-md5: e59ac85e61be3dcab6b065120e050280 Description-en: GNU Objective-C compiler for the s390x-linux-gnu architecture This is the GNU Objective-C compiler for the s390x-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-14-s390x-linux-gnu Description-md5: e59ac85e61be3dcab6b065120e050280 Description-en: GNU Objective-C compiler for the s390x-linux-gnu architecture This is the GNU Objective-C compiler for the s390x-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-15-s390x-linux-gnu Description-md5: e59ac85e61be3dcab6b065120e050280 Description-en: GNU Objective-C compiler for the s390x-linux-gnu architecture This is the GNU Objective-C compiler for the s390x-linux-gnu architecture, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.